@charset "UTF-8";
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.d-flexc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

section.page, section.up {
  position: relative;
  z-index: 2;
}

.w100 {
  width: 100px;
}

.f18 {
  font-size: 18px !important;
}

.f600 {
  font-weight: 600;
}

.border-bottom {
  border-bottom: solid 1px #000000;
}

.bold {
  font-weight: 600;
}

.btn {
  background: #71D8E9;
  color: #fff;
  padding: 15px 30px 15px 40px;
  font-size: 18px;
  display: flex;
  border-radius: 25px;
  box-shadow: 6px 6px 0px #f2f2f2;
  -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 {
  margin: 2px 12px 0 4px;
  font-size: 13px;
  padding-left: 6px;
  -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 {
  border-radius: 25px;
  box-shadow: 2px 2px 0px #f2f2f2;
  -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 i {
  margin: 2px 4px 0 12px;
  -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 {
  background: linear-gradient(90deg, #FFC000 0%, #FFC000 100%);
  color: #fff;
  padding: 15px 40px 15px 30px;
  font-size: 18px;
  display: flex;
  margin: 0 auto;
  -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 i {
  margin: 2px 4px 0 12px;
  font-size: 13px;
  padding-right: 6px;
  -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 {
  background: linear-gradient(90deg, #71D8E9 0%, #FFC000 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;
}
.btn_back:hover i {
  margin: 2px 12px 0 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;
}

.btn_reset {
  background: #AFAFAF !important;
  border: solid 1px #AFAFAF !important;
  border-radius: 5px !important;
  color: #FFF !important;
}
.btn_reset:hover {
  background: #3e3a39 !important;
  border: solid 1px #3e3a39 !important;
  border-radius: 5px !important;
}

.btn_submit {
  background: #000000 !important;
  border: solid 1px #000000 !important;
  border-radius: 5px !important;
  color: #FFF !important;
}
.btn_submit:hover {
  background: #3e3a39 !important;
  border: solid 1px #3e3a39 !important;
  border-radius: 5px !important;
}

.l-h {
  line-height: 26px;
}

.color01 {
  color: #71D8E9;
}

.color02 {
  color: #00FAFB;
}

.color03 {
  color: #FFC000;
}

.color_gray {
  color: #3e3a39;
}

.color_w {
  color: #FFF !important;
}

.top-member {
  padding: 10% 0;
}

.top-alla {
  padding: 5% 0 1%;
}

.top-allb {
  padding: 5% 0 8% 0;
}

.top-allc {
  padding: 5% 0 1%;
}

.push {
  padding-top: 120px;
}

.imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 60%;
}
.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);
}
.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;
  -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;
}

.bg01 {
  position: relative;
  background: #F2F1F5;
}

.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: #71D8E9;
  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;
  overflow: hidden;
  height: auto;
}
.banner .swiper-banner .swiper-slide img {
  position: relative;
  overflow: hidden;
}
.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;
}
.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 #e5e5e5;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

/*大標*/
.title {
  padding-bottom: 5%;
  text-align: center;
}
.title h2 {
  font-size: 35px;
  color: #3e3a39;
}

.title_line, .title_line_center {
  padding-right: 1rem;
  padding-left: 1rem;
}
.title_line hr, .title_line_center hr {
  background: #D9D9D9;
  height: 1px;
  position: relative;
}
.title_line hr::before, .title_line_center hr::before {
  content: "";
  background: #71D8E9;
  width: 240px;
  height: 3px;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.title_line h3, .title_line h4, .title_line_center h3, .title_line_center h4 {
  font-size: 30px;
}
.title_line time, .title_line_center time {
  margin-bottom: 6px;
  display: block;
  color: #e5e5e5;
}

.title_line_center hr::before {
  left: 50%;
  transform: translateX(-50%);
}

.title_bg h3 {
  display: inline-block;
  font-size: 20px;
  background: #71D8E9;
  color: #fff;
  padding: 10px;
  margin: 10px auto;
}

.about-info {
  position: relative;
}
.about-info::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 50px;
  background: url(../img/deco-right.png) center center/contain no-repeat;
  width: 170px;
  height: 15px;
  z-index: 2;
}
.about-info p {
  line-height: 32px;
  color: #3e3a39;
  margin: 30px 0;
}

.about-img {
  position: relative;
}
.about-img::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 15px;
  background: url(../img/deco-left.png) center center/contain no-repeat;
  width: 170px;
  height: 15px;
  z-index: 2;
}
.about-img a {
  position: relative;
}
.about-img a .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 69%;
  z-index: 1;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 80%, 85% 100%, 0 100%, 0 20%);
          clip-path: polygon(15% 0, 100% 0, 100% 80%, 85% 100%, 0 100%, 0 20%);
}

