html{
cursor: none;
}

body{
    margin: 0px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    font-family: 'Pretendard-Regular';
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/*마우스 커서 파트*/
.mousecursor{
mix-blend-mode: difference;
filter: invert(100%);
background-color: #000000;
height: 60px;
width: 60px;
border-radius: 50%;
position: fixed;
z-index: 2;
pointer-events: none;
transform: translate(-50%, -50%); 
}
.mousecursor-text{
    color: #fff;
    height: 60px;
    width: 100px;
    border-radius: 50%;
    position: fixed;
    font-size: 0.8333vw;
    z-index: 2;
    pointer-events: none;
    transform: translate(-80%, -120%); 
    display: none;
    }

/*슬라이드 바 파트*/

.slide-bar{
    z-index: 1;
    position: absolute; 
    height: 100vh;
    width: 10vw;
    
    left: 90vw;
    writing-mode: vertical-rl;
}
.slide-bar img{
   width: 12%;
   margin-top:50%;
   margin-right: 10%;
}
.slide-bar .img2{
    width: 12%;
    margin-top:50%;
    margin-right: -10%;
    opacity: 0;
 }

.slide-bar2{
    z-index: 2;
    position: absolute; 
    height: 100vh;
    width: 10vw;
    
    writing-mode: vertical-rl;
}
.slide-bar2 img{
    width: 12%;
    margin-top:50%;
    margin-right: 5%;
    transform: rotate( 180deg );
 }
 .slide-bar2 .img2{
     width: 12%;
     margin-top:50%;
     margin-right: 0%;
     opacity: 0;
  }

  .section1-en-btn{
    padding: 0.5vh 1.2vh 0.5vh 1.2vh;
    border-radius: 90px;
    border: 1px solid #C0BBBA;
    color:#C0BBBA;
    font-size: 0.8333vw;
    width: 6vw;
    text-align: center;
    cursor: pointer;
    margin-bottom: 1vw;
    position: absolute;
    position: fixed;
    right: 5%;
    top:5%;
    z-index: 100;
    }
    /*.section1-en-btn img{
        float: left;
        width: 1.5vw;
    }*/
    .section1-en-btn:hover{
        border: 1px solid #2b2b2b;
        color: #2b2b2b;
        transition: all 0.2s ease-in-out;
     }
     .en-btn-m{
        padding: 0.5vh 1.3vh 0.5vh 1.3vh;           
        border-radius: 90px;
        border: 1px solid #fff;
        color:#fff;
        font-size: 1vw;
        width: 16vw;
        text-align: center;
        cursor: pointer;
        margin-bottom: 1vw;
        position: absolute;
        position: fixed;
        right: 18%;
        margin-top:5%;
        z-index: 100;
        display: none;
        }
/*상하단 텍스트 파트*/

.bottom-text{
    z-index: 1;
    position: absolute;
    color: #fff;
    font-size: 0.9375vw;
    width: 100vw;
    text-align: center;
    top:78vh;
}
.bottom-text-title{
    font-size: 1.2500vw;
    font-weight: 400;
    margin-bottom: 2.0833vw;
    font-family: 'Montserrat', sans-serif;
}
.bottom-text-kr{
    line-height: 1.6667vw; 
    font-size: 1.0417vw;}

.bottom-text-en{
    line-height: 1.6667vw; 
    font-size: 1.0417vw;}


/*메뉴 파트*/
.menu{
    z-index: 1;
    position: absolute;
    padding-top:3%;
    padding-left: 3%;
    color: #fff;
    width: 10vw;
    height: 100vh;
    background-color: none;
    font-size: 0.7813vw;
    line-height: 1.5625vw;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.menu a{
    text-decoration: none; 
    color:  #fff;
}
.menu-icon{
    display: flex;
    z-index: 1;
    position: absolute;
    padding-left: 0.5%;
    padding-right: 0.5%;
    color: #fff;
    width: 10vw;
    height: 100vh;
    width: 1.5625vw;
    background-color: #0E110E;
    left: -6%;
}
.menu-icon .hambuger{
    display: flex;
    width: 1.5625vw;
    margin-top: 50vh;
}
.menu-icon .long-line{

    height:2.0833vw;
    width:3px;
    border-width:0;
    color:#ffffff;
    background-color:#ffffff;
    border-radius: 7px 7px 7px 7px;
 
}
.menu-icon .short-line{
    margin-top: 13px;
    height:1.5625vw;
    width:3px;
    border-width:0;
    color:#ffffff;
    background-color:#ffffff;
    border-radius: 7px 7px 7px 7px;
}
.x{
    display: flex;
    position: absolute;
    margin-left: 3%;
    width: 1.5625vw;
    height: 10vw;
    z-index: 2;
    display: none;
}
.x .x-1{
    height:1.5625vw;
    width:3px;
    border-width:0;
    color:#ffffff;
    background-color:#ffffff;
    border-radius: 7px 7px 7px 7px;
    transform: rotate( -45deg );
    
}
.x .x-2{
    height:1.5625vw;
    width:3px;
    border-width:0;
    color:#ffffff;
    background-color:#ffffff;
    border-radius: 7px 7px 7px 7px;
    transform: rotate( 45deg );
    margin-left: -0.7813vw;
}
.logo{
    margin-bottom: 10%;
}
.logo img{
    width: 50%;
    margin-left: -0.2604vw;
}

/*reserve 파트*/
.reserve{
    z-index: 1;
    color: #fff;
    position: absolute;
    font-size: 0.7813vw;
    left: 3%;
    top: 90vh;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}

/*슬라이더 파트*/
.bx-wrapper{
    width: 100vw;
    height: 100vh;
    box-shadow: none;
    border: none;
    
}
.container{
    position: relative;
    width: 100vw;
    height: 100vh;
}
.container .title{
    display: flex;
    position: absolute;
   width: 24vw;
    top:50%;
    z-index: 100;
    left: 50%;
    transform: translate(-50%, -50%); 
}
.container .title img{
    width: 100%;
}

.container .img{
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container:nth-child(1) .img{
    background-image: url(../img/main1.png);
}
.container:nth-child(2) .img{
    background-image: url(../img/main2.png);
}
.container:nth-child(3) .img{
    background-image: url(../img/main3.png);
}


.container2{
    position: relative;
}
.container2 h2{
    position: absolute;
    color: #fff;
    font-size: 80px;
    font-weight: 500;
    text-align: center;
    width: 100vw;
    top:37%;
}

.container2 .img img{
    width: 100%;
    height: 100%;
}

/* 모바일 로고 및 메뉴 아이콘 파트 */
.mobile-header{
    display: none;
}

.mobile-logo img{
    width: 12vw; 
    position: fixed; 
    z-index: 5;
    margin-top: 3vh;
    margin-left: 5vw;

}
.mobile-hambuger{
    background-image: url(../img/hambuger-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 6vw;
    height: 4vw;
    position:fixed;
    z-index: 5;
    margin-left: 87vw;
    margin-top: 3vh;
}
.mobile-x{
    background-image: url(../img/x-m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 5vw;
    height: 5vw;
    position:fixed;
    z-index: 5;
    margin-left: 88vw;
    margin-top: 3vh;
    display: none;
}

/* 모바일 메뉴 슬라이더 파트 */

.mobile-menu{
    background-color: #1E281F;
    position: fixed;
    z-index: 4;
    width: 100vw;
    height: 100vh;
    color: #B9B5B4;
    margin-left: 100vw;
}
.mobile-menu h3{
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20vh;
    padding-left: 5vw;
}
.mobile-menu-top{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20vh;
    padding-left: 5vw;
}
.mobile-menu-top a{
    text-decoration: none;
    color: #B9B5B4;
}
.mobile-menu-top h2{
    padding-top: 1vh;
    padding-bottom: 1vh;
}
.mobile-menu-bottom{
    padding-left: 5vw;
    margin-top: 1.5vh;
    font-size: 12px;
}
.mobile-menu-bottom p{
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
}
.mobile-menu-bottom2{
    padding-left: 5vw;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin-top: 1.5vh;
}
.mobile-menu-bottom2 p{
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
}
.copyright-m2{
    font-family: 'Montserrat', sans-serif;
    padding-left: 5vw;
    font-size: 12px;
    margin-top: 1.5vh;
}


@media (max-width: 768px) {
    .menu{
        display: none;
      }
      .section1-en-btn {
        display: none;
    }
    .en-btn-m {
        display: block;
        font-size: 10px;
        padding: 5px 10px 5px 10px;
        width: auto;
    }
      
    .reserve{
        display: none;
      }
    .mousecursor {
        display: none;
    }
    .mousecursor-text{
        display: none;
    }
    .slide-bar{
        display: none;
    }
    .container .title{
        width: 60%;
        top: 45%
    }
    .bottom-text{
        top:55%
        
    }
    
.bottom-text-title{
    font-size: 20px;
    margin-bottom: 3%;
    padding-left: 15vw;
    padding-right: 15vw;
}
.bottom-text .bottom-text-en{
    font-size: 14px;
    line-height: 21px;
    padding-left: 12vw;
    padding-right: 12vw;
}

.bottom-text .bottom-text-kr{
    font-size: 14px;
    line-height: 21px;
    padding-left: 5vw;
    padding-right: 5vw;
}

.mobile-header{
    display: block;
}

  }
  @media (max-width: 438px){
    .bottom-text p br:nth-child(2){
        display: none;
    }
    }
  
  @media (max-width: 400px){
    .bottom-text{
        top:55%
    }
    
    .bottom-text-title{
    font-size: 18px;
    margin-bottom: 3%;
    padding-left: 5vw;
    padding-right: 5vw;
    }
    .bottom-text p:nth-child(2){
    font-size: 12px;
    line-height: 21px;
    padding-left: 4vw;
    padding-right: 4vw;
    }
    .mobile-header{
    display: block;
    }
    .mobile-menu-top{
        font-size: 26px;
        margin-top: 16vh;
    }
    .mobile-menu h3{
        margin-top: 28vh;
    }
    .mobile-menu h3{
        font-size: 10px;
    }
    .mobile-menu-bottom{
        font-size: 10px;
    
    }
    .mobile-menu-bottom2{
        font-size: 10px;
 
    }
    .mobile-menu-bottom p{
        padding-top: 0.2vh;
        padding-bottom: 0.2vh;
    }
    .mobile-menu-bottom2 p{
        padding-top: 0.2vh;
        padding-bottom: 0.2vh;
    }
    .copyright-m2{
        font-size: 10px;
     
    }

  }