 
/* CSS Document utf-8 */
/****************************************** 컨텐츠 ************************************************************/
body {background:none}

.top_wrap{ position:relative;z-index:100; height:80px; min-width:1100px;}

.main_wrapper {width:1100px; margin:0 auto;  position:relative; top:0px; left:0px;}
.main_wrapper .contents_left {float:left; width:320px; height:115px; overflow:hidden;}

.visual_wrapper {width:100%; min-width:1100px; height:530px; overflow:hidden}
.visual_wrapper .main_visual {width:100%; min-width:1100px; height:530px;}
.visual_wrapper .main_visual li {width:100%; min-width:1100px; height:530px;}
.visual_wrapper .navi {position:absolute; display:none; top:520px; height:62px;}/* 상, 하 위치는 스크립트에서 제어 */
.visual_wrapper .navi .cover {position:absolute; left:0; top:0}
.visual_wrapper .navi li {float:left; margin-right:5px;}

/*공지사항*/
.main_wrapper .contents_left {direction:rtl; }
.main_wrapper .contents_left h2{top:0px; left:0; z-index:4;}
.main_wrapper .contents_left .board_list_01{padding:15px 0 0 0; clear:both; width:320px; overflow:hidden; }
.main_wrapper .contents_left .board_list_01 li{ margin:3px 0; *margin:2px 0; height:16px;*float:left; font-size:12px; }
.main_wrapper .contents_left .board_list_01 li a{min-width:2px; max-width:240px; *max-width:240px; height:16px; overflow:hidden;display: inline-block; float:right;  }
.main_wrapper .contents_left .board_list_01 li span{ display:inline-block; float:left;line-height:16px; color:#999; letter-spacing:0px; }
.main_wrapper .contents_left .more_btn {position: absolute; top:50px; left:0px; z-index:4;}

.main_wrapper .contents_center {direction:ltr; float:left; height:115px; width:460px; overflow:hidden; margin-left:60px; background:url(../images/main/item_bg.png) no-repeat right top;}
.main_wrapper .contents_center .item {position:absolute; width:420px; height:115px; overflow:hidden;}
.main_wrapper .contents_center .item a {text-decoration:none}
.main_wrapper .contents_center .item .title a {text-decoration:none; color:#000;}
.main_wrapper .contents_center .item li {position:absolute; width:100%; height:115px;}
.main_wrapper .contents_center .item li div {height:115px; overflow:hidden;}
.main_wrapper .contents_center .item .image {float:left; width:190px;}
.main_wrapper .contents_center .item .info {float:right; width:230px; text-align:right;}
.main_wrapper .contents_center .item .info span {display:inline-block;}
.main_wrapper .contents_center .item .info .title {font-size:14px; color:#000; padding-bottom:15px}
.main_wrapper .contents_center #btn_left {z-index:300; position:absolute; top:77px; left:811px}
.main_wrapper .contents_center #btn_right {z-index:200; position:absolute; top:108px; left:811px}

.main_wrapper .contents_right {direction:ltr;  float:left; width:200px; height:115px; margin-left:30px; overflow:hidden; padding-right:20px;}
.main_wrapper .contents_right .download {padding-top:5px}

.bottom_cooper{width:100%; min-width:1100px; height:70px; border-top:1px solid #EBEBEB}
.bottom_cooper #banner {width:1100px; margin:0 auto}
.bottom_cooper #banner img {margin:5px 0 0 30px;}