@import url("/css/web/template/10001/layout.css");
 
/*팝업창*/
.dimmed{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.5);z-index:99999}
.layerpop{position:fixed;left:35%;right:30%;top:30%;width:50%;margin-left:-10%;heigth:auto;margin-top:-150px;border:1px solid #ddd; background:#fff;z-index:1000}
.pop-layer {display: none; position:fixed;top:50%; left:50%; transform: translate(-50%, -50%);height: auto;  background-color: #fff; z-index: 10;}
.tit_box{width: 100%;background: #0055a7; padding: 0.5rem 1rem;color: #fff;}
.tit_box h4{  font-size:1.4rem; font-weight:500; color:#fff; letter-spacing:-1px;}
/*.layerpop .box_st1{position:relative; padding:2rem; border:1px solid #ddd; background:#fff url(/images/web/cu/sub/logo_b.png) no-repeat right bottom;  }*/
.layerpop .box_st1{position:absolute; left:100px;top:100px,width:100px,height:100px,z-index:1;  }
.mgb20 {margin-bottom:20px !important;}

@media screen and (max-width: 730px){
 .layerpop{width: 100%;}
  
}