@charset "UTF-8";
.green {
  color: #489859;
}

.orange {
  color: #FF6D37;
}

.gray {
  color: #888888;
}

.gray-light {
  color: #666666;
}

.black {
  color: #373F41;
}

.black-heavy {
  color: #333333;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
}

button {
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
}

a {
  text-decoration: none;
}

textarea::placeholder {
  white-space: pre-line;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-24 {
  margin-bottom: 24px;
}

.pl-48 {
  padding-left: 48px;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.underline {
  text-decoration: underline;
}

section[id],
div[id] {
  scroll-margin-top: 15px;
}

.mobile-br {
  display: none;
}

@media (max-width: 1280px) {
  .mobile-br {
    display: inline;
  }
}
.mobile-br-xs {
  display: none;
}

@media (max-width: 576px) {
  .mobile-br-xs {
    display: inline;
  }
}
.mobile-lg {
  display: none;
}

@media (max-width: 1150px) {
  .mobile-lg {
    display: block;
  }
  .desktop-lg {
    display: none;
  }
}
.text-br {
  display: none;
}

@media (min-width: 1100px) {
  .text-br {
    display: inline;
  }
}
@media (max-width: 580px) and (min-width: 480px) {
  .text-br {
    display: inline;
  }
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

.title-h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 576px) {
  .title-h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
  }
}
.title-h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.88px;
}
@media screen and (max-width: 576px) {
  .title-h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
  }
}
.title-h2-1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 41.6px;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 576px) {
  .title-h2-1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    letter-spacing: 0.96px;
  }
}
.title-h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 576px) {
  .title-h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    letter-spacing: 0.48px;
  }
}
.title-h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 576px) {
  .title-h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: 0.36px;
  }
}
.title-h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 576px) {
  .title-h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    letter-spacing: 0.64px;
  }
}

.text-p1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 576px) {
  .text-p1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.9px;
  }
}
.text-p2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.64px;
}

.text-h1 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 68px;
  line-height: 78px;
  color: #333333;
}
@media screen and (max-width: 576px) {
  .text-h1 {
    font-size: 36px;
    line-height: 56px;
  }
}

.text-h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 32px;
  color: #888888;
}
@media screen and (max-width: 576px) {
  .text-h2 {
    font-size: 16px;
    line-height: 28px;
  }
}

.text-h3 {
  color: #666666;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0.7px;
  line-height: 24px;
}

.text-h4 {
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 24px;
}

.text-h5 {
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 40px;
}

.text-h6 {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 28px;
}
@media screen and (max-width: 960px) {
  .text-h6 {
    font-size: 18px;
  }
}

.text-h6-1 {
  color: #489859;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.7px;
  line-height: 28px;
}

.text-h6-2 {
  color: #489859;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 28px;
}

.text-h7 {
  color: #231815;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 32px;
}

.text-h8 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  line-height: 22px;
}

.popup {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.popup.active {
  opacity: 1;
  pointer-events: all;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.popup.active .popup-overlay {
  opacity: 1;
}

.popup-content {
  position: relative;
  z-index: 1;
  background: white;
  padding: 32px 40px 40px 40px;
  border-radius: 12px;
  box-shadow: 8px 8px 48px 0 rgba(92, 92, 92, 0.1);
  text-align: center;
  width: 80dvw;
  max-width: 720px;
  color: #333333;
}
@media screen and (max-width: 576px) {
  .popup-content {
    max-height: 85vh;
    width: 85dvw;
    padding: 20px 24px 20px 24px;
  }
}
.popup-content > .text-p2 {
  width: 100%;
  text-align: left;
  margin: 24px 0;
}
@media screen and (max-width: 576px) {
  .popup-content > .text-p2 {
    margin: 12px 0 8px 0;
  }
}
.popup-content .button-fill {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.9px;
  width: 100%;
}

.pop-alert {
  color: #666666;
  margin: 24px 0;
  text-align: left;
}
.pop-alert h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: normal;
  margin-bottom: 8px;
  font-weight: 700;
}
.pop-alert p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: normal;
}

