
/********************레이어팝업********************/

@media only screen and (min-width:1px) and (max-width:799px) {
.nl_popup { display:none; position:fixed; left:0; top:0; width:90%; height:80%; background:#fff; z-index:1500; /*overflow-y:scroll;*/ }

}

@media only screen and (min-width:800px) and (max-width:1449px) { 
.nl_popup { display:none; position:fixed; left:0; top:0; width:800px; height:600px; background:#fff; z-index:1500; /*overflow-y:scroll;*/ }

}

@media only screen and (min-width: 1450px) {
.nl_popup { display:none; position:fixed; left:0; top:0; width:800px; height:700px; background:#fff; z-index:1500; /*overflow-y:scroll;*/ }

}

.popup-button-nl { cursor:pointer;}
.dimmed_nl { display:none; position:fixed; left:0; top:0; width:100%; height: 100%; background: black; opacity: 0.7; z-index: 1000;}
.pop_close_nl { cursor:pointer;}
.pop_ri_close_nl {  float:right; width:25px; margin:5px 0px 0 0;   }


.nl_pop_top { width:100%; height:65px; background:#004a98;   }
.nl_pop_top ul { width:95%; margin:0 auto; }
.nl_pop_top ul li { padding:15px 0 0 0; }
.nl_pop_top .le { float:left; font-size:25px; font-weight:600; color:#fff; text-align:left; }
.nl_pop_top .btn { float:left; margin:7px 0 0 10px;   }

.nl_pop_img {float:left; width:100%; }
.nl_pop_img img { width:100%; max-width:680px; text-align:center; }

.nl_popup iframe::-webkit-scrollbar {
    width: 50px;
  }
  .nl_popup iframe::-webkit-scrollbar-thumb {
    background-color: #2f3542;
  }
  .nl_popup iframe::-webkit-scrollbar-track {
    background-color: grey;
  }


  /********************레이어팝업********************/

@media only screen and (min-width:1px) and (max-width:799px) {
.pat_popup { display:none; position:fixed; left:0; top:0; width:90%; max-width:500px; height:80%; background:#fff; z-index:1500; /*overflow-y:scroll;*/ }

}

@media only screen and (min-width:800px) and (max-width:1449px) { 
.pat_popup { display:none; position:fixed; left:0; top:0; width:500px; height:708px; background:#fff; z-index:1500; /*overflow-y:scroll;*/ }

}

@media only screen and (min-width: 1450px) {
.pat_popup { display:none; position:fixed; left:0; top:0; width:500px; height:708px; background:#fff; z-index:1500; /*overflow-y:scroll;*/ }

}

.popup-button-pat { cursor:pointer;}
.dimmed_pat { display:none; position:fixed; left:0; top:0; width:100%; height: 100%; background: black; opacity: 0.7; z-index: 1000;}
.pop_close_pat { cursor:pointer;}
.pop_ri_close_pat {  float:right; width:18px; margin:5px 0px 0 0;   }


.pat_pop_top { width:100%; height:40px; background:#004a98;   }
.pat_pop_top ul { width:95%; margin:0 auto; }
.pat_pop_top ul li { padding:7px 0 0 0; }
.pat_pop_top .le { float:left; font-size:18px; font-weight:600; color:#fff; text-align:left; }
.pat_pop_top .le span {  background:#fff; font-size:16px; color:#004a98; padding:0 20px; border-radius:20px; }
.pat_pop_top .btn { float:left; margin:0px 0 0 10px;   }

.pat_pop_img {float:left; width:100%; }
.pat_pop_img img { width:100%; max-width:500px; text-align:center; }

.pat_popup iframe::-webkit-scrollbar {
    width: 50px;
  }
  .pat_popup iframe::-webkit-scrollbar-thumb {
    background-color: #2f3542;
  }
  .pat_popup iframe::-webkit-scrollbar-track {
    background-color: grey;
  }
