@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  kang hyeyeon
Create date : 2025. 12. 15.
-------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
body {
    position: relative;
    background: #000;
}

video {
    width: 100%;
}

main {
    position: relative;
    overflow: hidden
}

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/ts23/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: 8103px;
    background: url(/img/_info/ts23/contents.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.contents_wrap > div {
    position: relative
}
.event_01 {
    width: 100%;
    height: 1560px;
}
.event_02 {
    width: 100%;
    height: 1015px;
}
.event_02 a {
    display: block;
    width: 1030px;
    height: 400px;
    position: absolute;
    top: 195px;
    left: 590px;
}
.event_02 a::after {
    content: '';
    width: 450px;
    height: 450px;
    border-radius: 50%;
    position: absolute;
    top: 60px;
    left: 1130px;
}
.event_03 {
    width: 100%;
    height: 1260px;
}

.event_03 a {
    display: block;
    width: 720px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.event_03 a::after {
    content: '';
    width: 925px;
    height: 410px;
    position: absolute;
    top: 270px;
    right: -1000px;
}
.event_04 {
    width: 100%;
    height: 1005px;
}
.event_04 a {
    display: block;
    width: 980px;
    height: 360px;
    position: absolute;
    top: 290px;
    left: 780px;
    z-index: 10;
}
.event_04 a::after {
    content: '';
    width: 445px;
    height: 840px;
    position: absolute;
    top: -140px;
    right: -520px;
}
.event_05 {
    width: 100%;
    height: 1115px;
}

.event_05 a {
    display: block;
    width: 650px;
    height: 415px;
    position: absolute;
    top: 335px;
    left: 945px;
    z-index: 10;
}

.event_06 {
    width: 100%;
    height: 1600px;
}
.event_06 a:nth-child(1) {
    display: block;
    width: 1345px;
    height: 140px;
    position: absolute;
    top: 340px;
    left: 600px;
    z-index: 10;
}
.event_06 a:nth-child(2) {
    display: block;
    width: 1345px;
    height: 180px;
    position: absolute;
    top: 650px;
    left: 600px;
    z-index: 10;
}
.event_06 a:nth-child(3) {
    display: block;
    width: 255px;
    height: 35px;
    position: absolute;
    top: 995px;
    left: 640px;
    z-index: 10;
}
.event_06 a:nth-child(4) {
    display: block;
    width: 435px;
    height: 35px;
    position: absolute;
    top: 995px;
    left: 945px;
    z-index: 10;
}


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/ts23/top_btn.png?ver=2) no-repeat center;
    background-size: contain;
    position: fixed;
    bottom: 15%;
    left: 88%;
    cursor: pointer;
    display: none;
    z-index: 50;
}