@charset "UTF-8";
.d-flexc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

.w100 {
  width: 120px;
  min-width: 120px;
}

.fw600 {
  font-weight: 600;
}

.qrbox {
  background: #F8EDD9;
  border-radius: 30px;
  margin-top: 30px;
  padding: 30px 30px;
}
.qrbox p {
  font-size: 18px;
  font-weight: 600;
  color: #523017;
}
.qrbox img {
  width: 70px;
  margin-right: 20px;
}

.fancybox-slide--current .ajax-box {
  width: 1000px !important;
  height: auto !important;
  border-radius: 20px;
  padding: 20px;
}
.fancybox-slide--current .ajax-box .ajax-box-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url(../img/closeicon.svg);
  background-size: cover;
}
.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: #ffcb52 !important;
  padding: 30px 40px 30px 40px !important;
}

.gridbox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.gridbox a {
  position: relative;
  display: block;
}

.frame {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  background: #FFF;
  padding: 30px 30px;
  border-radius: 20px;
  width: 100%;
}

.frame2 {
  border: solid 1px #FFD378;
  background: #FFF;
  padding: 30px 30px;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.title_detail {
  background: #FFD378;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 30px 30px;
}
.title_detail time {
  font-size: 16px;
}
.title_detail h3 {
  font-size: 25px;
  line-height: 25px;
  margin-top: 12px;
}

.btn {
  font-size: 20px !important;
  background: #ffffff !important;
  color: #3E3A39 !important;
  border-radius: 30px !important;
  border: solid 1px #3E3A39 !important;
}
.btn:hover {
  color: #3E3A39 !important;
  border-radius: 30px !important;
  background: #FFD378 !important;
  border: solid 1px #3E3A39 !important;
}

.btn02 {
  background: #ffcb52 !important;
  color: #5D3111 !important;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  display: block;
  padding: 12px 10px;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}
.btn02:hover {
  background: #FF9326 !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: #ffcb52 !important;
  color: #5D3111 !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}
.btn_submit:hover {
  background: #FF9326 !important;
}

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

.slogan {
  color: #D60000;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.color01 {
  color: #ffcb52;
}

.color02 {
  color: #f38000;
}

.color03 {
  color: #5D3111;
}

.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: 150px;
  padding-bottom: 70px;
}

.box {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1411764706);
  background: #FFF;
}

.contact .col-lg-5 {
  background: #b2b2b2;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1254901961);
  position: relative;
  z-index: 2;
  padding: 0;
}
.contact .col-lg-5 .share {
  position: relative;
  flex-direction: row-reverse;
  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: flex;
  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;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1254901961);
}
.contact .col-lg-5 .info-box .title_line hr {
  background: #E8E8E8;
}
.contact .col-lg-5 .info-box .title_line hr::before {
  background: #ffcb52;
}
.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: #ffcb52;
}

.news {
  padding: 30px;
  background: #fff;
  border-bottom: dotted 2px #C7C7C7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.news h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 16px;
}
.news:hover {
  background: #FFF9EC;
  padding: 30px 20px 30px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.p_name h2 {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin: 10px 0;
}
.p_name span {
  display: inline-block;
  margin-right: 12px;
  color: #5D3111;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  background: #f38000;
}

.editor_bg {
  background: #FFF2D6;
  padding: 30px;
}

.bg01 {
  background: #fff;
  position: relative;
}
.bg01::after {
  content: "";
  position: absolute;
  background-image: url(../img/bb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.bg03 {
  background-color: #03458c;
}

.bg_page {
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.maker {
  background: #ffcb52;
  color: #ffffff;
  padding: 8px 25px;
  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;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 13%;
}
.banner .swiper-banner .swiper-slide img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
}
.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #fff;
}
.banner .swiper-banner .swiper-button-next::after, .banner .swiper-banner .swiper-button-prev::after {
  font-size: 1.5rem;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #ffffff;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
  background: #fff;
}

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;
  transform: translate(-50%, -50%);
}
main .bn .page-title {
  position: absolute;
  top: 50%;
  left: 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, .title01, .title04 {
  margin: 0 0 30px 0;
  display: inline-block;
  text-align: center;
  position: relative;
}
.title h1, .title h2, .title01 h1, .title01 h2, .title04 h1, .title04 h2 {
  font-size: 35px;
  color: #000;
  letter-spacing: 4px;
  font-weight: 600;
  position: relative;
}
.title span, .title01 span, .title04 span {
  display: inline-block;
  position: relative;
  color: #ffcb52;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 10px;
  font-weight: 600;
}
.title span::after, .title01 span::after, .title04 span::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 1px;
  background: #3E3A39;
  right: -150px;
  bottom: calc(50% - 0.5px);
}

.title01 {
  margin: 80px auto 30px auto !important;
}
.title01 span::after {
  display: none;
}
.title01::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background: #3E3A39;
  right: calc(50% - 0.5px);
  top: -80px;
}

