﻿@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  강혜연
Create date : 2035. 07. 23.
-------------------------------------------------*/


/* layout */
html {
    scroll-behavior: smooth;
}
body {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 170rem;
    width: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
    background: #000;
}

/* header */
header {
    display: flex;
    width: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: space-between;
    padding: 2rem 1.8rem 0;
    box-sizing: border-box;
    z-index: 150;
}
header h1 a {
    display: flex;
}
header div {
    display: flex;
}
header div a {
    display: inline-flex;
    width: 5.6rem;
    height: 5.6rem;
    background-size: 11.7rem 5.6rem !important;
}
header div .home_i {
    display: inline-flex;
    background: url(../images/gnb_off.png) no-repeat left center;
}
header div .home_i:hover {
    background: url(../images/gnb_on.png) no-repeat left center;
}
header div .close_i {
    background: url(../images/gnb_off.png) no-repeat right center;
    margin-left: 0.6rem;
}
header div .close_i:hover {
    background: url(../images/gnb_on.png) no-repeat right center;
}


.nav_wrap {
    width: 100%;
    background: #680100;
    margin-top: -6.5rem;
    position: relative;
    z-index: 10;
}
.nav_wrap::after {
    content: '';
    width: 63.9rem;
    height: 11.3rem;
    background: url(../images/snow_left.png?ver=2) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -5.9rem;
    left: -4rem;
}
.nav_wrap::before {
    content: '';
    width: 85.9rem;
    height: 21.9rem;
    background: url(../images/snow_right.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -10.5rem;
    right: -7rem;
}
.nav_wrap ul {
    width: 119rem;
    height: 10.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.nav_wrap ul li {
    width: 28.9rem;
    background: url(../images/menu_off.png) no-repeat;
    background-size: 119rem auto;
    cursor: pointer;
}
.nav_wrap ul li.swiper-slide-thumb-active {
    width: 28.9rem;
    background: url(../images/menu_on.png) no-repeat;
    background-size: 119rem auto;
}
.nav_wrap ul li:nth-child(1) {
    background-position: left center;
}
.nav_wrap ul li:nth-child(2) {
    background-position: -29.9rem center;
}
.nav_wrap ul li:nth-child(3) {
    background-position: -60rem center;
}
.nav_wrap ul li:nth-child(4) {
    background-position: right center;
}


.event01 {
    height: 419rem !important;
    background: url(../images/bg_01.jpg) no-repeat center top;
    background-size: cover;
}
.event01 .cont {
    width: 148.4rem;
    height: 374.3rem;
    background: url(../images/cont_01.png) no-repeat center;
    background-size: contain;
    margin: 11rem auto 0;
}
.event02 {
    height: 494.8rem !important;
    background: url(../images/bg_02.jpg) no-repeat center top;
    background-size: cover;
}
.event02 .cont {
    width: 152.3rem;
    height: 466.7rem;
    background: url(../images/cont_02.png) no-repeat center;
    background-size: contain;
    margin: 7.5rem auto 0;
}
.event02 a {
    display: block;
    width: 92rem;
    height: 14rem;
    position: absolute;
    bottom: 21.5rem;
    left: calc(50% - 2.5rem);
    transform: translateX(-50%);
}
.event03 {
    height: 163rem !important;
    background: url(../images/bg_03.jpg) no-repeat center top;
    background-size: cover;
}
.event03 .cont {
    width: 184rem;
    height: 144.7rem;
    background: url(../images/cont_03.png) no-repeat center;
    background-size: contain;
    margin: 10.2rem 16rem 0;
}
.event04 {
    height: 269.5rem !important;
    background: url(../images/bg_04.jpg) no-repeat center top;
    background-size: cover;
}
.event04 .cont {
    width: 125.8rem;
    height: 241rem;
    background: url(../images/cont_04.png) no-repeat center;
    background-size: contain;
    margin: 7.5rem auto 0;
}


video {
    width: 100%;
}
#full {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.visual {
    width: 100%;
    position: relative;
}




.top_btn {
    display: block;
    width: 5.8rem;
    height: 7.1rem;
    background: url(../images/top_btn.png) no-repeat center;
    background-size: contain;
    margin-top: 0.7rem;
}

footer {
    width: 100%;
    height: 22.4rem;
    background: url(../images/footer.png) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
footer p {
    font-size: 1.1rem;
    color: #605d3f;
    text-align: center;
}

canvas {
    width: 100%;
    height: 107rem;
  /*  max-height: 107.1rem;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}