@charset "UTF-8";

/* 운용성 공통 팝업 */
:root{--popup-comm-foot-size: 50px}
.popup_comm{position:absolute;z-index:99999;max-width: 100%;height: auto !important;box-sizing:content-box;box-shadow:0px 0px 6px 0px rgba(0,0,0,.4)}
.link_popup_comm{display: block}
.link_popup_comm img{display:block;width:100%}
.popup_foot_comm{display:flex;align-items:center;height:calc(var(--popup-comm-foot-size) - 1px);padding:0 20px;background:#2b3030}
.popup_foot_comm label{display: flex;align-items: center;gap: 5px;margin-right: auto;font-size: 16px;line-height: 20px;color: #fff;cursor: pointer}
.popup_foot_comm input{width:18px;height:18px}
.popup_foot_comm .popup_close{padding:10px;margin-right:-10px;font-size:16px;line-height:20px;color:#fff}
@media only screen and (max-width: 1024px) {
  .popup_comm{top:0 !important;left: 0 !important}
}
/* // 운용성 공통 팝업 */