<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


#popup-wrap {position:relative;width:100%;height:100%;}
#popup-wrap .pop-head {position:fixed;top:0;left:0;width:100%;height:70px;z-index:1000;background:url(../images/common/bg_popup_head.gif) repeat 0 0;}
#popup-wrap .pop-head .htit {font-size:18px;color:#fff;padding:25px 0 0 30px;font-weight:400;}
#popup-wrap .pop-cont {margin-top:90px;margin-left:20px;margin-right:20px;margin-bottom:20px;line-height:1.6;}
#popup-wrap .btn-close {position:fixed;top:13px;right:26px;border:0;cursor:pointer;text-indent:-9999px;display:block;background:url(../images/common/btn_pclose.png) no-repeat 0 0;width:41px;height:41px;z-index:1200;}
#popup-wrap .btn-reload {position:fixed;top:13px;right:0;border:0;cursor:pointer;text-indent:-9999px;display:block;background:url(../images/common/btn_reload.png) no-repeat 0 0;width:41px;height:41px;z-index:1200;}
#popup-wrap .btn-minsize {position:fixed;top:13px;right:0;border:0;cursor:pointer;text-indent:-9999px;display:block;background:url(../images/common/btn_minsize.png) no-repeat 0 0;width:41px;height:41px;z-index:1200;}
#popup-wrap .btn-maxsize {position:fixed;top:13px;right:0;border:0;cursor:pointer;text-indent:-9999px;display:block;background:url(../images/common/btn_maxsize.png) no-repeat 0 0;width:41px;height:41px;z-index:1200;}

#layout-popup-wrap {position:fixed;z-index:9999;top:0px;left:0px;right:0px;bottom:0px;width:100%;height:100%;background-color:rgba(0,0,0,0.5);cursor:default;/* display:none;*/ }
#layout-popup-wrap &gt; #popup-wrap {position:absolute;background-color:rgba( 255,255,255,1);width:auto;height:auto;}
#layout-popup-wrap &gt; #popup-wrap .pop-head {position:static;overflow:hidden;}
#layout-popup-wrap &gt; #popup-wrap .pop-cont {margin-top:20px;overflow:auto;margin-left:20px;margin-right:20px;}
#layout-popup-wrap &gt; #popup-wrap .pop-btn-1 {position:absolute;right:25px;top:13px;}
#layout-popup-wrap &gt; #popup-wrap .pop-btn-2 {position:absolute;right:70px;top:13px;}
#layout-popup-wrap &gt; #popup-wrap .pop-btn-3 {position:absolute;right:115px;top:13px;}


/* 윈도우 팝업 */
.popup-window {position:relative;font-size:14px;}
.popup-window .popwin_foot {position:fixed;left:0;bottom:0;background:#282828;width:100%;height:18px;overflow:hidden;color:#fff;font-size:11px;padding:9px 0 6px 0;}
.popup-window .popwin_foot input {margin:0 5px 0 10PX;vertical-align:top;}
.popup-window .popwin_foot button {position:absolute;right:0;top:8px;width:50px;border:0px;padding:0;background:none;color:#FFF;font-size:11px;line-height:120%;cursor:pointer;}</pre></body></html>