

/* 하단 당원가입 배너 css */

#join_banner { border-top:solid 1px #eae9e4; margin-top:40px; padding:45px 0; background:#f2f1eb; font-family: 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic'; }
#join_banner .inner { clear:both; max-width:1190px;  margin:0 auto; padding:0 10px;}
#join_banner .inner > ul > li { float:left; width:50%; font-size:0px; }
#join_banner .inner > ul > li h5 { font-size:26px; font-weight:bold; padding-bottom:14px; letter-spacing:-1px;/*font-family:Nanum Gothic;*/ }
#join_banner .inner > ul > li span { font-size:19px; display:block; padding-bottom:35px; line-height:28px; font-family:'Malgun Gothic'; font-weight:bold;  letter-spacing:-1.5px; }
#join_banner .inner > ul > li a { display:inline-block; zoom:1; *display:inline; font-size:18px; font-weight:bold; padding:8px 26px 8px 18px; background:url(../images/commons/line05.png) #ffed00 no-repeat 95px center; border-radius:0px; margin-right:20px; }
/* #join_banner .inner > ul > li .eng { font-size:16px !important;background:url(../images/commons/line05.png) #ffed00 no-repeat 170px center !important;} */
#join_banner .inner > ul > li .eng { font-size:16px !important;background-position-x:170px !important;}
#join_banner .inner > ul > li a.btn-pay { background:url(../images/commons/line06.png) #ff8e09 no-repeat 95px center; color:#fff; }
#join_banner .inner > ul > li a.btn-rec { background:url(../images/commons/line06.png) #99968a no-repeat 114px center; color:#fff; }
#join_banner .inner > ul > li.banner { text-align:right; }
#join_banner .inner > ul > li.banner div { background:url(../images/commons/join_bottom_banner.png) no-repeat right center; display:inline-block; zoom:1; *display:inline; width:98%;  border:solid 1px #e6e4df; height:190px; line-height:190px; text-align:center; font-weight:bold; font-size:18px; }




/* 미디어쿼리 */



@media all and (max-width: 930px) {
	
	#join_banner .inner > ul > li h5 { font-size:20px; }
	#join_banner .inner > ul > li span { font-size:16px; padding-bottom:20px; }
	#join_banner .inner > ul > li a { font-size:15px; background:url(../images/commons/line05.png) #ffed00 no-repeat 85px center; }
	#join_banner .inner > ul > li a.btn-pay { font-size:15px; background:url(../images/commons/line06.png) #ff8e09 no-repeat 85px center; }
	#join_banner .inner > ul > li a.btn-rec { font-size:15px; background:url(../images/commons/line06.png) #99968a no-repeat 98px center; }
}

@media all and (max-width: 870px) {
	#join_banner .inner > ul > li { width:100%; }
	#join_banner .inner > ul > li.banner { display:none; }
}

@media all and (max-width: 780px) {
	#gnb-banner .inner .potcast .title { display:none; }
	#gnb-banner .inner .potcast .desc { left:0px; }
}


@media all and (max-width: 640px) {
	
	#join_banner { padding:25px 0; }
	#join_banner .inner > ul > li h5 { font-size:18px; }
	#join_banner .inner > ul > li span { font-size:14px; padding-bottom:15px; line-height:23px; }
	#join_banner .inner > ul > li a { font-size:13px; background:url(../images/commons/line05.png) #ffed00 no-repeat 75px center; margin-right:5px; margin-top:8px; }
	#join_banner .inner > ul > li a.btn-pay { font-size:13px; background:url(../images/commons/line06.png) #ff8e09 no-repeat 75px center; }
	#join_banner .inner > ul > li a.btn-rec { font-size:13px; background:url(../images/commons/line06.png) #99968a no-repeat 88px center; }
}

