@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
body {
  font-family: "Noto Serif TC", sans-serif;
  color: #172245;
  background-image: url(../img/bg.webp);
  background-position: 0 0;
  background-size: 100%;
}

@media screen and (max-width: 1199px) {
  body {
    padding-bottom: 60px;
  }
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input,
select,
textarea,
button {
  outline: none;
  border: 0;
  border-radius: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #172245;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #004595;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1400px;
}

.modal-dialog {
  margin-top: 100px;
}

.modal-content {
  border: 0;
}

.modal-body {
  padding: 0;
}

.title-ch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.title-ch li {
  padding: 0 44px;
  position: relative;
}

.title-ch li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 27px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-ch li:first-child {
  padding-left: 0;
}

.title-ch li:last-child {
  padding-right: 0;
}

.title-ch li:last-child::after {
  display: none;
}

.title-ch li h2 {
  margin: 0;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.2em;
  background: linear-gradient(14deg, #c58d3a 0%, #fcf9d6 25%, #ca9039 50%, #fffbd6 77%, #c58d3a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.title-ch li h2 .highlight {
  color: #004595;
}

.title-ch.color-blue li h2 {
  color: #00457b;
  background: transparent;
}

.title-en {
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 0.2em;
  text-shadow: 0 0 5px rgba(32, 56, 105, 0.75);
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
}

.title-line {
  height: 1px;
  background-color: #00457b;
}

@media screen and (max-width: 1450px) {
  .title-ch li h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 1100px) {
  .title-ch li {
    padding: 0 12px;
  }
  .title-ch li h2 {
    font-size: 21px;
  }
  .title-ch li::after {
    width: 1px;
    height: 12px;
  }
  .title-en {
    font-size: 10px;
  }
}

.subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subtitle li {
  padding: 0 14px;
  position: relative;
  font-size: 40px;
  letter-spacing: 0.2em;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  text-shadow: 0 0 5px rgba(32, 56, 105, 0.75);
}

.subtitle li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.subtitle li:first-child {
  padding-left: 0;
}

.subtitle li:last-child {
  padding-right: 0;
}

.subtitle li:last-child::after {
  display: none;
}

@media screen and (max-width: 1450px) {
  .subtitle li {
    font-size: 32px;
  }
}

@media screen and (max-width: 1100px) {
  .subtitle li {
    font-size: 13px;
    padding: 0 8px;
  }
  .subtitle li::after {
    height: 8px;
    right: 0;
  }
  .subtitle li > span {
    padding: 0 5px;
  }
  .subtitle li > span::after {
    width: 2px;
    height: 2px;
    right: 0;
  }
}

.text {
  font-size: 25px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.2em;
}

.text.color-dark {
  color: #172245;
}

@media screen and (max-width: 991px) {
  .text {
    font-size: 11px;
    text-align: justify;
  }
}

.remark {
  position: absolute;
  font-family: "Noto Sans TC", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.2em;
}

.remark.left-top {
  left: 22px;
  top: 12px;
}

.remark.left-bottom {
  left: 22px;
  bottom: 12px;
}

.remark.right-top {
  right: 22px;
  top: 12px;
}

.remark.right-bottom {
  right: 22px;
  bottom: 12px;
}

@media screen and (max-width: 1300px) {
  .remark {
    font-size: 9px;
  }
}

.decoration {
  position: absolute;
}

.header {
  padding: 10px 15px;
  background-color: #004595;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.header li {
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.2em;
}

.header li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header li:first-child::before {
  display: none;
}

.header li:hover {
  opacity: 0.7;
}

.kv-theone {
  position: relative;
}

.kv-theone > img {
  width: 100%;
}

.kv {
  padding-top: 8.16vw;
  padding-bottom: 8.04vw;
  z-index: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.kv_logo {
  display: block;
  width: 855px;
  margin: 0 auto 3.5vw;
}

.kv_h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 14px;
}

.kv_h2_special {
  position: relative;
  width: 317px;
}

.kv_h2_special > img {
  width: 100%;
}

.kv_h2_special > h2 {
  margin: 0;
  color: #192022;
  font-size: 35px;
  font-weight: 700;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kv_h2_place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kv_h2_place li {
  padding: 0 35px;
  position: relative;
  font-size: 45px;
  color: #fff;
  font-weight: 700;
}

.kv_h2_place li::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 23px;
  background-image: url(../img/x.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.kv_h2_place li:first-child {
  padding-left: 0;
}

.kv_h2_place li:last-child {
  padding-right: 0;
}

.kv_h2_place li:last-child::after {
  display: none;
}

.kv_h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.kv_h3_title {
  background: linear-gradient(14deg, #c58d3a 0%, #fcf9d6 25%, #ca9039 50%, #fffbd6 77%, #c58d3a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 73px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.2em;
  padding-top: 6px;
}

.kv_h3_title .highlight {
  font-size: 118px;
  margin: 0 10px;
}

.kv_h3_feat {
  padding: 4px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.kv_h3_feat li {
  padding: 0 10px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.kv_h3_feat li .highlight {
  background: linear-gradient(14deg, #c58d3a 0%, #fcf9d6 25%, #ca9039 50%, #fffbd6 77%, #c58d3a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 49px;
  font-weight: 700;
  margin: 0 6px;
}

.kv_h3_feat li::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 26px;
  background-color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.kv_h3_feat li:first-child {
  padding-left: 0;
}

.kv_h3_feat li:last-child {
  padding-right: 0;
}

.kv_h3_feat li:last-child::after {
  display: none;
}

.kv_h3_feat::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(14deg, #c58d3a 0%, #fcf9d6 25%, #ca9039 50%, #fffbd6 77%, #c58d3a 100%);
  top: 0;
  left: 0;
}

.kv_h3_feat::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(14deg, #c58d3a 0%, #fcf9d6 25%, #ca9039 50%, #fffbd6 77%, #c58d3a 100%);
  bottom: 0;
  left: 0;
}

.kv_decoration {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.kv_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.kv_phone p {
  margin: 0;
  font-family: "Noto Serif TC", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
}

.kv_phone h3 {
  margin: 0;
  font-family: "Noto Serif TC", sans-serif;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(14deg, #c58d3a 0%, #fcf9d6 25%, #ca9039 50%, #fffbd6 77%, #c58d3a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (max-width: 991px) {
  .kv {
    padding-top: 24.17vw;
    padding-bottom: 34.72vw;
  }
  .kv_logo {
    width: 70vw;
  }
  .kv_h2 {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .kv_h2_special {
    width: 190px;
    margin: 0 auto 15px;
  }
  .kv_h2_special > h2 {
    font-size: 21px;
  }
  .kv_h2_place {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kv_h2_place li {
    padding: 0 8px;
    font-size: 22px;
  }
  .kv_h2_place li::after {
    width: 8px;
    height: 8px;
  }
  .kv_h3 {
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kv_h3_title {
    font-size: 37px;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .kv_h3_title .highlight {
    font-size: 59px;
    margin: 0 5px;
  }
  .kv_h3_feat {
    padding: 2px 0 4px;
  }
  .kv_h3_feat li {
    padding: 0 6px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kv_h3_feat li .highlight {
    font-size: 29px;
  }
  .kv_h3_feat li::after {
    width: 2px;
    height: 15px;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  .kv_phone {
    gap: 6px;
  }
  .kv_phone p {
    font-size: 12px;
  }
  .kv_phone h3 {
    font-size: 30px;
  }
}

.the-one {
  position: absolute;
  padding-top: 13.71vw;
  width: 100%;
  left: 0;
  top: 45.7vw;
}

.the-one .title-ch {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}

.the-one .title-en {
  text-align: center;
}

.the-one .subtitle {
  margin-bottom: 14px;
}

.the-one_text .title-ch br {
  display: none;
}

@media screen and (max-width: 991px) {
  .the-one {
    top: 181.39vw;
    padding-top: 50px;
  }
  .the-one_text .title-ch {
    margin-bottom: 30px;
  }
  .the-one_text .title-ch li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 82px;
    height: 71px;
    background-image: url(../img/title-border.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
  }
  .the-one_text .title-ch li::after {
    display: none;
  }
  .the-one_text .title-ch li:first-child {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
  .the-one_text .title-ch li:last-child {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
  .the-one_text .title-ch h2 {
    text-align: center;
    letter-spacing: 0;
  }
  .the-one_text .title-ch br {
    display: block;
  }
  .the-one .subtitle {
    margin-bottom: 5px;
  }
  .the-one .title-en {
    letter-spacing: 0.6em;
  }
}

.bg-pic {
  position: relative;
}

.bg-pic_bg {
  width: 100%;
  position: relative;
}

.bg-pic_bg_item {
  position: relative;
  width: 100%;
  padding-bottom: 67.86%;
}

.bg-pic_bg_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.bg-pic_bg .swiper-arrow {
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 8;
  position: absolute;
}

.bg-pic_bg .swiper-arrow.swiper-button-disabled {
  display: none;
}

.bg-pic_bg .swiper-pagination {
  bottom: 20px;
  right: 0;
  z-index: 8;
  position: absolute;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 28px;
}

.bg-pic_title {
  text-align: center;
  background: linear-gradient(14deg, #c58d3a 0%, #fcf9d6 25%, #ca9039 50%, #fffbd6 77%, #c58d3a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 67px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.bg-pic_text {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 4vw;
  left: 0;
  z-index: 10;
}

.bg-pic_text .title-ch {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-pic_text .title-en {
  letter-spacing: 0.1em;
}

.bg-pic .remark {
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .bg-pic_bg_item {
    padding-bottom: 169.44%;
  }
  .bg-pic_bg .swiper-arrow {
    right: 13px;
  }
  .bg-pic_bg .swiper-pagination {
    display: none;
  }
  .bg-pic_title {
    font-size: 19px;
    width: 190px;
    margin: 0 auto 25px;
  }
  .bg-pic_title span {
    display: block;
    letter-spacing: 0;
    position: relative;
    background: linear-gradient(14deg, #c58d3a 0%, #fcf9d6 25%, #ca9039 50%, #fffbd6 77%, #c58d3a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  .bg-pic_title span:first-child {
    text-align: left;
  }
  .bg-pic_title span:first-child::after {
    width: calc(100% - 110px);
    right: 0;
  }
  .bg-pic_title span:last-child {
    text-align: right;
  }
  .bg-pic_title span:last-child::after {
    width: calc(100% - 150px);
    left: 0;
  }
  .bg-pic_title span::after {
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(14deg, #c58d3a 0%, #fcf9d6 25%, #ca9039 50%, #fffbd6 77%, #c58d3a 100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bg-pic_text {
    top: 19.72vw;
  }
  .bg-pic_text .title-ch {
    margin-bottom: 5px;
  }
  .bg-pic_text .title-ch li {
    padding: 0 5px;
  }
  .bg-pic_text .title-ch li h2 {
    letter-spacing: 0.05em;
  }
  .bg-pic_text .title-en {
    margin-bottom: 0;
    letter-spacing: 0.3em;
  }
}

.info {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 2px solid #172245;
  font-family: "Noto Sans TC", sans-serif;
  padding-left: 100px;
  padding-right: 12px;
}

.info::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #172245;
  bottom: 0;
  -webkit-transform: translateY(calc(50% + 1px));
          transform: translateY(calc(50% + 1px));
  border-radius: 50%;
  right: 0;
}

@media screen and (max-width: 991px) {
  .info {
    font-size: 14px;
    border: 0;
    letter-spacing: 0.2em;
  }
  .info::before {
    width: 6px;
    height: 6px;
  }
}

.swiper-arrow {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
}

.swiper-arrow svg {
  width: 15px;
  height: 30px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.75));
}

.swiper-arrow:not(.swiper-button-disabled):hover svg path {
  fill: #004595;
  -webkit-filter: none;
          filter: none;
}

.swiper-arrow.swiper-button-disabled {
  opacity: 0.3;
}

.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  background-color: transparent;
  margin: 0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-tab {
  padding-top: 155px;
  padding-bottom: 155px;
}

.swiper-tab .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-tab_pic {
  width: 60%;
  position: relative;
}

.swiper-tab_pic_item {
  position: relative;
  width: 100%;
  padding-bottom: 66.89%;
}

.swiper-tab_pic_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.swiper-tab_pic_item .remark {
  left: 6px;
  bottom: 4px;
}

.swiper-tab_text {
  width: 45%;
  padding-right: 70px;
}

.swiper-tab_pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  z-index: 1;
}

.swiper-tab_arrows .swiper-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.swiper-tab_arrows .swiper-arrow.next {
  right: 13px;
}

.swiper-tab_arrows .swiper-arrow.prev {
  left: 13px;
}

.swiper-tab_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-right: 120px;
}

.swiper-tab_btns_item {
  position: relative;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  padding-bottom: 13.92%;
  background-image: url(../img/tab.svg);
}

.swiper-tab_btns_item span {
  display: block;
  position: relative;
}

.swiper-tab_btns_item span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 20px;
  background-image: url(../img/triangle-white-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-tab_btns_item.active {
  background-image: url(../img/tab-active.svg);
}

.swiper-tab_btns_item.active .swiper-tab_btns_ch, .swiper-tab_btns_item.active .swiper-tab_btns_en {
  color: #002942;
}

.swiper-tab_btns_item.active span::before {
  opacity: 1;
}

.swiper-tab_btns_text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.swiper-tab_btns_ch {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  letter-spacing: 0.1em;
}

.swiper-tab_btns_en {
  font-size: 18px;
  font-weight: 100;
  margin: 0;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
}

.swiper-tab_btns.square {
  padding: 0;
}

.swiper-tab_btns.square .row {
  margin-left: -6px;
  margin-right: -6px;
}

.swiper-tab_btns.square .row > div {
  padding-left: 6px;
  padding-right: 6px;
}

.swiper-tab_btns.square .swiper-tab_btns_item {
  padding-bottom: 95.87%;
  background-image: url(../img/tab-squar.svg);
}

.swiper-tab_btns.square .swiper-tab_btns_item.active {
  background-image: url(../img/tab-squar-active.svg);
}

.swiper-tab_btns.square .swiper-tab_btns_item span::before {
  display: none;
}

.swiper-tab_subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.swiper-tab_subtitle li {
  font-size: 41px;
  font-weight: 700;
  color: #172245;
  padding: 0 30px;
  position: relative;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 0.35em;
}

.swiper-tab_subtitle li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 33px;
  background-color: #192022;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-tab_subtitle li:first-child {
  padding-left: 0;
}

.swiper-tab_subtitle li:last-child {
  padding-right: 0;
}

.swiper-tab_subtitle li:last-child::after {
  display: none;
}

.swiper-tab:not(.pic-right) .swiper-tab_text .text {
  padding-left: 100px;
}

.swiper-tab.pic-right .swiper-tab_pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.swiper-tab.pic-right .swiper-tab_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 0;
}

.swiper-tab.pic-right .swiper-tab_arrows {
  left: inherit;
  right: calc(100% + 80px);
}

.swiper-tab.pic-right .info {
  padding-left: 12px;
  padding-right: 0;
}

.swiper-tab.pic-right .info::before {
  right: inherit;
  left: 0;
}

@media screen and (max-width: 991px) {
  .swiper-arrow {
    width: 20px;
    height: 20px;
  }
  .swiper-arrow svg {
    width: 4px;
    height: 10px;
  }
  .swiper-pagination-bullets {
    gap: 4px;
  }
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .swiper-tab {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .swiper-tab .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 35px;
    padding-right: 35px;
  }
  .swiper-tab_pic {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    width: 100%;
    position: relative;
  }
  .swiper-tab_text {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    width: 100%;
    padding: 0 !important;
  }
  .swiper-tab_text_main {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .swiper-tab_btns {
    padding: 0 0 40px;
    gap: 10px;
  }
  .swiper-tab_btns_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .swiper-tab_btns_item span {
    padding: 0 10px !important;
  }
  .swiper-tab_btns_item span::before {
    width: 5px;
    height: 10px;
  }
  .swiper-tab_btns_ch {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .swiper-tab_btns_en {
    font-size: 10px;
  }
  .swiper-tab_pagination {
    bottom: 6px;
  }
  .swiper-tab_arrows .swiper-arrow.prev {
    left: 0;
  }
  .swiper-tab_arrows .swiper-arrow.next {
    right: 0;
  }
  .swiper-tab_subtitle {
    margin-bottom: 8px;
  }
  .swiper-tab_subtitle li {
    font-size: 18px;
    padding: 0 12px;
    letter-spacing: 0.1em;
  }
  .swiper-tab_subtitle li::after {
    width: 2px;
    height: 20px;
  }
  .swiper-tab:not(.pic-right) .swiper-tab_text .text {
    padding-left: 0;
  }
}

.connect .container {
  position: relative;
}

.connect .title-ch {
  margin-bottom: 150px;
}

.connect_en {
  font-size: 83px;
  color: #7b7b7b;
  opacity: 0.1;
  font-weight: 700;
  margin-top: 60px;
}

.connect_line {
  width: 81%;
  position: absolute;
  top: 175px;
  right: 0;
}

.connect .swiper-tab_text {
  padding-right: 0;
  padding-left: 100px;
}

.connect .swiper-tab_text .text {
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  .connect_en {
    font-size: 28px;
    margin-bottom: 12px;
    margin-top: 0;
    letter-spacing: 0;
  }
  .connect .swiper-tab_text_main {
    width: 232px;
    margin-left: auto;
    margin-right: auto;
  }
  .connect .title-ch {
    margin-bottom: 35px;
  }
  .connect .title-ch li h2 {
    letter-spacing: 0;
  }
  .connect .swiper-tab_btns {
    margin-top: 24px;
  }
  .connect_line {
    width: 84%;
    top: 120px;
    right: inherit;
    left: -40px;
  }
}

.life .swiper-tab_subtitle li {
  color: #00457b;
  font-family: "Noto Serif TC", sans-serif;
}

.life .swiper-tab_subtitle li::after {
  background-color: #00457b;
}

@media screen and (max-width: 991px) {
  .life .info {
    padding: 0 !important;
    margin-bottom: 40px;
  }
  .life .info::before {
    top: 50%;
    left: calc(100% + 8px) !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .life .info::after {
    position: absolute;
    content: "";
    width: calc((100vw - 185px) / 2 - 14px);
    height: 1px;
    background-color: #172245;
    top: 50%;
    left: calc(100% + 14px) !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.convenient .swiper-tab_text {
  position: relative;
}

.convenient .swiper-tab_pic {
  position: relative;
}

.convenient .swiper-tab-3-thumbnail {
  padding-left: 8px;
  position: absolute;
  width: calc(100% / 6 * 4);
  left: 100%;
  bottom: 0;
}

.convenient .swiper-tab-3-thumbnail .swiper-tab_pic_item {
  cursor: pointer;
}

.convenient .swiper-tab-3-thumbnail .swiper-slide {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.convenient .swiper-tab-3-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

.convenient .info {
  color: #00457b;
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .convenient .info {
    padding: 0 0 0 20px;
    margin-bottom: 12px;
    font-size: 17px;
  }
  .convenient .info::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .convenient .info::after {
    position: absolute;
    content: "";
    width: calc((100vw - 217px) / 2);
    height: 1px;
    background-color: #172245;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .convenient .swiper-tab-3-thumbnail {
    position: static;
    width: 100%;
    margin-top: 4px;
    padding: 0;
  }
}

.recreation .swiper-tab_subtitle li {
  color: #00457b;
  font-family: "Noto Serif TC", sans-serif;
}

.recreation .swiper-tab_subtitle li::after {
  background-color: #00457b;
}

@media screen and (max-width: 991px) {
  .recreation {
    position: relative;
  }
  .recreation_line {
    position: absolute;
    width: 140%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: inherit;
  }
  .recreation .swiper-tab_subtitle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
  }
  .recreation .info {
    padding: 12px 0 0 !important;
  }
  .recreation .info::before {
    top: 0;
    right: 100%;
    -webkit-transform: translateY(calc(-50% + 0.5px));
            transform: translateY(calc(-50% + 0.5px));
  }
  .recreation .info::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #172245;
    top: 0;
    left: 0;
  }
}

.gallery {
  position: relative;
}

.gallery_content {
  width: 100%;
  padding-bottom: 35px;
  left: 0;
  bottom: 0;
  position: absolute;
}

.gallery_text {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 85px;
}

.gallery_text .title-ch {
  margin-bottom: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery_text .title-en {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.4em;
  text-shadow: 0 0 5px rgba(32, 56, 105, 0.75);
}

.gallery_text .text {
  text-align: center;
  margin: 0;
  text-shadow: 0 0 5px rgba(32, 56, 105, 0.75);
}

.gallery_swiper {
  position: relative;
}

.gallery_swiper_item {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}

.gallery_swiper_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.gallery_swiper_item .remark {
  left: 24px;
  bottom: 5px;
}

.gallery_swiper::before, .gallery_swiper::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100%;
  top: 0;
  z-index: 3;
}

.gallery_swiper::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#003c7a), color-stop(55%, #003c7a), to(transparent));
  background: linear-gradient(to right, #003c7a 0%, #003c7a 55%, transparent 100%);
}

.gallery_swiper::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#003c7a), color-stop(55%, #003c7a), to(transparent));
  background: linear-gradient(to left, #003c7a 0%, #003c7a 55%, transparent 100%);
}

@media screen and (max-width: 991px) {
  .gallery_content {
    padding-bottom: 18px;
  }
  .gallery_swiper::before, .gallery_swiper::after {
    width: 50px;
  }
  .gallery_text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
  }
  .gallery_text .title-ch {
    margin-bottom: 24px;
    position: relative;
  }
  .gallery_text .title-ch h2 {
    text-align: center;
  }
  .gallery_text .title-ch::before, .gallery_text .title-ch::after {
    position: absolute;
    content: "";
    width: 58px;
    height: 36px;
    top: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gallery_text .title-ch::before {
    background-image: url(../img/title-line-left.svg);
    left: 0;
  }
  .gallery_text .title-ch::after {
    background-image: url(../img/title-line-right.svg);
    right: 0;
  }
  .gallery_text .title-en {
    margin-bottom: 10px;
    letter-spacing: 0.3em;
    font-size: 13px;
  }
  .gallery_text .text {
    text-align: justify;
    width: 250px;
  }
}

.brand {
  padding-top: 125px;
  padding-bottom: 60px;
  background-image: url(../img/craft-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.brand_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.brand_title .title-ch {
  margin-bottom: 12px;
}

.brand_title .subtitle {
  letter-spacing: 0.1em;
}

.brand_title_en {
  text-align: right;
  color: #fff;
  font-size: 78px;
  font-weight: 500;
  margin: 0;
  opacity: 0.15;
}

.brand_main {
  position: relative;
}

.brand_main > img {
  width: 100%;
}

.brand_main_wrapper {
  width: 100%;
  position: absolute;
  top: 40px;
  padding: 0 150px;
  left: 0;
}

.brand_main_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 0 auto 25px;
}

.brand_main_title h4 {
  color: #fff;
  background: linear-gradient(41deg, #c58d3a 0%, #fcf9d6 25%, #ca9039 50%, #fffbd6 77%, #c58d3a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin: 0;
  font-weight: 700;
}

.brand_main_title .ch {
  font-size: 32px;
}

.brand_main_title .en {
  font-size: 26px;
  line-height: 1.5;
}

.brand_main_title.has-line {
  position: relative;
}

.brand_main_title.has-line::before, .brand_main_title.has-line::after {
  position: absolute;
  content: "";
  width: calc((100% - 400px) / 2);
  height: 3px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.brand_main_title.has-line::before {
  left: 0;
}

.brand_main_title.has-line::after {
  right: 0;
}

.brand_main_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 63px;
}

.brand_main_logo_item {
  width: calc((100% - 200px) / 5);
}

.brand_main_logo img {
  -webkit-filter: drop-shadow(0 0 10px #1d154f);
          filter: drop-shadow(0 0 10px #1d154f);
  width: 100%;
}

.brand_main_logo-rinna {
  margin-bottom: 10px;
  position: relative;
}

.brand_main_logo-rinna img {
  width: 30%;
  display: block;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 10px #1d154f);
          filter: drop-shadow(0 0 10px #1d154f);
}

.brand_main_logo-rinna::before, .brand_main_logo-rinna::after {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(30% - 10px);
  background-color: #fff;
  top: 15px;
}

.brand_main_logo-rinna::before {
  left: 0;
}

.brand_main_logo-rinna::after {
  right: 0;
}

.brand_main .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -40px;
  margin-right: -40px;
}

.brand_main .row > div {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 25px;
}

.brand_main .row img {
  -webkit-filter: drop-shadow(0 0 10px #1d154f);
          filter: drop-shadow(0 0 10px #1d154f);
  overflow: visible;
}

.brand_main .row img.guard {
  -webkit-filter: drop-shadow(0 0 10px rgba(29, 21, 79, 0.6));
          filter: drop-shadow(0 0 10px rgba(29, 21, 79, 0.6));
}

@media screen and (max-width: 1450px) {
  .brand_title_en {
    font-size: 64px;
  }
}

@media screen and (max-width: 991px) {
  .brand {
    padding-top: 60px;
    padding-bottom: 120px;
    background-image: url(../img/craft-bg-m.webp);
  }
  .brand_title {
    margin-bottom: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brand_title .title-ch {
    margin-bottom: 10px;
  }
  .brand_title_en {
    display: none;
  }
  .brand_main {
    margin-top: 12px;
  }
  .brand_main_wrapper {
    top: 20px;
    padding: 0 30px;
  }
  .brand_main_title {
    gap: 6px;
    margin-bottom: 10px;
  }
  .brand_main_title .ch {
    font-size: 18px;
  }
  .brand_main_title .en {
    font-size: 15px;
  }
  .brand_main_title.has-line::before, .brand_main_title.has-line::after {
    display: none;
  }
  .brand_main_logo {
    gap: 0;
    margin-bottom: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brand_main_logo_item {
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 24px;
  }
  .brand_main_logo_item img {
    width: 100%;
  }
  .brand_main .row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 36px;
    border-top: 1px solid #fff;
  }
  .brand_main .row > div {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .brand_main .row > div img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

.contact {
  padding-bottom: 160px;
  padding-top: 150px;
  position: relative;
}

.contact .container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

.contact_title {
  margin-bottom: 65px;
  position: relative;
}

.contact_title h2 {
  font-size: 50px;
  font-weight: 700;
  color: #00457b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.contact_title h2 span {
  display: block;
  padding: 0 22px;
  position: relative;
}

.contact_title h2 span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 28px;
  background-color: #00457b;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.contact_title h2 span:first-child {
  padding-left: 0;
}

.contact_title h2 span:last-child {
  padding-right: 0;
}

.contact_title h2 span:last-child::after {
  display: none;
}

.contact_title p {
  font-weight: 700;
  color: #004595;
  letter-spacing: 0.1m;
  color: #004595;
  text-align: center;
  font-size: 25px;
}

.contact_input {
  height: 60px;
}

.contact_input label {
  font-weight: 900;
}

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

.contact_textarea textarea {
  padding: 12px 15px;
  height: 100%;
  font-size: 19px;
  margin: 0;
  background-color: transparent;
  width: 100%;
}

.contact input::-webkit-input-placeholder,
.contact textarea::-webkit-input-placeholder {
  color: #606060;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  line-height: 1;
}

.contact input:-ms-input-placeholder,
.contact textarea:-ms-input-placeholder {
  color: #606060;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  line-height: 1;
}

.contact input::-ms-input-placeholder,
.contact textarea::-ms-input-placeholder {
  color: #606060;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  line-height: 1;
}

.contact input::placeholder,
.contact textarea::placeholder {
  color: #606060;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  line-height: 1;
}

.contact_input, .contact_textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.contact_input .line, .contact_textarea .line {
  background-color: #004595;
  position: absolute;
}

.contact_input .line-top, .contact_textarea .line-top {
  width: calc(100% - 30px);
  height: 3px;
  top: 0;
  left: 15px;
}

.contact_input .line-top-right, .contact_textarea .line-top-right {
  width: 3px;
  height: calc(15px * sqrt(2));
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg) translate(-3px, -6px);
          transform: rotate(-45deg) translate(-3px, -6px);
}

.contact_input .line-right, .contact_textarea .line-right {
  width: 3px;
  height: calc(100% - 30px);
  top: 15px;
  right: 0;
}

.contact_input .line-bottom-right, .contact_textarea .line-bottom-right {
  width: 3px;
  height: calc(15px * sqrt(2));
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg) translate(-3px, 7px);
          transform: rotate(45deg) translate(-3px, 7px);
}

.contact_input .line-bottom, .contact_textarea .line-bottom {
  width: calc(100% - 30px);
  height: 3px;
  bottom: 0;
  left: 15px;
}

.contact_input .line-left-bottom, .contact_textarea .line-left-bottom {
  width: 3px;
  height: calc(15px * sqrt(2));
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(135deg) translate(-3px, -7px);
          transform: rotate(135deg) translate(-3px, -7px);
}

.contact_input .line-left, .contact_textarea .line-left {
  width: 3px;
  height: calc(100% - 30px);
  top: 15px;
  left: 0;
}

.contact_input .line-left-top, .contact_textarea .line-left-top {
  width: 3px;
  height: calc(15px * sqrt(2));
  top: 0;
  left: 0;
  -webkit-transform: rotate(-135deg) translate(-3px, 6px);
          transform: rotate(-135deg) translate(-3px, 6px);
}

.contact_input:last-child, .contact_textarea:last-child {
  margin-bottom: 0;
}

.contact_input label, .contact_textarea label {
  height: 100%;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  padding: 0 15px;
  position: relative;
  letter-spacing: 0.1em;
  font-family: "Noto Sans TC", sans-serif;
  color: #002942;
  font-weight: 300;
  white-space: nowrap;
}

.contact_input input, .contact_textarea input {
  width: 100%;
  height: 100%;
  padding: 5px 10px 5px 0;
  background-color: transparent;
  font-size: 19px;
}

.contact #submit {
  display: block;
  margin: 50px auto 0;
  padding: 5px 20px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  background-color: #00457b;
  border-radius: 0;
  border: 0;
  letter-spacing: 0.1em;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Serif TC", sans-serif;
}

.contact #submit:hover {
  background-color: #004595;
}

.contact .row {
  margin-left: -44px;
  margin-right: -44px;
}

.contact .row > div {
  padding-left: 44px;
  padding-right: 44px;
}

.contact .row > div:first-child {
  border-right: 2px solid #00457b;
}

@media screen and (max-width: 991px) {
  .contact {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .contact .container {
    padding-left: 55px;
    padding-right: 55px;
  }
  .contact .row > div {
    border: 0 !important;
  }
  .contact_title {
    margin-bottom: 40px;
  }
  .contact_title h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .contact_title h2 span {
    padding: 0 10px;
  }
  .contact_title h2 span::after {
    width: 0.75px;
    height: 12px;
  }
  .contact_title p {
    font-size: 11px;
  }
  .contact_input {
    height: 38px;
  }
  .contact_textarea {
    padding: 7px 10px;
    height: 188px;
    font-size: 14px;
  }
  .contact_textarea::-webkit-input-placeholder {
    font-size: 13px;
  }
  .contact_textarea:-ms-input-placeholder {
    font-size: 13px;
  }
  .contact_textarea::-ms-input-placeholder {
    font-size: 13px;
  }
  .contact_textarea::placeholder {
    font-size: 13px;
  }
  .contact input::-webkit-input-placeholder,
  .contact textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .contact input:-ms-input-placeholder,
  .contact textarea:-ms-input-placeholder {
    font-size: 12px;
  }
  .contact input::-ms-input-placeholder,
  .contact textarea::-ms-input-placeholder {
    font-size: 12px;
  }
  .contact input::placeholder,
  .contact textarea::placeholder {
    font-size: 12px;
  }
  .contact_input, .contact_textarea {
    margin-bottom: 12px !important;
    border-width: 1px;
  }
  .contact_input label, .contact_textarea label {
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact_input input, .contact_textarea input {
    padding-left: 0;
    font-size: 12px;
  }
  .contact_input .line, .contact_textarea .line {
    background-color: #004595;
    position: absolute;
  }
  .contact_input .line-top, .contact_textarea .line-top {
    width: calc(100% - 20px);
    height: 1px;
    left: 10px;
  }
  .contact_input .line-top-right, .contact_textarea .line-top-right {
    width: 1px;
    height: calc(10px * sqrt(2));
    top: 0;
    right: 0;
    -webkit-transform: rotate(-45deg) translate(-2.5px, -5px);
            transform: rotate(-45deg) translate(-2.5px, -5px);
  }
  .contact_input .line-right, .contact_textarea .line-right {
    width: 1px;
    height: calc(100% - 20px);
    top: 10px;
  }
  .contact_input .line-bottom-right, .contact_textarea .line-bottom-right {
    width: 1px;
    height: calc(10px * sqrt(2));
    -webkit-transform: rotate(45deg) translate(-2.5px, 5px);
            transform: rotate(45deg) translate(-2.5px, 5px);
  }
  .contact_input .line-bottom, .contact_textarea .line-bottom {
    width: calc(100% - 20px);
    height: 1px;
    left: 10px;
  }
  .contact_input .line-left-bottom, .contact_textarea .line-left-bottom {
    width: 1px;
    height: calc(10px * sqrt(2));
    -webkit-transform: rotate(135deg) translate(-2.5px, -5px);
            transform: rotate(135deg) translate(-2.5px, -5px);
  }
  .contact_input .line-left, .contact_textarea .line-left {
    width: 1px;
    height: calc(100% - 20px);
    top: 10px;
  }
  .contact_input .line-left-top, .contact_textarea .line-left-top {
    width: 1px;
    height: calc(10px * sqrt(2));
    -webkit-transform: rotate(-135deg) translate(-2.5px, 5px);
            transform: rotate(-135deg) translate(-2.5px, 5px);
  }
  .contact #submit {
    margin: 45px auto 0;
    font-size: 18px;
    padding: 0;
    width: 122px;
    height: 34px;
    background-color: transparent;
    background-image: url(../img/btn.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.footer {
  position: relative;
  background-color: #00457b;
}

.footer_top {
  padding: 45px 15px;
}

.footer_top h2 {
  font-size: 37px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  font-family: "Noto Sans TC", sans-serif;
}

.footer_inform {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 30px;
}

.footer_inform > ul:first-child {
  margin-right: 70px;
}

.footer_inform > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.footer_inform > ul > li p {
  margin: 0;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
}

.footer_inform > ul > li p.footer_inform_title {
  font-size: 25px;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.25em;
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
  white-space: nowrap;
}

.footer_inform > ul > li p.footer_inform_title::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer_inform > ul > li p.footer_inform_title::after {
  right: 0;
}

.footer_inform > ul > li p.footer_inform_content {
  margin: 0;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: 0.05em;
}

.footer_inform_content {
  color: #172245;
}

.footer_inform_content_list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_inform_content_list > span {
  position: relative;
  padding: 0 7px;
  display: block;
}

.footer_inform_content_list > span:first-child {
  padding-left: 0;
}

.footer_inform_content_list > span:last-child {
  padding-right: 0;
}

.footer_inform_content_list > span:last-child::after {
  display: none;
}

.footer_inform_content_list > span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #000;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.footer_bottom {
  text-align: center;
  padding: 25px;
  background-color: #172245;
}

.footer_bottom p {
  font-size: 20px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Sans TC", sans-serif;
}

.footer_bottom p a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.footer_bottom p a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer_top {
    padding-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .footer_top h2 {
    margin-bottom: 35px;
    font-size: 22px;
  }
  .footer_inform {
    margin: 0;
    padding-bottom: 50px;
  }
  .footer_inform > ul:first-child {
    margin-right: 0;
  }
  .footer_inform > ul > li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_inform > ul > li p.footer_inform_title {
    font-size: 15px;
    letter-spacing: 0.25em;
  }
  .footer_inform > ul > li p.footer_inform_title::after {
    background-color: #fff;
    width: 1.4px;
    height: 7px;
  }
  .footer_inform > ul > li p.footer_inform_content {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .footer_bottom {
    padding: 5px 10px;
  }
  .footer_bottom p {
    font-size: 8px;
    padding: 0;
    background-color: transparent;
    color: #fff;
  }
  .footer_bottom p a {
    color: #fff;
  }
}

.sideBtn {
  position: fixed;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #004595;
  border-radius: 100px;
  z-index: 20;
}

.sideBtn li {
  position: relative;
}

.sideBtn li::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 10px;
  background-image: url(../img/fixed_divide.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.sideBtn li:first-child a {
  border-radius: 100px 100px 0 0;
}

.sideBtn li:last-child a {
  border-radius: 0 0 100px 100px;
}

.sideBtn li:last-child::after {
  display: none;
}

.sideBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 65px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.sideBtn a img {
  width: 30px;
  display: block;
  margin: 0 auto;
}

.sideBtn a span {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 3px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 100;
}

.sideBtn a.place span {
  opacity: 1;
  position: static;
  margin-top: 2px;
}

.sideBtn a:hover {
  opacity: 0.6;
}

.sideBtn a:hover span {
  opacity: 1;
}

@media screen and (max-width: 1500px) {
  .sideBtn {
    right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .sideBtn {
    width: 100%;
    top: inherit;
    -webkit-transform: none;
            transform: none;
    bottom: 0;
    right: 0;
    border-radius: 0;
    background: #004595;
  }
  .sideBtn li {
    width: 20%;
  }
  .sideBtn li::after {
    display: none;
  }
  .sideBtn a {
    width: 100%;
    height: 60px;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .sideBtn a img {
    width: 25px;
    margin-bottom: 1px;
  }
  .sideBtn a span {
    position: static;
    opacity: 1;
  }
}

.float-vertical-1 {
  -webkit-animation: float-vertical-1 3s ease-in-out infinite alternate;
          animation: float-vertical-1 3s ease-in-out infinite alternate;
}

.float-vertical-2 {
  -webkit-animation: float-vertical-2 3s ease-in-out infinite alternate;
          animation: float-vertical-2 3s ease-in-out infinite alternate;
}

.float-horizontal-1 {
  -webkit-animation: float-horizontal-1 3s ease-in-out infinite alternate;
          animation: float-horizontal-1 3s ease-in-out infinite alternate;
}

.float-horizontal-2 {
  -webkit-animation: float-horizontal-2 3s ease-in-out infinite alternate;
          animation: float-horizontal-2 3s ease-in-out infinite alternate;
}

@-webkit-keyframes float-vertical-1 {
  0% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
  100% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
}

@keyframes float-vertical-1 {
  0% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
  100% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
}

@-webkit-keyframes float-vertical-2 {
  0% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
}

@keyframes float-vertical-2 {
  0% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
}

@-webkit-keyframes float-horizontal-1 {
  0% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  100% {
    -webkit-transform: translateX(8%);
            transform: translateX(8%);
  }
}

@keyframes float-horizontal-1 {
  0% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  100% {
    -webkit-transform: translateX(8%);
            transform: translateX(8%);
  }
}

@-webkit-keyframes float-horizontal-2 {
  0% {
    -webkit-transform: translateX(8%);
            transform: translateX(8%);
  }
  100% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
}

@keyframes float-horizontal-2 {
  0% {
    -webkit-transform: translateX(8%);
            transform: translateX(8%);
  }
  100% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
}
/*# sourceMappingURL=style.css.map */