/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700&family=Rajdhani:wght@500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-shadow: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

a[href^="x-apple-data-detectors:"] {
  color: inherit;
  text-decoration: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.line {
  position: fixed;
  width: 1px;
  height: 100vh;
  background-color: red;
}

html,
body {
  scroll-behavior: smooth;
  background-color: #f2f4f3;
  font-size: 16px;
  font-family: "Noto Sans TC", sans-serif;
}

*,
html * {
  padding: 0;
  margin: 0;
  list-style: none;
  color: inherit;
}

html * {
  font-family: inherit;
  font-weight: 300;
}

.container,
.container-fluid {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-fluid {
  max-width: unset;
}

.wrap {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
}

#loading {
  background-color: #1a1a1a;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
#loading:fadeout {
  -webkit-animation: fadeout 0.5s 1 forwards;
          animation: fadeout 0.5s 1 forwards;
}

.loading-img-wrap {
  position: relative;
  width: 128px;
  height: 128px;
}
.loading-img-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loading-img-wrap img:nth-child(2) {
  -webkit-animation: loadingRotate infinite 1.5s forwards;
          animation: loadingRotate infinite 1.5s forwards;
}
.loading-img-wrap img:nth-child(3) {
  -webkit-animation: loadingRotate infinite 2.8s forwards;
          animation: loadingRotate infinite 2.8s forwards;
}

@-webkit-keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.col-1 {
  padding: 0 1rem;
  width: 100%;
}

.col-2 {
  padding: 0 1rem;
  width: 100%;
}

.col-3 {
  padding: 0 1rem;
  width: 100%;
}

.col-4 {
  padding: 0 1rem;
  width: 100%;
}

.col-5 {
  padding: 0 1rem;
  width: 100%;
}

.col-6 {
  padding: 0 1rem;
  width: 100%;
}

.col-7 {
  padding: 0 1rem;
  width: 100%;
}

.col-8 {
  padding: 0 1rem;
  width: 100%;
}

.col-9 {
  padding: 0 1rem;
  width: 100%;
}

.col-10 {
  padding: 0 1rem;
  width: 100%;
}

.col-11 {
  padding: 0 1rem;
  width: 100%;
}

.col-12 {
  padding: 0 1rem;
  width: 100%;
}

.head1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.head2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.head3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}

