.layerPopUpBG{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-999;}
.layerPopUpBox{position:fixed;display:none;margin-top:-350px;margin-left:-350px;left:50%;top:50%;padding:20px;padding-top:80px;width:700px;/* height:700px; */overflow-y:scroll;background-color:#EEF8FF;border:10px solid #000795;box-sizing:border-box;}
/* #policyBox{width:100%;line-height:17px;box-sizing:border-box;} */
.layerPopUpAddClass{background-color:#FFF;z-index:9999;}
.zIndex999{z-index:99999;}
.closeBtnBG{position:absolute;top:20px;right:0;float:right;margin-right:50px;}
.layerPopUpCloseBtn{position:fixed;display:block;width:39px;height:39px;background-image:url('/assets/_img/sub/servicecenter/closeBtn.png');text-indent:-9999px;z-index:9999;}

.layerPopup_Box{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0, 0, 0, .5);z-index: 15000; box-sizing: border-box; }
.layerPopup_Box *{box-sizing: border-box; }
.layerPopup_Box > button{position: absolute; font-size: 82px; font-weight: bold; color: #fff; right: 50%; margin-right: -500px; background-color: transparent; border: 0; }
.layerPopup{max-width: 860px; margin: 0 auto; height: auto; margin-top: 5%; background-color: #fff; border-radius: 10px; padding: 10px;}

@media (min-width: 1080px) {
}
@media all and (max-width: 1079px) {
.layerPopUpBox{left:0;top:0;margin:0 auto;width:100%;max-width:700px;}
.layerPopup{max-width: 90%; height: auto; margin-top: 30px; }
}
@media all and (max-width: 640px) {
.layerPopUpBox{padding:60px 10px 20px 10px;border:3px solid #000795;}
.closeBtnBG{margin-right:30px;}
.layerPopUpCloseBtn{width:20px;height:20px;background-size:cover;}
.layerPopup{max-width: 98%; padding: 5px; margin-top: 10px;}
}