@charset "UTF-8";
.contact .col-lg-5 .info-box p a:hover {
  color: #C30E24;
}

.form-box .forms-group a.cap_re_show {
  display: contents;
}

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

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

.w100 {
  width: 100px;
}

.video-height {
  height: 500px;
}

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

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

.btn::before {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 40px;
  height: 1px;
  content: "";
  background: #C30E24;
  -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: #C30E24;
  border: solid 1px #C30E24;
  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: #4DA8EF !important;
  border: solid 1px #4DA8EF !important;
}

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

.btn02 {
  background: #C30E24 !important;
  color: #FFF !important;
  border: solid 1px #C30E24 !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: #505050 !important;
  border: solid 1px #505050 !important;
}

.btn_submit {
  background: #C30E24 !important;
  border: solid 1px #C30E24 !important;
  color: #FFF !important;
}

.btn_submit:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
}

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

.color01 {
  color: #C30E24;
}

.color02 {
  color: #4DA8EF;
}

.color03 {
  color: #D4ECFF;
}

.color_gray {
  color: #505050;
}

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

.contact .col-lg-5 {
  background: #b2b2b2;
  -webkit-box-shadow: 0px 0px 20px #00000020;
          box-shadow: 0px 0px 20px #00000020;
  position: relative;
  z-index: 2;
  padding: 0;
}

.contact .col-lg-5 .share {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .col-lg-5 .share::before {
  content: "";
  position: absolute;
  background: #505050;
  top: 50%;
  left: 0;
  width: 80%;
  height: 1px;
}

.contact .col-lg-5 .share .sharebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
}

.contact .col-lg-5 .share .sharebox h4 {
  margin: 0 12px 0 22px;
}

.contact .col-lg-5 .share .sharebox a img {
  width: 40px;
  margin-left: 10px;
}

.contact .col-lg-5 .info-box {
  background: #fff;
  margin: 20px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 20px #00000020;
          box-shadow: 0px 0px 20px #00000020;
}

.contact .col-lg-5 .info-box .title_line hr {
  background: #E8E8E8;
}

.contact .col-lg-5 .info-box .title_line hr::before {
  background: #C30E24;
}

.contact .col-lg-5 .info-box p {
  font-size: 18px;
  margin: 12px 0 12px 40px;
  position: relative;
}

.contact .col-lg-5 .info-box p::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc( 50% - 15px);
  left: -40px;
  width: 30px;
  height: 30px;
}

.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: #C30E24;
}

.index-contact {
  background-repeat: no-repeat;
  background-image: url("../img/bg04.jpg");
  text-align: center;
  padding: 20px 10px;
  /*大標*/
}

.index-contact .title h1, .index-contact .title h2 {
  color: #FFF;
}

.index-contact .title h1::before, .index-contact .title h2::before {
  background: #FFF;
}

.index-contact .title h1::after, .index-contact .title h2::after {
  background: #FFF;
}

.index-contact .btn {
  background: #C30E24;
  border: solid 1px #C30E24;
  color: #fff;
}

.index-contact .btn::before {
  background: #fff;
}

.index-contact .btn:hover {
  background: #fff;
  border: solid 1px #fff;
  color: #C30E24;
}

.index-contact .btn:hover::before {
  background: #C30E24;
}

.index-contact p {
  color: #fff;
  margin: 30px 0;
  font-size: 18px;
  line-height: 32px;
}

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

