#pops_wr{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: rgba(0, 0, 0, .7);
}

.main_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -342px;
    margin-top: -380px;
    width: 685px;
    height: 700px;
}


#pops_wr .swiper-container {
	width: 495px;
	overflow: hidden;
}

#pops_wr form {
	width: 685px;
	background: #000;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

#pops_wr form a {
	color: #fff;
}

.day_out {
	float: left;
	color: #fff;
	padding-left: 10px;
	cursor: pointer;
font-size: 1.6rem;
}

.day_out input + label{
cursor: pointer;
}

.day_closed {
	float: right;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	padding-right: 10px;
font-size: 1.6rem;
}

#pop_load {
	position: relative;
	overflow: hidden;
}

#pop_load .swiper-slide {
	position: relative;
	width: 700px;
	height: 700px
}

#pop_load .swiper-slide img {
	width: 495px;
}

#pop_load .swiper-container {
	position: relative;
	width: 495px;
	height: 700px;
	background: transparent;
}

.main_popup_bt {
	position: absolute;
	top: 0px;
	left: 495px;
	background: #1e1e1e;
	width: 190px;
	height: 700px;
	z-index: 10000000;
}

.pp_pagination .swiper-pagination-bullet {
	display: flex;
	width: 100%;
	align-items: center;
	height: 39px;
	border-radius: 0;
	padding-left: 12px;
	opacity: 1;
	font-size: 12px;
	color: #fff;
	margin: 0 !important;
	background: #5a5a5a;
	border-bottom: 1px solid #333;
}

.pp_pagination .swiper-pagination-bullet-active {
	background-color: #576c7c;
	border-bottom: 1px solid #333;
}

.pp_pagination .swiper-pagination-bullet span{
line-height: 1.2;
position: absolute;
}

/* 첫번째, 두번째 팝업에 N 딱지 붙임 */
.pp_pagination .swiper-pagination-bullet:first-child span::before,
.pp_pagination .swiper-pagination-bullet:nth-child(2) span::before {
	content: '';
	width: 16px;
	height: 15px;
	background: url('/img/popup/new_ico.gif') no-repeat center center/cover;
	position: absolute;
	right: -19px;
	top: -6px;
}







.pp_prev {
	position: absolute;
	cursor: pointer;
	width: 95px;
	/* line-height: 80px; */
	left: 0px;
	bottom: 0px;
	text-align: center;
	background-color: #1e1e1e;
	float: left;
	color: #fff;
	font-family: 'Nanum Square', sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.pp_next {
	position: absolute;
	cursor: pointer;
	width: 95px;
	/* line-height: 80px; */
	left: 95px;
	bottom: 0px;
	text-align: center;
	background-color: #1e1e1e;
	float: left;
	color: #fff;
	font-family: 'Nanum Square', sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.pp_prev:hover,
.pp_next:hover {
	color: #fff200;
	user-select: none;
}

@media screen and (max-width:750px) {
	#pops_wr {
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background-color: rgba(0, 0, 0, .7);
		z-index: 100000;
	}

	.main_popup {
		position: relative;
		top: 12%;
		left: 4%;
		margin-left: 0px;
		margin-top: 0px;
		width: 92%;
		height: auto;
	}

	#pops_wr form {
		position: absolute;
		top: -40px;
		left: 0px;
		width: 100%;
		background: #000;
		line-height: 40px;
		height: 40px;
	}

	#pop_load .swiper-container {
		width: 100%;
		height: auto;
	}

	#pop_load .swiper-slide {
		height: auto
	}

	.main_popup_bt {
		position: relative;
		top: 0px;
		left: 0px;
		margin-top: 0px;
		width: 100%;
		height: auto;
	}

	.pp_pagination .swiper-pagination-bullet {
		width: 50%;
		padding: 0;
		text-align: center;
		box-sizing: border-box;
		webkit-box-sizing: border-box;
		moz-box-sizing: border-box;
		line-height: 60px;
		height: 60px;
	}

	.pp_pagination .swiper-pagination-bullet span{
		font-weight: 500;
		font-size: 15px;
	}

	.pp_pagination .swiper-pagination-bullet:nth-child(2n) {
		border-left: 1px solid #111;
	}

	.pp_prev,
	.pp_next {
		display: none;
		user-select: none;
	}
}