.toggle {
  padding: 130px 0px 40px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-direction: column;
  background-color: #DBEFE6;
}
.toggle-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .toggle {
    padding-top: 180px;
  }
}
.toggle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 75px;
  margin: 0 auto;
}
.toggle section p {
  color: #489859;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0.6px;
}
.toggle-tab {
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
  cursor: pointer;
}
.toggle-tab.is-active {
  opacity: 1;
  transform: translateY(-1px);
}

.step {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
}
.step-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 960px) {
  .step-inner {
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .step-inner {
    flex-direction: column;
  }
}
.step-inner img {
  max-width: 300px;
}
.step-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
}
.step-container section {
  display: flex;
}
.step-container section h5 {
  width: calc(100% - 44px - 8px);
}

.steps-viewport {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}

.steps-track {
  display: flex;
  width: calc(var(--count, 2) * 100%);
  transition: transform 0.45s ease;
  will-change: transform;
  align-items: flex-start;
}

.marker-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 40px;
  height: 40px;
  background-color: #5FB076;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0.6px;
  margin-right: 16px;
}

.qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
  text-align: center;
}
.qrcode img {
  width: 100%;
  max-width: 175px;
}

.toggle-m {
  display: none;
  padding: 160px 0px 40px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-direction: column;
  background-color: #DBEFE6;
}
@media screen and (max-width: 576px) {
  .toggle-m {
    padding-top: 220px;
  }
}
.toggle-m h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 576px) {
  .toggle-m h4 {
    font-size: 22px;
  }
}

.toggle-m .btn-prev[aria-disabled=true],
.toggle-m .btn-next[aria-disabled=true] {
  opacity: 0;
  pointer-events: none;
}

.toggle-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.toggle-nav button {
  background-color: transparent;
}

.current-step {
  color: #489859;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0.6px;
}

@media (min-width: 576px) {
  .toggle-m {
    display: none;
  }
}
@media (max-width: 576px) {
  .toggle {
    display: none;
  }
  .toggle-m {
    display: flex;
    gap: 18px;
  }
  .toggle-m .step-inner {
    padding: 0;
  }
  .step-inner {
    gap: 10px;
  }
  .steps-viewport .step {
    scroll-snap-align: center;
    width: calc(100% - 56px);
    flex: 0 0 auto;
  }
}
/* ========== toggle-m text fade ========== */
.step-text {
  padding: 0 20px;
}
.step-text h4 {
  width: 100%;
  text-align: center;
}

.step-text2 {
  text-align: center;
}
.step-text2 .step-container {
  align-items: center;
}

.steps-viewport-text {
  display: grid;
  width: 100%;
  min-width: 0;
  place-items: center;
  overflow: hidden;
}

