@charset "euc-kr";
/* CSS Document */

/* ------------------------------------------ で機 01 ---------------------------------------------- */
#popup01 {
	background-color: rgba(31,31,31,0.93);
	display: none;
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 157px;
}
#popup01 .popup_content {
	color: #FFFFFF;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 100px;
	padding-right: 50px;
	font-family: "釭揹夥艇堅蛐", "Nanum Barun Gothic", sans-serif;
}
#popup01 .popup_content .popup_body { padding: 15px; }
#popup01 .popup_content .popup_close {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
}
#popup01 .popup_content .popup_close a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
/* ------------------------------------------ で機 02 ---------------------------------------------- */
/* ------------------------------------------ で機 03 ---------------------------------------------- */
#popup03 {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 18;
	background-color: rgba(0,0,0,0.17);
	display: none;
}
#popup03 .popup_content {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 500px;
	display: block;
	position: absolute;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#popup03 .popup_content img { border: 1px solid rgba(31,31,31,0.81); }
#popup03 .popup_close {
	color: rgba(255,255,255,1.00);
	float: right;
} 
#popup03 .popup_closex {
	color: rgba(255,255,255,1.00);
	float: right;
} 
/* ------------------------------------------ で機 04 ---------------------------------------------- */
#popup04 {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 18;
	background-color: rgba(0,0,0,0.17);
}
#popup04 .popup_content {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
	display: block;
	position: absolute;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#popup04 .popup_content img { border: 1px solid rgba(31,31,31,0.81); }
#popup04 .popup_close {
	color: rgba(255,255,255,1.00);
	float: right;
} 
#popup04 .popup_closex {
	color: rgba(255,255,255,1.00);
	float: right;
} 
/* ------------------------------------------ で機 05 ---------------------------------------------- */
#popup05 {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 18;
	background-color: rgba(0,0,0,0.17);
	display: none;
}
#popup05 .popup_content {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 500px;
	display: block;
	position: absolute;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#popup05 .popup_content img { border: 1px solid rgba(31,31,31,0.81); }
#popup05 .popup_close {
	color: rgba(255,255,255,1.00);
	float: right;
} 
#popup05 .popup_closex {
	color: rgba(255,255,255,1.00);
	float: right;
} 