@charset "utf-8"; 

#index_temp{}


.popup_wrap._nsite {
   zoom:1;position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   top: 0;
   z-index: 9999;
   display: block;
   /* background-image: url(/mall/web/images/search/pop_bg.png); */
   background:none;
}

.popup_wrap._nsite:after{content:'';display:block;background:#000;position:absolute;top:0;left:0;opacity: 0.5;z-index: 99;width: 100%;height: 100%;}


._nsite > .popup_inwrap {
   position: fixed;
   top: 55%;
   left: 50%;
   background-color: #fff;
   /* border-radius: 3px; overflow-y:auto; */
}

._nsite > ._inactive {
   width: 504px;
   position: fixed;
   top: 40%;
   left: 50%;
   margin-top: -139px;
   margin-left: -250px;
   background-color: #fff;
   z-index: 1000;
   box-shadow: 0px 1px 8px 0px;
   border: 2px solid #fa4b2e;
}


._nsite > .popup_inwrap .pop_header {
   background: #fa4b2e;
   padding: 15px 15px;
   /* height: 35px; */
}


._nsite > .popup_inwrap .pop_header .h1 {
   font: 600 28px/30px '맑음고딕', Malgun Gothic, dotum, gulim, sans-serif !important;
   color: #FFF;
   text-align: center;
   letter-spacing: -1.5px;
}

._nsite > .popup_inwrap .pop_header .h1  > svg{width: 33px;
   height: auto;
   vertical-align: middle;
   margin-top: -1px;
   fill: #fff;}



   ._nsite > .popup_inwrap._inactive .pop_body {
      width: 100%;
      margin-bottom: 30px;
  }

  ._nsite > .popup_inwrap._inactive .pop_body .h1 {
   text-align: center;
   padding: 0px 0 0;
}

   ._nsite > .popup_inwrap._inactive .pop_body p.h2 {
   font: 600 17px / 22px '맑음고딕', Malgun Gothic, dotum, gulim, sans-serif !important;
   /* color: #3a3a3a; */
   margin-bottom: 0px;
   color:red;
   padding-bottom:10px;
   margin-top: 25px;
}


._nsite > .popup_inwrap._inactive .pop_body .h1 > span {
   font: 500 15px / 23px '맑음고딕', Malgun Gothic, dotum, gulim, sans-serif;
   padding-top: 5px;
   color: #252525;
   letter-spacing: -1px;
   display: block;
}
._nsite > .popup_inwrap._inactive .pop_body .h1 > span > strong{font-weight:600}


._nsite > .popup_inwrap._inactive .pop_body .noticesite {
   width: 80%;
   border: 1px solid #dcdcdc;
   margin: 20px auto 0px;
   background: #efefef;
   padding: 10px 0;
   box-sizing: border-box;
   border-color:red; background: #ffdcd7;
}


._nsite > .popup_inwrap._inactive .pop_body .noticesite > dl {
   margin: 0 auto;
   width: 85%;
}


._nsite > .popup_inwrap._inactive .pop_body .noticesite > dl>dt {
   font-weight: 600;
   font-size: 14px;
   float: left;
   color: #000;
   border-right: 1px solid #cecccc;
   padding: 7px 15px 7px 0px;
   vertical-align: middle;
   font-family: '맑음고딕', Malgun Gothic, dotum, gulim, sans-serif;
   float: none;
   width: 100%;
   text-align: center;
   color: red;
   border-right: 0px;
   /* padding: 0 0 5px; */
}

._nsite > .popup_inwrap._inactive .pop_body .noticesite > dl>dd {
   float: left;
   margin-left: 15px;
   font-family: '맑음고딕', Malgun Gothic, dotum, gulim, sans-serif;
   letter-spacing: -1px;
   width: 240px;
   width: 100%;
   float: none;
   text-align: center;
   margin-left: 0;
   font-size: 15px;
   color: #000;
   padding-bottom: 5px;
}

._nsite > .popup_inwrap._inactive .pop_body .noticesite > dl>dd>a{
   margin-left: 15px;
   font-size: 15px;
   display: inline-block;
   letter-spacing: 0;
   color: #000;
}

   ._nsite > .popup_inwrap._inactive .pop_body .pop_btnarea {
   text-align: center;padding-bottom: 0;margin-top: 15px;
}

._nsite > .popup_inwrap._inactive .pop_body .pop_btnarea>a {
   display: inline-block;
   width: 100px;
   padding: 10px 10px;
   margin: 0 auto;
   font: 600 12px / 12px '맑음고딕', Malgun Gothic, dotum, gulim, sans-serif;
   background-color: #fff;
   border: 1px solid #bababa;
   display: block;
   text-align: center;
   box-sizing: border-box;
   color:#7f7d7d !important;
   
}

._nsite > .popup_inwrap._inactive .pop_body .pop_btnarea>a:hover {
   border: 1px solid #767575;
   background-color: #919090;
   color: #fff !important;
   font-weight: bold !important;
}


._nsite > .popup_inwrap._inactive .b_close{
    width: 100%;
    padding: 0;
    vertical-align: middle;
    position: relative;
    top: 0;
    box-sizing: border-box;
    height: 25px;
    background: #000;
}
._nsite > .popup_inwrap._inactive .b_close > a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
    font-size: 12px;
    color: #fff;
    height: 100%;
}
._nsite > .popup_inwrap._inactive .b_close > a > input[type="checkbox"]{
    margin-right: 5px;
}




/* pc */
@media screen and (min-width:1280px) {

 
 }
 
 
 /* 태블릿 */
 @media screen and (min-width:768px) and (max-width:1279px) {


 }
 
 
 
 /* 모바일 */
 @media screen and (max-width:767px) {


.popup_wrap._nsite {
   zoom:1;position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   top: 0;
   z-index: 9999;
   display: block;
   /* background-image: url(/mall/web/images/search/pop_bg.png); */
   background:none;
}

.popup_wrap._nsite:after{content:'';display:block;background:#000;position:absolute;top:0;left:0;opacity: 0.5;z-index: 99;width: 100%;height: 100%;}


._nsite > .popup_inwrap {
   position: fixed;
   top: 55%;
   left: 50%;
   background-color: #fff;
   /* border-radius: 3px; overflow-y:auto; */
}

._nsite > ._inactive {
   width: 90%;
   position: fixed;
   top: 40%;
   left: 50%;
   margin-top: -139px;
   margin-left: -45%;
   background-color: #fff;
   z-index: 1000;
   box-shadow: 0px 1px 8px 0px;
   border: 2px solid #fa4b2e;
}


._nsite > .popup_inwrap .pop_header {
   background: #fa4b2e;
   padding: 10px 15px;
   /* height: 35px; */
}


._nsite > .popup_inwrap .pop_header .h1 {
   font: 600 20px/30px '맑음고딕', Malgun Gothic, dotum, gulim, sans-serif !important;
   color: #FFF;
   text-align: center;
   letter-spacing: -1.5px;
}

._nsite > .popup_inwrap .pop_header .h1  > svg{
   width: 25px;
   height: auto;
   vertical-align: middle;
   margin-top: -7px;
   fill: #fff;
   }



   ._nsite > .popup_inwrap._inactive .pop_body {
      width: 100%;
      margin-bottom: 30px;
  }

  ._nsite > .popup_inwrap._inactive .pop_body .h1 {
   text-align: center;
   padding: 0px 0 0;
}

   ._nsite > .popup_inwrap._inactive .pop_body p.h2 {
   font: 600 17px / 22px '맑음고딕', Malgun Gothic, dotum, gulim, sans-serif !important;
   /* color: #3a3a3a; */
   margin-bottom: 0px;
   color:red;
   padding-bottom:10px;
   margin-top: 15px;
}


._nsite > .popup_inwrap._inactive .pop_body .h1 > span {
   font: 500 14px / 20px '맑음고딕', Malgun Gothic, dotum, gulim, sans-serif;
   padding-top: 5px;
   color: #252525;
   letter-spacing: -1px;
   display: block;
   padding: 5px 20px;
}
    ._nsite > .popup_inwrap._inactive .pop_body .h1 > span >br.pc{display:none;}
._nsite > .popup_inwrap._inactive .pop_body .h1 > span > strong{font-weight:600}


._nsite > .popup_inwrap._inactive .pop_body .noticesite {
   width: 80%;
   border: 1px solid #dcdcdc;
   margin: 20px auto 0px;
   background: #efefef;
   padding: 10px 0;
   box-sizing: border-box;
   border-color:red; background: #ffdcd7;
}


._nsite > .popup_inwrap._inactive .pop_body .noticesite > dl {
   margin: 0 auto;
   width: 100%;
}


._nsite > .popup_inwrap._inactive .pop_body .noticesite > dl>dt {
   font-weight: 600;
   font-size: 14px;
   float: left;
   color: #000;
   border-right: 1px solid #cecccc;
   padding: 5px 0 10px;
   vertical-align: middle;
   font-family: '맑음고딕', Malgun Gothic, dotum, gulim, sans-serif;
   float: none;
   width: 100%;
   text-align: center;
   color: red;
   border-right: 0px;
   /* padding: 0 0 5px; */
}

._nsite > .popup_inwrap._inactive .pop_body .noticesite > dl>dd {
   float: left;
   margin-left: 15px;
   font-family: '맑음고딕', Malgun Gothic, dotum, gulim, sans-serif;
   letter-spacing: -1px;
   width: 240px;
   width: 100%;
   float: none;
   text-align: center;
   margin-left: 0;
   font-size: 13px;
   color: #000;
   vertical-align: middle;
   padding-bottom: 5px;
}

._nsite > .popup_inwrap._inactive .pop_body .noticesite > dl>dd>a{
   margin-left: 0;
   font-size: inherit;
   display: inline-block;
   letter-spacing: -0.5px;
   color: #000;
   margin-top: -8px;
}

   ._nsite > .popup_inwrap._inactive .pop_body .pop_btnarea {
   text-align: center;padding-bottom: 0;margin-top: 15px;
}

._nsite > .popup_inwrap._inactive .pop_body .pop_btnarea>a {
   display: inline-block;
   width: 100px;
   padding: 10px 10px;
   margin: 0 auto;
   font: 600 12px / 12px '맑음고딕', Malgun Gothic, dotum, gulim, sans-serif;
   background-color: #fff;
   border: 1px solid #bababa;
   display: block;
   text-align: center;
   box-sizing: border-box;
   color:#7f7d7d !important;
   
}

._nsite > .popup_inwrap._inactive .pop_body .pop_btnarea>a:hover {
   border: 1px solid #767575;
   background-color: #919090;
   color: #fff !important;
   font-weight: bold !important;
}


 }
 