@charset "UTF-8";

/* 운용성 공통 팝업 */
:root{
  --popup-comm-foot-height: 50px;
}
.popup_comm{position:absolute;z-index:99999;padding-bottom:var(--popup-comm-foot-height);box-sizing:content-box;box-shadow:0px 0px 6px 0px rgba(0,0,0,.4)}
.link_popup_comm{position:absolute;top:0;left:0;right:0;padding-bottom:calc(var(--popup-comm-foot-height) - 1px)}
.link_popup_comm img{display:block;width:100%}
.popup_foot_comm{display:flex;align-items:center;overflow:hidden;position:fixed;bottom:0;left:0;right:0;height:var(--popup-comm-foot-height);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:0 -10px 0 10px;font-size:16px;line-height:20px;color:#fff}
.popup_comm .popup_foot_comm{position:absolute}
.popup_comm .link_popup_comm{padding-bottom:0}
/* // 운용성 공통 팝업 */