@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;
}

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/ts24/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;
}

.visual {
    width: 100%;
    height: 1997px;
    background: url(/img/_info/ts24/visual.jpg?v20260119) no-repeat center top;
    background-size: cover;
}
.contents_wrap {
    width: 100%;
    height: 7977px;
    background: url(/img/_info/ts24/contents.jpg?v20260119) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.contents_wrap > div {
    position: relative
}
.event_01 {
    width: 100%;
    height: 950px;
}
.event_01 a {
    display: block;
    width: 2000px;
    height: 250px;
    position: absolute;
    top: -290px;
    left: 280px;
}
.event_01 a::after {
    content: '';
    width: 720px;
    height: 510px;
    border-radius: 50%;
    position: absolute;
    top: 410px;
    left: 620px;
}
.event_02 {
    width: 100%;
    height: 1015px;
}
.event_02 a {
    display: block;
    width: 940px;
    height: 245px;
    position: absolute;
    top: 95px;
    left: 805px;
}
.event_02 a::after {
    content: '';
    width: 880px;
    height: 1080px;
    position: absolute;
    top: -125px;
    left: -805px;
}
.event_02 a::before {
    content: '';
    width: 880px;
    height: 1080px;
    position: absolute;
    top: -125px;
    right: -805px;
}
.event_03 {
    width: 100%;
    height: 1260px;
}

.event_03 a {
    display: block;
    width: 975px;
    height: 245px;
    position: absolute;
    top: 490px;
    left: 430px;
    z-index: 10;
}
.event_03 a::after {
    content: '';
    width: 700px;
    height: 690px;
    position: absolute;
    top: -100px;
    right: -740px;
}
.event_04 {
    width: 100%;
    height: 1325px;
}
.event_04 a {
    display: block;
    width: 945px;
    height: 255px;
    position: absolute;
    top: 375px;
    left: 1155px;
    z-index: 10;
}
.event_04 a::after {
    content: '';
    width: 580px;
    height: 840px;
    position: absolute;
    top: -140px;
    left: -665px;
}
.event_05 {
    width: 100%;
    height: 1220px;
}

.event_05 a {
    display: block;
    width: 1170px;
    height: 260px;
    position: absolute;
    top: 335px;
    left: 390px;
    z-index: 10;
}
.event_05 a::after {
    content: '';
    width: 710px;
    height: 840px;
    position: absolute;
    top: -140px;
    right: -755px;
}

.event_06 {
    width: 100%;
    height: 2000px;
}
.event_06 a:nth-child(1) {
    display: block;
    width: 565px;
    height: 90px;
    position: absolute;
    top: 540px;
    left: 545px;
    z-index: 60;
}
.event_06 a:nth-child(1)::after {
    content: '';
    width: 190px;
    height: 190px;
    position: absolute;
    top: 25px;
    right: -838px;
}
.event_06 a:nth-child(2) {
    display: block;
    width: 490px;
    height: 90px;
    position: absolute;
    top: 865px;
    left: 570px;
    z-index: 50;
}
.event_06 a:nth-child(2)::after {
    content: '';
    width: 190px;
    height: 190px;
    position: absolute;
    top: 20px;
    right: -890px;
}
.event_06 a:nth-child(3) {
    display: block;
    width: 660px;
    height: 125px;
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}


canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100% !important;
}


.top_btn {
    width: 106px;
    height: 115px;
    background: url(/img/_info/ts24/top_btn.png?ver=2) no-repeat center;
    background-size: contain;
    position: fixed;
    bottom: 15%;
    left: 88%;
    cursor: pointer;
    display: none;
    z-index: 50;
}