@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'BinggraeTaom';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.1/BinggraeTaomA1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 초기 설정 */
* {
    margin: 0;
    padding: 0;
    font-family: 'Noto sans KR', sans-serif;
    color: #333;
}

img {
    vertical-align: top;
}

html,
body {
    overflow-x: hidden;
}
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
}

.row {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.view-768 {
    display: none !important
}

.hide-768 {
    display: block !important
}

.view-1210 {
    display: none !important
}

.hide-1210 {
    display: block !important
}

.d-flex.hide-1210 {
    display: flex !important
}

span.hide-1210 {
    display: inline !important
}

.wrap-1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.wrap-1400{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.wrap-1600 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}


/* 초기 설정 */



/* 헤더 */
header{
    border-top: 14px solid #a9cb6a;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
}
header .wrap-1200{
    padding: 29px 0;
}
header .main-pc .main--menu li {
    padding-right: 61px;
}
header .main-pc .main--menu li:last-child{
    padding-right: 0;
}
header .main-pc .main--menu li a{
    display: block;
    font-size: 18px;
    font-weight: 600;

    font-family: 'BinggraeTaom',sans-serif;
    letter-spacing: -1.25px;
}


/* 푸터 */
footer{
    background-color: #333333;
    padding: 50px 0;
}
footer p{
    text-align: center;
    color: #fff;
    padding-bottom: 45px;
}
.footer__icon{
    width: 100%;
    max-width: 294px;
    margin: 0 auto;
}


/* 미디어 쿼리 */

@media(max-width:1210px) {
    .footer {
        height: auto !important
    }

    .view-1210 {
        display: block !important
    }

    .hide-1210 {
        display: none !important
    }

    span.view-1210 {
        display: inline !important
    }

    span.hide-1210 {
        display: none !important
    }


   

    img.hide-1210 {
        display: none !important;
    }

    img.view-1210 {
        display: inline !important;
    }
    .wrap-1200{
        padding: 0 20px;
    }
}



@media(max-width:768px) {

    .view-768 {
        display: block !important
    }

    .hide-768 {
        display: none !important
    }

}

/* 미디어 쿼리 */
/* 모바일 */
@media(max-width:1400px){

}
@media(max-width:1210px) {
    header{
        background-color: #fff;
        border-bottom: none;
        overflow: hidden;
        transition: .3s;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 117px;
        z-index: 99999;
    }
    header.on {
        height: 285px;
    }
    .menu{
        cursor: pointer;
    }
    header .wrap-1200{
        padding: 0;
        padding-top: 30px;
       
    }
    .m--box.view-1210{
        display: flex !important;
        padding: 0 20px;
        
    }


   
    header .main-pc .main--menu li{
        padding: 0;
        padding: 5px 0;
    }

    .main-pc{
        transition: .3s;
        padding: 30px 20px;

    }
    .main--menu{
        display: block !important;
    }
    /* .logo--box{

        margin-right: 50px;
    } */
}



/* 미디어 쿼리 */

/* 모바일 */
@media(max-width:650px) {
    .logo--box{
        width: 100%;
        max-width: 250px;
    }
    .main-pc{
        padding: 15px 20px;
    }
    header{
        height: 102px;
    }
    header .wrap-1200{
        padding-top: 25px;
    }
    header.on{
        height: 220px;
    }

    footer p{
        font-size: 14px;
        letter-spacing: -1px;
    }
 }
 
