/**슬라이드 팝업**/
[id*='layerPopup'] .popup_close {
	height:36px;
    display: flex;
    justify-content: space-between;
    position: relative;
	background-color: var(--color-3);
	font-size:var(--text-s);
	color:var(--color-6)
}
.popup_close p {
	padding-left:1rem;
	display:flex;
	align-items:center;
	gap:3px
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  height: 16px;
  outline: 0;
  width: 16px;
}
input[type="checkbox"]::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  display: none;
  height: 40%;
  left: 40%;
  position: relative;
  top: 20%;
  transform: rotate(45deg);
  width: 15%;
}
input[type="checkbox"]:checked {
  background: #505bf0;
}
input[type="checkbox"]:checked::after {
  display: block;
}

.popup_close a {
	display:flex;
	align-items:center;
	background-color: var(--color-1);
	color:var(--color-c);
	padding:var(--padding-xs);
}



/*



@media all and (min-width:1400px) {

.slidePOP {
	margin-left:-700px;
}
	

}

@media all and (min-width:1500px) {

.slidePOP {
	margin-left:-750px;
}
	

}
*/


