/* 字體 */
@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");

@font-face {
  font-family: "Trajan-Regular";
  src: url(../fonts/Trajan-Regular.ttf);
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f7f8f8;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  display: block;
}

.Futura-Std-Book {
  font-family: "Futura-Std-Book";
}

.all {
  width: 100%;
  height: 100vh;
}

.all-swiper {
  height: 100vh !important;
  -webkit-overflow-scrolling: touch !important;
  transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
  -webkit-perspective: 3000;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch !important;
}

.all-swiper > .swiper-slide {
  height: 100%;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

/*header*/
.header {
  width: 100%;
  height: 2.8vw;
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid #b4b4b5;
}

.header-logo {
  width: 9%;
  height: auto;
  position: absolute;
  left: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.icons {
  width: 10%;
  height: auto;
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
}

.icons-li {
  width: 33%;
  height: auto;
  float: left;
  box-sizing: border-box;
  display: block;
}

.map {
  padding: 2.5% 11% 0% 11%;
}

.phone {
  padding: 2.5% 10% 0% 10%;
}

.fb {
  padding: 2.5% 8.8% 0% 8.8%;
}

/*頁面1*/
.main1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
  background-color: #fff;
}

.main1-pic1 {
  width: 29%;
  height: auto;
  position: absolute;
  left: 10%;
  bottom: 16%;
}

.main1-pic2 {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
  animation: main1-pic2 5s linear;
  animation-delay: 0;
  animation-fill-mode: forwards;
}

@keyframes main1-pic2 {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.main1-txt {
  width: 100%;
  text-align: center;
  color: #00564a;
  font-size: 3.4vw;
  font-family: "Noto Serif TC", serif;
  position: absolute;
  left: 0;
  bottom: 15vw;
  letter-spacing: 4.3vw;
  text-indent: 4.3vw;
}

/*頁面2*/
.main2 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main2-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main2-banner .swiper-container {
  height: 100%;
}

.main2-banner .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.main2 .swiper-pagination {
  width: 0.6vw;
  top: 50%;
  transform: translateY(-50%);
  right: 2vw;
  left: auto;
  bottom: auto;
}

.main2 .swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 0.6vw;
  height: 0.6vw;
  margin-top: 0.5vw !important;
  margin-bottom: 0.5vw !important;
  opacity: 1;
  border: none;
  background-color: transparent !important;
  border-radius: 0;
}

.main2 .swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.main2-txt {
  width: 29%;
  height: auto;
  position: absolute;
  left: 15vw;
  top: 11vw;
  font-family: "Noto Serif TC", serif;
}

.main2-txt h2 {
  width: 100%;
  color: #fff;
  font-size: 1.6vw;
  letter-spacing: 0.15vw;
  line-height: 3vw;
  position: relative;
  margin: 0 0 0.5vw 0;
  font-weight: 600;
}

.main2-txt h4 {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 1vw;
  line-height: 2.1vw;
  letter-spacing: 0.05vw;
  position: relative;
  margin: 0 auto;
  /* padding: 0 4%; */
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: lighter;
}

.main2-txt-line {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 8%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.banner-txt {
  position: absolute;
  right: 1vw;
  bottom: 1vw;
  font-family: "Noto Serif TC", serif;
  color: #fff;
  font-size: 0.9vw;
  letter-spacing: 0.05vw;
  box-sizing: border-box;
  text-shadow: 0.03em 0.03em 0.08em #333;
  z-index: 9;
}

/*頁面3*/
.main3 {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
  background-image: url("../img/main3-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*頁面4*/
.main4 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main4-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main4-banner .swiper-container {
  height: 100%;
}

.main4-banner .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.main4 .swiper-pagination {
  width: 0.6vw;
  top: 50%;
  transform: translateY(-50%);
  right: 2vw;
  left: auto;
  bottom: auto;
}

.main4 .swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 0.6vw;
  height: 0.6vw;
  margin-top: 0.5vw !important;
  margin-bottom: 0.5vw !important;
  opacity: 1;
  border: none;
  background-color: transparent !important;
  border-radius: 0;
}

.main4 .swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.main4-txt {
  width: 29%;
  height: auto;
  position: absolute;
  left: 7vw;
  top: 12vw;
  font-family: "Noto Serif TC", serif;
}

.main4-txt h2 {
  width: 100%;
  color: #fff;
  font-size: 1.6vw;
  letter-spacing: 0.15vw;
  line-height: 3vw;
  position: relative;
  margin: 0 0 0.5vw 0;
  font-weight: 600;
}

.main4-txt h4 {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 1vw;
  line-height: 2.1vw;
  letter-spacing: 0.05vw;
  position: relative;
  margin: 0 auto;
  /* padding: 0 4%; */
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: lighter;
}

.main4-txt-line {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 5%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.main4-banner-txt {
  color: #c8c9ca;
}

/*頁面5*/
.main5 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main5-banner {
  width: 100%;
  height: auto;
  position: relative;
}

.main5-banner .swiper-container {
  height: 100%;
}

.main5-banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.main5-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main5-img-ani {
  width: 73.5%;
  height: calc(100vh - 2.8vw);
  position: relative;
  margin: 2.8vw 0 0 26.5%;
  overflow: hidden;
}
/* 
.main5-img-animate {
  animation: fading 3s linear;
  -webkit-animation: fading 3s linear;
  animation-fill-mode: forwards;
}

@keyframes fading {
  0% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
} */

.main5-img2 {
  width: 73.5%;
  height: calc(100vh - 2.8vw);
  position: relative;
  margin: 2.8vw 0 0 26.5%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main5 .swiper-pagination {
  width: 0.6vw;
  top: 50%;
  transform: translateY(-50%);
  right: 2vw;
  left: auto;
  bottom: auto;
}

.main5 .swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 0.6vw;
  height: 0.6vw;
  margin-top: 0.5vw !important;
  margin-bottom: 0.5vw !important;
  opacity: 1;
  border: none;
  background-color: transparent !important;
  border-radius: 0;
}

.main5 .swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.main5-txt {
  width: 19%;
  height: auto;
  position: absolute;
  left: 4vw;
  top: 15vw;
  font-family: "Noto Serif TC", serif;
}

.main5-txt h2 {
  width: 100%;
  color: #4b4948;
  font-size: 1.6vw;
  letter-spacing: 0.15vw;
  line-height: 3vw;
  position: relative;
  margin: 0 0 1.7vw 0;
  font-weight: 600;
}

.main5-txt h4 {
  width: 100%;
  box-sizing: border-box;
  color: #4b4948;
  font-size: 1vw;
  line-height: 2.1vw;
  letter-spacing: 0.05vw;
  position: relative;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: lighter;
}

.main5-txt h5 {
  width: 100%;
  box-sizing: border-box;
  color: #4b4948;
  font-size: 0.9vw;
  line-height: 1.5vw;
  letter-spacing: 0.05vw;
  position: relative;
  margin: 3vw auto 0 5vw;
  font-weight: lighter;
}

.QRcode {
  width: 4vw;
  position: absolute;
  left: 0;
  top: 19vw;
  display: block;
}

@media all and (max-width: 320px) {
  .QRcode {
    top: 44vw;
  }
}

/*頁面6*/
.main6 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main6-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main6-banner .swiper-container {
  height: 100%;
}

.main6-banner .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.main6 .swiper-pagination {
  width: 0.6vw;
  top: 50%;
  transform: translateY(-50%);
  right: 2vw;
  left: auto;
  bottom: auto;
}

.main6 .swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 0.6vw;
  height: 0.6vw;
  margin-top: 0.5vw !important;
  margin-bottom: 0.5vw !important;
  opacity: 1;
  border: none;
  background-color: transparent !important;
  border-radius: 0;
}

.main6 .swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.main6-txt {
  width: 26%;
  height: auto;
  position: absolute;
  left: 18vw;
  top: 6vw;
  font-family: "Noto Serif TC", serif;
  color: #4b4948;
}

.main6-txt-li {
  height: 0.91vw;
  display: inline-block;
  margin: 0 0 -0.09vw 0;
}

@media all and (max-width: 1115px) {
  .main6-txt-li {
    height: 1vw;
  }
}

.main6-txt h1 {
  width: 100%;
  font-size: 1.6vw;
  letter-spacing: 0.15vw;
  line-height: 3vw;
  position: relative;
  margin: 0 0 0.5vw 0;
  font-weight: 600;
}

.main6-txt h1::after {
  content: "";
  position: absolute;
  left: 4vw;
  top: 0.85vw;
  width: 1px;
  height: 1.4vw;
  background-color: #4b4948;
}

.main6-txt h3 {
  width: 100%;
  font-size: 4vw;
  letter-spacing: 0.2vw;
  line-height: 7.5vw;
  position: relative;
  margin: 0 0 2vw 0;
  font-weight: 600;
}

.main6-txt h4 {
  width: 100%;
  font-size: 1.3vw;
  line-height: 2.1vw;
  letter-spacing: 0.05vw;
  position: relative;
  margin: 0 0 0.5vw 0;
  font-weight: 600;
}

.main6-txt h5 {
  width: 100%;
  box-sizing: border-box;
  font-size: 1vw;
  line-height: 2vw;
  letter-spacing: 0.05vw;
  position: relative;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: lighter;
}

.main6-txt-h5-2 {
  /* font-family: "Noto Sans JP", sans-serif;
  font-weight: 600; */
}

.main6-txt-space {
  margin-top: 1vw;
}

.main6-img {
  width: 100%;
  position: relative;
  margin: 0 0 1vw 0;
}

.main6-award {
  width: 39%;
  height: auto;
  position: absolute;
  left: 47vw;
  top: 6vw;
  font-family: "Noto Serif TC", serif;
  color: #4b4948;
}

.main6-award h2 {
  width: 100%;
  font-size: 2.35vw;
  letter-spacing: 0.05vw;
  line-height: 3vw;
  position: relative;
  margin: 0 0 0.5vw 0;
  font-weight: normal;
  font-family: "Trajan-Regular";
  text-transform: uppercase;
}

.main6-award-img {
  height: 34vw;
  position: relative;
  margin: 0;
}

/*頁面7*/
.main7 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main7-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main7-banner .swiper-container {
  height: 100%;
}

.main7-banner .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.main7 .swiper-pagination {
  width: 0.6vw;
  top: 50%;
  transform: translateY(-50%);
  right: 2vw;
  left: auto;
  bottom: auto;
}

.main7 .swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 0.6vw;
  height: 0.6vw;
  margin-top: 0.5vw !important;
  margin-bottom: 0.5vw !important;
  opacity: 1;
  border: none;
  background-color: transparent !important;
  border-radius: 0;
}

.main7 .swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.main7-txt {
  width: 19%;
  height: auto;
  position: absolute;
  left: 4.5vw;
  top: 50%;
  transform: translateY(-50%);
}

.main7-banner-txt {
  color: #dadbdb;
  text-align: right;
  text-shadow: none;
}

.main7-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main7-img-ani {
  width: 72%;
  height: calc(100vh - 2.8vw);
  position: relative;
  margin: 2.8vw 0 0 28%;
  overflow: hidden;
}

.main7-img2 {
  width: 72%;
  height: calc(100vh - 2.8vw);
  position: relative;
  margin: 2.8vw 0 0 28%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*頁面8*/
.main8 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main8-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main8-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main8-img-ani {
  width: 74.5%;
  height: calc(100vh - 2.8vw);
  position: relative;
  margin: 2.8vw 0 0 25.5%;
  overflow: hidden;
}

.main8-img2 {
  width: 74.5%;
  height: calc(100vh - 2.8vw);
  position: relative;
  margin: 2.8vw 0 0 25.5%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main8 .swiper-pagination {
  width: 0.6vw;
  top: 50%;
  transform: translateY(-50%);
  right: 2vw;
  left: auto;
  bottom: auto;
}

.main8 .swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 0.6vw;
  height: 0.6vw;
  margin-top: 0.5vw !important;
  margin-bottom: 0.5vw !important;
  opacity: 1;
  border: none;
  background-color: transparent !important;
  border-radius: 0;
}

.main8 .swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.main8-txt {
  width: 17.5%;
  height: auto;
  position: absolute;
  left: 4vw;
  top: 15vw;
  font-family: "Noto Serif TC", serif;
}

.main8-txt h4 {
  width: 100%;
  box-sizing: border-box;
  color: #4b4948;
  font-size: 1vw;
  line-height: 2.1vw;
  letter-spacing: 0.05vw;
  position: relative;
  margin: 2vw auto 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: normal;
}

/*頁面9*/
.main9 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main9-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main9-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main9-img-ani {
  width: 74.5%;
  height: calc(100vh - 2.8vw);
  position: relative;
  margin: 2.8vw 0 0 25.5%;
  overflow: hidden;
}

.main9-img2 {
  width: 74.5%;
  height: calc(100vh - 2.8vw);
  position: relative;
  margin: 2.8vw 0 0 25.5%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main9 .swiper-pagination {
  width: 0.6vw;
  top: 50%;
  transform: translateY(-50%);
  right: 2vw;
  left: auto;
  bottom: auto;
}

.main9 .swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 0.6vw;
  height: 0.6vw;
  margin-top: 0.5vw !important;
  margin-bottom: 0.5vw !important;
  opacity: 1;
  border: none;
  background-color: transparent !important;
  border-radius: 0;
}

.main9 .swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.main9-txt {
  width: 17.5%;
  height: auto;
  position: absolute;
  left: 4vw;
  top: 15vw;
  font-family: "Noto Serif TC", serif;
}

.main9-txt h4 {
  width: 100%;
  box-sizing: border-box;
  color: #4b4948;
  font-size: 1vw;
  line-height: 2.1vw;
  letter-spacing: 0.05vw;
  position: relative;
  margin: 2vw auto 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: normal;
}

/*頁面10*/
.main10 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url("../img/main10-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main10-all {
  width: 76vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main10-l {
  width: 50%;
  position: relative;
  float: left;
}

.main10-r {
  width: 50%;
  position: relative;
  float: left;
}

.main10-map {
  width: 79%;
  position: relative;
  margin: 3vw auto 0 auto;
}

.main10 h2 {
  width: 100%;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  color: #595757;
  font-size: 1.8vw;
  margin: 3vw 0 0 0;
  letter-spacing: 0.05vw;
  line-height: 3vw;
}

.form {
  width: 71%;
  position: relative;
  height: auto;
  margin: 0 auto 0 auto;
  font-family: "Noto Serif TC", serif;
}

.form-title {
  width: 100%;
  margin: 5% auto;
  height: auto;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  color: #4c4948;
  font-size: 1.7vw;
  letter-spacing: 0.1vw;
  font-weight: 600;
}

.form input[type="text"] {
  width: 100%;
  height: 4vw;
  line-height: 4vw;
  font-size: 1.25vw;
  border: none;
  border-bottom: 1px solid #4c4948;
  background-color: transparent;
  color: #4c4948;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  outline: none;
  letter-spacing: 0.1vw;
  position: relative;
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
}

.form input[type="text"]:first-child {
  border-top: 1px solid #4c4948;
}

.form input::placeholder {
  color: #3e3a39 !important;
}

.check-item-sex {
  width: 100%;
  position: relative;
  height: 4vw;
  line-height: 4vw;
  font-size: 1.25vw;
  z-index: 1;
  color: #3e3a39;
  letter-spacing: 0.1vw;
  border-bottom: 1px solid #4c4948;
  font-family: "Noto Serif TC", serif;
}

.check-item-sex label {
  height: 4vw;
  line-height: 4vw;
  cursor: pointer;
  margin-right: 3%;
}

.check-item-sex label input[type="radio"] {
  width: 1.2vw;
  height: 1.2vw;
  margin: 0 1% -0.6% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  background: url(../img/check.png) no-repeat top center;
  background-size: 1.2vw 1.2vw;
  border: none;
  cursor: pointer;
}
.check-item-sex label input:checked {
  background: url("../img/checked.png") no-repeat top center;
  background-size: 1.2vw 1.2vw;
}

.check-item {
  height: 4vw;
  line-height: 4vw;
  font-size: 1.25vw;
  color: #4c4948;
  margin: 0 auto 0 auto;
  font-weight: 600;
  vertical-align: middle;
}

.check-label {
  width: 9vw;
  float: left;
}

.check-item label {
  height: 4vw;
  line-height: 4vw;
  cursor: pointer;
  display: block;
}

.check-item label input {
  width: 1.2vw;
  height: 1.2vw;
  margin: 0% 0.5% -0.7% 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/check.png) no-repeat top center;
  background-size: 1.2vw 1.2vw;
  border: none;
}
.check-item label input:checked {
  background: url("../img/checked.png") no-repeat top center;
  background-size: 1.2vw 1.2vw;
}

.agreeBtn {
  width: fit-content;
  height: 4vw;
  float: left;
  cursor: pointer;
}

.openTxtBtn {
  display: inline-block;
  font-size: 1.25vw;
  line-height: 1.5vw !important;
  white-space: nowrap;
}

.form input[type="submit"] {
  height: 2.5vw;
  line-height: 2.3vw;
  letter-spacing: 0.01vw;
  border: 1px solid #3e3a39;
  background-color: transparent;
  font-size: 1.25vw !important;
  color: #3e3a39;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  outline: none;
  float: right;
  text-align: center !important;
  margin: 0.8vw 0 0 0;
  font-family: "Noto Serif TC", serif;
  cursor: pointer;
  padding: 0 1vw;
}

/*頁面11*/
.main11 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url("../img/main11-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.information {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif TC", serif;
  color: #3e3a39;
  letter-spacing: 0.05vw;
}

.main11-logo {
  width: 20vw;
  position: absolute;
  left: 3vw;
  top: 50%;
  transform: translateY(-50%);
}

.main11-content{
  width: 53vw;
  position: absolute;
  left: 31vw;
  top: 50%;
  transform: translateY(-50%);
}

.main11-content-l{
  width: 50%;
  position: relative;
  float: left;
  margin: 3vw 0 0 0;
}

.main11-content-r{
  width: 50%;
  position: relative;
  float: left;
  margin: 2vw 0 0 0;
}

.main11-txt {
  width: 80%;
  margin: 0 auto 2.5vw 0;
}

.information h2 {
  font-size: 4.5vw;
  margin: 0 0 9% 0;
  letter-spacing: 0.3vw;
  line-height: 9vw;
}

.information h4 {
  font-size: 1.15vw;
  margin: 0;
  line-height: 2.5vw;
  font-weight: normal;
}

/*同意書照片預覽*/

.black {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 11111;
  font-family: "微軟正黑體";
}
.closeBtn {
  width: 30px;
  position: absolute;
  right: 5%;
  top: 4%;
  cursor: pointer;
}

.infoWrap {
  width: 100%;
  margin: 0 auto;
  max-width: 47%;
  position: relative;
  height: 100vh;
  overflow: auto;
}

.infoWrap ul {
  list-style: none;
  font-size: 1vw;
  padding-inline-start: 2vw;
}

.infoWrap ul > li > ul {
  list-style: none;
  font-size: 1vw;
  padding-inline-start: 1vw;
}

.li1::before {
  content: "一、";
  position: absolute;
  left: 0vw;
}

.li2::before {
  content: "二、";
  position: absolute;
  left: 0vw;
}

.li3::before {
  content: "三、";
  position: absolute;
  left: 0vw;
}

.li4::before {
  content: "四、";
  position: absolute;
  left: 0vw;
}

.li5::before {
  content: "五、";
  position: absolute;
  left: 0vw;
}

.li1-li::before {
  content: "（１）";
  position: absolute;
  left: 0vw;
}

.li2-li::before {
  content: "（２）";
  position: absolute;
  left: 0vw;
}

.li3-li::before {
  content: "（３）";
  position: absolute;
  left: 0vw;
}

.li4-li::before {
  content: "（４）";
  position: absolute;
  left: 0vw;
}

.infoBox {
  width: 100%;
  height: calc(100% - 150px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  color: #fff;
  text-align: left;
}

.infoBox h3 {
  font-size: 1.5vw;
  line-height: 130%;
  margin-bottom: 25px;
  text-align: center;
}

.infoBox h4 {
  font-size: 1.1vw;
  line-height: 130%;
  margin-bottom: 25px;
}

.infoBox h5 {
  font-size: 1.5vw;
  line-height: 130%;
  margin-bottom: 25px;
}

.infoBox p {
  font-size: 1.1vw;
  line-height: 150%;
}
