@charset "utf-8";
/* CSS Document */

/*popup 신한비*/		
html, body, div, ul, li {margin:0;padding:0;}
#pop_wrap {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto; 
	background-color: #031320;
}
#pop_wrap ul{
    list-style: none;
}
#pop_wrap ul li img{
	width: 100%;
	max-width: 1200px;
}


#pop_wrap_edu {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto; 
	background-color: #000;
}
#pop_wrap_edu ul{
    list-style: none;
}
#pop_wrap_edu ul li img{
	width: 100%;
	max-width: 1200px;
}

#pop_wrap_tour {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto; 
	background-color: #000;
}
#pop_wrap_tour ul{
    list-style: none;
}
#pop_wrap_tour ul li img{
	width: 100%;
	max-width: 1200px;
}
