@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.d-flexc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

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

.w100 {
  width: 100px;
}

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

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

.btn {
  position: relative;
  background: #FD7F06;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 10px 30px 10px 40px;
  border-radius: 25px;
  overflow: hidden;
  -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::after {
  content: "";
  position: absolute;
  width: 2%;
  height: 100%;
  opacity: 0;
  left: 0;
  bottom: 0;
  background: #244981;
  z-index: 0;
}
.btn i {
  margin: 2px 12px 0 4px;
  font-size: 13px;
  padding-left: 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:hover::after {
  opacity: 1;
  width: 100%;
  -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 p, .btn i {
  color: #FFF;
  z-index: 2;
}

.btn_back {
  position: relative;
  background: #FD7F06;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 10px 40px 10px 30px;
  border-radius: 25px;
  overflow: hidden;
  -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::after {
  content: "";
  position: absolute;
  width: 2%;
  height: 100%;
  opacity: 0;
  left: 0;
  bottom: 0;
  background: #244981;
  z-index: 0;
}
.btn_back i {
  margin: 2px 4px 0 12px;
  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::after {
  opacity: 1;
  width: 100%;
  -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 12px 0 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 p, .btn_back i {
  color: #FFF;
  z-index: 2;
}

.btn_reset {
  background: #b2b2b2 !important;
  border: solid 1px #b2b2b2 !important;
  border-radius: 20px !important;
  color: #FFF !important;
}
.btn_reset:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
  border-radius: 20px !important;
}

.btn_submit {
  background: #244981 !important;
  border: solid 1px #244981 !important;
  border-radius: 20px !important;
  color: #FFF !important;
}
.btn_submit:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
  border-radius: 20px !important;
}

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

.color01 {
  color: #244981;
}

.color02 {
  color: #FD7F06;
}

.color03 {
  color: #8CB8E1;
}

.color_gray {
  color: #505050;
}

.color_w {
  color: #FFF !important;
}

.bgcolor01 {
  background-color: #F0F5FC;
}

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

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

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

.push {
  padding-top: 120px;
}

.frame {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.062745098);
  background: #FFF;
  padding: 40px 40px;
  position: relative;
  border-radius: 20px;
}

.contact-info {
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  border-radius: 20px 20px 0 0;
}

.contact-info .title_line h3, .contact-form .title_line h3 {
  font-size: 22px;
  color: #FD7F06;
}
.contact-info .title_line hr::before, .contact-form .title_line hr::before {
  background: #FD7F06;
}

.contact-form {
  background: #f0f0f0;
  padding: 30px 40px;
  border-radius: 0 0 20px 20px;
}

.info-box {
  margin-left: 40px;
}
.info-box p {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.info-box p:hover a {
  opacity: 0.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;
}
.info-box p.tel::after {
  background-image: url(../img/tel.svg);
}
.info-box p.fax::after {
  background-image: url(../img/fax.svg);
}
.info-box p.mail::after {
  background-image: url(../img/mail.svg);
}
.info-box p.add::after {
  background-image: url(../img/add.svg);
}

.bg01 {
  position: relative;
}
.bg01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #F0F5FC;
  width: 100%;
  height: 100%;
  z-index: -2;
}

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

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

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

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

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

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

main .bn {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 20%;
}
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: 10%;
  transform: translateY(-50%);
  text-align: left;
}
main .page-title h2 {
  display: block;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 20px;
}
main .page-title p {
  color: #FFF;
}

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
}
.banner .swiper-banner {
  width: 100%;
}
.banner .swiper-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
}
.banner .swiper-banner .swiper-slide img {
  position: relative;
  overflow: hidden;
}
.banner .swiper-banner .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner .swiper-banner .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #fff;
}
.banner .swiper-banner .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 54px;
  background: url("../img/rightbtn.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
}
.banner .swiper-banner .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 54px;
  background: url("../img/leftbtn.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 10px;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #b2b2b2;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

/*大標*/
.title {
  text-align: center;
  margin: 60px auto;
  display: inline-block;
}
.title h2 {
  font-size: 32px;
  position: relative;
}
.title h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  width: 130px;
  height: 130px;
  background: url(../img/title_circle.svg) center center/contain no-repeat;
}
.title h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 110%;
  width: 140px;
  height: 2px;
  background: #000;
}

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

