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


/***** 상단 *****/
.top_link_naver {
    position: absolute;
    top: 50px;
    left: 0;
}
.count {
    position: absolute;
    top: 50px;
    right: 0;
}
.count dd {
    color: #454545;
    padding: 0 10px 0 20px;
    margin-bottom: 10px;
    font-family: 돋움;
    font-size: 12px;
}
.count dd span {
    display: inline-block;
    background: #0e76bc;
    border-radius: 35px;
    border: 1px solid #0e76bc;
    color: #fff;
    margin-left: 10px;
    padding: 0 15px;
    letter-spacing: 0.1em;
}



.top_wrap{ 
	background:#e8ecf5;
} 	/*수정 코드추가 margin-top:130px; */

.main_img_box {
	float:left;
	margin:20px 0 20px;
	position: relative;
}

/* 메인 비주얼 슬라이드 */
.spot {
	position:relative;
	float:left;
	width:920px;
	height:370px;
	overflow:hidden;
	z-index:0;
	margin-right:20px;
}
.spot_images {
	width:100%;
	height:370px;
	overflow:hidden;
}
.spot_images .spot_image1, .spot_images .spot_image2, .spot_images .spot_image3 {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:370px;
	text-align:center;
	overflow:hidden;
}
.spot_images .spot_image2, .spot_images .spot_image3 {
	opacity:0;
	filter:alpha(opacity=110);
}
.spot_images .image {
	height:370px;
}
.spot_images .image div {
	position:relative;
	width:920px;
	height:370px;
	margin:0 auto;
	text-align:left;
	overflow:hidden
}
.spot_images .image div {
	width:920px;
}
.spot_image1 {
	background:url("../img_visual/visual1.png") repeat-x 100% 0;
}
.spot_image2 {
	background:url("../img_visual/visual2.png") repeat-x 100% 0;
}

.mainshow {
	z-index:0;
!important
}
.spot_static {
	position:absolute;
	bottom:10px;
	left:47%;
	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;
}
/* 메인 비주얼 슬라이드 끝 */


/* 팝업존 */
.popupzone {
	float: left;
	width: 320px;
	background: #1cb0e6;
	border-radius: 7px;
}
.popupzone h2 {
    float: left;
    font-size: 17px;
    color: #fff;
    padding: 13px 20px 12px;
	font-weight:400;
	letter-spacing:-0.5pt;
	line-height:30px;
}
.popupzone ul {
    float: right;
    padding: 9px 20px 0;
}
.popupzone ul li {
    display: inline-block;
    float: left;
}
/* 팝업존 끝 */

/***** 상단 끝*****/



