@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: #ffffff;
    margin: 0px;
    font-family: 'Pretendard-Regular';
    overflow-x: hidden;
    width: 100vw;
}

/*메뉴 파트*/
.menu{
    z-index: 1;
    position: absolute;
    padding-top:3%;
    padding-left: 3%;
    color: #BAB6B5;
    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: #BCB9B8;
}
.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;
     }
     .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;
        display: none;
        }
    

/*section1 파트*/
.section1{
    background-color: #514F4C;
    color: #B8B4B3;
    height: 58vw;
    padding-left: 20%;
    font-family: 'Pretendard-Regular';
}
.section1 .section1-text{
    margin-top: 14.5vw;
    float: left;
}
.section1 .section1-text h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2500vw;
}
.section1 .section1-text p{
    margin-top: 1vw;
    line-height: 1.4063vw;
    font-size: 0.8333vw;
}
.section1 .section1-img{
    background-image: url(../img/area-img.png);
    height: 50vw;
    width: 40vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
}
.section1 ul{
    margin-top: 3vw;
    width: 35vw;
}
.section1 ul h3{
    font-size: 1.0417vw;
}
.section1 .section1-text ul p{
    font-size: 0.8333vw;
    margin-top: 0.5vw;
}
.section1 ul li {
    margin-top: 2vw;
}


/* section2 파트 */
.section2{

    padding-left: 20%;
    padding-top: 8%;
    color: #514F4C;
    font-family: 'Pretendard-Regular';
}
.section2 h2{
 font-size: 1.2500vw;   
 font-family: 'Montserrat', sans-serif;
}
.section2 p{
    font-size: 0.8333vw;
    line-height: 1.4063vw;
    margin-top: 1vw;
}
.section2 h3{
    font-size: 1.0417vw;
}
.section2 hr{
    background:#B8B4B3;
    height:0.5px;
    border:0;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.section2 .project-list{
    margin-top: 4vw;
}
.section2 .project{
    height: 21vw;
}
.section2 .project-list div:nth-child(5){
    margin-bottom: 20vh;
}
.section2 .project-text p{
    margin-top: 0;
}
.section2 .project-text{

    padding-top: 1vw;
    padding-bottom: 1vw;

}
.section2 .project-text h2{
    margin-top: 0.8vw;
    margin-bottom: 0.8vw;
}
.section2 .project-text h3{
    margin-bottom: 7vw;
}
.section2 .project-en{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.8333vw;
    line-height: 1.3542vw;
}
.section2 button{
    background-color: #ffffff;
    border: 1px solid #C0BBBA;
    border-radius: 90px;
    color: #C0BBBA;
    padding: 0.5vh 1.2vh 0.5vh 1.2vh;
    font-size: 0.8333vw;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1.5vw;
}
.section2 button:hover{
    border: 1px solid #514F4C;
    color: #514F4C;
    transition: all 0.2s ease-in-out;
 }
.section2 .project-img{
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 37vw;
    height: 21vw;
    margin-right: 4vw;
}
.section2 .project-list :nth-child(1) .project-img{
    background-image: url(../img/project01.png);
}
.section2 .project-list :nth-child(2) .project-img{
    background-image: url(../img/project025.jpg);
}
.section2 .project-list :nth-child(3) .project-img{
    background-image: url(../img/project02.jpg);
}
.section2 .project-list :nth-child(4) .project-img{
    background-image: url(../img/project04.jpg);
}
.section2 .project-list :nth-child(5) .project-img{
    background-image: url(../img/project03.png);
}
.section2 .project-list :nth-child(6) .project-img{
    background-image: url(../img/project06.png);
}



/* 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;
}

/* 모바일 섹션 1 */

.mobile-section1{
    background-color: #514F4C;
    color: #B8B4B3;
    font-family: 'Pretendard-Regular';
    display: none;
}
.mobile-section1 .section1-text{
    padding-top: 5vh;
    padding-bottom: 10vh;
    padding-left: 10vw;
    padding-right: 5vw;
}
.mobile-section1 .section1-text h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.mobile-section1 .section1-img{
    background-image: url(../img/area-img.png);
    height: 70vh;
    width: 100vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mobile-section1 ul{
    margin-top: 3vh;
}
.mobile-section1 ul h3{
    font-size: 14px;
    line-height: 20px;
}
.mobile-section1 .section1-text ul p{
    font-size: 10px;
    margin-top: 1.5vh;
    padding-left: 6vw;
    line-height: 3vw;
}
.mobile-section1 ul li {
    margin-top: 3vh;
}



@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-section1{
    display: block;
}

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

.section1{
    display: none;
}
.section2{
    height: auto;
    padding-left:0;
    padding-top: 8vh;
}
.section2 .project-img{
    float: none;
}
.section2 .project{
    height: auto;
    padding-left: 10vw;
}
.section2 h2{
    font-size: 16px;
    padding-left: 10vw;
}
.section2 p{
    font-size: 12px;
    line-height: 23px;
    margin-top: 3vh;
    padding-left: 10vw;
    padding-right: 10vw;
}
.section2 p br:nth-child(2){
    display: none;
}
.section2 .project-img{
    width: 80vw;
    height: 28vh;
}
.section2 .project-list{
    margin-top: 5vh;
}
.section2 .project-text{
    padding-top: 2vh;
    padding-bottom:0;
}
.section2 .project-en{
    padding-left: 0;
    font-size: 12px;
}
.section2 .project-text h2{
    padding-left: 0;
    padding-top: 1vh;
    padding-bottom: 1vh;
}
.section2 .project-text h3{
    font-size: 13px;
    margin-bottom: 2vh;
}
.section2 button{
    margin-bottom: 2vh;
    color: #BFBAB9;
    border: 1px solid #BFBAB9;
    font-size: 9px;
}
.section2 .project-text p{
    padding-left: 0;
    font-size: 10px;
    line-height: 16px;
}
.section2 .project-en br{
    display: none;
}
.section2 hr{
    background: #B6B2B1;
    margin-top: 4vh;
    margin-bottom: 4vh;
}


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

    .mobile-section1 .section1-text h2{
        font-size: 14px;
    }
    .mobile-section1 ul h3{
        font-size: 12px;
        line-height: 18px;
    }
    .section2 h2{
        font-size: 14px;
    }
    .section2 p{
        font-size: 10px;
        line-height: 18px;
    }
    .mobile-footer footer p{
        font-size: 10px;
    }


  }