@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/ts25/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: 1266px;
    background: url(/img/_info/ts25/visual.jpg) no-repeat center top;
    background-size: cover;
}
.choco_01 {
    width: 200px;
    height: 189px;
    background: url(/img/_info/ts25/choco_01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 420px;
    left: 505px;
    animation: choco_01 1.8s ease-out infinite;
}

.choco_02 {
    width: 181px;
    height: 167px;
    background: url(/img/_info/ts25/choco_02.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 710px;
    left: 965px;
    animation: choco_02 2.2s ease-in infinite;
}

@keyframes choco_01 {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(8px);
    }
}

@keyframes choco_02 {
    0%, 100% {
        transform: translateY(-12px);
    }

    50% {
        transform: translateY(0px);
    }
}
.contents_wrap {
    width: 100%;
    height: 7694px;
    background: url(/img/_info/ts25/contents.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.contents_wrap > div {
    position: relative
}
.event_01 {
    width: 100%;
    height: 1450px;
}
.event_01 a {
    display: block;
    width: 700px;
    height: 700px;
    position: absolute;
    top: 290px;
    left: 50%;
    transform: translateX(-50%);
}
.event_02 {
    width: 100%;
    height: 1415px;
}
.event_02 a {
    display: block;
    width: 920px;
    height: 245px;
    position: absolute;
    top: 180px;
    left: 975px;
}
.event_02 a::after {
    content: '';
    width: 880px;
    height: 1080px;
    position: absolute;
    top: -125px;
    left: -805px;
}
.event_03 {
    width: 100%;
    height: 1260px;
}

.event_03 a {
    display: block;
    width: 810px;
    height: 220px;
    position: absolute;
    top: 389px;
    left: 585px;
    z-index: 10;
}
.event_03 a::after {
    content: '';
    width: 620px;
    height: 690px;
    position: absolute;
    top: -100px;
    right: -710px;
}
.event_04 {
    width: 100%;
    height: 1470px;
}
.event_04 a {
    display: block;
    width: 945px;
    height: 255px;
    position: absolute;
    top: 465px;
    left: 825px;
    z-index: 10;
}
.event_04 a::after {
    content: '';
    width: 580px;
    height: 840px;
    position: absolute;
    top: -45px;
    left: -805px;
}

.event_04 a::before {
    content: '';
    width: 580px;
    height: 840px;
    position: absolute;
    top: -45px;
    right: -770px;
}

.event_05 {
    width: 100%;
    height: 2000px;
}
.event_05 a:nth-child(1) {
    display: block;
    width: 480px;
    height: 30px;
    position: absolute;
    top: 490px;
    left: 700px;
    z-index: 60;
}
.event_05 a:nth-child(1)::after {
    content: '';
    width: 145px;
    height: 140px;
    position: absolute;
    top: 0;
    right: -630px;
}
.event_05 a:nth-child(2) {
    display: block;
    width: 370px;
    height: 30px;
    position: absolute;
    top: 745px;
    left: 725px;
    z-index: 50;
}
.event_05 a:nth-child(2)::after {
    content: '';
    width: 145px;
    height: 145px;
    position: absolute;
    top: 0;
    right: -720px;
}


canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100% !important;
}


.top_btn {
    width: 106px;
    height: 115px;
    background: url(/img/_info/ts25/top_btn.png?ver=2) no-repeat center;
    background-size: contain;
    position: fixed;
    bottom: 15%;
    left: 88%;
    cursor: pointer;
    display: none;
    z-index: 50;
}