.title_line hr {
  background: #E8E8E8;
  height: 2px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #244981;
  width: 100px;
  height: 4px;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.title_line h3, .title_line h4 {
  font-size: 25px;
}
.title_line time {
  margin-bottom: 6px;
  display: block;
  color: #b2b2b2;
}

.title_line_deco img {
  width: 25px;
  margin-right: 10px;
}
.title_line_deco h3 {
  font-size: 25px;
  color: #244981;
}
.title_line_deco hr {
  background: #E8E8E8;
  height: 2px;
  position: relative;
}
.title_line_deco hr::before {
  content: "";
  background: #8CB8E1;
  width: 80px;
  height: 4px;
  left: 0;
  bottom: -1px;
  position: absolute;
}

.about-info p {
  color: #505050;
  margin: 40px auto;
}

.aboutbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 100%;
}
.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;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.num {
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.index-service {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.index-service h2 {
  color: #fff;
}
.index-service h2::after {
  background: #fff;
}
.index-service .left {
  width: 45%;
  position: relative;
}
.index-service .left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg01.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  z-index: -1;
}
.index-service .left .content {
  padding: 20px 50px;
}
.index-service .left p {
  color: #fff;
  line-height: 1.5;
}
.index-service .right {
  width: 45%;
  margin: 0 auto;
}
.index-service .right .content {
  padding: 20px 50px;
}
.index-service .right .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 100%;
}
.index-service .right .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;
}

.index-process .process {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.index-process .process::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 90%;
  width: 24px;
  height: 24px;
  background: url(../img/process-arrow.svg) center center/contain no-repeat;
}
.index-process .process:last-child::after {
  display: none;
}
.index-process .process .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 100%;
}
.index-process .process .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;
}

.index-contact {
  display: flex;
  align-items: center;
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.index-contact .info-box {
  position: relative;
  padding-right: 20px;
}
.index-contact .info-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 100%;
  background: #000;
}
.index-contact .info-box p {
  display: flex;
  align-items: center;
}
.index-contact .btnbox {
  margin-left: 20px;
}

.crumbs {
  padding-left: 20px;
}
.crumbs img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 24px;
  height: 24px;
}
.crumbs span {
  font-size: 18px;
  position: relative;
}
.crumbs span::after {
  content: ">";
  font-weight: bold;
  color: #000;
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}
.crumbs span:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/home.svg) center center/contain no-repeat;
}
.crumbs span:last-of-type::after {
  display: none;
}
.crumbs span:last-of-type a {
  color: #244981;
  font-weight: bold;
}

.institution {
  padding: 32px 42px;
  border-radius: 20px;
  background: #F0F5FC;
  box-shadow: 0 0 20px rgba(67, 128, 194, 0.25);
  margin-bottom: 80px;
}
.institution .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  cursor: auto;
  margin-bottom: 32px;
}
.institution .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;
}
.institution .textbox h5 {
  text-align: center;
  position: relative;
}
.institution .textbox h5::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 36px;
  height: 3px;
  background: #FD7F06;
}

.pest-list {
  margin-top: 40px;
}
.pest-list .col-lg-3:nth-of-type(1) .pest h5 {
  color: #E6960B;
}
.pest-list .col-lg-3:nth-of-type(2) .pest h5 {
  color: #089D99;
}
.pest-list .col-lg-3:nth-of-type(3) .pest h5 {
  color: #C9CA41;
}
.pest-list .col-lg-3:nth-of-type(4) .pest h5 {
  color: #78644E;
}
.pest-list .col-lg-3:nth-of-type(5) .pest h5 {
  color: #EE7338;
}
.pest-list .col-lg-3:nth-of-type(6) .pest h5 {
  color: #651984;
}
.pest-list .col-lg-3:nth-of-type(7) .pest h5 {
  color: #284C87;
}
.pest-list .col-lg-3:nth-of-type(8) .pest h5 {
  color: #9F9C9E;
}
.pest-list .pest {
  background: #F1F4FC;
  border-radius: 20px;
  padding: 32px 0px;
  text-align: center;
  margin-bottom: 40px;
}
.pest-list .titlebox {
  background: #FFF;
  border-radius: 50px;
  width: 90%;
  margin: 0 auto 20px;
  justify-content: center;
}
.pest-list .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  cursor: auto;
  width: 70px;
}
.pest-list .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;
}

