@charset "utf-8";
@import url('default.css');
@import url('board.css');

body{ margin:0; padding:0; position:relative; overflow-x:hidden; background:#5c5c5c; }

#wrap{ width:640px; margin:0 auto; background:#fff; position:relative;}

/* 헤더 */
#header {z-index:10; width:100%; height:100px; background:#0b102f }
#header #logo {width:400px; height:61px; margin:0 auto; padding-top:25px;}
#header #logo h1 {width:100%; height:100%;}
#header #logo h1 a {display:block; width:100%; height:100%; background:url(/new2022/images/m_logo.png) no-repeat; font-size:0; line-height:0;}
#header #logo img{ width:70%}


/*footer*/
#footer_wrap {position:relative; z-index:11; clear:both; width:100%; height:200px; padding-top:30px; background:#484848; padding-bottom:110px;}
#footer_wrap #footer {margin:auto; width:94%; height:58px; padding-top:10px; text-align:center;}
#footer address {font-weight:normal; font-style:normal; color:#ddd; font-size:20px;}
#footer .copyright {color:#808080; text-transform:uppercase; font-size:17px; display:block; margin-top:10px;}


/*foot 전화상담*/
.btn_f {width:100%; position:fixed; left:0; bottom:0; /*padding:10px 0;*/ background-color:rgba(0,0,0,0.75); z-index:30;}
.btn_f .area {margin:0 auto; width:640px;}
.btn_f .area li {float:left; width:100%; text-align:center; background-color:#004e99}
.btn_f .area li img {width:320px;}