<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#charge-list {
  display: flex;
  justify-content: center;
  transform: translateY(-140px);
}

#charge-list &gt; .charge-item {
  flex: 0 1 22%;
  margin: 0 35px;
}

#charge-list &gt; .charge-item .charge-box {
  border-radius: 50px;
  overflow: hidden;
  /* box-shadow: 0px 4px 6px 1px #00000040; */
}

#charge-list &gt; .charge-item .charge-box .box-top {
  background-color: #03061a;
  height: 127px;
  text-align: center;
}

#charge-list &gt; .charge-item .charge-box .box-top &gt; h3 {
  line-height: 127px;
  font-size: 4.6rem;
  font-weight: 700;
}

#charge-list &gt; .charge-item:nth-child(1) .box-top &gt; h3,
#charge-list &gt; .charge-item:nth-child(1) .box-top &gt; h3 span,
#charge-list &gt; .charge-item:nth-child(1) .box-top &gt; span {
  color: #fff;
}

#charge-list &gt; .charge-item:nth-child(2) .box-top &gt; h3,
#charge-list &gt; .charge-item:nth-child(2) .box-top &gt; h3 span,
#charge-list &gt; .charge-item:nth-child(2) .box-top &gt; span {
  color: #fff;
}

#charge-list &gt; .charge-item .box-top &gt; h3 span {
  font-size: 2.4rem;
  vertical-align: 17px;
}

#charge-list &gt; .charge-item .box-body {
  padding: 15px 80px;
  background-color: #03061a;
}

#charge-list &gt; .charge-item .box-body .charge-type &gt; ul {
  display: flex;
  flex-flow: column wrap;
}

#charge-list &gt; .charge-item .box-body .charge-type &gt; ul &gt; li {
  display: flex;
  align-items: center;
}

#charge-list &gt; .charge-item .box-body .charge-type &gt; ul &gt; li .charge-input {
  padding-right: 40px;
}

#charge-list &gt; .charge-item .box-body .charge-type &gt; ul &gt; li .charge-info {
  padding: 25px 0;
  flex: 1 1;
}

#charge-list &gt; .charge-item .box-body .charge-type &gt; ul &gt; li:not(:last-child) .charge-info {
  border-bottom: 1px solid #fff;
}

#charge-list &gt; .charge-item .box-body .charge-type &gt; ul &gt; li .charge-info &gt; p {
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}

#charge-list &gt; .charge-item .box-body .charge-type &gt; ul &gt; li .charge-info &gt; p &gt; .dc-text {
  font-weight: 700;
  font-size: 2.6rem;
  color: #fff500;
}

/* DISCOUNT EVENT */

.discount-event {
}

.discount-event .event-info {
  text-align: center;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 30px 0;
}

.discount-event .event-info &gt; h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #ff0000;
  margin-bottom: 35px;
}

.discount-event .event-info &gt; p {
  font-size: 3.1rem;
  font-weight: 400;
  color: #33397c;
  margin-bottom: 0;
}

.payment-div-wrap {
  /* background: linear-gradient(4.48deg, rgba(187, 178, 240, 0.6) 3.83%, rgba(187, 178, 240, 0) 89.38%); */
}

/* PAYMENT INFO */

.payment-info {
  margin-top: 100px;
}

.payment-info .membership-text {
  text-align: center;
  /* margin-bottom: 40px; */
  margin-bottom: 0px;
}

.payment-info .membership-text &gt; h4 {
  font-size: 3.6rem;
  color: #23144f;
  margin-bottom: 40px;
  font-weight: 700;
}

.payment-info .membership-text &gt; p,
.payment-info .membership-text &gt; p span {
  color: #3d3187;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 80px;
}

.payment-info .earn-point-box {
  background: #07217b;
  width: 700px;
  margin: 0 auto;
  padding: 40px 65px;
  /* border-radius: 30px; */
  border-radius: 2px;
}

.payment-info .earn-point-box .my-point &gt; p {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #d3d2f2;
  text-align: center;
  letter-spacing: 1px;
}

.payment-info .earn-point-box .my-point &gt; p span {
  /* color: #e0b4b1; */
  color: #fb500a;
  font-weight: 700;
}

