/* BASIC css start */
#cnb > div > ul > li:nth-child(4){border-bottom: 1px solid #777;}

header .gnb > ul > li .submenu {display:none!important;}


.brandTitle { font-size: 30px; text-align: center; font-weight: bold; margin-top: -10px; display:none;}
.brandTab { text-align: center; margin: 50px auto 60px; }
.brandTab > li { display: inline-block; margin: 0 15px; }
.brandTab > li > a:hover {color:#333;}
.brandTab > li > a {font-size: 18px; position:relative; color:#999;}
.brandTab > li > a:after {z-index: -1;
    position: absolute;
    content: "";
    bottom: 4px;
    width: 0%;
    height: 8px;
    background: #ffffff;
    opacity: .3;
    left: 0;
    margin: 0 auto;
    transition: all 1s}
.brandTab > li:hover > a:after {width:100%;}
.brandTab > li.selected > a {font-weight:bold; color:#333;}
.brandTab > li.selected > a:after { z-index: -1;
    position: absolute;
    content: "";
    bottom: 4px;
    width: 100%;
    height: 8px;
    background: #ffffff;
    opacity: .3;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 1s;}
/* BASIC css end */

