/* reset default styles */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  width: 100%;
  height: auto;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

summary {
  list-style: none;
}
summary::marker {
  display: none;
}
summary::-webkit-details-marker {
  display: none;
}

/* base styles */
p + p {
  margin-top: 1.666667em;
}

.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}

.web {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.bg-white {
  background-color: #fff;
}
.bg-red {
  background-color: #fdf1f0;
}
.bg-red-dark {
  background-color: #ee5e58;
}
.bg-blue {
  background-color: #e1f6f1;
}
.bg-blue-dark {
  /* background-color: #4ea5a5; */
  background-color: #1b8383;
}
.bg-orange {
  background-color: #fff3ea;
}
.bg-orange-dark {
  background-color: #eb720f;
}
.bg-yellow {
  background-color: #fff8e9;
}

.no-hover:hover {
  opacity: 1 !important;
}

.swiper-container {
  position: relative;
  margin: 0 -28px;
  padding: 0 28px;
}
.swiper-container--mx0 {
  margin: 0 !important;
  padding: 0 !important;
}
.swiper--wide {
  margin: 0 -28px;
}
.swiper-slide {
  height: auto;
}
.swiper-slide--center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.swiper-navigation {
  position: relative;
  width: 100%;
  max-width: 314px;
}
.swiper-pagination {
  position: static;
  color: #029100;
  font-weight: 700;
  font-size: 21px;
}
.swiper-button-prev,
.swiper-button-next {
  top: 36%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-prev {
  left: 10px;
  background-image: url("../images/swiper_btn_prev.svg");
}
.swiper-button-next {
  right: 10px;
  background-image: url("../images/swiper_btn_next.svg");
}
.swiper-button-prev--arrow,
.swiper-button-next--arrow {
  width: 22px;
  height: 22px;
  top: 50%;
}
.swiper-button-prev--arrow {
  left: 0 !important;
  background-image: url("../images/swiper_btn_prev_arrow.svg") !important;
}
.swiper-button-next--arrow {
  right: 0 !important;
  background-image: url("../images/swiper_btn_next_arrow.svg") !important;
}
.swiper-button-prev--arrow-white {
  background-image: url("../images/swiper_btn_prev_arrow_white.svg") !important;
}
.swiper-button-next--arrow-white {
  background-image: url("../images/swiper_btn_next_arrow_white.svg") !important;
}
.swiper-pagination-bullet-active {
  background: #029100;
}

@media (min-width: 768px) {
  .swiper-container {
    margin: 0 -46px;
    padding: 0 46px;
  }
  .swiper-container--home {
    padding-top: 10px;
  }
  .swiper--wide {
    margin: 0 -46px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 50%;
    width: 66px;
    height: 66px;
  }
  .swiper-button-prev {
    left: 16px;
  }
  .swiper-button-next {
    right: 16px;
  }
  .swiper-button-prev--arrow,
  .swiper-button-next--arrow {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1024px) {
  p + p {
    margin-top: 1.363636em;
  }

  .mob {
    display: none;
  }
  .web {
    display: block;
  }

  .swiper-container--home {
    padding-top: 0;
  }
  .swiper-navigation {
    max-width: 412px;
  }
  .swiper-pagination {
    font-size: 24px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 80px;
    height: 80px;
  }
  .swiper-button-prev {
    left: 8px;
  }
  .swiper-button-next {
    right: 8px;
  }
  .swiper-button-prev--arrow,
  .swiper-button-next--arrow {
    width: 32px !important;
    height: 32px !important;
  }
}

@media (min-width: 1820px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 26px;
    height: 42px;
  }
  .swiper-button-prev {
    left: -40px;
    background-image: url("../images/swiper_btn_prev_arrow_green.svg");
  }
  .swiper-button-next {
    right: -40px;
    background-image: url("../images/swiper_btn_next_arrow_green.svg");
  }
}

/* typography */
body {
  color: #464646;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  line-height: 1.77778;
  background-color: #fff;
}

.heading {
  color: #056083;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.3;
}
.heading--section {
  text-align: center;
  margin-bottom: 60px;
}
.heading--section + .heading--section {
  margin-top: -36px;
}
.heading--small {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 0.4em;
}
.heading--smaller {
  font-weight: 500;
  font-size: 26px;
}
.heading--mt1 {
  margin-top: 60px;
}

.title {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.title--small {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 0.2em;
}
.title--smaller {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 1.25em;
}

.bold {
  font-weight: 700;
}

.link {
  color: #028000;
  text-decoration: underline;
}
.link:hover {
  opacity: 0.8;
}
.link--news {
  position: absolute;
  top: -10px;
  right: 28px;
  transform: translateY(-100%);
}

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

.text-black {
  color: #000;
}
.text-red {
  /* color: #ee5e58; */
  color: #d23a14;
}
.text-orange {
  /* color: #f48020; */
  color: #b95b0e;
}
.text-blue {
  /* color: #4ea5a5; */
  color: #1b8383;
}
.text-blue-dark {
  color: #056083;
}

.break-all {
  word-break: break-all;
}

.bullet {
  padding: 0.25em 0 0.25em 1.25em;
}
.bullet--indent {
  padding-left: 2em;
}
.bullet--py0 {
  padding-top: 0;
  padding-bottom: 0;
}
.bullet > li::before {
  content: "\2022";
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
}

@media (min-width: 768px) {
  .heading {
    font-size: 50px;
  }
  .heading--small {
    font-size: 38px;
    margin-bottom: 0.7em;
  }
  .heading--smaller {
    font-size: 26px;
  }

  .title--smaller {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 1em;
  }

  .link--news {
    right: 46px;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 22px;
    line-height: 1.90909;
  }

  .heading {
    font-size: 60px;
  }
  .heading--section + .heading--section {
    margin-top: 0;
  }
  .heading--small {
    font-size: 42px;
    margin-bottom: 1em;
  }
  .heading--smaller {
    font-size: 28px;
  }

  .title {
    font-size: 28px;
  }
  .title--smaller {
    font-weight: 700;
    margin-bottom: 0.5em;
  }

  .bullet {
    padding-top: 0.5em;
  }

  .link--news {
    top: -40px;
  }
}
