@charset "utf-8";
/* 상단배너 */
/*#div_laypopups {width:100%; display:none; overflow:hidden; }*/
#div_laypopups {background:#1f2e57;width:100%; display:none; overflow:hidden;}
#pop_close { font:bold 12px dotum; color:#fff; cursor:pointer; }
#s_banner_wrap {position: relative; padding:0; margin:0 auto; width:1300px; height:30px;}
#s_banner_wrap .goto	{display: inline-block;color:#ffffff;}

#s_banner_wrap .s_close	{position:absolute; top:10px; right:10px; font-size:12px; color:#ffffff;}
#s_banner_wrap label	{position:absolute; top:10px; right:80px; font-size:12px; color:#ffffff;}
#s_banner_wrap label input	{width:14px; height:14px; vertical-align:middle; display:inline-block; background:transparent;}
.t_title {float:left;display:block;font-size:0.9em;font-weight:bold;letter-spacing:-0.02em;line-height:1.3em;text-shadow:1px 1px 2px #000; color:#FFF; width:100%; padding-top:5px;padding-bottom:5px;}
.t_text {float:left;display:block;font-size:0.8em;line-height:1.3em;font-weight:bold;text-shadow:1px 1px 1px #000; color:#FFF;letter-spacing:-0.01em;padding-top:7px;}

#slider-prev {position:absolute; top:5px;left:50px;}
#slider-next {position:absolute; top:5px;right:50px;}


/* 배너 */
#laIntro {
	width:100%;
	position:relative;
	padding:0;
	margin:0 auto;
}

#laIntro a:link, #laIntro a:visited {color:#fff;text-decoration:none}
#laIntro a:hover, #laIntro a:focus, #laIntro a:active {color:#fff;text-decoration:none}

#r_memo {position:absolute; top:15%; left:50%; z-index:100; text-align:center;}
#r_memo span { position:relative; top:-15%; left:-50%; }
.r_btxt {display:block;font-size:4.0em;font-weight:bold;line-height:1.4em;text-shadow:0 2px 1px #222;}
.r_stxt {display:block;margin-top:5px;font-size:1.8em;line-height:1.5em;font-weight:bold;text-shadow:1px 1px 1px #222;}
.v_btn{display:block;margin-top:10px;}



/* button 
---------------------------------------------- */
.b_button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 0 0 5px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	padding: 0px 10px;
	border-radius:5px;

	/*
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	*/
}
.b_button:hover {
	text-decoration: none;
}
.b_button:active {
	position: relative;
	top: 1px;
}

.b_bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.b_medium {
	/*font-size: 12px;
	padding: .4em 1.5em .42em;*/
}
.b_small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* red */
.b_red {
	color: #ffffff;
	background: #002d5a;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.b_red:hover {
	background: #00a0f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.b_red:active {
	color: #00a0f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}



@media (max-width: 1400px) {
	
	#s_banner_wrap {width:800px;}
}

@media (max-width: 1100px) {
   #div_laypopups {display:none;}
}


@media (max-width: 767px) {
   
}


@media (max-width: 480px) {

.b_medium {
	font-size: 11px;
	padding: .2em 1em .275em;
}


.r_btxt {font-size:1.6em;line-height:1.2em;}
.r_stxt {font-size:1.2em; display:none;}
}


@media (max-width: 360px) {

}