@charset "utf-8";

/***************************************************************************
							누리마루 Main을 위한 css
							작성자 : 디자인 글꼴 박중범
							작성일 : 2014.11.28
****************************************************************************/

div.main_title_01						{ width:546px; position:absolute; left:25%; top:50px; }
	div.main_title_01 img				{ width:546px !important; min-width:546px !important; }
	div.main_title_01 p					{ width:465px; font-family:'NanumGothic'; font-size:13px; color:#484848; display:block; }
	
div.main_title_02						{ width:343px; position:absolute; left:25%; top:105px; }
	div.main_title_02 img				{ width:343px !important; min-width:343px !important; }
	
/************************************************************************
								메인 팝업존
*************************************************************************/

div#popup_wrap							{ width:565px; height:172px; overflow:hidden; position:absolute; top:280px; left:25%; z-index:100; }
	div#popup_zone_move					{ width:565px; height:172px; position:absolute; }
		div#popup_zone_title			{ width:30px; line-height:0px !important; padding-top:10px; float:left; z-index:999; }
		div#popup_zone					{ width:526px; height:170px; border:1px solid #ccc; background:#fff; float:left; opacity:1; padding-left:7px; }
		div#popup_btn_zone				{ height:20px; }
			div#popup_btn_zone a		{ padding:0px 5px; line-height:15px; background:#fff; border:1px solid #ccc; color:#484848; text-decoration:none; display:inline-block; margin-right:3px; }
			div#popup_btn_zone a.on		{ background:#26629e; border:1px solid #0a3b6c; color:#fff; }
		ul#popup_list					{ width:520px; overflow:hidden; }
			ul#popup_list>li			{ float:left; }


/************************************************************************
								메인 BXSLIDER
*************************************************************************/

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	min-width:1280px;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	left:50%;
	bottom: 20px;
	width: 100%;
	z-index:100;
}

.bx-controls-auto {
	left:25% !important;
	top:250px !important;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/main/bx_loader.gif) center center no-repeat;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:url('../images/main/pageing_off.png') no-repeat;
	text-indent: -9999px;
	display: block;
	width: 22px;
	height: 26px;
	margin: 0 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:url('../images/main/pageing_over.png') no-repeat;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/main/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/main/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 23px;
	height: 24px;
	background: url(../images/main/playback_control.gif) 0px 0px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: 0px -24px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	background: url(../images/main/playback_control.gif) -23px 0px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -23px -24px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 20%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-controls-auto { width:48px !important; }

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}