@charset "UTF-8";
div#r_content {
  text-align: left;
  max-width: 100% !important;
  padding: 15px;
}
div#r_content h1 {
  font-size: 22px;
  margin: 0;
}
div#r_content ul {
  padding-left: 0;
  list-style: none;
}
div#r_content ul li {
  padding: 15px;
  border-bottom: 1px solid #868e96;
  list-style: none;
}
div#r_content ul li img {
  width: 200px;
  height: 200px;
}
div#r_content ul li::after {
  content: "";
  display: block;
  clear: both;
}
div#r_content div.thumb {
  float: left;
  width: 200px;
}
div#r_content div.gdsInfo {
  float: right;
  width: calc(100% - 270px);
  font-size: 15px;
  line-height: 2;
}
div#r_content div.gdsInfo span {
  display: inline-block;
  width: 100px;
  font-weight: bold;
  margin-right: 10px;
}
div#r_content div.gdsInfo .delete {
  text-align: right;
}
div#r_content div.gdsInfo .delete button {
  font-size: 22px;
  padding: 5px 10px;
  border: 1px solid #eee;
  background: #eee;
}
div#r_content div.gdsInfo select {
  min-width: 200px;
  width: 60%;
  max-width: 400px;
  background: transparent;
  padding: 5px;
  border: 2px solid #868e96;
  border-radius: 5px;
}
body.color_scheme_dark div#r_content div.gdsInfo option {
  background-color: #262b30;
}
div#r_content hr {
  color: #868e96;
}
section#result p {
  max-width: 100%;
  padding: 20px;
  background-color: #eee;
  font-size: 16px;
  border-radius: 5px;
}
body.color_scheme_dark section#result p {
  background-color: #30373d;
}
section#pay_method {
  text-align: center;
  font-size: 15px;
  margin: 20px;
  margin-top: 0;
}
section#pay_method input[type="radio"] {
  display: inline-block;
  height: 16px;
  width: 16px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  margin: -4px 0 0 0;
  padding: 0 !important;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50% !important;
  border: 1px solid #868e96;
  appearance: none;
  -webkit-appearance: none;
  transition: 0.2s ease;
}
section#pay_method input[type="radio"]:checked {
  border-width: 5px;
  border-color: #ff4757;
}
section#pay_method input[type="radio"]:checked + label {
  color: #ff4757;
  border-color: #ff4757;
}
section#pay_method input[type="radio"] + label {
  cursor: pointer;
  color: #868e96;
  padding-left: 0.25rem;
  margin-right: 0.5rem;
}
#purchase_price {
  font-weight: bold;
}
div#r_content h1 {
  font-weight: bold;
}
div#r_content input[type=text], div#r_content input[type=number] {
  background: transparent;
  padding: 5px;
  border: 2px solid #868e96;
  border-radius: 5px;
}
div#r_content input[type=text] {
  min-width: 200px;
  width: 60%;
  max-width: 400px;
}
div#r_content input[type=number] {
  min-width: 100px;
  width: 20%;
  max-width: 200px;
}
section#depositor, section#point_discount {
  border-top: 1px solid #868e96;
  border-bottom: 1px solid #868e96;
  margin-bottom: 20px;
  /* background-color: rgb(250, 250, 250); */
  padding: 20px;
}
section#depositor p, section#point_discount p {
  padding-bottom: 8px;
}
section#depositor span#required {
  color: #ff4757;
}
.ht-table {
  width: 100%;
  border-spacing: 0;
  font-size: 15px;
}
.ht-table tbody tr td, .ht-table thead tr th {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ht-order-status[data-status="DONE"] {
  border-color: #00a754;
  color: #00a754;
}
.ht-order-status[data-status="CANCELED"], .ht-order-status[data-status="FAILED"], .ht-order-status[data-status="REFUNDED"] {
  border-color: #eb331c;
  color: #eb331c;
}
.ht-tag {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 2px 6px;
  border: #636363 1px solid;
  border-radius: 4px;
  font-size: 13px;
  color: #636363;
}
.ht-table thead tr td, .ht-table thead tr th {
  padding-bottom: 8px;
  border-bottom: #868e96 1px solid;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: #555;
}
.ht-order .ht-order-id {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
}
.ht-order-thumbnail img {
  width: 80px;
  height: 80px;
}
.ht-order.invalid {
  opacity: 0.7;
}
.ht-order.invalid .ht-order-first-item > span {
  text-decoration: line-through;
}
section#result p {
  margin: 10px 0;
}
section#result p.orange {
  background-color: #FF6F3B;
  color: white;
}
section#purchase_check {
  margin: 15px 5px 5px;
}
@media (max-width: 600px) {
  div#r_content div.thumb {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  div#r_content ul li img {
    width: 100%;
    height: 100%;
    max-width: 200px;
  }
  div#r_content div.gdsInfo {
    display: block;
    float: none;
    width: 100%;
  }
  div#r_content div.gdsInfo span {
    margin-top: 10px;
    display: block;
  }
}
#purchase {
  text-align: center;
}
#purchase_btn {
  width: 100%;
  height: 50px;
  background-color: #3b3b3b;
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
}
.product-info-box {
  background: #f0f7ff;
  border: 1px solid #cfe2ff;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  max-width: 600px;
  white-space: normal;
}
.product-info-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
  color: #0969cf;
}
.product-info-bubble {
  display: inline-block;
  background: #0969cf;
  color: #fff;
  border-radius: 20px;
  padding: 6px 12px;
  margin: 5px 5px 0 0;
  font-size: 13px;
}
.product-info-bubble .bubble-label {
  font-weight: bold;
  margin-right: 6px;
}
.product-info-bubble .bubble-value {
  opacity: 0.95;
}
.product-info-bubble.value {
  background-color: #f5faff;
  /* 연한 블루톤 예시 */
  color: #222;
  font-weight: 500;
}
.product-info-wrap {
  margin-top: 20px;
}
.product-info-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.product-info-body.product-info-account {
  border: 1.5px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  background: #f8f8f8;
}
.product-info-body .info-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 20px;
}
.product-info-body .info-bubble {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  /* ✅ 줄 전체 기준 제한 */
  padding: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: left;
  font-size: 14px;
  transition: all 0.2s ease;
  overflow: hidden;
  /* ✅ 내부 넘침 방지 */
}
.product-info-body .info-bubble strong {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-bubble .value-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  /* ✅ 고정된 줄 정렬 + 넘치면 말줄임 */
  white-space: nowrap;
  overflow: hidden;
}
.info-bubble .pw-value {
  font-weight: 500;
  min-width: 60px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  flex: 1;
}
.show-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
}
.show-toggle input {
  display: none;
}
.show-toggle .checkmark {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #888;
  background: #fff;
  position: relative;
  flex-shrink: 0;
}
.show-toggle input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.info-bubble {
  min-width: 0;
  /* 줄어들 수 있도록 허용 (꼭 필요!) */
}
.ht-timer-wrap {
  margin-top: 4px;
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
}
.timer-icon {
  font-style: normal;
  font-size: 14px;
}
.ht-timer-wrap {
  margin-top: 6px;
  font-size: 11px;
  color: #555;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ht-timer-wrap .ht-remaining-time.alert {
  color: #d00;
  font-weight: bold;
}
.ht-timer-wrap .ht-remaining-time.expired {
  color: #999;
  font-style: italic;
}
.ht-progress-bar {
  width: 100%;
  height: 6px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
}
.ht-progress {
  height: 100%;
  background: #4caf50;
  width: 0%;
  transition: width 0.5s ease;
}
.ht-progress.alert-bar {
  background: #e53935;
}
.ht-progress.expired-bar {
  background: #888;
}
.ht-extension-notice {
  color: #ff7e36;
  /* 토스 스타일에 어울리는 따뜻한 주황 */
  font-size: 13px;
  font-weight: 500;
  background: #fff4ec;
  /* 연한 주황 배경 */
  padding: 6px 10px;
  border-radius: 8px;
  margin: 10px auto 0;
  display: table;
  text-align: center;
}
/*# sourceMappingURL=ff21afd8299f7ffcaf2703f7e3b8febdd9c581f8.list.scss.map */
