@charset "utf-8";


/*****************************하단영역*****************************/

#foot {font-family:'Lato',sans-serif;font-weight:400;background:#000;}
#foot .f_top{font-family:'NanumGothic', Sans-serif;height:50px;line-height:50px;border-bottom:1px solid #4d4d4d;letter-spacing:-0.05em;}
#foot .f_top a{font-weight:700;font-size:14px;color:#fff;text-transform:uppercase;}

#foot .f_txtw{clear:both;overflow:hidden;}
#foot .address{float:left;padding:15px 0 25px;font-family:'NanumGothic', Sans-serif;font-size:14px;line-height:18px;color:#8c8c8c;letter-spacing:-0.05em;}
#foot .address p{margin-bottom:7px;}
#foot .address dl{position:relative;margin-bottom:7px;}
#foot .address dl dt{position:absolute;left:0;top:0;}
#foot .address dl.tel dt{font-family:'NanumGothic', Sans-serif;letter-spacing:-0.05em;}
#foot .address dl.tel dd{padding-left:175px;}
#foot .address dl.email dd{padding-left:50px;}
#foot .address dl.email dd br{display:none;}


#foot .mark{float:right;margin-top:25px;padding-left:100px;font-size:13px;line-height:17px;color:#8c8c8c;/*background:url(/img/common/krh_mark_new.gif) no-repeat left center;*/}

#foot .copy{padding-bottom:25px;font-size:11px;color:#666;text-transform:uppercase;}




/*****************************모바일*****************************/
@media(max-width:736px){

#foot{padding:0 10px;}
#foot .f_top{height:40px;line-height:40px;}
#foot .f_top .wsize{text-align:center;}
#foot .f_top .wsize a{display:inline-block;font-size:12px;}

#foot .address{float:none;font-size:12px;line-height:16px;text-align:center;}
#foot .address p{margin-bottom:5px;}
#foot .address dl{margin-bottom:5px;display:inline-block;}
#foot .address dl dt{float:left;position:static;}
#foot .address dl dd{float:left;padding-left:7px !important;}
#foot .address dl.email dd:last-child{float:none;}

#foot .mark{display:none;}
#foot .copy{text-align:center;font-size:10px;}


}