.bg01::after {
  content: "";
  position: absolute;
  background-image: url(../img/bg01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 130px;
  left: 2%;
  width: 514px;
  height: 76px;
  -webkit-animation-name: oxxo;
          animation-name: oxxo;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes oxxo {
  0% {
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
  }
  25% {
    -webkit-transform: translate(10px);
            transform: translate(10px);
  }
  50% {
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
  }
  75% {
    -webkit-transform: translate(10px);
            transform: translate(10px);
  }
  100% {
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
  }
}

@keyframes oxxo {
  0% {
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
  }
  25% {
    -webkit-transform: translate(10px);
            transform: translate(10px);
  }
  50% {
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
  }
  75% {
    -webkit-transform: translate(10px);
            transform: translate(10px);
  }
  100% {
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
  }
}

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

.bg02::after {
  content: "";
  position: absolute;
  background-image: url(../img/bg02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 40%;
  left: 0px;
  width: 239px;
  height: 846.6px;
}

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

.bg03::before {
  content: "";
  position: absolute;
  background: #8B8B8B;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
}

.bg_page {
  position: relative;
}

.bg_page::after {
  content: "";
  position: absolute;
  background-image: url(../img/page_after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0px;
  left: 0px;
  width: 284px;
  height: 1006px;
}

.bg_page::before {
  content: "";
  position: absolute;
  background-image: url(../img/page_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  right: 0px;
  width: 917px;
  height: 664px;
}

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

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

/*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: -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 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: #707070;
}

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

main .bn {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 22%;
}

main .bn 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%);
}

main .bn .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: white 0em 0em 0.4em;
}

main .bn .page-title h2 {
  font-size: 35px;
  font-weight: 600;
}

main .bn::after {
  content: "";
  position: absolute;
  top: 34%;
  right: calc( 50% - 1px);
  width: 2px;
  height: 6%;
  background: #000;
}

main .bn::before {
  content: "";
  position: absolute;
  bottom: 22%;
  right: calc( 50% - 1px);
  width: 2px;
  height: 18%;
  background: #000;
  z-index: 1;
}

/*大標*/
.title {
  text-align: center;
  margin: 60px auto;
  display: inline-block;
}

.title h1, .title h2 {
  font-size: 35px;
  color: #000;
  letter-spacing: 4px;
  font-weight: 600;
  position: relative;
}

.title h1::before, .title h2::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #C30E24;
  left: -35px;
  bottom: calc( 50% - 1px);
}

.title h1::after, .title h2::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background: #C30E24;
  right: -80px;
  bottom: calc( 50% - 1px);
}

.title01 h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ebebeb;
  padding: 10px 15px;
  font-size: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.title01 hr {
  margin: 0;
}

.title02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d19b6c;
}

.title02 i {
  font-size: 25px;
  padding-right: 5px;
}

.title_line hr {
  background: #E8E8E8;
  height: 2px;
  position: relative;
}

.title_line hr::before {
  content: "";
  background: #C30E24;
  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;
}

.about-good {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
}

.about-good .goodbox {
  background: #fff;
  border-radius: 200px;
  border: solid 1px #ebebeb;
  position: relative;
  width: 120px;
  height: 120px;
  margin: 10px 4px;
  -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;
}

.about-good .goodbox:hover {
  background: #ebebeb;
  -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;
}

.about-good .goodbox:hover::after {
  height: 40px;
}

.about-good .goodbox::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #C30E24;
  left: 50%;
  bottom: -10px;
  -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;
}

.about-good .goodbox .info {
  background: #fff;
  border-radius: 200px;
  -webkit-box-shadow: 0px 0px 8px #00000040;
          box-shadow: 0px 0px 8px #00000040;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 20px;
}

.about-good .goodbox .info span {
  font-size: 16px;
  color: #C30E24;
  padding: 10px;
  line-height: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
}

.about-info {
  font-size: 18px;
  line-height: 32px;
  color: #505050;
  text-align: center;
  margin: 30px 0;
}

.aboutbox a {
  position: relative;
}

.aboutbox a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 40%;
  background: #C30E24;
  left: -14.5px;
  top: 30%;
  -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;
}

.aboutbox a .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 64%;
}

.aboutbox a .imgbox 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;
}

.aboutbox a:hover::after {
  height: 60%;
  top: 20%;
  -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;
}

.aboutbox a:hover .imgbox 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);
}

.company {
  padding: 36px;
}

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

.company .company-text h4 {
  color: #FFF;
  display: inline;
  background: #C30E24;
  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: #4DA8EF;
}

.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: #C30E24;
  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 {
  margin: 0 0 50px 0;
}

.product p {
  margin: 6px 0 2px 0;
  font-size: 14px;
}

.product .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: #FFF;
}

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

.product .imgbox a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #61616182;
  opacity: 0;
  z-index: 1;
  -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;
}

.product .imgbox a .more-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.product .imgbox a .more-info i {
  border: solid 1px #fff;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 6px;
  font-size: 25px;
}

