/*서브탭메뉴*/




.smenu_wrap {
    display: none;
    width: 100%;
    height: 46px;
    background: #66376e;
    margin: 0 auto;
    z-index: 99;
    position: relative;
    overflow: hidden;
	/*border-bottom: 1px solid #f3f3f3;*/

}

.smenu_wrap ul {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content:space-between;
    /*border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;*/
    box-sizing: border-box;
}

.smenu_wrap li {
    display: block;
    font-size: 15px;
    line-height: 46px;
    /*transform: rotate(-0.03deg);*/
    width: 100%;
	flex-shrink: 1;
    text-align: center;
    position: relative;
    font-family: 'Noto Sans KR', sans-serif;
    /*border-right: 1px solid #f3f3f3;*/
	box-sizing: border-box;

}
/*.smenu_wrap ul li:last-child {
    border-right: none;
}*/



.smenu_wrap ul a {
    display: block;
    box-sizing: border-box;
    color: #fff;
}


.smtab_on {
    background: #fff !important;
    color: #102847 !important;
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
}