.product {
  margin-bottom: 60px;
}
.product .textbox {
  position: relative;
}
.product .textbox h3 {
  padding: 10px 0px;
  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: 82%;
  background: #FFF;
  border-radius: 10px;
}
.product .imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -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 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;
  height: 100%;
  -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 .imgbox::after {
  opacity: 1;
}
.product:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.product:hover .textbox h3 {
  color: #8CB8E1;
  -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-title h1 {
  font-size: 25px;
  font-weight: 600;
}
.product-title hr {
  background: #E8E8E8;
  height: 2px;
  position: relative;
}
.product-title hr::before {
  content: "";
  background: #244981;
  width: 100px;
  height: 4px;
  left: 0;
  bottom: -1px;
  position: absolute;
}

.modal {
  margin-top: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.modal span {
  padding: 10px 12px;
  background: #244981;
  color: #fff;
  margin-right: 12px;
  text-align: center;
}

.product_d-money ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
}

.number-p .shopify-buy {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.number-p .shopify-buy button {
  background: #244981;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0 0 4px 0;
  font-size: 25px;
  line-height: 14px;
}
.number-p .shopify-buy input[type=number] {
  height: 30px;
  width: 60px;
  text-align: center;
  margin: 0 8px;
}

/*產品 */
.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;
  border: 1px solid #8CB8E1 !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: #244981 !important;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.swiper-p {
  margin: 30px 0;
}

.swiper-p .product {
  margin: 0 0 80px 0;
}
.swiper-p .buttonbox {
  width: 105px;
  bottom: 20px;
  position: relative;
  margin: 0 auto;
}
.swiper-p .buttonbox .swiper-button-next, .swiper-p .buttonbox .swiper-button-prev {
  bottom: 0px;
  background: #244981;
  color: #FFF;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
.swiper-p .buttonbox .swiper-button-next:after, .swiper-p .buttonbox .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
.swiper-p .buttonbox .swiper-button-prev {
  left: auto;
  right: 60px;
}
.swiper-p .swiper-slide-thumb-active {
  border: solid 3px #707070;
  box-sizing: border-box;
}

.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: #707070;
  border: solid 1px #707070;
}
.shop-btn .shop-btn-basket:hover a, .shop-btn .shop-btn-shop:hover a {
  color: #FFF;
}
.shop-btn .shop-btn-basket {
  background: #8CB8E1;
  border: solid 1px #8CB8E1;
}
.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;
}

.morepic01 {
  text-align: center;
  margin-bottom: 60px;
}
.morepic01 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  -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;
  padding-bottom: 100%;
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.morepic01 .imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -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;
}
.morepic01 .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;
  -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;
}
.morepic01:hover .imgbox {
  border-radius: 20px;
}
.morepic01:hover .imgbox::after {
  opacity: 1;
}
.morepic01:hover .imgbox .more-icon {
  opacity: 1;
  z-index: 1;
}
.morepic01:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.morepic01 .textbox {
  margin-top: 10px;
}
.morepic01 .textbox h4 {
  font-size: 18px;
  font-weight: 400;
}

.more-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -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;
}
.more-icon::before {
  content: "";
  position: absolute;
  background: url(../img/more-icon.svg) center center/contain no-repeat;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 10px 30px;
  margin-bottom: 5px;
  margin-right: 5px;
  line-height: 31px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  position: relative;
  background: #FFF;
  border: 1px solid #244981;
  border-radius: 25px;
}

