@charset "UTF-8";
.an-order {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 10px #00000030;
          box-shadow: 0px 0px 10px #00000030;
}

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

.appeal-img img {
  width: 100%;
}

.w150 {
  width: 150px !important;
}

.hand {
  cursor: pointer;
}

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

.f20 {
  font-size: 20px !important;
}

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

.btn {
  position: relative;
}

.btn p {
  background: #242424;
  color: #fff;
  padding: 12px 30px 12px 40px;
  font-size: 18px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

.btn p i {
  margin: 0px 12px 0 4px;
  font-size: 13px;
  padding-left: 6px;
  -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::before {
  content: "";
  position: absolute;
  background: #898989;
  border-radius: 30px;
  top: 5px;
  left: 10px;
  width: calc(100% - 10px);
  height: 100%;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.btn:hover::before {
  background: #F5BA18;
  -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 p i {
  margin: 0px 4px 0 12px;
  -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_black, .btn_gray {
  position: relative;
  background: #242424;
  color: #fff;
  padding: 12px 30px 12px 30px;
  font-size: 18px;
  border-radius: 30px;
  -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_black:hover, .btn_gray:hover {
  background: #F5BA18;
  -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_gray {
  padding: 10px 28px 10px 28px;
  background: #505050;
}

.btn_fff {
  position: relative;
  background: #fff;
  color: #242424;
  border: solid 1px #707070;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  -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_fff:hover {
  background: #F5BA18;
  -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;
}

.add_cart a {
  padding: 4px 12px 4px 12px;
  background: #F5BA18;
  border-radius: 30px;
  border: none;
  font-size: 15px;
  -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;
}

.add_cart a:hover {
  background: #242424;
  color: #fff;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.rwd-table td.add_cart:before {
  display: none;
}

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

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

.btn_submit {
  padding: 8px 20px 8px 20px;
  background: #F5BA18 !important;
  border: solid 1px #F5BA18 !important;
  border-radius: 20px !important;
  color: #FFF !important;
}

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

.btn_forget {
  background: #b2b2b2;
  color: #fff;
  padding: 8px 16px;
}

.btn_forget:hover {
  background: #F5BA18;
}

.btn_cancel {
  background: #ebebeb;
  border: solid 1px #707070 !important;
  padding: 4px 8px;
  font-size: 15px;
  color: #707070;
}

.btn_cancel:hover {
  background: #F5BA18;
}

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

.color01 {
  color: #F5BA18;
}

.color02 {
  color: #898989;
}

.color03 {
  color: #242424;
}

.color_gray {
  color: #505050;
}

.color_r {
  color: #b81b23;
}

.color_w {
  color: #FFF !important;
}

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

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

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

.push {
  padding-top: 120px;
}

.frame {
  -webkit-box-shadow: 0px 0px 10px #00000010;
          box-shadow: 0px 0px 10px #00000010;
  background: #FFF;
  border: solid 20px #898989;
  padding: 60px 60px;
  position: relative;
}

.contact .col-lg-5 .info-box {
  background: #F2F2F2;
  padding: 40px 30px;
}

.contact .col-lg-5 .info-box h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

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

.contact .col-lg-5 .info-box p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
}

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

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

.bg01 {
  position: relative;
  background-size: cover;
}

.bg02 {
  position: relative;
}

.bg02::after {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(137, 137, 137, 0.5)), to(rgba(245, 186, 24, 0.5)));
  background-image: linear-gradient(180deg, rgba(137, 137, 137, 0.5) 0%, rgba(245, 186, 24, 0.5) 100%);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 279px;
}

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

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

.bg_page {
  position: relative;
  background: #F2F1F5;
}

.bg_page::after {
  content: "";
  position: absolute;
  background: #E9E3F3;
  background-size: contain;
  -webkit-clip-path: polygon(0 0, 75% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 75% 0%, 100% 100%, 0 100%);
  bottom: 0px;
  left: 0px;
  width: 40%;
  height: 100%;
}

.bg_page::before {
  content: "";
  position: absolute;
  background-image: url(../img/page.svg);
  background-size: contain;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

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

.maker {
  background: #F5BA18;
  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: #fff;
}

.banner .swiper-banner .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 54px;
  background: url("../img/rightbtn.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
}

.banner .swiper-banner .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 54px;
  background: url("../img/leftbtn.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 10px;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #b2b2b2;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

/*大標*/
.title, .title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 30px auto 80px auto;
}

.title h1, .title h2, .title02 h1, .title02 h2 {
  font-size: 35px;
  color: #000;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Noto Serif TC";
}

.title::after, .title02::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #F5BA18;
  right: calc( 50% - 30px);
  bottom: -20px;
}

.title_line {
  margin-bottom: 20px;
}

.title_line h3, .title_line h4 {
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Noto Serif TC";
}

.title_line h3 i, .title_line h4 i {
  color: #F5BA18;
  margin-right: 8px;
}

.about-info {
  padding: 0px 6.5%;
}

.about-info p {
  line-height: 32px;
  color: #505050;
  margin: 30px 0;
}

.aboutbox a {
  position: relative;
}

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

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

.product {
  margin: 0 0 60px 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #00000020;
          box-shadow: 0px 0px 10px #00000020;
}

.product .textbox {
  position: relative;
}

.product .textbox::before {
  content: "";
  position: absolute;
  background: #F5BA18;
  width: 100%;
  height: 4px;
  left: 0px;
  bottom: 0px;
  -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 .textbox h3 {
  padding: 26px 6px 30px 6px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

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

.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;
  -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:hover .textbox::before {
  height: 100%;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.product:hover .textbox h3 {
  color: #fff;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.news {
  margin: 40px 0;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px #00000010;
          box-shadow: 0px 0px 10px #00000010;
}

.news .time {
  color: #fff;
  position: absolute;
  background-image: url(../img/day.svg);
  background-size: contain;
  width: 86px;
  height: 102px;
  top: -25px;
  left: 20px;
  z-index: 2;
  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;
}

.news .time .ymd {
  font-size: 13px;
  margin-top: 4px;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
}

.news .time .ymd span {
  display: block;
  font-size: 22px;
  margin-top: 3px;
  text-align: center;
}

.news::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: calc( 50% - 20px);
  width: 60px;
  height: 3px;
  background: #F5BA18;
  -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:hover {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.news:hover::after {
  left: 0;
  width: 100%;
}

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

.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;
  -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 .infobox {
  padding: 12px 12px;
  background: #fff;
  min-height: 80px;
}

.news .infobox p {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
}

.news-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-date .time {
  color: #fff;
  background-image: url(../img/day.svg);
  background-size: contain;
  width: 86px;
  height: 102px;
  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;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.news-date .time .ymd {
  font-size: 13px;
  margin-top: 4px;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
}

.news-date .time .ymd span {
  display: block;
  font-size: 22px;
  margin-top: 3px;
  text-align: center;
}

.news-date h3 {
  font-size: 25px;
  width: calc( 100% - 106px);
}

.linkbox {
  background: #fff;
  padding: 40px 20px 40px 30px;
  margin: 20px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.linkbox::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#898989), to(#F5BA18));
  background: linear-gradient(90deg, #898989 0%, #F5BA18 100%);
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.linkbox .infobox {
  width: calc( 100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.linkbox .infobox::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 75px;
  width: 1px;
  height: 100%;
  background: #707070;
}

.linkbox .infobox img {
  width: 55px;
  margin-right: 40px;
}

.linkbox .infobox p {
  font-size: 22px;
  font-weight: 600;
}

.linkbox .morebox {
  width: 70px;
}

.linkbox .morebox img {
  width: 50px;
  -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;
}

.linkbox:hover .morebox img {
  margin-left: 20px;
  -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;
}

.linkbox:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#F5BA18), to(#898989));
  background: linear-gradient(90deg, #F5BA18 0%, #898989 100%);
  background: -webkit-linear-gradient 90deg, #F5BA18 0%, #898989 100%;
  background-size: 200% 200%;
  -webkit-animation: oxxo 3s ease infinite;
          animation: oxxo 3s ease infinite;
  -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-keyframes oxxo {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes oxxo {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.downloadbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 40px;
  margin-bottom: 20px;
  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;
}

.downloadbox:hover {
  -webkit-box-shadow: 0px 0px 10px #00000010;
          box-shadow: 0px 0px 10px #00000010;
  -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;
}

.downloadbox .textbox {
  width: calc( 100% - 210px);
  padding-right: 20px;
  font-weight: 600;
  -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;
}

.downloadbox .iconbox {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.downloadbox .iconbox a {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: solid 2px #898989;
  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;
  margin-left: 15px;
}

.downloadbox .iconbox a i {
  font-size: 25px;
  color: #898989;
  -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;
}

.downloadbox .iconbox a.pdf:hover {
  border: solid 2px #BB260F;
}

.downloadbox .iconbox a.pdf:hover i {
  color: #BB260F;
}

.downloadbox .iconbox a.word:hover {
  border: solid 2px #136AB2;
}

.downloadbox .iconbox a.word:hover i {
  color: #136AB2;
}

.downloadbox .iconbox a.picture:hover {
  border: solid 2px #F5BA18;
}

.downloadbox .iconbox a.picture:hover i {
  color: #F5BA18;
}

.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: #F5BA18;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0 0 4px 0;
  font-size: 25px;
  line-height: 14px;
}

.number-p .shopify-buy input[type="number"] {
  height: 30px;
  width: 60px;
  text-align: center;
  margin: 0 8px;
}

/*產品 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  margin-bottom: 5px;
  height: 420px !important;
}

.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: #F5BA18 !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-p {
  margin: 30px 0;
}

.swiper-p .product {
  margin: 0 0 80px 0;
}

.swiper-p .buttonbox {
  width: 105px;
  bottom: 20px;
  position: relative;
  margin: 0 auto;
}

.swiper-p .buttonbox .swiper-button-next, .swiper-p .buttonbox .swiper-button-prev {
  bottom: 0px;
  background: #ffffff00;
  border: solid 3px #fff;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

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

.swiper-p .buttonbox .swiper-button-prev {
  left: auto;
  right: 60px;
}

.swiper-p .swiper-slide-thumb-active {
  border: solid 3px #707070;
  -webkit-box-sizing: border-box;
          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: -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: #242424;
  border: solid 1px #242424;
}

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

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

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

ul.tabs li.active {
  background: #F5BA18;
  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;
}

.bar-graph, .bar-graph-text {
  width: 80%;
  margin: 0 auto;
}

.bar-graph {
  background: #ebebeb;
  height: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 10px;
  margin-top: 20px;
}

.bar-graph .bar-graph-bg {
  background: #F5BA18;
  height: 8px;
  width: 33.33%;
}

.bar-graph .bar-graph-bg02 {
  width: 66.66%;
}

.bar-graph .bar-graph-bg03 {
  width: 100%;
}

.bar-graph-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bar-graph-text h2 {
  width: 33.33%;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 30px 0;
  text-align: center;
}

.payment-methoda .payment-method-div:nth-child(2n) {
  background: #ebebeb;
}

.payment-methoda .payment-method-div {
  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;
  padding: 10px 15px;
  font-size: 20px;
  background: #FFF;
}

.payment-methoda .payment-method-div .payment-method-way {
  width: 150px;
}

.payment-methoda .payment-method-div .payment-method-way .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

.payment-methoda .payment-method-div .payment-method-way .answer label, .payment-methoda .payment-method-div .payment-method-way .answer input {
  width: 50%;
}

.payment-methoda .payment-method-div .payment-method-way .answer label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.payment-methoda .payment-method-div .payment-method-way .answer input {
  content: '';
  background: #fff;
  border: 2px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin: 0 10px 0 0;
  text-align: center;
}

.payment-methoda .payment-method-div .payment-method-text {
  width: calc( 100% - 150px);
  line-height: 22px;
}

.successfully-ordered-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto;
  padding: 40px 0 0 0;
  max-width: 450px;
}

.successfully-ordered-div .successfully-ordered-div-img {
  width: 150px;
  text-align: center;
}

.successfully-ordered-div .successfully-ordered-div-img img {
  width: 120px;
  height: 120px;
}

.successfully-ordered-div .successfully-ordered-div-text {
  width: calc( 100% - 150px);
  padding: 0 0 0 30px;
}

.successfully-ordered-div .successfully-ordered-div-text p {
  padding: 6px 0;
  font-size: 20px;
}

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

.rwd-table tbody tr {
  background: #ffffff;
}

.rwd-table tbody tr td {
  color: #000000;
}

.rwd-table tbody tr td a.color_r {
  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;
}

@media screen and (max-width: 768px) {
  .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: #242424;
}

.rwd-table tbody tr {
  background: #ffffff;
}

.rwd-table tbody tr td {
  color: #000000;
}

.rwd-table tbody tr td button {
  border: solid 1px #000000;
}

.rwd-table tbody tr td button:hover {
  background: #000000;
  color: #ffffff;
}

@media (min-width: 768px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table thead th {
    text-align: center;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 1em 0.5em !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;
  }
}

@media screen and (max-width: 1680px) {
  .contact .col-lg-5 .info-box p {
    font-size: 16px;
    margin: 12px 0 12px 30px;
  }
  .contact .col-lg-5 .info-box p span {
    display: block;
    margin: 4px 0 0 -30px;
  }
  .contact .col-lg-5 .info-box p::after {
    top: 0px;
    left: -30px;
  }
}

@media screen and (max-width: 1440px) {
  .frame {
    padding: 40px 40px;
  }
  .f18 {
    font-size: 17px !important;
  }
  .linkbox {
    padding: 40px 10px 40px 20px;
  }
  .linkbox .infobox {
    width: calc( 100% - 50px);
  }
  .linkbox .infobox::after {
    bottom: 0px;
    left: 55px;
    width: 1px;
    height: 100%;
  }
  .linkbox .infobox img {
    width: 40px;
    margin-right: 40px;
  }
  .linkbox .infobox p {
    font-size: 20px;
  }
  .linkbox .morebox {
    width: 50px;
  }
  .linkbox .morebox img {
    width: 40px;
    -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;
  }
  .linkbox:hover .morebox img {
    margin-left: 10px;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
}

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

@media screen and (max-width: 1200px) {
  .btn p {
    padding: 8px 15px 8px 25px;
    font-size: 16px;
  }
  .btn p i {
    margin: 0px 12px 0 4px;
    font-size: 13px;
    padding-left: 6px;
    -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 p i {
    margin: 0px 4px 0 12px;
    -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_black {
    padding: 8px 15px 8px 15px;
    font-size: 16px;
  }
  .btn_gray {
    padding: 6px 12px 6px 12px;
    font-size: 16px;
  }
  .btn_fff {
    padding: 6px 12px 6px 12px;
    font-size: 16px;
  }
  .btn_forget {
    padding: 6px 12px 6px 12px;
    font-size: 14px;
  }
  .title h1, .title h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

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

@media screen and (max-width: 991px) {
  .banner-all 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;
  }
  .payment-methoda .payment-method-div .payment-method-way {
    width: 150px;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    width: calc( 100% - 150px);
  }
  .downloadbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 15px 30px;
    margin-bottom: 20px;
    background: #fff;
  }
  .downloadbox .textbox {
    width: calc( 100% - 150px);
    padding-right: 15px;
  }
  .downloadbox .iconbox {
    width: 150px;
  }
  .downloadbox .iconbox a {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .downloadbox .iconbox a i {
    font-size: 20px;
  }
  .news-date h3 {
    font-size: 22px;
  }
  .f18 {
    font-size: 16px !important;
  }
  .f20 {
    font-size: 18px !important;
  }
  /*大標*/
  .title {
    margin: 30px auto 50px auto;
  }
  .linkbox {
    margin: 10px 0;
    padding: 30px 10px 30px 20px;
  }
  .swiper-p {
    margin-top: 0px;
  }
  .banner .swiper-banner .swiper-button-next::after {
    width: 25px;
    height: 30px;
    right: 0px;
  }
  .banner .swiper-banner .swiper-button-prev::after {
    width: 25px;
    height: 30px;
    left: 0px;
  }
  .banner .swiper-banner .swiper-pagination {
    display: none;
  }
  .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: 20px;
  }
  .index-contact p {
    font-size: 16px;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
  .bg::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .news-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-date .time {
    width: 75px;
    height: 85px;
    margin-right: 20px;
  }
  .news-date .time .ymd {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .news-date .time .ymd span {
    font-size: 20px;
    margin-top: 3px;
  }
  .news-date h3 {
    font-size: 20px;
    width: calc( 100% - 90px);
  }
  .frame {
    padding: 20px 20px;
  }
  .f20 {
    font-size: 17px !important;
  }
  .successfully-ordered-div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 0 0 0;
  }
  .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%;
  }
  .successfully-ordered {
    padding: 0;
  }
  .successfully-ordered-div .successfully-ordered-div-text p {
    font-size: 18px;
  }
  .successfully-ordered-div .successfully-ordered-div-text {
    padding: 0;
  }
}

@media screen and (max-width: 667px) {
  .pagination li.page-item a.page-link {
    line-height: 1;
    padding: 4px 10px;
  }
  .news {
    margin: 0 0 60px 0;
  }
  .banner-all img {
    height: 200px;
  }
  .downloadbox {
    padding: 15px 15px;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .downloadbox .textbox {
    width: auto;
    padding-right: 10px;
  }
  .downloadbox .iconbox {
    width: auto;
  }
  .downloadbox .iconbox a {
    width: 40px;
    height: 40px;
    margin-left: 6px;
  }
  .downloadbox .iconbox a i {
    font-size: 20px;
  }
  /*大標*/
  .title h1, .title h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .about-info {
    padding: 0px 15px;
  }
  .about-info p {
    line-height: 28px;
    margin: 20px 0;
  }
  .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;
  }
  .payment-methoda .payment-method-div .payment-method-way .answer label {
    width: 90px;
  }
}

@media screen and (max-width: 575px) {
  .news-date h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .top-alla {
    padding: 4% 0;
  }
  .swiper-p .buttonbox {
    bottom: 40px;
  }
  .product {
    margin: 0 0 30px 0;
  }
  p.sort {
    font-size: 22px !important;
  }
  .bar-graph, .bar-graph-text {
    width: 100%;
  }
}

@media screen and (max-width: 410px) {
  .w150 {
    width: 220px !important;
  }
}
