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

:root {
  --black: #000000;
  --primary: #222222;
  --green: #005642;
  --orange: #f85d00;
  --gold: #c28f37;
  --gray: #eff5ef;
  --brown: #6e471b;
  --h2-font: 46px;
  --larger-h2-font: 80px;
  --font-40: 40px;
  --font-36: 36px;
  --font-30: 30px;
  --font-25: 25px;
  --font-24: 24px;
  --font-22: 22px;
  --font-21: 21px;
  --font-20: 20px;
  --font-16: 16px;
}
@media (max-width: 1080px) {
  :root {
    --h2-font: 32px;
    --larger-h2-font: 46px;
    --font-40: 36px;
    --font-36: 28px;
    --font-30: 24px;
    --font-25: 22px;
    --font-24: 21px;
    --font-22: 19px;
    --font-21: 18px;
    --font-20: 16px;
    --font-16: 14px;
  }
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

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

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

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

section.intro {
  padding: 30px 15px;
  text-align: center;
}
@media (min-width: 1081px) {
  section.intro {
    padding: 60px 0;
  }
}
section.intro b {
  font-size: var(--larger-font-28);
}
section.intro h1 {
  font-size: var(--font-36);
  line-height: 1.3;
  color: var(--green);
  margin-bottom: 40px;
}

section.step-section {
  padding: 0px 0 70px;
}
@media (min-width: 1081px) {
  section.step-section {
    padding: 0px 0 100px;
  }
}
section.step-section .step-content .step-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 540px;
  padding: 2px;
  margin-bottom: 20px;
  color: #333333;
}
section.step-section .step-content .step-header span {
  position: relative;
  z-index: 1;
  font-size: var(--font-30);
  line-height: 1.3;
  padding: 15px 50px;
  border-radius: 50px;
  font-weight: 700;
}
section.step-section .step-content#step1 .step-header {
  background: #25b339;
  background: linear-gradient(0deg, rgb(37, 179, 57) 0%, rgb(255, 255, 255) 100%);
}
section.step-section .step-content#step1 .step-header span {
  background: #abdfab;
  background: linear-gradient(90deg, rgb(171, 223, 171) 0%, rgb(209, 246, 202) 100%);
}
section.step-section .step-content#step2 .step-header {
  background: #ecb338;
  background: linear-gradient(0deg, rgb(236, 179, 56) 0%, rgb(255, 255, 255) 100%);
}
section.step-section .step-content#step2 .step-header span {
  background: #fcd683;
  background: linear-gradient(90deg, rgb(252, 214, 131) 0%, rgb(255, 235, 192) 100%);
}
section.step-section .step1-content-container {
  padding: 0 15px 20px;
  border-radius: 20px;
  background: #ecfaec;
  background: linear-gradient(90deg, rgb(236, 250, 236) 0%, rgb(223, 241, 176) 100%);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1081px) {
  section.step-section .step1-content-container {
    padding: 0 15px 40px;
    border-radius: 30px;
  }
}
section.step-section .step1-content-container .step-header-container {
  margin-top: -30px;
}
@media (min-width: 1081px) {
  section.step-section .step1-content-container .step-header-container {
    margin-top: -40px;
  }
}
@media (min-width: 1081px) {
  section.step-section .step1-content-container .step1-item-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }
}
section.step-section .step1-content-container .step1-item {
  position: relative;
  padding: 10px 10px;
}
@media (min-width: 1081px) {
  section.step-section .step1-content-container .step1-item {
    padding: 20px 15px;
    width: 50%;
  }
}
section.step-section .step1-content-container .step1-item:last-child {
  margin-top: 60px;
}
@media (min-width: 1081px) {
  section.step-section .step1-content-container .step1-item:last-child {
    margin-top: 0;
  }
}
section.step-section .step1-content-container .step1-item:last-child:before {
  content: "";
  position: absolute;
  background: url("../images/plus.png") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1080px) {
  section.step-section .step1-content-container .step1-item:last-child:before {
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
  }
}
section.step-section .step1-content-container .step1-item-header {
  text-align: center;
}
@media (min-width: 1081px) {
  section.step-section .step1-content-container .step1-item-header {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
section.step-section .step1-content-container .step1-item-header .step1-item-header-no {
  width: 40px;
  min-width: 40px;
  margin: 0 auto 10px;
}
@media (min-width: 1081px) {
  section.step-section .step1-content-container .step1-item-header .step1-item-header-no {
    width: 60px;
    min-width: 60px;
  }
}
section.step-section .step1-content-container .step1-item-header .step1-item-header-title {
  font-size: var(--font-25);
  line-height: 1.3;
  color: var(--primary);
  text-align: center;
}
section.step-section .step1-content-container .step1-item-header .step1-item-header-title span:not(.nowrap) {
  font-weight: 700;
  color: var(--green);
}
section.step-section .step1-content-container .step1-item-list-container {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 20px auto;
}
@media (min-width: 1081px) {
  section.step-section .step1-content-container .step1-item-list-container {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin: 20px auto;
  }
}
section.step-section .step1-content-container .step1-item-list-container.with-include {
  display: block;
}
@media (min-width: 1440px) {
  section.step-section .step1-content-container .step1-item-list-container.with-include {
    display: flex;
  }
}
@media (max-width: 1439px) {
  section.step-section .step1-content-container .step1-item-list-container.with-include .step1-item-list-img {
    text-align: center;
    margin: 0 auto 20px;
  }
}
section.step-section .step1-content-container .step1-item-list-container.with-include .step1-item-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1440px) {
  section.step-section .step1-content-container .step1-item-list-container.with-include .step1-item-list {
    gap: 30px;
  }
}
section.step-section .step1-content-container .step1-item-list-container .step1-item-list-img {
  width: 120px;
  min-width: 120px;
}
@media (min-width: 1081px) {
  section.step-section .step1-content-container .step1-item-list-container .step1-item-list-img {
    width: 170px;
    min-width: 170px;
  }
}
section.step-section .step1-content-container .step1-item-list-container .step1-item-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 90px;
}
section.step-section .step1-content-container .step1-item-list-container .step1-item-list ul li {
  position: relative;
  font-size: var(--font-21);
  line-height: 1.3;
  color: var(--primary);
  text-align: left;
  margin-bottom: 10px;
  padding-left: 30px;
}
@media (min-width: 1081px) {
  section.step-section .step1-content-container .step1-item-list-container .step1-item-list ul li {
    margin-bottom: 10px;
  }
}
section.step-section .step1-content-container .step1-item-list-container .step1-item-list ul li:before {
  content: "";
  position: absolute;
  background: url("../images/tick.png") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
@media (min-width: 1081px) {
  section.step-section .step1-content-container .step1-item-list-container .step1-item-list ul li:before {
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
  }
}
section.step-section .step1-content-container .step1-item-list-container .step1-item-list ul li:last-child {
  margin-bottom: 0;
}
section.step-section .step1-content-container .step1-item-include {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1081px) {
  section.step-section .step1-content-container .step1-item-include {
    gap: 30px;
  }
}
section.step-section .step1-content-container .step1-item-include .step1-item-img {
  width: 15px;
  min-width: 15px;
}
section.step-section .step1-content-container .step1-item-include .step1-item-list-text {
  font-size: var(--font-21);
  line-height: 1.3;
  color: var(--primary);
}
@media (min-width: 1081px) {
  section.step-section .step1-content-container .step1-item-include .step1-item-list-text {
    max-width: 180px;
  }
}
section.step-section .step1-content-container .step1-item-desc {
  font-size: var(--font-21);
  line-height: 1.3;
  color: var(--primary);
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 1081px) {
  section.step-section .step1-content-container .step1-item-desc {
    margin-top: 20px;
    padding: 0 30px;
  }
}
section.step-section .step2-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
@media (min-width: 1081px) {
  section.step-section .step2-arrow {
    margin-top: 30px;
    width: 20%;
  }
}
section.step-section .step2-arrow .step2-arrow-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 1081px) {
  section.step-section .step2-arrow .step2-arrow-content {
    display: block;
  }
}
section.step-section .step2-arrow .step2-arrow-content .step2-arrow-img {
  width: 16px;
}
@media (min-width: 1081px) {
  section.step-section .step2-arrow .step2-arrow-content .step2-arrow-img {
    width: 180px;
    margin: 0 auto;
  }
}
section.step-section .step2-arrow .step2-arrow-content .step2-arrow-text {
  font-size: var(--font-21);
  line-height: 1.3;
  color: var(--primary);
}
@media (min-width: 1081px) {
  section.step-section .step2-arrow .step2-arrow-content .step2-arrow-text {
    text-align: center;
  }
}
@media (min-width: 1081px) {
  section.step-section .step2-content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
section.step-section .step2-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 30px;
  padding: 0 15px 30px;
  background: #fcd683;
  background: linear-gradient(90deg, rgb(252, 214, 131) 0%, rgb(255, 235, 192) 100%);
  margin-top: 70px;
  width: 100%;
}
@media (min-width: 1081px) {
  section.step-section .step2-content {
    margin-top: 40px;
    width: 40%;
  }
}
section.step-section .step2-content .step2-content-icon {
  width: 140px;
  margin-top: -70px;
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  section.step-section .step2-content .step2-content-icon {
    margin-bottom: 20px;
    width: 100px;
    margin-top: -50px;
  }
}
section.step-section .step2-content .step2-header {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: var(--font-25);
  border-radius: 100px;
  margin-top: -30px;
  padding: 2px;
}
section.step-section .step2-content .step2-header span {
  padding: 15px 40px;
  font-size: var(--font-25);
  line-height: 1.3;
  font-weight: 700;
  border-radius: 100px;
  background: linear-gradient(90deg, rgb(252, 214, 131) 0%, rgb(236, 179, 56) 100%);
}
section.step-section .step2-content .step2-title {
  font-size: var(--font-30);
  line-height: 1.3;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 15px;
}
@media (min-width: 1081px) {
  section.step-section .step2-content .step2-title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
section.step-section .step2-content .step2-title .step2-title-icon {
  text-align: center;
  margin: 0 auto 10px;
  min-width: 110px;
  width: 110px;
}
@media (min-width: 1081px) {
  section.step-section .step2-content .step2-title .step2-title-icon {
    margin-bottom: 0;
  }
}
section.step-section .step2-content .step2-title span.percent {
  font-size: var(--font-40);
  line-height: 1.3;
  font-weight: 700;
  color: var(--brown);
}
section.step-section .step2-content .step2-title span.bottom-gradient {
  position: relative;
  padding: 0 15px;
  z-index: 1;
  display: block;
  text-align: center;
}
section.step-section .step2-content .step2-title span.bottom-gradient::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(270deg, rgb(252, 175, 0) 0%, rgb(255, 225, 138) 100%);
  opacity: 40%;
  z-index: -1;
}
@media (min-width: 1081px) {
  section.step-section .step2-content .step2-title span.bottom-gradient::before {
    height: 20px;
    border-radius: 20px;
  }
}
section.step-section .step2-content .step2-desc {
  font-size: var(--font-21);
  line-height: 1.3;
  color: #222;
  text-align: center;
}
section.step-section .step2-content .step2-desc span {
  font-size: var(--font-16);
  line-height: 1.3;
  color: #222;
}
section.step-section .step-arrow {
  text-align: center;
  margin: 40px auto;
  width: 60px;
}
@media (max-width: 1080px) {
  section.step-section .step-arrow {
    width: 40px;
    margin: 30px auto;
  }
}
section.step-section .step-arrow img {
  width: 100%;
}
section.step-section .step-remark {
  font-size: var(--font-21);
  line-height: 1.3;
  color: #222;
  text-align: left;
  margin-top: 25px;
}

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