.payment-info .earn-point-box .avail-credit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-info .earn-point-box .avail-credit &gt; p {
  font-size: 2.8rem;
  font-weight: 700;
  color: #d3d2f2;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.payment-info .earn-point-box .avail-credit &gt; p &gt; span {
  /* color: #e0b4b1; */
  color: #fb500a;
  font-weight: 700;
  border: 2px solid #000;
  padding: 4px;
}

.payment-info .earn-point-box .avail-credit &gt; button {
  background-color: #fb500a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 10px;
  /* box-shadow: 0px 4px 4px 0px #00000040; */
  margin-left: 13px;
}

.payment-info .earn-point-box .point-credit-unit &gt; p {
  font-size: 2rem;
  color: #d3d2f2;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
}

.payment-info .earn-point-box .calculation-line {
  padding: 15px 0;
}

.payment-info .earn-point-box .calculation-line &gt; .row {
  justify-content: space-between;
  align-items: center;
}

.payment-info .earn-point-box .calculation-line &gt; .row p {
  font-size: 2.6rem;
  font-weight: 700;
  /* color: #d3d2f2; */
  color: #fff;
}

.payment-info .earn-point-box .calculation-line &gt; .row p.peach-color {
  color: #e0b4b1;
}

.payment-info .earn-point-box .total-line {
  /* border-top: 1px solid #daf6e2; */
  border-top: 1px solid #fff;
  /* border-bottom: 1px solid #daf6e2; */
  border-bottom: 1px solid #fff;
  margin-top: 10px;
  padding: 30px 0;
}

.payment-info .earn-point-box .collect-point {
  padding: 30px 0;
}

.payment-info .earn-point-box .collect-point &gt; .row p {
  font-size: 2.2rem;
}

/* PAYMENT TYPE */

.payment-type {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 100px;
}

.payment-type &gt; h4 {
  font-size: 3rem;
  font-weight: 500;
  color: #0a114e;
  margin-bottom: 20px;
  font-weight: bold;
}

.payment-type &gt; .payment-type-box {
  /* background-color: #14468f; */
  border-radius: 30px;
  /* box-shadow: 0px 4px 12px 1px #00000040; */
  width: 450px;
  margin: 0 auto;
  padding: 12px 0;
  margin-bottom: 35px;
  /* border: 2px solid #fb500a; */
}

.payment-type &gt; .payment-type-box &gt; p {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 0;
  color: #ffffff;
}

/* @media (max-width:767px) { */

#charge-list {
  transform: translateY(-80px);
  margin: 0 -5px;
  padding: 0 20px;
}

#charge-list &gt; .charge-item {
  flex: 0 1 50%;
  margin: 0;
  width: 50%;
  padding: 5px;
}

#charge-list &gt; .charge-item .charge-box {
  /* border-radius: 20px; */
  border-radius: 2px;
  background-color: #03061a;
}

#charge-list &gt; .charge-item .charge-box .box-top {
  /* height: 57px; */
  height: 60px;
  /* box-shadow: 0px 4px 6px 1px #03061A; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#charge-list &gt; .charge-item .charge-box .box-top &gt; h3 {
  font-size: 2rem;
  /* line-height: 57px; */
  line-height: 2rem;
}

#charge-list &gt; .charge-item .box-top &gt; h3 span {
  font-size: 1.2rem;
}

#charge-list &gt; .charge-item .charge-box .box-top &gt; p {
  font-size: 1.6rem;
}

#charge-list &gt; .charge-item .box-body {
  /* height: 140px; */
  padding: 18px 26px;
}

#charge-list &gt; .charge-item .box-body .charge-type &gt; ul &gt; li .charge-info &gt; p {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}

#charge-list &gt; .charge-item .box-body .charge-type &gt; ul &gt; li .charge-info &gt; p &gt; .dc-text {
  font-size: 1.2rem;
}

#charge-list &gt; .charge-item .box-body .charge-type &gt; ul &gt; li .charge-info {
  padding: 0;
  height: 26px;
  line-height: 26px;
}

#charge-list &gt; .charge-item .box-body .charge-type &gt; ul &gt; li .charge-input {
  padding-right: 10px;
  transform: translateY(3px);
}

#charge-list &gt; .charge-item .box-top &gt; h3 span {
  vertical-align: 4px;
}