.product .imgbox a .more-info span {
  width: 100%;
}

.product .imgbox:hover a {
  opacity: 1;
}

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

.news {
  -webkit-box-shadow: 0px 0px 10px #00000030;
          box-shadow: 0px 0px 10px #00000030;
  margin-bottom: 40px;
}

.news:hover .imgbox 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);
}

.news:hover .info::after {
  width: 100%;
}

.news .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
}

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

.news .info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  background: #FFF;
  position: relative;
}

.news .info::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 2px;
  background: #C30E24;
  left: 0px;
  bottom: -1px;
  -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;
}

.news .info .leftbox {
  width: 30%;
  text-align: center;
  margin: 6px 0;
}

.news .info .leftbox p.day {
  font-size: 40px;
  font-weight: 600;
  color: #b2b2b2;
}

.news .info .leftbox p.ym {
  font-size: 14px;
  margin-top: 12px;
  color: #b2b2b2;
}

.news .info .rightbox {
  width: 70%;
  margin: 6px 0;
  min-height: 81px;
  padding-right: 16px;
}

.news .info .rightbox p {
  border: solid 1px #b2b2b2;
  color: #b2b2b2;
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
}

.news .info .rightbox h3 {
  font-size: 20px;
  line-height: 22px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.block02 {
  width: 100%;
  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;
}

.block02 .block-left {
  position: relative;
  padding: 10px;
  width: 50%;
}

.block02 .block-left:hover .imgbox 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);
}

.block02 .block-left:hover .imgbox .hover-bg {
  -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;
  opacity: 1;
}

.block02 .block-left .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

.block02 .block-left .imgbox 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;
}

.block02 .block-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block02 .block-right .block-top {
  position: relative;
  padding: 19px;
  width: 50%;
}

.block02 .block-right .block-top:hover .imgbox 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);
}

.block02 .block-right .block-top:hover .imgbox .hover-bg {
  -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;
  opacity: 1;
}

.block02 .block-right .block-top p.sort {
  width: 75%;
  height: 75%;
  font-size: 25px;
}

.block02 .block-right .block-top .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

.block02 .block-right .block-top .imgbox 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;
}

.block02 .block-right .block-bottom {
  position: relative;
  padding: 19px;
  width: 100%;
}

.block02 .block-right .block-bottom:hover .imgbox 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);
}

.block02 .block-right .block-bottom:hover .imgbox .hover-bg {
  -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;
  opacity: 1;
}

.block02 .block-right .block-bottom p.sort {
  width: 87%;
  height: 77%;
  font-size: 25px;
}

.block02 .block-right .block-bottom .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}

.block02 .block-right .block-bottom .imgbox 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;
}

p.sort {
  width: 90%;
  height: 90%;
  border: solid 1px #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 600;
  z-index: 2;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000008f;
  opacity: 0;
  z-index: 1;
}

.serach-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px 0;
  -webkit-box-shadow: 0px 0px 20px #00000030;
          box-shadow: 0px 0px 20px #00000030;
  background: #FFF;
  padding: 20px;
}

.serach-box .serach-left {
  width: 25%;
  height: 100%;
  overflow: hidden;
}

.serach-box .serach-left img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.serach-box:hover .serach-left img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.serach-box:hover .serach-right h2 {
  color: #C30E24;
}

.serach-box .serach-right {
  padding: 10px 10px 10px 30px;
  width: 75%;
}

.serach-box .serach-right .serach-text span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
  margin: 20px 0px;
  color: #707070;
  margin-bottom: 0;
}

