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


.top_wrap{ background:#fff;}
.main_img_box {
	margin:20px 0 20px;
	position: relative;
}

/* 메인 비주얼 슬라이드 */
.spot {
	position:relative;
	float:left;
	width:920px;
	height:600px;
	overflow:hidden;
	z-index:0;
}
.spot_images {
	width:100%;
	height:600px;
	overflow:hidden;
}
.spot_images .spot_image1, .spot_images .spot_image2, .spot_images .spot_image3, .spot_images .spot_image4 {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:600px;
	text-align:center;
	overflow:hidden;
}
.spot_images .spot_image2, .spot_images .spot_image3, spot_images .spot_image4 {
	opacity:0;
	filter:alpha(opacity=110);
}
.spot_images .image {
	height:360px;
}
.spot_images .image div {
	position:relative;
	width:920px;
 *width:620px;
	height:600px;
	margin:0 auto;
	text-align:left;
	overflow:hidden
}
.spot_images .image div {
	width:920px;
}
.spot_image1 {
	background:url("../main_img/main_1con.jpg");
}
.spot_image2 {
	background:url("../main_img/main_2con.jpg");
}
.spot_image3 {
	background:url("../main_img/main_3con.jpg");
}
.spot_image4 {
	background:url("../main_img/main_4con.jpg");
}
.mainshow {
	z-index:0;
!important
}
.spot_static {
	position:absolute;
	bottom:11px;
	left:46%;
	z-index:999;
	float:left;
	margin-right:10px;
}
#main_txt_title {
	position:relative;
	top:560px;
	left:90px;
	text-align:left;
	font-size:22px;
	line-height:24px;
	font-weight:600;
}
/* 메인 비주얼 슬라이드 끝 */


/* 버튼 */
.button{
	float:left;
	width:340px;
	height:600px;

}
.button img{
	float:left;
}
/* 버튼 끝 */


/* 공지사항 */
.notice{
	float:left;
	width:340px;
	height:180px;
	background:url(../img_visual/notice_bg.png);
	margin: 0 0 20px 0;
}
.notice .t{
	font-size:18.5px;
	color:#ff6600;
	margin-bottom: 10px;
	text-align: left;
	font-weight:500;
	letter-spacing: 0pt;
	background:url(../img_visual/notice_icon.png)540px 1px no-repeat;
	line-height: 20px;
}
.notice .line{
	border-top:1px #cac6ca solid;
	margin: 0 0 14px 0;
}
.list{
	float: left;
	margin: 19px 30px 18px;
	width: 560px;
	height: 143px;
}
.list ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.list ul li {
	font-size:13px;
}
.list ul li span.tit {
	float:left;
	width:85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#232323;
	padding:3px 0px;
}
.list ul li span.date {
	float:right;
	width:10%;
	font-size:12px;
	color:#757575;
	text-align:right;
	letter-spacing:0.1px;
	padding:4px 0px;
	margin-right: 5px;
}
/* 공지사항 끝 */


/* 팝업존 */
.popupzone {
	float: left;
	width: 310px;
	background: #e3e6eb;
	border-radius: 7px;
}
.popupzone h2 {
    float: left;
    font-size: 15.5px;
    color: #1359a7;
    padding: 10px 20px;
	font-weight:400;
	letter-spacing:-0.5pt;
	line-height:16px;
}
.popupzone ul {
    float: right;
    padding: 9px 20px 0;
}
.popupzone ul li {
    display: inline-block;
    float: left;
}
/* 팝업존 끝 */


/* 일정관리 */
.schedule {
	position: relative;
	float: right;
	width: 290px;
	height: 265px;
	overflow: hidden;
	border-radius: 7px;
	background: #fff;
}
.schedule h2 {
	background:url(../img_visual/schedule_icon.gif)210px 8px no-repeat #e3e6eb;
	font-size: 15.5px;
	color: #1359a7;
	padding: 10px 20px;
	font-weight:400;
	letter-spacing:-0.5pt;
	line-height:16px;
}
.schedule .control {
    text-align: center;
    background: #d91b5c;
}
.schedule .control .prev {
    float: left;
    padding-top: 5px;
}
.schedule .control .next {
    float: right;
    padding-top: 5px;
}
.schedule .control .date {
    font-size: 25px;
    color: #fff;
}
.schedule_list {
    padding: 15px;
    border-bottom: 1px dashed #dedede;
}
.schedule_list ul {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.schedule_list ul li {
    margin-bottom: 10px;
    border-bottom: 1px dashed #dedede;
    color: #656565;
}
.schedule_list ul li a {
    width: 240px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #656565;
	line-height:25px;
	font-size:14px;
}
.schedule_list ul li span.period {
    font-size: 15px;
    font-weight: 500;
    color: #232323;
}
/* 일정관리 끝 */
