/* 字體 */
@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: "Times New Roman";
  src: url(../../fonts/times_1.ttf);
}

@font-face {
  font-family: "Noto Sans TC";
  src: url(../../fonts/Noto/NotoSansTC-Regular.otf);
}

@font-face {
  font-family: "NotoSerifTC-Bold";
  src: url(../../fonts/Noto/NotoSerifTC-Bold.otf);
}

@font-face {
  font-family: "NotoSerifTC-SemiBold";
  src: url(../../fonts/Noto/NotoSerifTC-SemiBold.otf);
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  display: block;
}

/*全部*/
.all {
  width: 100%;
  overflow: hidden;
}

/*頁面1*/
.main1 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("../img/04/bg1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

.main1-txt {
  width: 86.5%;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.main1-txt h1 {
  font-size: 4.8vw;
  letter-spacing: 0.3vw;
  line-height: 9.8vw;
  font-family: "NotoSerifTC-Bold";
  color: #e8bf50;
  margin: 0;
}

.main1-txt h2 {
  font-size: 4.1vw;
  letter-spacing: 0.4vw;
  line-height: 9vw;
  font-family: "NotoSerifTC-SemiBold";
  color: #e8bf50;
  margin: 0.5% 0 0 0;
}

.main1-txt h4 {
  width: 100%;
  font-family: "Noto Sans TC";
  color: #fff;
  font-size: 3.5vw;
  letter-spacing: 0.3vw;
  line-height: 6vw;
  margin: 1.5% 0 0 0;
  font-weight: 300;
  text-align: justify;
  text-justify: inter-ideograph;
}

.scrollDown {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 62px;
  right: 1%;
  top: 80%;
  /* transform: translateX(-50%); */
  /* animation: 動畫名稱 播放時間 延遲執行時間 速度 次數 方向 填充模式 播放狀態; */
  animation: scroll-Down-move 0.5s infinite alternate;
  transition-timing-function: ease-out;
}

@keyframes scroll-Down-move {
  0% {
    top: 80%;
  }
  100% {
    top: 83%;
  }
}

.scrollTop {
  position: fixed;
  display: block;
  cursor: pointer;
  width: 37px;
  right: 1%;
  top: 80%;
  /* transform: translateX(-50%); */
  /* animation: 動畫名稱 播放時間 延遲執行時間 速度 次數 方向 填充模式 播放狀態; */
  animation: scroll-Up-move 0.5s infinite alternate;
  transition-timing-function: ease-out;
}

@keyframes scroll-Up-move {
  0% {
    top: 80%;
  }
  100% {
    top: 83%;
  }
}

/*頁面2*/
.main2 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("../img/04/bg2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

.main2-txt {
  width: 86.5%;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.main2-txt h1 {
  font-size: 4.8vw;
  letter-spacing: 0.3vw;
  line-height: 9.8vw;
  font-family: "NotoSerifTC-Bold";
  color: #e8bf50;
  margin: 0;
}

.main2-txt h2 {
  font-size: 4.1vw;
  letter-spacing: 0.4vw;
  line-height: 9vw;
  font-family: "NotoSerifTC-SemiBold";
  color: #e8bf50;
  margin: 0;
}

.main2-txt h4 {
  width: 100%;
  font-family: "Noto Sans TC";
  color: #fff;
  font-size: 3.5vw;
  letter-spacing: 0.3vw;
  line-height: 6vw;
  margin: 1.5% 0 0 0;
  font-weight: 300;
  text-align: justify;
  text-justify: inter-ideograph;
}

.main2-txt ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

.main2-txt li::before {
  content: "‧";
  font-size: 3.5vw;
}

/*頁面3*/
.main3 {
  width: 100%;
  height: auto;
  position: relative;
  background-image: url("../img/04/bg3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

.main3-li {
  width: 90%;
  height: auto;
  position: relative;
  margin: 14% auto;
  padding-bottom: 10%;
}

.main3-li::after {
  content: "";
  display: block;
  clear: both;
}

.main3-pic {
  width: 100%;
  height: auto;
}
.main3-r {
  width: 50%;
  height: auto;
  float: right;
}

.main3-txt {
  width: 100%;
  position: relative;
  margin-top: 5%;
}

.main3-txt-r {
  right: 4%;
}

.main3-txt-l {
  left: 4%;
}

.main3-txt h1 {
  font-size: 4.8vw;
  letter-spacing: 0.3vw;
  line-height: 9.8vw;
  font-family: "NotoSerifTC-Bold";
  color: #9f753b;
  margin: 0;
  text-align: center;
  position: relative;
}

.main3-txt h1::before {
  content: "";
  position: absolute;
  width: 3.5%;
  height: 0.1vw;
  left: 32.5%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #9f753b;
}

.main3-txt h1::after {
  content: "";
  position: absolute;
  width: 3.5%;
  height: 0.1vw;
  right: 33%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #9f753b;
}

.main3-txt h4 {
  width: 100%;
  font-size: 3.5vw;
  letter-spacing: 0.3vw;
  line-height: 6vw;
  font-family: "Noto Sans TC";
  color: #534740;
  margin: 1.5% 0 0 0;
  font-weight: 300;
  text-align: justify;
  text-justify: inter-ideograph;
}

.main3-pic-r {
  width: 28.5%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.main3-pic-l {
  width: 28.5%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

.line-dash {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.banner {
  width: 100%;
  margin: 0 auto;
}

.banner-a {
  display: block;
  z-index: 998;
}

.banner-txt {
  position: absolute;
  right: 23%;
  bottom: 1%;
  color: #fff;
  font-family: "NotoSerifTC-SemiBold";
  font-size: 3.5vw;
  letter-spacing: 0.5vw;
  line-height: 6.2vw;
}

.banner .swiper-container .swiper-slide {
  width: 100%;
}

.swiper-button-prev {
  background-image: none;
  width: 20.8% !important;
  height: 100% !important;
  top: 0;
  margin-top: 0;
  z-index: 999 !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.swiper-button-next {
  background-image: none;
  width: 20.8% !important;
  height: 100% !important;
  top: 0;
  margin-top: 0;
  z-index: 999 !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 0;
}

.swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 0;
}

/*頁面4*/
.main4 {
  width: 100%;
  height: auto;
  position: relative;
  background-image: url("../img/04/bg4.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
  margin-top: -1px;
  padding-bottom: 33%;
}
.main-title {
  width: 61%;
  margin: 39% auto 8% auto;
  color: #e8bf50;
  font-weight: bold;
  display: block;
}

.main-title::after {
  content: "";
  display: block;
  clear: both;
}

.title-txt-l {
  height: 52px;
  font-family: "NotoSerifTC-Bold";
  font-size: 4.8vw;
  letter-spacing: 0.8vw;
  float: left;
  line-height: 52px;
}

.title-txt-m {
  width: 1px;
  height: 15px;
  margin: 19px 3% 0 2%;
  float: left;
  background-color: #e8bf50;
}

.title-txt-r {
  font-family: "Times New Roman";
  font-weight: 900;
  font-size: 4vw;
  line-height: 54px;
  letter-spacing: 0.8vw;
  float: left;
}

.main4-txt {
  width: 82%;
  margin: auto;
  color: #fff;
  font-family: "NotoSerifTC-Bold";
  font-size: 3.5vw;
  letter-spacing: 0.66vw;
  line-height: 5.8vw;
  text-align: center;
}

.form {
  width: 81%;
  height: auto;
  margin: 8.5% auto auto auto;
  color: #fff;
  font-family: "NotoSerifTC-SemiBold";
  font-size: 3vw;
  letter-spacing: 0.2vw;
  line-height: 2.2vw;
}

.text-input {
  width: 100%;
  height: 6.2vw;
  line-height: 6.2vw;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 3.5vw;
  margin-bottom: 2vw;
}

.input-title {
  width: 35%;
  height: 6.2vw;
  line-height: 6.2vw;
  font-family: "NotoSerifTC-SemiBold";
  color: #fff;
  float: left;
  /* letter-spacing: 0.85vw; */
}

.input {
  width: 65%;
  float: left;
  position: relative;
  overflow: hidden;
}

.input input {
  width: 100%;
  height: 6.2vw;
  line-height: 6.2vw;
  padding: 0;
  border: none;
  color: #fff;
  font-size: 3.5vw;
  margin-bottom: 2vw;
  box-sizing: border-box;
  background-color: transparent;
  font-family: "NotoSerifTC-SemiBold";
  outline: none;
  letter-spacing: 0.3vw;
}

.placeholder1 {
  letter-spacing: 0.5vw;
}

.placeholder2 {
  letter-spacing: 1.5vw;
}

.placeholder3 {
  letter-spacing: 3.2vw;
}

.all-textarea {
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 1px solid #fff;
}

.all-textarea::after {
  content: "";
  display: block;
  clear: both;
}

.textarea-title {
  width: 35%;
  height: 6.2vw;
  line-height: 6.2vw;
  font-family: "NotoSerifTC-SemiBold";
  color: #fff;
  float: left;
  letter-spacing: 3.2vw;
  font-size: 3.5vw;
}

.textarea-bg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 2.1vw;
}

.textarea {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.textarea textarea {
  width: 100%;
  min-height: 8.4vw;
  background-color: transparent;
  color: #fff;
  font-family: "NotoSerifTC-SemiBold";
  outline: none;
  font-size: 3.5vw;
  box-sizing: border-box;
  letter-spacing: 0.5vw;
  line-height: 6.2vw;
  border: none;
  display: block;
}

.form input::placeholder,
.form textarea::placeholder {
  color: #fff !important;
}

textarea.placeholder::placeholder {
  letter-spacing: 0.85vw;
}

.check-item {
  width: 100%;
  height: 6.2vw;
  line-height: 6.2vw;
  font-weight: bold;
  margin: 3% 0 4% 0;
  vertical-align: middle;
}

.check-item a:link,
.check-item a:visited,
.check-item a:hover,
.check-item a:active {
  /* color: #462c47; */
}

.check-item label {
  height: 6.2vw;
  line-height: 6.2vw;
  cursor: pointer;
  font-size: 3.5vw;
}

.check-item label input {
  width: 10px;
  height: 10px;
  margin: -2px 0px 0px 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/04/check-btn.png") no-repeat top center;
  background-size: 10px 10px;
  border: none;
  cursor: pointer;
}
.check-item label input:checked {
  background: url("../img/04/checked-btn.png") no-repeat top center;
  background-size: 10px 10px;
}

.form-btn {
  width: 66%;
  margin: 7% auto 15% auto;
}

.form input[type="submit"],
.form input[type="reset"] {
  width: 48%;
  background-color: transparent;
  color: #fff;
  font-family: "NotoSerifTC-SemiBold";
  outline: none;
  font-size: 3.5vw;
  box-sizing: border-box;
  letter-spacing: 0.5vw;
  line-height: 6.5vw;
  border: 1.2px solid #fff;
  border-radius: 0;
  /*IOS btn跑版(*/
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  float: left;
  margin: 0;
  cursor: pointer;
}

.form input[type="submit"] {
  margin-left: 4%;
}

.check-item-sex {
  position: absolute;
  right: 0;
  top: 7.2vw;
  height: 6.2vw;
  line-height: 6.2vw;
  z-index: 1;
}

.check-item-sex label {
  height: 6.2vw;
  line-height: 6.2vw;
  cursor: pointer;
  font-size: 3.5vw;
}

.check-item-sex label input[type="radio"] {
  width: 10px;
  height: 10px;
  margin: 0 3px 0px 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  background: url(../img/04/check-btn.png) no-repeat top center;
  background-size: 10px 10px;
  border: none;
  cursor: pointer;
}
.check-item-sex label input:checked {
  background: url("../img/04/checked-btn.png") no-repeat top center;
  background-size: 10px 10px;
}

.openTxtBtn {
  border-bottom: 1px solid #fff;
}

/*同意書照片預覽*/

.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: "微軟正黑體";
}

.close_box {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  cursor: pointer;
}

.closeBtn {
  width: 30px;
  position: absolute;
  right: 5%;
  top: 4%;
}

.infoWrap {
  width: 100%;
  margin: 0 auto;
  max-width: 80%;
  position: relative;
  height: 100vh;
  overflow: auto;
}

.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: 5vw;
  line-height: 130%;
  margin-bottom: 25px;
  text-align: center;
}

.infoBox h5 {
  font-size: 4vw;
  line-height: 130%;
  margin-bottom: 25px;
}

.infoBox p {
  font-size: 3vw;
  line-height: 150%;
}