.head4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  html,
body {
    font-size: 14px;
  }
}
.header {
  background-color: white;
  margin: 0 auto;
  position: fixed;
  top: -1px;
  width: 100%;
  left: 0;
  padding: 0rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0;
  z-index: 7;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header .logo {
  width: 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 1rem 0 1rem;
  border-radius: 4rem;
  /* background-color: white; */
}
.header .logo img {
  width: 120%;
}
.header a {
  display: inline-block;
  line-height: 1.4;
  padding: 0 0.5rem;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  color: #585e5d;
}
.header.landing {
  background-color: unset;
  padding: 1rem;
}
.header.landing .header-content {
  border-radius: 4rem;
}
.header.landing .nav-menu {
  background-color: white;
  -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 2px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 2px 16px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4rem;
  padding: 0.5rem 1rem;
}

.header-content {
  max-width: 1440px;
  padding: 0.5rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header-content .mobile {
  display: none;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 0 1rem;
}
.contact .email {
  color: #8cbc42;
  font-size: 0.9rem;
  padding: 0;
  line-height: 1.4;
}
.contact .date {
  color: #879192;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.contact-img {
  margin-right: 0.5rem;
  width: 2.5rem;
}
.contact-img img {
  width: 100%;
}

.nav-item {
  display: inline-block;
  padding: 0.5rem;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.nav-item:after {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  height: 2px;
  left: 50%;
  right: 50%;
  background: #bad78d;
  display: block;
  -webkit-transition: inherit;
  transition: inherit;
}
.nav-item:hover:after {
  left: 0.75rem;
  right: 0.75rem;
}
.nav-item a {
  padding: 0;
}

.button-primary {
  display: inline-block;
  border: 1px solid #8cbc42;
  background-color: #8cbc42;
  color: white;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  min-width: 8rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  font-size: 0.9rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
.button-primary i {
  -webkit-transition: inherit;
  transition: inherit;
  display: inline-block;
  padding-left: 0.5rem;
}
.button-primary:hover {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.top {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 5;
  background-color: #a3ca67;
  border-radius: 1rem;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 2px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 2px 16px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.top.hide {
  display: none;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.top i {
  font-size: 1.5rem;
  color: white;
}

.mobile-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem 0.6rem;
  width: 28px;
  height: 28px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.mobile-btn .bar {
  width: 100%;
  background-color: #1a1a1a;
  height: 2px;
  border-radius: 0.5rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.mobile-btn.expand .bar:nth-child(2) {
  width: 80%;
}
.mobile-btn.expand .bar:nth-child(3) {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .header-content {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-content {
    padding: 0.5rem 1rem;
  }
  .header-content .pc {
    display: none;
  }
  .header-content .mobile {
    display: block;
  }
  .header-content .cta {
    margin-right: 1rem;
  }
}
.mobile-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  max-height: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  bottom: unset;
  overflow: hidden;
}
.mobile-menu-wrap.expand {
  bottom: 0;
  max-height: 1099px;
}
.mobile-menu-wrap.expand .mobile-menu-mask {
  max-height: 1099px;
  opacity: 1;
}
.mobile-menu-wrap.expand .mobile-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mobile-menu-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 0;
  background-color: rgba(26, 26, 26, 0.5);
  -webkit-transition: 0.05s 0.2s ease;
  transition: 0.05s 0.2s ease;
  opacity: 0;
}

.mobile-menu {
  position: relative;
  padding-top: 100px;
  background-color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
  border-radius: 2rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.1s 0.2s ease;
  transition: 0.1s 0.2s ease;
}
.mobile-menu .nav-item {
  width: 100%;
  text-align: center;
  padding: 1rem 1rem;
  border-bottom: 1px solid #585e5d;
}
.mobile-menu .nav-item a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
}
.mobile-menu .nav-item:after {
  content: unset;
}
.mobile-menu .contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 1rem;
}
.mobile-menu .cta {
  display: block;
  width: 200px;
}
.mobile-menu .cta:hover {
  background-color: #7ea93b;
  -webkit-transform: translateY(2px) scale(1.1);
          transform: translateY(2px) scale(1.1);
}

@media screen and (max-width: 630px) {
  .header .logo {
    width: 8rem;
  }

  .nav-menu {
    padding: 0;
    height: unset;
  }

  .header.landing .nav-menu {
    padding: 0.5rem;
  }

  .header-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer {
  background-color: #1a1a1a;
  margin-bottom: -2rem;
  padding: 1rem 2rem 1rem 2rem;
}

.copyright {
  color: white;
  text-align: center;
  font-size: 0.8rem;
  line-height: 2;
  letter-spacing: 1px;
}

.banner {
  height: 80vh;
  min-height: 680px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .banner-title {
  position: absolute;
  max-width: 1440px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 8rem;
  z-index: 2;
}

section {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

section.bg {
  background-color: rgba(26, 26, 26, 0.85);
}

#banner .container {
  position: relative;
  margin-top: -8rem;
}

.maxw {
  max-width: 1440px;
  margin: 0 auto;
}

.swiper-countdown-track {
  width: 200px;
  max-width: 200px;
  position: relative;
  background-color: white;
}

.swiper-countdown-wrap {
  max-width: 1440px;
  width: 100%;
  position: absolute;
  top: 70%;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 1rem 8rem;
  margin: auto;
}

.swiper-countdown-bar {
  position: absolute;
  width: 100%;
  height: 0.5rem;
  line-height: 50px;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 1rem;
  background-color: #8cbc42;
}

.bar-primary,
.bar-white,
.bar-secondary {
  position: absolute;
  border-radius: 12rem;
  background-color: #8cbc42;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bar-white {
  background-color: white;
}

.bar-secondary {
  background-color: #1a1a1a;
}

[data-size="1"] {
  width: 24rem;
  height: 3rem;
}

[data-size="2"] {
  width: 36rem;
  height: 6rem;
}

[data-size="3"] {
  width: 72rem;
  height: 12rem;
}

.header-bar {
  position: fixed;
  top: 1rem;
  left: 20%;
}

.bar-bg {
  position: fixed;
}

.banner-swiper {
  width: 100%;
  position: relative;
  background-image: url("./../img/banner/hero-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50% auto;
}

.mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("./../img/logo-frame.svg");
          mask-image: url("./../img/logo-frame.svg");
  -webkit-mask-size: 728px auto;
          mask-size: 728px auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  background-color: transparent;
  background-size: 748px auto;
  background-image: url("./../img/banner/slider-1.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.mask-img-1 {
  background-image: url("./../img/banner/slider-1.jpg");
}

.mask-img-2 {
  background-image: url("./../img/banner/slider-2.jpg");
}

.mask-img-3 {
  background-image: url("./../img/banner/slider-3.jpg");
}

.mask-img-4 {
  background-image: url("./../img/banner/slider-4.jpg");
}

.mask-img-5 {
  background-image: url("./../img/banner/slider-5.jpg");
}

.title-tag {
  font-family: "Rajdhani", sans-serif;
  color: #8cbc42;
  letter-spacing: 2px;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.banner-title-outline,
.banner-title-fill {
  font-family: "Rajdhani", sans-serif;
  font-size: 6rem;
  font-size: min(max(6vw, 48px), 7rem);
  line-height: 1;
  color: #585e5d;
  font-weight: bold;
}

.banner-title-outline {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #585e5d;
}

.js-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.js-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-card {
  margin: 0 2rem;
   /*margin: -2rem 6rem;*/
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 1px 8px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 1px 8px 0 rgba(0, 0, 0, 0.07);
  background-color: white;
  padding: 1rem 2rem 1rem 2rem;
}
.banner-card p {
  color: #879192;
  line-height: 1.5;
  font-size: 0.9rem;
  text-align: justify;
  margin-bottom: 0.25rem;
}

.underline {
  text-decoration: underline;
}

.banner-card-title {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
  text-align: center;
  border-radius: 1.5rem;
  background-color: #f2f4f3;
  color: #8cbc42;
  font-size: 1.2rem;
  font-weight: 500;
}

#particles-js {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.deco-img {
  width: 25%;
  padding-top: 45%;
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url("./../img/deco.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 120% auto;
}

@media screen and (max-width: 1440px) {
  .banner {
    height: 600px;
    min-height: unset;
  }
  .banner .banner-title {
    padding: 1rem 4rem;
  }

  .swiper-countdown-wrap {
    padding: 1rem 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    height: 600px;
    min-height: unset;
  }

  .mask {
    -webkit-mask-size: 608px auto;
            mask-size: 608px auto;
    -webkit-mask-position: right top;
            mask-position: right top;
    background-size: 608px auto;
    background-position: right top;
  }
}
@media screen and (max-width: 840px) {
  .banner .banner-title {
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .banner-title-fill,
.banner-title-outline {
    text-shadow: 0 2px #f2f4f3, 2px 2px #f2f4f5;
  }

  .mask {
    -webkit-mask-size: 480px auto;
            mask-size: 480px auto;
    -webkit-mask-position: right -20% top -10%;
            mask-position: right -20% top -10%;
    background-size: 480px auto;
    background-position: right -20% top -10%;
  }

  .swiper-countdown-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
    bottom: 30%;
    top: unset;
  }

  #banner .container {
    margin-top: 4rem;
  }

  .deco-img {
    width: 40%;
    padding-top: 100%;
    opacity: 0.9;
  }
}
@media screen and (max-width: 630px) {
  .banner {
    height: 60vh;
  }
  .banner .banner-title {
    padding-top: 2rem;
  }

  .mask {
    -webkit-mask: unset;
            mask: unset;
    background-size: cover;
    background-position: center;
  }

  .banner-title-fill {
    color: white;
    text-shadow: unset;
  }

  .banner-title-outline {
    text-shadow: unset;
    -webkit-text-stroke-color: white;
  }

  .banner-card {
    margin-top: -6rem;
    /*margin: -7rem 2rem;*/
  }

  .cta {
    display: none;
  }

  #banner .container {
    margin-top: 0;
  }
}
.intro {
  position: relative;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 2rem 2rem;
  background-image: url("./../img/deco-bar-intro.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 20% auto;
}
.intro .container {
  padding-bottom: 8rem;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.intro-info {
  padding-top: 5rem;
  width: 50%;
  position: relative;
  z-index: 1;
}
.intro-info ul {
  padding-left: 2rem;
  max-width: 480px;
  margin-bottom: 4rem;
}
.intro-info li {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-weight: 500;
  color: #585e5d;
  position: relative;
}
.intro-info li i {
  font-size: 1.2rem;
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: inline-block;
  color: #8cbc42;
}
.intro-info li span {
  font-weight: inherit;
  line-height: inherit;
}
.intro-info .info-text {
  color: #EBE9F4;
  padding: 0 1rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.7;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: justify;
  max-width: 480px;
}

.intro-fixed {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 150px;
  z-index: 2;
}

.intro-tag {
  color: #8cbc42;
  letter-spacing: 2px;
  margin-bottom: 3rem;
}

.intro-tag {
  margin-bottom: 1rem;
}

.section-title {
  color: #585e5d;
  margin-bottom: 3rem;
  font-size: min(max(3vw, 24px), 3rem);
  font-weight: 700;
}
.section-title + .section-text {
  margin-top: -1.5rem;
}

.section-text {
  color: #879192;
  line-height: 1.7;
  padding-bottom: 2rem;
}

.t-c {
  text-align: center;
}

.intro-title {
  font-size: min(max(3vw, 24px), 3rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2rem;
  color: white;
  letter-spacing: 1px;
  background-image: url("./../img/intro/dot.png");
  background-repeat: no-repeat;
  background-position: center bottom 20%;
  background-size: contain;
}

.qoute {
  color: #EBE9F4;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 1px;
  max-width: 420px;
}

.eng {
  color: #879192;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.5rem;
}

.intro-img {
  padding: 3rem 2rem;
}
.intro-img img {
  width: 100%;
  border-radius: 1.5rem;
  border: 0.25rem solid white;
  -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 1px 8px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 1px 8px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.circle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -4rem;
}

.circle {
  width: 50%;
  position: relative;
  min-height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.circle > * {
  position: relative;
  z-index: 2;
}
.circle::before {
  background-color: #8cbc42;
  width: 128px;
  height: 128px;
  border-radius: 128px;
  position: absolute;
  z-index: 0;
}
.circle p {
  margin-top: -1.5rem;
  color: #585e5d;
  line-height: 1.5;
  padding: 0.5rem 2rem;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9rem;
  background-color: rgba(242, 244, 243, 0.8);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 2rem;
  border: 1px solid #8cbc42;
  -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 1px 8px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 1px 8px 0 rgba(0, 0, 0, 0.07);
}

.circle-img {
  background-color: #8cbc42;
  width: 128px;
  height: 128px;
  border-radius: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-box-shadow: 0 0 0 1.5rem rgba(140, 188, 66, 0.3), 0 0 0 3rem rgba(140, 188, 66, 0.1);
          box-shadow: 0 0 0 1.5rem rgba(140, 188, 66, 0.3), 0 0 0 3rem rgba(140, 188, 66, 0.1);
}
.circle-img i {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  margin-top: -1rem;
}
.circle-img .circle-title {
  font-size: 1.5rem;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 0.2rem #7ea93b;
  letter-spacing: 1px;
}

@media screen and (max-width: 840px) {
  .intro .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro .container .intro-tag {
    padding-left: 0;
  }

  .intro-info {
    padding-top: 1rem;
  }

  .intro-fixed,
.intro-info {
    width: 100%;
    position: inherit;
  }

  .circle-wrap {
    margin-left: 0;
    padding-bottom: 0;
  }

  .circle {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .intro-img {
    max-width: 480px;
    margin: 0 auto;
  }

  .intro {
    background-size: 40% auto;
  }
}
@media screen and (max-width: 630px) {
  .circle-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .circle-wrap .circle {
    width: 90%;
    margin-bottom: 2rem;
  }
}
#solution {
  padding-top: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
  border-radius: 2rem;
  position: relative;
  z-index: 1;
  background: #f2f4f3;
}

.solution-cards {
  display: -ms-grid;
  display: grid;
  max-width: 1366px;
  margin: 0 auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0 0.2rem white;
          box-shadow: 0 0 0 0.2rem white;
  overflow: hidden;
}

.solution-card {
  padding: 0.5rem 1rem;
  background-color: #fafbfb;
  position: relative;
  min-height: 13rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
.solution-card:hover .hover-show, .solution-card:focus .hover-show, .solution-card:active .hover-show, .solution-card.open .hover-show {
  max-height: 999px;
  opacity: 1;
}
.solution-card:hover .card-tag, .solution-card:focus .card-tag, .solution-card:active .card-tag, .solution-card.open .card-tag {
  max-height: 0;
  opacity: 0;
}
.solution-card:hover .card-title, .solution-card:focus .card-title, .solution-card:active .card-title, .solution-card.open .card-title {
  color: white;
  font-size: 1.25rem;
}
.solution-card:hover::before, .solution-card:focus::before, .solution-card:active::before, .solution-card.open::before {
  opacity: 1;
}
.solution-card.open::before {
  -webkit-box-shadow: 0 0 0 0.25rem #d1d8d4 inset;
          box-shadow: 0 0 0 0.25rem #d1d8d4 inset;
}
.solution-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  opacity: 0;
  background-color: #f2f4f3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.solution-card:nth-child(4n) {
  border-right: unset;
}
.solution-card:nth-child(9) {
  border-bottom: unset;
}
.solution-card:nth-child(10) {
  border-bottom: unset;
}
.solution-card:nth-child(11) {
  border-bottom: unset;
}
.solution-card:nth-child(12) {
  border-bottom: unset;
}
.solution-card > * {
  position: relative;
  z-index: 1;
}
.solution-card .hover-show {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.solution-card .card-text {
  color: white;
  line-height: 1.6;
  text-shadow: 0 1px #585e5d;
  font-size: 1rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.solution-card .card-title {
  font-size: 1.5rem;
  color: #585e5d;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.solution-card .card-tag {
  font-size: 0.8rem;
  line-height: 1.9;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  color: #8cbc42;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border: 1px solid #8cbc42;
  border-radius: 2rem;
  max-height: 100px;
}
.solution-card .card-tag i {
  margin-right: 0.25rem;
}

[data-type=pc]::before {
  background-image: url("./../img/solution/solution-1.jpg");
  filter: blur(2px);
}

[data-type=s]::before {
  background-image: url("./../img/solution/solution-2.jpg");
  filter: blur(2px);
}

[data-type=s]::before {
  background-image: url("./../img/solution/solution-3.jpg");
  filter: blur(2px);
}

[data-type=pay]::before {
  background-image: url("./../img/solution/solution-4.jpg");
  filter: blur(2px);
}

[data-type=tax]::before {
  background-image: url("./../img/solution/solution-5.jpg");
  filter: blur(2px);
}

[data-type=cal]::before {
  background-image: url("./../img/solution/solution-6.jpg");
  filter: blur(2px);
}

[data-type=clo]::before {
  background-image: url("./../img/solution/solution-7.jpg");
  filter: blur(2px);
}

[data-type=hr]::before {
  background-image: url("./../img/solution/solution-8.jpg");
  filter: blur(2px);
}

[data-type=pj]::before {
  background-image: url("./../img/solution/solution-9.jpg");
  filter: blur(2px);
}

[data-type=au]::before {
  background-image: url("./../img/solution/solution-10.jpg");
  filter: blur(2px);
}

[data-type=ca]::before {
  background-image: url("./../img/solution/solution-11.jpg");
  filter: blur(2px);
}

[data-type=qc]::before {
  background-image: url("./../img/solution/solution-12.jpg");
  filter: blur(2px);
}

@media screen and (max-width: 1200px) {
  #solution {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .solution-cards {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .solution-card {
    min-height: 11rem;
  }

  .solution-card:nth-child(4n) {
    border-right: solid 1px #e6e6e6;
  }

  .solution-card:nth-child(3n) {
    border-right: unset;
  }

  .solution-card:nth-child(9) {
    border-bottom: solid 1px #e6e6e6;
  }
}
@media screen and (max-width: 992px) {
  .solution-cards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 768px;
    margin: 0 auto;
  }

  .solution-card {
    min-height: 11rem;
  }

  .solution-card:nth-child(3n) {
    border-right: solid 1px #e6e6e6;
  }

  .solution-card:nth-child(2n) {
    border-right: unset;
  }

  .solution-card:nth-child(9) {
    border-bottom: solid 1px #e6e6e6;
  }

  .solution-card:nth-child(10) {
    border-bottom: solid 1px #e6e6e6;
  }
}
@media screen and (max-width: 630px) {
  #solution {
    padding-bottom: 0;
  }

  .solution-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .solution-card {
    min-height: 10rem;
  }

  .solution-card:nth-child(n) {
    border-right: unset;
    border-bottom: solid 1px #e6e6e6;
  }

  .solution-card:nth-child(12) {
    border-bottom: unset;
  }
}
#service {
  padding-top: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
  background-color: #f2f4f3;
  background-image: url("./../img/deco-bar.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 25% auto;
  border-bottom: 0.25rem solid #8cbc42;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e7ebe9;
  border-radius: 2rem;
}

.step-item {
  border-radius: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  color: #879192;
  padding: 0.75rem 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.step-item span {
  font-weight: 500;
}
.step-item.active {
  background: #8cbc42;
  color: white;
  -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 2px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 2px 16px 0 rgba(0, 0, 0, 0.08);
  padding: 0.75rem 1rem;
}
.step-item.active .step-img {
  max-width: 100px;
}

.step-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  margin-right: 0.5rem;
  margin-left: -1rem;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.step-img img {
  width: 100%;
}

.tab-body {
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 600px;
}

.tab-content {
  color: #585e5d;
  line-height: 1.6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-content.show {
  -webkit-animation: slideDown 0.5s 1 forwards;
          animation: slideDown 0.5s 1 forwards;
}

.tab-img {
  width: 50%;
  text-align: center;
}
.tab-img img {
  width: 100%;
  max-width: 420px;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0 0.25rem white, 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 2px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0 0.25rem white, 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 2px 16px 0 rgba(0, 0, 0, 0.08);
}

.tab-info {
  width: 50%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tab-title {
  font-size: 1.5rem;
  color: #212423;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.tab-text {
  margin-bottom: 2rem;
  max-width: 460px;
  line-height: 1.8;
  text-align: justify;
}

.check-list li {
  padding-left: 1rem;
}
.check-list p {
  display: inline-block;
  color: #78a239;
  margin-bottom: 1rem;
  padding-right: 2rem;
  border-radius: 2rem;
  border: 1px solid #8cbc42;
  background-color: #f2f4f3;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.9;
  -webkit-box-shadow: 0.25rem 0 0 1px rgba(140, 188, 66, 0.3), 0.5rem 0 0 0 rgba(140, 188, 66, 0.1);
          box-shadow: 0.25rem 0 0 1px rgba(140, 188, 66, 0.3), 0.5rem 0 0 0 rgba(140, 188, 66, 0.1);
}
.check-list i {
  background-color: #8cbc42;
  margin-right: 1rem;
  color: white;
  font-size: 1.25rem;
  border-radius: 1rem;
  padding: 0.25rem;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

@-webkit-keyframes slideDown {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(-1rem);
            transform: translate(-1rem);
  }
  1% {
    display: -webkit-box;
    display: flex;
    -webkit-transform: translate(-1rem);
            transform: translate(-1rem);
  }
  100% {
    display: -webkit-box;
    display: flex;
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(-1rem);
            transform: translate(-1rem);
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(-1rem);
            transform: translate(-1rem);
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
.mobile-tab-menu {
  border-radius: 2rem;
  display: none;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0 2rem;
}

@media screen and (max-width: 840px) {
  #service {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-size: 40% auto;
  }

  .intro-tag,
.section-title,
.section-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }

  .mobile-tab-menu {
    display: block;
  }

  .mobile-tab-menu .step-item {
    width: 100%;
  }

  .step-item {
    background-color: #e7ebe9;
    width: 32%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 3.8rem;
  }

  .tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tab-info,
.tab-img {
    width: 100%;
  }

  .tab-info {
    display: inline-block;
    margin: 0 auto;
    max-width: 480px;
  }

  .tab-img {
    display: inline-block;
    width: unset;
    height: 160px;
    overflow: hidden;
    border-radius: 2rem;
    -webkit-box-shadow: 0 0 0 0.25rem white, 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 2px 16px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 0 0.25rem white, 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 2px 16px 0 rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 630px) {
  .step-img {
    width: 24px;
    margin-right: 0.25rem;
    margin-left: -0.5rem;
  }

  .tab-info {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .check-list li {
    padding-left: 0;
  }
}
#customer {
  padding-top: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
  border-bottom: 0.25rem solid #8cbc42;
}

.customer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customer-card {
  width: 14.2857142857%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  max-width: 140px;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0 0.2rem white, 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 1px 8px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 0 0.2rem white, 0px 0px 1px 0 rgba(0, 0, 0, 0.02), 0px 1px 8px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.customer-card img {
  width: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.customer-card:hover {
  opacity: 0.7;
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}
@media screen and (max-width: 840px) {
  #customer {
    padding-top: 6rem;
  }

  .customer-card {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  #customer {
    padding-left: 0;
    padding-right: 0;
  }

  .customer-card {
    width: 25%;
  }
}
#about {
  border-radius: 2rem;
  position: relative;
  z-index: 1;
  margin-bottom: -2px;
}

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-img {
  width: 50%;
  background-image: url("../img/about.jpg");
  background-size: cover;
  background-position: center;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}

.about-info {
  width: 50%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  padding-top: 6rem;
  background: #f8f9f8;
}
.about-info .section-title {
  max-width: 480px;
}
.about-info .section-text {
  max-width: 480px;
}
.about-info .button-primary {
  margin-bottom: 2rem;
  font-size: 1rem;
  padding: 0.75rem 2rem;
}

.about-spot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  margin-bottom: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 480px;
}
.about-spot-wrap .circle-img {
  width: 120px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  -webkit-box-shadow: 0 0 0 0.5rem rgba(140, 188, 66, 0.3), 0 0 0 1.2rem rgba(140, 188, 66, 0.15);
          box-shadow: 0 0 0 0.5rem rgba(140, 188, 66, 0.3), 0 0 0 1.2rem rgba(140, 188, 66, 0.15);
  background-color: #f2f4f3;
}
.about-spot-wrap .circle-title {
  text-align: center;
  font-size: 1rem;
  padding: 0 0rem;
  margin: 0 -0.5rem;
  white-space: normal;
  letter-spacing: 0;
  color: #212423;
  text-shadow: unset;
}
.about-spot-wrap i {
  color: #8cbc42;
}
.about-spot-wrap .big {
  font-size: 1.4rem;
  font-weight: inherit;
}

.about-btn-wrap {
  border-top: 1px solid #e4e8e6;
  padding: 2rem 0;
  margin-bottom: 1rem;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .about-img {
    width: 40%;
  }

  .about-info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 840px) {
  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-img {
    height: 200px;
    width: 100%;
  }

  .about-info {
    width: 100%;
  }

  .about-spot-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-spot-wrap .circle-img {
    margin-bottom: 3rem;
    width: 144px;
    height: 144px;
  }

  .about-btn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}