:root {
  --_primary---color: #003c8c;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.container {
  z-index: 1;
  width: 95%;
  max-width: 1280px;
  position: relative;
}

.section1_row {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.boxtitle_name {
  margin-right: auto;
}

.div-block {
  width: 100%;
}

.section2_nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.section3_row {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.section1 {
  background-image: linear-gradient(#b2d1ea, #fff 80%);
}

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

.section1_cell {
  text-align: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}

.section1_cell.section1_cell__l {
  padding-left: 0%;
  padding-right: 0%;
}

.p1 {
  font-family: Noto Sans TC, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 120%;
}

.p1.p1-thin {
  justify-content: center;
  align-items: flex-end;
  font-weight: 100;
  line-height: 100%;
  display: flex;
}

.text-primary {
  color: #003c8c;
}

.text-x {
  background-image: url('../images/icon-x.png');
  background-position: 50%;
  background-size: contain;
  width: 3vw;
  height: 3vw;
  margin-top: .5vw;
  margin-left: 1vw;
  margin-right: 1vw;
  line-height: 3rem;
  display: block;
}

.code-2 {
  display: inline-block;
}

.section1-title {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 5%;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 400;
  display: flex;
}

.p2 {
  font-family: Noto Sans TC, sans-serif;
  font-size: 2.9vw;
  line-height: 120%;
}

.p2.text-primary.text-bold {
  margin-left: 5px;
  margin-right: 5px;
}

.section1_des {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 400;
  display: flex;
}

.section1_des.p2.text-primary {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-border {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 4px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.text-bold {
  font-family: Noto Sans TC, sans-serif;
  font-weight: 700;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
}

.section1_logo {
  max-width: 50%;
  margin: 19% 50px 3%;
}

.p6 {
  font-size: .5rem;
  line-height: 150%;
}

.font-ser {
  font-family: Noto Serif TC, sans-serif;
  font-size: 14px;
}

.coming {
  font-size: 1.5rem;
  line-height: 110%;
}

.coming.font-ser.text-bold.text-primary {
  letter-spacing: 0;
  font-size: 2vw;
}

.phone {
  font-size: 1.5rem;
}

.phone.font-ser.text-bold {
  letter-spacing: -1px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 2vw;
}

.p5 {
  font-size: .875rem;
}

.p5.text-primary.text-bold {
  line-height: 120%;
}

.code-3 {
  font-family: Noto Serif TC, sans-serif;
  font-size: 3vw;
}

.boxtitle {
  border-bottom: 1px solid var(--_primary---color);
  padding-bottom: 10px;
}

.p4 {
  letter-spacing: .25rem;
  font-size: 1.125rem;
  line-height: 120%;
}

.section2_row {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 40px;
}

.section3 {
  background-image: linear-gradient(0deg, #b2d1ea, #fff 60%);
  padding-top: 5%;
  padding-bottom: 0%;
  position: relative;
}

.section2_cell {
  width: 40%;
}

.section2_cell.section2_cell__r {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.input {
  border: 1px solid var(--_primary---color);
  height: auto;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.checkbox {
  border: 1px solid var(--_primary---color);
  width: 20px;
  height: 20px;
  margin-top: 0;
}

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

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

.robot {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 8px;
  display: flex;
}

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

.send {
  border: 1px solid var(--_primary---color);
  color: var(--_primary---color);
  background-color: #fff;
  width: 100%;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.send.p4 {
  letter-spacing: 0;
  max-height: 67px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 1.125rem;
  line-height: 120%;
}

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

.form-block {
  flex-flow: column;
  height: 100%;
  display: block;
}

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

.section2_nav_btn {
  border: 1px solid var(--_primary---color);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.section2_nav_btn.p4 {
  color: var(--_primary---color);
  letter-spacing: 0;
  max-height: 67px;
}

.section3_cell {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.section3_cell.section3_cell__r {
  text-align: left;
  width: 80%;
}

.footer_list {
  display: flex;
}

.footer_list.p4 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  width: 100%;
}

.footer_logo {
  width: 60%;
  max-width: 250px;
  margin-bottom: 3%;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.list_item {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
  display: block;
}

.list_item.list_item--row {
  display: flex;
}

.list_item__name {
  color: var(--_primary---color);
  margin-left: 10px;
  margin-right: 5px;
  font-weight: 700;
  display: inline-block;
}

.list_item__name.last {
  margin-right: 42px;
}

.section2_nav_txt {
  padding-top: 3px;
  line-height: 120%;
}

.section2_nav_icon {
  width: 25px;
  margin-right: 10px;
}

.section_logo.mobile {
  display: none;
}

.footer_key {
  width: 40%;
  max-width: 400px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.input_hide {
  width: 100%;
}

.code-4 {
  display: inline-block;
}

.list_item_code {
  padding-left: 3px;
  line-height: 150%;
}

@media screen and (min-width: 1280px) {
  .section1_row {
    padding-bottom: 0%;
  }

  .section3_row {
    border-bottom: 1px solid var(--_primary---color);
    margin-bottom: 100px;
  }

  .p1.text-primary {
    font-size: 3.5rem;
  }

  .text-x {
    width: 2.7rem;
    height: 2.7rem;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .p2.text-primary.text-bold {
    font-size: 2.6rem;
  }

  .text-border {
    margin-left: 10px;
    margin-right: 10px;
  }

  .coming.font-ser.text-bold.text-primary {
    font-size: 1.4rem;
  }

  .phone.font-ser.text-bold {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.5rem;
  }

  .code-3 {
    font-size: 2.4rem;
  }

  .section2 {
    padding-top: 100px;
  }

  .section3 {
    padding-top: 5%;
    padding-bottom: 0%;
  }

  .footer_list {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: 100%;
  }

  .list {
    padding-left: 0;
    list-style-type: none;
  }

  .footer_key {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 80%;
  }

  .section1_row {
    flex-flow: column;
    padding-bottom: 2%;
  }

  .boxtitle_name.p4.text-primary.text-bold {
    margin-right: 0;
  }

  .section2_nav {
    flex-flow: column;
  }

  .section3_row {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section1_cell {
    width: 100%;
  }

  .section1_cell.fisrt {
    order: -1;
  }

  .p1.text-primary {
    font-size: 7vw;
  }

  .text-x {
    width: 6vw;
    height: 6vw;
    font-size: 7vw;
  }

  .section1-title.p1.text-primary {
    font-size: 7vw;
  }

  .p2.text-primary.text-bold {
    font-size: 6vw;
  }

  .flex-block-3 {
    flex-flow: wrap;
  }

  .section1_logo {
    width: 50%;
    max-width: 260px;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .p6.text-bold {
    display: none;
  }

  .p6.text-bold.footer_txt {
    display: block;
  }

  .coming.font-ser.text-bold.text-primary {
    margin-top: 10px;
    margin-left: 30%;
    margin-right: 30%;
    font-size: 3.5vw;
  }

  .phone.font-ser.text-bold {
    margin-left: 13px;
    margin-right: 13px;
    font-size: 3vw;
  }

  .code-3 {
    font-size: 5vw;
  }

  .boxtitle {
    text-align: center;
    border-bottom-style: none;
    justify-content: center;
  }

  .p4.text-bold.text-cn {
    display: none;
  }

  .section2_row {
    flex-flow: column;
  }

  .section3 {
    padding-top: 8%;
  }

  .section2_cell, .section3_cell, .section3_cell.section3_cell__r {
    width: 100%;
  }

  .footer_list.p4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 340px;
  }

  .list {
    margin-bottom: 0;
  }

  .list_item {
    border-bottom: 1px solid var(--_primary---color);
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list_item__name {
    margin-left: 0;
  }

  .section_logo {
    display: none;
  }

  .section_logo.mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 90%;
  }

  .p1.text-primary {
    font-size: 10vw;
  }

  .text-x {
    width: 9vw;
    height: 9vw;
    font-size: 7vw;
  }

  .section1-title.p1.text-primary {
    font-size: 9vw;
  }

  .coming.font-ser.text-bold.text-primary {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 9vw;
  }

  .phone.font-ser.text-bold {
    font-size: 6vw;
  }

  .code-3 {
    font-size: 10vw;
  }

  .map {
    aspect-ratio: 1;
  }

  .list_item, .list_item__name {
    font-size: 1rem;
  }
}


