/*--------------------- Mixins -----------------------*/
@media screen and (min-width: 769px) {
  body #areaWrapper1 {
    width: 100% !important;
  }
}

#in202504[lang=zh-CN],
[data-lang=zh-CN] {
  font-family: "Noto Sans SC", sans-serif;
}

#in202504[lang=zh-TW],
[data-lang=zh-TW] {
  font-family: "Noto Sans TC", sans-serif;
}

#in202504[lang=ko],
[data-lang=ko] {
  font-family: "Noto Sans KR", sans-serif;
}

#in202504 .p-hero__noimage {
  width: 100%;
  background-color: #f8f8f8;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #in202504 .p-hero__noimage {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #in202504 .p-hero__noimage .p-hero__textWrap {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  #in202504 .p-hero__title {
    font-size: 2.75em;
  }
}
#in202504 .p-payment__flexBox {
  display: flex;
}
@media screen and (max-width: 768px) {
  #in202504 .p-payment__flexBox {
    flex-direction: column-reverse;
    margin-top: 3em;
  }
}
#in202504 .p-payment__flexBox--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #in202504 .p-payment__flexBox--reverse {
    flex-direction: column-reverse;
  }
}
#in202504 .p-payment__text {
  width: 50%;
  padding: 2em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #in202504 .p-payment__text {
    width: 100%;
  }
}
#in202504 .p-payment__title {
  color: #008833;
  font-weight: 500;
  font-size: 2em;
}
#in202504 .p-payment__desc {
  margin-top: 1.75em;
}
#in202504 .p-payment__desc .acc-txt {
  color: #241e18;
}
#in202504 .p-payment__link {
  margin-top: 2em;
}
#in202504 .p-payment__link a {
  padding-left: 2.5em;
  padding-right: 2.5em;
  min-width: 235px;
}
#in202504 .p-payment__link a:first-of-type {
  margin-right: 0.75em;
}
@media screen and (max-width: 768px) {
  #in202504 .p-payment__link a:first-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #in202504 .p-payment__link a {
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
    display: block;
  }
}
#in202504 .p-payment__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #in202504 .p-payment__img {
    width: 100%;
  }
}
#in202504 .p-payment__img img {
  border-radius: 16px;
}
#in202504 .p-howtopay__area {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #in202504 .p-howtopay__area {
    max-width: 100%;
  }
}
#in202504 .p-howtopay__tabwrap {
  position: relative;
  width: 100%;
}
#in202504 .p-howtopay__tabwrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 30px;
  height: 2px;
  background-color: #dddddd;
}
@media screen and (max-width: 768px) {
  #in202504 .p-howtopay__tabwrap::before {
    top: 2.625em;
  }
}
#in202504 .p-howtopay__tabarea {
  display: flex;
  justify-content: space-between;
  max-width: 520px;
  margin: 0 auto;
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  #in202504 .p-howtopay__tabarea {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.75em 0 2em;
    -webkit-overflow-scrolling: touch;
  }
}
#in202504 .p-howtopay__tabarea li {
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #in202504 .p-howtopay__tabarea li {
    flex: 0 0 auto;
  }
}
#in202504 .p-howtopay__tabarea li a {
  padding: 0.5em 1em;
  color: #241e18;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #in202504 .p-howtopay__tabarea li a {
    padding: 0.5em 1.25em;
  }
}
#in202504 .p-howtopay__tabarea li.active a {
  opacity: 0.8;
  border-bottom: 2px solid #ff6600;
}
#in202504 .p-howtopay__tabbody-title {
  color: #008833;
  font-weight: 500;
  font-size: 2em;
}
#in202504 .p-howtopay__list {
  border-bottom: 1px solid #dddddd;
}
#in202504 .p-howtopay__acctitle {
  display: block;
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 1.5em;
}
#in202504 .p-howtopay__acctitle::before, #in202504 .p-howtopay__acctitle::after {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #008833;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
#in202504 .p-howtopay__acctitle::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform ease 0.3s;
}
#in202504 .p-howtopay__acctitle.active::after {
  transform: translateY(-50%) rotate(0deg);
}
#in202504 .p-howtopay__acctitle div {
  padding: 1em 0;
}
#in202504 .p-howtopay__acctext {
  padding-bottom: 1em;
}
#in202504 .p-howtopay__acctext p:not(:last-child) {
  padding-bottom: 1em;
}
#in202504 .p-howtopay__link {
  margin-top: 2em;
  text-align: center;
}
#in202504 .p-faqs__area {
  max-width: 790px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #in202504 .p-faqs__area {
    max-width: 100%;
  }
}
#in202504 .p-faqs__tabarea {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #in202504 .p-faqs__tabarea {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.75em 0;
    -webkit-overflow-scrolling: touch;
  }
}
#in202504 .p-faqs__tabarea li {
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #in202504 .p-faqs__tabarea li {
    flex: 0 0 auto;
    padding-right: 0.5em;
  }
}
#in202504 .p-faqs__tabarea li a {
  padding: 0.5em 1em;
  color: #008833;
  border: solid 0.05em #008833;
  background-color: #fff;
  border-radius: 999px;
  text-decoration: none;
}
#in202504 .p-faqs__tabarea li.active a {
  color: #fff;
  background-color: #008833;
  border: solid 0.05em #008833;
}
#in202504 .p-faqs__tabbody-list > div {
  padding-top: 5em;
}
#in202504 .p-faqs__tabbody-title {
  color: #008833;
  font-weight: 500;
  font-size: 2em;
}
#in202504 .p-faqs__list {
  border-bottom: 1px solid #dddddd;
}
#in202504 .p-faqs__acctitle {
  display: block;
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 1.5em;
}
#in202504 .p-faqs__acctitle::before, #in202504 .p-faqs__acctitle::after {
  display: block;
  position: absolute !important;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #008833;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
#in202504 .p-faqs__acctitle::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform ease 0.3s;
}
#in202504 .p-faqs__acctitle.active::after {
  transform: translateY(-50%) rotate(0deg);
}
#in202504 .p-faqs__acctitle div {
  padding: 1em 2em 1em 0;
}
#in202504 .p-faqs__acctext {
  padding-bottom: 1em;
}
#in202504 .p-faqs__acctext p:not(:last-child) {
  padding-bottom: 1em;
}
#in202504 .p-faqs__acctext a {
  color: #ff6600;
  text-decoration: underline;
}
#in202504 .p-faqs__link {
  margin-top: 2em;
  text-align: center;
}
#in202504 .u-bold {
  font-weight: bold;
}
#in202504 .u-underbar_orrange {
  border-bottom: 1px solid #ff6600;
}
#in202504 .u-notered {
  color: #c80000 !important;
}
/*# sourceMappingURL=payment202601.css.map */