@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
section {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.d-flexc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.container-100 {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

section.page, section.up {
  position: relative;
  z-index: 2;
}

.w100 {
  width: 100%;
}

.f18 {
  font-size: 18px !important;
}

.border-bottom {
  border-bottom: solid 1px #000000;
}

.btn {
  background: #354b9c;
  color: #fff;
  padding: 8px;
  font-size: 18px;
  display: flex;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn i {
  margin: 2px 2px 0 2px;
  font-size: 13px;
  padding-left: 6px;
  color: #f68f41;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn:hover {
  background: #25356D;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn:hover i {
  margin: 2px 4px 0 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn_back {
  background: #354b9c;
  color: #fff;
  padding: 8px;
  font-size: 18px;
  display: flex;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_back i {
  margin: 2px 2px 0 2px;
  font-size: 13px;
  padding-right: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_back:hover {
  background: #25356D;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_back:hover i {
  margin: 2px 4px 0 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn_reset {
  background: #d3d3d3 !important;
  border-radius: 4px !important;
  color: #FFF !important;
}
.btn_reset:hover {
  background: #505050 !important;
}

.btn_submit {
  background: #354b9c !important;
  color: #fff;
  padding: 8px;
  font-size: 18px;
  display: flex;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_submit i {
  margin: 2px 2px 0 2px;
  font-size: 13px;
  padding-left: 6px;
  color: #f68f41;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_submit:hover {
  background: #25356D !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_submit:hover i {
  margin: 2px 4px 0 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.l-h {
  line-height: 26px;
}

.color01 {
  color: #354b9c;
}

.color02 {
  color: #f68f41;
}

.color03 {
  color: #25356D;
}

.color_gray {
  color: #a1a1a1;
}

.color_w {
  color: #FFF !important;
}

.top-member {
  padding: 10% 0;
}

.top-alla {
  padding: 5% 0;
}

.top-allb {
  padding: 5% 0 8% 0;
}

.push {
  padding-top: 120px;
}

.bottom-alla {
  margin-bottom: 5%;
}

.frame {
  background: #FFF;
  padding: 20px;
  position: relative;
}

.contact .col-lg-5 .info-box {
  background: #F2F2F2;
  padding: 40px 30px;
}
.contact .col-lg-5 .info-box h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.contact .col-lg-5 .info-box p {
  font-size: 18px;
  margin: 15px 0 15px 40px;
  position: relative;
}
.contact .col-lg-5 .info-box p span {
  display: inline-flex;
  margin-left: 10px;
}
.contact .col-lg-5 .info-box p::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 12px);
  left: -36px;
  width: 24px;
  height: 24px;
}
.contact .col-lg-5 .info-box p.tel::after {
  background-image: url(../img/tel.svg);
}
.contact .col-lg-5 .info-box p.fax::after {
  background-image: url(../img/fax.svg);
}
.contact .col-lg-5 .info-box p.mail::after {
  background-image: url(../img/mail.svg);
}
.contact .col-lg-5 .info-box p.add::after {
  background-image: url(../img/add.svg);
}
.contact .form-box {
  position: relative;
  background: #ebebeb;
  margin-left: -100px;
  padding: 80px 40px 80px 140px;
}
.contact .form-box .title_line hr {
  background: #ffffff;
}
.contact .form-box .title_line hr::before {
  background: #354b9c;
}

.bg01 {
  position: relative;
  background-image: url("../img/bg01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.bg02 {
  position: relative;
}
.bg02::after {
  content: "";
  position: absolute;
  background: #ebebeb;
  top: 0;
  right: 0px;
  width: 60%;
  height: 60%;
  z-index: -1;
}

.bg03 {
  background-image: url("../img/bg03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}

.bg04 {
  background-image: url("../img/bg04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.bg_page {
  position: relative;
  background: #fff;
}

.banner-all img {
  width: 100%;
  display: block;
}

.maker {
  background: #354b9c;
  color: #ffffff;
  padding: 8px 25px;
  width: -moz-fit-content;
  width: fit-content;
}

/*BANNER */
.banner {
  position: relative;
}
.banner .bgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 40%;
  cursor: auto;
}
.banner .bgbox .bannerBg {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}
.banner .contentbox {
  position: relative;
  padding-top: 13%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.banner .contentbox .textbox {
  width: 45%;
}
.banner .contentbox .textbox h2 {
  font-size: 42px;
  line-height: 1.25;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 20px;
}
.banner .contentbox .videobox {
  position: relative;
  width: 45%;
}
.banner .contentbox .videobox:hover .imgbox::after {
  width: 100px;
  height: 100px;
}
.banner .contentbox .videobox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 58%;
}
.banner .contentbox .videobox .imgbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #354b9c;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner .contentbox .videobox .imgbox::after {
  cursor: pointer;
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: url(../img/video.svg) center center/contain no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.banner .contentbox .videobox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.banner .contentbox .videobox .imgbox .video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

main .bn {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 33%;
}
main .bn img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
main .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
main .page-title h2 {
  display: block;
  font-size: 42px;
  font-weight: 600;
  position: relative;
  font-weight: 600;
  letter-spacing: 2px;
}

/*大標*/
.title {
  position: relative;
  display: inline-block;
}
.title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50px;
  height: 4px;
  background: #354b9c;
}
.title h2 {
  display: inline-block;
  font-size: 35px;
  color: #d3d3d3;
  position: relative;
  font-weight: 600;
}
.title h2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background: url(../img/arrow.svg) center center/contain no-repeat;
  width: 10px;
  height: 15px;
}
.title h3 {
  font-size: 35px;
  color: #000000;
  font-weight: 600;
}

.title02 {
  display: inline-block;
  text-align: left;
  margin: 0 0 60px 0;
}
.title02 h2 {
  font-size: 35px;
  color: #000;
  letter-spacing: 4px;
  font-weight: 600;
  position: relative;
}
.title02 h2::after {
  position: absolute;
  content: "";
  width: 170%;
  height: 2px;
  background: #000;
  right: -200%;
  top: calc(50% - 1px);
}

.title_line hr {
  background: #E8E8E8;
  height: 2px;
  position: relative;
}
.title_line h3 {
  display: inline-block;
  font-size: 25px;
  color: #d3d3d3;
  position: relative;
  font-weight: 600;
}
.title_line h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background: url(../img/arrow.svg) center center/contain no-repeat;
  width: 10px;
  height: 15px;
}

.index-about {
  position: relative;
}
.index-about::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 70%;
  background: url(../img/numbg.jpg) center center/cover no-repeat;
  z-index: -1;
}
.index-about h3 {
  font-size: 42px;
}

.aboutInfo {
  position: relative;
  margin-top: 8%;
  margin-bottom: 8%;
}
.aboutInfo .title {
  margin-bottom: 60px;
}
.aboutInfo .f18 {
  margin-bottom: 20px;
}

.numbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.numbox .num {
  width: 50%;
  text-align: center;
  margin: 30px auto 0;
  color: #FFF;
}
.numbox .num img {
  width: 100px;
  max-width: 100%;
  margin: 0 auto;
}
.numbox h4 {
  font-size: 52px;
  font-weight: 600;
}

.aboutbox {
  position: relative;
  width: 100%;
}
.aboutbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 38%;
}
.aboutbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.aboutbox .imgbox .innerText {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  background: #354b9c;
  color: #fff;
  padding: 40px;
}
.aboutbox .imgbox .innerText h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.swiper-about {
  width: 100%;
}
.swiper-about .swiper-slide {
  width: 100% !important;
}

.buttonboxAbout {
  position: absolute;
  width: 105px;
  height: 40px;
  bottom: 20px;
  margin: 0 auto;
}
.buttonboxAbout .swiper-about-next, .buttonboxAbout .swiper-about-prev {
  bottom: 0px;
  background: #354b9c;
  width: 40px;
  height: 40px;
  right: 20px;
}
.buttonboxAbout .swiper-about-next:after, .buttonboxAbout .swiper-about-prev:after {
  font-size: 16px;
  font-weight: 900;
  color: #d3d3d3;
}
.buttonboxAbout .swiper-about-prev {
  left: auto;
  right: 60px;
}
.buttonboxAbout .swiper-button-disabled {
  background: #d3d3d3;
}
.buttonboxAbout .swiper-button-disabled {
  opacity: 0.5 !important;
  color: #354b9c;
}
.buttonboxAbout .swiper-button-disabled::after {
  color: #354b9c;
}

.swiper-p {
  margin: 60px 60px 0;
  overflow: hidden;
}

.swiper-p .swiper-button-next, .swiper-p .swiper-button-prev {
  bottom: 0px;
  background: #354b9c;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
.swiper-p .swiper-button-next:after, .swiper-p .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

.swiper-slide-thumb-active {
  border: solid 3px #a1a1a1;
  box-sizing: border-box;
}

.product {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1254901961);
  border-radius: 25px;
}
.product .textbox {
  position: relative;
}
.product .textbox h3 {
  padding: 8px 0px 28px 8px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 60%;
}
.product .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(0.7);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product:hover .textbox h3 {
  color: #354b9c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product02 {
  background: #fff;
  margin-bottom: 40px;
  border: 1px solid #d3d3d3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product02 .textbox {
  position: relative;
  background: #354b9c;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product02 .textbox h3 {
  padding: 15px 0;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product02 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 60%;
}
.product02 .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product02:hover {
  border: 1px solid #354b9c;
}
.product02:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}

.productContent .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 60%;
  cursor: auto;
}
.productContent .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
}

.search-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.search-box .btn02 {
  padding: 0 !important;
}

.search-box input {
  width: 100%;
  height: 48px;
  padding: 0 50px 0 16px;
  border: 1px solid #ccc;
  background: #f3f3f3;
  font-size: 16px;
  outline: none;
  transition: all 0.2s ease;
}

.search-box input:focus {
  border-color: #3aa0ff;
  background: #fff;
}

.search-box button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #666;
}

.search-box button:hover {
  color: #000;
}

.newstitlebox {
  margin: 4% auto 8%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.news {
  position: relative;
  background: #354b9c;
  padding: 60px 40px;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-height: 310px;
  max-height: 100%;
  overflow: hidden;
}
.news:hover {
  background: #354b9c;
}
.news .contentbox {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.news .contentbox .date, .news .contentbox h4 {
  margin-bottom: 30px;
}
.news .contentbox h4, .news .contentbox p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news .contentbox h4 {
  -webkit-line-clamp: 2;
}
.news .contentbox p {
  -webkit-line-clamp: 3;
}

.newsBlank {
  position: relative;
  background: #FFF;
}
.newsBlank .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 60%;
  border: 1px solid #f2f2f2;
}
.newsBlank .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 50%;
}
.newsBlank .logo {
  padding-bottom: 80%;
}

.pageTitle h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.25;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.pageTitle h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50px;
  height: 4px;
  background: #354b9c;
}

.careerbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 80%;
}
.careerbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.careerbox .textbox h3 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 40px;
}
.careerbox .btnbox {
  margin-top: 40px;
}

.contact {
  position: relative;
}
.contact h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
.contact p {
  line-height: 2;
}
.contact .infobox {
  text-align: left;
}
.contact .infobox:nth-child(even) {
  text-align: right;
}

/*產品內頁 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}
.product__carousel .gallery-top {
  margin-bottom: 5px;
  height: 420px !important;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #E6E6E6;
}
.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
  margin-top: 5px;
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #354b9c !important;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.products_detail-money .products_detail-money-text, .products_detail-money .products_detail-money-quantity {
  margin: 20px 0;
}
.products_detail-money .products_detail-money-text span {
  margin-right: 10px;
  font-size: 25px;
}
.products_detail-money .products_detail-money-quantity p {
  margin-right: 10px;
}

.shop-btn {
  display: flex;
  margin: 30px 0;
}
.shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
  padding: 8px 30px;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
}
.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover {
  background: #a1a1a1;
  border: solid 1px #a1a1a1;
}
.shop-btn .shop-btn-basket:hover a, .shop-btn .shop-btn-shop:hover a {
  color: #FFF;
}
.shop-btn .shop-btn-basket {
  background: #25356D;
  border: solid 1px #25356D;
}
.shop-btn .shop-btn-basket a {
  color: #ffffff;
}
.shop-btn .shop-btn-shop {
  background: #FFAA00;
  border: solid 1px #FFAA00;
}
.shop-btn .shop-btn-shop a {
  color: #ffffff;
}

ul.tabs {
  margin: 0;
  padding: 0;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 10px 10px;
  height: 50px;
  line-height: 31px;
  font-size: 16px;
  font-weight: 600;
  color: #a1a1a1;
  overflow: hidden;
  position: relative;
}
ul.tabs li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background: #354b9c;
  opacity: 0;
}

ul.tabs li:hover {
  color: #354b9c;
}
ul.tabs li:hover::after {
  opacity: 1;
}
ul.tabs li.active {
  color: #354b9c;
}
ul.tabs li.active::after {
  opacity: 1;
}

.Recipient-Information .text h4, .Subscriber-Information .text h4, .payment-method .text h4 {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .order-center tr td {
    text-align: left !important;
  }
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #666;
    color: #fff;
  }
}
.order-center tr td {
  text-align: center;
}

.rwd-table {
  width: 100%;
  margin-top: 5px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: 0.5em;
}
.rwd-table td:last-child {
  padding-bottom: 0.5em;
}
.rwd-table td:before {
  content: attr(data-th) "";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.rwd-table th, .rwd-table td {
  text-align: left;
}

/* ------------------ */
/* ----- Design ----- */
/* ------------------ */
.rwd-table {
  color: White;
  overflow: hidden;
}
.rwd-table th, .rwd-table td {
  margin: 0.5em 1em;
}
.rwd-table th {
  color: #ffffff;
}
.rwd-table td:before {
  color: #000000;
}
.rwd-table thead th {
  background: #a1a1a1;
}
.rwd-table tbody tr {
  background: #ffffff;
}
.rwd-table tbody tr td {
  color: #000000;
}
.rwd-table tbody tr td a {
  border-bottom: solid 1px;
}
.rwd-table tbody tr td button {
  border: solid 1px #000000;
}
.rwd-table tbody tr td button:hover {
  background: #000000;
  color: #ffffff;
}

.rwd-table.rwd-table-order2 {
  border: solid 1px #000000;
}
.rwd-table.rwd-table-order2 thead {
  background: #a1a1a1;
}
.rwd-table.rwd-table-order2 tr {
  border: none;
}
.rwd-table.rwd-table-order2 tbody tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
  width: 100px;
  height: 100px;
  margin: 5px 10px;
}

.rwd-table.rwd-table-order2 tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
  width: 50%;
}
.rwd-table.rwd-table-order2 tbody .fare td:nth-child(2), .rwd-table.rwd-table-order2 tbody .total td:nth-child(2) {
  text-align: right;
}
.rwd-table.rwd-table-order2 tbody .fare {
  border-top: solid 1px #ebebeb;
}
.rwd-table.rwd-table-order2 tbody .total {
  background: #ebebeb;
}
.rwd-table.rwd-table-order2 tbody .total td {
  color: #b81b23;
  font-weight: bold;
}

.rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
  width: 60%;
}
.rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
  width: 20%;
}
.rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
  width: 10%;
}
.rwd-table.rwd-table-order3 td:nth-child(4) i {
  font-size: 25px;
}
.rwd-table.rwd-table-order3 td .shopify-buy {
  display: flex;
  margin: 0 10px;
}
.rwd-table.rwd-table-order3 td .shopify-buy input.shopify-buy__quantity {
  width: calc(100% - 80px);
  margin: 0 10px;
  text-align: center;
}
.rwd-table.rwd-table-order3 td .shopify-buy button {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table thead th {
    text-align: center;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 1em !important;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table.rwd-table-order2 th, .rwd-table.rwd-table-order2 td {
    display: table-cell;
    padding: 1em !important;
    margin: 0;
  }
  .rwd-table.rwd-table-order2 th:nth-child(1), .rwd-table.rwd-table-order2 td:nth-child(1) {
    width: 55%;
  }
  .rwd-table.rwd-table-order2 th:nth-child(2), .rwd-table.rwd-table-order2 td:nth-child(2), .rwd-table.rwd-table-order2 th:nth-child(3), .rwd-table.rwd-table-order2 td:nth-child(3) {
    width: 22%;
    text-align: center;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 45%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 12%;
    text-align: center;
  }
}
@media screen and (max-width: 1680px) {
  .banner .contentbox .textbox h2 {
    font-size: 28px;
  }
  .contact .col-lg-5 .info-box p {
    font-size: 16px;
    margin: 12px 0 12px 30px;
  }
  .contact .col-lg-5 .info-box p span {
    display: block;
    margin: 4px 0 0 -30px;
  }
  .contact .col-lg-5 .info-box p::after {
    top: 0px;
    left: -30px;
  }
}
@media screen and (max-width: 1440px) {
  .f18 {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}
@media screen and (max-width: 1200px) {
  .btn, .btn_back {
    font-size: 16px;
  }
  .title h1, .title h2, .title02 h1, .title02 h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .frame {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 17% !important;
  }
}
@media screen and (max-width: 991px) {
  .bg02::after {
    width: 44%;
  }
  main .bn {
    padding-bottom: 50%;
  }
  main .bn img {
    height: 100%;
  }
  main .page-title h2 {
    font-size: 24px;
  }
  .banner .bgbox {
    padding-bottom: 80%;
  }
  .banner .contentbox {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding-top: 20%;
  }
  .banner .contentbox .textbox {
    width: 90%;
  }
  .banner .contentbox .textbox h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .banner .contentbox .videobox {
    width: 90%;
    margin-top: 10px;
  }
  .banner .contentbox .videobox:hover .imgbox::after {
    width: 50px;
    height: 50px;
  }
  .banner .contentbox .videobox .imgbox {
    padding-bottom: 50%;
  }
  .banner .contentbox .videobox .imgbox::after {
    width: 40px;
    height: 40px;
  }
  /*大標*/
  .title h2 {
    font-size: 20px;
  }
  .title h3 {
    font-size: 20px;
  }
  .title02 h2 {
    font-size: 20px;
  }
  .title_line h3 {
    font-size: 20px;
  }
  .index-about::after {
    top: 36%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 40%;
  }
  .index-about h3 {
    font-size: 32px;
  }
  .aboutInfo {
    margin: 0 auto;
  }
  .aboutInfo .btn {
    margin-bottom: 20px;
  }
  .numbox {
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .numbox .num {
    display: inline-grid;
    width: 50%;
  }
  .numbox .num img {
    width: 50px;
  }
  .numbox h4 {
    font-size: 22px;
  }
  .aboutbox .imgbox {
    padding-bottom: 55%;
  }
  .aboutbox .imgbox img {
    height: 100%;
  }
  .aboutbox .imgbox .innerText {
    width: 60%;
    padding: 10px;
  }
  .aboutbox .imgbox .innerText h4, .aboutbox .imgbox .innerText p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .aboutbox .imgbox .innerText h4 {
    -webkit-line-clamp: 1;
  }
  .aboutbox .imgbox .innerText p {
    -webkit-line-clamp: 2;
  }
  .swiper-about {
    width: 100%;
  }
  .swiper-about .swiper-slide {
    width: 100% !important;
  }
  .buttonboxAbout {
    position: absolute;
    width: 60px;
    bottom: 0px;
    margin: 0 auto;
  }
  .buttonboxAbout .swiper-about-next, .buttonboxAbout .swiper-about-prev {
    bottom: 0px;
    width: 20px;
    height: 20px;
    right: 0;
  }
  .buttonboxAbout .swiper-about-prev {
    right: 20px;
  }
  .buttonboxAbout .swiper-about-next:after, .buttonboxAbout .swiper-about-prev:after {
    font-size: 12px;
  }
  .title {
    margin-top: 20px;
  }
  .f18 {
    font-size: 16px !important;
  }
  ul.tabs {
    margin-top: 20px;
  }
  ul.tabs li {
    float: none;
  }
  ul.tabs li::after {
    left: 10px;
    transform: translateX(0);
  }
  .newstitlebox {
    display: block;
  }
  .pageTitle h2 {
    font-size: 20px;
    letter-spacing: 0px;
  }
  .contact .form-box {
    margin-left: 0px;
    padding: 40px 20px;
  }
  .title_line hr::before {
    width: 90px;
  }
  .title_line h2 {
    font-size: 20px;
  }
  .index-contact p {
    font-size: 16px;
  }
  .careerbox .textbox h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .contact .infobox:nth-child(even) {
    text-align: left;
    margin-top: 40px;
  }
  .contact h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .index-about::after {
    top: 37%;
  }
  .index-about h3 {
    font-size: 24px;
  }
  .frame {
    padding: 5px;
  }
  form.book-search dl dd {
    margin-bottom: 0rem !important;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 39%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 15%;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 13.5% !important;
  }
  .successfully-ordered-div {
    width: 80%;
    padding: 15px;
  }
  .successfully-ordered-div .successfully-ordered-div-img img {
    padding: 20px;
  }
  .successfully-ordered-div .successfully-ordered-div-img, .successfully-ordered-div .successfully-ordered-div-text {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .banner .bgbox {
    padding-bottom: 100%;
  }
  .banner .contentbox {
    padding-top: 25%;
  }
  .push {
    padding-top: 100px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
  .payment-methoda .payment-method-div .payment-method-way, .payment-methoda .payment-method-div .payment-method-text {
    width: 100%;
  }
  .payment-methoda .payment-method-div .payment-method-way {
    border-bottom: solid 1px #a1a1a1;
    padding-bottom: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    margin: 15px 0;
  }
}
@media screen and (max-width: 479px) {
  .rwd-table.rwd-table-order2 {
    border-collapse: inherit;
  }
  .rwd-table.rwd-table-order2 tbody tr td {
    width: 100%;
  }
  .rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
    width: 50% !important;
    margin: 10px 0;
    padding: 0 10px;
  }
  .rwd-table.rwd-table-order2 tbody .fare td::before, .rwd-table.rwd-table-order2 tbody .total td::before {
    content: "";
    display: none;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img p {
    width: 100%;
    font-size: 25px;
  }
  .rwd-table.rwd-table-order3 th, .rwd-table.rwd-table-order3 td {
    width: 100% !important;
  }
  .rwd-table.rwd-table-order3 td .shopify-buy {
    margin: 10px 0;
  }
  .rwd-table.rwd-table-order2 tbody .fare td:last-child, .rwd-table.rwd-table-order2 tbody .total td:last-child {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 575px) {
  .top-alla {
    padding: 10% 0;
  }
  .index-about::after {
    top: 48%;
  }
}
@media screen and (max-width: 375px) {
  .index-about::after {
    top: 52%;
  }
  .index-about h3 {
    font-size: 20px;
  }
}/*# sourceMappingURL=all.css.map */