/* bPopup alert / confirm (div_common_alert, div_message_alert) */
.layer-wrap.default {
	width: 480px;
	max-width: calc(100vw - 40px);
	border-radius: 8px;
	background: linear-gradient(#1a1915 0%, #2a2820 100%);
	border: 1px solid rgba(236, 218, 188, 0.25);
	display: none;
	position: fixed;
	z-index: 100002 !important;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.55);
}

.layer-wrap.default .is-con {
	padding: 40px 30px;
	text-align: center;
	font-family: 'GmarketSans', sans-serif;
}

.layer-wrap.default .is-con .ico {
	text-align: center;
}

.layer-wrap.default .is-con .ico img {
	max-width: 64px;
	height: auto;
}

.layer-wrap.default .is-con .txt {
	width: 100%;
}

.layer-wrap.default .is-con h3 {
	font-weight: 700;
	color: #ecdabc;
	line-height: 1.35;
	font-size: 22px;
	margin: 15px 0 0;
	letter-spacing: -0.03em;
}

.layer-wrap.default .is-con .stit {
	font-size: 14px;
	color: #d7bb93;
	line-height: 1.55;
	margin-top: 8px;
	letter-spacing: -0.02em;
	word-break: keep-all;
}

.layer-wrap.default .is-btm {
	border-top: 1px solid rgba(236, 218, 188, 0.15);
	text-align: center;
	font-size: 0;
	padding: 15px 0;
	background: rgba(0, 0, 0, 0.25);
}

.layer-wrap.default .is-btm a {
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	height: 40px;
	text-align: center;
	min-width: 100px;
	padding: 0 24px;
	margin: 0 5px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
	text-decoration: none;
	box-sizing: border-box;
}

.layer-wrap.default .is-btm .cancel-btn {
	background: rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(236, 218, 188, 0.2);
	color: #ecdabc;
}

.layer-wrap.default .is-btm .enter-btn {
	background: rgba(176, 140, 58, 0.9);
	border: 1px solid rgba(236, 218, 188, 0.35);
	color: #ffffff;
}

.layer-wrap.default .is-btm a:hover {
	opacity: 0.88;
}

.layer-wrap.default .chk-input {
	margin-top: 15px;
}

.b-modal {
	z-index: 100001 !important;
}

#div_common_alert,
#div_message_alert {
	z-index: 100002 !important;
}

@media screen and (max-width: 520px) {
	.layer-wrap.default {
		width: calc(100vw - 32px);
	}

	.layer-wrap.default .is-con {
		padding: 30px 20px;
	}

	.layer-wrap.default .is-con h3 {
		font-size: 18px;
	}

	.layer-wrap.default .is-con .stit {
		font-size: 13px;
	}
}
