/* 팝업 */
.popup_wrap{ position: fixed;top: 137px;left: 50%;transform: translateX(-50%);z-index: 99;width: 50%;max-width: 640px;}
.layer_pop {position: absolute;width: 100%; left:50%;transform: translate(-50%, 0);max-width: 640px;/* position: absolute;top:423px;left:2%;  */background:#fff; z-index:15000;overflow: hidden;border-radius: 4px;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);}
.layer_pop:last-child {transform: translate(-50%, 0);z-index: 30;}
.layer_pop:nth-last-child(2) {transform: translate(-50%, -22px);z-index: 20;}
.layer_pop:nth-last-child(3) {transform: translate(-50%, -44px);z-index: 10;}

.layer-pop:last-child {z-index: 10;}
.layer_pop .pop_img {width:100%; height:100%;}
.layer_pop .pop_img img{width:100%; height:100%;}
.layer_pop .close_box {position:relative; height:32px; background:#fff;font-size:12px;display:flex;justify-content: center;align-items: center;}
.layer_pop .close_box span{flex: 1;text-align:center;border-left:1px solid #f2f2f2;cursor:pointer;display:block;}
.layer_pop .close_box span label{cursor:pointer;}
.layer_pop .close_box span:nth-child(1){border-left:0;}
.layer_pop .close_box span input{width:0;}