.pop_bg{
  display: flex;
  width: 100%;
	max-width:1600px;
  top:67px;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  position: absolute;
  z-index: 12;
	left: 50%;
	transform: translateX(-50%);
}
.pop_bg._hide{
	display: none;
}
.main_popup {
  /* position: absolute; */
  background-repeat: no-repeat;
  background-position: bottom
}

.main_popup>._head {
  height: 38px;
  background: #000;
  text-align: center;
  font-size: 18px;
  line-height: 38px
}

.main_popup .hd_pops_con {
  overflow: auto;
	font-size: 0;
}

.main_popup .hd_pops_con ._body {
  position: relative;
  height: 100%
}

.main_popup .hd_pops_footer {
  position: relative;
  padding: 2px 0 0 5px;
  height: 26px;
  background: #333;
  z-index: 2
}

.main_popup .hd_pops_footer label {
  display: block;
}

.main_popup .hd_pops_footer label i {
  color: #999
}

.main_popup .hd_pops_footer label span {
  color: #ddd;
  cursor: pointer
}

.main_popup .hd_pops_footer label:hover i {
  color: #fff
}

.main_popup .hd_pops_footer label:hover span {
  color: #fff
}

.main_popup .hd_pops_footer ._btn_close {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  padding: 6px 20px 0;
  height: 25.5px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer
}

.main_popup .hd_pops_footer ._btn_close:hover {
  color: #fc0
}
@media screen and (max-width:960px){
  .main_popup {
    position: absolute;
    background-repeat: no-repeat;
    background-position: bottom;
    left: 50%;
    transform: translateX(-50%);
    width: 100% !important;
  }

  .main_popup>._head {
    height: 38px;
    background: #000;
    text-align: center;
    font-size: 18px;
    line-height: 38px
  }

  .main_popup .hd_pops_con {
    overflow: auto;
    height: unset !important;
  }

  .main_popup .hd_pops_con ._body {
    position: relative;
    height: 100%
  }
  .main_popup .hd_pops_con ._body img{
    width: 100%;

  }
  .main_popup .hd_pops_footer {
    position: relative;
    padding: 2px 0 0 5px;
    height: 26px;
    background: #333;
    z-index: 2
  }

  .main_popup .hd_pops_footer label {
    display: block;
    padding-top: 5px
  }

  .main_popup .hd_pops_footer label i {
    color: #999
  }

  .main_popup .hd_pops_footer label span {
    color: #ddd;
    cursor: pointer
  }

  .main_popup .hd_pops_footer label:hover i {
    color: #fff
  }

  .main_popup .hd_pops_footer label:hover span {
    color: #fff
  }

  .main_popup .hd_pops_footer ._btn_close {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    padding: 6px 20px 0;
    height: 25.5px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer
  }

  .main_popup .hd_pops_footer ._btn_close:hover {
    color: #fc0
  }
}
pre * {
  color: unset; 
}

.pagin ._next,
.pagin ._prev{
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 6px;
	font: normal normal normal 14px Pretendard;
}

.pagin ._next:hover,
.pagin ._prev:hover{
	background-color: #f02a7e;
}

@media screen and (max-width: 720px) {
	/* #slot_popup1 {
		position: absolute;
		top: 46px !important;
	}
	#slot_popup2 {
		position: absolute;
		top: 46px !important;
	}

	#slot_popup4 {		
		top: 227px !important;
	}

	#slot_popup5 {
		position: absolute;
		margin-top: 46px !important;
	} */

	.big_pop .slot_popup {
		display: flex;
		margin-top: 0 !important;
		bottom: 0px;
		top: 550px !important;
		/* align-content: space-around; */
		justify-content: flex-end;
		flex-direction: column;
	}
}