﻿@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  강혜연
Create date : 2035. 07. 23.
-------------------------------------------------*/


/* layout */
html {
    scroll-behavior: smooth;
}
body {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 170rem;
    width: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
}
.container {
    width: 100%;
    max-width: 118rem;
    margin: auto;
    box-sizing: border-box;
    position: relative;
}

/* header */
header {
    display: flex;
    width: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: space-between;
    padding: 4.5rem 10rem 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.5rem;
    height: 5.5rem;
    background-size: 17.7rem 5.5rem !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 center center;
    margin-left: 0.6rem;
}
    header div .close_i:hover {
        background: url(../images/gnb_on.png) no-repeat center center;
    }
header div .ham_i {
    background: url(../images/gnb_off.png) no-repeat right center;
    margin-left: 0.6rem;
}
header div .ham_i:hover {
    background: url(../images/gnb_on.png) no-repeat right center;
}

#full {
    width: 100%;
    height: 1267.4rem;
    position: relative;
    overflow-x: hidden;
}
#full::after {
    content: '';
    width: 100%;
    height: 699.7rem;
    background: url(../images/bg_01.jpg) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#full::before {
    content: '';
    width: 100%;
    height: 567.7rem;
    background: url(../images/bg_02.jpg) no-repeat center top;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.visual {
    width: 100%;
    height: 108rem;
    position: relative;
}
.visual .main_tit {
    width: 164.1rem;
    height: 55.7rem;
    background: url(../images/tit.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 15.5rem;
    left: calc(50% - -2rem);
    transform: translateX(-50%);
    z-index: 50;
}
.visual .arrow {
    width: 87px;
    height: 107px;
    background: url(../images/arrow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 215px;
    transform: translateX(-50%);
    z-index: 50;
    animation: arrow 1.8s ease-in infinite;
}
@keyframes arrow {
    0%, 100% {
        bottom: 215px;
    }
    50% {
        bottom: 200px;
    }
}
canvas {
    filter: blur(2px);
}

.event_wrap {
    position: relative;
    z-index: 50;
}
.event01 {
    width: 100%;
    margin-top: 13.5rem;
    box-sizing: border-box;
    position: relative;
}
.event01 .container::after {
    content: '';
    width: 137.5rem;
    height: 71.6rem;
    background: url(../images/tree_01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -98.5rem;
    top: -7rem;
}
.event01 .event_cont {
    width: 100%;
    height: 156.2rem;
    background: url(../images/paper_01.png) no-repeat center;
    background-size: contain;
}


.event02 .container::after {
    content: '';
    width: 137.1rem;
    height: 74.6rem;
    background: url(../images/tree_02.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -83rem;
    top: -15.5rem;
}
.event02 .container::before {
    content: '';
    width: 125.6rem;
    height: 89.8rem;
    background: url(../images/tree_03.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -64.3rem;
    left: -93.6rem;
    z-index: 80;
}
.event02 .event_cont {
    width: 100%;
    height: 118.8rem;
    background: url(../images/paper_02.png) no-repeat center;
    background-size: contain;
    margin-top: 22.1rem;
}
.event02 .btn {
    display: block;
    width: 44rem;
    height: 8.5rem;
    position: absolute;
    bottom: 20.8rem;
    left: calc(50% - 2rem);
    transform: translateX(-50%);
    z-index: 50;
}
.event02 .cha_01 {
    width: 27.2rem;
    height: 32.8rem;
    background: url(../images/cha_01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 12rem;
    right: -8rem;
}
.event02 .cha_01.aos-animate {
    right: -4rem;
}

.event03 {
    position: relative;
}
.event03 .event_cont {
    width: 100%;
    height: 248.4rem;
    background: url(../images/paper_03.png) no-repeat center;
    background-size: contain;
    margin-top: 20rem;
}


.event04 {
    position: relative;
}
.event04 .event_cont {
    width: 100%;
    height: 167.2rem;
    background: url(../images/paper_04.png) no-repeat center;
    background-size: contain;
    margin-top: 16rem;
}
.event04 .container::after {
    content: '';
    width: 137.1rem;
    height: 74.6rem;
    background: url(../images/tree_02.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -83.5rem;
    top: -15.5rem;
}

.event05 {
    position: relative;
}
.event05 .event_cont {
    width: 100%;
    height: 159.4rem;
    background: url(../images/paper_05.png) no-repeat center;
    background-size: contain;
    margin-top: 16rem;
}
.event05 .container::before {
    content: '';
    width: 125.6rem;
    height: 89.8rem;
    background: url(../images/tree_03.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -45.6rem;
    left: -107.6rem;
    z-index: 80;
}
.event05 .cha_02 {
    width: 51.8rem;
    height: 52rem;
    background: url(../images/cha_02.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 1rem;
    left: -25rem;
    opacity: 0;
}
.event05 .cha_02.aos-animate {
    left: -17rem;
    opacity: 1;
}
.event05 .cha_03 {
    width: 74.2rem;
    height: 49.6rem;
    background: url(../images/cha_03.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 3.5rem;
    right: -36rem;
    opacity: 0;
}
.event05 .cha_03.aos-animate {
    right: -31rem;
    opacity: 1;
}
.event05 .btn {
    width: 97rem;
    height: 33rem;
    position: absolute;
    bottom: 33rem;
    left: 50%;
    transform: translateX(-50%);
}

.event06 {
    position: relative;
}
.event06 .container::after {
    content: '';
    width: 91.6rem;
    height: 137.5rem;
    background: url(../images/tree_04.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -61.5rem;
    top: -85rem;
}
.event06 .event_cont {
    width: 100%;
    height: 179.7rem;
    background: url(../images/paper_06.png) no-repeat center;
    background-size: contain;
    margin-top: 16rem;
}



.floating_wrap {
    width: 29rem;
    height: 44.6rem;
    position: absolute;
    top: 25vh;
    right: 5vw;
    display: none;
    margin-top: -5vh;
    z-index: 150;
}
.floating_wrap ul li a {
    display: block;
    width: 9.2rem;
    height: 6.6rem;
    background: url(../images/menu_off.png?ver=1) no-repeat;
    background-size: 9.2rem auto;
    margin: 0.5rem 0;
}
.floating_wrap ul li a:hover,
.floating_wrap ul li a.active {
    width: 29rem;
    background: url(../images/menu_on.png?ver=1) no-repeat;
    background-size: 29rem auto;
}
.floating_wrap ul li:nth-child(1) a {
    background-position: left top;
}
.floating_wrap ul li:nth-child(2) a {
    background-position: left -7.7rem;
}
.floating_wrap ul li:nth-child(3) a {
    background-position: left -15.2rem;
}
.floating_wrap ul li:nth-child(4) a {
    background-position: left -23rem;
}
.floating_wrap ul li:nth-child(5) a {
    background-position: left -30.5rem;
}
.floating_wrap ul li:nth-child(6) a {
    background-position: left bottom;
}

.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 {
    position: relative;
    z-index: 10;
    margin-top: -6.5rem;
}
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;
}