/*------------------- typeface -------------------*/

@font-face {
    font-family: "WHA_ENG"; 
    src: url(../src/font/FuturaNowVar-Roman.ttf); 
    font-weight: normal;
}
@font-face {
    font-family: "WHA_KOR"; 
    src: url(../src/font/PretendardVariable.ttf) format("truetype-variations"); 
    font-weight: normal;
}

a{
  word-break: keep-all;
}
a:link { 
  color: inherit; 
  text-decoration: none; 
  cursor: url(../src/img/cursor/cursor_up.png), default;
}
a:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 10px;
    font-variation-settings: 'wght' 700; 
    cursor: url(../src/img/cursor/cursor_up.png), default;
}
a:visited { 
  color: inherit; 
  cursor: url(../src/img/cursor/cursor_up.png), default;
}
a:focus{
  cursor: url(../src/img/cursor/cursor_up.png), default;
}
h1{
  font-size: 26vw;
  margin: 0;
  font-weight: normal;
  text-align: center;
}
h2{
    font-family: 'WHA_ENG';
    font-size: 5.35vw;
    font-variation-settings: 'wdth'100, 'wght' 700;
    line-height: 110%;
    margin: 0;
    font-weight: normal;
    letter-spacing: -0.01em;
}
h2:hover{
    font-variation-settings: 'wdth'100, 'wght' 700;
}
h3{
    font-family: 'WHA_ENG';
    font-size: 5vw;
    font-variation-settings: 'wght' 600;
    line-height: 115%;
    margin: 0;
    color: inherit;
    font-weight: normal;
}
h4{
    font-family: 'WHA_ENG';
    font-size: 3vw;
    font-variation-settings: 'wght' 600;
    line-height: 115%;
    margin: 0;
    color: inherit;
    font-weight: normal;
}
h5{
    font-family: 'WHA_ENG';
    font-size: 1.8vw;
    font-variation-settings: 'wght' 600;
    word-break: keep-all;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
h6{
    font-family: 'WHA_ENG';
    font-size: 1.75vw;
    font-variation-settings: 'wght' 450;
    line-height:150%;
    margin: 0;
    color: inherit;
    font-weight: normal;
}
p{
    font-family: 'WHA_ENG';
    font-size: 1.2vw;
    line-height: 125%;
    font-variation-settings: 'wght' 500;
    word-break: keep-all;
    margin: 0;
    padding: 0;
}
.des_title{
    font-family: 'WHA_ENG';
    font-size: 4vw;
    font-variation-settings: 'wght' 700;
    line-height: 110%;
    padding-right: 25%;
}
.des_text{
    font-family: 'WHA_ENG';
    font-size: 2.5vw;
    line-height: 115%;
    font-variation-settings: 'wght' 700;
    letter-spacing: -1px;
}
.lang_kor{
    font-size: inherit;
    line-height: 130%;
    font-family: WHA_KOR;
    font-variation-settings: 'wght' 800;
    word-break: keep-all;
    font-size: 5.2vw;
    letter-spacing: 0px;

}
.lang_korEng{
    font-size: inherit;
    font-family: WHA_ENG;
    line-height: 125%;
    margin: 0;
    color: inherit;
    font-weight: normal;
}
.des_kor{
    font-size: inherit;
    line-height: 130%;
    font-family: WHA_KOR;
    font-variation-settings: 'wght' 800;
    word-break: keep-all;
    letter-spacing: 0.5px;
}
.des_kor_eng{
    line-height: 140%;
    letter-spacing: -1px;
}

::selection {
    color: rgb(220,220,220); 
    background: none;
}
::-webkit-scrollbar {
    background: transparent; 
    display: none;
        -webkit-appearance: none;
    width: 0;
    height: 0;
}
html {
    height: -webkit-fill-available;
}
body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    margin:0; 
    padding:0;
    overflow-x: hidden;
    cursor: url(../src/img/cursor/cursor_normal.png), default;
    color: #000000;
    font-feature-settings: "kern";
    -webkit-font-smoothing: subpixel-antialiased !important; 
    text-rendering:optimizeLegibility !important;
}
canvas{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
}

button{
	background: none;
    border: none;
}
button:focus { 
	outline: none;
    cursor: none; 
}
button:active { 
    outline: none;
    cursor: none; 
}

#progress_container{
    position:fixed;
    z-index:2000;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgb(0,255,80);
    transition: 3s;
}
#progress{
    height:100%;
    background: rgb(0,0,0);
    position:absolute;
    width:0;
}
#progress_status{
    position:absolute;
    margin-top:-40px;
    width:100%;
}

#preloader {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgb(0,255,80);
    text-align: center;
    color: white;
}
#preloader_inner{
    width: 50%;
    top: 0;
    transform: translateY(25%);
    position: fixed;
    margin-left: 25%;
}
#preloader_inner_bottom{
    font-family: WHA_ENG;
    font-size: 6vw;
    letter-spacing: -1px;
    bottom: 2vw;
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: 100%;
}
/*------------------- nav -------------------*/

.upper_container{
    width: 100vw;
    height: 10vh;
    position: fixed;
    z-index: 300;
}
.upper_contents{
    width: 100%;
    height: 100%;
    position: relative;
}
.nav_L_container{
    width: 5vw;
    height: initial;
    float: left;
    margin-left: 2vw;
    margin-top: 1.5vw;
}
.nav_L_contents{
    width: 90%;
    height: initial;
}
.nav_R_container{
    width: 5vw;
    height: initial;
    float: right;
    margin-right: 2vw;
    margin-top: 1.25vw;
    z-index: 210;
}
.nav_R_contents{
    width: 100%;
    height: initial;
}

