
/*header*/

header{position:absolute; top:0; left:0; width:100%; z-index:1000; background-color:#fff;}
header div{position:relative;}
.kakao_PC{display:inline-block; position:absolute; top:5px; right:0;}

/*³×ºñ°ÔÀÌ¼Ç*/
@media screen and (min-width:960px){

header{padding-top:20px;}

.topCS_ban{font-family:"NotoSansKR-Light"; font-weight:bold; float:right; width:60%; text-align:right; font-size:15px; color:#222; letter-spacing:-1px; padding-top:15px; padding-right:170px; box-sizing:border-box;}
.topCS_ban span{font-family:"NotoSansKR-Bold"; color:#ed008c; font-size:35px; letter-spacing:-1.5px; margin-left:5px;}
.logo{float:left; width:40%;}

.gnb_pc{position:relative; border-top:1px solid #ddd; border-bottom:7px solid #7a44a0;}
.gnb_pc>ul{position:relative; width:100%; max-width:1200px; height:50px;}
.gnb_pc>ul>li{float:left; width:20%; height:50px;}
.gnb_pc>ul>li>a{display:block; width:100%; height:57px; font-size:15px; color:#666; text-align:center; line-height:50px; box-sizing:border-box;}
.gnb_pc>ul>li.active>a{color:#7a44a0;}

.gnb_mo{display:none;}
.sns_ban{display:none;}
}
 
@media screen and (max-width:959px){

.topCS_ban{font-family:"NotoSansKR-Light"; font-weight:bold; width:100%; text-align:center; font-size:15px; color:#fff; letter-spacing:-1px; background-color:#7a44a0; margin-bottom:10px;}
.topCS_ban span{font-family:"NotoSansKR-Bold"; color:#fff; font-size:35px; letter-spacing:-1.5px; margin-left:5px;}
.logo{float:left; width:60%; margin-left:10px;}
.logo img{width:100%; max-width:200px;}

.gnb_mo{position:relative; width:100%; border-bottom:7px solid #7a44a0;}
.gnb_mo>ul{display:none; position:absolute; top:7px; left:0; width:100%;}
.gnb_mo>ul>li>a{display:block; width:100%; height:50px; line-height:50px; padding-left:10px; box-sizing:border-box; background-color:#222; color:#fff; font-size:15px; border-bottom:1px dotted #555;}
.gnb_mo>ul>li>a:hover{background-color:#e60689; color:#fff;}

.mbtn{position:absolute; top:-45px; right:5px; width:50px; height:50px;}
.mbtn i{width:50px; height:50px; font-size:35px; color:#7a44a0; border:none;}
.mbtn.on .fa-bars{display:block;}
.mbtn.on .fa-times{display:none;}
.mbtn .fa-bars{display:none;}
.mbtn .fa-times{display:block;}

.gnb_pc,.tnb_btns{display:none;}
.kakao_PC{display:none;}

}