@charset "utf-8";

#foot{position:relative;width:100%;min-width:1100px;color:#fff;background:#3c4150; z-index:20;}

/*관련사이트*/
#foot .allsite{width:100%; }
#foot .allsite .btn {position:absolute;bottom:110px;right:50%;margin-right:-550px;z-index:9;width:140px;height:50px;background:url(/img/common/arrow_up.gif) no-repeat right 50%; text-align:left;}
#foot .allsite a {display:block;padding:18px 0 0 22px;letter-spacing:-1px;font-size:13.5px;font-weight:500;color:#fff;}
#foot .allsite .btn a {letter-spacing:0;}
#foot #site_view{position:relative;width:100%;background:#eceef7;text-align:center;border-top:1px solid #cdcdcd;}
#foot #site_view .cont{display:inline-block;width:1100px;padding:28px 0;margin:0 auto;text-align:left;}
#foot #site_view .cont dl{float:left;}
#foot #site_view .cont dl.box1{width:800px;}
/*#foot #site_view .cont dl.box2{width:470px;padding-left:30px;}*/
#foot #site_view .cont dl.box3{width:130px;padding-left:30px;background:none;}
#foot #site_view .cont dl dt{margin-bottom:15px;color:#000;font-weight:600;font-size:17px;}
#foot #site_view .cont dl dd{margin-bottom:6px;}
#foot #site_view .cont dl dd a{color:#747d7e;font-size:13px;padding:0;font-weight:normal;}
#foot #site_view .cont dl dd a:hover{color:#676869;font-weight:600;}
#foot #site_view .cont dl.box1 dd{float:left;width:33.3%;}
#foot #site_view .cont dl.box1 dd.w100{width:100%;}
#foot #site_view .cont dl.box2 dd{float:left;width:25%;}


#foot .area{width:100%;}
#foot .farea{width:1100px;margin:0 auto;}

#foot .fmenu{float:left;height:50px;}
#foot .fmenu ul li{float:left;padding:18px 12px 0 0;margin-right:10px;background:url(/img/common/fmenu_bu.gif) no-repeat right 22px;}
#foot .fmenu ul li.end{background:none;}
#foot .fmenu ul li a{color:#fff;font-size:13px;}
#foot .fmenu ul li a.yellow{color:#ebbf56;}
#foot .fmenu ul li a.yellow:hover{color:#ebbf56;}

/*#foot .fbtn{float:right;margin-right:185px;height:50px;}*/

#foot .fbox{width:100%;display:inline-block; border-top:1px solid #636774;}
#foot .fbox .copy{float:left;padding:24px 0;text-align:left;}
#foot .fbox .copy p{margin-bottom:8px;color:#fff;font-size:13px;}
#foot .fbox .copy p a{display:inline-block !important;color:#fff;font-size:13px;}
#foot .fbox .copy p.bot{color:#9f9f9f;  font-family: 'Roboto', sans-serif; }
#foot .fbox .mark{float:right;padding:18px 0;margin-right:10px;}
#foot .fbox .mark ul li{float:left;margin-left:10px; line-height:65px;}
#foot .fbox .mark ul li img{vertical-align:middle;}





/********************모바일********************/
@media(max-width:736px){


#foot{width:100%;min-width:320px;}

/*관련사이트*/
#foot .allsite{display:none;}
#foot .farea{width:100%; height: auto; padding:0 10px; box-sizing:border-box;}
#foot .fmenu{display:block; height:auto; padding:10px 0;}
#foot .fmenu ul li {padding:0 12px; width:25%; text-align:center; margin-bottom:5px; 
background: url(/img/common/fmenu_bu.gif) no-repeat right 2px;}
#foot .fbox .mark{display:none;}
#foot .fbox .copy{float:none; text-align:center;}
#foot .fbox .copy p.bot{font-size:11px;}


}




/********************웹********************/
@media(min-width:737px){




}

/********************모바일********************/
@media(max-width:480px){
#foot .fmenu ul li {width:45%; box-sizing:border-box; font-size:14px; }
#foot .fmenu ul li:nth-child(2),
#foot .fmenu ul li:nth-child(4) {background:none;}
}