@charset "euc-kr";

/* Common */
@import url("common.css");
* { margin:0; padding:0; }
body {}

/*LayOut*/
#header {width:100%; height:472px;background-image: url(../images/main/top_back.gif); background-repeat:repeat-x;}
#container {width:1000px; height:288px; margin:0 auto; padding-top:48px;}
#container #con_left {float:left; width:353px; height:288px; }
#container #con_right {float:right; width:612px; height:288px;}

#container #con_left .notice {width:353px; height:288px;}
#container #con_left .notice .board_title { width:353px; height:30px; background-image: url(../images/main/title_board_back.gif); background-repeat: repeat-x; border-right:1px solid #cbcbcb}
#container #con_left .notice .board_title .more_notice {float:right; width:47px; height:13px; margin-top:8px; margin-right:5px;}
#container #con_left .notice .notice_data {width:353px; height:255px; padding-top:15px;}

#container #con_left .info {width:353px; height:288px;}
#container #con_left .info .board_title { width:353px; height:30px; background-image: url(../images/main/title_board_back.gif); background-repeat: repeat-x; border-right:1px solid #cbcbcb}
#container #con_left .info .board_title .more_info {float:right; width:47px; height:13px; margin-top:8px; margin-right:5px;}
#container #con_left .info .info_data {width:353px; height:255px; padding-top:15px;}

/*Äü¸Þ´º*/
#flt_zone {width:90px; height:224px; position:absolute; top:150px; left:100%; margin-left:-95px;}