.discount-event {
  padding: 0 30px;
  margin-top: -50px;
}

.discount-event .event-info &gt; h3 {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.discount-event .event-info &gt; p {
  font-size: 1.2rem;
}

.payment-info {
  /* margin-top: 50px; */
  margin-top: 24px;
}

.payment-info .membership-text &gt; h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.payment-info .membership-text &gt; p {
  font-size: 1.3rem;
  line-height: 45px;
}

.payment-info .membership-text &gt; p span {
  text-decoration: underline;
  font-size: 1.3rem;
  line-height: 45px;
}

.payment-info .earn-point-box {
  width: calc(100% - 25px);
  margin: 0 auto;
  /* padding: 20px 40px; */
  padding: 20px 32px;
}

.payment-info .earn-point-box .my-point &gt; p {
  font-size: 1.4rem;
  margin-bottom: 14px;
  color: #000;
}

.payment-info .earn-point-box .avail-credit &gt; p {
  font-size: 1.4rem;
  color: #000;
}

.payment-info .earn-point-box .avail-credit &gt; button {
  width: 73px;
  /* height: 27px; */
  padding: 6px;
  font-size: 1.2rem;
  border-radius: 2px;
}

.payment-info .earn-point-box .avail-credit &gt; button:disabled {
  cursor: default;
}

.payment-info .earn-point-box .point-credit-unit &gt; p {
  font-size: 0.9rem;
  color: #000;
}

.payment-info .earn-point-box .calculation-line {
  padding: 2px 0;
}

.payment-info .earn-point-box .calculation-line &gt; .row {
  padding: 2px 15px;
}

.payment-info .earn-point-box .calculation-line &gt; .row p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.payment-info .earn-point-box .calculation-line &gt; .row .col-auto:last-child p {
  color: #fff500;
}

.payment-info .earn-point-box .calculation-line {
  margin-top: 0;
}

.payment-info .earn-point-box .total-line {
  margin: 4px 0;
  padding-top: 6px;
}

.payment-type &gt; h4 {
  font-size: 2.4rem;
}

.payment-type &gt; .payment-type-box {
  margin: 0 auto;
  width: 235px;
}

.payment-type &gt; .payment-type-box {
  /* border-radius: 20px; */
  border-radius: 4px;
  padding: 5px 0;
}

.payment-type &gt; .payment-type-box img {
  width: 100%;
}

.payment-type &gt; .payment-type-box input {
  width: 100%;
}

.payment-type &gt; .payment-type-box &gt; p {
  font-size: 1rem;
}

.payment-type .paypal-box {
  /* margin-top: 25px; */
  margin-top: 0px;
}

.payment-type .paypal-box img {
  width: 85px;
}

.payment-type .paypal-box input {
  width: 120px;
}

.payment-type .paypal-box button {
  font-size: 1.6rem;
}

/* } */

/* Modification */

.payment-info .earn-point-box .total-line2 {
  /* border-top: 1px solid #daf6e2; */
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding: 30px 0;
  padding-bottom: 0;
}

.payment-info .earn-point-box .total-line2 {
  margin: 4px 0;
  padding-top: 6px;
}

#charge-list &gt; .charge-item .charge-box .box-top &gt; span {
  font-weight: 600;
  /* color: #fff; */
}

.color-separator-orange {
  width: 80%;
  height: 1px;
  margin: 0 auto;
  background: #ff8b00;
}

.color-separator-black {
  width: 250px;
  height: 1px;
  margin: 12px auto;
  background: #000;
}

.point-box {
  background-color: #fff;
  padding: 0.9rem 0;
  margin-bottom: 1rem;
}

.payment-btn-box {
  margin: 12px auto;
}

#btnPayment {
  height: 36px;
  width: 240px;
}

.charge-info .plan-month {
  cursor: pointer;
}

@media (max-width: 460px) {
  #charge-list {
    display: block;
  }
  #charge-list &gt; .charge-item {
    width: 100%;
    padding: 0 3rem;
    margin: 2rem auto;
  }
  #charge-list &gt; .charge-item:last-child {
    margin-bottom: 0;
  }
  /* #charge-list &gt; .charge-item .box-body {
    padding: 18px 13px;
  } */
}
</pre></body></html>