@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
:root {
  --nav-height: 80px;
  --footer-height: 100px;
}
@media only screen and (max-width: 768px) {
  :root {
    --nav-height: 60px;
    --footer-height: 35vw;
  }
}

:root {
  --nav-height: 80px;
  --footer-height: 100px;
}
@media only screen and (max-width: 768px) {
  :root {
    --nav-height: 60px;
    --footer-height: 35vw;
  }
}

.logo {
  z-index: 1;
  position: absolute;
  display: block;
  height: 30%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

nav {
  z-index: 9;
  position: absolute;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background: #FFF;
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  nav {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  nav {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 768px) {
  nav {
    font-size: 3.35vw;
  }
}

.nav-outer-logo {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .nav-outer-logo {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-outer-logo {
    width: 90%;
    max-width: none;
  }
}

.nav-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .nav-link {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-link {
    width: 90%;
    max-width: none;
  }
}
.nav-link a {
  display: block;
  padding: 0 5px;
  transition: color 0.5s, background 0.5s;
}

.nav-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 32px;
}

.btn-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 24px;
}
.btn-flex .nav-login {
  display: inline-block;
  padding: 12px 32px;
  color: #FFF;
  background: #1B1E24;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  white-space: nowrap;
  transition: color 0.5s, background 0.5s;
}
@media only screen and (min-width: 1025px) {
  .btn-flex .nav-login:hover {
    color: #FFF;
    background: #1EC687;
  }
}
@media only screen and (max-width: 1024px) {
  .btn-flex .nav-login {
    padding: 0.75em 2em;
  }
}
@media only screen and (max-width: 768px) {
  .btn-flex .nav-login {
    padding: 1.25em 3em;
  }
}
.btn-flex .nav-join {
  display: inline-block;
  padding: 12px 32px;
  color: #FFF;
  background: #1EC687;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  white-space: nowrap;
  transition: color 0.5s, background 0.5s;
}
@media only screen and (min-width: 1025px) {
  .btn-flex .nav-join:hover {
    color: #FFF;
    background: #3EEDAB;
  }
}
@media only screen and (max-width: 1024px) {
  .btn-flex .nav-join {
    padding: 0.75em 2em;
  }
}
@media only screen and (max-width: 768px) {
  .btn-flex .nav-join {
    padding: 1.25em 3em;
  }
}

.buffering {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.buffering p {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border: 8px solid #06C755;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  animation: buffering 0.75s linear infinite;
}
@keyframes buffering {
  to {
    transform: rotate(359deg);
  }
}

@media only screen and (min-width: 1025px) {
  .nav-link {
    height: auto !important;
    display: flex !important;
  }
  .nav-link a:hover {
    color: #1EC687;
  }
}
@media only screen and (max-width: 1440px) {
  .nav-wrap {
    gap: 18px;
  }
  .btn-flex {
    gap: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  nav {
    height: var(--nav-height);
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1440px) {
  nav {
    font-size: 16.5px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  nav {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  nav {
    font-size: 3.6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-link {
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    align-items: flex-start;
    height: calc(100vh - var(--nav-height));
    background: #FFF;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-link .nav-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
    height: auto;
    margin: 1.5rem auto;
    width: 85%;
  }
  .nav-link .nav-wrap > a {
    position: relative;
    display: inline-block;
    padding: 0;
  }
  .btn-flex {
    width: 100%;
    flex-direction: row;
    margin-top: 10%;
    gap: 5%;
  }
  .btn-flex .nav-join,
  .btn-flex .nav-login {
    display: block;
    width: 25%;
  }
  .nav-close,
  .hamburger {
    width: 32px;
  }
  .nav-close {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .btn-flex {
    display: block;
    margin-top: 5%;
  }
  .btn-flex .nav-join,
  .btn-flex .nav-login {
    margin: 15px auto;
    width: 50%;
  }
  .nav-close,
  .hamburger {
    width: 24px;
  }
}
:root {
  --nav-height: 80px;
  --footer-height: 100px;
}
@media only screen and (max-width: 768px) {
  :root {
    --nav-height: 60px;
    --footer-height: 35vw;
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: var(--footer-height);
  color: #FFF;
  background: #000;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  opacity: 0.8;
}
@media only screen and (max-width: 1440px) {
  .copyright {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .copyright {
    width: 90%;
    max-width: none;
  }
}
.copyright > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}

@media only screen and (max-width: 768px) {
  .copyright > div {
    flex-direction: column;
    gap: 0;
  }
}
:root {
  --nav-height: 80px;
  --footer-height: 100px;
}
@media only screen and (max-width: 768px) {
  :root {
    --nav-height: 60px;
    --footer-height: 35vw;
  }
}

form .btn-send {
  display: inline-block;
  padding: 12px 32px;
  color: #FFF;
  background: #1EC687;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  white-space: nowrap;
  transition: color 0.5s, background 0.5s;
}
@media only screen and (min-width: 1025px) {
  form .btn-send:hover {
    color: #FFF;
    background: #3EEDAB;
  }
}
@media only screen and (max-width: 1024px) {
  form .btn-send {
    padding: 0.75em 2em;
  }
}
@media only screen and (max-width: 768px) {
  form .btn-send {
    padding: 1.25em 3em;
  }
}
form .btn-send.disabled {
  background: #E6E9EB;
}
form .form-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
  margin: 3rem 0;
}
form .form-flex .form-block {
  position: relative;
  flex: 1 0 0;
}
form .form-flex .form-block p {
  margin-bottom: 0.5rem;
}
form .form-flex .form-block .remind {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #FF334B;
  transform: translateY(125%);
}
@media only screen and (max-width: 1440px) {
  form .form-flex .form-block .remind {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  form .form-flex .form-block .remind {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  form .form-flex .form-block .remind {
    font-size: 3.15vw;
  }
}
form input {
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  padding: 1rem 0;
  border-bottom: 1px solid #1B1E24;
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  letter-spacing: inherit;
  font-size: 18px;
  transition: border 0.25s;
}
@media only screen and (max-width: 1440px) {
  form input {
    font-size: 16.5px;
  }
}
@media only screen and (max-width: 1024px) {
  form input {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  form input {
    font-size: 3.6vw;
  }
}
form input:focus {
  outline: none;
  border-color: #1EC687;
}
form input::-moz-placeholder {
  color: #E6E9EB;
}
form input::placeholder {
  color: #E6E9EB;
}
form input.alert {
  border-color: #FF334B;
}
form .form-checkbox {
  position: relative;
  margin: 2rem 0;
}
form .form-checkbox .remind {
  display: none;
  position: absolute;
  font-size: 14px;
  color: #FF334B;
  bottom: -1.75em;
  left: 2.9em;
}
@media only screen and (max-width: 1440px) {
  form .form-checkbox .remind {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  form .form-checkbox .remind {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  form .form-checkbox .remind {
    font-size: 3.15vw;
  }
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + label {
  display: block;
  margin-left: 2.5em;
  cursor: pointer;
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  form input[type=checkbox] + label {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  form input[type=checkbox] + label {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 768px) {
  form input[type=checkbox] + label {
    font-size: 3.35vw;
  }
}
form input[type=checkbox] + label p {
  position: absolute;
  display: block;
  top: 0.1em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  background: url("../img/icon/icon-check.svg") #1EC687 no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  filter: grayscale(1) brightness(1.25);
}
form input[type=checkbox] + label span {
  display: inline-block;
}
form input[type=checkbox] + label a {
  border-bottom: 1px solid #1B1E24;
  transition: color 0.5s, border 0.5s;
}
form input[type=checkbox]:checked + label p {
  filter: none;
}
form input::-webkit-date-and-time-value {
  color: #000;
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  form input[type=checkbox] + label a:hover {
    color: #1EC687;
    border-color: #1EC687;
  }
}
@media only screen and (max-width: 1024px) {
  form .btn-send {
    margin-top: 1.5em;
  }
  form .form-flex {
    flex-direction: column;
    gap: 3em;
    margin: 3em 0;
  }
  form .form-flex .form-block {
    width: 100%;
  }
  form .form-flex .form-block p {
    margin-bottom: 0.5em;
  }
}
:root {
  --nav-height: 80px;
  --footer-height: 100px;
}
@media only screen and (max-width: 768px) {
  :root {
    --nav-height: 60px;
    --footer-height: 35vw;
  }
}

.lightbox {
  display: none;
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.lightbox .lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  padding: 3em;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.lightbox .lightbox-content .lightbox-close {
  display: block;
  position: absolute;
  width: 1.5rem;
  right: 1rem;
  top: 1rem;
}
.lightbox .lightbox-content .icon {
  display: block;
  width: 2.5em;
  margin: 1em auto;
}

@font-face {
  font-family: "LINESeed";
  src: url("../fonts/LINESeedTW_OTF_Rg.woff") format("woff");
}
@font-face {
  font-family: "LINESeed";
  src: url("../fonts/LINESeedTW_OTF_Bd.woff") format("woff");
  font-weight: bold;
}
html {
  font-size: 18px;
}

body {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: auto;
  background: #FFF;
  color: #1B1E24;
  letter-spacing: 0.1em;
  font-size: 18px;
  min-height: 100vh;
  font-family: "LINESeed", "Noto Sans TC";
}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 16.5px;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.6vw;
  }
}
body.fix {
  overflow: hidden;
}
body main {
  flex: 1 0 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.fullimg {
  display: block;
  width: 100%;
}

.fullimgHeight {
  display: block;
  height: 100%;
  margin: auto;
}

.c-000 {
  color: #000;
}

.c-gray {
  color: #7C818D;
}

.c-white {
  color: #FFF;
}

.c-green {
  color: #1EC687;
}

.t-center {
  text-align: center;
}

.f-bold {
  font-weight: bold;
}

.font-enormous {
  font-size: 60px;
}
@media only screen and (max-width: 1440px) {
  .font-enormous {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1024px) {
  .font-enormous {
    font-size: 7vw;
  }
}
@media only screen and (max-width: 768px) {
  .font-enormous {
    font-size: 9vw;
  }
}

.font-super {
  font-size: 48px;
}
@media only screen and (max-width: 1440px) {
  .font-super {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  .font-super {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  .font-super {
    font-size: 8vw;
  }
}

.font-huge {
  font-size: 36px;
}
@media only screen and (max-width: 1440px) {
  .font-huge {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .font-huge {
    font-size: 4.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .font-huge {
    font-size: 6.5vw;
  }
}

.font-large {
  font-size: 32px;
}
@media only screen and (max-width: 1440px) {
  .font-large {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .font-large {
    font-size: 3.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .font-large {
    font-size: 5vw;
  }
}

.font-big {
  font-size: 20px;
}
@media only screen and (max-width: 1440px) {
  .font-big {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .font-big {
    font-size: 2.35vw;
  }
}
@media only screen and (max-width: 768px) {
  .font-big {
    font-size: 4vw;
  }
}

.font-normal {
  font-size: 18px;
}
@media only screen and (max-width: 1440px) {
  .font-normal {
    font-size: 16.5px;
  }
}
@media only screen and (max-width: 1024px) {
  .font-normal {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .font-normal {
    font-size: 3.6vw;
  }
}

.font-small {
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .font-small {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .font-small {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 768px) {
  .font-small {
    font-size: 3.35vw;
  }
}

.font-mini {
  font-size: 14px;
}
@media only screen and (max-width: 1440px) {
  .font-mini {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  .font-mini {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .font-mini {
    font-size: 3.15vw;
  }
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 1;
  width: 3rem;
  height: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #1B1E24;
  transition: background 0.5s, border 0.5s, filter 0.5s;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next {
  position: static;
  margin: 0;
  transform: none;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border: 0;
  font-size: inherit;
  letter-spacing: inherit;
}

ul {
  list-style: none;
  margin-left: 1em;
}
ul li {
  position: relative;
  margin: 0.25em 0;
}
ul li::before {
  position: absolute;
  content: "・";
  left: -1em;
}

ol {
  margin-left: 2em;
}
ol li {
  margin: 0.25em 0;
}

.article-style h1 {
  font-size: 48px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .article-style h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  .article-style h1 {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  .article-style h1 {
    font-size: 8vw;
  }
}
.article-style h2, .article-style h3, .article-style h4, .article-style h5, .article-style h6 {
  color: #1EC687;
}
.article-style h2 {
  font-size: 36px;
}
@media only screen and (max-width: 1440px) {
  .article-style h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .article-style h2 {
    font-size: 4.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .article-style h2 {
    font-size: 6.5vw;
  }
}
.article-style h3 {
  font-size: 32px;
}
@media only screen and (max-width: 1440px) {
  .article-style h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .article-style h3 {
    font-size: 3.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .article-style h3 {
    font-size: 5vw;
  }
}
.article-style h4 {
  font-size: 20px;
}
@media only screen and (max-width: 1440px) {
  .article-style h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .article-style h4 {
    font-size: 2.35vw;
  }
}
@media only screen and (max-width: 768px) {
  .article-style h4 {
    font-size: 4vw;
  }
}
.article-style h5 {
  font-size: 18px;
}
@media only screen and (max-width: 1440px) {
  .article-style h5 {
    font-size: 16.5px;
  }
}
@media only screen and (max-width: 1024px) {
  .article-style h5 {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .article-style h5 {
    font-size: 3.6vw;
  }
}
.article-style h6 {
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .article-style h6 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .article-style h6 {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 768px) {
  .article-style h6 {
    font-size: 3.35vw;
  }
}
.article-style img {
  max-width: 100%;
}
.article-style a {
  color: #1EC687;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media only screen and (min-width: 769px) {
  .for-m:not(.for-t) {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .for-t:not(.for-pc) {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .for-t:not(.for-m) {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .for-pc:not(.for-t) {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .for-t-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    filter: invert(1);
    background: #DDD;
    border-color: #DDD;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
  body {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */