/*서브탭메뉴*/



.smenu_wrap {
    display: none;
    width: 1200px;
    background: #004a8f;
    margin: 0 auto;
    z-index: 9999;
    position: relative;
    top: -40px;
    z-index: 1111;
}

.smenu_wrap ul {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.smenu_wrap li {
    width: auto;
    display: block;
    font-size: 18px;
    line-height: 73px;
    transform: rotate(-0.03deg);
    display: flex;
}
.smenu_wrap li::after {
    content: "│";
    color: #fff;
    padding: 0 14px;
    font-size: 11px;
}
.smenu_wrap li:last-child::after {
    display: none;
}

.tw100>ul>li{ width: 100% !important;}
.tw50>ul>li{ width: 50% !important;}
.tw33>ul>li{ width: 33.3333% !important;}
.tw25>ul>li{ width: 25% !important;}
.tw20>ul>li{ width: 20% !important;}

.smenu_wrap ul a {
    display: block;
    box-sizing: border-box;
    color: #fff;
    font-weight: 400;
transform: rotate(-0.03deg);
}

.smenu_wrap>ul>a:hover {
    background: #d2d6d5 !important;
    color: #636363 !important;
    font-weight: 400 !important;
    z-index: 11111;
    box-sizing: border-box;    
}

.smtab_on {
    
    font-weight: 600 !important;
    z-index: 11111;
    box-sizing: border-box;
}
.pmtab_on {
    background: #fff !important;
    color: #222 !important;
    font-weight: 400 !important;
    z-index: 11111;
    box-sizing: border-box;
}
.intab_on {
    font-weight: 600 !important;
    color: #493f39 !important;
}



