@charset "utf-8";



/* 헤더///////////////// */
header{
    position: static;
}


#main_nav > ul > li > a{
    color: #000;
}


.lang_icon > ul > li > .lan > span{
    color: #000;
}





/* 서브페이지 서브 메뉴 */
#top{
    padding-top: 150px;
}
#top > h1{
margin-top: 0px;
}

#top_t > ul{
    display: flex;
    justify-content: space-between;
    color: #D9D9D9;
    font-size: 20px;
}
#top_t > ul > li{
    padding: 0 0 30px 0;
    border-bottom: 10px solid #D9D9D9;
    width: 32%;
}
#top_t > ul > li:hover, #top_t > ul > li.on{
    color: #581666;
    border-bottom: 10px solid #581666;
    cursor: pointer;
}

/* 반응형////////////////////////////// */

@media screen and (max-width:1030px) {
    header{
        border-bottom: none;
    }
    #h_wrap{
    height: auto;
    }


    #top{
        padding-top: 65px;
    }




} /* 0 ~ 1030px */


@media screen and (max-width:880px) {
    header{
        border-bottom: 1px solid #E8DCF3;
    }
    .mb_menu{
        background: url(../img/sub_02_01/Group.png) no-repeat 0 0;
    }


}/* 0 ~ 900px */

@media screen and (max-width:460px) {
    #top{
        padding-top: 0px;
    }
    #top > h1{
        margin-top: 70px;
        margin-bottom: 55px;
        font-size: 42px;
        line-height: 1.1em;
    }
    #top > p{
        font-size:18px;
        margin-top: -40px;
    }
    #top_t > ul > li {
        font-size: 16px;
        padding-bottom:10px
    }


    #top_br > ul{
        top:47px
    }
}