.steps-viewport-text .step-text {
  grid-area: 1/1;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.steps-viewport-text .step-text.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.steps-viewport .step.is-active {
  transform: translateX(0);
  opacity: 1;
}

/* toggle-m： */
.toggle-m .steps-viewport {
  --start: 48px;
  --peek: 28px;
  --gap: 10px;
  display: flex;
  gap: var(--gap);
  overflow: auto hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.toggle-m .steps-viewport::-webkit-scrollbar {
  display: none;
}

.toggle-m .steps-viewport .step {
  flex: 0 0 auto;
  max-width: 300px;
  --start: clamp(48px, (100vw - 300px) / 2, 160px);
  width: calc(100% - (var(--start) + var(--peek) + var(--gap)));
  scroll-snap-align: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.8;
}

.toggle-m .steps-viewport .step:first-child {
  margin-left: var(--start);
}

.toggle-m .steps-viewport .step:last-child {
  margin-right: var(--start);
}

.toggle-m .steps-viewport .step img {
  width: 100%;
  height: auto;
  display: block;
}

header {
  background-color: #FFFFFF;
  box-shadow: 8px 8px 48px 0px rgba(92, 92, 92, 0.1);
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 0 40px;
  margin: auto;
  position: sticky;
  z-index: 99;
  top: 0;
}
@media screen and (max-width: 576px) {
  header {
    justify-content: center;
    padding: 0 20px;
  }
}

.header-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.header-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 576px) {
  .header-img a img {
    height: 24px;
  }
}
@media screen and (max-width: 960px) {
  .header-img {
    width: 100%;
  }
}

.divider {
  width: 1px;
  height: 16px;
  margin: 0 24px;
  background-color: #DADADA;
}
@media screen and (max-width: 576px) {
  .divider {
    margin: 0 20px 0 16px;
  }
}

@media screen and (max-width: 960px) {
  .nav {
    display: none;
  }
}
.nav-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  list-style: none;
  gap: 24px;
}
.nav-header a {
  text-decoration: none;
  color: #333333;
  font-weight: 400;
}
.nav-m {
  overflow: hidden;
  transition: opacity 0.3s ease;
  background: #fff;
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
}
.nav-m ul {
  padding: 24px 20px;
  list-style: none;
}
.nav-m ul li {
  margin-bottom: 24px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 24px;
}
.nav-m ul li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  letter-spacing: 1px;
}
.nav-m.active {
  opacity: 1;
  pointer-events: auto;
}

.menu-toggle-m {
  width: 28px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 10000;
}
@media screen and (max-width: 960px) {
  .menu-toggle-m {
    display: block;
  }
}
.menu-toggle-m span {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #333;
  left: 0;
  transition: 0.3s ease;
  border-radius: 2px;
}
.menu-toggle-m span:nth-child(1) {
  top: 0;
}
.menu-toggle-m span:nth-child(2) {
  top: 9px;
}
.menu-toggle-m span:nth-child(3) {
  top: 18px;
}
.menu-toggle-m.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.menu-toggle-m.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle-m.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

.button-fill {
  position: relative;
  border-radius: 100px;
  padding: 0 40px;
  height: 48px;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(90deg, #67B77E 0%, #87CB82 100%);
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .button-fill {
    width: 100%;
  }
}
.button-fill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #87CB82 0%, #67B77E 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
}
.button-fill:hover::before {
  opacity: 1;
}

.btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1150px) {
  .btn-wrapper {
    margin: 20px 0px;
  }
}
@media screen and (max-width: 576px) {
  .btn-wrapper {
    width: 100%;
    flex-direction: column;
  }
}
.btn-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.9px;
}
.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
}

.circle {
  width: 350px;
  height: 350px;
  position: absolute;
  left: -94px;
  bottom: -72px;
  z-index: 1;
  border-radius: 350px;
  background: linear-gradient(90deg, #67B77E 0%, #87CB82 100%);
  filter: blur(200px);
}
@media screen and (max-width: 1150px) {
  .circle {
    display: none;
  }
}
.circle-bg {
  width: 100%;
}
.circle-1 {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 337px;
  height: 337px;
  border-radius: 350px;
  background: linear-gradient(90deg, #67B77E 0%, #87CB82 100%);
  filter: blur(400px);
  z-index: -1;
}
.circle-2 {
  position: absolute;
  right: -50px;
  bottom: 37px;
  width: 335px;
  height: 335px;
  border-radius: 350px;
  background: linear-gradient(90deg, #67B77E 0%, #87CB82 100%);
  filter: blur(250px);
  z-index: -1;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background-color: #EDEDED;
  position: relative;
  overflow: hidden;
}
.banner-wrap {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding-top: 68px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .banner-wrap {
    flex-direction: column;
    text-align: center;
    padding: 38px 20px;
  }
}
.banner-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding-top: 40px;
}
@media screen and (max-width: 1150px) {
  .banner-img {
    display: none;
  }
}
.banner-img-m {
  display: none;
}
@media screen and (max-width: 1150px) {
  .banner-img-m {
    display: block;
  }
}
.banner img {
  width: 100%;
  max-width: 800px;
}
.banner-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  flex-direction: column;
  color: #373F41;
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
}
@media screen and (min-width: 1150px) {
  .banner-text {
    min-width: 500px;
  }
}
@media screen and (max-width: 1280px) {
  .banner-text {
    gap: 24px;
  }
}
@media screen and (max-width: 1150px) {
  .banner-text {
    padding: 0;
    align-items: center;
  }
}
.banner-text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding-left: 72px;
}
@media screen and (min-width: 1280px) {
  .banner-text-wrap {
    min-width: 800px;
  }
}
@media screen and (max-width: 1150px) {
  .banner-text-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 1280px) {
  .banner-text h3 {
    margin: 24px 0;
  }
}