.title04 {
  margin: 0 auto 30px auto;
}
.title04 h1, .title04 h2 {
  color: #5D3111;
}
.title04 span {
  color: #5D3111;
}
.title04 span::after {
  display: none;
}

/*大標*/
.title02 {
  margin: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.title02 h2 {
  font-size: 35px;
  color: #5D3111;
  letter-spacing: 4px;
  font-weight: 600;
  display: inline-block;
}
.title02 span {
  display: inline-block;
  margin-left: 12px;
  color: #5D3111;
  font-size: 20px;
  font-weight: 600;
}

.title03 {
  background: #FFD378;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 20px;
}

.breadcrumb {
  display: inline-block;
}
.breadcrumb a {
  color: #5D3111;
  font-size: 16px;
  line-height: 20px;
}
.breadcrumb a:hover {
  color: #f38000;
}
.breadcrumb i {
  color: #b2b2b2;
  margin-left: 1px;
}

.topbox {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.topbox2 {
  display: inline-flex;
  align-items: center;
  justify-content: end;
}
.topbox2 .breadcrumb {
  margin-bottom: 30px;
}

.title_line hr {
  background: #E8E8E8;
  height: 2px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #ffcb52;
  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%;
  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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.about-good .goodbox:hover {
  background: #ebebeb;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.about-good .goodbox:hover::after {
  height: 40px;
}
.about-good .goodbox::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #ffcb52;
  left: 50%;
  bottom: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.about-good .goodbox .info {
  background: #fff;
  border-radius: 200px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2509803922);
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 20px;
}
.about-good .goodbox .info span {
  font-size: 16px;
  color: #ffcb52;
  padding: 10px;
  line-height: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  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: #ffcb52;
  left: -14.5px;
  top: 30%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.aboutbox 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;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.aboutbox a:hover::after {
  height: 60%;
  top: 20%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.aboutbox a:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}

.company {
  padding: 36px;
}
.company .company-text {
  text-align: center;
  padding: 10px;
  margin-top: -20px;
}
.company .company-text h4 {
  color: #FFF;
  display: inline;
  background: #ffcb52;
  padding: 12px 50px;
  border-radius: 30px;
  position: relative;
  letter-spacing: 2px;
}
.company .company-img {
  box-shadow: 0px 0px 10px rgba(70, 53, 53, 0.1882352941);
  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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.company:hover .company-img img {
  transform: scale(1.1);
}

.links {
  margin-top: 30px;
}
.links .links-img {
  box-shadow: 0px 0px 10px rgba(70, 53, 53, 0.1882352941);
  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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.links:hover .links-img img {
  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: #ffcb52;
  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;
}

.indexp {
  margin-bottom: 40px;
  border: solid 1px #C7C7C7;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  background: #fff;
}
.indexp .imgbox .morebox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1882352941);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.indexp .imgbox .morebox .more-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url(../img/more.svg);
  width: 80px;
  height: 80px;
  background-size: contain;
}
.indexp .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 10px;
}
.indexp .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.indexp p {
  font-size: 18px;
}
.indexp:hover {
  border: solid 1px #ffcb52;
}
.indexp:hover .morebox {
  opacity: 1;
}
.indexp:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.swiper-article .product {
  margin: 10px 10px 30px 10px;
}
.swiper-article .product p {
  font-size: 18px;
}

.product {
  margin: 0 0 40px 0;
  text-align: center;
}
.product .imgbox .morebox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product .imgbox .morebox .more-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url(../img/more.svg);
  width: 80px;
  height: 80px;
  background-size: contain;
}
.product .imgbox {
  background: #fff;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  border-radius: 10px;
  padding-bottom: 100%;
}
.product .imgbox img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product p {
  font-size: 16px;
  padding: 12px 0px;
  text-align: center;
}
.product:hover p {
  color: #f38000;
}
.product:hover .morebox {
  opacity: 1;
}
.product:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.product .imgbox {
  position: relative;
}
.product .imgbox .tagbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  z-index: 2;
}

