/**
 * @file	: _style/default.css
 * @author	: (ÁÖ)¾Æ¶÷¾¾¾Ø¾¾
 * @brief	: ±âº» ·¹ÀÌ¾Æ¿ô CSS ÆÄÀÏ
 **/

@import url(common.css);
@import url(calendar.css);
@import url(button.css);
@import url(table.css.php);

/* Layout */
#wrap {width:100%; height:100%; margin:0px; padding:0px;}

/* Top */
#header {width:870px; height:226px; margin-left:30px; text-align: left;}
#header .spare {height:28px; margin-left:680px; padding:0px;}
#header .spare ul li {float:left; height:10px; background:url(/images/spare_line.gif) 0px 0px no-repeat; padding:0px 8px 0px 8px; margin-top:8px; font-size:0; line-height:0;}
#header .spare ul li.none {padding:0px 8px 0px 0px; margin-top:8px;}
#header .gnb {width:870px; height:60px; margin:0px; padding:0px;}
#header .img_area {width:870px; height:115px; margin:0px; padding:0px;}


/* Contents */
#container {width:870px; height:auto; margin-left:30px; padding:0px;}
.leftmenu_area {width:180px; height:auto; min-height:500px; margin:0px; float:left; text-align:left;}
.contents {width:640px; height:auto; min-height:500px; margin:0px 0px 40px 50px; float:right;}

.title_area {width:640px; height:25px; padding:0px 0px 0px 0px;}
.linemap {width:640px; height:23px; padding:4px 0px 0px 0px; color:#9a9a9a; font-family:µ¸¿ò; font-size:11px; text-align:right; border-bottom:1px solid #ddd;}
.linemap span {font-size:11px; color:#000; font-family:µ¸¿ò;}
.contents_area {width:640px; min-height:500px; margin:35px 0px 0px 0px;}

/* Footer */
#footer {width:100%; height:90px; background:#f2f2f2; float:left;}
#footer .logo {width:228px; height:37px; margin:30px 0px 0px 30px !important; margin:30px 0px 0px 15px; float:left;}
#footer .copyright {width:536px; margin-top:15px; float:left;}
#footer .copyright ul li {float:left; height:9px; margin:0px; padding:0px; background:url(/images/btm_line.gif) no-repeat; padding:0px 8px 0px 8px; margin-top:8px; font-size:0; line-height:0;}
#footer .copyright ul li.none {padding:0px 8px 0px 0px; margin-top:8px;}
#footer .address {float:left; height:11px; margin-top:7px; font-size:0; line-height:0;}
#footer .copy {float:left; height:11px; margin-top:2px; font-size:0; line-height:0;}
#footer .familylink {width:126px; margin-top:20px; float:left; text-align:right;}



