@charset "UTF-8";

/* Original file: files/cache/assets/compiled/bc733fe6c4816e5e0a0358633871511a69ee9a9b.style.scss.css */

.flex-container {
  width: 100%;
  /* height: 100%; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 수직 정렬 */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 수평 정렬 */
}
#p_content {
  width: 100%;
  margin: 20px;
  padding: 30px;
  max-width: 1000px;
  border: 2px solid #f2f2f2;
  border-radius: 10px;
  background-color: white;
  text-align: center;
}
body.color_scheme_dark #p_content {
  background-color: #262b30 !important;
  border: 0;
}
#p_content #p_title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-top: 15px;
}
#p_icn {
  display: inline;
  filter: invert(36%) sepia(38%) saturate(5586%) hue-rotate(335deg) brightness(120%) contrast(101%);
  width: 60px;
}
#s_content {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  text-align: left;
  margin-bottom: 10px;
}
#s_content * {
  margin: 7px;
}
#s_title {
  font-size: 15px;
  color: #ff4757;
}
#s_value {
  font-size: 18px;
}
#btn_layer {
  width: 100%;
  margin-top: 50px;
}
#ok_btn {
  width: 100%;
  height: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 5rem;
  border: 0;
  background-color: #ff4757;
  color: white;
  font-size: 15px;
  margin-bottom: 20px;
  cursor: pointer;
}
#s_hr {
  color: #ebebeb;
  margin-left: 20px;
  margin-right: 20px;
}
.btn_nm {
  background-color: #b2bec3 !important;
}
.additional-info {
  border-top: 1px solid #868e96;
  border-bottom: 1px solid #868e96;
  margin-bottom: 2rem;
  padding: 1rem 0;
  width: 100%;
}
.additional-info > div.additional-info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
/* sourceMappingURL=bc733fe6c4816e5e0a0358633871511a69ee9a9b.style.scss.map */

/* Original file: files/cache/assets/compiled/bc733fe6c4816e5e0a0358633871511a69ee9a9b.list.scss.css */

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;
}
/* sourceMappingURL=bc733fe6c4816e5e0a0358633871511a69ee9a9b.list.scss.map */