.articlebox {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1882352941);
  margin-bottom: 40px;
  padding: 12px;
  background: #FFF;
  border-radius: 10px;
}
.articlebox:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.articlebox:hover .info::after {
  width: 100%;
}
.articlebox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  border-radius: 10px;
}
.articlebox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.articlebox .textbox {
  width: 100%;
  padding: 12px 0 6px 0;
}
.articlebox .textbox span {
  font-size: 16px;
  color: #ffcb52;
  display: block;
}
.articlebox .textbox p {
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.indexabout {
  align-items: center;
}
.indexabout .textbox {
  position: relative;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3137254902);
  background: #fff;
  padding: 20px 40px;
  border-radius: 55px;
}
.indexabout .textbox p {
  color: #3E3A39;
  font-size: 20px;
  line-height: 32px;
  margin: 20px 0 50px 0;
  letter-spacing: 1px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.indexabout a .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  border-radius: 40px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3137254902);
  z-index: 2;
}
.indexabout a .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 2;
}
.indexabout a .imgbox img:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}

.block02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block02 .block-left {
  position: relative;
  padding: 10px;
  width: 50%;
}
.block02 .block-left:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.block02 .block-left:hover .imgbox .hover-bg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  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;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.block02 .block-right {
  width: 50%;
  display: flex;
  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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.block02 .block-right .block-top:hover .imgbox .hover-bg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  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;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.block02 .block-right .block-bottom {
  position: relative;
  padding: 19px;
  width: 100%;
}
.block02 .block-right .block-bottom:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.block02 .block-right .block-bottom:hover .imgbox .hover-bg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  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;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

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

.hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5607843137);
  opacity: 0;
  z-index: 1;
}

