@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  kang hyeyeon
Create date : 2025. 11. 21.
-------------------------------------------------*/
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/ts22/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: 8090px;
    background: url(/img/_info/ts22/contents.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.contents_wrap > div {
    position: relative
}
.event_01 {
    width: 100%;
    height: 1330px;
    overflow: hidden;
}
.event_02 {
    width: 100%;
    height: 1070px;
}
.event_02 a {
    display: block;
    width: 1660px;
    height: 630px;
    position: absolute;
    top: 30px;
    left: 56%;
    margin: auto;
    transform: translateX(-50%);
}
.event_03 {
    width: 100%;
    height: 1260px;
}

.event_03 a {
    display: block;
    width: 680px;
    height: 1400px;
    position: absolute;
    top: -330px;
    left: 270px;
    z-index: 10;
}
.event_03 a::after {
    content: '';
    width: 1140px;
    height: 560px;
    position: absolute;
    top: 590px;
    left: 540px;
}
.event_04 {
    width: 100%;
    height: 1065px;
}
.event_04 a {
    display: block;
    width: 1000px;
    height: 430px;
    position: absolute;
    top: 155px;
    left: 580px;
    z-index: 10;
}
.event_04 a::after {
    content: '';
    width: 580px;
    height: 1380px;
    position: absolute;
    top: -525px;
    right: -760px;
}
.event_05 {
    width: 100%;
    height: 1150px;
}

.event_05 a {
    display: block;
    width: 610px;
    height: 1030px;
    position: absolute;
    top: 60px;
    left: 360px;
    z-index: 10;
}
.event_05 a::after {
    content: '';
    width: 910px;
    height: 390px;
    position: absolute;
    top: 320px;
    left: 678px;
}

.event_06 {
    width: 100%;
    height: 934px;
}
.event_06 a {
    display: block;
    width: 650px;
    height: 420px;
    position: absolute;
    top: 175px;
    left: 595px;
    z-index: 10;
}
.event_06 a::after {
    content: '';
    width: 750px;
    height: 1060px;
    position: absolute;
    bottom: -275px;
    right: -1060px;
}

.event_07 {
    width: 100%;
    height: 640px;
}
.event_07 a {
    display: block;
    width: 220px;
    height: 110px;
    position: absolute;
    top: 260px;
    left: 1000px;
    z-index: 10;
}


canvas {
    position: absolute;
    width: 200%;
    height: 200vh;
    transform: rotate(-250deg) translateY(42%);
    opacity: .8;
}


.top_btn {
    width: 111px;
    height: 121px;
    background: url(/img/_info/ts22/top_btn.png?ver=1) no-repeat center;
    background-size: contain;
    position: fixed;
    bottom: 15%;
    left: 88%;
    cursor: pointer;
    display: none;
    z-index: 50;
}