.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;
	}
}

@media screen and (max-width: 750px) {
	header .hd_t {
		height: unset;
	}
	header .hd_t .inne .btns {
		padding: 6px 0;
		gap:4px;
	}
	header .hd_t .inne .btns a{
		/* min-width: 110px; */
		height: 30px;
	}
	.modal .modal_cont{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.bbs .pop .pop_list ul li a{
	align-items: center;
	width: unset;
}

.bbs .pop .pop_list ul li > div {
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    gap: 4px
}

@media screen and (max-width: 720px) {
    .bbs .pop .pop_list ul li > div {
        height:unset
    }
}

.bbs .pop .pop_list ul li >div>a:nth-child(1) {
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.bbs .pop .pop_list ul li >div>a:nth-child(2) {
    max-width: calc(100% - 265px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: left;
    padding: 13px 0;
}

@media screen and (max-width: 720px) {
    .bbs .pop .pop_list ul li >div>a:nth-child(1) {
        display:none
    }
}

.bbs .pop .pop_list ul li >div>a:nth-child(2) {
    max-width: calc(100% - 300px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: left;
    padding: 13px 0
}

@media screen and (max-width: 720px) {
    .bbs .pop .pop_list ul li >div>a:nth-child(2) {
        max-width:calc(100% - 65px);
        padding: 0
    }
}

.bbs .pop .pop_list ul li >div>a._cmt {
    display: flex;
    align-items: center
}

.bbs .pop .pop_list ul li >div .like {
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    margin-right: 5px
}

@media screen and (max-width: 720px) {
    .bbs .pop .pop_list ul li >div .like {
        width:unset
    }
}

.bbs .pop .pop_list ul li >div .name {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin-right: 5px
}

@media screen and (max-width: 720px) {
    .bbs .pop .pop_list ul li >div .name {
        display:none
    }
}

.bbs .pop .pop_list ul li >div .thumbnail {
    width: 54px;
    height: 54px;
    margin-right: 10px;
    float: left
}

@media screen and (max-width: 720px) {
    .bbs .pop .pop_list ul li >div.m_name {
        display:flex
    }

    .bbs .pop .pop_list ul li >div.m_name>.name {
        display: flex
    }
}


.pop .pop_list ul li a{
	align-items: center;
	width: unset;
}
.pop .pop_list ul li > div {
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    gap: 4px
}

@media screen and (max-width: 720px) {
    .bbs .pop .pop_list ul li > div {
        height:unset
    }
}
.pop .pop_list ul li >div>a:nth-child(1) {
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}
.pop .pop_list ul li >div>a:nth-child(2) {
    max-width: calc(100% - 265px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: left;
    padding: 13px 0;
}

@media screen and (max-width: 720px) {
    .bbs .pop .pop_list ul li >div>a:nth-child(1) {
        display:none
    }
}
.pop .pop_list ul li >div>a:nth-child(2) {
    max-width: calc(100% - 300px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: left;
    padding: 13px 0
}

@media screen and (max-width: 720px) {
    .bbs .pop .pop_list ul li >div>a:nth-child(2) {
        max-width:calc(100% - 65px);
        padding: 0
    }
}
.pop .pop_list ul li >div>a._cmt {
    display: flex;
    align-items: center
}
.pop .pop_list ul li >div .like {
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    margin-right: 5px
}

@media screen and (max-width: 720px) {
    .bbs .pop .pop_list ul li >div .like {
        width:unset
    }
}
.pop .pop_list ul li >div .name {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin-right: 5px
}

@media screen and (max-width: 720px) {
    .bbs .pop .pop_list ul li >div .name {
        display:none
    }
}
.pop .pop_list ul li >div .thumbnail {
    width: 54px;
    height: 54px;
    margin-right: 10px;
    float: left
}

@media screen and (max-width: 720px) {
    .bbs .pop .pop_list ul li >div.m_name {
        display:flex
    }

    .bbs .pop .pop_list ul li >div.m_name>.name {
        display: flex
    }
		section{
		padding-top:110px
		}
}

.main_cont.pop .pop_list ul li a{
	width: unset;
}