.serach-box {
  display: flex;
  width: 100%;
  margin: 40px 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  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 {
  transform: scale(1.1);
}
.serach-box:hover .serach-right h2 {
  color: #ffcb52;
}
.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 {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  background: #FFF;
  padding: 40px 30px;
  margin-bottom: 50px;
  width: 100%;
  display: flex;
}
.service .leftbox {
  width: 65%;
  padding-right: 40px;
}
.service .leftbox p {
  font-size: 18px;
  line-height: 26px;
}
.service .leftbox p i {
  color: #ffcb52;
  margin-right: 2px;
}
.service .rightbox {
  width: 35%;
}
.service .rightbox iframe {
  width: 100%;
  height: 250px;
}

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

.number-p .shopify-buy {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.number-p .shopify-buy button {
  background: #ffcb52;
  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;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  display: none;
}
.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
  margin-top: 5px;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

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

.col-lg-9 .col-12 .buttonbox .swiper-button-next, .col-lg-9 .col-12 .buttonbox .swiper-button-prev {
  top: 25px;
  background: #B1B1B1;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
}
.col-lg-9 .col-12 .buttonbox .swiper-button-next:after, .col-lg-9 .col-12 .buttonbox .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
.col-lg-9 .col-12 .buttonbox .swiper-button-prev {
  left: 0px !important;
  right: auto !important;
}
.col-lg-9 .col-12 .buttonbox .swiper-button-next {
  left: auto !important;
  right: 0px !important;
}

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

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

.info-box p {
  margin: 12px 0px;
  font-size: 18px;
}
.info-box p span {
  background: #ffcb52;
  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 #ffcb52;
  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 #ffcb52;
}

ul.tabs li:hover {
  opacity: 0.9;
}
ul.tabs li.active {
  background: #ffcb52;
  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;
}

.f-block {
  position: relative;
  float: left;
  padding: 10px;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #000;
}

.f-colum-r {
  float: left;
  width: 100%;
  margin: 4px auto 12px auto;
  padding: 4px 0;
  line-height: 1.5;
  overflow: hidden;
}

.borbotsolid {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

.mc-r-title {
  float: left;
  padding: 0 16px;
  width: 100%;
  color: #000;
  vertical-align: middle;
  letter-spacing: 2px;
  position: relative;
}
.mc-r-title::after {
  content: "";
  display: block;
  width: 4px;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #f38000;
}

.mc-r-field {
  float: left;
  padding: 0 12px;
  width: 100%;
  vertical-align: middle;
  color: #000;
  margin-top: 10px;
}

.mc-rs-l-2 {
  float: left;
  padding: 0 10px;
  width: 40px;
  vertical-align: middle;
}

.mc-rs-r-2 {
  float: left;
  padding: 0 10px;
  width: calc(100% - 40px);
  vertical-align: middle;
}
.mc-rs-r-2 input {
  border: #ccc 1px solid;
  border-radius: 4px;
  padding: 4px;
  height: 38px;
  vertical-align: middle;
  background: #ededed;
}

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table thead th {
    text-align: center;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 1em !important;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table.rwd-table-order2 th, .rwd-table.rwd-table-order2 td {
    display: table-cell;
    padding: 1em !important;
    margin: 0;
  }
  .rwd-table.rwd-table-order2 th:nth-child(1), .rwd-table.rwd-table-order2 td:nth-child(1) {
    width: 55%;
  }
  .rwd-table.rwd-table-order2 th:nth-child(2), .rwd-table.rwd-table-order2 td:nth-child(2), .rwd-table.rwd-table-order2 th:nth-child(3), .rwd-table.rwd-table-order2 td:nth-child(3) {
    width: 22%;
    text-align: center;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 45%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 12%;
    text-align: center;
  }
}
@media screen and (max-width: 1680px) {
  .qrbox {
    background: #F8EDD9;
    border-radius: 20px;
    margin-top: 30px;
    padding: 20px 20px;
  }
  .qrbox p {
    font-size: 17px;
    font-weight: 600;
    color: #523017;
  }
  .qrbox img {
    width: 70px;
    margin-right: 10px;
  }
  .indexabout {
    align-items: center;
  }
  .indexabout .textbox {
    position: relative;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3137254902);
    background: #fff;
    padding: 20px 40px;
  }
  .indexabout .textbox p {
    margin: 10px 0 40px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .indexabout .textbox {
    padding: 20px 20px;
  }
  .title h1, .title h2, .title01 h1, .title01 h2, .title02 h1, .title02 h2, .title04 h1, .title04 h2 {
    font-size: 30px;
  }
  .title span, .title01 span, .title02 span, .title04 span {
    font-size: 16px;
  }
  .news h3, .product p {
    font-size: 16px;
    line-height: 20px;
  }
  .articlebox .textbox p {
    font-size: 18px;
    line-height: 20px;
  }
  .qrbox {
    background: #F8EDD9;
    border-radius: 20px;
    margin-top: 30px;
    padding: 20px 20px;
    text-align: center;
  }
  .qrbox p {
    margin: 0 auto;
    margin-top: 15px;
  }
  .qrbox img {
    width: 100%;
    margin-right: 0px;
  }
  .indexabout {
    align-items: center;
  }
  .indexabout .textbox {
    margin-bottom: 0px;
  }
  .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%;
    justify-content: space-around;
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .gridbox {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  .gridbox a {
    position: relative;
    display: block;
  }
  .product p {
    font-size: 18px;
  }
  main .bn .page-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .fancybox-slide--current .ajax-box {
    width: 90% !important;
  }
  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: #ffcb52;
    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) {
  .jcc991 {
    justify-content: center;
  }
  .slogan {
    font-size: 16px;
  }
  .title04 {
    margin: 0 auto 10px auto;
  }
  .title03 {
    font-size: 18px;
  }
  .title h1, .title h2, .title01 h1, .title01 h2, .title02 h1, .title02 h2, .title04 h1, .title04 h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .title span, .title01 span, .title02 span, .title04 span {
    font-size: 16px;
  }
  .btn, .btn02 {
    font-size: 18px !important;
  }
  .title_detail {
    padding: 20px 20px;
  }
  .title_detail h3 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 8px;
  }
  .news {
    padding: 15px 15px;
  }
  .news:hover {
    padding: 15px 10px 15px 20px;
  }
  .qrbox {
    display: none;
  }
  .indexabout {
    align-items: center;
  }
  .indexabout .textbox {
    position: relative;
    background: #fff;
    padding: 10px 20px;
    border-radius: 55px;
  }
  .indexabout .textbox p {
    font-size: 16px;
    line-height: 28px;
    -webkit-line-clamp: 10;
    margin: 0px 0 30px 0;
  }
  .indexabout a .imgbox {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .gridbox {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  .gridbox a {
    position: relative;
    display: block;
    width: calc(33.33% - 30px);
  }
  .contact .form-box {
    margin-left: 0px;
    padding: 40px 20px;
  }
  .product {
    margin: 0 0 40px 0;
  }
  .product .imgbox .tagbox {
    width: 40px;
    height: 40px;
  }
  .title_line hr::before {
    width: 90px;
  }
  .title_line h3, .title_line h4 {
    font-size: 22px;
  }
  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.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%) scale(1.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;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .block02 .block-right {
    width: 100%;
    display: flex;
    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;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .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;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .index-contact p {
    font-size: 16px;
  }
  .about-good {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .title, .title01, .title04 {
    margin: 30px 0;
  }
  .topbox {
    display: block;
  }
  .topbox2 {
    display: block;
  }
  .breadcrumb {
    margin-top: 10px;
    display: block;
  }
  .title h1, .title h2, .title01 h1, .title01 h2, .title02 h1, .title02 h2, .title04 h1, .title04 h2 {
    font-size: 26px;
  }
  .title span, .title01 span, .title02 span, .title04 span {
    font-size: 14px;
  }
  .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 {
    padding: 20px 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: #ffcb52;
    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) {
  .fancybox-slide--current .ajax-box {
    padding: 20px 10px;
  }
  .w100 {
    width: 80px;
    min-width: 80px;
  }
  .indexabout {
    padding: 0 10px;
  }
  .swiper-article .product p {
    font-size: 16px;
  }
  .news h3, .product p {
    font-size: 16px;
    line-height: 16px;
  }
  .breadcrumb a {
    font-size: 14px;
  }
  .btn, .btn02, .btn_submit {
    font-size: 16px !important;
  }
  .gridbox {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  .gridbox a {
    position: relative;
    display: block;
    width: calc(50% - 30px);
  }
  .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;
    transform: none;
    top: auto;
    left: auto;
    position: relative;
    height: 250px;
  }
  .push {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
  .payment-methoda .payment-method-div .payment-method-way, .payment-methoda .payment-method-div .payment-method-text {
    width: 100%;
  }
  .payment-methoda .payment-method-div .payment-method-way {
    border-bottom: solid 1px #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) {
  .bg03::before {
    right: -3px;
    top: -4.5%;
    width: 172px;
    height: 64px;
  }
  .top-alla {
    padding: 40px 0;
  }
  .articlebox {
    margin-bottom: 30px;
    padding: 8px;
    padding-left: auto;
  }
  .product {
    margin: 0 0 30px 0;
  }
  p.sort {
    font-size: 22px !important;
  }
  .info-box p span {
    background: #ffcb52;
    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: #ffcb52;
    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;
  }
}/*# sourceMappingURL=all.css.map */