.eg-ctn {
  margin-top: 100px;
}
.eg-ctn:nth-child(1) h2::before {
  content: url("../images/Hide-show-icon-fundin.png") !important;
}
.eg-ctn:nth-child(2) 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;
  position: relative;
  z-index: 1;
}
.eg-ctn .text-ctn ol,
.eg-ctn .text-ctn ul {
  margin: 10px 0;
  padding-left: 25px;
}
.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: 30px 0;
  text-align: center;
}
.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(--font-24);
  color: var(--green);
  font-weight: bold;
  text-align: center;
  margin: 20px 0 40px;
  line-height: 1.3;
}
@media (max-width: 1080px) {
  section.contact-section .topic {
    margin: 20px 0 30px;
  }
}
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,
.last-section ul {
  padding-left: 20px;
  margin-left: 0;
}
.last-section ol ul,
.last-section ul ul {
  padding-left: 20px;
}

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

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

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

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

.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: 16px;
  color: #333333;
  width: 50%;
  float: left;
  text-align: center;
  padding: 15px 0px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.5;
}

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

.collapse_header.active,
.collapse_header.active:hover {
  color: #ffffff;
  background-color: #0d6c29;
}

.collapseTwo_header_wrapper,
.collapseThree_header_wrapper {
  border-bottom: 1px #0d6c29 solid;
  /* margin-bottom: 45px; */
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.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 {
  margin-top: 15px;
}
@media screen and (min-width: 1080px) {
  .reward-box-container {
    margin-top: 30px;
  }
}
.reward-box-container .reward-box {
  padding: 15px;
  border-radius: 15px;
  background: #fffed8;
  background: linear-gradient(180deg, rgb(255, 254, 216) 0%, rgb(255, 239, 185) 100%);
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box {
    border-radius: 20px;
    padding: 20px 20px 20px 0px;
    background: linear-gradient(90deg, rgb(255, 254, 216) 0%, rgb(255, 239, 185) 100%);
    display: flex;
    align-items: center;
  }
}
.reward-box-container .reward-box.inactive {
  background: #eff5ef;
  background: linear-gradient(180deg, rgba(239, 245, 239, 0.6) 0%, rgb(239, 245, 239) 100%);
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box.inactive {
    background: linear-gradient(270deg, rgba(239, 245, 239, 0.6) 0%, rgb(239, 245, 239) 100%);
    align-items: stretch;
  }
}
.reward-box-container .reward-box.inactive .reward-box-header-text b {
  color: #444444;
}
.reward-box-container .reward-box.inactive .reward-box-inactive-item {
  background: #fbfbfb;
  background: linear-gradient(180deg, rgb(251, 251, 251) 0%, rgb(239, 245, 239) 100%);
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box.inactive .reward-box-inactive-item {
    background: linear-gradient(90deg, rgb(251, 251, 251) 0%, rgb(239, 245, 239) 100%);
  }
}
.reward-box-container .reward-box.inactive .reward-box-inactive-item {
  padding: 15px;
  border-radius: 20px;
  font-size: var(--font-22) !important;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box.inactive .reward-box-inactive-item {
    padding: 20px;
    display: flex;
    align-items: center;
  }
}
.reward-box-container .reward-box.inactive .reward-box-inactive-item .reward-box-inactive-item-desc {
  font-size: var(--font-20) !important;
  line-height: 1.3;
  color: #444444;
  font-weight: 700;
}
.reward-box-container .reward-box .reward-box-header {
  text-align: center;
  width: 220px;
  min-width: 220px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box .reward-box-header {
    padding-right: 0px;
    margin: 0;
  }
}
.reward-box-container .reward-box .reward-box-header .reward-box-header-text {
  font-size: var(--font-22) !important;
  margin-bottom: 5px;
}
.reward-box-container .reward-box .reward-box-header .reward-box-header-icon {
  max-width: 300px;
}
.reward-box-container .reward-box .reward-box-header .reward-box-header-icon img {
  width: auto;
}
.reward-box-container .reward-box .reward-box-text {
  background: #fffed8;
  background: linear-gradient(0deg, rgb(255, 254, 216) 0%, rgb(255, 239, 185) 100%);
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box .reward-box-text {
    background: linear-gradient(270deg, rgb(255, 254, 216) 0%, rgb(255, 239, 185) 100%);
  }
}
.reward-box-container .reward-box .reward-box-text {
  padding: 15px;
  border-radius: 20px;
  font-size: var(--font-22) !important;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box .reward-box-text {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.reward-box-container .reward-box .reward-box-text .reward-box-item {
  text-align: center;
  padding: 15px 10px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box .reward-box-text .reward-box-item {
    padding: 0 25px;
    width: 26%;
  }
}
.reward-box-container .reward-box .reward-box-text .reward-box-item .reward-box-item-title {
  font-size: var(--font-25);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box .reward-box-text .reward-box-item .reward-box-item-title {
    margin-bottom: 30px;
  }
}
.reward-box-container .reward-box .reward-box-text .reward-box-item .reward-box-item-title span {
  font-size: var(--font-30);
}
.reward-box-container .reward-box .reward-box-text .reward-box-item .reward-box-item-desc {
  font-size: var(--font-25);
  line-height: 1.3;
}
.reward-box-container .reward-box .reward-box-text .reward-box-item .reward-box-item-desc span {
  font-size: var(--font-20);
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box .reward-box-text .reward-box-item:nth-child(1) {
    width: 37%;
  }
}
.reward-box-container .reward-box .reward-box-text .reward-box-item:nth-child(2) {
  margin-top: 40px;
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box .reward-box-text .reward-box-item:nth-child(2) {
    margin-top: 0;
    width: 37%;
  }
}
.reward-box-container .reward-box .reward-box-text .reward-box-item:nth-child(2):after {
  content: "";
  position: absolute;
  background: url("../images/plus.png") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box .reward-box-text .reward-box-item:nth-child(2):after {
    top: 50%;
    transform: translateY(-50%);
    left: -21px;
  }
}
.reward-box-container .reward-box .reward-box-text .reward-box-item:nth-child(3) {
  margin-top: 40px;
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box .reward-box-text .reward-box-item:nth-child(3) {
    margin-top: 0;
  }
}
.reward-box-container .reward-box .reward-box-text .reward-box-item:nth-child(3):after {
  content: "";
  position: absolute;
  background: url("../images/equal.png") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box .reward-box-text .reward-box-item:nth-child(3):after {
    top: 50%;
    transform: translateY(-50%);
    left: -21px;
  }
}
.reward-box-container .reward-box .reward-box-text .reward-box-total {
  text-align: center;
  color: var(--green);
  padding: 10px;
}
@media screen and (min-width: 1080px) {
  .reward-box-container .reward-box .reward-box-text .reward-box-total {
    padding: 0 10px;
  }
}
.reward-box-container .reward-box .reward-box-text .reward-box-total .reward-box-total-icon {
  max-width: 50px;
  margin: 0 auto 10px;
}
.reward-box-container .reward-box .reward-box-text .reward-box-total .reward-box-total-icon img {
  width: auto;
}
.reward-box-container .reward-box .reward-box-text .reward-box-total .reward-box-total-title {
  font-size: var(--font-25);
  line-height: 1.3;
  font-weight: 700;
}
.reward-box-container .reward-box .reward-box-text .reward-box-total .reward-box-total-desc {
  font-size: var(--font-36);
  line-height: 1.3;
  font-weight: 700;
}
.reward-box-container .remark p {
  font-size: var(--font-16) !important;
}
.reward-box-container .remark ol {
  padding-left: 20px;
}
.reward-box-container .remark ol li {
  font-size: var(--font-16) !important;
}

.example-container {
  padding: 20px 0px 0;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .example-container {
    padding: 20px 20px 0;
  }
}
.example-container .example-tab-header {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  -moz-column-gap: 1px;
       column-gap: 1px;
}
@media (min-width: 1480px) {
  .example-container .example-tab-header {
    padding: 0 30px;
  }
}
.example-container .example-tab-header .example-tab-btn {
  padding: 15px;
  width: 33.3333%;
  border-radius: 30px 30px 0 0;
  text-align: center;
  font-size: var(--font-22);
  line-height: 1.2;
  background: var(--gray);
  color: var(--primary);
  cursor: pointer;
}
.example-container .example-tab-header .example-tab-btn.active {
  background: var(--green);
  color: #fff;
}
.example-container .example-tab-header .example-tab-btn-title {
  font-size: var(--font-20);
}
.example-container .example-tab-header .example-tab-btn-desc {
  font-size: var(--font-25);
}
.example-container .example-tab-header .example-tab-btn-desc span {
  font-size: var(--font-20);
}
.example-container .example-content-wrapper {
  border-radius: 30px;
  background: #fff;
}
.example-container .example-content {
  padding: 50px;
  display: none;
}
.example-container .example-content.active {
  display: block;
}
@media (max-width: 1080px) {
  .example-container .example-content {
    padding: 20px;
    border-radius: 20px;
  }
}
.example-container .text-ctn-img {
  padding: 10px 0 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;
}

.video-section {
  padding: 50px 15px;
}
@media (max-width: 1080px) {
  .video-section {
    padding: 30px 15px;
  }
}
.video-section .video-content {
  background: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 217, 173, 0.1) 10%, rgba(100, 157, 104, 0.1) 100%);
  padding: 20px;
  border-radius: 10px;
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .video-section .video-content {
    padding: 10px;
  }
}
.video-section .video-header {
  font-size: var(--font-30);
  color: #333333;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
}
.video-section .video-iframe {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.video-section .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */