/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
.tab {
    background: #f5f5f5;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
}

.tab h3 {
    color: #303030;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    padding: 70px 0 30px;
    display: none;
}
.tab > ul {
    font-size: 0;
    position: relative;
    padding: 0 15px;
    height: 35px;
}

.tab > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
}

.tab > ul > li > a {
    color: #303030;
    font-size: 13px;
    border: 1px solid #929292;
    margin: 0 3px;
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    display: block;
    height: 35px;
    line-height: 35px;
    /* width: 67px; */
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    -khtml-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tab > ul > li.on > a {
    background: #303030;
    border: 1px solid #303030;
    color: #fff;
}
.tab > ul > li.on > ul {position: absolute;bottom: -68px;left: 0;right: 0;text-align: left;/* border-bottom: 1px solid #cdcdcd; */white-space: nowrap;overflow-x: scroll;border-bottom: 1px solid #cdcdcd;}
  

.tab > ul > li.on > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 21px;
    position: relative;
}

.tab > ul > li.on > ul > li > a {
    color: #888;
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    font-size: 13px;
}

.tab > ul > li.on > ul > li.on {
    border-bottom: 2px solid #303030;
    padding-bottom: 5px;
}

.tab > ul > li.on > ul > li.on > a {
    color: #303030;
}

.tab > ul > li.on > ul:before {content: "";background: #cdcdcd;left: 0;right: 0;bottom: 0;width: 100%;height: 1px;display: block;position: absolute;display: none;}
.page-navigation {
    display: none;
}
/* BASIC css end */


/* BASIC css end */