.container {
  overflow-x: hidden;
}

.chart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 120px 20px 40px 20px;
  color: #333333;
  background-color: #E6F2EA;
}
@media screen and (max-width: 768px) {
  .chart {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .chart {
    padding-top: 60px;
  }
}
.chart-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.chart-label p {
  color: #646a73;
  line-height: 12px;
  font-size: 12px;
}
.chart-label::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: linear-gradient(178deg, #87CB82 48.37%, #67B77E 86.65%);
  border-radius: 100px;
}
.chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
  text-align: center;
}
.chart-container img {
  width: 100%;
  min-width: 300px;
  max-width: 500px;
}

.card-style {
  position: relative;
  padding: 40px;
  width: 100%;
  max-width: 480px;
  min-width: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
  text-align: left;
  background-color: #FFFFFF;
  box-shadow: 8px 8px 48px 0 rgba(92, 92, 92, 0.1);
  border-radius: 20px;
}
.card-style img {
  position: absolute;
  top: -32px;
  left: 0;
}

.section-sep {
  position: relative;
  padding: 80px 20px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .section-sep .title-h2-1 {
    text-align: center;
  }
}
.section-sep-toggle {
  position: relative;
  margin-top: 300px;
}
.section-sep-left {
  max-width: 556px;
}
.section-sep-right {
  max-width: 556px;
}
.section-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .section-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .section-wrapper {
    gap: 36px;
  }
}
.section-wrapper img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .section-wrapper img {
    width: 128%;
    transform: translateX(-9%);
  }
}
.section-input {
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 8px 8px 48px 0 rgba(92, 92, 92, 0.1);
  padding: 40px;
  width: calc(100% - 40px);
  max-width: 1096px;
  margin: 0 auto;
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .section-input {
    top: -240px;
    padding: 24px;
  }
}
.section-input button {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.9px;
  height: 52px;
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 576px) {
  .section-input button {
    max-width: none;
  }
}

.list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .list {
    margin-top: 0;
  }
}
.list section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .list section {
    flex-direction: column;
  }
}
.list section p:last-child {
  width: 100%;
}
.list .marker {
  padding: 0 15px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #489859;
  border: 2px solid #489859;
  border-radius: 100px;
  white-space: nowrap;
}
.list .text-p2 {
  color: #666666;
}

.input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .input-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.input-style {
  color: #333333;
  width: 100%;
}
.input-style textarea {
  resize: none;
  padding-top: 10px;
}
@media screen and (max-width: 576px) {
  .input-style textarea {
    height: auto;
    min-height: 48px;
  }
}
.input-style-wrapper {
  background-color: #FFFFFF;
  border: 1px solid #888888;
  border-radius: 8px;
  padding: 0 16px;
  height: 48px;
  margin-top: 8px;
  width: 100%;
  outline: none;
}
@media (max-width: 480px) {
  .input-style-wrapper {
    padding: 10px 16px;
  }
}
.input-style-wrapper::placeholder {
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.64px;
}

