/*************** [footer]basic ***************/
/*footer*/
#section_type_footer_0{position:relative;}

footer {width:100%; background:#252525;}
footer .in_footer {/*width:1200px;*/ margin:0 auto; padding:60px 0 50px 0; overflow:hidden;}
footer address {font-family:"Malgun Gothic"; font-size:13px; line-height:20px; color:#9c9c9c; letter-spacing:-0.25px;}
footer address a{color:#9c9c9c !important;}
footer address a:hover{text-decoration:underline;}

/*************** [footer]responsive ***************/
/*footer*/

@media screen and (max-width: 1024px) {
	footer br{display:none; }
	footer .in_footer {width:90%; max-width: 855px; padding: 40px 0; word-break:keep-all;}
	footer address {text-align:center;}
}
@media screen and (max-width: 480px) {
	footer .in_footer{padding:30px 0;}
	footer address{font-size:12px; line-height:20px;}
	footer address img{margin-top:5px;}
}