.about-info .circlebox {
  position: relative;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
.about-info .circlebox:hover img {
  animation: rotation 4s linear infinite;
}
.about-info .circle01, .about-info .circle02, .about-info .circle03 {
  position: relative;
}
.about-info .circle01::after, .about-info .circle02::after, .about-info .circle03::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 75px;
  height: 75px;
}
.about-info .circle01:hover::after, .about-info .circle02:hover::after, .about-info .circle03:hover::after {
  transition: all 0.5s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.about-info .circle01::after {
  background: url(../img/circle01.png) center center/contain no-repeat;
}
.about-info .circle02::after {
  background: url(../img/circle02.png) center center/contain no-repeat;
}
.about-info .circle03::after {
  background: url(../img/circle03.png) center center/contain no-repeat;
}
.about-info .imgbox {
  padding-bottom: 100%;
}
.about-info .imgbox img {
  width: 90%;
}
.about-info .textbox {
  position: relative;
  background: #fff;
  margin-left: -448px;
  padding: 105px 90px 121px 512px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.about-info .textbox .btnbox button {
  margin: auto 0 auto auto;
}
.about-info .textbox span {
  color: #3e3a39;
  margin: 15px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 160px;
}
.about-info .btnbox {
  margin-top: 20px;
}

.box:nth-child(2n+1) .team .infobox {
  margin-left: calc(50% + 25px);
}
.box:nth-child(2n+1) .team .imgbox {
  margin-left: -100%;
  cursor: auto !important;
}

.team {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px auto;
  align-items: center;
  border-radius: 20px;
}
.team .infobox {
  width: calc(50% - 25px);
  padding: 10px 2%;
}
.team .infobox .info {
  width: -moz-fit-content;
  width: fit-content;
}
.team .infobox h3 {
  font-size: 24px;
  color: #3e3a39;
  margin-top: 30px;
}
.team .infobox h3 span {
  color: #FFC000;
  position: relative;
}
.team .infobox p {
  font-size: 18px;
  line-height: 30px;
  color: #666464;
  margin-top: 30px;
}
.team .imgbox {
  border-radius: 20px;
  padding-bottom: 32.5%;
  width: calc(50% + 25px);
  cursor: auto !important;
}

.morepic {
  position: relative;
  margin-top: 20px;
}
.morepic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}

.morepic img {
  width: 100%;
}

.info {
  margin: 50px auto;
}

.contact-info p {
  padding: 40px 0;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.contact-info i {
  color: #fff;
  background: #71D8E9;
  border-radius: 100px;
  font-size: 15px;
  padding: 10px;
}
.contact-info span {
  margin-top: 15px;
  display: block;
  font-size: 18px;
}

.contact {
  padding: 0 15px;
}

.contact-form {
  position: relative;
  margin: 50px auto;
  background: #FFF;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.contact-form .col-lg-7 {
  padding-right: 80px;
}
.contact-form .form-box {
  position: relative;
  background: #f2f2f2;
  margin-left: -100px;
  padding: 80px 40px 80px 140px;
}
.contact-form .form-box .title_line hr {
  background: #ffffff;
}
.contact-form .form-box .title_line hr::before {
  background: #71D8E9;
}

.recruit {
  justify-content: space-between;
  width: 100%;
}
.recruit .d-sm-flex {
  width: 50%;
  padding: 0 40px;
}
.recruit .d-sm-flex label {
  min-width: 110px;
}
.recruit .d-sm-flex input {
  width: 65%;
}
.recruit .phone {
  padding-left: 0;
  justify-content: space-between;
}
.recruit .email {
  padding-right: 0;
  justify-content: flex-end;
}

.product {
  margin: 0 0 60px 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1254901961);
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.product .textbox {
  position: relative;
}
.product .textbox::before {
  content: "";
  position: absolute;
  background: #71D8E9;
  width: 20%;
  height: 4px;
  left: 50%;
  bottom: 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;
  transform: translateX(-50%);
}
.product .textbox h3 {
  padding: 26px 6px 30px 6px;
  text-align: center;
  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;
}
.product .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}
.product .imgbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
}
.product .imgbox .bg .bg-info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.product: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);
}
.product:hover .imgbox .bg {
  opacity: 1;
}
.product:hover .textbox::before {
  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;
}
.product:hover .textbox h3 {
  -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-job, .index-contact {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 5%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.index-job .imgbox, .index-contact .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 51%;
}
.index-job .textbox, .index-contact .textbox {
  position: absolute;
  right: 10px;
  top: 10px;
}

.index-download {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.index-download .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 25%;
}

.linkbox {
  background: #fff;
  padding: 40px 20px 40px 30px;
  margin: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.linkbox::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #00FAFB 0%, #71D8E9 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;
}
.linkbox .infobox {
  width: calc(100% - 80px);
  display: flex;
  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.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:hover .morebox img {
  margin-left: 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;
}
.linkbox:hover::after {
  background: linear-gradient(90deg, #71D8E9 0%, #00FAFB 100%);
  background: -webkit-linear-gradient 90deg, #71D8E9 0%, #00FAFB 100%;
  background-size: 200% 200%;
  animation: oxxo 3s ease infinite;
  -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;
}

@keyframes oxxo {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.frame {
  padding-left: 1rem;
}

.downloadbox {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
.downloadbox:nth-child(2n+1) {
  background: #F5F5F5;
}
.downloadbox .textbox {
  width: calc(100% - 80px);
  padding-left: 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;
}
.downloadbox .iconbox {
  width: 80px;
  height: 30px;
  border-left: solid 1px #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.downloadbox .iconbox i {
  font-size: 25px;
  -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;
}
.downloadbox:hover .textbox {
  padding-left: 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;
}
.downloadbox:hover .iconbox i {
  font-size: 28px;
  -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__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: 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: #71D8E9 !important;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 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: rgba(255, 255, 255, 0);
  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;
  box-sizing: border-box;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #71D8E9;
  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: #f2f2f2;
  border-bottom: 1px solid #71D8E9;
}

ul.tabs li:hover {
  opacity: 0.9;
}
ul.tabs li.active {
  background: #71D8E9;
  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;
}

@media screen and (max-width: 1680px) {
  .contact-form .col-lg-5 .info-box p {
    font-size: 16px;
    margin: 12px 0 12px 30px;
  }
  .contact-form .col-lg-5 .info-box p span {
    display: block;
    margin: 4px 0 0 -30px;
  }
  .contact-form .col-lg-5 .info-box p::after {
    top: 0px;
    left: -30px;
  }
}
@media screen and (max-width: 1440px) {
  .about-info .circlebox img {
    display: none;
  }
  .about-info .circle01::after, .about-info .circle02::after, .about-info .circle03::after {
    width: 80%;
    height: 80%;
  }
  .about-info .circle01::after {
    background: url(../img/circlefull01.png) center center/contain no-repeat;
  }
  .about-info .circle02::after {
    background: url(../img/circlefull02.png) center center/contain no-repeat;
  }
  .about-info .circle03::after {
    background: url(../img/circlefull02.png) center center/contain no-repeat;
  }
  .box {
    margin: 50px auto;
  }
  .box:nth-child(2n+1) .team {
    display: block;
    margin: 0 auto;
  }
  .box:nth-child(2n+1) .team .infobox {
    margin-left: 0%;
    width: 100%;
    padding: 10px 0;
  }
  .box:nth-child(2n+1) .team .imgbox {
    padding-bottom: 62.5%;
    margin-left: 0%;
    width: 100%;
  }
  .box {
    margin: 50px auto;
  }
  .box .team {
    display: block;
    margin: 0 auto;
  }
  .box .team .infobox {
    margin-left: 0%;
    width: 100%;
    padding: 10px 0;
  }
  .box .team .imgbox {
    padding-bottom: 62.5%;
    margin-left: 0%;
    width: 100%;
  }
  .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.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:hover .morebox img {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}
@media screen and (max-width: 1200px) {
  .btn, .btn_back {
    font-size: 16px;
  }
  .title h1, .title h2, .title02 h1, .title02 h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .about-info {
    padding: 0px 15px;
  }
  .about-info p {
    line-height: 28px;
    margin: 20px 0;
  }
  .about-info .textbox {
    margin-left: 0;
    padding: 50px;
  }
  .about-img {
    margin-top: 20px;
  }
  .about-img::before {
    bottom: auto;
    top: -30px;
  }
  .about-info .textbox .btnbox {
    margin-top: 40px;
  }
  .about-info .textbox .btnbox button {
    margin: 0 auto;
  }
  .about-info .textbox span {
    margin: 0px auto;
  }
  .contact-info {
    margin: 15px auto;
  }
}
@media screen and (max-width: 1024px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
}
@media screen and (max-width: 991px) {
  .top-allb {
    padding: 0 0 8% 0;
  }
  .f18 {
    font-size: 16px !important;
  }
  /*大標*/
  .title {
    margin: 30px auto;
    padding-bottom: 0;
  }
  .title02 {
    margin: 0 0 40px 0 !important;
  }
  .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 {
    padding: 45px;
  }
  .contact-form .col-lg-7, .contact-form .col-lg-5 {
    padding: 0px;
  }
  .contact-form .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;
  }
  .recruit .d-sm-flex {
    padding: 0;
    width: 100%;
  }
  .recruit .d-sm-flex label {
    min-width: 100px;
  }
  .recruit .d-sm-flex input {
    width: 100%;
  }
  .recruit .phone label {
    margin-right: 0px;
  }
  .recruit .email {
    padding-right: 0;
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 10px 15px 10px 25px;
  }
  .btn_back {
    padding: 10px 25px 10px 15px;
  }
  .btnbox {
    display: flex;
    justify-content: right;
  }
  .bg01::after {
    opacity: 0.6;
  }
  .frame {
    padding: 30px 20px;
  }
  form.book-search dl dd {
    margin-bottom: 0rem !important;
  }
  .news-date h3 {
    font-size: 20px;
  }
  .about-info .circlebox {
    width: auto;
  }
  .circle01::after, .circle02::after, .circle03::after {
    width: 100%;
    height: 100%;
  }
  .about-info .textbox span {
    width: auto;
  }
  .contact-form .col-lg-7 {
    padding-left: 0;
    padding-right: 0;
  }
  .recruit .d-sm-flex label {
    min-width: 90px;
  }
}
@media screen and (max-width: 667px) {
  /*大標*/
  .title h1, .title h2, .title02 h1, .title02 h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .title02 h2::after {
    width: 150px;
    right: -170px;
  }
  .push {
    padding-top: 100px;
  }
  .about-img {
    margin-top: 45px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .top-alla {
    padding: 10% 0;
  }
  .top-allc {
    padding: 0;
  }
  .swiper-p .buttonbox {
    bottom: 40px;
  }
  .product {
    margin: 0 0 30px 0;
  }
  p.sort {
    font-size: 22px !important;
  }
  .downloadbox .textbox {
    width: calc(100% - 60px);
    padding-right: 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;
  }
  .downloadbox .iconbox {
    width: 60px;
    height: 30px;
  }
  .downloadbox .iconbox i {
    font-size: 20px;
  }
  .downloadbox:hover .iconbox i {
    font-size: 22px;
  }
}/*# sourceMappingURL=all.css.map */