/* 팝업 css 모바일 */
.mo_pop{
	overflow: hidden;
    width: 90% !important;
	height: auto !important;
	z-index: 10000 !important;
	background: #fff;
    left: 5% !important;
	top: 100px !important;
}

.mo_pop #popmain {
	height: 100% !important;
    width: 100% !important;
	margin-bottom: -23px !important;
}

.mo_pop #popmain img {
	width: 100% !important;
	height: auto !important;
}

.mo_pop #popclose {
    font-size: 13px;
    line-height: 28px;
	height: 28px !important;
}
