@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  kang hyeyeon
Create date : 2023. 12. 15.
-------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
body {
    position: relative;
    background: #000;
}

video {
    width: 100%;
}

main {
    position: relative;
}

header {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 56px 58px;
    box-sizing: border-box;
    z-index: 50;
}
header h1 a {
    display: block;
}
header div {
    display: flex;
}
header div a {
    display: block;
    width: 38px;
    height: 24px;
    background: url(/img/_info/ts20/head_ico.png) no-repeat;
    background-size: 76px auto !important;
}
header div a:nth-of-type(1) {
    background-position: left center;
}
header div a:nth-of-type(2) {
    background-position: right center;
}

.contents_wrap {
    width: 100%;
    height: 5223px;
    background: url(/img/_info/ts20/contents.png) no-repeat center top;
    background-size: cover;
    margin-top: -180px;
    position: relative;
    z-index: 10;
}
.contents_wrap > div {
    position: relative
}
.event_01 {
    width: 100%;
    height: 900px;
}
.event_01 a {
    display: block;
    width: 1470px;
    height: 455px;
    position: absolute;
    top: 270px;
    left: 490px;
}
.event_02 {
    width: 100%;
    height: 1035px;
}
.event_02 a {
        display: block;
    width: 1550px;
    height: 600px;
    position: absolute;
    top: 215px;
    left: 460px;
}
.event_03 {
    width: 100%;
    height: 1050px;
}

.event_03 a {
    display: block;
    width: 927px;
    height: 306px;
    position: absolute;
    top: 350px;
    left: 491px;
}
.event_03 a::after {
    content: '';
    width: 466px;
    height: 700px;
    position: absolute;
    top: -210px;
    right: -550px;
}
.event_04 {
    width: 100%;
    height: 825px;
}
.event_04 a {
    display: block;
    width: 620px;
    height: 620px;
    position: absolute;
    top: 80px;
    left: 490px;
}
.event_04 a::after {
        content: '';
    width: 800px;
    height: 400px;
    position: absolute;
    top: 150px;
    right: -895px;
}
.event_05 {
    width: 100%;
    height: 1248px;
}

.event_05 a:nth-child(1) {
    display: block;
    width: 285px;
    height: 70px;
    position: absolute;
    top: 335px;
    left: 495px;
}
.event_05 a:nth-child(2) {
    display: block;
    width: 425px;
    height: 70px;
    position: absolute;
    top: 335px;
    left: 830px;
}


canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100% !important;
}

#imgFire {
    opacity: 0;
    z-index: -10;
}


.top_btn {
    width: 111px;
    height: 121px;
    background: url(/img/_info/ts20/top_btn.png) no-repeat center;
    background-size: contain;
    position: fixed;
    bottom: 15%;
    left: 88%;
    cursor: pointer;
    display: none;
    z-index: 50;
}