.member-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  border-radius: 8px;
}
.member-table thead {
  background-color: rgba(95, 176, 118, 0.75);
  color: #FFFFFF;
}
.member-table thead tr th {
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
}
.member-table td {
  padding: 16px 16px;
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 576px) {
  .member-table td {
    font-size: 20px;
    padding: 12px;
  }
}
.member-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.member-table tbody tr:nth-child(even) {
  background-color: #FAFAFA;
}
.member-table th:first-child {
  border-top-left-radius: 8px;
}
.member-table th:last-child {
  border-top-right-radius: 8px;
}

.table-wrapper {
  max-height: 340px;
  overflow-y: auto;
  padding-right: 16px;
  margin-right: -16px;
}
@media screen and (max-width: 576px) {
  .table-wrapper {
    max-height: 180px;
  }
}

/* Chrome / Edge / Safari */
.table-wrapper::-webkit-scrollbar {
  width: 6px;
}

.table-wrapper::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background: #A4A4A4;
  border-radius: 999px;
}

.terms {
  width: 100%;
  max-width: 1096px;
  padding: 0 20px;
  margin: 80px auto 100px auto;
}
.terms h3 {
  text-align: center;
}
.terms-container {
  color: #666666;
  margin-top: 24px;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0.56px;
  font-weight: 400;
}

.ol-container {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 20px;
}

ol {
  padding-left: 20px;
}
ol li {
  margin-bottom: 4px;
}

ul {
  list-style: none;
}

.ol-title {
  font-weight: 700;
  margin-bottom: 4px;
}

.rules-list {
  list-style: none;
  counter-reset: section 1;
}
.rules-list li {
  counter-increment: section;
  position: relative;
  padding-left: 2em;
  margin-bottom: 12px;
  line-height: 1.6;
}
.rules-list li::before {
  content: counter(section, cjk-ideographic) "、";
  position: absolute;
  left: 0;
}

.qa {
  width: 100%;
  max-width: 1096px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  gap: 16px;
  flex-direction: column;
  padding: 80px 0;
  margin: 0 20px;
}
.qa-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background-image: url("../assets/bg3-1.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.qa-chart {
  background-color: #fafafa;
  border-radius: 8px;
  padding: 24px 30px;
  width: 100%;
  cursor: pointer;
}
.qa-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}
.qa-header > button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.qa-header section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .qa-header section {
    gap: 10px;
  }
}
.qa-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.qa-expand img {
  width: 100%;
  margin: 16px 0;
}
.qa-ul {
  list-style: none;
  margin-top: 8px;
}
.qa-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .qa-pc {
    display: none;
  }
}
.qa-m {
  display: none;
}
@media screen and (max-width: 768px) {
  .qa-m {
    display: block;
  }
}

.pl-56 {
  padding-left: 56px;
}
@media screen and (max-width: 768px) {
  .pl-56 {
    padding-left: 52px;
  }
}

.pl-48 {
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  .pl-48 {
    padding-left: 38px;
  }
}

.pl-36 {
  padding-left: 38px;
}

.ul-m {
  list-style: none;
}

.qa-chart.active .qa-answer {
  max-height: 500px;
  opacity: 1;
  margin-top: 16px;
}

.footer {
  width: 100%;
  text-align: center;
}
.footer-up {
  background-color: #F5F5F5;
  color: #333333;
  padding: 20px;
}
.footer-bot {
  color: #888888;
  background-color: #FFFFFF;
  padding: 20px;
  border-top: 8px solid #489859;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 32px;
  width: 70px;
  height: 70px;
  z-index: 999;
}
@media screen and (max-width: 576px) {
  .back-to-top {
    width: 40px;
    height: 40px;
  }
}

.back-to-top img {
  width: 100%;
  height: 100%;
  display: block;
}

/*# sourceMappingURL=style.css.map */
