@charset "UTF-8";
.f25 {
  font-size: 25px;
  line-height: 1.5;
}

.f20 {
  font-size: 20px;
  line-height: 1.5;
}

.f18 {
  font-size: 18px;
  line-height: 1.5;
}

.f16 {
  font-size: 16px;
  line-height: 1.5;
}

.w600 {
  font-weight: 600;
}

.dflexb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.dflexj {
  display: flex;
  justify-content: center;
}

.width_fc {
  width: -moz-fit-content;
  width: fit-content;
}

.moreimgbox img {
  width: 100%;
}

hr.g_line {
  background: #E8E8E8;
}

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

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

.pc {
  display: inline-block;
}

.mob {
  display: none;
}

.btn {
  font-size: 18px;
  letter-spacing: 1px;
  background: #333;
  color: #fff;
  padding: 10px 10px 10px 20px;
  width: 170px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn i {
  padding-right: 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;
}
.btn: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;
  color: #fff;
  background: #000;
}
.btn:hover i {
  padding-right: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn_back, .btn_r {
  font-size: 18px;
  letter-spacing: 2px;
  background: #333;
  color: #FFF;
  padding: 12px 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_back:hover, .btn_r: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;
  background: #9F4124;
}

.btn01 {
  font-size: 18px;
  letter-spacing: 2px;
  background: #fff;
  color: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn01: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;
  color: #fff;
  background: #000;
}

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

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

.color01 {
  color: #9F4124;
}

.color02 {
  color: #BC5819;
}

.color03 {
  color: #D4ECFF;
}

.color_gray {
  color: #505050;
}

.color04 {
  color: #707070;
}

.color_w {
  color: #FFF !important;
}

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

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

.push {
  padding-top: 120px;
}

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

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

.bg_page {
  position: relative;
}
.bg_page::before {
  opacity: 0.1 !important;
}

.bg_about, .bg_page {
  position: relative;
}
.bg_about::before, .bg_page::before {
  content: "";
  position: absolute;
  background: #BC5819;
  opacity: 0.2;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
}
.bg_about::after, .bg_page::after {
  content: "";
  position: absolute;
  background-image: url("../img/w_text.svg");
  right: 5%;
  top: 10%;
  width: 65px;
  height: 80%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bg_news {
  background: rgba(51, 51, 51, 0.0470588235);
  position: relative;
}
.bg_news::before {
  content: "";
  position: absolute;
  background: #BC5819;
  opacity: 0.2;
  right: 0;
  top: 0;
  width: 25%;
  height: 65px;
}
.bg_news::after {
  content: "";
  position: absolute;
  background: #BC5819;
  opacity: 0.2;
  left: 0;
  bottom: 0;
  width: 18%;
  height: 65px;
}

.bg03 {
  position: relative;
}
.bg03::before {
  content: "";
  position: absolute;
  background: #BC5819;
  opacity: 0.2;
  left: 0;
  top: 0;
  width: 18%;
  height: 100%;
}

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

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

/*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;
  width: 100%;
}
.banner .swiper-banner .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner .swiper-banner .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2509803922);
}
.banner .swiper-banner .swiper-button-prev {
  left: 20px;
}
.banner .swiper-banner .swiper-button-next {
  right: 20px;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.568627451);
  border: solid 2px #b2b2b2;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

.main_bg {
  background-image: url("../img/main_bg.jpg");
  background-size: cover;
  position: relative;
}

main .bn {
  position: relative;
  display: block;
}
main .bn img {
  width: 100%;
}

/*大標*/
.title {
  margin: 60px 0;
  display: flex;
}
.title p {
  font-size: 18px;
  color: #707070;
  padding-top: 14px;
  font-weight: 600;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.title p::before {
  content: "";
  position: absolute;
  background: #BC5819;
  left: 0;
  top: 0;
  width: 58px;
  height: 4px;
}
.title h1, .title h2 {
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-right: 20px;
  position: relative;
}

.title_line h3, .title_line h4 {
  font-size: 25px;
  color: #9F4124;
  padding-left: 60px;
  position: relative;
  letter-spacing: 2px;
}
.title_line h3::before, .title_line h4::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 26px;
  left: 0px;
  bottom: calc(50% - 13px);
  background-image: url(../img/title2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.indexabout {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
  width: 100%;
}
.indexabout .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  width: 50%;
  padding-bottom: 31.5%;
}
.indexabout .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;
  height: 100% !important;
}
.indexabout .imgbox:hover 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);
}
.indexabout .textbox {
  position: relative;
  width: 60%;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.062745098);
  padding: 40px;
  margin: 40px 0 0 -10%;
  z-index: 1;
  text-align: justify;
  height: -moz-fit-content;
  height: fit-content;
}
.indexabout .textbox::before {
  position: absolute;
  content: "";
  width: 350px;
  height: 28px;
  left: 20%;
  top: -45px;
  background-image: url(../img/slash.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.index_news .newsbox {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
}

.newsbox {
  margin-bottom: 40px;
  padding: 20px 60px 20px 20px;
  position: relative;
  background: #fff;
  width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.062745098);
}
.newsbox::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #9F4124 transparent;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.newsbox::after {
  content: "\e81b";
  font-family: "fontello";
  position: absolute;
  font-size: 18px;
  color: #fff;
  right: 10px;
  bottom: 6px;
  z-index: 1;
}
.newsbox:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0862745098);
  -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;
}
.newsbox:hover .topbox .titlebox {
  color: #BC5819;
  -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;
}
.newsbox:hover::before {
  border-color: transparent transparent #BC5819 transparent;
  -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;
}
.newsbox .topbox {
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.newsbox .topbox .sortbox {
  background: #F5F5F5;
  color: #BC5819;
  font-size: 16px;
  font-weight: 600;
  width: 100px;
  padding: 10px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.newsbox .topbox .titlebox {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: calc(100% - 115px);
}
.newsbox .topbox .titlebox span {
  display: block;
}
.newsbox .topbox .titlebox h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsbox p {
  position: relative;
  color: #505050;
  font-weight: 600;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.threebox {
  position: relative;
}
.threebox:hover .textbox {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.threebox:hover .imgbox::after {
  display: block;
  -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;
}
.threebox .textbox {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(159, 65, 36, 0.8470588235);
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  -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;
}
.threebox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 64%;
}
.threebox .imgbox::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: solid 1px #fff;
  display: none;
  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;
}
.threebox .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;
}

.linkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 15px 0;
  border-bottom: dotted 4px #ececec;
}
.linkbox:hover h3, .linkbox:hover i {
  color: #BC5819;
  -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;
}
.linkbox h3 {
  width: calc(100% - 88px);
  padding-right: 30px;
  -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;
}
.linkbox i {
  font-size: 30px;
  border-left: solid 2px #dfdfdf;
  padding: 0 20px;
  -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;
}

.pdfbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: solid 1px #BC5819;
  background: #fff;
  position: relative;
  width: calc(100% - 10px);
  padding: 20px 0;
  margin-bottom: 40px;
}
.pdfbox:hover::before {
  background: #BC5819;
  -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;
}
.pdfbox:hover::after {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pdfbox::before {
  content: "";
  position: absolute;
  background: #E5E5E5;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  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;
}
.pdfbox::after {
  content: "";
  position: absolute;
  background: #F8F0EB;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pdfbox i {
  font-size: 35px;
  color: #BC5819;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.pdfbox h3 {
  width: calc(100% - 90px);
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.contact_frame {
  background: #FFF;
  padding: 60px 60px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.062745098);
  position: relative;
  width: calc(100% - 15px);
}
.contact_frame::before {
  content: "";
  position: absolute;
  background: #BC5819;
  left: 15px;
  top: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact_frame::after {
  content: "";
  position: absolute;
  background-image: url("../img/logo_ink.svg");
  right: 30px;
  bottom: 30px;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.frame {
  background: #FFF;
  padding: 60px 60px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.062745098);
}

.index_frame {
  background: rgba(255, 255, 255, 0.9098039216);
  padding: 80px 60px;
  border: solid 10px #707070;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.062745098);
}
.index_frame a {
  display: block;
  margin-bottom: 80px;
}
.index_frame a:hover .morebox {
  border: solid 4px #BC5819;
  -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_frame a:hover .morebox i {
  color: #BC5819;
  -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_frame .textbox {
  position: relative;
  width: calc(100% - 55px);
  padding-right: 60px;
}
.index_frame .textbox p.f18 {
  font-weight: 600;
  line-height: 1.7;
  color: #333;
}
.index_frame .morebox {
  height: 55px;
  width: 55px;
  border-radius: 100px;
  border: solid 4px #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  -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_frame .morebox i {
  font-weight: 600;
  font-size: 40px;
  color: #E5E5E5;
  -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;
}

.servicebox {
  background: #F5F5F5;
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
}
.servicebox .numbox {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  background: #BC5819;
  position: relative;
  height: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.servicebox .numbox::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 50px 25px 50px;
  border-color: transparent transparent transparent #BC5819;
  right: -50px;
  bottom: 0;
}
.servicebox .textbox {
  font-weight: 600;
  padding: 0 15px 0 40px;
  width: calc(100% - 60px);
  font-size: 18px;
  line-height: 1.3;
}

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

.swiper-company .swiper-company-button {
  position: absolute;
  bottom: 0px !important;
  width: 100%;
  height: 36px;
}
.swiper-company .swiper-button-next, .swiper-company .swiper-button-prev {
  bottom: 0px !important;
  background: #707070;
  outline: none;
  border-radius: 6px;
  width: 35px;
  height: 35px;
}
.swiper-company .swiper-button-next:after, .swiper-company .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
}
.swiper-company .swiper-button-next {
  right: calc(50% - 50px);
  left: auto;
}
.swiper-company .swiper-button-prev {
  left: calc(50% - 50px);
  right: auto;
}

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

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

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

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #9F4124;
  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: #F5F5F5;
  border-bottom: 1px solid #9F4124;
}

ul.tabs li:hover {
  opacity: 0.9;
}
ul.tabs li.active {
  background: #9F4124;
  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;
    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 #F5F5F5;
}
.rwd-table.rwd-table-order2 tbody .total {
  background: #F5F5F5;
}
.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) {
  .servicebox {
    height: 120px;
  }
  .servicebox .numbox {
    font-size: 25px;
    width: 50px;
  }
  .servicebox .numbox::after {
    border-width: 60px 20px 60px;
    right: -40px;
  }
  .servicebox .textbox {
    width: calc(100% - 20px);
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .bg_about::after, .bg_page::after {
    top: 20%;
    height: 60%;
    right: 3%;
  }
  .indexabout .imgbox {
    padding-bottom: 40%;
  }
  .indexabout .textbox {
    width: 60%;
    padding: 20px 30px;
    margin: 40px 0 0 -10%;
  }
  .indexabout .textbox::before {
    width: 275px;
    top: -40px;
  }
}
@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}
@media screen and (max-width: 1200px) {
  .bg_page::after {
    height: 40%;
    right: 1%;
  }
  .threebox .textbox {
    height: 40px;
    padding: 6px 0;
  }
  .indexabout .imgbox {
    padding-bottom: 50%;
  }
  .f25 {
    font-size: 22px;
  }
  .f20 {
    font-size: 18px;
  }
  .f18 {
    font-size: 16px;
  }
  .f16 {
    font-size: 14px;
  }
  .swiper-company .swiper-button-next, .swiper-company .swiper-button-prev, .related-product .swiper-button-next, .related-product .swiper-button-prev {
    border-radius: 6px;
    width: 30px;
    height: 30px;
  }
  .btn_back, .btn_r, .btn01, .btn {
    font-size: 16px;
  }
  .btn {
    width: 140px;
  }
  /*大標*/
  .title {
    margin: 20px auto 60px;
  }
  .title p {
    font-size: 16px;
    padding-top: 8px;
  }
  .title h1, .title h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1024px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 17% !important;
  }
}
@media screen and (max-width: 991px) {
  .bg_page::after {
    display: none;
  }
  .frame, .contact_frame {
    padding: 40px 40px;
  }
  .threebox .imgbox {
    padding-bottom: 34%;
  }
  .newsbox {
    margin-bottom: 30px;
  }
  .newsbox .topbox .titlebox h3 {
    -webkit-line-clamp: 2;
  }
  .indexabout .imgbox {
    width: 100%;
    margin-bottom: 0;
  }
  .indexabout .textbox {
    width: 100%;
    margin: 0;
  }
  .indexabout .textbox::before {
    top: auto;
    bottom: 20px;
    left: 28px;
    height: 20px;
    width: 50%;
  }
  .top-alla {
    padding: 60px 0;
  }
  .product {
    margin: 0 0 40px 0;
  }
  .title_line hr::before {
    width: 90px;
  }
  .title_line h3, .title_line h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .index_frame {
    padding: 60px 30px;
    border: solid 10px #707070;
  }
  .index_frame a {
    margin-bottom: 60px;
  }
  .index_frame .textbox {
    width: calc(100% - 42px);
    padding-right: 20px;
  }
  .index_frame .morebox {
    height: 42px;
    width: 42px;
  }
  .index_frame .morebox i {
    font-size: 30px;
  }
  .threebox .imgbox {
    padding-bottom: 64%;
  }
  .top-alla {
    padding: 40px 0;
  }
  /*大標*/
  .title {
    margin: 20px auto 30px;
  }
  .title p {
    font-size: 14px;
    padding-top: 7px;
  }
  .title p::before {
    top: 2px;
    height: 2px;
  }
  .title h1, .title h2 {
    font-size: 26px;
    letter-spacing: 2px;
    margin-right: 12px;
  }
  .frame, .contact_frame {
    background: #FFF;
    padding: 40px 20px;
  }
  .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) {
  .bg_about::after, .bg_page::after {
    display: none;
  }
  .banner .swiper-banner .swiper-button-next {
    right: 4px;
  }
  .banner .swiper-banner .swiper-button-prev {
    left: 4px;
  }
  .banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    font-size: 30px;
  }
  .banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .pc {
    display: none !important;
  }
  .mob {
    display: block !important;
  }
  .push {
    padding-top: 100px;
  }
  .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) {
  .pdfbox {
    margin-bottom: 30px;
  }
  .pdfbox::after {
    width: 55px;
  }
  .pdfbox i {
    font-size: 24px;
    padding: 0 10px;
  }
  .pdfbox h3 {
    width: calc(100% - 55px);
    padding: 0 20px;
    font-size: 16px !important;
  }
  .linkbox h3 {
    font-size: 16px !important;
    width: calc(100% - 55px);
    padding-right: 15px;
  }
  .linkbox i {
    font-size: 24px;
    padding: 0 9px;
  }
  .contact_frame::before {
    left: 10px;
    top: 10px;
  }
  .index_frame {
    padding: 60px 20px;
    border: solid 5px #707070;
  }
  .index_frame a {
    margin-bottom: 50px;
  }
  .index_frame .textbox {
    width: calc(100% - 32px);
    padding-right: 16px;
  }
  .index_frame .morebox {
    height: 32px;
    width: 32px;
  }
  .index_frame .morebox i {
    font-size: 24px;
  }
  .newsbox .topbox {
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .newsbox .topbox .titlebox {
    width: 100%;
    margin-top: 8px;
  }
  .indexabout .textbox::before {
    display: none;
  }
  .swiper-company .swiper-company-button {
    bottom: 10px !important;
  }
  .contact_page .frame {
    padding: 40px 10px;
  }
}