@charset "UTF-8";

/* ========================================
	popWrap
======================================== */
#modal {
	display: none;
	position: absolute;
		z-index: 9200;
	left: 50%;
	width: 960px;
	margin-left: -480px;
}

body#popBody {
	background: none;
}
#popBody {
	position: relative;
	padding-top: 60px;
	background-color: transparent;
}

main {
	margin: 0 auto;
	width: 87.5%;
}

#popWrap {
	margin-bottom: 20px;
}

#close-btn {
	width: 63.5%;
	margin: 0 auto;
}

/* ========================================
	designbox modal
======================================== */
#designbox .pop-bg1 {
	background: url(../item/images/modal_bg_l.png) no-repeat center top;
	background-size: cover;
}

#designbox .pop-bg2 {
	background: url(../item/images/modal_bg_s.png) no-repeat center top;
	background-size: cover;
	padding-bottom: 10%;
}

#designbox .qr-img {
	width: 82.5%;
	margin: 0 auto;
}

#designbox #prev-btn, #next-btn {
	position: absolute;
	top: 125px;
	width: 11.875%;
}
#designbox #prev-btn {
	left: 0;
}
#designbox #next-btn {
	right: 0;
}