.service {
  -webkit-box-shadow: 0px 0px 20px #00000030;
          box-shadow: 0px 0px 20px #00000030;
  background: #FFF;
  padding: 40px 30px;
  margin-bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service .leftbox {
  width: 65%;
  padding-right: 40px;
}

.service .leftbox p {
  font-size: 18px;
  line-height: 26px;
}

.service .leftbox p i {
  color: #C30E24;
  margin-right: 2px;
}

.service .rightbox {
  width: 35%;
}

.service .rightbox iframe {
  width: 100%;
  height: 250px;
}

.frame {
  -webkit-box-shadow: 0px 0px 20px #00000030;
          box-shadow: 0px 0px 20px #00000030;
  background: #FFF;
  padding: 40px 40px;
  margin-top: 60px;
}

.product_d-money ul li {
  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;
  margin-bottom: 10px;
  font-size: 20px;
}

.number-p .shopify-buy {
  margin: 0;
  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;
}

.number-p .shopify-buy button {
  background: #C30E24;
  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: 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: #C30E24 !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: #D4ECFF;
  border: solid 1px #D4ECFF;
}

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

.info-box p {
  margin: 12px 0px;
  font-size: 18px;
}

.info-box p span {
  background: #C30E24;
  color: #FFF;
  margin-right: 10px;
  padding: 4px 12px 4px 6px;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #C30E24;
  width: 100%;
}

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 10px 30px;
  height: 50px;
  line-height: 31px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  position: relative;
  background: #ebebeb;
  border-bottom: 1px solid #C30E24;
}

ul.tabs li:hover {
  opacity: 0.9;
}

ul.tabs li.active {
  background: #C30E24;
  color: #FFF;
  display: block;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  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;
    -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: 1680px) {
  .news {
    margin-bottom: 40px;
  }
  .news .info .leftbox p.day {
    font-size: 35px;
  }
  .news .info .leftbox p.ym {
    font-size: 13px;
    margin-top: 12px;
  }
  .news .info .rightbox {
    min-height: 81px;
    padding-right: 14px;
  }
  .news .info .rightbox p {
    padding: 2px 8px;
    font-size: 14px;
  }
  .news .info .rightbox h3 {
    font-size: 17px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .service .leftbox p {
    font-size: 16px;
  }
  .contact .col-lg-5 .info-box p {
    font-size: 16px;
  }
  .contact .col-lg-5 .share .sharebox h4 {
    margin: 0 8px 0 20px;
    font-size: 18px;
  }
  .contact .col-lg-5 .share .sharebox a img {
    width: 30px;
  }
  .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: 1435px) {
  .about-good {
    width: 70%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 20px auto 0 auto;
  }
  .bg01::after {
    top: 300px;
    left: 2%;
    width: 443px;
    height: 65.5px;
  }
}

@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}

@media screen and (max-width: 1200px) {
  main .bn .page-title h2 {
    font-size: 30px;
  }
  .about-good {
    width: 100%;
  }
  .about-info {
    font-size: 16px;
    line-height: 28px;
  }
  .bg01::after {
    top: 210px;
    left: 2%;
    width: 349px;
    height: 51.6px;
  }
}

