@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap'); */
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(./font.css);

/* 초기 설정 */
*{margin: 0;padding: 0;font-family: 'Noto sans KR', sans-serif !important;color: #303030;}
html,body{
    overflow-x: hidden;
}
img{vertical-align: top;}
ul{list-style: none;}
h1,h2,h3,h4,h5,h6,p,ul,label{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-1068 {
    width: 100%;
    max-width: 1068px;
    margin: 0 auto;
}


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


/* 초기 설정 */

@media(max-width:1210px){
    .view-1210 {
        display: block !important
    }
    
    .hide-1210 {
        display: none !important
    }
    
    .d-flex.hide-1210 {
        display: none !important
    }
    
    span.hide-1210 {
        display: none !important
    }
}
@media(max-width:768px){
    .view-768 {
        display: block !important
    }
    
    .hide-768 {
        display: none !important
    }
    
}

/* header */
header{
    padding-top: 20px;
}
.header__top>li{
    width: 33.3333%;
}
.header__top li img{
    display: block;
    width: 226px;
    margin: 0 auto;
    
}
.header__top li p{
    font-size: 14px;
}
.header__top li a{
    display: block;
}

.header__top li .subscribe,.header__top li .past,footer li .subscribe,footer li .past{
    display: block;
    width: 90px;
    color: #ffff;
    background-color: #d33232;
    text-align: center;
    font-size: 13px;
    padding: 5px 0px;
}
.header__top li .past,footer li .past{
    background-color: #adadad;
    margin-right: 5px;
}

.header__line{
    width: 100%;
    max-width: 1680px;
    height: 2px;
    margin: 0 auto;
    background-color: #e8e8e8;
    text-indent:-9999px;
    margin-top: 13px;
}
.header__menu>li{
    width: 20%;
    position: relative;

}
.header__menu>li a{
    display: block;
    text-align: center;
    font-size: 17px;
    padding: 10px 0;
    font-weight: 500;
}
.header__menu .header__sub--menu{
    width: 100%;
    max-width: 300px;
  
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    display: none;
}
.header__menu .header__sub--menu li a{
    color: #fff;
    border-bottom: 1px solid #686868;
    padding: 13px 0;
    margin:0 10px;
    text-align: left;
    font-size: 15px;
    text-indent: 5px;
    letter-spacing: -0.7px;
}
.header__menu .header__sub--menu li:last-child a{
    border-bottom: none;
}

.header__menu>li:hover .header__sub--menu{
    display: block;
    
}

.header__menu>li>a:hover{
    color: #367bd8;
}
.header__menu>li>a.on{
    color: #367bd8;
}
/* footer */
footer{
    background-color:#404040;
    padding: 68px 0;
}
footer li img,footer li a{
    display: block;
}

footer li p{
    color: #cacaca;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
}
@media(max-width:1210px){
    header{
        padding-top: 0;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        background-color: #fff;
    }
    header .wrap-1068{
        border-bottom: 1px solid #dfdfdf;
    }
    .header__top{
        align-items: center !important;
    }
    .header__top>li,.header__top li img{
        width:auto;

    }
    .header__top li img{
        margin-left: 10px;
    }
    .m-menu{
        width: 60px;
        height: 60px;
        background: url(../images/btns.png) no-repeat;
        background-position: 0 0;
    }

    .header__menu{
        width: 100%;
        height: 100vh;
        display: none !important;
        padding: 20px;
    }
    .header__menu.on{
        display: block !important;
    }
    header .wrap-1068.mobile{
        display: none !important;
    }
    header .wrap-1068.mobile.on{
        display: block !important;
    }
    .header__menu>li{
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .header__menu>li a{
        text-align: left;
        font-weight: 600;
        color: #337ab7;
        text-indent: 15px;
    }
    
    .header__menu .header__sub--menu {
        max-width: none;
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(0);
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        box-shadow: none;
        display: block;
    }
    
    .header__menu .header__sub--menu li a {
        color: #337ab7;
        border-bottom: none;
        text-align: left;
        font-size: 17px;
        text-indent: 25px;
    }
  
    .header__menu>li:active>a,.header__menu .header__sub--menu li:active a{
        color: #23527c;
    }
}   
@media(max-width:767px){
    .header__top li img{
        margin-left: 0;
    }
    header .wrap-1068{
        padding: 0 10px;
    }
    footer{
        padding: 38px 0;
    }
    footer .wrap-1068>ul{
        display: block !important;
    }
    footer li img, footer li a{
        margin: 0 auto;
    }
    footer li p{
        padding: 20px 0;
        text-align: center;
    }
    footer .wrap-1068>ul li ul{
        justify-content: center !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header__top li img{
        height: 51px;
    }
    .header__top li .subscribe, .header__top li .past, footer li .subscribe, footer li .past{
        color: #fff;
    }
    }