﻿/*모달 레이어 팝업*/
.common-modal {width:100%; height:100%; position:fixed; top:0; left:0; background:rgba(0, 0, 0, 0.7); display:none; z-index:50; }
.common_close {width:30px; height:30px; background:url('/images/btn/close_bk.png') no-repeat center center; position:absolute; background-size:18px; cursor:pointer; top:10px; right:10px;}
.common_close_wh {width:30px; height:30px; background:url('/images/btn/close_wh.png') no-repeat center center; position:absolute; background-size:18px; cursor:pointer; top:10px; right:0px;}


/*수정*/
.modalClose {width:30px; height:30px; position:absolute; right:10px; top:10px; background:url('/images/btn/close_bk.png') no-repeat center center; background-size:18px !important; opacity:0.7;}
.modalClose:hover {opacity:1; cursor:pointer;}
.ui-widget-overlay {background:#000 !important; opacity:0.7 !important; filter:Alpha(Opacity=7); }
