@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  kang hyeyeon
Create date : 2026. 02. 12.
-------------------------------------------------*/
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/ts26/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: 3822px;
    background: url(/img/_info/ts26/visual.jpg) no-repeat center top;
    background-size: cover;
}
.visual a {
    display: block;
    width: 940px;
    height: 345px;
    position: absolute;
    top: 635px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.contents_wrap {
    width: 100%;
    height: 7223px;
    background: url(/img/_info/ts26/contents.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.contents_wrap > div {
    position: relative
}
.event_01 {
    width: 100%;
    height: 1260px;
    position: absolute;
    top: -2677px;
    left: 0;
}
.event_01 a {
    display: block;
    width: 530px;
    height: 550px;
    position: absolute;
    top: 398px;
    left: 50%;
    transform: translateX(-50%);
}
.event_02 {
    width: 100%;
    height: 1435px;
    top: -2675px;
}
.event_02 a {
    display: block;
    width: 920px;
    height: 245px;
    position: absolute;
    top: 335px;
    left: 50%;
    transform: translateX(-50%);
}
.event_03 {
    width: 100%;
    height: 1660px;
    margin-top: -2670px;
}

.event_03 a {
    display: block;
    width: 925px;
    height: 220px;
    position: absolute;
    top: 530px;
    left: 1040px;
    z-index: 10;
}
.event_03 a::after {
    content: '';
    width: 700px;
    height: 1200px;
    position: absolute;
    top: -210px;
    left: -705px;
}
.event_04 {
    width: 100%;
    height: 1870px;
}
.event_04 a {
    display: block;
    width: 810px;
    height: 255px;
    position: absolute;
    top: 770px;
    left: 580px;
    z-index: 10;
}
.event_04 a::before {
    content: '';
    width: 580px;
    height: 840px;
    position: absolute;
    top: -130px;
    right: -700px;
}

.event_05 {
    width: 100%;
    height: 2000px;
}
.event_05 a {
    display: block;
    width: 980px;
    height: 235px;
    position: absolute;
    top: 550px;
    left: 50%;
    z-index: 50;
    transform: translateX(-50%);
}
.event_05 a::before {
    content: '';
    width: 670px;
    height: 900px;
    position: absolute;
    top: -215px;
    right: -780px;
}
.event_05 a::after {
    content: '';
    width: 670px;
    height: 900px;
    position: absolute;
    top: -215px;
    left: -780px;
}
.event_06 {
    width: 100%;
    height: 1000px;
}
.event_06 a:nth-child(1) {
    display: block;
    width: 200px;
    height: 35px;
    position: absolute;
    top: 295px;
    left: 990px;
}
.event_06 a:nth-child(1)::after {
    content:'';
    width: 115px;
    height: 115px;
    position: absolute;
    top: 23px;
    right: -697px;
}
.event_06 a:nth-child(2) {
    display: block;
    width: 225px;
    height: 35px;
    position: absolute;
    top: 295px;
    left: 1230px;
}
.event_06 a:nth-child(2)::after {
    content:'';
    width: 115px;
    height: 115px;
    position: absolute;
    top: 23px;
    right: -290px;
}
.event_06 a:nth-child(3) {
    display: block;
    width: 440px;
    height: 35px;
    position: absolute;
    top: 555px;
    left: 760px;
}
.event_06 a:nth-child(3)::after {
    content:'';
    width: 115px;
    height: 115px;
    position: absolute;
    top: 23px;
    right: -610px;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100% !important;
}
#confetti {
    width: 100%;
    height: 1440px;
    position: absolute;
}


.top_btn {
    width: 106px;
    height: 115px;
    background: url(/img/_info/ts26/top_btn.png?ver=2) no-repeat center;
    background-size: contain;
    position: fixed;
    bottom: 15%;
    left: 88%;
    cursor: pointer;
    display: none;
    z-index: 50;
}