@charset "euc-kr";

.popup_wrap{position:fixed;left:20px;top:150px;display: none;}
.popup_wrap.is-active{display: block;}
#popupCon{position:relative;}
.popup_wrap .close-wrap{width:100%;display: flex;flex-direction: row;}
.popup_wrap .close-wrap .btn{width:50%;}
.popup_wrap .close-wrap .btn > a{padding:10px 0;text-align:center;background:#019e61;color:#fff;display: block;width:100%;height:100%;box-sizing: border-box;}

#popupCon .prev,
#popupCon .next{
    width:30px;height:30px;position:absolute;top:50%;text-indent:-99999px;margin-top:-10px;z-index: 20;opacity:0.8;
    background-image:url("/image/popup/arw_popup.png");background-repeat:no-repeat;background-position:center center;background-color:#888;
    border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;

}
#popupCon .prev{ left:15px; transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); }
#popupCon .next{ right:15px;}
#popupCon .page{position:absolute;left:0;bottom:10px;width:100%;text-align:center;z-index: 20;}
#popupCon .page > li{ display: inline-block; margin:0 3px; background:#f9f9f9; width:10px; height:10px; vertical-align: middle; text-indent:-99999px; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; }
#popupCon .page > li.current{width:12px;height:12px;background:#019e61;}
.slide-wrap{width:385px;height:385px;}
.slide-inner{width:385px;height:385px;}
.slide-inner img{max-width:100%;}