/* ===== °øÁö ÆË¾÷ ¹Ú½º ===== */
#pop_notice_02 {
	position: fixed;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
	width: 520px;
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.18);
	padding: 28px 30px 34px;
	z-index: 9999;
	cursor: move;
	box-sizing: border-box;
}

/* ===== ´Ý±â ¹öÆ° ===== */
.pop_notice_02_close {
	position: absolute;
	top: 14px;
	right: 14px;
}

.pop_notice_02_close img {
	width: 28px;
	height: 28px;
	cursor: pointer;
	opacity: 0.7;
	transition: 0.2s;
}

.pop_notice_02_close img:hover {
	opacity: 1;
	transform: scale(1.08);
}

/* ===== Å¸ÀÌÆ² ===== */
.pop_notice_02_title {
	display: block;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 20px;
}

/* ===== ¸ÞÀÎ ÀÌ¹ÌÁö ===== */
.pop_notice_img_02 {
	display: block;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
}

/* ===== ±¸ºÐ¼± ===== */
.pink_line_01 {
	display: block;
	height: 2px;
	background: linear-gradient(to right, transparent, #ff5a8a, transparent);
}

/* ===== ÅØ½ºÆ® ½ºÅ¸ÀÏ ===== */
.font_22 {
	font-size: 18px;
	line-height: 1.6;
}

.font_EB {
	font-weight: 800;
}

.font_pink_02 {
	font-weight: 700;
}

/* ===== ºÒ¸´ Á¡ ===== */
.mid_dot_02 {
	margin-right: 8px;
	font-size: 20px;
}

/* ===== ·Î°í ===== */
.pop_yfgc_logo_02 {
	display: block;
	margin: 30px auto 0;
	width: 140px;
	opacity: 0.9;
}

/* ===== ¿©¹é À¯Æ¿ ===== */
.mt25 { margin-top: 25px; }
.mb25 { margin-bottom: 25px; }
.mb10 { margin-bottom: 10px; }
.mt15 { margin-top: 15px; }
.ml65 { margin-left: 65px; }

.dp_b { display: block; }
.ls_05 { letter-spacing: -0.5px; }

/* ===== ¸ð¹ÙÀÏ ´ëÀÀ ===== */
@media (max-width: 600px) {
	#pop_notice_02 {
		width: 92%;
		padding: 22px;
		top: 60px;
	}

	.pop_notice_02_title {
		font-size: 18px;
	}

	.font_22 {
		font-size: 15px;
	}
}
