@charset "utf-8";

/* popup layout */
@media (max-width: 767px) {
  body.pop_open {
    overflow: hidden;
  }

  .pop_wrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: auto;
    z-index: 50;
  }

  .pop_wrap.small {
    padding: 20px 60px;
  }

  .popup {
    position: relative;
    top: 50%;
    padding-top: 50px;
    background: #f5f5f5;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .popup .btn_pop_close {
    display: block;
    position: absolute;
    right: 23px;
    top: 0px;
    width: 30px;
    height: 30px;
    background: url(../images/common/btn_pop_close.png) no-repeat center center;
    background-size: 17px auto;
    text-indent: -9999em;
    overflow: hidden;
    -webkit-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
  }

  .popup .btn_pop_close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .popup .pop_head {
    padding: 0px 30px 8px;
  }

  .popup .pop_head .h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  .popup .pop_cont {
    padding: 0px 30px 30px;
  }

  .popup .pop_cont.bottom_btn {
    padding-bottom: 90px;
  }

  .popup .pop_head + .pop_cont {
    padding-top: 48px;
  }

  .popup .pop_cont + .btn_wrap {
    margin-top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
  }

  .popup .pop_cont .pop_txt {
    font-size: 14px;
  }

  .pop_wrap.large .popup {
    min-height: 100%;
    top: 0;
    padding-top: 65px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .pop_wrap.large .btn_pop_close {
    top: 20px;
  }

  .pop_wrap.small .popup {
    padding-top: 0;
    background: #f5f5f5;
  }

  .pop_wrap.small .pop_head {
    padding: 20px 30px;
    background: #fff;
  }

  .pop_wrap.small .pop_head .h1 {
    font-size: 18px;
  }

  .pop_wrap.small .pop_cont {
    padding: 20px;
  }

  .pop_wrap.small .btn_pop_close {
    top: 15px;
  }

  .img_pop .popup {
    padding-top: 0;
  }

  .img_pop .popup .btn_pop_close {
    top: -40px;
    background: url(../images/common/btn_pop_close_.png) no-repeat center center;
  }

  .scale-img {
  }

  .scale-img .img-loading {
    display: block;
    padding: 100px 0;
  }

  .scale-img .img-data {
    display: none;
  }

  .scale-img .img-data img {
    max-width: 100%;
  }

  .scale-img.actived .img-loading {
    display: none;
  }

  .scale-img.actived .img-data {
    display: block;
  }

  .pop_wrap.big .popup {
    top: 0;
    padding-top: 0;
    background: #f5f5f5;
    box-sizing: border-box;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .pop_wrap.big .popup .pop_cont {
    padding: 67px 30px 60px;
  }

  .pop_wrap.big h2 {
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 39px;
  }

  .pop_wrap.big .agree_text {
    margin: 20px 0;
    font-size: 13px;
    background: #eee;
    padding: 20px;
  }

  .pop_wrap.big .agree_chk .new-checkbox + .new-checkbox {
    margin-top: 10px;
  }

  .pop_wrap.big .store_number h5 {
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
    margin: 30px 0 50px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .pop_wrap.big .store_number p {
    position: relative;
    margin-top: 30px;
    padding: 20px 0 0 14px;
    font-size: 12px;
    border-top: 1px solid #b2b2b2;
  }

  .pop_wrap.big .store_number p:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 20px;
    text-align: center;
  }

  .pop_wrap.big .store_number dl {
    position: relative;
    margin-top: 20px;
  }

  .pop_wrap.big .store_number dl dt {
    position: relative;
    display: inline-block;
    min-width: 70px;
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
  }

  .pop_wrap.big .store_number dl dd input {
    width: 100%;
    height: 50px;
    padding: 0 17px;
    border: none;
    border-radius: 0;
  }

  .pop_wrap.big .store_number dl dt:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E20D3A;
  }

  .pop_wrap.big .btn_confirm {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    height: 50px;
    font-size: 18px;
    line-height: 48px;
    border: none;
    background: #000;
    color: #fff;
  }

  .pop_wrap.big .btn_download {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    height: 50px;
    font-size: 18px;
    line-height: 48px;
    border: none;
    background: #000;
    color: #fff;
  }

  .pop_wrap.transparent .popup {
    background: transparent;
    padding-top: 0;
  }

  .pop_wrap.transparent .pop_cont {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pop_wrap.transparent .btn_pop_close {
    top: -50px;
    background-image: url(../images/common/btn_pop_close_w.png);
  }

  .popup .today_chk {
    overflow: hidden;
    margin: -21px -30px 0 -30px;
    background-color: #333;
    padding: 0 10px 0 20px;
  }

  .popup .today_chk .btn_pop_close {
    position: static;
    float: right;
  }

  /* popup component */
  .popup .input,
  .popup .textarea {
    border-color: #f5f5f5;
  }

  .popup .input:focus {
    border-color: #f5f5f5;
    border-bottom-color: #4b4b4b;
  }

  .popup .input[readonly] {
    border-color: #f5f5f5;
  }

  .popup .input_toggle input + .lbl {
    border-color: #f5f5f5;
  }

  /* popup contents */
  .zipcode_wrap {
    border: 1px solid #000;
    min-height: 400px;
    background: #fff;
  }

  .pop_video_cont {
    color: #fff;
    margin-top: 28px;
  }

  .pop_video_cont .tit {
    font-size: 18px;
  }

  .pop_video_cont .date {
    font-size: 12px;
    margin-top: 10px;
  }
}
