/*서브탭메뉴*/
.tabwrap {
    display: none;
    transform: rotate(-0.03deg);
    width: 1200px;
    height: 50px;    
    margin: 0 auto;
    margin-bottom: 23px;
    z-index: 9999;
    position: relative;
}

.tabwrap ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: -1px;
}

.tabwrap.tab_02 li {
    float: none;
    display: inline-block;
    width: 25% !important;
}

.tabwrap.tab_03 li {
    width: 18% !important;
    margin-right: 2.5%;
}

.tabwrap > ul > li {
    float: left;
    position: relative;
    align-items: center;
    float: left;
    width: 230px;
    margin-right: 2%;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;

}

.tabwrap.tab_01 > ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    margin-top: -1px;

}

.tabwrap.tab_01 > ul > li {
    float: none;
    display: inline-block;
    width: 15% !important;
}

.tabwrap > ul > li:last-child {margin-right: 0;}



.tw50>ul>li{ width: 50% !important;}
.tw33>ul>li{ width: 33.3333% !important;}
.tw25>ul>li{ width: 16.66% !important;}
.tw20>ul>li{ width: 20% !important;}
.tw16>ul>li{ width: 16.66667% !important;}

.tabwrap ul li a {
    background-color: #f4f4f4;
    color: #000;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 20px;
    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    padding: 15px 0;
    
}
.tabwrap ul li:first-child a {
    border-left: none;
}



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

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