@charset "utf-8";

.popupWrap { display:none; position:absolute; z-index:100000; border:1px solid #474747;top:50px;left:50%;transform:translateX(-50%);width:max-content;max-width:80vw}
.popupWrap table { background-color:#fff; width:auto}
.popupWrap table td { line-height:0; word-wrap:break-word; word-break:break-all; padding-top:0px; }
.popupWrap table td > p {margin:0 !important;}
.popupWrap table td a{display:block}
.popupWrap table td a:focus,
.popupWrap table td a:focus-visible{outline:3px dotted red;outline-offset:-2px}
.popupFt { position:relative; bottom:0; width:100%; height:30px; line-height:30px; margin-top:-10px; background-color:#474747; color:#d5d5d5; font-size:11px; font-weight:bold; }
.popupFt ul{display:flex;gap:5px;height:100%;align-items:center;font-size:14px;padding:5px;justify-content:space-between}
.popupFt a {color:#fff;}

/* 모바일 */
@media only screen and (max-width:767px) {
	.popupWrap table img {width:100% !important;height:auto !important}
	.popupWrap table p { margin-bottom:0 !important; }
	.popupFt ul { margin-bottom:0 !important; }
}