@charset "utf-8";

.action_tab {
  background-color: #313030cc;
}

.lb_secheader {
  color: #353535;
}
.global_footer {
  font-family: "Noto Sans SC", chinese;
  font-size: 15px;
  line-height: 26px;
  font-weight: 100;
  color: #484848;
}
.footer_headline {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  margin: 30px 0 20px 0;
  border-left: 2px solid #e5c900;
  padding: 0 10px;
}
.footer_question {
  font-size: 22px;
  color: #e5c900;
  font-weight: 300;
}
.footer_headline div {
  border-bottom: 1px solid #000000;
}
.footer_headline > div {
  margin-bottom: 300px;
}
.footer_atte {
  /* border-left: 4px solid #909090;
    padding-left: 14px;
    margin: 14px 0; */
  color: rgb(197 15 15);
}
.color-with-marker {
  list-style-position: inside;
  padding: 0 27px;
}
.color-with-marker ::marker {
  color: #e5c900;
}
.color-with-num {
  list-style-type: decimal;
  padding: 0 0 0 30px;
}
.color-with-num ::marker {
  color: #e5c900;
  font-weight: 400;
}
.tnc_table {
  font-family: "Noto Sans SC", chinese;
  color: rgb(255, 208, 0);
  font-weight: 300;
  font-size: 12px;
}

.footer {
  background-color: #ffffff;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}
.accordion {
  font-family: "Noto Sans SC", chinese;
  background-color: #ffffff;
  color: #424242;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 15px 0;
  width: 88%;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  transition: 0.4s;
}
.accordion:hover {
  color: #9b4b09;
}
.faq_list .active {
  max-height: 3000px;
  padding-bottom: 20px;
}

.faq_list > div:nth-child(1) {
  border-bottom: 1px solid #eaeaea;
}
.panel {
  padding: 0 18px;
  max-height: 0;
  background-color: white;
  overflow: hidden;
}

.arrow-down {
  width: 100%;
  position: relative;
}
.arrow-down:before {
  content: "";
  display: inline-block;
  margin: 0 40px 4px 20px;
  padding: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #b91a2f;
  border-right: 2px solid #b91a2f;
  transform: rotate(135deg);
  position: absolute;
  right: 0;
  top: 23px;
}
.usable_coupon_item {
  position: relative;
}
.usable_coupon_item .details_box .code_box {
  display: none;
}
.usable_coupon_item .details_box .expired_date_container {
  display: none;
}
.usable_coupon_item .details_box .expired_still_left_container {
  display: flex;
  place-items: center;
  color: #ffffff;
  background: #a4921f;
  position: absolute;
  top: 16px;
  right: 30px;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 35px;
  border-radius: 20px;
}
