@charset "euc-kr";
/* overlay */
#naverpayDeliveryContainer {
  width: 400px;
  border: 2px solid #000;
}

#naverpay-popup-overlay {
  display: none;
  flex-direction: column;
  padding: 20px;
  width: 100%;
  min-height: 400px;
  background: #fff;
  box-sizing: border-box;
}

#naverpay-popup-overlay.show {
  display: flex;
}

#naverpay-popup-overlay h1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #000;
  text-align: center;
}

#naverpay-popup-overlay li + li {
  padding-top: 8px;
}

#naverpay-popup-overlay .btn-share-naver {
  display: inline-block;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  vertical-align: text-top;
  box-shadow: none;
}

#naverpay-popup-overlay .box {
  display: none;
  padding: 8px 0 2px;
}

#naverpay-popup-overlay .box-container {
  display: flex;
  justify-content: space-between;
}

#naverpay-popup-overlay .box .btn + .btn {
  margin-left: 10px;
}

#naverpay-popup-overlay .box .info {
  margin-top: 8px;
  margin-bottom: 2px;
  padding: 12px;
  color: #333;
  border: 1px solid #aeaeae;
  box-sizing: border-box;
}

#naverpay-popup-overlay .btn {
  padding: 5px 12px 7px;
  color: #aeaeae;
  font-size: 16px;
  background: #fff;
  border: 1px solid #aeaeae;
  box-shadow: 1px 1px 4px -4px #999;
}

#naverpay-popup-overlay .btn-full {
  width: 100%;
}

#naverpay-popup-overlay .btn:active {
  position: relative;
  top: 1px;
  left: 1px;
  box-shadow: 0 0 2px #999;
}

#naverpay-popup-overlay .btn:focus {
  outline: none;
}

#naverpay-popup-overlay .bottom {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

#naverpay-popup-overlay .bottom-container {
  display: flex;
  justify-content: space-between;
}

#naverpay-popup-overlay .bottom .btn + .btn {
  margin-left: 10px;
}

#naverpay-popup-overlay .btn-naverpay-popup-submit {
  color: #fff;
  background-color: #00c73c;
  border-color: #00bd39;
}

#naverpay-popup-overlay .btn-naverpay-popup-submit:disabled {
  color: #a6a6a6;
  background-color: #e5e5e5;
  border-color: #dcdcdc;
}

#naverpay-popup-overlay .btn-naverpay-popup-close {
  color: #000;
  border-color: #000;
}

#naverpay-popup-overlay .btn-select {
  position: relative;
  color: #000 !important;
  border-color: #000;
}

#naverpay-popup-overlay .btn-select::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  content: "";
}

#naverpay-popup-overlay .reserve-time {
  padding: 0 6px;
  height: 38px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}

#naverpay-popup-overlay .reserve-time option {
  background-color: #fff;
}

#naverpay-popup-overlay .reserve-time .odd {
  background-color: #dff;
}

#naverpay-popup-overlay .info {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #e60;
  font-size: 12px;
  line-height: 1.6;
}

#naverpay-popup-overlay .red {
  color: #f00;
}