.nav_logo{
    width: 100%;
}
.logo_image{
    width: 100%;
}
.menu_contents{
    position: relative;
    z-index: 1000;
}
.menu_btn{
    transform: translateY(-1vw);
    text-align: right;
}
.menu_btn:hover{
    cursor: url(../src/img/cursor/cursor_up.png), default;
}
.menu_btn_mobile{
    display: none;
}
.link_img{
    width: 1.5vw;
    display: block;
    float: right;
    transform: translateY(-1vw);
}
.insta_logo{
    width: 100%;
}

.menu_list_container{
    width: 50vw;
    height: 100vh;
    position: fixed;
    right: -51vw;
    top: 0;
    background: rgba(0,255,80,1);
    z-index: 300;
    border-left: 0.5vw solid black;
}
.menu_mobile{
    display: none;
}
.menu_list_contents {
    margin-left: 3vw;
    margin-top: 5vw;
}
.close_btn{
    position: absolute;
    width: 3vw;
    margin-right: 1.5vw;
    top: 2.5vh;
    right: 0vw;
    z-index: 1000;
}
.close_btn:hover{
    cursor: url(../src/img/cursor/cursor_up.png), default;
}
.menu_list{
    width: 100%;
    height: 100%;
}
.menu_tab{
    margin-top: 0.5vh;
    width: initial;
    display: table;
}
.credit_contents{
    position: absolute;
    bottom: 3vh;
}
.credit_WHA{

}
.credit_icon{
    width: 1.25vw;
    transform: translateY(0.18vw);
}   
.slide_left{
    right: 0vw;
    transition: 1s;
}
.slide_close{
    right: -51vw;
    transition: 1s;
}

/*------------------- nav -------------------*/

.info_btn_container{
    width: 9vw;
    height: 9vw;
    position: fixed;
    bottom: 4vw;
    right: 2vw;
    border-radius: 50%;
    z-index: 100;
    animation: roundflow 5s linear infinite;
    display: none;
}
@keyframes roundflow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes roundflow_none {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.info_btn_container:hover{
    animation: roundflow_none 2s ease-out infinite;
}

.bg_white{
    background: white;
}
.bg_green{
    background: rgba(0,255,80,1);
}
.footer_container{
    background: rgba(0,255,80,1);
    width: 100%;
    height: 18vh;
    bottom: 0;
}
.footer_contents{
    width: 96vw;
    margin-left: 2vw;
    position: relative;
    padding-top: 1vw;
    margin-bottom: 1vw;
}
.footer_lmr_container{
    margin-left: 2%;
    width: 31.4%;
    height: 90%;
    display: inline-flex;
}

.footer_l_container{
    margin-left: 0;

}
.footer_m_container{

}
.footer_r_container{
}
.footer_kor{
    font-size: inherit;
    font-family: WHA_KOR;
    font-variation-settings: 'wght' 600;
    word-break: keep-all;
    letter-spacing: 0.5px;
}
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 700px){ 
    canvas {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
    }
    #preloader {
        width: 100vw;

    }
    #preloader_inner{
    }
    h2 {
        font-size: 11vw;
    }
    h3 {
        font-size: 8.5vw;
        margin: 0;
        transform: translateY(-0.5vh);
    }
    h4{
        font-size: 4.5vw;
    }
    h5{
        font-size: 3.5vw;
    }
    h6 {
        font-size: 7vw;
    }
    p{
        font-size: 3.2vw;
    }
    .nav_L_container {
        width: 20vw;
        margin-left: 3vw;
        margin-top: 4vw;
    }
    .nav_R_container {
        width: 20vw;
        margin-right: 3vw;
        margin-top: 3.5vw;
    }
    .menu_btn {
        transform: translateY(-1.25vh);
    }
    .link_img {
        width: 6.5vw;
        transform: translateY(-0.5vh);
    }
    .menu_btn_viewport{
        display: none;
    }
    .menu_btn_mobile{
        display: block;
    }
    .menu_viewport{
        display: none;
    }
    .menu_mobile{
        display: block;
        width: 101vw;
        height: 50vh;
        position: fixed;
        top: unset;
        right: unset;
        border-left: none;
        border-top: 1vw solid;
        bottom: -51vh;
        background: rgba(0,255,80,1);
        z-index: 300;
    }
    .close_btn_mobile{
        width: 5vw;
        margin-right: 3vw;
        top: 2vh;
    }
    .slide_mobile{
        bottom: -1vw;
        transition: 1s;
    }
    .slide_close_mobile{
        bottom: -51vh;
        transition: 1s;
    }
    .menu_list_contents {
        margin-left: 3vw;
        margin-top: 3vw;
    }
    .credit_contents{
        bottom: 4vw;
    }
    .credit_icon {
        width: 3.5vw;
        transform: translateY(0.5vw);
    }
    .info_btn_container {
        width: 25vw;
        height: 25vw;
        position: fixed;
        bottom: 4vw;
        right: 2vw;
        border-radius: 50%;
        z-index: 100;
        animation: roundflow 5s linear infinite;
    }
    .footer_container {
        height: 46vw;
    }
    .footer_contents {
        width: 94vw;
        margin-left: 3vw;
        position: relative;
        padding-top: 3vw;
    }
    .footer_lmr_container {
        width: 100%;
        margin-left: 0;
        margin-bottom: 3vw;
    }


}