@import 'sample.css';
body {
  background-color: #ffffff;
}

:root {
  --black: #000000;
  --green: #005642;
  --h2-font: 46px;
  --larger-h2-font: 80px;
  --font-30: 30px;
  --larger-font-28: 36px;
  --font-28: 28px;
  --font-24: 24px;
  --font-22: 22px;
  --font-28-line-height: 48px;
  --font-19: 19px;
  --font-17: 17px;
  --font-16: 16px;
}
@media (max-width: 1080px) {
  :root {
    --h2-font: 32px;
    --larger-h2-font: 46px;
    --font-28-line-height: 40px;
    --larger-font-28: 30px;
    --font-28: 25px;
    --font-24: 21px;
    --font-22: 19px;
    --font-19: 16px;
  }
}

b {
  color: var(--green);
}

.black {
  color: var(--black);
}

.green {
  color: var(--green);
}

.orange {
  color: #f85d00;
}

.gold {
  color: #c28f37;
}

.align-left {
  text-align: left;
}

.w-full {
  width: 100%;
}

h2 {
  font-size: var(--h2-font);
  font-weight: bold;
  color: var(--green);
}
h2 b {
  color: var(--green);
  font-size: var(--larger-h2-font);
}

ul,
ol {
  position: relative;
  left: 25px;
  max-width: calc(100% - 25px);
}
ul li > span,
ol li > span {
  position: relative;
  left: -5px;
}

.banner_kv {
  background-image: url(../images/banner.jpg);
  height: 0;
  background-size: cover;
  background-position: center;
  padding-top: 35.4166667%;
}
@media (max-width: 1080px) {
  .banner_kv {
    background-image: url(../images/banner_m.jpg);
    padding-top: 83.3333333%;
  }
}

.md-show {
  display: none;
}
@media (max-width: 1080px) {
  .md-show {
    display: block;
  }
}

@media (max-width: 1080px) {
  .md-hide {
    display: none;
  }
}

.ib {
  display: inline-block;
}

.canscroll {
  display: none;
  font-size: 14px;
  font-weight: bold;
  pointer-events: none;
  color: var(--green);
  margin-bottom: 10px;
  height: 38px;
}
.canscroll > .text {
  margin-top: auto;
  margin-left: 5px;
  margin-bottom: 5px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

#logo_area {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: none;
}

.main_banner_section {
  height: auto;
}

#wrap {
  max-width: none;
  position: relative;
  padding-bottom: 90px;
}

.row {
  max-width: none;
}

#main_content_area,
.container,
#footer {
  max-width: 1465px;
  padding: 0 20px;
  margin: 0 auto;
}

.anniversary {
  position: absolute;
  right: 133px;
  top: 0px;
  text-align: right;
}

.anniversary img {
  height: 57px;
}

@media (max-width: 1080px) {
  .anniversary {
    right: 115px;
    top: 0px;
  }
  .anniversary img {
    height: 36px;
  }
}
section.intro {
  margin: 60px 0;
  font-size: var(--font-28);
  line-height: var(--font-28-line-height);
  text-align: center;
}
section.intro b {
  font-size: var(--larger-font-28);
}
section.intro h2 {
  margin-bottom: 40px;
}
@media (max-width: 1080px) {
  section.intro {
    margin: 40px 0;
    line-height: var(--font-28-line-height);
  }
}

h2.withline {
  position: relative;
  margin-bottom: 50px;
  z-index: 2;
}
@media (max-width: 1080px) {
  h2.withline {
    margin-left: 5%;
    margin-bottom: 24px;
  }
}
h2.withline::before {
  content: "";
  width: 320px;
  height: 7px;
  position: absolute;
  right: calc(100% + 18px);
  top: 24px;
}
@media (max-width: 1080px) {
  h2.withline::before {
    height: 5px;
    top: 19px;
  }
}
h2.withline::before {
  border-radius: 3.5px;
  background: linear-gradient(to left, #478056, #c3d7aa 80%, rgba(0, 0, 0, 0));
}
@media (max-width: 1080px) {
  h2.withline.hvBold {
    line-height: 54px;
  }
}
h2.withline.hvBold::before {
  top: 62px;
}
@media (max-width: 1080px) {
  h2.withline.hvBold::before {
    top: 29px;
  }
}
@media (min-width: 1081px) {
  h2.withline.leading-1 {
    line-height: 60px;
  }
}

.tri-r {
  margin-top: -7px;
}

section.unlock-section .flex-3-md-1 {
  margin: 100px 0;
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  section.unlock-section .flex-3-md-1 {
    margin-bottom: 0px;
  }
}
@media (max-width: 1080px) {
  section.unlock-section .flex-3-md-1 {
    flex-direction: column;
  }
}
section.unlock-section .flex-3-md-1 > * {
  width: calc(33% - 20px);
}
@media (max-width: 1080px) {
  section.unlock-section .flex-3-md-1 > * {
    width: 100%;
    margin-bottom: 100px;
  }
}
section.unlock-section .flex-3-md-1 > * {
  border: 1px solid #a9d592;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 20px 30px 20px;
  box-shadow: 0 0 20px rgba(169, 213, 146, 0.3215686275);
  position: relative;
  text-align: center;
  font-size: var(--font-24);
  background: #fff;
}
section.unlock-section .flex-3-md-1 > * .title {
  font-size: var(--font-28);
  color: var(--green);
  font-weight: 700;
  margin-bottom: 12px;
}
section.unlock-section .flex-3-md-1 > * img {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0);
}

section.top-up-section .green-table-title {
  font-size: var(--font-22);
  line-height: 30px;
  font-weight: bold;
}
section.top-up-section .green-table-ctn {
  font-size: var(--font-22);
  line-height: 30px;
}
@media (max-width: 910px) {
  section.top-up-section .green-table-ctn {
    margin-bottom: 10px;
    display: block;
  }
}
section.top-up-section .green-table-ctn {
  max-width: 100%;
}
section.top-up-section .green-table-ctn .b {
  font-size: var(--font-28);
  line-height: 42px;
  color: var(--green);
  font-weight: bold;
}
section.top-up-section .green-table-ctn .table-bg {
  --table-bg: #e4f2c1;
  background: linear-gradient(180deg, #e4f2c1 0%, #ffffff 100%);
  padding: 0 10px 10px;
  border-radius: 40px;
}
section.top-up-section .green-table-ctn .table-bg.green {
  --table-bg: #055541;
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
}
section.top-up-section .green-table-ctn .table-bg.green .th {
  color: #fff;
}
section.top-up-section .green-table-ctn .table-col {
  display: flex;
  text-align: center;
  width: 100%;
}
section.top-up-section .green-table-ctn .table-col.th > * {
  padding: 10px 0;
}
section.top-up-section .green-table-ctn .table-col.th > *:not(:last-child) > * {
  border-right: 2px solid #fff;
}
section.top-up-section .green-table-ctn .table-col.th b {
  padding: 10px 5px;
  display: inline-block;
}
section.top-up-section .green-table-ctn .table-col .full {
  width: 100%;
  margin: auto 0;
}
section.top-up-section .green-table-ctn .table-col .full:not(.cut) {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
}
section.top-up-section .green-table-ctn .table-col .full .larger {
  font-size: 1.2em;
  font-weight: bold;
}
section.top-up-section .green-table-ctn .table-col .full.cut {
  display: flex;
  flex-direction: column;
}
section.top-up-section .green-table-ctn .table-col .full.cut > * {
  height: 50%;
  margin-left: 10px;
  margin-right: 10px;
}
section.top-up-section .green-table-ctn .table-col .full.cut > *:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
}
section.top-up-section .green-table-ctn .table-col .full.cut .mb-0 {
  margin-bottom: 0;
}
section.top-up-section .green-table-ctn .table-col .full.cut .two-row {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.top-up-section .green-table-ctn .table-col .full.cut .cut-half {
  display: flex;
}
section.top-up-section .green-table-ctn .table-col .full.cut .cut-half:lang(en) {
  height: 80px;
}
@media (max-width: 1080px) {
  section.top-up-section .green-table-ctn .table-col .full.cut .cut-half:lang(en) {
    height: 110px;
  }
}
section.top-up-section .green-table-ctn .table-col .full.cut .cut-half > * {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.top-up-section .green-table-ctn .table-col .full.cut .cut-half > *:not(:last-child) {
  border-right: 2px solid #fff;
}
section.top-up-section .green-table-ctn .table-col .full.cut .cut-half > *.hvOr {
  position: relative;
}
section.top-up-section .green-table-ctn .table-col .full.cut .cut-half > *.hvOr::after {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../images/OR-c.png);
  position: absolute;
  top: 24px;
  right: -17px;
  transform: translate(0, -50%);
  z-index: 1;
  background-size: cover;
}
section.top-up-section .green-table-ctn .table-col .full.cut .cut-half > *.hvOr:lang(en)::after {
  background-image: url(../images/OR-e.png);
}
section.top-up-section .green-table-ctn .table-col .full.cut .cut-third {
  display: flex;
  margin-bottom: 0;
}
section.top-up-section .green-table-ctn .table-col .full.cut .cut-third > * {
  width: 33.33333%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.top-up-section .green-table-ctn .table-col .full.cut .cut-third > *:not(:last-child) {
  border-right: 2px solid #fff;
}
section.top-up-section .green-table-ctn .table-col .full.cut .cut-third > *:not(:first-child) {
  width: 66.6666%;
}
section.top-up-section .green-table-ctn .table-col .full.two-row {
  flex-wrap: wrap;
}
section.top-up-section .green-table-ctn .table-col .full.two-row > div {
  width: 100%;
  line-height: 2;
}
section.top-up-section .green-table-ctn .table-col .size_s {
  width: 10%;
  display: flex;
}
section.top-up-section .green-table-ctn .table-col .size_sm {
  width: 45%;
  display: flex;
}
section.top-up-section .green-table-ctn .table-col .size_xs {
  width: 25%;
  display: flex;
}
section.top-up-section .green-table-ctn .table-col .size_m,
section.top-up-section .green-table-ctn .table-col .third {
  width: 40%;
  display: flex;
}
@media (max-width: 1080px) {
  section.top-up-section .green-table-ctn .table-col .size_m,
  section.top-up-section .green-table-ctn .table-col .third {
    width: 30%;
  }
}
@media (max-width: 1080px) {
  section.top-up-section .green-table-ctn .table-col .size_l {
    width: 60%;
  }
}
section.top-up-section .green-table-ctn .table-col .size_l {
  width: 50%;
  display: flex;
}
@media (max-width: 1080px) {
  section.top-up-section .green-table-ctn .table-col .size_xxl {
    width: 90%;
  }
}
section.top-up-section .green-table-ctn .table-col .size_xxl {
  width: 90%;
  display: flex;
}
section.top-up-section .green-table-ctn .table-col .half {
  width: 50%;
}
section.top-up-section .green-table-ctn .table-col .half.extend {
  margin-top: -2px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin-bottom: -2px;
}
section.top-up-section .green-table-ctn .table-col .half.extend span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transform: translate(0, -50%);
  background-color: #fff;
}
section.top-up-section .green-table-ctn .table-col .half {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.top-up-section .green-table-ctn .table-col .half.size_m, section.top-up-section .green-table-ctn .table-col .half.size_s, section.top-up-section .green-table-ctn .table-col .half.size_xs {
  border-right: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
section.top-up-section .green-table-ctn .table-col .third {
  width: 33.333%;
}
section.top-up-section .green-table-ctn .table-col .third.extend {
  margin-top: -2px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin-bottom: -2px;
}
section.top-up-section .green-table-ctn .table-col .third.extend span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transform: translate(0, -50%);
  background-color: #fff;
}
section.top-up-section .green-table-ctn .table-col .third {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.top-up-section .green-table-ctn .table-col .third.size_m, section.top-up-section .green-table-ctn .table-col .third.size_s, section.top-up-section .green-table-ctn .table-col .third.size_xs {
  border-right: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
section.top-up-section .green-table-ctn .table-content {
  line-height: 1.2 !important;
}
section.top-up-section .green-table-ctn .table-content b {
  line-height: 1.2 !important;
  padding: 10px 0;
}
section.top-up-section .green-table-ctn .table-content > * {
  border-radius: 34px;
  background-color: rgba(255, 255, 255, 0.6666666667);
}
section.top-up-section .green-table-ctn .table-content > *:not(:last-child) {
  margin-bottom: 20px;
}
section.top-up-section .green-table-ctn .table-content .size_l:last-child b {
  color: #f85d00 !important;
}
section.top-up-section .green-table-ctn .table-content .table-col > * > * strong {
  font-size: 120%;
}
section.top-up-section .green-table-ctn .table-content .table-col > * > * {
  padding: 10px 5px;
}
section.top-up-section .green-table-ctn .table-content .table-col {
  border-bottom: 2px solid var(--table-bg);
}
section.top-up-section .green-table-ctn .remark {
  font-size: var(--font-16) !important;
}
section.top-up-section .green-table-ctn .remark ul li {
  font-size: var(--font-16) !important;
}
section.top-up-section {
  margin-top: 40px;
  margin-bottom: 80px;
  max-width: 100%;
  font-size: var(--font-28);
  line-height: 1.5;
}
@media (max-width: 1080px) {
  section.top-up-section {
    line-height: 36px;
    margin-bottom: 50px;
  }
}
section.top-up-section .green-step {
  position: relative;
  overflow-x: clip;
}
section.top-up-section .green-step > * {
  z-index: 2;
}
section.top-up-section .green-step::before {
  content: "";
  background-image: url(../images/bg-left.png);
  width: 739px;
  height: 882px;
  max-width: 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section.top-up-section .green-step::after {
  content: "";
  background-image: url(../images/bg-right.png);
  background-size: 100% 100%;
  max-width: 100%;
  height: 882px;
  width: 532px;
  position: absolute;
  right: 0;
  top: -150px;
}
section.top-up-section .green-step .canscroll {
  display: none;
}
@media (max-width: 1400px) {
  section.top-up-section .green-step .canscroll {
    display: flex;
  }
}
section.top-up-section .green-step.mb-50 {
  margin-bottom: 80px;
}
@media (max-width: 1400px) {
  section.top-up-section .green-step.mb-50 {
    margin-bottom: 60px;
  }
}
section.top-up-section .green-step .container {
  position: relative;
}
section.top-up-section .green-step .container .text-ctn {
  text-align: center;
  margin-bottom: 60px;
  font-size: var(--font-24);
}
section.top-up-section .green-step .container .text-ctn.align-left {
  text-align: left;
}
section.top-up-section .green-step .container .text-ctn.align-left ul {
  margin-bottom: 30px;
  margin-top: 5px;
}
@media (max-width: 1080px) {
  section.top-up-section .green-step .container .text-ctn.align-left ul {
    margin-bottom: 10px;
  }
}
section.top-up-section .green-step .container .text-ctn.align-left p {
  font-size: var(--font-24);
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  section.top-up-section .green-step .container .text-ctn.align-left p {
    margin-bottom: 20px;
    line-height: 36px;
  }
}
section.top-up-section .green-step .container .text-ctn.align-left p:last-child {
  margin-bottom: 0;
}
section.top-up-section .green-step .container > * {
  position: relative;
  z-index: 1;
}
section.top-up-section .reward-ctn {
  display: flex;
  margin: 100px 0 50px;
}
@media (max-width: 1080px) {
  section.top-up-section .reward-ctn {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
section.top-up-section .reward-ctn > *:not(.arrow) {
  width: 50%;
}
@media (max-width: 1080px) {
  section.top-up-section .reward-ctn > *:not(.arrow) {
    width: 100%;
  }
}
section.top-up-section .reward-ctn > *:not(.arrow) {
  border-radius: 40px;
  margin-bottom: auto;
}
section.top-up-section .reward-ctn > *:not(.arrow).basic {
  background: linear-gradient(to bottom, #a4d38b, #ffffff);
}
section.top-up-section .reward-ctn > *:not(.arrow).top-up {
  background: linear-gradient(to bottom, #f9b06c, #ffffff);
  margin-top: 100px;
}
section.top-up-section .reward-ctn > *:not(.arrow).top-up h2 {
  color: #f85d00;
}
section.top-up-section .reward-ctn > *:not(.arrow).top-up h2 b {
  color: #f85d00;
}
section.top-up-section .reward-ctn > *:not(.arrow) {
  padding: 40px 10px 10px;
}
section.top-up-section .reward-ctn > *:not(.arrow) .topic {
  position: relative;
  font-size: 38px;
  color: var(--green);
  font-weight: 700;
  display: flex;
}
section.top-up-section .reward-ctn > *:not(.arrow) .topic .text {
  min-width: 70%;
  padding-right: 20px;
}
section.top-up-section .reward-ctn > *:not(.arrow) .topic img {
  max-width: 30%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
section.top-up-section .reward-ctn > *:not(.arrow) .topic.second {
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}
section.top-up-section .reward-ctn > *:not(.arrow) .topic img {
  margin-top: -136px;
  margin-right: 20px;
}
@media (max-width: 1080px) {
  section.top-up-section .reward-ctn > *:not(.arrow) .topic {
    font-size: 30px;
  }
}
section.top-up-section .reward-ctn > *:not(.arrow) .content {
  background-color: rgba(255, 255, 255, 0.5333333333);
  border: 1px solid #fff;
  border-radius: 34px;
  padding: 30px 25px;
  line-height: 1.4;
}
section.top-up-section .reward-ctn > *:not(.arrow) .content .second {
  margin: 20px 0;
}
section.top-up-section .reward-ctn > *:not(.arrow) .content .inner {
  max-width: 410px;
  margin: auto;
}
section.top-up-section .reward-ctn > *:not(.arrow) .content .inner h2 {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
section.top-up-section .reward-ctn .arrow {
  min-width: 97px;
  max-width: 97px;
  margin: auto -20px;
}
@media (max-width: 1080px) {
  section.top-up-section .reward-ctn .arrow {
    transform: rotate(90deg);
    margin: 0px auto -120px;
  }
}
section.top-up-section .reward-ctn .arrow {
  z-index: 2;
}
section.top-up-section .fund-in-ctn {
  background: linear-gradient(to left, #bbe19b, #e4f2c1);
  font-size: var(--font-22);
  border-radius: 10px;
  padding: 22px 50px;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media (max-width: 1080px) {
  section.top-up-section .fund-in-ctn {
    flex-direction: column;
    padding: 12px 20px;
  }
}
section.top-up-section .fund-in-ctn {
  gap: 20px;
}
section.top-up-section .fund-in-ctn .left img {
  max-width: 36px;
}
section.top-up-section .fund-in-ctn .left .topic {
  display: flex;
  font-size: var(--font-30);
}
@media (max-width: 1080px) {
  section.top-up-section .fund-in-ctn .left .topic {
    font-size: 30px;
  }
}
section.top-up-section .fund-in-ctn .left .topic {
  color: var(--green);
  font-weight: 700;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
}
section.top-up-section .fund-in-ctn .btn {
  width: 100%;
  min-width: 421px;
  text-align: center;
  line-height: 1.4;
  padding: 15px 12.5px;
  background-color: #ffd75f;
}
section.top-up-section .fund-in-ctn .btn:hover {
  background-color: #ff9a3e;
}
section.top-up-section .fund-in-ctn .btn {
  border-radius: 10px;
  font-size: var(--font-22);
  font-weight: 700;
  color: var(--green);
  border: 2px solid #fff;
}
@media (max-width: 1080px) {
  section.top-up-section .fund-in-ctn .btn {
    min-width: unset;
    padding: 10px 20px;
    font-size: 24px;
  }
}
section.top-up-section .last-point {
  margin-top: 40px;
  display: flex;
  margin-bottom: 71px;
}
@media (max-width: 1080px) {
  section.top-up-section .last-point {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
section.top-up-section .last-point .last-point-image {
  min-width: 315px;
  z-index: 1;
}
@media (max-width: 1080px) {
  section.top-up-section .last-point .last-point-image > img {
    max-width: 300px;
  }
}
section.top-up-section .last-point .last-point-content {
  width: 100%;
  margin-left: -104px;
  display: flex;
  background: linear-gradient(to bottom, #e4f2c1, #e4f2c1 30%, #ffffff);
  font-size: var(--font-28);
  font-weight: bold;
  color: var(--green);
  position: relative;
  border-radius: 70px;
  padding-left: 104px;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 1080px) {
  section.top-up-section .last-point .last-point-content {
    margin-top: -100px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 126px;
    padding-bottom: 70px;
  }
}
section.top-up-section .last-point .last-point-content > span {
  margin: auto 0;
  z-index: 1;
}
section.top-up-section .last-point .last-point-content::after {
  content: "";
  z-index: 0;
  width: 315px;
  height: 313px;
  position: absolute;
  top: 40px;
  right: 31px;
  background-image: url(../images/Ellipse.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1080px) {
  section.top-up-section .last-point .last-point-content::after {
    width: 188px;
    height: 186px;
    top: 80px;
    right: 0px;
  }
}

.eg-ctn {
  margin-top: 100px;
}
.eg-ctn:nth-child(1) h2::before {
  content: url("../images/Hide-show-icon-mobile.png") !important;
}
.eg-ctn:nth-child(2) h2::before {
  content: url("../images/Hide-show-icon-fundin.png") !important;
}
.eg-ctn:nth-child(3) h2::before {
  content: url("../images/Hide-show-icon-time.png") !important;
}
.eg-ctn .text-ctn {
  padding: 50px;
  position: relative;
  font-size: var(--font-22) !important;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .eg-ctn .text-ctn {
    padding: 20px;
  }
}
.eg-ctn .text-ctn > * {
  font-size: var(--font-22) !important;
  line-height: 1.5;
  color: #222;
}
.eg-ctn .text-ctn ol, .eg-ctn .text-ctn ul {
  margin: 10px 0;
}
.eg-ctn .text-ctn::before {
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(to bottom, #649d68, #c1d9ad 90%, rgba(255, 255, 255, 0));
}
.eg-ctn .text-ctn .text-ctn-box {
  border: 1px solid #000;
  padding: 20px 15px;
}
.eg-ctn .text-ctn .text-ctn-box ul[type=disc] {
  margin-bottom: 0;
}
.eg-ctn .text-ctn .text-ctn-img {
  padding: 10px 0;
  overflow: auto;
}
.eg-ctn .text-ctn .text-ctn-img img {
  min-width: 1325px;
}
.eg-ctn .text-ctn .canscroll {
  display: none;
}
@media (max-width: 1400px) {
  .eg-ctn .text-ctn .canscroll {
    display: flex;
    margin-bottom: 15px;
  }
}
.eg-ctn .text-ctn .canscroll > .text {
  font-size: 14px;
}
.eg-ctn .text-ctn .text-ctn-remark > * {
  font-size: var(--font-16);
  line-height: 1.3;
  margin-top: 10px;
  color: #222;
}
.eg-ctn .text-ctn table {
  margin: 10px 0;
  width: 100%;
}
.eg-ctn .text-ctn table tbody {
  background: transparent;
  border: 0;
}
.eg-ctn .text-ctn table tbody tr:nth-child(even) {
  background-color: transparent;
}
.eg-ctn .text-ctn table td, .eg-ctn .text-ctn table th {
  border: 1px solid #222;
  background: transparent;
  text-align: left;
}
.eg-ctn .text-ctn table td:nth-child(1), .eg-ctn .text-ctn table th:nth-child(1) {
  width: 15%;
}
@media (max-width: 1080px) {
  .eg-ctn .text-ctn table td:nth-child(1), .eg-ctn .text-ctn table th:nth-child(1) {
    width: 30%;
  }
}
.eg-ctn .text-ctn table td:nth-child(2), .eg-ctn .text-ctn table th:nth-child(2) {
  width: 85%;
}
@media (max-width: 1080px) {
  .eg-ctn .text-ctn table td:nth-child(2), .eg-ctn .text-ctn table th:nth-child(2) {
    width: 70%;
  }
}
.eg-ctn .text-ctn table td ul, .eg-ctn .text-ctn table th ul {
  margin-bottom: 20px;
}
.eg-ctn .text-ctn table td ul:last-child, .eg-ctn .text-ctn table th ul:last-child {
  margin-bottom: 0;
}
.eg-ctn .text-ctn table td ul.tick, .eg-ctn .text-ctn table th ul.tick {
  padding-left: 20px;
}
.eg-ctn .text-ctn table td ul.tick li, .eg-ctn .text-ctn table th ul.tick li {
  list-style-type: none;
  position: relative;
}
.eg-ctn .text-ctn table td ul.tick li:before, .eg-ctn .text-ctn table th ul.tick li:before {
  content: "";
  background: url("../images/tick.png") no-repeat center;
  background-size: cover;
  position: absolute;
  width: 37px;
  height: 34px;
  left: -40px;
  top: 0;
}
@media (max-width: 1080px) {
  .eg-ctn .text-ctn table td ul.tick li:before, .eg-ctn .text-ctn table th ul.tick li:before {
    left: -30px;
    width: 25px;
    height: 23px;
  }
}
.eg-ctn .text-ctn table td a, .eg-ctn .text-ctn table th a {
  color: #222;
}
.eg-ctn .text-ctn table td p, .eg-ctn .text-ctn table th p {
  font-size: var(--font-22) !important;
  line-height: 1.5;
  color: #222;
}
.eg-ctn .text-ctn table th {
  background-color: #f1f1f1;
}
.eg-ctn .green-table-ctn {
  padding: 10px;
  font-size: var(--font-22);
  line-height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 910px) {
  .eg-ctn .green-table-ctn {
    margin-bottom: 10px;
    display: block;
  }
}
.eg-ctn .green-table-ctn {
  overflow: auto;
  max-width: 100%;
}
.eg-ctn .green-table-ctn .b {
  font-size: var(--font-28);
  line-height: 42px;
  color: var(--green);
  font-weight: bold;
}
.eg-ctn .green-table-ctn .table-bg {
  min-width: 1385px;
}
@media (max-width: 1080px) {
  .eg-ctn .green-table-ctn .table-bg {
    min-width: 1180px;
  }
}
.eg-ctn .green-table-ctn .table-bg {
  --table-bg: #e4f2c1;
  padding: 5px 5px 1px 5px;
  border-radius: 10px;
}
.eg-ctn .green-table-ctn .table-bg.green {
  --table-bg: #055541;
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
}
.eg-ctn .green-table-ctn .table-bg.green .th {
  color: #fff;
}
.eg-ctn .green-table-ctn .table-col {
  display: flex;
  text-align: center;
  margin-bottom: 5px;
  width: 100%;
}
.eg-ctn .green-table-ctn .table-col > *:not(:first-child) {
  margin-left: 2px;
}
.eg-ctn .green-table-ctn .table-col > *:not(:last-child) {
  margin-right: 4px;
}
.eg-ctn .green-table-ctn .table-col b {
  display: inline-block;
}
.eg-ctn .green-table-ctn .table-col.th .size_s,
.eg-ctn .green-table-ctn .table-col.th .size_xs {
  border-radius: 10px 0 0 0;
}
.eg-ctn .green-table-ctn .table-col.th .size_l:last-child .full > *:first-child,
.eg-ctn .green-table-ctn .table-col.th .size_xl:last-child .full > *:first-child {
  border-radius: 0 10px 0 0;
}
.eg-ctn .green-table-ctn .table-col:not(.th):last-child .size_s,
.eg-ctn .green-table-ctn .table-col:not(.th):last-child .size_xs {
  border-radius: 0 0 0 10px;
}
.eg-ctn .green-table-ctn .table-col:not(.th):last-child .size_l:last-child > *:last-child,
.eg-ctn .green-table-ctn .table-col:not(.th):last-child .size_xl:last-child > *:last-child {
  border-radius: 0 0 10px 0;
}
.eg-ctn .green-table-ctn .table-col .full {
  width: 100%;
  margin: auto 0;
}
.eg-ctn .green-table-ctn .table-col .full.cut {
  display: flex;
  flex-direction: column;
}
.eg-ctn .green-table-ctn .table-col .full.cut > * {
  height: 50%;
}
.eg-ctn .green-table-ctn .table-col .full.cut > *:not(.cut-half) {
  box-shadow: 0 0 5px rgba(123, 177, 127, 0.6);
}
.eg-ctn .green-table-ctn .table-col .full.cut > *.cut-half > * {
  box-shadow: 0 0 5px rgba(123, 177, 127, 0.6);
}
.eg-ctn .green-table-ctn .table-col .full.cut > *:not(.cut-third) {
  box-shadow: 0 0 5px rgba(123, 177, 127, 0.6);
}
.eg-ctn .green-table-ctn .table-col .full.cut > *.cut-third > * {
  box-shadow: 0 0 5px rgba(123, 177, 127, 0.6);
}
.eg-ctn .green-table-ctn .table-col .full.cut > *:not(:last-child) {
  margin-bottom: 5px;
}
.eg-ctn .green-table-ctn .table-col .full.cut .mb-0 {
  margin-bottom: 0;
}
.eg-ctn .green-table-ctn .table-col .full.cut .cut-half {
  display: flex;
}
.eg-ctn .green-table-ctn .table-col .full.cut .cut-half > * {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eg-ctn .green-table-ctn .table-col .full.cut .cut-half > *:not(:last-child) {
  margin-right: 5px;
}
.eg-ctn .green-table-ctn .table-col .full.cut .cut-third {
  display: flex;
  margin-bottom: 0;
}
.eg-ctn .green-table-ctn .table-col .full.cut .cut-third > * {
  width: 33.33333%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eg-ctn .green-table-ctn .table-col .full.cut .cut-third > *:not(:last-child) {
  margin-right: 5px;
}
.eg-ctn .green-table-ctn .table-col .full.cut .cut-third > *:not(:first-child) {
  width: 66.6666%;
}
.eg-ctn .green-table-ctn .table-col .size_s {
  width: 20%;
  display: flex;
  box-shadow: 0 0 5px rgba(123, 177, 127, 0.6);
}
.eg-ctn .green-table-ctn .table-col .size_xs {
  width: 25%;
  display: flex;
  box-shadow: 0 0 5px rgba(123, 177, 127, 0.6);
}
.eg-ctn .green-table-ctn .table-col .size_m,
.eg-ctn .green-table-ctn .table-col .third {
  width: 36.8%;
  display: flex;
}
.eg-ctn .green-table-ctn .table-col .size_l {
  width: 40%;
  display: flex;
  justify-content: space-between;
}
.eg-ctn .green-table-ctn .table-col .size_l > .half {
  width: calc(50% - 2.5px);
}
.eg-ctn .green-table-ctn .table-col .size_xl {
  width: 75%;
  display: flex;
  justify-content: space-between;
}
.eg-ctn .green-table-ctn .table-col .size_xl > .half {
  width: calc(50% - 2.5px);
}
.eg-ctn .green-table-ctn .table-col .size_xl > .third {
  width: calc(33.333% - 2.5px);
}
.eg-ctn .green-table-ctn .table-col .half {
  box-shadow: 0 0 5px rgba(123, 177, 127, 0.6);
  width: 50%;
}
.eg-ctn .green-table-ctn .table-col .half.extend {
  margin-top: 4px solid #fff;
  margin-bottom: 4px solid #fff;
}
.eg-ctn .green-table-ctn .table-col .half.extend span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transform: translate(0, -50%);
  background-color: #fff;
}
.eg-ctn .green-table-ctn .table-col .half {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px solid var(--table-bg);
}
.eg-ctn .green-table-ctn .table-col .half.size_m, .eg-ctn .green-table-ctn .table-col .half.size_s, .eg-ctn .green-table-ctn .table-col .half.size_xs {
  margin-right: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.eg-ctn .green-table-ctn .table-content {
  background-color: #ffffff;
  border-radius: 10px;
  line-height: 1.2 !important;
}
.eg-ctn .green-table-ctn .table-content b {
  line-height: 1.2 !important;
}
.eg-ctn .green-table-ctn .table-content .size_l:last-child b,
.eg-ctn .green-table-ctn .table-content .size_xl:last-child b {
  color: #f85d00 !important;
}
.eg-ctn .green-table-ctn .table-content .table-col {
  margin-bottom: 4px;
}
.eg-ctn .green-table-ctn .table-content .table-col .size_m {
  margin-left: 4px;
  margin-right: 4px;
}
.eg-ctn .green-table-ctn .table-content .table-col .third {
  margin-right: 4px;
}
.eg-ctn .green-table-ctn .table-bg {
  min-width: unset !important;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(123, 177, 127, 0.6);
}
.eg-ctn h2 {
  display: flex;
  cursor: pointer;
  margin-bottom: 20px;
  align-items: center;
  background-color: #e4f2c1;
  border-radius: 10px;
  padding: 0 20px;
}
.eg-ctn h2::before {
  content: url("../images/example.png");
  margin-right: 30px;
  margin-top: -56px;
}
.eg-ctn h2 .arrow {
  margin: auto;
  margin-right: 0;
}
.eg-ctn.active h2 .arrow {
  transform: rotate(180deg);
}
.eg-ctn:not(.active) > * > :not(h2) {
  display: none;
}
.eg-ctn .example .example-topic {
  padding: 12px 20px;
  display: flex;
  cursor: pointer;
  font-size: var(--font-28);
  font-weight: bold;
  color: #478056;
  background-color: #fff;
  z-index: 11;
  position: relative;
}
.eg-ctn .example .example-topic .text {
  padding-right: 60px;
}
.eg-ctn .example .example-topic .arrow {
  min-width: 18px;
  max-width: 18px;
  height: 11px;
  margin: auto;
  margin-right: 0;
}
.eg-ctn .example:not(:last-child) {
  border-bottom: 1px solid #444444;
}
.eg-ctn .example .example-content {
  padding-bottom: 30px;
  display: none;
  position: relative;
}
.eg-ctn .example .example-content .example-top-up-topic {
  text-align: center;
  padding: 20px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #f85d00;
}
.eg-ctn .example .example-content .example-top-up-topic img {
  display: inline-block;
  padding-bottom: 24px;
}
.eg-ctn .example .example-content .canscroll {
  position: sticky;
  z-index: 10;
  bottom: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.6666666667)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.6666666667)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.6666666667)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.6666666667)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.6666666667)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.6666666667)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.6666666667));
}
.eg-ctn .example .example-content .eg-content-ctn .eg-content {
  padding-top: 10px;
}
.eg-ctn .example .example-content .eg-content-ctn .eg-content .below {
  text-align: center;
  margin: 0 40px 40px;
  text-align: center;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .eg-ctn .example .example-content .eg-content-ctn {
    margin-right: -20px;
    overflow: auto;
  }
  .eg-ctn .example .example-content .eg-content-ctn .eg-content {
    padding-top: 10px;
    min-width: 1225px;
    padding-right: 20px;
  }
}
.eg-ctn .example .example-content .eg-top-table {
  box-shadow: 0 0 5px rgba(123, 177, 127, 0.6);
  border-radius: 10px;
  padding: 5px;
  width: 1200px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 40px;
}
.eg-ctn .example .example-content .eg-top-table .inner {
  box-shadow: 0 0 5px rgba(123, 177, 127, 0.6);
  border-radius: 10px;
  font-size: var(--font-22);
  overflow: hidden;
  text-align: center;
}
.eg-ctn .example .example-content .eg-top-table .inner .row {
  display: flex;
}
.eg-ctn .example .example-content .eg-top-table .inner .row:last-child .content.split > div {
  margin-bottom: 0 !important;
}
.eg-ctn .example .example-content .eg-top-table .inner .row .full {
  width: 100%;
  box-shadow: 0 0 5px rgba(123, 177, 127, 0.6);
  margin-bottom: 5px;
  font-weight: bold;
  color: var(--green);
}
.eg-ctn .example .example-content .eg-top-table .inner .row .content:not(.split), .eg-ctn .example .example-content .eg-top-table .inner .row .content.split > div {
  padding: 5px;
}
.eg-ctn .example .example-content .eg-top-table .inner .row .content span {
  color: #f85d00;
  font-weight: bold;
}
.eg-ctn .example .example-content .eg-top-table .inner .row .half {
  width: calc(50% - 4.5px);
}
.eg-ctn .example .example-content .eg-top-table .inner .row .half:first-child {
  width: calc(20% - 4.5px);
}
.eg-ctn .example .example-content .eg-top-table .inner .row .half:not(:first-child) {
  width: calc(40% - 4.5px);
}
.eg-ctn .example .example-content .eg-top-table .inner .row .half.split > div {
  width: 49.3%;
  height: calc(100% - 2.5px);
}
.eg-ctn .example .example-content .eg-top-table .inner .row .half:not(.split), .eg-ctn .example .example-content .eg-top-table .inner .row .half.split > div {
  box-shadow: 0 0 5px rgba(123, 177, 127, 0.6);
  margin-bottom: 5px;
}
.eg-ctn .example .example-content .eg-top-table .inner .row .half.split {
  justify-content: space-between;
}
.eg-ctn .example .example-content .eg-top-table .inner .row .half {
  display: flex;
  justify-content: center;
  align-items: center;
}
.eg-ctn .example .example-content .eg-top-table .inner .row .half.cut {
  display: block;
  padding: 0;
  display: flex;
  flex-direction: column;
  box-shadow: unset;
}
.eg-ctn .example .example-content .eg-top-table .inner .row .half.cut .cut-item.split {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.eg-ctn .example .example-content .eg-top-table .inner .row .half.cut .cut-item:not(.split), .eg-ctn .example .example-content .eg-top-table .inner .row .half.cut .cut-item.split > div {
  box-shadow: 0 0 5px rgba(123, 177, 127, 0.6);
}
.eg-ctn .example .example-content .eg-top-table .inner .row .half.cut .cut-item:not(.split):first-child, .eg-ctn .example .example-content .eg-top-table .inner .row .half.cut .cut-item.split > div:first-child {
  margin-bottom: 5px;
}
.eg-ctn .example .example-content .eg-top-table .inner .row .half.cut .cut-item.split > div {
  width: 49.3%;
  height: 100%;
  margin-bottom: 0px !important;
}
.eg-ctn .example .example-content .eg-top-table .inner .row .half.cut .cut-item {
  width: 100%;
}
.eg-ctn .example .example-content .eg-top-table .inner .row .half:not(:first-child) {
  margin-left: auto;
}
.eg-ctn .example .example-content .eg-top-table .inner .row:last-child .half {
  margin-bottom: 0;
  box-shadow: 0;
}
.eg-ctn .example .example-content .chart {
  margin-top: 20px;
  margin-bottom: 12px;
}
.eg-ctn .example .example-content .eg-table {
  display: flex;
  --top-margin-bottom: 6px;
  --table-font-28: 20px;
  --table-font-22: 18px;
  --table-font-18: 17px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1200px) {
  .eg-ctn .example .example-content .eg-table {
    --table-font-28: 20px;
    --table-font-22: 18px;
    --table-font-18: 16px;
    margin-bottom: 10px;
  }
}
.eg-ctn .example .example-content .eg-table .stick-bar {
  font-size: var(--table-font-18);
  font-weight: bold;
  --bg: #feee92;
  min-width: 83px;
  text-align: center;
}
@media (max-width: 1200px) {
  .eg-ctn .example .example-content .eg-table .stick-bar {
    min-width: 75px;
    max-width: 75px;
    position: sticky;
    left: 0;
    z-index: 5;
  }
}
.eg-ctn .example .example-content .eg-table .stick-bar .top {
  margin-bottom: var(--top-margin-bottom);
  background-color: var(--bg);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eg-ctn .example .example-content .eg-table .stick-bar .center {
  background-color: var(--bg);
  border-radius: 10px;
}
.eg-ctn .example .example-content .eg-table .stick-bar .center > * {
  padding-top: 15px;
}
.eg-ctn .example .example-content .eg-table .stick-bar .center > *:first-child {
  padding-top: 30px;
}
.eg-ctn .example .example-content .eg-table .table-ctn .red {
  color: #d30909;
  font-weight: bold;
}
.eg-ctn .example .example-content .eg-table .table-ctn {
  text-align: center;
  width: 100%;
  --table-bg-0: #feee92;
  --table-bg-1: #e4f2c1;
  --table-bg-2: #bbe19b;
  --table-bg-3: #94d78f;
  --table-bg-4: #f9b06c;
  --table-col-padding: 15px 6px;
}
.eg-ctn .example .example-content .eg-table .table-ctn .yellow-table {
  --table-bg: var(--table-bg-0);
}
.eg-ctn .example .example-content .eg-table .table-ctn .light-green-table {
  --table-bg: var(--table-bg-1);
}
.eg-ctn .example .example-content .eg-table .table-ctn .default-green-table {
  --table-bg: var(--table-bg-2);
}
.eg-ctn .example .example-content .eg-table .table-ctn .new-green-table {
  --table-bg: var(--table-bg-3);
}
.eg-ctn .example .example-content .eg-table .table-ctn .orange-table {
  --table-bg: var(--table-bg-4);
}
.eg-ctn .example .example-content .eg-table .table-ctn .break-table {
  display: flex;
  justify-content: space-between;
}
.eg-ctn .example .example-content .eg-table .table-ctn .break-table > * {
  width: calc(23% - 3px);
}
.eg-ctn .example .example-content .eg-table .table-ctn .break-table > *:first-child {
  width: calc(12% - 3px);
}
.eg-ctn .example .example-content .eg-table .table-ctn .break-table > *:last-child {
  width: calc(19% - 3px);
}
.eg-ctn .example .example-content .eg-table .table-ctn .break-table > *.hvOr {
  position: relative;
}
.eg-ctn .example .example-content .eg-table .table-ctn .break-table > *.hvOr::after {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../images/OR-c.png);
  position: absolute;
  top: 50%;
  right: -18.5px;
  transform: translate(0, -50%);
  z-index: 1;
  background-size: cover;
}
.eg-ctn .example .example-content .eg-table .table-ctn .break-table > *.hvOr:lang(en)::after {
  background-image: url(../images/OR-e.png);
}
.eg-ctn .example .example-content .eg-table .table-ctn .break-table.four-column > * {
  width: calc(46% - 3px);
}
.eg-ctn .example .example-content .eg-table .table-ctn .break-table.four-column > *:first-child {
  width: calc(12% - 3px);
}
.eg-ctn .example .example-content .eg-table .table-ctn .break-table.four-column > *:nth-child(2) {
  width: calc(23% - 3px);
}
.eg-ctn .example .example-content .eg-table .table-ctn .break-table.four-column > *:last-child {
  width: calc(19% - 3px);
}
.eg-ctn .example .example-content .eg-table .table-ctn .top {
  margin-bottom: var(--top-margin-bottom);
  overflow: hidden;
}
.eg-ctn .example .example-content .eg-table .table-ctn .top.break-table > * {
  border-radius: 10px;
}
.eg-ctn .example .example-content .eg-table .table-ctn .top .step {
  font-size: var(--table-font-22);
  font-weight: bold;
  color: var(--green);
  margin: 15px 8px;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .eg-ctn .example .example-content .eg-table .table-ctn .top .step {
    margin: 12px 24px;
    margin-bottom: 7px;
  }
}
.eg-ctn .example .example-content .eg-table .table-ctn .top .topic {
  font-size: var(--table-font-28);
  color: var(--green);
  font-weight: bold;
  margin: 15px 8px;
}
@media (max-width: 1200px) {
  .eg-ctn .example .example-content .eg-table .table-ctn .top .topic {
    margin: 12px 24px;
    margin-top: 7px;
  }
}
.eg-ctn .example .example-content .eg-table .table-ctn .top .sub-topic {
  font-size: var(--table-font-18);
  margin: 15px 8px;
}
@media (max-width: 1200px) {
  .eg-ctn .example .example-content .eg-table .table-ctn .top .sub-topic {
    margin: 12px 24px;
  }
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .round-top-left {
  border-top-left-radius: 5px;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .round-top-right {
  border-top-right-radius: 5px;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .round-bottom-left {
  border-bottom-left-radius: 5px;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .round-bottom-right {
  border-bottom-right-radius: 5px;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .highlight-top {
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding: 0 !important;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .highlight-top::after {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
  border: 4px solid #f78f2f;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .highlight-center {
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding: 0 !important;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .highlight-center::after {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: 100%;
  top: 0px;
  left: -4px;
  border: 4px solid #f78f2f;
  border-top: 0;
  border-bottom: 0;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .highlight-bottom {
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding: 0 !important;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .highlight-bottom::after {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  bottom: -4px;
  left: -4px;
  border: 4px solid #f78f2f;
  border-top: 0;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center {
  font-size: var(--table-font-18);
}
.eg-ctn .example .example-content .eg-table .table-ctn .center > *:first-child > * {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center > *:last-child > * {
  border-radius: 0 0 10px 10px;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .first.break-table .inner-table {
  margin-top: 15px;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .first.break-table .inner-table .inner-table-row {
  height: calc(100% - 17px) !important;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .size_l.break-table .inner-table,
.eg-ctn .example .example-content .eg-table .table-ctn .center .size_xl.break-table .inner-table {
  padding-bottom: 15px;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .col-4,
.eg-ctn .example .example-content .eg-table .table-ctn .center .col-6,
.eg-ctn .example .example-content .eg-table .table-ctn .center .col-8,
.eg-ctn .example .example-content .eg-table .table-ctn .center .col-12 {
  background-color: #fff;
  margin-right: 2px;
  padding: var(--table-col-padding);
  display: flex;
  border-bottom: 2px solid var(--table-bg);
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .col-4 > *,
.eg-ctn .example .example-content .eg-table .table-ctn .center .col-6 > *,
.eg-ctn .example .example-content .eg-table .table-ctn .center .col-8 > *,
.eg-ctn .example .example-content .eg-table .table-ctn .center .col-12 > * {
  margin: auto;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .inner-table-row {
  display: flex;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .inner-table-row > * {
  position: relative;
  z-index: 1;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .inner-table-row > *:last-child {
  margin-right: 0;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .col-4 {
  width: 33.3333333333%;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .col-6 {
  width: 50%;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .col-8 {
  width: 66.6666666667%;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .col-12 {
  width: 100%;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .inner-table {
  height: 100%;
}
.eg-ctn .example .example-content .eg-table .table-ctn .center .inner-table .inner-table-row {
  height: calc(100% - 2px);
  margin-left: 4px;
  margin-right: 4px;
}
.eg-ctn .example .example-content .eg-table .table-ctn .bottom {
  margin-top: 6px;
  font-size: var(--table-font-28);
  font-weight: bold;
  color: var(--green);
}
.eg-ctn .example .example-content .eg-table .table-ctn .bottom > * .half {
  width: 50%;
}
.eg-ctn .example .example-content .eg-table .table-ctn .bottom > * .half:first-child {
  border-right: 2px solid #fff;
}
.eg-ctn .example .example-content .eg-table .table-ctn .bottom > * {
  position: relative;
}
.eg-ctn .example .example-content .eg-table .table-ctn .bottom > *.hvNext::after {
  content: "";
  width: 34px;
  height: 32px;
  background: url(../images/next.png);
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translate(0, -50%);
  z-index: 1;
}
.eg-ctn .example .example-content .eg-table .table-ctn .bottom > *.hvOr::after {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../images/OR-c.png);
  position: absolute;
  top: 50%;
  right: -18.5px;
  transform: translate(0, -50%);
  z-index: 1;
  background-size: cover;
}
.eg-ctn .example .example-content .eg-table .table-ctn .bottom > *.hvOr:lang(en)::after {
  background-image: url(../images/OR-e.png);
}
.eg-ctn .example .example-content .eg-table .table-ctn .bottom > * {
  border-radius: 10px;
  display: flex;
}
.eg-ctn .example .example-content .eg-table .table-ctn .bottom > * .small {
  font-size: 80%;
  position: relative;
  top: -8px;
}
.eg-ctn .example .example-content .eg-table .table-ctn .bottom > * > * {
  padding: 20px 15px;
  margin: auto;
}
.eg-ctn .example .example-content .eg-table .table-ctn .bottom > * > *:not(:first-child) {
  margin-left: 0;
  padding-left: 0;
}
.eg-ctn .example .example-content .eg-table .table-ctn .bottom > * > *:not(:last-child) {
  margin-right: 0;
  padding-right: 5px;
}
.eg-ctn .example .example-content .eg-table .table-ctn .yellow-table {
  background-color: var(--table-bg-0);
}
.eg-ctn .example .example-content .eg-table .table-ctn .light-green-table {
  background-color: var(--table-bg-1);
}
.eg-ctn .example .example-content .eg-table .table-ctn .default-green-table {
  background-color: var(--table-bg-2);
}
.eg-ctn .example .example-content .eg-table .table-ctn .new-green-table {
  background-color: var(--table-bg-3);
}
.eg-ctn .example .example-content .eg-table .table-ctn .orange-table {
  background-color: var(--table-bg-4);
}
.eg-ctn .example .example-content .eg-table .table-ctn .orange-table b {
  color: #f85d00;
}
.eg-ctn .example.active .arrow {
  transform: rotate(180deg);
}
.eg-ctn .example.active .example-topic {
  color: var(--green);
}
.eg-ctn .example.active .example-content {
  display: block;
}

section.contact-section {
  margin-top: 100px;
}
section.contact-section .topic {
  font-size: var(--h2-font);
  color: var(--green);
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1080px) {
  section.contact-section .topic {
    margin-top: 55px;
  }
}
section.contact-section .call {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
section.contact-section .call > * {
  margin: auto;
  background-color: #fff;
  display: block;
  font-size: var(--font-24);
  font-weight: bold;
  z-index: 1;
  color: #333333;
  padding: 0 14px;
}
section.contact-section .call::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  height: 2px;
  width: 100%;
  background-color: #999999;
}
section.contact-section .call-table {
  display: flex;
  text-align: center;
  justify-content: space-around;
}
@media (max-width: 1080px) {
  section.contact-section .call-table {
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
  }
  section.contact-section .call-table > .item {
    min-width: 50%;
  }
}
section.contact-section .call-table .name {
  font-size: var(--font-24);
}
section.contact-section .call-table .num {
  font-weight: bold;
  font-size: var(--font-30);
}

.last-section {
  margin-top: 45px;
  font-size: var(--font-16) !important;
}
.last-section a {
  color: initial;
  font-weight: bold;
  text-decoration: underline;
}
.last-section a img {
  margin-left: 4px;
  margin-bottom: 6px;
}
.last-section .tnc {
  margin-top: 20px;
  margin-bottom: 40px;
}
.last-section * {
  font-size: var(--font-16) !important;
}
.last-section .border-box {
  padding: 12px;
  border: 1px solid #222222;
}
.last-section .border-box p {
  color: #222222;
}
.last-section ol ul {
  margin-left: 0;
}

.remarks {
  font-size: var(--font-16) !important;
  line-height: 24px !important;
}
@media (max-width: 1080px) {
  .remarks {
    margin-top: 20px;
  }
}
.remarks .remark {
  font-size: var(--font-16) !important;
  line-height: 24px !important;
  display: flex;
}
.remarks .remark .symbol {
  margin-right: 5px;
}

.easy-section {
  margin-top: 120px;
  margin-bottom: 120px;
}
.easy-section .topic {
  text-align: center;
  padding: 0 5%;
  padding-top: 40px;
  font-size: 38px;
}
@media (max-width: 1080px) {
  .easy-section .topic {
    font-size: 30px;
    padding: 0 20px;
    padding-top: 40px;
  }
}
.easy-section .easy-section-bg {
  position: relative;
  margin-bottom: 60px;
}
.easy-section .easy-section-bg > * {
  z-index: 2;
  position: relative;
}
.easy-section .easy-section-bg::before {
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  border-radius: 80px 80px 0 0;
  background: linear-gradient(to bottom, #649d68, #c1d9ad 90%, rgba(255, 255, 255, 0));
}
@media (max-width: 1080px) {
  .easy-section .easy-section-bg::before {
    border-radius: 50px 50px 0 0;
  }
}
.easy-section .flex-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 48px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 1080px) {
  .easy-section .flex-items {
    padding: 40px 10px;
  }
}
.easy-section .flex-items > .title {
  width: 100%;
  font-size: var(--font-28);
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  .easy-section .flex-items > .title {
    padding: 0 10px;
  }
}
.easy-section .flex-items > .item {
  width: calc(50% - 45px);
  z-index: 1;
}
@media (max-width: 1080px) {
  .easy-section .flex-items > .item {
    width: 100%;
  }
}
.easy-section .flex-items > .item {
  display: flex;
}
.easy-section .flex-items > .item img {
  margin-left: -11px;
  margin-right: 14px;
}
@media (max-width: 1080px) {
  .easy-section .flex-items > .item img {
    margin-left: -11px;
    margin-right: 10px;
    width: 150px;
  }
}
.easy-section .flex-items > .item > * {
  margin: auto 0;
}
.easy-section .flex-items > .item > * .title {
  font-size: var(--font-28);
  font-weight: bold;
  color: var(--green);
  margin-bottom: 5px;
}
.easy-section .flex-items > .item > * .content {
  font-size: var(--font-22);
  margin-bottom: 10px;
}

.btn-ctn {
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn-ctn .btn {
  display: inline-block;
  padding: 9px 30px;
  border-radius: 10px;
  background-color: #008a0e;
  color: #fff;
  font-size: var(--font-22);
  font-weight: bold;
}

.image-content-ctn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1080px) {
  .image-content-ctn {
    padding: 0 10px;
    flex-direction: column;
  }
}
.image-content-ctn .image-ctn {
  max-width: 51%;
  width: 100%;
  min-width: 550px;
  padding-right: 40px;
}
@media (max-width: 1080px) {
  .image-content-ctn .image-ctn {
    width: 100%;
    max-width: 500px;
    min-width: unset;
    margin: auto;
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.image-content-ctn .image-ctn img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.image-content-ctn .content-ctn b {
  font-size: 180%;
  display: inline-block;
}
.image-content-ctn .content-ctn strong {
  color: var(--green);
}
@media (max-width: 1080px) {
  .image-content-ctn .content-ctn {
    max-width: 100%;
    min-width: 100%;
  }
}
.image-content-ctn .content-ctn {
  width: 100%;
}
.image-content-ctn .content-ctn p {
  font-size: var(--font-22);
  line-height: 1.5;
}

.image-content-section {
  background-color: #f1f8e0;
  padding: 50px 0;
  margin-bottom: 120px;
}
.image-content-section sup {
  top: -1rem;
  font-size: 60%;
}
.image-content-section .remark .symbol {
  font-size: 80%;
}

.d-inline-block {
  display: inline-block;
}

.chart-table {
  width: 100%;
}
.chart-table table {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.chart-table table tr:nth-child(odd) {
  background-color: #e6f3e7;
}
.chart-table table tr:nth-child(even) {
  background-color: #f6fdf7;
}
.chart-table table .bg-even {
  background-color: #f6fdf7 !important;
}
.chart-table table .bg-green {
  background-color: #bbe19b !important;
}
.chart-table table .bg-orange {
  background-color: #f9b06c !important;
}
.chart-table table td,
.chart-table table th {
  text-align: left;
  font-size: var(--font-22);
  padding: 20px 30px;
  border: 2px solid #fff;
  line-height: 36px;
  vertical-align: top;
}
@media (max-width: 1080px) {
  .chart-table table td,
  .chart-table table th {
    padding: 15px 20px;
    line-height: 28px;
  }
}
.chart-table table th {
  background-color: #bbe19b;
  color: #005642;
  font-weight: 700;
}
.chart-table table td {
  color: #333;
}
.chart-table table tr:not(.bg-orange) td[colspan="2"] {
  padding: 0;
}
.chart-table .orange-table td {
  border: 0;
}

.eg-ctn .text-ctn p.remark {
  font-size: var(--font-16) !important;
}

.eg-section {
  position: relative;
  z-index: 11;
}

.box-section {
  position: relative;
  z-index: 11;
  margin: 80px 0 120px;
}

.box-container {
  display: flex;
  justify-content: center;
}
.box-container .box-item {
  background-color: #a4d38b;
  border-radius: 30px;
  padding: 10px;
  width: 100%;
}
@media (max-width: 1080px) {
  .box-container .box-item {
    width: 100%;
  }
}
.box-container .box-header {
  display: flex;
  align-items: center;
}
.box-container .box-header {
  margin-top: -25px;
  margin-bottom: 15px;
}
.box-container .box-text {
  color: #005642;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  padding-top: 25px;
  padding-left: 10px;
}
.box-container .box-icon {
  width: 107px;
  min-width: 107px;
}
@media (max-width: 1080px) {
  .box-container .box-icon {
    width: 80px;
    min-width: 80px;
  }
}
.box-container .box-detail {
  padding: 30px 55px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1080px) {
  .box-container .box-detail {
    padding: 20px 30px;
  }
}
.box-container .box-desc {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 20px;
}
.box-container .box-desc strong {
  color: #005642;
  font-size: 42px;
  line-height: 52px;
}
.box-container .box-remark {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 20px;
}
.box-container .box-btn span {
  position: relative;
  font-size: 28px;
  line-height: 34px;
  color: #005642;
  font-weight: 700;
  padding-right: 40px;
}
.box-container .box-btn span:after {
  content: "";
  background-image: url("../images/double-arrow.png");
  background-size: cover;
  width: 31px;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.floating-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}

.floating-btn .row {
  padding: 20px 8px !important;
}

.floating-btn .view_p2g {
  background: #fff;
}

.floating-btn .view_normal,
.floating-btn .view_daasc {
  background: #d7e7d7;
}

.floating-btn .btn2 a,
.floating-btn .btn2.m1 a {
  background: rgb(0, 106, 70);
  background: linear-gradient(90deg, rgb(0, 106, 70) 0%, rgb(0, 140, 37) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006a46", endColorstr="#008c25", GradientType=1);
}

.floating-btn .btn2 a:after,
.floating-btn .btn2.m1 a:after {
  content: "";
  background: url("../images/floating-btn-arrow.png") no-repeat;
  width: 11px;
  height: 16px;
  margin-left: 0;
  margin-top: -5px;
  margin-left: 10px;
  display: inline-block;
}

.floating-btn .btn2 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.floating-btn .btn2 a {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  background-color: #1d865e;
  padding: 10px 30px;
  font-weight: bold;
  margin: 0 10px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
}
.floating-btn .btn2 a:hover {
  background-color: #1d865e;
}
.floating-btn .btn2 {
  margin: 0 auto;
}

.m1 {
  display: none;
}

.mc1 {
  display: block;
}

@media (max-width: 780px) {
  .m1 {
    display: block;
  }
  .mc1 {
    display: none;
  }
  .floating-btn .btn2 a {
    margin-bottom: 10px;
    padding: 10px 20px;
  }
  .floating-btn .btn2 a:last-child {
    margin-bottom: 0;
  }
}
.green-box-container {
  display: flex;
  align-items: stretch;
  gap: 20px;
  border-radius: 30px;
  background: #ECFAEC;
  background: linear-gradient(90deg, #ecfaec 60%, #f6e0a3 80%, #f6e0a3 100%);
}
@media screen and (max-width: 1080px) {
  .green-box-container {
    flex-wrap: wrap;
    background: #ECFAEC;
    background: linear-gradient(180deg, #ecfaec 60%, #f6e0a3 80%, #f6e0a3 100%);
  }
}

.green-box {
  padding: 30px 15px;
  width: 33.3333%;
  gap: 0px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .green-box {
    width: 100%;
    display: block;
    padding: 40px 15px 40px;
  }
}
.green-box:nth-child(1)::after, .green-box:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 63px;
  height: 63px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .green-box:nth-child(1)::after, .green-box:nth-child(2)::after {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.green-box:nth-child(1)::after {
  right: -31.5px;
  width: 63px;
  height: 63px;
  background: url("../images/plus.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .green-box:nth-child(1)::after {
    width: 50px;
    height: 50px;
    bottom: -25px;
  }
}
.green-box:nth-child(2)::after {
  right: -31.5px;
  width: 63px;
  height: 63px;
  background: url("../images/equal.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .green-box:nth-child(2)::after {
    width: 50px;
    height: 50px;
    bottom: -25px;
  }
}
.green-box .items-ctn {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .green-box .items-ctn {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .green-box .items-ctn:last-child {
    padding-bottom: 0px;
  }
}
.green-box .items-ctn .plus {
  min-width: 30px;
  width: 30px;
  margin-block: auto;
}
@media screen and (max-width: 1080px) {
  .green-box .items-ctn .plus {
    margin-inline: auto;
  }
}
.green-box .items-ctn {
  justify-content: center;
}
.green-box .items-ctn .item {
  max-width: 440px;
  text-align: center;
  position: inherit;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .green-box .items-ctn .item {
    width: 100%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }
  .green-box .items-ctn .item:nth-child(2) {
    padding-block: 40px;
  }
}
.green-box .items-ctn .item .icon {
  margin: 10px auto;
}
.green-box .items-ctn .item .relative {
  position: relative;
}
.green-box .items-ctn .item .text {
  font-size: var(--font-22);
  position: relative;
}
@media screen and (max-width: 1080px) {
  .green-box .items-ctn .item .text {
    width: 100%;
    padding: 0px 0px 0px 0px;
    line-height: 1.3;
  }
}
.green-box .items-ctn .item .text span {
  font-size: var(--font-30);
}
.green-box .items-ctn .item .text b {
  font-size: var(--font-28);
}
.green-box .items-ctn .item .text b.normal {
  font-size: var(--font-22);
}
.green-box .items-ctn .item .text.top-text {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .green-box .items-ctn .item .text.top-text {
    min-height: auto;
    display: block;
  }
}
.green-box .items-ctn .item .remark {
  margin-top: 10px;
  font-size: var(--font-16) !important;
}
.green-box .items-ctn .arrow-img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 35px;
  height: 55px;
  min-width: 1066px;
  width: 1066px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .green-box .items-ctn .arrow-img {
    left: 50%;
    width: 55px;
    min-width: 55px;
    bottom: 0%;
    margin: 0;
    top: unset;
    height: auto;
    transform: translateX(-50%);
    height: 1066px;
  }
}
.green-box .icon-title {
  display: flex;
  align-items: center;
  font-size: var(--font-22);
  color: var(--green);
  font-weight: bold;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}
.green-box .icon-title .arrow {
  margin-right: 10px;
  display: block;
  min-width: 56px;
}
.green-box .arrow-ctn {
  margin: 20px auto;
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.green-box .arrow-ctn .arrow {
  display: block;
  min-width: 56px;
}
.green-box .arrow-ctn .text {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translate(0, -50%);
  min-width: -moz-max-content;
  min-width: max-content;
  color: var(--green);
}
.green-box .title {
  color: var(--green);
  font-weight: bold;
  text-align: center;
}

.h3 {
  font-size: var(--font-22);
  line-height: 1.2;
}

.faq1 {
  max-width: 1240px;
  margin: 0 auto;
}
.faq1 > div {
  background: #fff;
  overflow: hidden;
}
.faq1 .collapse_header {
  background-color: #ededed;
}
.faq1 .collapse_header.active {
  background-color: #c8daca;
  border-bottom: 3px solid #245442;
}
.faq1 .collapse_header:hover {
  background-color: #ededed;
}
.faq1 .collapse_header:hover.active {
  background-color: #c8daca;
}
.faq1 .swiper-button-next {
  background-image: url("../images/btnNext.png");
  right: 0;
}
.faq1 .swiper-button-prev {
  background-image: url("../images/btnPrev.png");
  left: 0;
}
.faq1 .swiper-button-next,
.faq1 .swiper-button-prev {
  width: 29px;
  height: 71px;
  background-size: cover;
}
@media screen and (max-width: 650px) {
  .faq1 .swiper-button-next,
  .faq1 .swiper-button-prev {
    top: 10px;
    width: 20px;
    height: 53px;
  }
}

.collapse_header {
  font-size: var(--font-22) !important;
}

.collapse_body {
  padding: 20px;
  background: #f7f5ee;
}
@media screen and (max-width: 650px) {
  .collapse_body {
    padding: 10px;
  }
}
.collapse_body .step {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .collapse_body .step {
    padding-top: 4px;
  }
}
@media screen and (max-width: 650px) {
  .collapse_body .step .step1 {
    padding-top: 15px;
  }
}
.collapse_body .step h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #245442;
  font-size: var(--font-22) !important;
}
@media screen and (max-width: 650px) {
  .collapse_body .step h3 {
    margin-bottom: 20px;
  }
}
.collapse_body .step ul {
  margin-left: 20px;
  margin-bottom: 30px;
  max-width: none;
  left: auto;
}
@media screen and (max-width: 650px) {
  .collapse_body .step ul {
    margin-bottom: 20px;
  }
}
.collapse_body .step ul li {
  font-size: var(--font-22);
}
.collapse_body .remark {
  font-size: var(--font-22) !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 650px) {
  .collapse_body .remark {
    margin-bottom: 20px;
  }
}
.collapse_body .remark ul li {
  font-size: 12px;
  line-height: 14px;
}
.collapse_body .step-img {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.collapse_body .step-img img {
  text-align: center;
  margin: 0 auto;
}

#collapse_desktop_wrapper,
#collapse_mobile_wrapper {
  display: none;
}

#collapse_desktop_wrapper.active,
#collapse_mobile_wrapper.active {
  display: block;
}

.collapse_header:hover {
  background-color: #f7f5ee;
}

.collapse_header_wrapper {
  display: flex;
  padding: 0;
}
.collapse_header_wrapper .collapse_header {
  width: 50%;
  font-weight: 700;
  text-align: center;
  color: #333333;
}
.collapse_header_wrapper .collapse_header.active {
  color: #245442;
}

.sample__container .remark {
  font-size: var(--font-16) !important;
}
.sample__container .remark ul li {
  font-size: var(--font-16) !important;
}

.reward-box-container {
  padding: 0;
}
@media screen and (max-width: 650px) {
  .reward-box-container {
    padding: 0 20px;
  }
}

.reward-box {
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .reward-box {
    padding: 20px;
    display: block;
  }
}
.reward-box .reward-box-header {
  text-align: center;
  min-width: 300px;
}
.reward-box .reward-box-text {
  font-size: var(--font-22) !important;
  width: 100%;
}
.reward-box .reward-box-text ul {
  left: auto;
  max-width: none;
}
.reward-box .reward-box-text ul li {
  font-size: var(--font-22) !important;
}

.example-container {
  padding: 20px 0px 0;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1480px) {
  .example-container {
    padding: 20px 20px 0;
    gap: 0;
    display: block;
  }
}
.example-container .example-box {
  padding: 20px;
  background: #DCF9DA;
  background: linear-gradient(180deg, #dffad9 0%, #fff 100%);
  border-radius: 15px;
  text-align: center;
  font-size: var(--font-22);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
@media (max-width: 1480px) {
  .example-container .example-box {
    margin-top: 0px;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.example-container .text-ctn-img {
  padding: 10px 0;
  overflow: auto;
}
.example-container .text-ctn-img img {
  min-width: 1143px;
}
.example-container .canscroll {
  display: none;
}
@media (max-width: 1400px) {
  .example-container .canscroll {
    display: flex;
    margin-bottom: 15px;
  }
}
.example-container .canscroll > .text {
  font-size: 14px;
}
.example-container .table-box {
  width: 100%;
}
.example-container .table-box.mobile {
  display: none;
}
@media (max-width: 1080px) {
  .example-container .table-box.mobile {
    display: block;
  }
}
.example-container .table-box.mobile td:nth-child(1) {
  width: 14%;
}
.example-container .table-box.mobile td:nth-child(2),
.example-container .table-box.mobile td:nth-child(3),
.example-container .table-box.mobile td:nth-child(4) {
  width: 28.66%;
  position: relative;
  z-index: 1;
}
.example-container .table-box.mobile table {
  border-collapse: collapse;
  width: 100%;
}
.example-container .table-box.mobile tr:nth-child(n+2) td:nth-child(1) {
  background-image: linear-gradient(180deg, rgba(239, 245, 239, 0.8) 18%, rgba(255, 255, 255, 0) 100%);
  background-size: 50% 300%;
  background-position: right var(--row-offset, 0%);
  background-repeat: no-repeat;
}
.example-container .table-box.mobile tr:nth-child(n+2) td:nth-child(n+2) {
  background-size: 100% 300%;
  background-position: 0 var(--row-offset, 0%);
}
.example-container .table-box.mobile tr:nth-child(n+2) td:nth-child(2),
.example-container .table-box.mobile tr:nth-child(n+2) td:nth-child(4) {
  background-image: linear-gradient(180deg, rgba(239, 245, 239, 0.8) 18%, rgba(255, 255, 255, 0) 100%);
}
.example-container .table-box.mobile tr:nth-child(n+2) td:nth-child(3) {
  background-image: linear-gradient(180deg, rgb(200, 237, 188) 18%, rgba(225, 239, 217, 0) 100%);
}
.example-container .table-box.mobile tr:nth-child(2) {
  --row-offset: 0%;
}
.example-container .table-box.mobile tr:nth-child(3) {
  --row-offset: 50%;
}
.example-container .table-box.mobile tr:nth-child(4) {
  --row-offset: 100%;
}
.example-container .table-box.mobile tr:nth-child(1) td:nth-child(4) {
  border-top-right-radius: 15px;
}
.example-container .table-box.mobile tr:nth-child(1) td:nth-child(3) {
  background: #dffad9;
}
.example-container .table-box.mobile tr:nth-child(2) td:nth-child(2), .example-container .table-box.mobile tr:nth-child(2) td:nth-child(3), .example-container .table-box.mobile tr:nth-child(2) td:nth-child(4) {
  position: relative;
}
.example-container .table-box.mobile tr:nth-child(2) td:nth-child(2)::after, .example-container .table-box.mobile tr:nth-child(2) td:nth-child(3)::after, .example-container .table-box.mobile tr:nth-child(2) td:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 0;
  border-bottom: 1px dashed #cccccc;
}
.example-container .table-box.mobile tr:nth-child(2) td:nth-child(2)::after {
  left: 20px;
  right: 0px;
}
.example-container .table-box.mobile tr:nth-child(2) td:nth-child(3)::after {
  left: 0px;
  right: 0px;
}
.example-container .table-box.mobile tr:nth-child(2) td:nth-child(4)::after {
  left: 0px;
  right: 20px;
}
.example-container .table-box.mobile tr:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) td:nth-child(2), .example-container .table-box.mobile tr:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) td:nth-child(3), .example-container .table-box.mobile tr:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) td:nth-child(4) {
  position: relative;
}
.example-container .table-box.mobile tr:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) td:nth-child(2)::after, .example-container .table-box.mobile tr:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) td:nth-child(3)::after, .example-container .table-box.mobile tr:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) td:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 0;
  border-bottom: 1px dashed #cccccc;
}
.example-container .table-box.mobile tr:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) td:nth-child(2)::after {
  left: 20px;
  right: 0px;
}
.example-container .table-box.mobile tr:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) td:nth-child(3)::after {
  left: 0px;
  right: 0px;
}
.example-container .table-box.mobile tr:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) td:nth-child(4)::after {
  left: 0px;
  right: 20px;
}
.example-container .table-box.desktop {
  display: block;
}
@media (max-width: 1080px) {
  .example-container .table-box.desktop {
    display: none;
  }
}
.example-container .table-box.desktop tr:nth-child(2), .example-container .table-box.desktop tr:nth-child(4) {
  background: #EFF5EF;
  background: linear-gradient(90deg, rgba(239, 245, 239, 0.8) 18%, rgba(255, 255, 255, 0) 100%);
}
.example-container .table-box.desktop tr:nth-child(3) {
  background: #C8EDBC;
  background: linear-gradient(90deg, rgb(200, 237, 188) 18%, rgba(225, 239, 217, 0) 100%);
}
.example-container .table-box.desktop tr:nth-child(3) td:nth-child(1) {
  background: #dffad9;
}
.example-container .table-box.desktop td:nth-child(1) {
  width: 12%;
}
.example-container .table-box.desktop td:nth-child(2),
.example-container .table-box.desktop td:nth-child(3) {
  width: 20.5%;
}
.example-container .table-box.desktop td:nth-child(4) {
  width: 41%;
}
.example-container .table-box.desktop tr:nth-child(2) td:nth-child(1) {
  border-top-left-radius: 15px;
}
.example-container .table-box.desktop tr:nth-child(2) td:nth-child(2), .example-container .table-box.desktop tr:nth-child(2) td:nth-child(3) {
  position: relative;
}
.example-container .table-box.desktop tr:nth-child(2) td:nth-child(2)::after, .example-container .table-box.desktop tr:nth-child(2) td:nth-child(3)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 0px;
  width: 0;
  border-right: 2px dashed #cccccc;
}
.example-container .table-box.desktop tr:nth-child(3) td:nth-child(2), .example-container .table-box.desktop tr:nth-child(3) td:nth-child(3) {
  position: relative;
}
.example-container .table-box.desktop tr:nth-child(3) td:nth-child(2)::after, .example-container .table-box.desktop tr:nth-child(3) td:nth-child(3)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0px;
  width: 0;
  border-right: 2px dashed #cccccc;
}
.example-container .table-box.desktop tr:nth-child(4) td:nth-child(1) {
  border-bottom-left-radius: 15px;
}
.example-container .table-box.desktop tr:nth-child(4) td:nth-child(2), .example-container .table-box.desktop tr:nth-child(4) td:nth-child(3) {
  position: relative;
}
.example-container .table-box.desktop tr:nth-child(4) td:nth-child(2)::after, .example-container .table-box.desktop tr:nth-child(4) td:nth-child(3)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 20px;
  width: 0;
  border-right: 2px dashed #cccccc;
}
.example-container .table-box table {
  width: 100%;
}
.example-container .table-box table thead, .example-container .table-box table tbody, .example-container .table-box table tfoot, .example-container .table-box table tr {
  background-color: transparent;
  border: 0;
}
.example-container .table-box table td, .example-container .table-box table th {
  text-align: center;
  font-size: var(--font-19);
  width: auto;
  padding: 25px 20px;
}
@media (max-width: 1480px) {
  .example-container .table-box table td, .example-container .table-box table th {
    font-size: var(--font-19);
  }
}
@media (max-width: 767px) {
  .example-container .table-box table td, .example-container .table-box table th {
    font-size: var(--font-22);
    width: 27.3333%;
    padding: 10px;
  }
}
.example-container .table-box table td.empty, .example-container .table-box table th.empty {
  position: relative;
}
.example-container .table-box table td.empty:before, .example-container .table-box table th.empty:before {
  content: "";
}
@media (max-width: 1080px) {
  .example-container .table-box table td.empty:before, .example-container .table-box table th.empty:before {
    position: absolute;
    left: 50%;
    background: #fff;
    top: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 15px;
    margin-left: 9px;
  }
}
.example-container .table-box table td.white, .example-container .table-box table th.white {
  background-color: #fff;
  font-weight: 700;
}
@media (min-width: 1081px) {
  .example-container .table-box table td.white, .example-container .table-box table th.white {
    text-align: left;
  }
}
.example-container .table-box table td.right-arrow::after, .example-container .table-box table th.right-arrow::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #9bbea5;
  margin-top: 9px;
}
@media (max-width: 1080px) {
  .example-container .table-box table td.right-arrow::after, .example-container .table-box table th.right-arrow::after {
    border-top: 25px solid #9bbea5;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    top: auto;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
  }
}
.example-container .table-box table td.date, .example-container .table-box table th.date {
  position: relative;
  font-weight: 700;
  text-align: center;
  width: auto;
  color: #fff;
  padding: 0;
}
@media (max-width: 1080px) {
  .example-container .table-box table td.date, .example-container .table-box table th.date {
    padding: 0;
    color: #222222;
  }
}
.example-container .table-box table td.date span, .example-container .table-box table th.date span {
  position: relative;
  z-index: 2;
  padding: 5px 25px;
  border-radius: 10px;
  background: #1c7033;
  text-align: center;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  transform: translateY(11px);
}
@media (max-width: 1080px) {
  .example-container .table-box table td.date span, .example-container .table-box table th.date span {
    transform: translateY(0);
    padding: 5px 5px;
    border-radius: 5px;
    min-width: 80px;
  }
}
.example-container .table-box table td.date:before, .example-container .table-box table th.date:before {
  content: "";
  background-color: #9bbea5;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 29px;
  left: 0;
}
@media (max-width: 1080px) {
  .example-container .table-box table td.date:before, .example-container .table-box table th.date:before {
    width: 18px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.example-container .table-box table td.space, .example-container .table-box table th.space {
  min-width: 50px;
}
.example-container .table-box table td .flex, .example-container .table-box table th .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1080px) {
  .example-container .table-box table td .flex, .example-container .table-box table th .flex {
    gap: 0;
    row-gap: 15px;
    flex-wrap: wrap;
  }
}
.example-container .table-box table td .flex > div, .example-container .table-box table th .flex > div {
  width: 50%;
  text-align: center;
}
.example-container .table-box table td .checked_box, .example-container .table-box table th .checked_box {
  width: 30px;
}
@media (max-width: 1080px) {
  .example-container .table-box table td .checked_box, .example-container .table-box table th .checked_box {
    width: 20px;
  }
}
.example-container .table-box table td .checked_box img, .example-container .table-box table th .checked_box img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */