@charset "UTF-8";
.mb-3 {
  margin-bottom: 3rem;
}

.py-3 {
  padding: 3rem 0;
}

.px-2 {
  padding: 0 2rem;
}

.text-main-color {
  color: #2B93F3;
}

.line-bottom {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #b2b2b2;
}

.letters {
  letter-spacing: 2px;
}

.d-flexc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.d-flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

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

.w100 {
  width: 100px;
}

.mw-100 {
  max-width: 100%;
}

.video-height {
  height: 500px;
}

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

.forms-group {
  padding: 40px;
  background-color: #ffffff;
  margin: 70px  auto;
  -webkit-box-shadow: 0px 0px 20px #00000022;
          box-shadow: 0px 0px 20px #00000022;
  background-image: url(../img/forms-group-bg.png);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}

.forms-group dl dd .w90 {
  min-width: 90px;
}

.forms-group .addbox {
  width: calc( 100% - 90px);
}

.btn {
  font-size: 18px;
  letter-spacing: 2px;
  background: #FFF;
  border: solid 1px #2B93F3;
  color: #2B93F3;
  padding: 10px 50px 10px 20px;
  position: relative;
}

.btn::before {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 40px;
  height: 1px;
  content: "";
  background: #2B93F3;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.btn:hover {
  background: #2B93F3;
  border: solid 1px #2B93F3;
  color: #FFF;
}

.btn:hover::before {
  right: -10px;
  background: #FFF;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.btn01 {
  color: #FFF !important;
  border-radius: 6px !important;
  background: #63C11B !important;
  border: solid 1px #63C11B !important;
}

.btn01:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
  color: #FFF !important;
}

.btn02 {
  background: #2B93F3 !important;
  color: #FFF !important;
  border: solid 1px #2B93F3 !important;
}

.btn02:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
}

.btn_reset {
  background: #b2b2b2 !important;
  border: solid 1px #b2b2b2 !important;
  color: #FFF !important;
}

.btn_reset:hover {
  background: #777777 !important;
  border: solid 1px #777777 !important;
}

.btn_submit {
  background: #281653 !important;
  color: #FFF !important;
  padding: 10px 25px;
}

.btn_submit:hover {
  background: #202856 !important;
}

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

.color01 {
  color: #2B93F3;
}

.color02 {
  color: #63C11B;
}

.color03 {
  color: #202856;
}

.color04 {
  color: #707070;
}

.color_gray {
  color: #777777;
}

.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;
}

.box {
  -webkit-box-shadow: 0px 3px 20px #00000024;
          box-shadow: 0px 3px 20px #00000024;
  background: #FFF;
}

.fancybox-slide--current .ajax-box {
  width: 1000px !important;
  height: auto;
}

.fancybox-slide--current .ajax-box .ajax-box-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url(../img/close.svg);
  background-size: cover;
  z-index: 2;
}

.fancybox-slide--current .detail-imgbox {
  margin-bottom: 20px;
}

.fancybox-slide--current .detail-imgbox img {
  width: 100%;
  border: solid 1px #B9B9B9;
}

.fancybox-slide--html .fancybox-close-small {
  color: #ffffff00 !important;
  padding: 30px 40px 30px 40px !important;
}

.about-imgbox {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 10px;
}

.about-imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutbox {
  position: relative;
}

.aboutbox::after {
  content: "";
  position: absolute;
  background: #2B93F3;
  bottom: -35px;
  left: -35px;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  z-index: 1;
}

.aboutbox::before {
  content: "";
  position: absolute;
  background: #63C11B;
  top: -49px;
  right: -49px;
  width: 99px;
  height: 99px;
  border-radius: 50%;
  z-index: -1;
}

.index-about {
  width: 100%;
  background: #ffffffab;
  -webkit-box-shadow: 0px 0px 20px #00000030;
          box-shadow: 0px 0px 20px #00000030;
  margin: 15px 0;
  padding: 40px 20px 80px 20px;
  position: relative;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.index-about::after {
  content: 'ABOUT US';
  position: absolute;
  right: 4%;
  bottom: 7%;
  font-size: 3.2rem;
  letter-spacing: 20px;
  font-weight: bold;
  color: #6EB9FF;
}

.index-about .about-left {
  position: relative;
  display: block;
  overflow: hidden;
}

.index-about .about-left img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.index-about .about-right {
  padding: 20px 10px;
}

.index-about .about-right .title {
  margin: 0 0 30px 0;
}

.index-about .about-right .more {
  display: inline-block;
  padding: 10px 20px 15px 20px;
  background: #63C11B;
  color: #ffffff;
  font-size: 20px;
  border-radius: 20px;
  margin-left: 1.5rem;
}

.index-about:hover {
  background: #FFF;
}

.index-about:hover .about-left img {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index-about:hover .about-right .more {
  background: #2B93F3;
}

.about-editor p {
  color: #232323;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  padding: 0 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.servicebox {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px #00000030;
          box-shadow: 0px 0px 20px #00000030;
  border-radius: 10px;
  position: relative;
  margin-bottom: 60px;
  min-height: 432px;
  overflow: hidden;
  height: 100%;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.servicebox:hover {
  -webkit-box-shadow: 0px 0px 20px #00000050;
          box-shadow: 0px 0px 20px #00000050;
}

.servicebox:hover .mews-img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.servicebox h3 {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  margin: 25% auto;
  padding: 0  20px;
  text-overflow: ellipsis;
  color: #2B93F3;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.servicebox .service-img {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 80%;
  background: #FFF;
}

.servicebox .service-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.servicebox::before {
  content: "";
  position: absolute;
  background: #2B93F3;
  top: 35%;
  left: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.servicebox::after {
  content: "";
  position: absolute;
  background: #63C11B;
  bottom: -49px;
  right: -49px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.productbox {
  margin: 30px 0;
  -webkit-box-shadow: 0px 0px 20px #00000030;
          box-shadow: 0px 0px 20px #00000030;
  padding: 20px;
  background: #FFF;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.productbox::before {
  content: "";
  position: absolute;
  background: #2B93F3;
  bottom: -60px;
  right: -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: 1;
}

.productbox::after {
  content: "PROFESSIONAL";
  position: absolute;
  color: #63C11B;
  opacity: 0.1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 89px;
  font-size: 60px;
  padding: 20px;
}

.productbox p {
  position: relative;
  font-size: 16px;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
}

.productbox h3 {
  position: relative;
  font-size: 20px;
  margin: 20px 0;
  color: #777777;
  text-overflow: ellipsis;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.productbox .product-img {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 67%;
  background: #FFF;
}

.productbox .product-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.productbox:hover h3 {
  color: #2B93F3;
}

.productbox:hover .product-img img {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.col-md-6:nth-child(even) .productbox::before {
  background: #63C11B;
}

.col-md-6:nth-child(even) .productbox::after {
  color: #2B93F3;
}

.blogbox {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  margin: 30px 0px;
  -webkit-box-shadow: 0px 0px 20px #00000030;
          box-shadow: 0px 0px 20px #00000030;
  padding: 30px 60px 30px 20px;
  background: #FFF;
  position: relative;
}

.blogbox::before {
  content: '\e801';
  font-family: 'fontello';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: #88CFEC;
  font-size: 20px;
  padding: 10px 10px 10px 16px;
  font-weight: 600;
  color: #FFF;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.blogbox p {
  position: relative;
  font-size: 16px;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  padding: 2px 0;
}

.blogbox h3 {
  position: relative;
  font-size: 20px;
  margin-bottom: 12px;
}

.blogbox:hover {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -webkit-box-shadow: 0px 0px 20px #00000050;
          box-shadow: 0px 0px 20px #00000050;
}

.blogbox:hover::before {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  background: #6CC881;
  padding: 10px 10px 10px 20px;
}

.index-infobox .col-lg-3:nth-child(even) .infobox {
  background: #F2F8FF;
}

.infobox {
  min-height: 300px;
  -webkit-box-shadow: 0px 0px 10px #00000030;
          box-shadow: 0px 0px 10px #00000030;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  margin-bottom: 40px;
}

.infobox img {
  width: 100%;
  max-width: 73px;
  margin: 30px auto 0 auto;
  display: block;
}

.infobox h3 {
  font-size: 25px;
  font-weight: 600;
  color: #777777;
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: solid 1px #b2b2b2;
}

.infobox p {
  margin: 15% auto;
  font-size: 18px;
  color: #4A4A4A;
}

.infobox a {
  display: block;
  margin: 15% auto;
  font-size: 18px;
  color: #4A4A4A;
  word-break: break-all;
}

.bg01 {
  background-image: url(../img/關於我們bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom center;
}

.bg02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFFFD), to(#EFFFE2));
  background: linear-gradient(180deg, #FEFFFD, #EFFFE2);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
}

.bg03 {
  background-image: url("../img/施工成效bg.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
}

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

.bg06 {
  background-image: url("../img/聯絡我們-bg.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

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

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

/*BANNER */
.banner {
  margin: 0 auto;
  padding: 0;
  width: 80%;
}

.banner .swiper-banner {
  width: 100%;
}

.banner .swiper-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}

.banner .swiper-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 37px;
  border: solid 1px #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #fff;
}

.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 h1, .title h2 {
  font-size: 28px;
  color: #303030;
  letter-spacing: 4px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.title h1::before, .title h2::before {
  position: absolute;
  content: "";
  width: 56px;
  height: 56px;
  background: #2B93F3;
  opacity: .2;
  left: -25px;
  bottom: calc( 50% - 25px);
  border-radius: 100px;
  z-index: -1;
}

.title h1::after, .title h2::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: #63C11B;
  opacity: .2;
  right: -6px;
  bottom: -9px;
  border-radius: 100px;
  z-index: -1;
}

.bg04 .title {
  text-align: left;
}

.company {
  padding: 36px;
}

.company .company-text {
  text-align: center;
  padding: 10px;
  margin-top: -20px;
}

.company .company-text h4 {
  color: #FFF;
  display: inline;
  background: #2B93F3;
  padding: 12px 50px;
  border-radius: 30px;
  position: relative;
  letter-spacing: 2px;
}

.company .company-img {
  -webkit-box-shadow: 0px 0px 10px #46353530;
          box-shadow: 0px 0px 10px #46353530;
  border-radius: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

.company .company-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.company:hover .company-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.swiper-company .swiper-wrapper .swiper-slide:nth-child(odd) .company .company-text h4 {
  background: #63C11B;
}

.links {
  margin-top: 30px;
}

.links .links-img {
  -webkit-box-shadow: 0px 0px 10px #46353530;
          box-shadow: 0px 0px 10px #46353530;
  position: relative;
  display: block;
  overflow: hidden;
}

.links .links-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.links:hover .links-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

article section .container .index-links-prev-next {
  position: relative;
}

article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
  top: -50px;
  background: #2B93F3;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

article section .container .index-links-prev-next .swiper-button-next {
  left: auto;
  right: -45px;
}

article section .container .index-links-prev-next .swiper-button-prev {
  left: -45px;
  right: auto;
}

/*產品 */
.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: 540px !important;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transition: border .15s linear;
  transition: border .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: #2B93F3 !important;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.swiper-company {
  padding-top: 60px !important;
  margin-bottom: 60px;
}

.swiper-company .swiper-slide img, .related-product .swiper-slide img {
  width: 100%;
}

.swiper-company .swiper-button-next, .swiper-company .swiper-button-prev, .related-product .swiper-button-next, .related-product .swiper-button-prev {
  top: 25px;
  background: #707070;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

.swiper-company .swiper-button-next:after, .swiper-company .swiper-button-prev:after, .related-product .swiper-button-next:after, .related-product .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

.swiper-company .swiper-button-prev, .related-product .swiper-button-prev {
  left: auto;
  right: 60px;
  background: #707070;
}

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

.related-product {
  position: relative;
}

.related-product .swiper-button-next, .related-product .swiper-button-prev {
  top: calc( 50% - 20px);
}

.related-product .swiper-button-prev {
  left: -25px;
  right: auto;
}

.related-product .swiper-button-next {
  right: -25px;
  left: auto;
}

.products-img {
  display: none;
}

.products-img img {
  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: -webkit-box;
  display: -ms-flexbox;
  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: #202856;
  border: solid 1px #202856;
}

.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;
}

@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;
    -ms-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: .5em;
}

.rwd-table td:last-child {
  padding-bottom: .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: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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) {
  .banner {
    width: 92%;
  }
  .service .leftbox p {
    font-size: 16px;
  }
  .block02 .block-right .block-top p.sort {
    font-size: 20px;
  }
  .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) {
  .productbox {
    min-height: 450px;
  }
  .productbox::after {
    font-size: 40px;
  }
  .btn_about {
    padding: 8px 20px;
    font-size: 16px;
  }
  .btn_about i {
    margin-left: 30px;
  }
  /*大標*/
  .title {
    margin: 40px auto;
  }
  .title h1, .title h2 {
    font-size: 28px;
    letter-spacing: 4px;
  }
  .title h1::before, .title h2::before {
    width: 50px;
    height: 50px;
    left: -25px;
    bottom: calc( 50% - 25px);
  }
  .title h1::after, .title h2::after {
    width: 25px;
    height: 25px;
    right: -6px;
    bottom: -9px;
  }
  .aboutbox::after {
    bottom: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
  }
  .aboutbox::before {
    top: -30px;
    right: -30px;
    width: 80px;
    height: 80px;
  }
  .index-about::after {
    bottom: 0;
    right: 0;
    font-size: 2rem;
  }
  .index-about .about-right {
    padding: 20px;
    width: 60%;
  }
  .servicebox {
    margin-bottom: 60px;
    overflow: hidden;
  }
  .servicebox .service-img {
    padding-bottom: 75%;
  }
  .servicebox::before {
    top: 30%;
    left: -40px;
    width: 80px;
    height: 80px;
  }
  .servicebox::after {
    bottom: -49px;
    right: -49px;
    width: 100px;
    height: 100px;
  }
  .forms-group {
    padding: 40px;
    margin: 60px  auto;
  }
}

@media screen and (max-width: 1024px) {
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -150px;
    background: #2B93F3;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  .Recipient-Information form.forms-group input:nth-child(1) {
    margin-top: 0px;
  }
  /*產品 */
  .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) {
  .servicebox {
    height: 100%;
    margin-bottom: 60px;
  }
  .servicebox .service-img {
    padding-bottom: 60%;
  }
  .servicebox h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 20% auto;
  }
  .servicebox::before {
    top: 35%;
    left: -40px;
    width: 80px;
    height: 80px;
  }
  .fancybox-content {
    height: 98vh !important;
  }
  .bg04 .title {
    text-align: center;
  }
  .index-about {
    padding: 20px 0px 40px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index-about .about-right .more {
    font-size: 18px;
    padding: 10px 15px;
  }
  .fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide {
    height: auto;
    overflow: scroll;
  }
  .fancybox-is-open .fancybox-stage {
    overflow: scroll !important;
  }
  .bg02, .bg03, .bg04, .bg06 {
    background-attachment: scroll;
  }
  .letters {
    letter-spacing: 1px;
  }
  .letters span {
    display: block;
  }
  .bg01 {
    background-size: cover;
  }
  .productbox {
    margin: 20px 0;
    min-height: 380px;
  }
  .productbox::after {
    height: 60px;
    font-size: 30px;
    padding: 0 20px;
  }
  .productbox h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0 10px 0;
  }
  .blogbox {
    margin: 20px 0px;
  }
  .blogbox h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .infobox {
    text-align: center;
    min-height: 250px;
  }
  .infobox img {
    width: 100%;
    max-width: 60px;
    margin: 10px auto 0 auto;
    display: block;
  }
  .infobox h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 20px 0;
  }
  .infobox p {
    margin: 10% auto;
    font-size: 16px;
  }
  .infobox a {
    margin: 10% auto;
    font-size: 16px;
  }
  .bg04 {
    background-size: auto;
    background-position: center right;
  }
  .banner .swiper-banner .swiper-slide img {
    border-radius: 40px;
  }
  .aboutbox::before, .aboutbox::after {
    display: none;
  }
  .index-about .about-right {
    width: 100%;
  }
  .index-about .about-right .title {
    margin: 10px 0 30px 0;
    text-align: center !important;
    display: block;
  }
  .index-about .about-right .title h2 {
    display: inline;
  }
  .index-about::after {
    font-size: 2rem;
  }
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -120px;
    background: #2B93F3;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  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) {
  .blogbox {
    margin: 15px 0px;
  }
  .accordion .faqname h3 {
    font-size: 18px;
  }
  .servicebox {
    min-height: auto;
    margin-bottom: 30px;
  }
  /*產品 */
  .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) {
  .servicebox .service-img {
    padding-bottom: 52%;
  }
  .servicebox h3 {
    margin: 12% auto;
  }
  .servicebox::before {
    top: 50%;
    left: -10%;
  }
  .productbox {
    margin: 20px 0;
    min-height: 400px;
  }
  .productbox::after {
    height: 60px;
    font-size: 30px;
    padding: 20px;
  }
  .forms-group {
    padding: 20px;
    margin: 20px 15px;
  }
  .infobox {
    min-height: 200px;
    text-align: center;
    margin: 20px 0;
  }
  .infobox img {
    width: 100%;
    max-width: 40px;
    margin: 10px auto 0 auto;
    display: block;
  }
  .infobox h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .infobox p {
    margin: 15% auto;
    font-size: 16px;
  }
  .infobox a {
    margin: 15% auto;
    font-size: 16px;
  }
  .aboutbox {
    margin-bottom: 20px;
  }
  .index-about {
    padding: 20px 0px 30px 0px;
  }
  .index-about .about-right .more {
    font-size: 16px;
    padding: 8px 12px;
  }
  .index-about::after {
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
  }
  .banner {
    width: 96%;
  }
  .banner .swiper-banner .swiper-slide img {
    border-radius: 20px;
  }
  .forms-group .addbox {
    width: 100%;
  }
  .btn {
    font-size: 16px;
    color: #2B93F3;
    padding: 10px 35px 10px 20px;
  }
  .btn::before {
    right: -20px;
    width: 30px;
  }
  .btn:hover::before {
    right: -10px;
  }
}

@media screen and (max-width: 450px) {
  .index-about .about-left img {
    max-height: 250px;
  }
  .servicebox {
    min-height: 380px;
  }
  .servicebox .service-img {
    padding-bottom: 52%;
  }
  .servicebox h3 {
    margin: 10% auto;
  }
  .servicebox::before {
    top: 40%;
    left: -12%;
  }
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -100px;
    background: #2B93F3;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
}
