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-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;
  }
}

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

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

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

.orange {
  color: #f85d00;
}

.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/KV_c.jpg);
  height: 0;
  background-size: cover;
  background-position: center;
  padding-top: 31.6%;
}
@media (max-width: 1080px) {
  .banner_kv {
    background-image: url(../images/KV_m_c.jpg);
    padding-top: 65%;
  }
}
.banner_kv:lang(en) {
  background-image: url(../images/KV_e.jpg);
}
@media (max-width: 1080px) {
  .banner_kv:lang(en) {
    background-image: url(../images/KV_m_e.jpg);
  }
}
.banner_kv:lang(zh-cn) {
  background-image: url(../images/KV_s.jpg);
}
@media (max-width: 1080px) {
  .banner_kv:lang(zh-cn) {
    background-image: url(../images/KV_m_s.jpg);
  }
}

.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;
}
@media (max-width: 1200px) {
  .canscroll {
    display: flex;
  }
}
.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;
}

.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;
  border-radius: 3.5px;
  background: linear-gradient(to left, #478056, #c3d7aa 80%, rgba(0, 0, 0, 0));
}
@media (max-width: 1080px) {
  h2.withline::before {
    height: 5px;
    top: 19px;
  }
}
@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);
  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;
}
@media (max-width: 1080px) {
  section.unlock-section .flex-3-md-1 > * {
    width: 100%;
    margin-bottom: 100px;
  }
}
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 {
  margin-top: 40px;
  margin-bottom: 80px;
  max-width: 100%;
  font-size: var(--font-28);
  line-height: 1.5;
}
section.top-up-section .green-table-ctn {
  font-size: var(--font-22);
  line-height: 30px;
  margin-bottom: 30px;
  overflow: auto;
  max-width: 100%;
}
@media (max-width: 910px) {
  section.top-up-section .green-table-ctn {
    margin-bottom: 10px;
    display: block;
  }
}
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 {
  min-width: 1385px;
  --table-bg: #e4f2c1;
  background: linear-gradient(to bottom, #a4d38b, #ddf1d1);
  padding: 0 10px 10px;
  border-radius: 40px;
}
@media (max-width: 1080px) {
  section.top-up-section .green-table-ctn .table-bg {
    min-width: 1100px;
  }
}
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.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%;
  }
}
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_l {
    width: 60%;
  }
}
section.top-up-section .green-table-ctn .table-col .size_xl {
  width: 75%;
  display: flex;
}
@media (max-width: 1080px) {
  section.top-up-section .green-table-ctn .table-col .size_xl {
    width: 75%;
  }
}
section.top-up-section .green-table-ctn .table-col .half {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
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.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%;
  display: flex;
  justify-content: center;
  align-items: center;
}
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.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 {
  border-bottom: 2px solid var(--table-bg);
}
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 > * > * strong {
  font-size: 120%;
}
@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;
}
@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%;
  border-radius: 40px;
  margin-bottom: auto;
  padding: 40px 10px 10px;
}
@media (max-width: 1080px) {
  section.top-up-section .reward-ctn > *:not(.arrow) {
    width: 100%;
  }
}
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) .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;
  z-index: 2;
}
@media (max-width: 1080px) {
  section.top-up-section .reward-ctn .arrow {
    transform: rotate(90deg);
    margin: 0px auto -120px;
  }
}
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;
  gap: 20px;
}
@media (max-width: 1080px) {
  section.top-up-section .fund-in-ctn {
    flex-direction: column;
    padding: 12px 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);
  color: var(--green);
  font-weight: 700;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
}
@media (max-width: 1080px) {
  section.top-up-section .fund-in-ctn .left .topic {
    font-size: 30px;
  }
}
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;
  border-radius: 10px;
  font-size: var(--font-22);
  font-weight: 700;
  color: var(--green);
  border: 2px solid #fff;
}
section.top-up-section .fund-in-ctn .btn:hover {
  background-color: #ff9a3e;
}
@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, rgba(249, 176, 108, 0.4), rgba(249, 176, 108, 0.4) 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-icon1.png") !important;
}
.eg-ctn:nth-child(2) h2::before {
  content: url("../images/Hide-show-icon2.png") !important;
}
.eg-ctn:nth-child(3) h2::before {
  content: url("../images/Hide-show-icon3.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;
}
.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 .green-table-ctn {
  padding: 10px;
  font-size: var(--font-22);
  line-height: 30px;
  margin-bottom: 30px;
  overflow: auto;
  max-width: 100%;
}
@media (max-width: 910px) {
  .eg-ctn .green-table-ctn {
    margin-bottom: 10px;
    display: block;
  }
}
.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;
  --table-bg: #e4f2c1;
  padding: 5px 5px 1px 5px;
  border-radius: 10px;
}
@media (max-width: 1080px) {
  .eg-ctn .green-table-ctn .table-bg {
    min-width: 1180px;
  }
}
.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%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px solid var(--table-bg);
}
.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.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);
  display: flex;
  justify-content: center;
  align-items: center;
}
.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.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 {
  width: 100%;
}
.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: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 {
  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 .red {
  color: #d30909;
  font-weight: bold;
}
.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 {
  font-size: var(--table-font-18);
}
.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 > *: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 > * {
  position: relative;
  border-radius: 10px;
  display: flex;
}
.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 > *.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 > * .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 #333333;
}

.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;
  display: flex;
}
@media (max-width: 1080px) {
  .easy-section .flex-items > .item {
    width: 100%;
  }
}
.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 {
  width: 100%;
}
.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 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%);
}/*# sourceMappingURL=style.css.map */