@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: #C30E24;
    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) {
  .bg01 {
    background-size: cover;
  }
  .contact .form-box {
    margin-left: 0px;
    padding: 40px 20px;
  }
  .product {
    margin: 0 0 40px 0;
  }
  .title_line hr::before {
    width: 90px;
  }
  .title_line h3, .title_line h4 {
    font-size: 22px;
  }
  .frame {
    margin-top: 30px;
  }
  main .bn::after {
    top: 32%;
  }
  main .bn::before {
    bottom: 20%;
  }
  .block02 .block-left {
    padding: 19px;
    width: 100%;
  }
  .block02 .block-left:hover .imgbox 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);
  }
  .block02 .block-left p.sort {
    width: 87%;
    height: 77%;
    font-size: 25px;
  }
  .block02 .block-left .imgbox {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
  }
  .block02 .block-left .imgbox 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;
  }
  .block02 .block-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block02 .block-right .block-top {
    position: relative;
    padding: 19px;
    width: 100%;
  }
  .block02 .block-right .block-top p.sort {
    width: 87%;
    height: 77%;
    font-size: 25px;
  }
  .block02 .block-right .block-top .imgbox {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
  }
  .block02 .block-right .block-top .imgbox 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;
  }
  .block02 .block-right .block-bottom {
    position: relative;
    padding: 19px;
    width: 100%;
  }
  .block02 .block-right .block-bottom p.sort {
    width: 87%;
    height: 77%;
    font-size: 25px;
  }
  .block02 .block-right .block-bottom .imgbox {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
  }
  .block02 .block-right .block-bottom .imgbox 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;
  }
  .index-contact p {
    font-size: 16px;
  }
  .bg01::after {
    top: 70px;
    left: 2%;
    width: 301px;
    height: 44.5px;
  }
  /*大標*/
  .title {
    margin: 30px auto;
  }
  .title h1, .title h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .title h1::before, .title h2::before {
    width: 15px;
    left: -30px;
  }
  .title h1::after, .title h2::after {
    width: 60px;
    right: -70px;
  }
  .about-good {
    width: 100%;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
  .bg::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .service {
    padding: 20px 20px;
    margin-bottom: 30px;
    display: block;
  }
  .service .leftbox {
    width: 100%;
    padding-right: 0px;
  }
  .service .rightbox {
    width: 100%;
    margin-top: 20px;
  }
  .video-height {
    height: 350px;
  }
  .frame {
    -webkit-box-shadow: 0px 0px 20px #00000030;
            box-shadow: 0px 0px 20px #00000030;
    background: #FFF;
    padding: 40px 20px;
  }
  main .bn::after {
    top: 30%;
  }
  main .bn::before {
    bottom: 18%;
  }
  .about-good {
    width: 75%;
  }
  .links {
    margin-top: 60px;
  }
  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: #C30E24;
    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) {
  .video-height {
    height: 300px;
  }
  main .bn {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    width: auto;
    padding: 0;
  }
  main .bn img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
    position: relative;
    height: 250px;
  }
  .push {
    padding-top: 100px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  .news-date p {
    letter-spacing: 0px;
    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) {
  .btn {
    font-size: 16px;
    color: #C30E24;
    padding: 10px 35px 10px 20px;
  }
  .btn::before {
    right: -20px;
    width: 30px;
  }
  .btn:hover::before {
    right: -10px;
  }
  .news {
    margin-bottom: 30px;
  }
  .news .info .leftbox p.day {
    font-size: 35px;
  }
  .news .info .leftbox p.ym {
    font-size: 13px;
    margin-top: 12px;
  }
  .news .info .rightbox {
    min-height: auto;
    padding-right: 14px;
  }
  .news .info .rightbox p {
    padding: 2px 8px;
    font-size: 14px;
  }
  .news .info .rightbox h3 {
    font-size: 17px;
    line-height: 20px;
  }
  .related-product {
    padding-top: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .related-product .swiper-button-next, .related-product .swiper-button-prev {
    top: 30px;
  }
  .related-product .swiper-button-prev {
    right: 50px;
    left: auto;
  }
  .related-product .swiper-button-next {
    right: 0px;
    left: auto;
  }
  .product {
    margin: 0 0 30px 0;
  }
  p.sort {
    font-size: 22px !important;
  }
  /*大標*/
  .title {
    margin: 30px auto;
  }
  .title h1, .title h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .title h1::before, .title h2::before {
    width: 15px;
    left: -30px;
  }
  .title h1::after, .title h2::after {
    width: 50px;
    right: -60px;
  }
  .info-box p span {
    background: #C30E24;
    color: #FFF;
    margin: 6px 0px;
    padding: 4px 12px 4px 6px;
    display: block;
    width: 80px;
  }
}

@media screen and (max-width: 450px) {
  .service .leftbox p {
    line-height: 22px;
  }
  .service .rightbox {
    margin-top: 12px;
  }
  .service .rightbox iframe {
    height: 180px;
  }
  .contact .col-lg-5 .share .sharebox h4 {
    font-size: 17px;
    margin: 0 6px 0 12px;
  }
  .contact .col-lg-5 .info-box {
    padding: 20px 10px;
    margin: 10px;
  }
  .contact .col-lg-5 .info-box p {
    margin-left: 30px;
  }
  .contact .col-lg-5 .info-box p::after {
    top: calc( 50% - 12px);
    left: -30px;
    width: 24px;
    height: 24px;
  }
  main .bn img {
    height: 180px;
  }
  main .bn .page-title h2 {
    font-size: 25px;
  }
  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: #C30E24;
    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;
  }
  .shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
    padding: 8px 12px;
  }
}

@media screen and (max-width: 414px) {
  .about-good {
    width: 100%;
  }
}
