@import url(base.css);


#container { width:480px;  }

#header { width:100%; position:relative; display:block; height:67px; /* border-bottom:1px solid #70ceec; background:#fff; */ }
	.logo { padding:10px 0 0 20px; }
	.btn_menu { position:absolute; top:14px; font-size:19px; right:20px; border:1px solid #e0e0e0; border-radius:5px; background:-webkit-gradient(linear, left top, left bottom, from(#ececec), to(#e2e2e2)); padding:8px 10px; }

#menu1 { position:relative; width:470px;  text-align:left; height:42px; background:#464b58; color:#fff; padding:15px 0 0 10px; font-size:18px; }/*2013-08-09 수정*/
/*#menu1 { position:relative; width:100%;  text-align:left; height:42px; background:#464b58; color:#fff; padding:15px 0 0 10px; font-size:18px; } */
#menu2 { position:relative; width:100%; text-align:center; height:42px; background:#f7f7f7; color:#4d4d4d; padding:15px 0 0 0; border-bottom:1px solid #c6c6c6; font-size:24px; }
#menu2 .btn_back a { text-decoration:underline; position:absolute; font-size:19px; right:0; top:6px; padding:10px; width:140px; /*background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));*/ }

#body_wrap { position:relative; width:480px; }
	.text { position:relative; display:block; width:460px; top:78px; margin:0 auto; padding:0 0 0 20px; margin:0; }
	.menu { position:relative; display:block; width:460px; top:150px; margin:0 auto; padding:0 0 0 20px; margin:0; }
	.bottom { position:absolute; padding:14px 0 0 0; height:36px; top:558px; display:block; width:100%; opacity:0.8; background:#0b0c0e; border-top:1px solid #c7c8cc; color:#fff; font-size:20px; text-align:center; letter-spacing:1px; }

#sns { width:480px; height:60px; text-align:right;background:url("../../img/common/sns_bg.gif") repeat-x; padding:16px 0 0 0;}
#sns p {display:inline-block;padding-right:15px;}

#footer { position:relative; width:480px; display:block; background:#7d7e82; border-top:1px solid #70ceec; height:100px; color:#fff; text-align:center; font-size:18px; font-family:helvetica; line-height:130%; }
#footer span { font-size:15px; }


html, body, #daum_map {margin: 0; padding: 0; width: 100%; height: 100%}