
.navi_top{
	position:fixed;z-index:100;
	width:100%; min-width:1200px; top:40px; 
	font-size:13px;
}
.navi_top .RT_btn{
	position:absolute;
	right:40px;top:-0px;
}
.menu_area{
	text-align:center;
	margin-left:-52px;
}
.menu_area li{
	position:relative;
	display:inline-block;*display:inline;_display:inline;
	vertical-align:middle;
	margin:0 10px;
	text-align:center;
}
.menu_area li:hover{
	background-image:url('../images/navi_bar.png');
	background-repeat:no-repeat;
	background-position:center 40px;
}
.menu_area p{
	position:absolute;
	z-index:201;
	text-align:left;
	background-color:#fff;
	border:3px solid #57bdde;
	margin-top:-5px;
	padding:10px 25px 10px 15px;
	display:none;
}
.menu_area .gubunBox{
	float:left;
	padding-left: 20px;
}
.menu_area .gubunBox a{
	display:block;
	margin:8px 0px;
}
.menu_area .gubunBox a:hover{
	color:#57bdde;
}	
.menu_area .p_spa{
	color:#57bdde;
}
.menu_area li:hover p {
	display:block !important;
}
.menu_area .bigmenu{
	display:block; overflow:hidden;
	width:100%;height:35px;margin-top:20px;
	padding-bottom:10px;
	color:#fff;text-indent: -300px;font-weight:bold;
	background:url(../images/topNVtxt.png) no-repeat left top;
}
.menu_area li:hover .bigmenu{
	text-indent: 0px;
	background:none;
}
/* 푸터 */
.footer{
	position:fixed;z-index:100;bottom:0;
	width:100%;
	background:#fff;
	line-height:15px;
	text-align:center;
	font-size:11px;
	padding:6px 0 3px 0;
}
.footer li{
	display:inline-block;*display:inline;_display:inline;
}
.btm_resericon{
	position:absolute;top:-110px;right:10px;
	height:1px;
}
/*공통부분*/
body{
	background:#000;
}
.cpage{
	border:10px solid #fff
}
.paging_ver{
	position:fixed;z-index:100;
	right:47px;top:50%;
	line-height:23px;
	width:17px;
	padding-top:25px;padding-left:3px;
}
.paging_ver a{
	box-sizing:border-box;
	display:block;
	width:17px;height:17px;
	background:url(../images/page_off.png) no-repeat center center;
	animation: pageOn2 0.3s linear 0s 1 alternate forwards;
}
@keyframes pageOn2 { 
	0%{transform:rotate( -45deg )}  
	100%{transform:rotate( 0deg )}  
}
.paging_ver .sel{
	background:url(../images/page_on.png) no-repeat center center;
	animation: pageOn 0.3s linear 0s 1 alternate forwards;
}
@keyframes pageOn { 
	0%{transform:rotate( 45deg )}  
	100%{transform:rotate( 0deg )}  
}

/* 가로선 서브메뉴 (배있는거..) */
.submenu {
	margin-left:-18px;
	padding:20px 0 ;
	text-align:center;
}
.submenu li{
	position:relative;
	display:inline-block;*display:inline;_display:inline;
	margin-left:9px;
	border-top:2px solid #ffffff;
	text-align:right
}
.submenu .submenu_btn{
	cursor:pointer;
	position:absolute;
	right:-67px;top:-9px;width:120px;
	text-align:center;color:#ffffff;
	font-size:13px;
	line-height:15px;
}
.submenu .submenu_btn img{
	margin-bottom:10px;
}
.submenu .moveicon{
	position:absolute;z-index:1;
	top:-32px;left:0px;
	margin-left:-26px;
}
