@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 Sans TC', sans-serif;
  color: #367C8E;
  background-image: url(../img/bg.webp);
  background-size: 100%;
  background-position: 0 0;
  height: 2000px;
}

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

main {
  overflow: hidden;
  padding-top: 44px;
}

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

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

.swiper-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #367C8E;
  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;
}

.swiper-arrow svg {
  width: 8px;
  height: 16px;
}

.swiper-arrow svg polyline {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-arrow:hover {
  background-color: #367C8E;
}

.swiper-arrow:hover svg polyline {
  stroke: #fff;
}

.swiper_nav {
  padding-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper_nav_arrow {
  width: 90px;
  padding-right: 20px;
}

.swiper_nav .swiper-pagination {
  position: relative;
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper_nav .swiper-pagination-bullet {
  width: 100%;
  border-radius: 0;
  height: 6px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper_nav .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #367C8E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper_nav .swiper-pagination::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #367C8E;
  left: 0;
  top: 50%;
}

@media screen and (max-width: 575px) {
  .swiper-arrow {
    width: 25px;
    height: 25px;
  }
  .swiper_nav_arrow {
    width: 70px;
    padding-right: 10px;
  }
  .swiper_nav .swiper-pagination {
    width: calc(100% - 70px);
  }
}

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

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

.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:last-child::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header li:hover {
  opacity: 0.7;
}

.kv {
  position: relative;
}

.kv_title {
  color: #123738;
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 11.52vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 11.52vw;
}

.kv_title span {
  display: block;
  letter-spacing: 0.05em;
}

.kv_title_circle {
  width: 50px;
  margin: 0 5px;
}

.kv_title_divide {
  width: 3px;
  height: 53px;
  background-color: #123738;
  margin: 0 20px 0 10px;
}

.kv_title_num {
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.kv_subtitle {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.kv_subtitle span {
  display: block;
  font-size: 50px;
  color: #123738;
  font-weight: 500;
}

.kv_text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20%;
  width: 100%;
}

.kv_text > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.kv_logo {
  width: 25%;
  margin-bottom: 4.56vw;
}

.kv_intro {
  width: 60%;
}

.kv_intro-1 {
  width: 75.44%;
  margin-bottom: 11.52vw;
}

.kv_intro-2 {
  width: 57.31%;
}

.kv_bird {
  position: absolute;
}

.kv_bird-1 {
  width: 15.66%;
  top: 5%;
  right: 10%;
}

.kv_bird-2 {
  width: 10.75%;
  bottom: -5%;
  left: 28%;
}

@media screen and (max-width: 1399px) {
  .kv_title {
    font-size: 40px;
  }
  .kv_title_num {
    font-size: 46px;
  }
  .kv_title_divide {
    height: 45px;
  }
  .kv_title_circle {
    width: 40px;
  }
  .kv_subtitle span {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .kv_title {
    border-bottom: 2px solid #123738;
  }
  .kv_title_num {
    font-size: 44px;
  }
  .kv_title_unit {
    font-size: 36px;
  }
  .kv_title_divide {
    height: 40px;
    margin: 0 15px 0 10px;
  }
  .kv_title_circle {
    width: 35px;
  }
  .kv_subtitle span {
    font-size: 38px;
  }
  .kv_subtitle_top {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 44px;
  }
  .kv_subtitle_bottom {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .kv_subtitle_bottom span {
    font-size: 32px;
  }
  .kv_logo {
    width: 56.19%;
    margin-bottom: 11.52vw;
  }
  .kv_bird-1 {
    width: 30.79%;
  }
  .kv_text {
    top: 25%;
  }
}

@media screen and (max-width: 575px) {
  .kv_title {
    font-size: 34px;
  }
  .kv_title span {
    letter-spacing: 0.02em;
  }
  .kv_title_num {
    font-size: 36px;
  }
  .kv_title_unit {
    font-size: 30px;
  }
  .kv_title_divide {
    height: 33px;
    margin: 0 15px 0 10px;
  }
  .kv_title_circle {
    width: 28px;
  }
  .kv_subtitle span {
    font-size: 31px;
  }
  .kv_subtitle_bottom span {
    font-size: 25px;
  }
}

@media screen and (max-width: 400px) {
  .kv_title {
    font-size: 26px;
  }
  .kv_title_num {
    font-size: 27px;
  }
  .kv_title_unit {
    font-size: 23px;
  }
  .kv_title_divide {
    height: 24px;
    margin: 0 10px 0 10px;
  }
  .kv_title_circle {
    width: 21px;
  }
  .kv_subtitle span {
    font-size: 23px;
  }
  .kv_subtitle_bottom span {
    font-size: 18px;
  }
}

.museum {
  padding-top: 90px;
  margin-bottom: 260px;
  position: relative;
}

.museum_text {
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.museum_text_title h2 {
  color: #123738;
  font-family: "Noto Serif TC", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.2em;
}

.museum_text_title-wrap {
  margin-bottom: 20px;
}

.museum_text_divide {
  width: 3px;
  margin: 0 15px 0 10px;
}

.museum_text h3 {
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: 200;
  margin: 0 0 0 15px;
}

.museum_text p {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.08em;
}

.museum_swiper {
  position: relative;
  padding-bottom: 50px;
}

.museum_swiper_name {
  width: 100%;
  margin: 0 auto 45px;
}

.museum_swiper_name > img {
  width: 75%;
  display: block;
  margin: 0 auto;
}

.museum_swiper_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.museum_swiper_item.pic-left .museum_swiper_text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.museum_swiper_item.pic-left .museum_swiper_pic {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 0;
  padding-left: 20px;
}

.museum_swiper_item.pic-left .museum_swiper_pic_name {
  right: inherit;
  left: -15px;
}

.museum_swiper_text {
  width: 30%;
}

.museum_swiper_text h4 {
  padding-top: 30px;
  position: relative;
  text-align: center;
  font-size: 38px;
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.3em;
  color: #123738;
}

.museum_swiper_text h4::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 80px;
  background-color: #367C8E;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.museum_swiper_text p {
  text-align: center;
  margin: 0;
  font-size: 26px;
  letter-spacing: 0.35em;
  font-weight: 300;
}

.museum_swiper_pic {
  width: 70%;
}

.museum_swiper_pic .swiper-slide {
  padding-right: 20px;
}

.museum_swiper_pic_inner {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
}

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

.museum_swiper_pic_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 5%;
  right: -15px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.museum_swiper_pic_name span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Serif TC", sans-serif;
  padding: 3px 10px 3px 15px;
  letter-spacing: 0.3em;
}

.museum_swiper_pic_name span.country {
  background-color: #367C8E;
  color: #fff;
}

.museum_swiper_pic_name span.city {
  background-color: #fff;
  color: #367C8E;
}

.museum_swiper_pic_text {
  position: absolute;
  font-size: 13px !important;
  color: #fff;
  margin: 0;
  right: 10px;
  bottom: 10px;
}

.museum_swiper .swiper_nav {
  width: 70%;
}

.museum_bird {
  position: absolute;
  width: 14.7%;
  top: 12%;
  left: 8%;
}

.museum_pic > .container {
  max-width: 1500px;
}

.museum_pic .swiper_nav {
  width: 70%;
  margin-left: auto;
  padding-right: 20px;
}

@media screen and (max-width: 1700px) {
  .museum_bird {
    left: 3%;
  }
}

@media screen and (max-width: 1399px) {
  .museum_bird {
    top: 28%;
  }
}

@media screen and (max-width: 1199px) {
  .museum_pic > .container {
    max-width: inherit;
  }
}

@media screen and (max-width: 991px) {
  .museum {
    margin-bottom: 130px;
  }
  .museum_bird {
    width: 30.8%;
    left: inherit;
    right: -5%;
    top: 17%;
  }
  .museum_text_title {
    margin-bottom: 10px;
  }
  .museum_text h3 {
    text-align: center;
  }
  .museum_text p {
    text-align: justify;
  }
  .museum_swiper_name {
    width: 40%;
    padding-bottom: calc(40% * 0.4965);
    position: relative;
    margin: 0 auto 45px;
  }
  .museum_swiper_name > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    top: 0;
    left: 0;
  }
  .museum_swiper_item {
    display: block;
  }
  .museum_swiper_text {
    width: 100%;
    padding-bottom: 20px;
  }
  .museum_swiper_text > img {
    width: 38%;
    margin-bottom: 25px;
  }
  .museum_swiper_text h4 {
    padding-top: 15px;
    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;
    height: 110px;
  }
  .museum_swiper_pic {
    width: 100%;
    padding: 0 0 0 20px !important;
  }
  .museum_pic .swiper_nav {
    padding: 20px 20px 0;
    width: 100%;
    left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .museum {
    padding-top: 45px;
  }
  .museum_bird {
    top: 22%;
  }
  .museum > .container {
    max-width: inherit;
  }
  .museum_text_title h2 {
    font-size: 30px;
    letter-spacing: 0.08em;
  }
  .museum_text_divide {
    width: 2px;
    margin: 0 10px 0 5px;
  }
  .museum_text h3 {
    font-size: 16px;
  }
  .museum_text p {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .museum_pic > .container {
    padding: 0;
  }
  .museum_swiper_text h4 {
    font-size: 22px;
    height: 80px;
  }
  .museum_swiper_text p {
    font-size: 16px;
  }
  .museum_swiper_pic {
    padding: 0 0 0 15px !important;
  }
  .museum_swiper_pic_name {
    right: -10px;
  }
  .museum_swiper_pic_name span {
    font-size: 16px;
    padding: 2px 5px 2px 10px;
  }
  .museum_swiper .swiper_nav {
    padding: 0 15px;
  }
}

@media screen and (max-width: 460px) {
  .museum_bird {
    top: 27%;
  }
  .museum_text_title h2 {
    font-size: 24px;
    letter-spacing: 0.03em;
  }
  .museum_text h3 {
    font-size: 13px;
  }
  .museum_text p {
    font-size: 15px;
  }
}

@media screen and (max-width: 370px) {
  .museum_bird {
    top: 28%;
  }
  .museum_text_title h2 {
    font-size: 21px;
    letter-spacing: 0.03em;
  }
  .museum_text h3 {
    font-size: 12px;
  }
  .museum_text p {
    font-size: 14px;
  }
}

.save {
  margin-bottom: 190px;
  position: relative;
}

.save_bird {
  position: absolute;
  width: 26%;
  top: -10%;
  right: -1%;
}

.save_text {
  margin-bottom: 65px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 65px;
}

.save_text_title {
  margin-bottom: 20px;
}

.save_text_title_icon {
  width: 140px;
  margin-right: 25px;
}

.save_text_title h2 {
  margin: 0;
  font-weight: 300;
  color: #123738;
  font-size: 52px;
  letter-spacing: 0.5em;
}

.save_text_title h2 .highlight {
  font-size: 70px;
  font-weight: 700;
  font-family: "Noto Serif TC", sans-serif;
  letter-spacing: 0.1em;
  margin-right: 15px;
}

.save_text_subtitle {
  margin-bottom: 50px;
}

.save_text_subtitle p {
  font-weight: 300;
  margin: 0 20px 0 0;
  font-size: 18px;
  letter-spacing: 0.2em;
}

.save_text_subtitle h3 {
  color: #123738;
  font-weight: 300;
  margin: 0;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}

.save_text_subtitle h3 .bold {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
  margin-right: 20px;
}

.save_text_subtitle h3 .highlight {
  font-size: 52px;
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-left: 10px;
}

.save_text_square {
  width: 10px;
  height: 10px;
  background-color: #123738;
  display: inline-block;
  margin-right: 25px;
}

.save_swiper_item {
  width: 100%;
  padding-bottom: 42%;
  position: relative;
}

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

.save_swiper_en {
  position: absolute;
  width: 28%;
  bottom: 10px;
  left: 15px;
  mix-blend-mode: overlay;
}

.save_swiper_text {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
  right: 15px;
  bottom: 10px;
  margin: 0;
}

.save_swiper .swiper_nav_arrow {
  padding-top: 20px;
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .save > .container {
    max-width: inherit;
  }
  .save_text {
    margin: 0 auto 35px;
  }
  .save_text_title_icon {
    width: 100px;
    margin-right: 15px;
  }
  .save_text_title h2 {
    font-size: 40px;
    letter-spacing: 0.3em;
  }
  .save_text_title h2 .highlight {
    font-size: 60px;
    margin-right: 10px;
  }
  .save_text_subtitle p {
    margin: 0 10px 0 0;
    font-size: 16px;
  }
  .save_text_subtitle h3 {
    font-size: 28px;
  }
  .save_text_subtitle h3 .bold {
    margin-right: 10px;
  }
  .save_text_subtitle h3 .highlight {
    font-size: 44px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .save_text_square {
    width: 8px;
    height: 8px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .save_text_title {
    margin: 0 auto 30px;
  }
  .save_text_subtitle p {
    text-align: center;
    margin-bottom: 20px;
  }
  .save_pic > .container {
    max-width: inherit;
    padding: 0;
  }
  .save_swiper_item {
    padding-bottom: 60%;
  }
  .save_swiper_text {
    font-size: 12px;
  }
  .save_swiper .swiper_nav_arrow {
    padding: 15px 15px 0;
  }
}

@media screen and (max-width: 575px) {
  .save_text_title {
    margin-bottom: 15px;
  }
  .save_text_title_icon {
    width: 60px;
  }
  .save_text_title h2 {
    font-size: 22px;
  }
  .save_text_title h2 .highlight {
    font-size: 32px;
  }
  .save_text_subtitle p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .save_text_subtitle h3 {
    font-size: 16px;
  }
  .save_text_subtitle h3 .bold {
    margin-right: 10px;
  }
  .save_text_subtitle h3 .highlight {
    font-size: 23px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .save_text_square {
    width: 4px;
    height: 4px;
  }
}

.nature {
  margin-bottom: 160px;
}

.nature_inner {
  position: relative;
}

.nature_swiper_item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.nature_swiper_text {
  width: 35%;
  padding-bottom: 15px;
}

.nature_swiper_text_inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}

.nature_swiper_text_inner::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  background-color: #367C8E;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nature_swiper_text_inner h3 {
  font-size: 34px;
  letter-spacing: 0.3em;
  font-weight: 700;
  color: #123738;
  font-family: "Noto Serif TC", sans-serif;
  margin-bottom: 15px;
}

.nature_swiper_text_inner p {
  font-size: 19px;
  font-weight: 300;
  margin: 0;
  text-align: left;
}

.nature_swiper_pic {
  width: 65%;
  padding: 0 !important;
}

.nature_swiper_pic .swiper-slide {
  padding: 0;
}

.nature .swiper_nav {
  width: 65%;
}

.nature .swiper_nav_arrow {
  padding-left: 20px;
  padding-right: 0;
}

.nature_title {
  width: 35%;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 5;
}

.nature_title > img {
  width: 60%;
  display: block;
  margin: 0 auto 30px;
}

.nature_title h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-family: "Noto Serif TC", sans-serif;
  color: #123738;
  font-size: 36px;
  font-weight: 700;
  padding: 0 15px 0 20px;
  margin: 0 auto 30px;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

.nature_title h2::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #FFC303;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nature_title h2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #FFC303;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nature_title p {
  margin: 0 auto;
  width: 70%;
  font-size: 18px;
  font-weight: 300;
}

@media screen and (max-width: 1399px) {
  .nature > .container {
    max-width: inherit;
  }
}

@media screen and (max-width: 1199px) {
  .nature {
    margin-bottom: 80px;
  }
  .nature_title {
    width: 100%;
    position: static;
    margin-bottom: 50px;
  }
  .nature_swiper_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nature_swiper_text {
    width: 100%;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    margin-bottom: 50px;
  }
  .nature_swiper_text p {
    height: 57px;
  }
  .nature_swiper_pic {
    width: 100%;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .nature .swiper_nav {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .nature_title h2 {
    font-size: 30px;
  }
  .nature_title p {
    font-size: 14px;
  }
  .nature_swiper_text {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .nature_swiper_text_inner h3 {
    font-size: 24px;
  }
  .nature_swiper_text_inner p {
    font-size: 14px;
    height: 40px;
  }
  .nature .swiper_nav_arrow {
    padding-left: 10px;
    padding-right: 0;
  }
}

.life {
  margin-bottom: 245px;
  position: relative;
}

.life_bird {
  width: 10%;
  top: 0;
  left: 3%;
  position: absolute;
  z-index: 5;
}

.life .museum_text {
  margin: 0 0 20px;
}

.life_text > .container {
  position: relative;
}

.life_intro {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 20px;
  top: calc(100% + 20px);
  z-index: 5;
}

.life_intro h4 {
  color: #123738;
  font-size: 26px;
  font-weight: 200;
  margin: 0;
  padding: 0 20px;
}

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

.life_intro_line {
  width: 100%;
  height: 1px;
  background-color: #123738;
  margin: 10px 0;
  position: relative;
}

.life_intro_line::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #123738;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.life_swiper_pic {
  padding: 0;
}

.life_swiper_pic .swiper-slide {
  padding: 0;
}

.life_swiper_pic p {
  position: absolute;
  font-size: 13px;
  color: #fff;
  right: 10px;
  bottom: 10px;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.life_swiper_text h3 {
  text-align: center;
  font-family: "Noto Serif TC", sans-serif;
  color: #123738;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  position: relative;
  padding: 40px 0;
  margin: 0;
}

.life_swiper_text h3::before {
  position: absolute;
  content: "";
  width: 82px;
  height: 4px;
  background-color: #367C8E;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.life_swiper_text h3::after {
  position: absolute;
  content: "";
  width: 82px;
  height: 4px;
  background-color: #367C8E;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.life .swiper_nav {
  width: 70%;
  margin-left: auto;
}

@media screen and (max-width: 1800px) {
  .life_bird {
    top: 25%;
  }
}

@media screen and (max-width: 1199px) {
  .life_intro {
    position: static;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .life {
    margin-bottom: 120px;
  }
  .life_bird {
    width: 27%;
    top: 8%;
  }
  .life .museum_text {
    margin: 0 auto 30px;
  }
  .life_text > .container {
    max-width: inherit;
    padding: 0;
  }
  .life_intro {
    margin-left: auto;
    margin-bottom: 85px;
  }
  .life_swiper_pic {
    padding: 0 !important;
  }
  .life .swiper_nav {
    width: 100%;
  }
  .life_pic > .container {
    max-width: inherit;
  }
}

@media screen and (max-width: 767px) {
  .life_bird {
    top: 10%;
  }
  .life_intro h4 {
    font-size: 20px;
  }
  .life_swiper_text h3 {
    font-size: 24px;
    padding: 20px 0;
  }
  .life_swiper_text h3::before {
    width: 40px;
    height: 2px;
  }
  .life_swiper_text h3::after {
    width: 40px;
    height: 2px;
  }
}

@media screen and (max-width: 450px) {
  .life_bird {
    top: 13%;
  }
  .life_intro h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 370px) {
  .life_intro h4 {
    font-size: 14px;
  }
}

.transportation {
  margin-bottom: 180px;
}

.transportation .museum_text {
  margin-bottom: 100px;
}

.transportation_swiper_item {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  cursor: pointer;
}

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

.transportation_swiper_item p {
  position: absolute;
  font-size: 13px;
  color: #fff;
  right: 10px;
  bottom: 10px;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.transportation_swiper_item:hover .life_swiper_mask {
  opacity: 1;
}

.transportation_swiper_intro {
  font-size: 20px;
  font-weight: 500;
  color: #665A5A;
  margin: 45px 0 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.transportation_swiper_text {
  padding: 20px 30px;
}

.transportation_swiper_text h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.transportation_swiper_text h4 span {
  font-size: 34px;
  display: block;
  color: #123738;
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.transportation_swiper_text h4 > img {
  width: 2px;
  margin: 0 10px;
}

.transportation_swiper_text p {
  font-size: 20px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.transportation_swiper_text p::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #367C8E;
  top: 0;
  left: 0;
}

.transportation_swiper_text_inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.transportation_swiper .swiper-button-next, .transportation_swiper .swiper-button-prev {
  width: 57px;
  height: 133px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  top: calc((100% - 173px) / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.transportation_swiper .swiper-button-next::after, .transportation_swiper .swiper-button-prev::after {
  display: none;
}

.transportation_swiper .swiper-button-next {
  background-image: url(../img/tran-next.svg);
  right: calc(33.3333% - 90px);
  left: inherit;
}

.transportation_swiper .swiper-button-prev {
  background-image: url(../img/tran-prev.svg);
  left: calc(33.3333% - 90px);
}

@media screen and (max-width: 1350px) {
  .transportation_swiper_text {
    padding: 20px;
  }
  .transportation_swiper_text h4 span {
    font-size: 28px;
  }
  .transportation_swiper_text p {
    font-size: 18px;
  }
  .transportation_swiper .swiper-button-next, .transportation_swiper .swiper-button-prev {
    top: calc((100% - 219px) / 2);
  }
}

@media screen and (max-width: 991px) {
  .transportation {
    margin-bottom: 140px;
  }
  .transportation_swiper_text {
    padding: 15px;
  }
  .transportation_swiper_text h4 {
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
  }
  .transportation_swiper_text h4 span {
    font-size: 24px;
  }
  .transportation_swiper_text h4 > img {
    display: none;
  }
  .transportation_swiper_text p {
    font-size: 16px;
    padding-left: 10px;
    line-height: 1.6;
  }
  .transportation_swiper .swiper-button-next, .transportation_swiper .swiper-button-prev {
    width: 30px;
    height: 50px;
    top: calc((100% - 256px) / 2);
  }
  .transportation_swiper .swiper-button-next {
    right: calc(33.3333% - 60px);
  }
  .transportation_swiper .swiper-button-prev {
    left: calc(33.3333% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .transportation .museum_text {
    margin-bottom: 50px;
  }
  .transportation_swiper .swiper-button-next, .transportation_swiper .swiper-button-prev {
    top: calc((100% - 224px) / 2);
  }
}

@media screen and (max-width: 575px) {
  .transportation .swiper-button-next {
    right: 20px;
  }
  .transportation .swiper-button-prev {
    left: 20px;
  }
}

@media screen and (max-width: 450px) {
  .transportation_swiper .swiper-button-next, .transportation_swiper .swiper-button-prev {
    top: calc((100% - 199px) / 2);
  }
}

.school {
  margin-bottom: 200px;
}

.school > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.school_text {
  width: 35%;
}

.school_text_main {
  margin-bottom: 50px;
  padding-top: 20px;
}

.school_text_main 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;
  margin-bottom: 15px;
}

.school_text_main h2 span {
  font-family: "Noto Serif TC", sans-serif;
  color: #123738;
  font-size: 36px;
  font-weight: 700;
}

.school_text_main h2 img {
  width: 3px;
  margin: 0 15px;
}

.school_text_main p {
  font-size: 20px;
  margin: 0;
  text-align: center;
}

.school_text_title {
  width: 250px;
  display: block;
  margin: 0 auto 25px;
}

.school_text_tab {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.school_text_tab_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  margin-bottom: 50px;
}

.school_text_tab_item.active .school_text_tab_deco, .school_text_tab_item.active .school_text_tab_line, .school_text_tab_item:hover .school_text_tab_deco, .school_text_tab_item:hover .school_text_tab_line {
  opacity: 1;
}

.school_text_tab_deco {
  position: absolute;
  width: 99px;
  top: -15px;
  left: -25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.school_text_tab_name {
  font-size: 30px;
  color: #123738;
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.school_text_tab_en {
  font-size: 12px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.school_text_tab_line {
  width: 250px;
  height: 2px;
  background-color: #367C8E;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.school_text_tab_line::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #367C8E;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.school_pic {
  width: 65%;
}

.school_swiper {
  width: 100%;
}

.school_swiper_item {
  width: 100%;
  padding-bottom: 68%;
  position: relative;
}

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

.school_swiper .swiper_nav_arrow {
  width: 80px;
  height: 30px;
  padding: 0;
  position: relative;
  padding-right: 10px;
}

.school_swiper .swiper_nav .swiper-pagination {
  width: calc(100% -  80px);
}

.school_swiper_text {
  position: absolute;
  color: #fff;
  font-size: 13px;
  margin: 0;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .school > .container {
    max-width: inherit;
  }
  .school_text_main h2 span {
    font-size: 32px;
  }
  .school_text_main p {
    font-size: 18px;
  }
  .school_text_title {
    width: 200px;
  }
  .school_text_tab_deco {
    width: 80px;
    left: -20px;
  }
  .school_text_tab_name {
    font-size: 24px;
  }
  .school_text_tab_line {
    width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .school > .container {
    display: block;
  }
  .school_text {
    width: 100%;
  }
  .school_text_tab {
    width: 100%;
    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;
  }
  .school_text_tab_item {
    margin: 0 20px 40px;
  }
  .school_text_tab_deco {
    width: 74px;
    left: -19px;
  }
  .school_text_tab_en {
    margin-bottom: 10px;
  }
  .school_pic {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .school_text_tab_name {
    font-size: 22px;
  }
  .school_text_tab_line {
    width: 150px;
  }
}

@media screen and (max-width: 575px) {
  .school_text_tab {
    margin-bottom: 50px;
  }
  .school_text_tab_item {
    width: 50%;
    margin: 0;
  }
  .school_text_tab_item_name {
    width: calc(100% - 53px);
  }
  .school_text_tab_item:first-child {
    padding-right: 8px;
  }
  .school_text_tab_item:first-child .school_text_tab_deco {
    left: -18px;
  }
  .school_text_tab_item:nth-child(2) {
    padding-left: 8px;
  }
  .school_text_tab_item:nth-child(2) .school_text_tab_deco {
    left: -8px;
  }
  .school_text_tab_deco {
    top: -10px;
    width: 72px;
  }
  .school_text_tab_line {
    width: 100%;
  }
  .school_swiper .swiper_nav_arrow {
    width: 70px;
  }
  .school_swiper .swiper-pagination {
    width: calc(100% - 70px);
  }
}

@media screen and (max-width: 450px) {
  .school_text_tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .school_text_tab_item {
    margin-bottom: 50px;
    width: 70%;
    padding: 0 !important;
  }
  .school_text_tab_item:nth-child(2) .school_text_tab_deco {
    left: -18px;
  }
  .school_text_main h2 span {
    font-size: 28px;
  }
  .school_text_main p {
    font-size: 16px;
  }
}

.classic {
  margin-bottom: 370px;
}

.classic .museum_text {
  margin-bottom: 125px;
}

.classic_swiper_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.classic_swiper_pic_text {
  position: absolute;
  color: #fff;
  font-size: 13px;
  margin: 0;
  left: 10px;
  bottom: 10px;
}

.classic_swiper_bigpic {
  width: 67%;
  padding-bottom: calc(67% * 0.6);
  position: relative;
}

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

.classic_swiper_smallpic {
  width: 33%;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.classic_swiper_smallpic_text {
  margin: 0 auto 60px;
}

.classic_swiper_smallpic_text h4 {
  position: relative;
  font-size: 34px;
  font-family: "Noto Serif TC", sans-serif;
  color: #123738;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0 15px;
  letter-spacing: 0.13em;
}

.classic_swiper_smallpic_text h4::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 36px;
  background-color: #FFC303;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.classic_swiper_smallpic_text h4::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 36px;
  background-color: #FFC303;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.classic_swiper_smallpic_text p {
  font-size: 18px;
  margin: 0 auto;
  letter-spacing: 0.08em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: justify;
}

.classic_swiper_smallpic_text.secret {
  width: 80%;
}

.classic_swiper_smallpic_text.hall {
  width: 60%;
}

.classic_swiper_smallpic_pic {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}

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

.classic_swiper-wrap {
  position: relative;
}

.classic_swiper-prev {
  right: 40px;
}

.classic_swiper-next {
  right: 0;
}

.classic > .container {
  position: relative;
}

.classic_bird {
  position: absolute;
  width: 13vw;
  top: -15%;
  right: 5%;
}

@media screen and (max-width: 1199px) {
  .classic_bird {
    right: 0;
  }
  .classic .museum_text {
    margin-bottom: 60px;
  }
  .classic_swiper_smallpic_text {
    margin-bottom: 50px;
  }
  .classic_swiper_smallpic_text h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .classic_swiper_smallpic_text h4::before {
    height: 25px;
    width: 3px;
  }
  .classic_swiper_smallpic_text h4::after {
    height: 25px;
    width: 3px;
  }
  .classic_swiper_smallpic_text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .classic {
    margin-bottom: 150px;
  }
  .classic_swiper_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .classic_swiper_bigpic {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 60%;
  }
  .classic_swiper_smallpic {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .classic_swiper_smallpic_text {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    padding: 0 15px;
  }
  .classic_swiper_smallpic_text.hall {
    width: 50%;
  }
  .classic_swiper_smallpic_text.hall p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .classic_swiper_smallpic_pic {
    width: 50%;
    padding-bottom: calc(50% * 0.6);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .classic_swiper_smallpic_text h4 {
    font-size: 22px;
    letter-spacing: 0.05em;
    padding: 0 10px;
  }
  .classic_swiper_smallpic_text p {
    width: 100%;
  }
  .classic_swiper-wrap .swiper-arrow {
    bottom: inherit;
    top: calc(100% + 10px);
  }
  .classic_swiper-prev {
    left: inherit;
    right: 40px;
  }
  .classic_swiper-next {
    right: 0;
  }
}

@media screen and (max-width: 575px) {
  .classic_swiper_smallpic_text h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .classic_swiper_smallpic_text h4::before {
    height: 22px;
  }
  .classic_swiper_smallpic_text h4::after {
    height: 22px;
  }
  .classic_swiper_smallpic_text p {
    font-size: 12px;
  }
  .classic_swiper-prev {
    right: 35px;
  }
}

@media screen and (max-width: 450px) {
  .classic_swiper_smallpic_text {
    width: 60%;
  }
  .classic_swiper_smallpic_text h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .classic_swiper_smallpic_text p {
    font-size: 12px;
  }
  .classic_swiper_smallpic_pic {
    width: 40%;
    padding-bottom: calc(40% * 0.6);
  }
  .classic_swiper-prev {
    right: 35px;
  }
}

.reserve {
  position: relative;
}

.reserve_bird {
  position: absolute;
  width: 10%;
  left: 10%;
  top: -8%;
}

.reserve_title {
  margin-bottom: 80px;
}

.reserve_title h2 {
  margin: 0;
  font-size: 40px;
  font-family: "Noto Serif TC", sans-serif;
  color: #123738;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 20px;
}

.reserve_title h3 {
  margin: 0;
  font-weight: 200;
  letter-spacing: 0.25em;
  font-size: 22px;
}

.reserve_form {
  width: 100%;
  max-width: 800px;
  padding: 0 30px;
  margin: 0 auto 280px;
}

.reserve_form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 15px;
  font-size: 30px;
}

.reserve_form_content {
  width: calc(100% - 175px);
}

.reserve_form_content_item {
  width: calc((100% - 30px) / 2);
  height: 45px;
  border-bottom: 1px solid #367C8E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reserve_form_content_item > span {
  display: block;
  width: 40px;
  text-align: center;
}

.reserve_form_content_item > select {
  width: calc(100% - 40px);
  outline: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
}

.reserve_form_dash {
  width: 30px;
  text-align: center;
}

.reserve_form_btn {
  width: 100%;
  font-size: 30px;
  height: 50px;
  background-color: #367C8E;
  color: #fff;
  letter-spacing: 0.2em;
  outline: none;
  border: 0;
}

.reserve_label {
  width: 175px;
  padding-right: 15px;
  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;
}

.reserve_input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #367C8E;
  height: 45px;
  background-color: transparent;
  outline: none;
}

.reserve_text {
  margin-top: 130px;
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: 0.12em;
  text-align: center;
}

.reserve_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reserve_checkbox > input {
  width: 28px;
  height: 28px;
  border: 1px solid #367C8E;
}

.reserve_checkbox label {
  padding-left: 10px;
  font-size: 24px;
  color: #367C8E;
  letter-spacing: 0.08em;
}

.reserve_checkbox a {
  color: #367C8E;
}

@media screen and (max-width: 991px) {
  .reserve_form {
    margin-bottom: 140px;
  }
  .reserve_bird {
    width: 17%;
    left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .reserve_bird {
    width: 17%;
    left: 10%;
    top: -10%;
  }
  .reserve_title {
    margin-bottom: 50px;
    text-align: center;
  }
  .reserve_title h2 {
    margin: 0 0 10px;
  }
  .reserve_form_item {
    font-size: 24px;
  }
  .reserve_form_content {
    width: calc(100% - 150px);
  }
  .reserve_label {
    width: 150px;
  }
  .reserve_text {
    font-size: 24px;
    margin-top: 60px;
  }
  .reserve_checkbox label {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .reserve_form_item {
    font-size: 18px;
  }
  .reserve_form_content {
    width: calc(100% - 100px);
  }
  .reserve_label {
    width: 100px;
  }
  .reserve_title h2 {
    margin: 0;
  }
  .reserve_text {
    font-size: 18px;
    text-align: left;
    margin-top: 60px;
  }
  .reserve_checkbox label {
    font-size: 18px;
  }
}

@media screen and (max-width: 450px) {
  .reserve_bird {
    left: 5%;
    top: -5%;
  }
}

.footer_top {
  padding: 15px;
}

.footer_top h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #123738;
  letter-spacing: 0.2em;
  font-family: "Noto Serif 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;
}

.footer_inform > ul > li p.footer_inform_title {
  color: #123738;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.4em;
  margin-right: 10px;
}

.footer_inform > ul > li p.footer_inform_content {
  color: #367C8E;
  margin: 0;
}

.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: 3px;
  height: 6px;
  background-color: #367C8E;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.footer_bottom {
  text-align: center;
  padding: 10px;
  background-color: #367C8E;
}

.footer_bottom p {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

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

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

@media screen and (max-width: 767px) {
  .footer_top {
    padding-top: 20px;
    background-image: url(../img/footer_bg.svg);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .footer_top h2 {
    text-align: left;
    margin-bottom: 10px;
  }
  .footer_inform {
    margin: 0;
  }
  .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 {
    width: 110px;
  }
  .footer_inform > ul > li p.footer_inform_content {
    width: calc(100% - 110px);
    margin-top: 2px;
  }
  .footer_bottom {
    padding: 5px 10px;
  }
  .footer_bottom p {
    font-size: 16px;
  }
}

.sideBtn {
  position: fixed;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #367C8E;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  z-index: 20;
}

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

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

.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;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  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;
}

.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;
  }
  .sideBtn li {
    width: 25%;
  }
  .sideBtn a {
    width: 100%;
    height: 60px;
    border-radius: 0 !important;
  }
  .sideBtn a img {
    width: 25px;
    margin-bottom: 1px;
  }
  .sideBtn a span {
    position: static;
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */