@charset "euc-kr";


/* ------------------------------------------ ÆË¾÷ 01 ---------------------------------------------- */
#popup01 {
	background-color: rgba(31,31,31,0.93);
	display: none;
	z-index: 99;
	width: 100%;
}
#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;
}

/* ------------------------------------------ ÆË¾÷ 01-02 ---------------------------------------------- */
#popup01-02 {
	background-color: rgba(31,31,31,0.93);
	display: none;
	z-index: 99;
	width: 100%;
}
#popup01-02 .popup_content {
	color: #FFFFFF;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 100px;
	padding: 15px 130px 15px 15px;
	font-family: "³ª´®¹Ù¸¥°íµñ", "Nanum Barun Gothic", sans-serif;
}
#popup01-02 .popup_content .popup_body { padding: 15px; }
#popup01-02 .popup_content .popup_close {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
}
#popup01-02 .popup_content .popup_close a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

@media (max-width: 991px) {
#popup01-02 .popup_content {
    padding: 15px;
}
#popup01-02 .popup_content .popup_close {
	position: relative;
	width:130px;
	margin: 15px auto;
	right: auto;
	bottom: auto;
	display: block;
}
}
/* ------------------------------------------ ÆË¾÷ 02 ---------------------------------------------- */
/* ------------------------------------------ ÆË¾÷ 03 ---------------------------------------------- */
#popup03 {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 61;
	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%;
	-webkit-transform: translate(-50%, -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);
    display: none;
}
#popup04 .popup_content {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
	display: block;
	position: absolute;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -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: 99;
	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%;
	-webkit-transform: translate(-50%, -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;
} 