:root {
  --white: white;
  --green: #064d58;
  --gold: #eacf8b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.sc1 {
  background-image: url('../images/bgn2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  width: 85%;
  position: relative;
}

.sc2 {
  position: relative;
  overflow: hidden;
}

.sc1_con {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.sc3 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sc3_bgn {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sc4 {
  background-image: url('../images/bgn3.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.sc5 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.sc5.bg_paper {
  position: relative;
  overflow: hidden;
}

.sc6.bg_paper {
  padding-top: 140px;
  padding-bottom: 250px;
  position: relative;
  overflow: hidden;
}

.sc7 {
  background-color: #00a5e2;
  padding-top: 140px;
  padding-bottom: 0;
  overflow: hidden;
}

.sc8 {
  object-fit: fill;
  background-image: url('../images/bgn.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  overflow: hidden;
}

.sc1_bgn__img {
  width: 100%;
  height: 100%;
}

.sc1_bgn {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sc1_logo {
  height: 60%;
  max-height: 680px;
  margin-bottom: 50px;
}

.font-white {
  color: var(--white);
}

.h2 {
  letter-spacing: .5rem;
  font-family: Noto Serif TC, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

.h2.font-white {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.font-line {
  background-color: var(--white);
  width: 114px;
  height: 1px;
  display: block;
}

.sc1_leaf1 {
  width: 30%;
  max-width: 360px;
  position: absolute;
  inset: 0% auto auto 49%;
}

.sc1_leaf2 {
  width: 50%;
  max-width: 450px;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.image-2 {
  width: 100%;
  min-width: 1280px;
}

.sc2_map {
  position: relative;
  overflow: auto;
}

.scroll {
  z-index: 1;
  width: 170px;
  position: absolute;
  inset: auto auto 15px 50%;
  transform: translate(-50%);
}

.h1 {
  text-align: center;
  letter-spacing: .5rem;
  font-family: Noto Serif TC, sans-serif;
  font-size: 3.6rem;
  line-height: 120%;
}

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

.sc3_title {
  text-align: center;
}

.image-3 {
  position: absolute;
}

.h5 {
  letter-spacing: .2rem;
  font-family: Noto Serif TC, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 140%;
}

.sc3_des {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sc3_des.h5.font-green {
  max-width: 530px;
}

.slider_item {
  height: 100%;
}

.slider_item.slider_item-1 {
  background-image: url('../images/slider1-1.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.slider_item.slider_item-2 {
  background-image: url('../images/slider1-2.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.slider_item.slider_item-3 {
  background-image: url('../images/slider1-3.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.mask {
  width: 100%;
  height: 100%;
}

.slider {
  aspect-ratio: auto;
  background-color: #ddd0;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.sc3_con {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
}

.sc4_head {
  text-align: center;
}

.sc4_head.h1.font-white {
  margin-bottom: 40px;
}

.sc4_des {
  letter-spacing: .6rem;
  max-width: 540px;
}

.sc4_title.h1.font-white {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.sc4_con {
  padding-top: 100px;
  padding-bottom: 100px;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slider_item__con {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.sc4_title__mark {
  background-color: var(--gold);
  width: 1px;
  height: 5rem;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
  transform: rotate(47deg);
}

.sc4_title__b {
  font-family: Noto Serif TC, sans-serif;
  font-size: 4.5rem;
}

.image-4 {
  width: 60%;
  max-width: 240px;
  margin-top: 80px;
}

.slide-nav-2 {
  display: none;
}

.sc4_leaf-l {
  opacity: .4;
  width: 20%;
  max-width: 300px;
  position: absolute;
  inset: auto auto 14% 0%;
}

.sc4_leaf-r {
  opacity: .4;
  width: 6%;
  max-width: 100px;
  position: absolute;
  inset: auto 0% 9% auto;
}

.sc4_imgbox {
  position: relative;
}

.sc4_imgbox__spec {
  background-color: var(--white);
  color: var(--green);
  padding: 6px 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 0% auto;
}

.mask-2 {
  height: 100%;
  margin-bottom: 0;
}

.bg_paper {
  background-image: url('../images/bgn4.jpg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
}

.sc5_bgtop {
  width: 80%;
  max-width: 820px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sc5_name, .sc5_title {
  text-align: center;
}

.sc5_title.h1.font-green {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sc5_des {
  text-align: center;
}

.sc5_des.h5 {
  letter-spacing: .15rem;
}

.sc5_des.h5.font-green {
  margin-top: 20px;
  margin-bottom: 20px;
}

.slider-type2 {
  aspect-ratio: auto;
  background-color: #ddd0;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.sc5_flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.sc5_flex.sc5_flex--bottom {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
}

.sc5_flex__item {
  width: 100%;
  position: relative;
}

.sc5_flex__item.sc5_flex__item--sm {
  width: 70%;
}

.sc5_flex__name {
  color: var(--white);
  letter-spacing: .1rem;
  background-image: linear-gradient(135deg, #026636, #5cb865);
  width: auto;
  padding: 5px 8px;
  font-family: Noto Sans TC, sans-serif;
  display: inline-block;
  position: relative;
  inset: 0% auto auto 0%;
}

.line {
  background-image: linear-gradient(270deg, #02663600, #026636 50%, #02663600);
  width: 90%;
  max-width: 940px;
  height: 5px;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.sc6_title {
  text-align: center;
}

.sc6_des {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.code {
  display: block;
}

.sc6_list {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  flex-flow: wrap;
  margin-top: 60px;
}

.sc6_item {
  background-color: var(--white);
  border: 2px solid #4ea75a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 46%;
  display: flex;
  position: relative;
}

.sc6_item.sc6_item--bottom {
  margin-top: 10%;
}

.sc6_item__photo {
  padding: 20px 20px 0;
  position: relative;
}

.sc6_item__spec {
  z-index: 1;
  color: #4e4e4e;
  margin-top: 5px;
  margin-left: 5px;
  font-size: .725rem;
  position: absolute;
}

.sc6_item__spec.light {
  color: #fff;
}

.sc6_item__img {
  width: 100%;
  position: relative;
}

.sc6_item__icon {
  width: 25%;
  position: absolute;
  inset: auto auto -11% -12%;
}

.sc6_item__des {
  background-color: #efefef;
  width: 100%;
  padding: 20px 20px 20px 25%;
  position: relative;
}

.sc6_item__destitle.h5.font-green {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.sc6_item__destxt.h5.font-green {
  letter-spacing: .15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.sc6_item__iconimg {
  width: 100%;
}

.sc5_bgbottom {
  width: 80%;
  max-width: 820px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(180deg);
}

.sc7_build__img {
  width: 100%;
}

.sc7_name.h2 {
  text-align: center;
}

.sc7_des.h5 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.code-2 {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  margin-left: 30px;
  padding-top: 9px;
  padding-bottom: 16px;
  font-family: Noto Serif TC, sans-serif;
  font-size: 2.2rem;
  line-height: 100%;
}

.sc7_title.h1.font-white {
  justify-content: center;
  align-items: center;
  display: flex;
}

.break, .code-4, .code-5 {
  display: block;
}

.sc8_con {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.image-5 {
  width: 60%;
  max-width: 340px;
  margin-top: -6%;
  margin-bottom: 20px;
}

.sc8_map {
  border-radius: 10px;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.map {
  aspect-ratio: 2.39;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: relative;
}

.input_hide {
  width: 100%;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.robot {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.send {
  color: #003c8c;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.send.p4 {
  letter-spacing: 0;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.125rem;
  line-height: 120%;
}

.send.h5.font-green {
  color: var(--green);
  border-style: none;
  border-color: #000;
  border-radius: 10px;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.4rem;
}

.input {
  color: #303030;
  border: 1px #003c8c;
  border-radius: 10px;
  height: auto;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 1rem;
}

.input.input_aera {
  min-height: 8rem;
}

.input.select {
  min-height: 68px;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.form-block {
  flex-flow: column;
  width: 100%;
  max-width: 530px;
  height: 100%;
  margin-top: 40px;
  display: block;
}

.checktext {
  margin-left: 10px;
  font-size: .875rem;
}

.recaptcha {
  margin-top: 0;
  margin-bottom: 0;
}

.checkbox {
  border: 1px solid #003c8c;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cum {
  color: #141414;
  -webkit-text-fill-color: inherit;
  background-color: #dbdbdb;
  background-clip: border-box;
  border-radius: 10px;
  width: calc(50% - 8px);
  height: 51px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  line-height: 120%;
}

.cum.cum-full {
  width: 100%;
}

.sc8_imgtop {
  opacity: .5;
  width: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sc8_leaf {
  width: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

.sc3_banner__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.navcon {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.navtxt {
  color: var(--green);
  text-align: center;
  text-decoration: none;
}

.navtxt.h6 {
  font-family: Noto Sans TC, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.link-block {
  color: var(--green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2% 10px;
  text-decoration: none;
  display: flex;
}

.nav {
  background-color: #dbdddc;
  width: 100%;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.navicon {
  width: 90%;
  max-width: 52px;
  margin-bottom: 2%;
}

.hit {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.info_row {
  width: 100%;
}

.info_cell {
  text-align: center;
  width: 50%;
}

.info {
  width: 100%;
  margin-top: 4%;
}

.info_link {
  border: 1px solid var(--white);
  padding: 15px 10px;
  display: block;
}

.info_link.info_link--last {
  border-left-style: none;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .sc1 {
    background-position: 50% 0;
  }

  .container.container--sm {
    width: 85%;
  }

  .sc3 {
    height: 100svw;
    min-height: 100vh;
  }

  .sc5.bg_paper {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sc6.bg_paper, .sc7 {
    padding-top: 15%;
  }

  .sc1_logo {
    margin-bottom: 8%;
  }

  .sc1_leaf1 {
    width: 50%;
    max-width: 350px;
  }

  .image-2 {
    width: auto;
    min-width: auto;
    max-width: none;
    height: 100vh;
  }

  .slider_item.slider_item-1 {
    background-image: url('../images/slider1-1.jpg');
  }

  .sc3_con, .sc4_con {
    padding-top: 15%;
  }

  .image-4 {
    margin-top: 10%;
  }

  .sc6_item__photo {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .sc6_item__des {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 17%;
  }

  .sc6_item__destitle.h5.font-green {
    font-size: 1.2rem;
  }

  .sc6_item__destxt.h5.font-green {
    font-size: 1rem;
  }

  .sc7_build__img {
    width: 140%;
    max-width: none;
    transform: translate(-15%);
  }

  .code-2 {
    padding-top: 14px;
    font-size: 1.8rem;
  }

  .sc7_title.h1.font-white {
    font-size: 3.2rem;
  }

  .sc8_con {
    padding-bottom: 15%;
  }

  .image-5 {
    margin-bottom: 3%;
  }

  .nav {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sc6.bg_paper {
    padding-bottom: 30%;
  }

  .h2.font-white, .sc_title1.h2.font-white {
    font-size: 1.6rem;
  }

  .sc_title1.h3 {
    text-decoration: none;
    -webkit-text-decoration-color: var(--white);
    text-decoration-color: var(--white);
    font-family: Noto Serif TC, sans-serif;
    font-size: 1.6rem;
    line-height: 120%;
  }

  .sc_title1.h5.font-white {
    border: 1px #000;
  }

  .font-line {
    letter-spacing: .5rem;
    width: 92px;
  }

  .sc3_title.h1.font-green, .sc4_head.h1.font-white, .sc4_title.h1.font-white {
    font-size: 3rem;
  }

  .sc4_title__mark {
    height: 4.4rem;
  }

  .sc4_title__b {
    font-size: 4.1rem;
  }

  .sc5_name.h2 {
    font-size: 1.8rem;
  }

  .sc5_title.h1.font-green {
    font-size: 3rem;
  }

  .sc5_des.h5.font-green {
    font-size: 1.2rem;
  }

  .sc6_title.h1.font-green {
    font-size: 3rem;
  }

  .sc6_des.h5.font-green {
    font-size: 1.2rem;
  }

  .sc6_item__icon {
    width: 27%;
    bottom: -10%;
  }

  .sc6_item__des {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 3%;
  }

  .sc6_item__destitle.h5.font-green {
    letter-spacing: .1rem;
  }

  .sc6_item__destxt.h5.font-green {
    line-height: 131%;
  }

  .sc7_name.h2.font-white {
    font-size: 1.2rem;
  }

  .code-2 {
    width: 16rem;
    margin-top: 3%;
    margin-left: 0%;
    font-size: 1.2rem;
  }

  .sc7_title.h1.font-white {
    flex-flow: column;
    font-size: 2.4rem;
  }

  .navtxt.h6 {
    font-size: .8rem;
  }

  .navicon {
    max-width: 35px;
  }

  .info_row {
    color: var(--white);
  }

  .info_cell {
    color: var(--white);
    width: 50%;
  }

  .info {
    width: 100%;
    margin-top: 20px;
  }

  .info_link {
    border: 1px solid var(--white);
    text-align: center;
    padding: 10px;
    text-decoration: none;
    display: block;
  }

  .info_link.info_link--last {
    border-left-style: none;
  }
}

@media screen and (max-width: 479px) {
  .sc3 {
    height: auto;
    min-height: auto;
  }

  .sc6.bg_paper {
    padding-bottom: 50%;
  }

  .sc1_logo {
    height: 80%;
    max-height: 410px;
  }

  .h2.font-white {
    letter-spacing: .2rem;
    font-size: 1.2rem;
  }

  .sc_title1.h2.font-white {
    letter-spacing: .1rem;
    font-size: 1.2rem;
  }

  .font-line {
    width: 35px;
  }

  .sc3_title.h1.font-green {
    margin-bottom: 0%;
    font-size: 2rem;
  }

  .sc3_title.h1.font-white {
    font-size: 2rem;
  }

  .sc3_des.h5.font-green, .sc3_des.h5.font-white {
    font-size: 1rem;
  }

  .sc4_head.h1.font-white {
    font-size: 2rem;
  }

  .sc4_des.h5.font-white {
    letter-spacing: .2rem;
    font-size: 1rem;
  }

  .sc4_title.h1.font-white {
    letter-spacing: 0;
    width: 100%;
    font-size: 1.8rem;
  }

  .sc4_title__mark {
    height: 2.6rem;
    margin-left: 10%;
    margin-right: 10%;
  }

  .sc4_title__b {
    letter-spacing: 0;
    font-size: 2.5rem;
  }

  .sc5_name.h2 {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .sc5_title.h1.font-green {
    font-size: 2rem;
  }

  .sc5_des.h5.font-green {
    letter-spacing: .2rem;
    font-size: 1rem;
  }

  .sc6_title.h1.font-green {
    font-size: 2rem;
  }

  .sc6_des.h5.font-green {
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 1rem;
  }

  .sc6_item {
    width: 100%;
    margin-top: 25%;
  }

  .sc6_item.sc6_item--bottom {
    margin-top: 25%;
  }

  .sc6_item.first {
    margin-top: 0%;
  }

  .sc6_item__icon {
    bottom: -14%;
    left: -7%;
  }

  .sc6_item__des {
    padding-left: 25%;
  }

  .sc7_build__img {
    width: 240%;
    transform: translate(-28%);
  }

  .sc7_des.h5.font-white {
    font-size: 1rem;
  }

  .code-2 {
    margin-top: 5%;
    margin-left: 0%;
  }

  .sc7_title.h1.font-white {
    flex-flow: column;
    margin-bottom: -3%;
  }

  .sc8_con {
    padding-bottom: 20%;
  }

  .map {
    aspect-ratio: 1;
  }

  .send.h5.font-green {
    border-style: none;
    border-color: #000;
  }

  .input {
    border-style: none;
  }

  .form-block {
    margin-top: 9%;
  }

  .cum {
    width: 100%;
  }

  .code-6, .code-7, .code-8 {
    display: block;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .navtxt.h6 {
    font-size: .7rem;
  }
}