ul.tabs li:hover {
  opacity: 0.9;
}
ul.tabs li.active {
  background: #244981;
  color: #FFF;
  display: block;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

.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: #707070;
}
.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: #707070;
}
.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: 1440px) {
  .f18 {
    font-size: 17px !important;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
}
@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 {
    margin: 20px auto 10px;
  }
  .title h1, .title h2, .title02 h1, .title02 h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .frame {
    padding: 40px 60px;
  }
  .index-service {
    width: 100%;
  }
  .index-service .left {
    width: 100%;
  }
  .index-service .left .content {
    padding: 60px 20px;
  }
  .index-service .left::after {
    background-size: cover;
  }
  .index-service .right {
    width: 100%;
  }
  .index-service .right .content {
    padding: 20px 20px;
  }
  .tab_content {
    padding: 0;
  }
}
@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) {
  .f18 {
    font-size: 16px !important;
  }
  /*大標*/
  .title {
    margin: 30px auto 50px auto;
  }
  .title02 {
    margin: 0 0 40px 0 !important;
  }
  main .bn {
    padding-bottom: 30%;
  }
  main .bn img {
    height: 100%;
  }
  main .page-title h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .title_line_deco h3 {
    font-size: 20px;
  }
  .num {
    font-size: 30px;
  }
  .pest-list {
    margin-top: 20px;
  }
  .pest-list .pest {
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .pest-list .titlebox {
    width: 100%;
  }
  .pest-list .imgbox {
    width: 40px;
  }
  ul.tabs li {
    padding: 10px 15px;
    font-size: 16px;
  }
  .index-process .process {
    margin: 0 auto 20px;
  }
  .index-process .process .imgbox {
    width: 50%;
    padding-bottom: 55%;
  }
  .institution {
    padding: 22px 18px;
    margin-bottom: 40px;
  }
  .institution .imgbox {
    margin-bottom: 12px;
  }
  .institution .textbox {
    padding-bottom: 20px;
  }
  .institution .textbox h5::after {
    bottom: -15px;
  }
  .contact-info {
    padding: 30px 10px;
  }
  .contact-form {
    padding: 30px 20px;
  }
  .index-contact {
    display: block;
    padding: 20px;
  }
  .index-contact p {
    font-size: 16px;
  }
  .swiper-p {
    margin-top: 0px;
  }
  .banner .swiper-banner .swiper-button-next::after {
    width: 25px;
    height: 30px;
    right: 0px;
  }
  .banner .swiper-banner .swiper-button-prev::after {
    width: 25px;
    height: 30px;
    left: 0px;
  }
  .banner .swiper-banner .swiper-pagination {
    display: none;
  }
  .product {
    margin: 0 0 40px 0;
  }
  .title_line hr::before {
    width: 90px;
  }
  .title_line h3, .title_line h4 {
    font-size: 18px;
  }
  .modal {
    margin-top: 20px;
  }
  .modal span {
    padding: 10px 5px;
  }
  .morepic01 .textbox h4 {
    font-size: 16px;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
  .bg::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 10px 15px 10px 25px;
  }
  .btn_back {
    padding: 10px 25px 10px 15px;
  }
  .btnbox {
    display: flex;
    justify-content: right;
  }
  .frame {
    padding: 20px 10px;
  }
  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) {
  /*大標*/
  .title h1, .title h2, .title02 h1, .title02 h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .title h2::after {
    width: 40px;
  }
  .title02 h2::after {
    width: 150px;
    right: -170px;
  }
  .push {
    padding-top: 100px;
  }
  .about-info {
    padding: 0px 15px;
  }
  .about-info p {
    line-height: 28px;
    margin: 20px 0;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  /*產品 */
  .product-title h1 {
    font-size: 20px;
  }
  .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 #707070;
    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: 2% 0 10%;
  }
  .swiper-p .buttonbox {
    bottom: 40px;
  }
  .product {
    margin: 0 0 30px 0;
  }
  p.sort {
    font-size: 22px !important;
  }
}/*# sourceMappingURL=all.css.map */