@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: #202820;
    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;
}
.en-btn-m {
    display: none;
}


/*섹션1 파트*/
.section1{
    padding-left: 24%;
    color: #BFBBBA;
    font-size: 0.8333vw;
    display: flex;
}
.section1 img{
    height: 45vw;
    width: 38vw;
}
.section1 .section1-text{
    margin-left: 5vw;
    margin-right: 14vw;
    margin-top: 7vw;
    width: 21vw;
    text-align: justify;
}
.section1 h2{
    font-size: 1.2500vw;
    margin-bottom: 3.5vw;
    font-family: 'Montserrat', sans-serif;
}
.section1 p{
    line-height: 1.4583vw;
}
.section1-en-btn{
padding: 0.5vh 1.2vh 0.5vh 1.2vh;
border-radius: 90px;
border: 1px solid #8f8b8a;
color:#8f8b8a;
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 #C0BBBA;
    color: #C0BBBA;
    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;
    }




/*섹션3 파트*/
.section3{
    margin-top: 11vw;
    text-align: center;
    position: relative;
    background-image: url(../img/company-6.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 15vw;
}

.section3 p{
    line-height: 1.6667vw;
    font-weight: 400;
    position: absolute;
    color: #fff;
    font-size: 1.2500vw;
    top: 50%;
	left: 50%;
    width: 50vw;
    transform: translate(-50%,-50%);
    font-family: 'Montserrat', sans-serif;
}
/*섹션4 파트*/
.section4{
    margin-top: 11vw;
    position: relative;
    margin-left: 24%;
    color: #BFBBBA;
    height: auto;
    padding-bottom: 8vw;
}
.section4 img{
width: 18vw;
}
.section4 .chairman{
    margin-bottom: 45vw;
}
.section4 .chairman span{
    font-size: 1.8229vw;
}
.section4 .chairman h2{
 font-size: 2.6042vw;
}
.section4 .chairman p{
    font-size: 1.8229vw;
    
}
.section4 .short-about{
    margin-top: 4vw;
}
.section4 .short-about .ul-min{
    font-size: 0.8333vw;
    float: left;
    line-height: 1.3542vw;
    text-align: right;
}
.section4 .short-about .ul-min p{
    font-size: 0.8333vw;
}
.section4 .short-about h2{
    font-size: 1.2500vw;
    line-height: 1.5625vw;
}
.section4 .short-about ul{
    line-height: 1.3542vw;
    font-size: 0.8333vw;
    margin-left: 2.5vw;
}
.section4 .short-about ul p{
    font-size: 0.8333vw;
    float: left;
}
.section4 .long-about{
    float: left;
    margin-left: 5vw;
    width: 33vw;
}
/*영문*/
.section4 .ceo-en{
    width:30vw;
    }
    /**/

.section4 .long-about p{
font-size: 0.8333vw;
margin-top: 1vw;
line-height: 1.4063vw;
}


.section4 .long-about h2{
    font-size: 1.2500vw;
    margin-top: 8.7vw;
}

.section4-list h2{
   margin-bottom: 2vw;
   font-size: 1.2500vw;
   font-family: 'Montserrat', sans-serif;
}
.section4-list span{
    font-size: 1.2500vw;
}
.section4-list h3{
    font-size: 1.2500vw;
    margin-top: 1.5vw;
    margin-bottom: 1vw;
    line-height: 32PX;
    font-family: 'Montserrat', sans-serif;
}
.section4-list ul{
    font-size: 0.7292vw;
}
.section4-list .ul-min2{
    font-size: 0.7292vw;
}
.list-item{
    margin-right: 2vw;
    width: 25vw;
}
.section4 img{
    float: left;
    margin-right: 1.6667vw;
}
.section4-list img{
    width: 24vw;
    height: auto;
}




.section4 .short-about .ul-min-en p{
    font-size: 0.8333vw;
    float: left;
}
.section4 .short-about .ul-min1 p{
    font-size: 0.8333vw;
}

.list-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 5vw 0;
}


/*섹션5 파트*/
.section5{
    background-color: #fff;
    height: 30vw;
    padding-left: 24%;
    padding-top: 10%;
}
.section5 .top-text h2{
font-size: 24px;
color: #797368;
margin-bottom: 1vw;
font-family: 'Montserrat', sans-serif;
}
.section5 .top-text {
    font-size: 0.8333vw;
    line-height: 1.4063vw;
    color: #797368;
    }
.section5 .line{
    margin-top: 4vw;
    color: #797368;
    margin-bottom: 2vw;
    background-color: #797368;
}
.section5 .bottom-text{
    font-size:0.8333vw;
    line-height: 1.4063vw;
    color: #797368;
}
.section5 .bottom-text h2{
    font-size: 1.2500vw;  
    font-family: 'Montserrat', sans-serif;
}


/*섹션6 파트*/
.section6{
    height: 40vw;
    background-color: #fff;
    font-size: 1.2500vw;  
}

/*섹션6 파트*/
.section7{
    height: 36vw;
    background-color: #797368;
    padding-left: 20%;
    padding-top: 10%;
    color: #BFBBBA;
    text-align: left;
    padding-right:5%;
    padding-bottom: 3%;
}
.section7 iframe{
   width: 55vw;
    height: 35vw;
    float: right;
}
.section7 ul{
    margin-top: 18vw;
}
.section7-detail{
    margin-right: 5vw;
}


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

/* mobile-section1 */
.mobile-section1-p{
    display: none;
    line-height: 23px;
    font-size: 14px;
}
.mobile-section1-p-en{
   
    line-height: 23px;
    font-size: 14px;
}


/* mobile-section4 */
.mobile-section4{
    padding-top: 10vh;
    padding-left: 10vw;
    padding-right: 10vw;
    color: #BDB9B8;
    display: none;
}
.mobile-section4-img{
    width: 80vw;
    height: 70vh;
    background-image: url(../img/portrait-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mobile-section4 .ul-min{
    float: left;
    line-height: 23px;
    font-size: 14px;
    text-align: right;
}
.mobile-section4 ul{
    line-height: 23px;
    padding-left: 8vw;
    padding-bottom: 4vh;
    font-size: 14px;
}
.mobile-section4 h2{
    font-size: 30px;
}
.mobile-section4 span{
    font-size: 20px;
}
.mobile-section4 h3{
    font-size: 20px;
    padding-top: 1vh;
    padding-bottom: 4vh;
}
.mobile-section4 h4{
    font-size: 16px;
    padding-bottom: 2vh;
}
.mobile-section4 .chairman{
    padding-top: 5vh;
}
.mobile-section4 .long-about p{
    font-size: 14px;
    line-height: 23px;
}

/* mobile-section4-list */
.mobile-section4-list{
    margin-top: 10vh;
    padding-left: 10vw;
    padding-right: 10vw;
    color: #BDB9B8;
    display: none;
}
.mobile-section4-list img{
    width: 80vw;
    height: 70vh;
}
.mobile-section4-list h2{
    font-size: 30px;
    padding-top: 4vh;
    padding-bottom: 2vh;
}
.mobile-section4-list span{
    font-size: 20px;
}
.mobile-section4-list h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    padding-bottom: 4vh;
}
.mobile-section4-list h4{
    padding-bottom: 2vh;
}
.mobile-section4-list .list-item .ul-min2{
    float: left;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
}
.mobile-section4-list .list-item ul{
    font-size: 14px;
    line-height: 23px;
    padding-left: 4vh;
}
.mobile-section4-list .list-item{
    padding-bottom: 5vh;
    width: auto;
}
.mobile-section4-list .list-item-img-m{
    width: 80vw;
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mobile-section4-list div:nth-child(1) .list-item-img-m{
    background-image: url(../img/portrait-2.png);
}
.mobile-section4-list div:nth-child(2) .list-item-img-m{
    background-image: url(../img/portrait-3.png);
}
.mobile-section4-list div:nth-child(3) .list-item-img-m{
    background-image: url(../img/portrait-5.png);
}
.mobile-section4-list div:nth-child(4) .list-item-img-m{
    background-image: url(../img/portrait-4.png);
}



/* mobile-section5 */
.mobile-section5 {
    background-color: #fff;
    padding-top: 8vh;
    padding-bottom: 8vh;
    padding-left: 10vw;
    padding-right: 3vw;
    color: #797367;
    display: none;
}
.mobile-section5 h2{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;  
    padding-bottom: 3vh;
    text-align: left;
}
.mobile-section5 .bottom-text{
display: flex;
}

.mobile-section5 .top-text p{
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 3vh;
}
.mobile-section5 hr{
    background: #cfcfcf;
    height:1px;
    border:0;
    margin-bottom: 2vh;
    width: 100vw;
}
.mobile-section5 .bottom-text-right{
    font-size: 10px;
    color: #514F4C;
    line-height: 17px;
    padding-left: 15vw;
    text-align: right;
}
.mobile-section5 .bottom-text-right ul{
    padding-left: 3vw;
    text-align: left;
}

.mobile-section5 .ul-min1{
    float: left;
}
.mobile-section5 .bottom-text-right ul{
    float: right;
}

/* mobile-section6 */
.mobile-section6{
    background-image: url(../img/company-7.png);
    width: 100vw;
    height: 25vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}

/* mobile-section6 */
.mobile-section7{
    background-color: #797367;
    color: #BDB9B8;
    font-size: 12px;
    padding-top: 8vh;
    display: none;
}
.mobile-section7 ul{
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 8vh;
    line-height: 18px;
}
.mobile-section7 iframe{
    width: 100vw;
    height: 30vh;
}



    /*미디어 쿼리*/

    @media (max-width: 768px) {
    .menu{
            display: none;
          }
          .en-btn-m {
            display: block;
            font-size: 10px;
            padding: 5px 10px 5px 10px;
            width: auto;
        }
          
    .section1-en-btn{
            display: none;
          }
    .mobile-header{
        display: block;
    }
    .mobile-section4{
        display: block;
    }
    .mobile-section4-list{
        display: block;
    }
    .mobile-section5{
        display: block;
    }
    .mobile-section6{
        display: block;
    }
    .mobile-section7{
        display: block;
    }
    .section1{
        display: block;
        padding-left: 0;
        font-size: 14px;
        padding-bottom: 10vh;
    }
    .section1 img{
        width: 100vw;
        height: 75vh;
    }
    .section1 .section1-text{
        margin-left: 0;
        padding-left: 10vw;
        padding-right: 10vw;
        margin-right: 0;
        width: auto;
    }
    .section1 h2{
        font-size: 16px;
    }
    .section1 p:nth-of-type(1){
        display: none;
    }
    .section1 p{
        line-height: 23px;
    }
    .mobile-section1-p{
        display: block;
        line-height: 23px;
        font-size: 14px;
    }
    .section3{
        height: 35vW;
        margin-top: 0;
    }
    .section3 p{
        font-size: 12px;
        line-height: 18px;

    }
    .mobile-section5 hr{
        width: 90vw;
    }
    .mobile-section5 h2{
        color: #797367;
    }
    
    .section4{
        display: none;
    }
    .section5{
        display: none;
    }
    .section6{
        display: none;
    }
    .section7{
        display: none;
    }
    footer{
        display: none;
    }
    .mobile-footer footer{
        display: block;
    }
      }
    
      @media(max-width: 510px){
        .section3 p{
            width: auto;
            left: 0;
            transform: none;
            top: 4vW;
            padding-left: 5vw;
            padding-right: 5vw;
        }
      }
      
      @media (max-width: 400px){
        .bottom-text{
            top:55%
        }
        
        .bottom-text-title{
        font-size: 18px;
        margin-bottom: 3%;
        padding-left: 5vw;
        padding-right: 5vw;
        }
      
        .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 h2{
            font-size: 14px;
        }
        .mobile-section1-p{
            font-size: 12px;
        }
        .section1 p{
            line-height: 20px;
        }
        .section3 p{
            top:2.5vh;
            font-size: 10px;
        }
        .section3 p br:nth-child(2){
            display: none;
        }
        .section3 p br:nth-child(3){
            display: none;
        }
        .mobile-section4 h2{
            font-size: 25px;
        }
        .mobile-section4 span{
            font-size: 18px;
        }
        .mobile-section4 h3{
            font-size: 16px;
        }
        .mobile-section4 .ul-min{
            font-size: 12px;
            line-height: 20px;
        }
        .mobile-section4 ul{
            font-size: 12px;
            line-height: 20px;
        }
        .mobile-section4 .long-about p{
            line-height: 20px;
            font-size: 12px;
        }
        .mobile-section4-list h2{
            font-size: 25px;
        }
        .mobile-section4-list span{
            font-size: 18px;
        }
        .mobile-section4-list h3{
            font-size: 16px;
        }
        .mobile-section4-list .list-item ul{
            font-size: 12px;
            line-height: 20px;
        }
        .mobile-section4-list .list-item .ul-min2{
            font-size: 12px;
            line-height: 20px;
        }
        .mobile-section5 h2{
            font-size: 14px;
        }
        .mobile-section5 .top-text p{
            font-size: 12px;
            line-height: 20px;
        }
        .mobile-section7{
            font-size: 10px;
        }
        .mobile-section7 ul{
            line-height: 15px;
        }
        .mobile-section7 iframe{
            height: 25vh;
        }
        .mobile-footer footer p{
            font-size: 10px;
        }

      }