/* BASIC css start */
#contentWrap{width:1300px !important;}
#content{padding-bottom:50px;}
.title_img_wrap{min-height:95px; background-position:center; background-repeat:no-repeat;}
.title_img_wrap img{opacity:0; display:block; margin:0 auto;}
.bbs_head{padding-top:50px; }
.bbs_head h1{margin-bottom:37px; height:50px; line-height:50px; text-align:center; color:#222; font-weight:700; font-size:34px; letter-spacing:-2px;  font-family: 'Noto Sans KR', sans-serif;  }
.bbs_head .tabWrap{box-sizing:border-box; height:60px; border-top:1px solid #777; border-bottom:1px solid #777; margin-bottom:60px; padding:0 40px; box-sizing:border-box;}
.bbs_head .tabWrap ul{width:100%; height:58px; overflow:hidden;}
.bbs_head .tabWrap ul li{float:left; width:calc(100% / 6) ; box-sizing:border-box; position:relative; }
.bbs_head .tabWrap ul li:before{position:absolute; top:50%; left:-1px; width:1px; height:16px; margin-top:-8px; background-color:#ddd; content:""; font-size:0;}
.bbs_head .tabWrap ul li a{display:block; width:100%; height:58px; line-height:58px; box-sizing:border-box; text-align:center; color:#888; font-size:16px;  font-family: 'Noto Sans KR', sans-serif; }
.bbs_head .tabWrap ul li a.sel{color:#000; font-weight:500;}


#contentWrapper {
    width: 100%;
    text-align: center;
    /*
    padding-top: 125px;
    */
    padding-bottom: 100px;
}

#contentWrap_prd {
    min-width: 1300px;
    width: 1300px !important;
    margin: 0 auto 70px;
    text-align: left;
}


/* BASIC css end */

