/**/
#footer{ background:#313131; position:relative; z-index:9999; }
#footer .foot_sec .inside{ }
/**/
#footer .foot_menu{ padding:11px 0; font-size:0; }
#footer .foot_menu > li{ display:inline-block; margin-right:40px; }
#footer .foot_menu > li:last-child{ margin-right:0; }
#footer .foot_menu > li > a{ line-height:38px; font-weight:bold; font-size:13px; color:#CCC; }
/**/
#footer .add_sec{ border-top:1px solid #3C3C3C; }
#footer .add_sec > .inside{ padding:33px 0; }
#footer .add_sec .info{ }
#footer .add_sec .info .address{ font-size:13px; color:#C9CACA; }
#footer .add_sec .info .copyright{ margin-top:1px; font-weight:bold; font-size:11px; color:#ADADAD; }
/**/
#footer .add_sec .foot_btn{ z-index: 5; position:absolute; top:28px; right:0px; }
/**/
#footer .button0{ cursor:pointer; display:inline-block; text-align:center; padding:0 15px; }
#footer .button0{ font-size:12px; font-weight:bold; color:#999; line-height:40px; height:42px; box-sizing:border-box; border:1px solid #5E5E5E; }
/* ===== 하위 상속 ===== */
/* L - 1024이하 */
@media all and (max-width:1024px){
}
/* M - 959이하 */
@media all and (max-width:959px){
	#footer .foot_menu > li > a{ font-size:24px; font-weight:normal; }
	#footer .add_sec .info .address{ font-size:22px; font-weight:normal; letter-spacing:-0.1em; }
	#footer .add_sec .info .copyright{ font-size:20px; font-weight:normal; }
	#footer .add_sec .foot_btn{ margin-bottom:30px; position:relative; top:0; left:0; }
	#footer .button0{ font-size:22px; font-weight:normal; letter-spacing:-0.1em; line-height:78px; height:80px; }
	#footer .button0{ margin-right:10px; }
}
/* S - 639이하*/
@media all and (max-width:639px){
	#footer .add_sec > .inside{ padding:17px 0; }
	#footer .foot_menu > li{ margin-right:20px; }
	#footer .foot_menu > li > a{ line-height:19px; font-size:12px; font-weight:normal; }
	#footer .add_sec .info .address{ font-size:11px; }
	#footer .add_sec .info .copyright{ font-size:10px; }
	#footer .add_sec .foot_btn{ margin-bottom:15px; position:relative; top:0; left:0; }
	#footer .button0{ font-size:11px; font-weight:normal; letter-spacing:-0.1em; line-height:39px; height:40px; }
	#footer .button0{ margin-right:5px; }
}
/* ===== 범위 지정 ===== */
/* XL - 1025이상 - PC*/
@media all and (min-width:1025px){
}
/* L - 960 ~ 1024*/
@media all and (min-width:960px) and (max-width:1024px){
}
/* M - 640 ~ 959*/
@media all and (min-width:640px) and (max-width:959px){
}

