.modalWrap{z-index:3000;}
#JS_intCalModal{z-index:3100!important;}
.overlay-modal.is-active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8;}
.modalWrap{height:80%;}
.modalWrap .modal{width:950px;height:100%;background-color:#fff;overflow:auto;box-sizing:border-box;}
.modalWrap .modalInr{width:950px;margin:0 auto;padding:40px 0 60px;}
.modalWrap .i-close-modal{width:48px;height:48px;background:url(../img/icon_modal_close.png) no-repeat center center;background-size:100% auto;position:absolute;top:-25px;right:0;text-indent:100%;white-space:nowrap;overflow:hidden;transition:transform ease 0.2s;z-index:100;}
.modalWrap .i-close-modal:hover{transform:scale(1.1);}
.modalWrap#moduleLayer .modal{background:none;overflow:visible;}
.modalWrap#moduleLayer .modal .lead{margin-bottom:40px;text-align:center;color:#fff;}

.modalWrap#detailLayer .modal,
.modalWrap#faqLayer .modal{width:1024px;}
.modalWrap#detailLayer .i-close-modal,
.modalWrap#faqLayer .i-close-modal{top:-64px;}