@charset "utf-8";
/* 이것이 진짜 */
.item-popup {
	display: none;
	width: 482px;
	border: 1px solid #000;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	position: fixed;
	margin-left: -241px;
	left: 50%;
	top: 50%;
	z-index: 100;
	background-repeat: no-repeat !important;
}
.close {
	position: absolute;
	width: 62px;
	height: 29px;
	font-family: 'spoqa4';
	display: block;
	right: 18px;
	top: 14px;
	color: #fff !important;
	background: #000;
	/* text-indent: -9999px; */
	text-align: center;
	line-height: 29px;
	border: 1px solid #ececec;
	border-radius: 5px;
	font-weight: 600;
}

.sale_guide {
	margin-top: 10px;
	background: #333;
	padding: 30px 0;
	color: #fff;
}
.sale_guide p {
	font-weight: bold;
	font-size: 24px;
	margin-left: 35px;
	color: #fff2be;
}
.sale_guide > ul {
	margin-top: 20px;
}
.sale_guide > ul > li {
	list-style: disc;
	margin-left: 50px;
	letter-spacing: -1px;
	line-height: 24px;
	margin-bottom: 10px;
}
.sale_guide > ul > li > dt {
	font-size: 16px;
	font-weight: bold;
}
.sale_guide > ul > li > dd {
	font-size: 15px;
	color: #ccc;
}

.gong-h3 {
	margin-top: 20px;
	padding: 30px 0;
	background-color: #f1f1f1;
	font-size: 24px;
	line-height: 34px;
	font-family: noto1;
	text-align: center;
}
.gong-h3 .big-text {
	font-family: noto4;
	font-size: 30px;
	line-height: 34px;
}
.gong-text {
	font-size: 15px;
	margin-top: 10px;
}
.btnbtn {
	width: 75px;
	text-align: center;
	height: 25px;
	display: block;
	border: 1px solid #000;
	background: #041c54;
	color: #fff;
	margin: 0 auto;
	font-family: 'spoqa2';
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
}
