﻿@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@1&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a,
img {
  outline: none; /* for Firefox */
}
input,
textarea {
  outline: none;
} /*消除chrome黃色框*/
textarea {
  resize: none;
} /*不要縮放*/
img,
div {
  border: 0px;
}
a:link {
  color: #ff8400;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #ff8400;
}
a:hover {
  text-decoration: none;
  color: #d23100;
}
a:active {
  text-decoration: none;
  color: #ff8400;
}

body {
  font-size: 1rem;
  word-wrap: break-word;
  font-family: Arial, "Noto Sans TC", "微軟正黑體", sans-serif;
  /*font-family:Arial,"微軟正黑體", Helvetica, sans-serif;*/
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tas {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.ulibx > ul li {
  list-style-type: decimal;
  list-style-position: outside;
  line-height: 1.5em;
  padding-bottom: 1%;
}
.ulibx {
  width: 85%;
  margin: 0 auto;
}
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  /* z-index: 2; */
}
/*  */
select {
  outline: none;
  -webkit-appearance: none; /*Chrome*/
  -moz-appearance: none; /*FF*/
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; /*CSS3*/
  background-image: url(../img/se-down.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
select::-ms-expand {
  display: none;
} /*IE*/
input,
/* textarea, */
select {
  width: 100%;
  font-size: 1.2rem;
  font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
  color: #666666;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dddddd;
  padding: 0 5px;
  margin: 5px auto;
  border-radius: 5px;
  background-color: #ffffe5; /**/
  text-align-last: center;
  text-align: center;
  /**/
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
textarea {
  text-align: left;
  background-color: #ffffe5;
}
input:focus,
select:focus {
  border: 1px solid #999999;
}
.chbox {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  color: #666666;
  line-height: 21px;
  padding: 10px 0;
}
.chbox input {
  display: none;
}
.chbox label {
  height: 20px;
  display: inline-block;
  overflow: hidden;
}
.checkbox-beauty {
  position: relative;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  background-color: #fffedc;
  margin-right: 5px;
  border-radius: 3px;
  transition: 0.2s;
}
input[type="checkbox"]:checked + .checkbox-beauty {
  border: 1px solid #999999;
  background-repeat: no-repeat;
  background-image: url(../img/confirm.svg);
  background-position: 50% 50%;
  background-size: 100% auto;
}
/*  */
.head img,
.btnbx div img,
.tlt img,
.tlts img,
.en1a div img,
.encimg img,
.acbt img,
.acbts img,
.swiper-slide img,
.rbtx img,
.e4tg img,
.e4bt img,
.e5mbx div img,
.en3po img,
.en4po img,
.en4po2 img,
.gcbx div img,
.en2po img,
.en1po img,
.e4mbtx div img,
.lgbox div img,
.pobx div img,
.nbu img,
.acbtb img,
.ev1po img {
  display: block;
  width: 100%;
}
.appbox div:hover,
.btnbx div:hover,
.bt:hover {
  transform: scale(0.98);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  filter: brightness(1.1);
  cursor: pointer;
}

/* light */
#light_bx {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  overflow: auto;
  display: none;
}
#light_bx > .infobx_1 {
  position: relative;
  width: 700px;
  display: block;
  margin: 0 auto;
  display: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
  filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
  font-size: 1.2rem;
  line-height: 2rem;
}
#light_bxx {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  overflow: auto;
  display: none;
}

.bx_a_clos {
  position: absolute;
  width: 50px;
  padding-bottom: 50px;
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url(../images/close.png);
  background-position: 100% 0%;
  background-size: 100% auto;
  top: 0%;
  right: 0%;
  z-index: 2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pom {
  background: url("../images/popbg_02.png");
  background-size: 100% auto;
}
.potl {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.potll {
  position: relative;
  width: 80%;
  margin: 0 auto;
  font-weight: 900;
  font-size: 2em;
  text-align: center;
  color: #4a4637;
}
.potlls {
  text-align: center;
  margin: 1% auto;
  color: #6d6d51;
}
.systex {
  text-align: center;
}
.pogfx {
  width: 70%;
  margin: 20px auto;
}
.poappx {
  width: 90%;
  margin: 0 auto 3% auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.poappx div {
  width: 190px;
  margin: 0 1%;
}
.potx {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #484639;
}
.popcont {
  width: 95%;
  margin: 0 auto;
}
.popbt {
  width: 208px;
  margin: 0 auto;
}
.poswbx {
  width: 70%;
  margin: 2% auto;
  overflow: hidden;
  z-index: 2;
}
.swiperpo .swiper-slide img {
  width: 100%;
  margin: 0 auto;
}
.poutx {
  width: 250px;
  margin: 0 auto;
}
.pobu {
  position: absolute;
  width: 60%;

  left: 50%;
  margin-left: -30%;
  bottom: 25%;
}
.poabx {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.poax {
  width: 30%;
  background: url("../img/pobu.png");
  background-size: cover;
  background-position: center 0;
}
.pobx {
  width: 70%;
}
.pmcm {
  background: url("../img/pmb_02.png");
  background-size: 100% auto;
}
.pmca {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  background-color: #d6d6c5;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.pmcaa {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  background-color: #d6d6c5;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.pmcbb {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  background-color: #d6d6c5;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1% auto;
}
.pmcb {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  background-color: #d6d6c5;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1% auto;
  justify-content: space-between;
}
.pmcc {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  background-color: #d6d6c5;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;

  margin: 1% auto;
  justify-content: space-between;
}
.pca,
.pcb {
  width: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.pmtrr {
  width: 73%;
  text-align: center;
  padding: 5px;
  color: #5d5748;
}
.pctr {
  width: 40%;
  text-align: center;
  padding: 5px;
  color: #5d5748;
}
.pmtlx {
  width: 100px;
  font-size: 0.8em;
  border-radius: 10px;
  padding: 2px;
  color: #ffeec7;
  background-color: #916e3c;
  text-align: center;
}
.pmtls {
  width: 60px;
  border-radius: 10px;
  padding: 2px;
  color: #ffeec7;
  background-color: #916e3c;
  text-align: center;
  font-size: 0.8em;
}
.pcx {
  padding: 5px 20px;
}
.pmxx {
  width: 100%;
  margin: 10px auto;
  min-height: 5vw;
  text-align: center;
  color: #5d5748;
}
.pmca > .pmtrr > input {
  background-color: #d6d6c5;
  border: 1px solid #d6d6c5;
}
.pmcc > .pca > .pmtrr > input {
  background-color: #d6d6c5;
  border: 1px solid #d6d6c5;
}
.pmcc > .pcb > .pmtrr > select {
  background-color: #d6d6c5;
  border: 1px solid #d6d6c5;
}
.myTextarea {
  width: 100%; /* 讓輸入框佔滿容器 */
  height: 80px; /* 設定高度，可調整 */
  font-size: 16px; /* 文字大小 */
  padding: 5px; /* 內距 */
  border: 1px solid #d6d6c5; /* 邊框 */
  border-radius: 8px; /* 圓角 */
  resize: none; /* 禁止使用者手動調整大小 */
}
.pmxx > .myTextarea {
  background-color: #d6d6c5;
}
.scfx {
  width: 80%;
  margin: 2% auto;
}
.ptsctl {
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 2px;
  color: #5b5449;
  width: 50%;
  left: 50%;
  margin-left: -25%;
}
.inpox {
  width: 100%;
}
.inpmm {
  position: relative;
  background: url("../img/pom_02.png");
  background-size: 100% auto;
  padding: 1px 0;
}
.inlabax {
  overflow-y: auto;
  width: 90%;
  margin: 0 auto;
  max-height: 300px;
}
.laba {
  margin: 1% auto;
}
.inlabax::-webkit-scrollbar-thumb {
  background-color: #ff481e;
}
.inlabax::-webkit-scrollbar {
  width: 5px;
  background-color: #4e4c4a;
}
.inlabax > .laba > .pmcaa > .pmtrr > input {
  background-color: #d6d6c5;
  border: 1px solid #d6d6c5;
}
/*  */
@media only screen and (max-width: 560px) {
  .pmtrr {
    width: 67%;
    text-align: center;
    padding: 5px;
    color: #5d5748;
  }
  .ptsctl {
    width: 100%;
    left: 50%;
    margin-left: -50%;
    bottom: 5px;
  }
  .poax {
    width: 50%;
  }
  .pobx {
    width: 100%;
  }
  .potl {
    width: 100%;
    margin: 0 auto;
  }
  .popcont {
    width: 95%;
    margin: 0 auto;
  }
  #light_bx > .infobx_1,
  #light_bxx > .infobx_s {
    width: 95%;
  }
  input,
  textarea,
  select {
    font-size: 1.1rem;
  }
}
