/* BASIC css start */
/**************************************************** Navigation 2 ****************************************************/

#header2.headerFix .headerGnb .cateWrap {padding-top: 4px;}
#header2 .headerGnb .cateWrap .tmenu2 {position: relative; display: inline-block;height: 60px; text-align: center;}
#header2 .headerGnb .cateWrap .all::after {content: "";  position: absolute; top: 33%;margin-top: -8px; left: 258px;width: 1px; height: 18px; background-color: #222;pointer-events: none;}
#header2 .headerGnb .cateWrap .tmenu2 a {position: relative;font-weight: 700;box-sizing: border-box;font-family: 'Noto Sans KR', sans-serif;padding: 0 2px;font-size: 16px;}
#header2 .headerGnb .cateWrap .tmenu2 > a:hover {color:#e7000a; }
#header2 .headerGnb .cateWrap .tmenu2 > a::after { content: '';width: 0%;left: 50%;height: 6px;display: block;position: absolute;margin-top: -15px; border-bottom: 3px solid #ed1b24;padding-bottom: 19px;transition: all .3s ease;}
#header2 .headerGnb .cateWrap .tmenu2 > a:hover::after{
  content: '';
  width: 100%;
  left: 0px;
  height: 6px;
  display: block;
  position: absolute;
  margin-top: -15px;
  border-bottom: 3px solid #ed1b24;
    padding-bottom:19px;
  transition:all .3s ease;
}

#header2 .headerGnb .cateWrap .tmenu2 .navidepth2>a:first-child>li {border-top: solid 2px #ef151e; }

#header2 .headerGnb .cateWrap .tmenu2 .navidepth2::before {
    display: block;
    position: absolute;
    content:'';
    z-index: 9999;
    right: 0;
    left: 112px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: solid 2px #ef151e;
    border-top: solid 2px #ef151e;
    margin-top: -18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color .1s linear 0s;
    -o-transition: background-color .1s linear 0s;
    transition: background-color .1s linear 0s;
}


#header2 .headerGnb .cateWrap .tmenu2 .navidepth2 {
    display: none;
    overflow: unset !important;
    top: 54px;
    position: absolute;
    left: 31.6%;
    width: 500px;
    margin-left: -74px;
    z-index: 97;
    text-align: left;
    border: solid 1px #000;
    background:#fff;
    border-top: solid 2px #ef151e;
    padding: 10px 0 14px 10px;
}

#header2 .headerGnb .cateWrap .tmenu2 .navidepth2 .depth2-cont {
    width: 49%;
    display: inline-block;
}

#header2 .headerGnb .cateWrap .tmenu2 .navidepth2 a li {
    height: 30px;
    padding: 2px 10px;
    background:#fff;
}

#header2 .headerGnb .cateWrap .tmenu2 .navidepth2 a {font-size: 15px; line-height: 31px; font-weight:500; padding:0;}
#header2 .headerGnb .cateWrap .tmenu2 .navidepth2 a li:hover {color:#999;}

/* BASIC css end */

