@import "reset.css";


@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');
body{
    background-color: #C6C2B9;
    margin: 0px;
    width: 100vw;
    font-family: 'Pretendard-Regular';
    overflow-x: hidden;
}

/*메뉴 파트*/
.menu{
    z-index: 1;
    position: absolute;
    padding-top:3%;
    padding-left: 3%;
    color: #514F4C;
    width: 10vw;
    height: 100vh;
    background-color: none;
    font-size: 0.7813vw;
    line-height: 1.5625vw;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    position: fixed;
}
.menu a{
    text-decoration: none; 
    color: #514F4C;
}
.logo{
    margin-bottom: 10%;
}
.logo img{
    width: 50%;
    margin-left: -0.2604vw;
}
.en-btn-m {
    display: none;
}

.section1-en-btn{
    padding: 0.5vh 1.2vh 0.5vh 1.2vh;
    border-radius: 90px;
    border: 1px solid #fff;
    color:#fff;
    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;
     }
     .section1-en{
        display: none;
     }

     .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;
        }
    
    

/*section1 파트 */
.section1{
    color: #514F4C;
    padding-left: 20%;
    font-family: 'Pretendard-Regular';
    height: 67vw;
}
.section1 p{
    font-size: 0.8333vw;
    margin-top: 3vw;
}
.section1-text{
    margin-top: 3vw;
    float: left;
}
.section1-text h2{
    font-size: 1.5625vw;
    font-family: 'Montserrat', sans-serif;
}
.section1-text p{
    font-size: 0.8333vw;
    margin-top: 0;
    margin-left: 0;
}
.section1-text2{
    float:right; 
    width: 29vw; 
    padding-right: 11vw;
    line-height: 1.4063vw;
}
.section1-text button{
    background-color: #C6C2B9;
    border: 1px solid #fff;
    color: #fff;
    padding: 0.5vh 1.2vh 0.5vh 1.2vh;
    border-radius: 90px;
    cursor: pointer;
    margin-top: 2vw;
    font-size: 0.8333vw;
 }
 .section1-text button:hover{
    border: 1px solid #514F4C;
    color: #514F4C;
    transition: all 0.2s ease-in-out;
 }
 .section1 .video{
    width: 100%;
    height: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/brand-1.png);
 }

 .section1-text2-en{
    float:right; 
    width: 29vw; 
    padding-right: 11vw;
    line-height: 1.4063vw;
    
}

/* section2 파트 */
.section2{
    height: 35vw;
    padding-left: 20%;
    color: #514F4C;
    font-family: 'Pretendard-Regular';
}
.section2 img{
    padding-top: 5vw;
    float: left;
    padding-bottom: 10vw;
    width: 35%;
}
.section2-text p{
    line-height: 1.4063vw;
    font-size: 0.8333vw;
}
.section2-text  h2{
font-size: 1.2500vw;
margin-bottom: 1vw;
font-family: 'Montserrat', sans-serif;
}
.section2-text {
    float: right;
    width: 32vw; 
    padding-right: 8vw;
}

/* section3 파트 */
.section3{
    background-image: url(../img/banner.png);
    height: 28vw;
    width: 105%;
    margin-left: -10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* footer 파트 */
footer{
    height: 12vw;
    display: flex; 
   align-items: center;
   justify-content: space-between;
   margin-top: auto;
   flex-wrap: wrap;
   background-color: #202820;
   color: #BCB9B8;
   
    }
    .policy {
    display: grid;
    align-items: center;
    gap: 1.5vh;
    }
    .adress {
    display: grid;
    gap: 1.5vh;
    }
    .copyright {
    display: grid;
    margin-top: 11vh;
    }

    
   /* 모바일 로고 및 메뉴 아이콘 파트 */
   .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;
}
/* 모바일섹션 푸터*/
.mobile-footer footer{
    background-color: #1E281F;
      height: 30vh;
    color: #C0BBBA;
    display: none;
}
.mobile-footer footer p{
    font-size: 12px;
    padding-top: 5vh;
    padding-left: 10vw;
    padding-right: 10vw;
}
.mobile-footer footer .footer-about{
    margin-top: 1.5vh;
}
.mobile-footer footer .footer-about p{
    padding-top: 0;
    padding-bottom: 0.5vh;
}
.mobile-footer footer .footer-policy{
    margin-top: 1.5vh;
    font-family: 'Montserrat', sans-serif;
}
.mobile-footer footer .footer-policy p{
    padding-top: 0;
    padding-bottom: 0.5vh;
}
.mobile-footer footer .copyright-m{
    font-size: 10px;
    padding-left: 10vw;
    padding-right: 10vw;
    margin-top: 1.5vh;
    font-family: 'Montserrat', sans-serif;
}



@media (max-width: 768px) {
    .section1-en-btn {
        display: none;
    }
    .menu{
        display: none;
      }
      .en-btn-m {
        display: block;
        font-size: 10px;
        padding: 5px 10px 5px 10px;
        width: auto;
    }
      

.mobile-header{
    display: block;
}
footer{
    display: none;
}
.mobile-footer footer{
    display: block;
}

.section1{
    padding-left: 0;
    height: auto;
}
.section1 .video{
    width: 100vw;
    height: 35vh;
}
.section1-text{
    float: none;
    padding-left: 10vw;
    margin-top: 5vh;
}
.section1-text p{
    font-size: 10px;
}
.section1-text h2{
    font-size: 16px;
}
.section1-text button{
    font-size: 12px;
    border:1px solid #514F4C;
    color: #514F4C;
    margin-top: 3vh;
    margin-bottom: 3vh;
}
.section2{
    height: auto;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 10vh;
}
.section2-text{
    float: none;
    width: auto;
    padding-right: 0;
}
.section2 img{
    float: none;
    padding-left: 15vw;
    width: 50vw;
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.section1 .section1-text2{
    float: none;
    padding-left: 10vw;
    font-size: 14px;
    line-height: 23px;
    width: auto;
    padding-right: 10vw;
}
.section1 .section1-text2-en {
    float: none;
    padding-left: 10vw;
    font-size: 14px;
    line-height: 23px;
    width: auto;
    padding-right: 10vw;
}
.section1 .section1-text2 br{
    display: none;
}
.section2-text h2{
    font-size: 16px;
    margin-bottom: 3vh;
    
}
.section2-text p{
    font-size: 14px;
    line-height: 23px;
}
.section2-text p br:nth-child(-n+3){
    display: none;
}
.section2-text p br:nth-child(6){
    display: none;
}
.section2-text p br:nth-child(7){
    display: none;
}
.section2-text p br:nth-child(10){
    display: none;
}
.section2-text p br:nth-child(13){
    display: none;
}
.section2-text p br:nth-child(14){
    display: none;
}
.section2-text p br:nth-child(15){
    display: none;
}
.section3{
    height: 25vh;
    width: 100%;
    margin-left: 0px;
}


  }
  
  @media (max-width: 400px){
    .mobile-footer footer p{
        font-size: 10px;
    }
    .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;
     
    }

    .section1-text h2{
        font-size: 14px;
    }
    .section1-text button{
        font-size: 10px;
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
    .section1 .section1-text2{
        font-size: 12px;
        line-height: 20px;
    }
    .section2 img{
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    .section2-text h2{
        font-size: 14px;
        margin-bottom:2vh;
    }
    .section2-text p{
        font-size: 12px;
        line-height: 20px;
    }
    .section3{
        height: 22vh;
    }

  }