@charset "utf-8";

/* 훼나 로지스틱스 인덱스 화면 */

html {overflow-y:scroll}
body {margin:0;padding:0;}
* {margin:0;padding:0;border:0}

html, body{width:100%;height:100%}
#header{width:100%;height:150px;position:relative;z-index:20;overflow:hidden;background-color:#fafafa}
#contents{width:100%;min-height:100%;position:relative;z-index:10;margin:-150px 0 -150px 0;background-color:#fafafa}
#footer{width:100%;height:150px;position:relative;z-index:20;overflow:hidden;background-color:#52bbe9}

#header .main_title1 {font-size:2em;font-family:'맑은 고딕';color:#333;text-align:center;line-height:200px;}

#contents .gnb {width:1000px; margin:0 auto; padding:0 20px;}
#contents .box_top {float:left; width:1000px; height:272px; margin-top:180px;border:1px solid #fff; background:#fff;}
#contents .box_left {float:left; width:496px; height:200px; margin-top:20px;border:1px solid #e2e2e2; background:#52bbe9;}
#contents .box_right {float:right; width:496px; height:200px; margin-top:20px;border:1px solid #e2e2e2; background:#fff;}
#contents .box_title1 {font-size:2em;font-family:'맑은 고딕';color:#fff;text-align:center;line-height:200px;}
#contents .box_title2 {font-size:2em;font-family:'맑은 고딕';color:#52bbe9;text-align:center;line-height:200px;}
.box_title1 a:link, .box_title1 a:visited, .box_title1 a:hover, .box_title1 a:focus, .box_title1 a:active {color:#fff;text-decoration:none}
.box_title2 a:link, .box_title2 a:visited, .box_title2 a:hover, .box_title2 a:focus, .box_title2 a:active {color:#52bbe9;text-decoration:none}

#footer .gnb {width:1000px; margin:0 auto;padding:35px 0;letter-spacing:-1px;}
#footer .logo{float:left;margin-right:25px;font-family:'맑은 고딕';vertical-align:middle;}
#footer .logo a{text-decoration:none;color:#fff;font-size:18px;font-weight:bold}
#footer .logo .hvm{padding-bottom:5px;}
.footLink{overflow:hidden;padding-right:2px;}
#footer .f_strong{margin-top:0px;color:#fff;font-size:12px;font-family:'맑은 고딕', '돋움', Verdana, Arial;padding-right:13px;font-weight:bold}
#footer .info{margin-top:0px;line-height:150%;color:#fff;font-size:12px;font-family:'맑은 고딕', '돋움';}
#footer .info span{padding:0 10px 0 0}
#footer .f_eng_info{margin-top:7px;color:#fff;font-size:12px;font-family: Arial, Tahoma, '맑은 고딕';padding-right:15px;letter-spacing:0;}
#footer .f_copyright{font-family:Verdana, Arial;font-size:11px;display:block;letter-spacing:0;padding-top:15px;}
#footer .f_copyright strong{color:#fff}