@charset "UTF-8";

.sitemap{display: none;}

.dropdown{display: none;}

.m_header{display: none;}

.headerWrap{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 110px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.header{
}

.header .gnbarea{
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.header .gnbarea .logo{
    position: absolute;
    left: 0;
    top: 31px;
}
.header .gnbarea .logo a{display: block;}
.header .gnbarea .logo a img.bk{display: none;}

.header .gnbarea .gnb{
    display: flex;
    justify-content: space-around;
    padding-left: 280px;
    /* height: 110px; */
    padding-right: 250px;
    /* vertical-align: middle; */
    /* line-height: 110px; */
}
.header .gnbarea .gnb > li{
    flex: 1 1 0;
    position: relative;
    text-align: center;
}
.header .gnbarea .gnb > li > a{
    font-size: 1.313em;
    font-weight: 600;
    color: #fff;
    display: block;
    line-height: 110px;
    position: relative;
}
.header .gnbarea .gnb > li > a.on:after{
    content:''; display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 84%;
    border-bottom: 4px solid #f8a835;
    transform: translateX(-50%); -webkit-transform: translateX(-50%);
}

.headerWrap.active{background: #fff;
    box-shadow: 0px 0px 5px rgba(208,208,208,0.75);
    -webkit-box-shadow: 0px 0px 5px rgba(208,208,208,0.75);
}
.headerWrap.active .gnbarea .logo a img{display: none;}
.headerWrap.active .gnbarea .logo a img.bk{display: block;}
.headerWrap.active .gnbarea .gnb > li > a{color: #000;}
.headerWrap.active .header_ui .ui_eng:before{
    background: url(/_static/kcultureBox/img/common/en_icon_bk.png) no-repeat center left;
}
.headerWrap.active .header_ui .ui_eng span{color: #000;}
.headerWrap.active .header_ui .ui_eng:after{background: #000;}
.headerWrap.active .header_ui .ser_open_wrap .ser_open_btn img{display: none;}
.headerWrap.active .header_ui .ser_open_wrap .ser_open_btn img.bk{display: inline-block;}
.headerWrap.active .header_ui .view_wrap .hamburger .line{background-color: #000;}


  
.header_ui{
    position: absolute;
    right: 3px;
    top: 46px;
}
.header_ui .ui_eng{
    position: relative;
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    padding-right: 11px;
}
.header_ui .ui_eng:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/_static/kcultureBox/img/common/en_icon.png) no-repeat center left;
    width: 23px; height: 23px;
}
.header_ui .ui_eng span{color: #fff; font-weight: 500; font-size: 1.125em; padding-left: 30px;}
.header_ui .ui_eng:after{
    content:'';
    display: inline-block;
    background: #fff;
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 4px;
}
/*검색*/
.ser_open_wrap{/* float: left; */display: inline-block;vertical-align: middle;height: 25px;}
.ser_open_wrap .ser_open_btn{
    width: 23px;
    height: 23px;
    /* font-size: 0; */
    /* line-height: 24px; */
}
.ser_open_wrap .ser_open_btn img.bk{display: none;}
.search_wrap{display: none;}
.search_wrap{
    position: absolute;
    right: 0;
    top: -1px;
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    z-index: 3;
    transition-property: top;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    height: 100px;
}
.search_wrap.search_on{display: block;}
.search_wrap.search_on:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #fff;
    border-top: 1px solid #e3e3e4;
    border-bottom: 1px solid #e3e3e4;
}
.search_wrap .search_ver{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 50%;
    height: 44px;
    border-bottom: 2px solid #696969;
    background: #fff;
    z-index: 10;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.search_wrap .search_ver .head_serch{
    display: inline-block;
    width: 100%;
    height: 42px;
    border: 0;
    margin-left: 0;
    padding: 0 50px 0 10px;
}
.search_wrap .search_ver .btn_newserch{
    position: absolute;
    right: 23px;
    top: 10px;
    font-size: 0;
    width: 21px;
    height: 20px;
    display: block;
    background: url(/_static/kcultureBox/img/common/searchBt.png) no-repeat;
}

/*메뉴바*/
.view_wrap{
    /* position: absolute; */
    /* right: 2px; */
    /* top: 50%; */
    height: 21px;
    /* transform: translateY(-50%); */
    /* -webkit-transform: translateY(-50%); */
    width: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.view_wrap .hamburger{
    background: transparent;
    font-size: 0;
    width: 21px;
    height: 21px;
}
.view_wrap .hamburger .line{
    width: 21px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}
.view_wrap .hamburger .line:first-child{margin-top: 0;}
.view_wrap .hamburger.is-active .line:nth-child(1){ -webkit-transform: translateY(8px) rotate(45deg); -ms-transform: translateY(8px) rotate(45deg); -o-transform: translateY(8px) rotate(45deg); transform: translateY(8px) rotate(45deg);}
.view_wrap .hamburger.is-active .line:nth-child(2){ opacity: 0;}
.view_wrap .hamburger.is-active .line:nth-child(3){ -webkit-transform: translateY(-8px) rotate(-45deg); -ms-transform: translateY(-8px) rotate(-45deg); -o-transform: translateY(-8px) rotate(-45deg); transform: translateY(-8px) rotate(-45deg);}


/*LNB*/
.list.depth2{
    display: none;
    position: absolute;
    top: 111px;
    left: 0;
    width: 100%;
    background: #fff;
    padding-top: 19px;
}
.list.depth2 > li{margin-top:6px;}
.list.depth2 > li:first-child{margin-top:0;}
.list.depth2 > li .tit > a{
    display: block;
    text-align: center;
    font-size: 1.125em;
}
.list.depth2 > li .tit > a:hover, .list.depth2 > li .tit > a:after{
    color:#000;
}
.list.depth2 > li .tit > a.on{color:#f8a835; font-weight: 500;}

.gnb_bg{
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: -1;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #f8a835;
}



/*푸터*/
.footerWrap{position: relative;/* background: #1F222B; */border-top: 1px solid #d8d6d5;}

.footer_btm{position: relative;padding-bottom: 67px;padding-top: 38px;}
.footer_menu{position: relative;}
.footer_menu .footer_list{overflow: hidden;}
.footer_menu .footer_list li{float: left;position: relative;padding: 0px 11px 0 14px;}
.footer_menu .footer_list li:first-child{padding-left: 0;}
.footer_menu .footer_list li:first-child:after{display: none;}
.footer_menu .footer_list li:after {content: '';width: 3px;height: 3px;border-radius: 3px;position: absolute;top: 50%;left: 0px;background: #6c6e74;/* margin: -4px 0 0; */transform: translateY(-50%);}
.footer_menu .footer_list li:first-child a{color: #f8a835;}
.footer_menu .footer_list li a{display: block;color: #5c5c5c;letter-spacing: 0;font-weight: 500;}

.mft_list{display: none;}
.mft_list .foot_site_menu li a{color: #9c9ea2;}
.logo_m{display: none;}
.footLogo{
    position: absolute;
    bottom: 67px;
    left: 0;
}
.footer_area{padding-left: 280px;position: relative;}
.footer_area .foonter_info{margin-top: 19px;}
.footer_area .foonter_info p{color: #fff;margin-top: 1px;letter-spacing: 0;font-weight: 300;color: #7e7e7e;}
.footer_area .foonter_info p:first-child{ margin-top: 0;}

.ft_sns_list{
    position: absolute;
    top: 6px;
    right: 0px;
}
.ft_sns_list li:first-child{margin-left:0;}
.ft_sns_list li{
    float: left;
    margin-left: 9px;
}
.ft_sns_list li a{display: block;}

.footer_etc{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer_etc > a{
    display: block;
    float: left;
    color: #232221;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.1;
    padding: 0 11px 0 12px;
    position: relative;
}
.footer_etc > a:first-child:before{
    display: none;
}
.footer_etc > a:before{
    content: '';
    width: 1px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: 0px;
    background: #5c5c5c;
    margin: -1px 0 0;
}
.footer_etc > a:last-child{padding-right: 0;}

.contop_btn{
    background: #fff url(/_static/kcultureBox/img/common/top.png) no-repeat center;
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 59px;
    height: 58px;
    border-radius: 50%;
    transition: opacity .25s linear, visibility .25s linear;
    opacity: 0;
    z-index: 1;
}
.contop_btn.on {opacity: 1; visibility: visible;}

@media all and (max-width:1440px){

}

@media all and (max-width:1340px){

}

@media all and (max-width:1200px){


 
}

@media all and (max-width:1024px){
    /* .content_wrap{padding-top: 110px;} */
    .m_header{display: block;}
    .header .gnbarea .gnb{display: none;}

    /* .headerWrap{height: 110px;} */
    .footLogo{display: none;}
    .footer_area{padding-left: 0;}

    .mobGnb {
        position: fixed;
        top: 110px;
        left: 0;
        z-index: 100;
        margin-left: -100%;
        width: 100%;
        background: #fff;
        height: 100%;
        overflow: auto;
        padding-bottom: 200px;
    }
    .mobGnb .m_gnb{
        position: relative;
        border: 1px solid #b7b6ae;
        border-width: 1px 0;
    }
    .mobGnb .m_gnb > li{
        border-top: 1px solid #b7b6ae;
    }
    .mobGnb .m_gnb > li:first-child{border-top: 0;}

    .mobGnb .m_gnb > li > a{
        color: #000000;
        font-size: 1.75em;
        line-height: 1;
        display: block;
        height: 90px;
        line-height: 88px;
        font-weight: 500;
        padding: 0 34px;
        background-repeat: no-repeat;
        background-position: right 10px center;
        
    }
    .mobGnb .m_gnb > li > a.on{color: #f8a835;
        background-image: url(/_static/kcultureBox/img/common/m_minus.png) !important;
    }

    .mobGnb .m_gnb > li > .m_gnbS{
        display: none;
        padding: 60px 65px;
        border-top: 4px solid #f8a835;
        background: #f7f7f7;
    }
    .mobGnb .m_gnb > li > .m_gnbS.on{display: block;}
        .mobGnb .m_gnb > li > .m_gnbS li{
        margin-top: 34px;
    }
    .mobGnb .m_gnb > li > .m_gnbS li:first-child{margin-top: 0;}
        .mobGnb .m_gnb > li > .m_gnbS li a{
        color: #000000;
        font-weight: 300;
        font-size: 1.5em;
        display: block;
    }

    .m_ft_sns_list{position: static; max-width: 187px; margin: 45px auto 0; overflow: hidden;}
    .m_ft_sns_list li{float: left; margin-left: 11px;}
    .m_ft_sns_list li a{display: block;}
    .m_ft_sns_list li:first-child{margin-left: 0;}
        
}
@media all and (max-width:860px){

    .header .gnbarea .logo{top: 30px;}
    .header_ui{top: 40px;}

    .headerWrap{padding: 0 15px;}
    .mobGnb{padding: 0 15px 200px; top: 110px;}
    .ft_sns_list{position: static; margin: 20px auto; max-width: 108px;}

    .search_wrap{height: 80px;}
    .search_wrap .search_ver{width: 100%;}

    .footerWrap{border-top: 0;}
    .footer_btm{padding-top: 0; padding-bottom: 37px;}
    .footer_menu .footer_list{display: none;}
    .footLogo{display: none;}
    .footer_area{padding-left: 0;}
    .footerWrap .mft_list{
        position: relative;
        display: block;
    }
    .footerWrap .mft_list .foot_site_menu{
        display: none;
        position: absolute;
        left: 0;
        bottom: 44px;
        z-index: 1;
        overflow: auto;
        width: 100%;
        background-color: #fbfbfb;
        max-height: 250px;
        border-top: 1px solid #b5b6bc;
    }
    .footerWrap .mft_list .foot_site_btn{
        font-size: 0.875em;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 20px;
        width: 100%;
        height: 45px;
        line-height: 43px;
        color: #000;
        text-align: left;
        /* background: #373b4e; */
        border: 1px solid #b5b6bc;
    }
    .footerWrap .mft_list .foot_site_btn > span{color: #000;}
    .footerWrap .mft_list .foot_site_btn .arr{
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 38px;
        height: 44px;
    }
    .footerWrap .mft_list .foot_site_btn .arr img{
        position: absolute;
        transform: rotate(0deg);
        left: 0;
        top: 50%;
        margin-top: -3px;
        font-size: 12px;
        transition: all 0.3s;
    }
    .footerWrap .mft_list .foot_site_btn.on .arr img{
        margin-top: -4px;
        transform: rotate(180deg);
    }
    .footerWrap .mft_list .foot_site_menu li{
        border: 1px solid #b5b6bc;
        /* border-bottom: 0; */
        border-width: 0 0 1px;
        background: #fff;
    }
    .footerWrap .mft_list .foot_site_menu li a{
        display: block;
        height: 45px;
        line-height: 45px;
        padding-left: 20px;
        color: #000;
        font-size: 0.875em;
    }
    
   
    .footer_area .foonter_info p{text-align: center;}
    .footer_etc{position: static;max-width: 286px;margin: 20px auto 0;}
    .footer_etc > a{font-size: 1em;}
    .footer_etc > a:first-child{padding-left: 0;}

}

@media all and (max-width:767px){
 
}

@media all and (max-width:640px){
 

}

@media all and (max-width:580px){

    .search_wrap{top: 60px;}

    .content_wrap{padding-top: 60px;}
    .mobGnb{top: 60px;}
    .header .gnbarea .logo{top: 12px;}
    .header .gnbarea .logo img{width: 146px;}
    .header_ui{top: 19px;}
    .header_ui .ui_eng:before{background-size: 100%; width: 12px; height: 12px; top: 5px;}
    .headerWrap.active .header_ui .ui_eng:before{background-size: 100%; width: 12px; height: 12px; top: 5px;}
    .header_ui .ui_eng span{font-size: 1em; padding-left: 19px;}

    .headerWrap{height: 60px; padding: 0 10px;}
    .view_wrap{margin-left: 10px;}
    .mobGnb .m_gnb > li > a{
        padding: 0 10px;
        height: 40px;
        line-height: 38px;
        font-size: 1.125em;
        background-size: 11px;
    }
    
    .mobGnb .m_gnb > li > .m_gnbS{padding: 10px 20px;}
    .mobGnb .m_gnb > li > .m_gnbS li{margin-top: 14px;}
    .mobGnb .m_gnb > li > .m_gnbS li a{font-size: 1em;}

    
    .m_ft_sns_list{margin: 25px auto 0; max-width: 105px;}
    .m_ft_sns_list li a{width: 27.5px;}

    .ft_sns_list{margin: 10px auto;}
    .footer_area .foonter_info p{font-size: 0.938em;}
    .footerWrap .mft_list .foot_site_btn{padding-left: 10px;}
    .footerWrap .mft_list .foot_site_btn .arr{width: 25px;}
    
    .footer_btm{padding-bottom: 15px;}
    .footer_etc > a{font-size: 0.875em;}

}
