@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  kang hyeyeon
Create date : 2023. 12. 15.
-------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
body {
    position: relative;
}
header {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 34px 70px;
    box-sizing: border-box;
    z-index: 50;
}
header h1 a {
    display: block;
    width: 237px;
    height: 99px;
}
header div {
    display: flex;
    margin-top: 17px;
}
header div a {
    display: block;
    width: 45px;
    height: 39px;
    background: url(/img/_info/ts12/head_ico_off.png) no-repeat;
    background-size: 90px auto !important;
}
header div a:hover {
    background: url(/img/_info/ts12/head_ico_on.png) no-repeat;
    background-size: 90px 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: 1483px;
    background: url(/img/_info/ts12/visual_bg.jpg?v20241206) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.visual .visual_nav {
    display: flex;
    flex-wrap: wrap;
    width: 1188px;
    height: 134px;
    margin: auto;
    padding-top: 892px;
    position: relative;
    z-index: 50;
}
.visual .visual_nav a {
    display: block;
    width: 594px;
    height: 67px;
    background: url(/img/_info/ts12/nav_off.png) no-repeat;
    background-size: 1188px auto !important;
}
.visual .visual_nav a:hover,
.visual .visual_nav a.active {
    background: url(/img/_info/ts12/nav_on.png) no-repeat;
}
.visual .visual_nav li:nth-child(1) a {
    background-position: left top;
}
.visual .visual_nav li:nth-child(2) a {
    background-position: right top;
}
.visual .visual_nav li:nth-child(3) a {
    background-position: left bottom;
}
.visual .visual_nav li:nth-child(4) a {
    background-position: right bottom;
}

.cont_wrap {
    width: 100%;
    height: 7691px;
    background: url(/img/_info/ts12/cont_bg.jpg?v20241206) no-repeat center top;
    background-size: cover;
}
.cont_wrap .section {
    width: 100%;
    max-width: 1228px;
    margin: auto;
}

.cont_wrap .section_01 {
    padding-top: 0;
    margin-top: 0;
}
.cont_wrap .section_02 {
    margin-top: 228px;
    padding-top: 238px;
}
.cont_wrap .section_03 {
    margin-top: 160px;
    padding-top: 218px;
}
.cont_wrap .section_04 {
    margin-top: 140px;
    padding-top: 210px;
}
.section_01 .cont_img {
    width: 100%;
    height: 1274px;
    background: url(/img/_info/ts12/cont_01.png?v20241206) no-repeat center;
    background-size: contain;
}
.more_btn {
    display: block;
    width: 422px;
    height: 94px;
    background: url(/img/_info/ts12/more_btn_off.png?v20241206) no-repeat center;
    background-size: contain;
    margin: 34px auto 0;
}
.more_btn:hover {
    background: url(/img/_info/ts12/more_btn_on.png?v20241206) no-repeat center;
    background-size: contain;
}
.section_02 .cont_img {
    width: 100%;
    height: 2099px;
    background: url(/img/_info/ts12/cont_02.png?v20241206) no-repeat center;
    background-size: contain;
}
.section_03 .cont_img {
    width: 100%;
    height: 1012px;
    background: url(/img/_info/ts12/cont_03.png?v20241212) no-repeat center;
    background-size: contain;
}
.section_04 .cont_img {
    width: 100%;
    height: 1391px;
    background: url(/img/_info/ts12/cont_04.png?v20241206) no-repeat center;
    background-size: contain;
}
.snow {
    position: absolute;
    width: 200%;
    height: 200vh;
    transform: rotate(-250deg) translateY(42%);
    opacity: .8;
}
footer {
    width: 1200px;
    height: 184px;
    background: url(/img/_info/ts12/footer.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.floating_wrap {
    width: 397px;
    height: 426px;
    position: fixed;
    top: 250px;
    right: 20px;
    z-index: 500;
    background: url(/img/_info/ts12/menu_bg.png) no-repeat left top;
    background-size: 397px 181px;
    display: none;
}
.floating_wrap ul {
    padding-top: 181px;
}
.floating_wrap a {
    display: block;
    width: 100%;
    background: url(/img/_info/ts12/menu_off.png) no-repeat;
    background-size: 397px 244px;
}
.floating_wrap a:hover,
.floating_wrap a.active {
    background: url(/img/_info/ts12/menu_on.png) no-repeat;
    background-size: 397px 244px;
}
.floating_wrap li:nth-child(1) a {
    height: 54px;
    background-position: left top;
}
.floating_wrap li:nth-child(2) a {
    height: 73px;
    background-position: left -54px;
}
.floating_wrap li:nth-child(3) a {
    height: 63px;
    background-position: left -127px;
}
.floating_wrap li:nth-child(4) a {
    height: 50px;
    background-position: left bottom;
}