/*서브탭메뉴*/
.intab_wrap {
    display: none;
    transform: rotate(-0.03deg);
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1vw;
    z-index: 9999;
    position: relative;
    padding-top: 5vw;
}
.intab_wrap 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 #eaeaea;
    margin-top: -1px;
}

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

}

.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;}

.intab_wrap ul a {
    display: block;
    background: #fff;
    color: #636363;
    font-weight: 400;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    width: 100%;
    height: 100%;
    
}

.it_it_unit_1_59b{
    display: block;
    background: #c98e00;
    color: #636363;
    font-weight: 400;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    width: 100%;
    height: 100%;
}
    



.intab_wrap ul li:first-child a {
    border-left: none;
}




.it_on {
    background: #eaeaea !important;
    color: #333 !important;
    font-weight: 400 !important;
    z-index: 11111;
}

.it_unit_1_59a.it_on,
.it_unit_2_59a.it_on,
.it_unit_3_59a.it_on{
    background: #f07e1e !important;
    color: #fff !important;
}

.it_unit_1_59b.it_on,
.it_unit_2_63b.it_on,
.it_unit_3_64b.it_on
{
    background: #00798b !important;
    color: #fff !important;
}

.it_unit_1_62c.it_on,
.it_unit_2_69c.it_on,
.it_unit_3_72c.it_on
{
    background: #ca4f4f !important;
    color: #fff !important;
}

.it_unit_2_63d.it_on{
    background: #6f5893 !important;
    color: #fff !important;
}