/*서브탭메뉴*/
.tabwrap {
    display: none;
    transform: rotate(-0.03deg);
    width: 1000px;
    height: auto;
    
    margin: 0 auto;
    margin-bottom: 53px;
    z-index: 9999;
    position: relative;
    padding-top: 60px;
}
.tabwrap ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    border: 1px solid #004a8f;
    margin-top: -1px;
}

.tabwrap>ul>li {
    width: 33.3333%;
    display: block;
    font-size: 15px;
    line-height: 46px;
    transform: rotate(-0.03deg);

}

.tw50 li{ width: 50% !important;}
.tw33 li{ width: 33.3333% !important;}
.tw25 li{ width: 25% !important;}
.tw20 li{ width: 20% !important;}
.tw16 li{ width: 16.6667% !important;}

.tabwrap ul a {
    display: block;
    background: #fff;
    color: #636363;
    font-weight: 400;
    border-right: 1px solid #004a8f;
    border-left: 1px solid #004a8f;
    width: 100%;
    height: 100%;
    
}
.tabwrap ul li:first-child a {
    border-left: none;
}



.tabwrap a:hover {
    color: #636363 !important;
    font-weight: 400 !important;
    z-index: 11111;
    background: #004a8f !important;
    color: #fff !important;
}

.tab_on {
    background: #004a8f !important;
    color: #fff !important;
    font-weight: 400 !important;
    z-index: 11111;
}
