      @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{
        margin: 0px;
        height: 100vh;
        width: 100vw;
        font-family: 'Pretendard-Regular';
        background-color: #7A7367;
        overflow-x: hidden;
    }
    /*메뉴 파트*/
.menu{
 z-index: 1;
 position: absolute;
 padding-top:3%;
 padding-left: 3%;
 color: #BAB6B5;
 width: 10vw;
 background-color: none;
 font-size: 0.7813vw;
 line-height: 1.5625vw;
 font-weight: 400;
 font-family: 'Montserrat', sans-serif;
list-style:none;
position: fixed;
    }
    .menu a{
        text-decoration: none; 
        color: #BFBBBA;
    }
    .logo{
        margin-bottom: 10%;
    }
    .logo img{
        width: 50%;
        margin-left: -0.2604vw;
    }
    
    .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;
            }
        
 /* family-company 파트*/
 .family-company{
    display: flex;
    padding-left: 20%;
    height: 110vh;
 }
.family-company-img{
    background-image: url(../img/family.png);
    width: 40vw;
    height: 45vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.family-text{
    margin-left: 3vw;
    color: #BFBBBA;
    margin-top: 12vh;
    font-family: 'Pretendard-Regular';
}
.family-text h2{
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2500vw;
    line-height: 1.6667vw;
}
.family-text p{
  font-weight: 100;
  font-size: 0.8333vw;
  line-height: 1.4063vw;
  margin-top: 0.5vw;
}
.family-company ul{
    margin-top: 2vw;
}
.family-company li{
    line-height: 2.2vw;
    font-size: 1.0417vw;
}



/*partners 파트 */ 
.partners{
    background-color: #fff;
    height: 25vw;
    padding-left: 20%;
    padding-top: 6vw;
}
.partners h2{
    font-size: 1.2500vw;
    line-height: 1.6667vw;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #514F4C;
}
.partners-list{
    margin-top: 2.5vw;
    background-image: url(../img/partner-list.png);
    height: 10vw;
    width: 70vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* 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;
    }
    .family-company{
        display: block;
        padding-left: 0%;

    }
    .family-company-img{
        width: 100vw;
        height: 75vh;
    }
    .family-text{
        margin-left: 0;
        padding-left: 10vw;
        margin-top: 0;
        padding-top: 9vh;
    }
    .family-text h2{
        font-size: 16px;
        line-height: 18px;
        color: #fff;
    }
    .family-company ul{
        margin-top: 2vh;
    }
    .family-company li{
        font-size: 14px;
        line-height: 23px;
    }
    .partners h2{
        font-size: 16px;
        line-height: 19px;
    }
    .partners{
        padding-left: 10vw;
        padding-right: 10vw;
        height: 30vh;
        padding-top: 8vh;
    }
    .partners .partners-list{
        margin-top: 3vh;
        background-image: url(../img/partners-list-m.png);
        height: 25vw;
        width: 80vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    footer{
        display: none;
    }
    .mobile-footer footer{
        display: block;
    }
}


@media (max-width: 400px){
    .family-text h2{
        font-size: 14px;
        line-height: 18px;
        color: #fff;
    }
    .family-company li{
        font-size: 12px;
        line-height: 23px;
    }
    .partners h2{
        font-size: 14px;
        line-height: 19px;
    }

    .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;
     
    }
    .mobile-footer footer p{
        font-size: 10px;
    }
  }