@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&subset=chinese-traditional);
body {
  font-family: "Noto Sans TC";
  background-color: #cbcbcb !important;
}

.nav_img_logo {
  width: 235px;
}

.navbar-brand {
  width: 200px;
}

.navbar-toggler {
  color: rgba(0, 255, 255, 0) !important;
}

.offcanvas-body {
  background-color: #333333;
}
.offcanvas-body .menu_text {
  color: #ffffff !important;
}

.nav_top_block {
  position: relative;
  height: 80px !important;
}

.ps_top {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.ps_top img {
  width: 100%;
}

.ps_md {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ps_md img {
  width: 100%;
}

.ps_bt {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.ps_bt img {
  width: 100%;
}

.all_block {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: -1px;
}

.pan_block {
  position: relative;
  overflow: hidden;
}
.pan_block .pan {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.pan_block .pan img {
  width: 85vh;
}
.pan_block .mask {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background-color: rgba(25, 58, 79, 0.7098039216);
}
.pan_block .mask_box {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pan_block .mask_box img {
  width: 100%;
}

.pan_text {
  position: absolute;
  left: 0;
  top: 0;
}
.pan_text img {
  width: 100vh;
}

.panorama_hand {
  position: absolute;
  z-index: 3;
  width: 11.25vw;
  bottom: 5%;
  left: 45%;
  transform: translateX(-50%);
  animation-name: panorama_hand_am;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease;
  animation-duration: 1s;
}
.panorama_hand img {
  height: 16.875vw;
}

@keyframes panorama_hand_am {
  0% {
    left: 48%;
  }
  100% {
    left: 52%;
  }
}
.B_02_set {
  margin-top: -0.84375vw;
}

#carousel_C {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

#carousel_F {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.copyright {
  margin-bottom: 70px;
  color: #ffffff;
  background-color: #193A4F;
}
.copyright .footer_homelink {
  text-decoration: none;
  color: #ffffff;
}

.form-black {
  position: relative;
  overflow: hidden;
  background-image: url("../../images/form/form_bg_001.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px !important;
  margin-top: -2px;
  background-color: #ffffff;
}
.form-black .logo_yang {
  position: absolute;
  width: 20%;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  z-index: 3;
}
.form-black .logo_yang img {
  width: 100%;
}

@media screen and (min-width: 200px) and (max-width: 698.98px) {
  .form-black {
    background-image: url("../../images/form/form_M_bg_001.webp");
  }
}
.LabelFontSize {
  font-family: "Noto Sans TC", sans-serif;
  font-size: clamp(1em, 4.5vw, 1.2em);
  color: #193A4F;
  text-shadow: 0px 0px 2px #ffffff;
}

.vr-set {
  min-height: clamp(0.5em, 2.5vw, 1em) !important;
}

.form_font_color {
  font-family: "Noto serif tc", "Noto Sans TC", sans-serif;
  font-weight: 800;
  color: #193A4F;
}

.form_font_size {
  font-size: 18px;
}

.form-check {
  padding-left: 2em !important;
}
.form-check .form-check-input[alt=form-check-input-set] {
  width: clamp(1.2em, 5vw, 1.4em);
  height: clamp(1.2em, 5vw, 1.4em);
}
.form-check .form-check-label {
  font-size: clamp(0.6em, 3.5vw, 1.2em);
}

.form-control-box,
.label-set {
  position: relative;
}

.label-set::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #193A4F;
  height: 55%;
  width: 2px;
}

.form-control-box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  border-bottom: 1px solid #193A4F;
  width: 90%;
}

select,
.form-control {
  background-color: rgba(0, 0, 0, 0) !important;
  font-family: "Noto Sans TC", sans-serif;
  font-size: clamp(1em, 4.5vw, 1.2em);
  color: #193A4F;
  border: 0px;
  color: #193A4F;
}

.form-check-label {
  color: #193A4F;
}

.submit_btn {
  background-color: #193A4F;
  color: #ffffff;
  border: px;
}

.btn-dark:hover {
  background-color: #193A4F;
  color: #f7ea03;
}

.submit_btn:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  color: #f7ea03;
}

.form-control:focus {
  outline-style: none;
  box-shadow: none;
  color: #292929;
}

.custom-select {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #193A4F;
}

.custom-select:focus {
  outline-style: none;
  box-shadow: none;
  border-bottom: 1px solid #1e1e1e;
  color: #292929;
}

.form-select:invalid .background-position {
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
}

.form-control::-moz-placeholder {
  color: #193A4F !important;
  opacity: 1;
  /* Firefox */
}

.form-control::placeholder {
  color: #193A4F !important;
  opacity: 1;
  /* Firefox */
}

.form-control::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent !important;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent !important;
}

@keyframes ldio-bdb60efu1c6 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ldio-bdb60efu1c6 div {
  left: 47px;
  top: 24px;
  position: absolute;
  animation: ldio-bdb60efu1c6 linear 1s infinite;
  background: #0d3ba4;
  width: 6px;
  height: 12px;
  border-radius: 3px/6px;
  transform-origin: 3px 26px;
}

.ldio-bdb60efu1c6 div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666667s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666667s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666667s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.1666666667s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.0833333333s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #ffffff;
}

.loadingio-spinner-spinner-ep6wnccq1mu {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
}

.ldio-bdb60efu1c6 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.7);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-bdb60efu1c6 div {
  box-sizing: content-box;
}

.floatboxbut {
  position: relative;
  overflow: hidden;
  background-color: rgba(25, 58, 79, 0.9019607843);
}
.floatboxbut .vr {
  background-color: #ffffff;
  width: 1px;
}
.floatboxbut div[alt=map],
.floatboxbut div[alt=form],
.floatboxbut div[alt=phone],
.floatboxbut div[alt=fb] {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatboxbut div[alt=map] a,
.floatboxbut div[alt=form] a,
.floatboxbut div[alt=phone] a,
.floatboxbut div[alt=fb] a {
  text-decoration: none;
  color: #e7e7e7;
}
.floatboxbut div[alt=map] a img,
.floatboxbut div[alt=form] a img,
.floatboxbut div[alt=phone] a img,
.floatboxbut div[alt=fb] a img {
  width: 35px;
}
.floatboxbut div[alt=map] a span,
.floatboxbut div[alt=form] a span,
.floatboxbut div[alt=phone] a span,
.floatboxbut div[alt=fb] a span {
  font-size: 10px;
}

.btn_text .vr {
  background-color: #ffffff !important;
  width: 1px !important;
  padding: 0 !important;
  opacity: 1 !important;
}

#personalinfo_info {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 50;
  background-color: rgba(61, 61, 61, 0.4666666667);
  left: 0;
  top: 0;
}
#personalinfo_info .personalinfo_block {
  position: relative;
  width: 90%;
  height: 60vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9647058824);
  padding-top: 30px;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 50px;
  border-radius: 1rem;
  overflow-y: scroll;
}
#personalinfo_info .personalinfo_block .cancel {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 3.9375vw;
  height: 3.9375vw;
  z-index: 99;
  transition: 0.8s;
}
#personalinfo_info .personalinfo_block .cancel img {
  width: 100%;
  transition: 0.8s;
}
#personalinfo_info .personalinfo_block .cancel img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
#personalinfo_info .personalinfo_block p {
  color: #2c2c2c;
}

.personalinfo_con {
  overflow: hidden;
}

@media screen and (min-width: 200px) and (max-width: 698.98px) {
  #personalinfo_info .personalinfo_block {
    padding-top: 20px;
  }
  #personalinfo_info .personalinfo_block p {
    font-size: 0.6rem;
  }
  #personalinfo_info .personalinfo_block .cancel {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 10.125vw;
    height: 10.125vw;
    z-index: 99;
  }
  #personalinfo_info .personalinfo_block .cancel img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */