@charset "utf-8";
/* CSS Document */

/*contents area*/
#content_wrap {position:relative; padding-left:177px; padding-right:139px;}
@media screen and (max-width:1580px) {
	#content_wrap {padding-right:0;}
}

/*중앙컨텐츠*/
#main_top {position:relative; width:100%; margin-bottom:37px;}

/*visual*/
#main_top #main_visual {position:relative; width:1094px; height:679px; overflow:hidden;}
#main_visual .btnbox {position:absolute; left:50%; bottom:71px; z-index:2;	width:152px; height:4px; margin-left:-76px;}
#main_visual .btnbox li {float:left; clear:right; width:34px; height:4px; margin:0 2px; cursor:pointer; background:#222222;}
#main_visual .btnbox li.on {background-color:#ff297a;}

#main_visual .imgbox {position:relative; width:1094px; height:679px; overflow:hidden; margin:auto;}
#main_visual .imgbox ul {width:100%; height:100%;}
#main_visual .imgbox ul li {float:left; position:relative; height:100%; overflow:hidden;}

/*gboard*/
#main_top #gboard {position:absolute; left:1094px; top:0; width:494px; height:666px; background:#5c5e65;}
#gboard .tit_gboard {margin:9px 0 9px 15px; height:23px;}
#gboard ul {margin-left:15px; width:464px; overflow:hidden;}
#gboard ul li {float:left; width:231px; height:200px; margin-bottom:7px; text-align:center;}
@media screen and (max-width:1900px) {
	#main_top {margin-bottom:25px;}
	#main_top #main_visual {margin:auto; margin-bottom:25px;}
	#main_top #gboard {position:static; width:1094px; height:215px; padding-top:5px; margin:auto;}
	#gboard ul {margin-left:0; width:1062px; height:100%; margin:auto; overflow:hidden;}
	#gboard ul li {float:left; width:177px;}
	#gboard ul li img {width:100%; height:auto;}
}

/*중앙 내용*/
#mid_cnts {width:1100px; margin:0 auto; margin-bottom:30px;}
#mid_cnts > div {float:left; height:278px; margin-left:25px; margin-bottom:30px;}
#mid_cnts > div.mid_left {margin-left:0;}
#mid_cnts h2 {display:none;}

/*mid left */
#mid_cnts #time, #mid_cnts #review {width:348px;}

/*mid center*/
#mid_cnts #counsel, #mid_cnts #program {width:390px;}
#counsel .counsel_top {width:100%; height:132px; margin-bottom:25px;}
#counsel .fl_left {position:relative; width:193px; height:121px;}
#counsel .fl_left span {display:block; position:absolute;}
#counsel .fl_left .tit_counsel {position:absolute; display:block; left:11px; top:22px; width:98px; height:22px;}
#counsel .fl_left .btn_go {left:117px; top:11px; width:46px; height:46px;}
#counsel .fl_left .txt {left:11px; top:78px; width:152px; height:35px; font-size:13px; line-height:130%; color:#777;}
#counsel .board_list {width:197px; height:121px; overflow:hidden;}
#counsel .board_list table {width:100%;}
#counsel .board_list td {height:25px; background:url(../images/main/icon_list.gif) no-repeat left 10px;}
#counsel .board_list td a {padding-left:10px; font-family:"돋움",Dotum; font-size:13px; line-height:25px; color:#666; letter-spacing:-1px;}


/*mid right*/
#mid_cnts #media, #mid_cnts #quick_btns {width:306px;}
#quick_btns li {float:left; width:50%; height:139px;}


/*sitemap*/
#sitemap {width:100%; padding:30px 0; background:#e8e8e8;}
#sitemap ul {width:1094px; margin:0 auto; overflow:hidden;}
#sitemap ul:after {clear:both; display:block; content:"";}
#sitemap li {float:left; width:12.5%;}
#sitemap dt {height:30px; margin-bottom:18px; font-size:15px; font-weight:bold; color:#333;}
#sitemap dd {height:20px;}
#sitemap dd a {display:inline-block; height:20px; font-size:12px; line-height:20px; color:#666;}
#sitemap dd a:hover {color:#333;}