@charset "UTF-8";
.d-flexc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

section.page, section.up {
  position: relative;
  z-index: 2;
}

html {
  scroll-behavior: smooth;
}

.w100 {
  width: 100px;
}

.f18 {
  font-size: 18px !important;
}

.border-bottom {
  border-bottom: solid 1px #000000;
}

.btn {
  background: linear-gradient(90deg, #63CCFC 0%, #63CCFC 100%);
  color: #fff;
  padding: 15px 30px 15px 40px;
  font-size: 18px;
  display: flex;
  border-radius: 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;
}
.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 {
  background: linear-gradient(90deg, #63CCFC 0%, #1C6EA6 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: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, #63CCFC 0%, #63CCFC 100%);
  color: #fff;
  padding: 15px 40px 15px 30px;
  font-size: 18px;
  display: flex;
  margin: 0 auto;
  border-radius: 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;
}
.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, #63CCFC 0%, #1C6EA6 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: #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 {
  background: #63CCFC !important;
  border: solid 1px #63CCFC !important;
  border-radius: 20px !important;
  color: #FFF !important;
}
.btn_submit:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
  border-radius: 20px !important;
}

.l-h {
  line-height: 26px;
}

.color01 {
  color: #63CCFC;
}

.color02 {
  color: #00FAFB;
}

.color03 {
  color: #1C6EA6;
}

.color_gray {
  color: #505050;
}

.color_w {
  color: #FFF !important;
}

.top-member {
  padding: 10% 0;
}

.top-alla {
  padding: 5% 0;
}

.top-allb {
  padding: 5% 0 8% 0;
}

.top-page {
  padding-top: 8%;
  padding-bottom: 2%;
}

.push {
  padding-top: 120px;
}

.frame {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.062745098);
  background: #FFF;
  padding: 40px;
  position: relative;
  border-radius: 20px;
}

.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: 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: #63CCFC;
}

.bg01 {
  background-image: url("../img/bg01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}

.bg02 {
  background-image: url("../img/bg02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.bg03 {
  background-image: url("../img/bg03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.bg_page {
  background-image: url("../img/bg_page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.bg_page2 {
  position: relative;
}
.bg_page2::before {
  content: "";
  position: absolute;
  background: url(../img/bg_page2a.jpg) right top/100% no-repeat;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg_page2::after {
  content: "";
  position: absolute;
  background: url(../img/bg_page2b.jpg) left bottom/100% no-repeat;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.banner-all img {
  width: 100%;
  display: block;
}

.maker {
  background: #63CCFC;
  color: #ffffff;
  padding: 8px 25px;
  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: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-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 {
  display: inline-block;
  text-align: left;
}
.title h1 {
  font-size: 20px;
  color: #63CCFC;
  position: relative;
  padding-left: 110px;
  margin-bottom: 10px;
}
.title h1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background: #63CCFC;
}
.title h2 {
  font-size: 42px;
  color: #000000;
  position: relative;
}

.title02 {
  display: inline-block;
  text-align: left;
  margin: 0 0 60px 0;
}
.title02 h2 {
  font-size: 35px;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-left: 60px;
}
.title02 h2::after {
  position: absolute;
  content: "";
  width: 44px;
  height: 2px;
  background: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.title_line hr {
  background: #E8E8E8;
  height: 2px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #63CCFC;
  width: 20%;
  height: 4px;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.title_line h3, .title_line h4 {
  font-size: 25px;
}
.title_line time {
  margin-bottom: 6px;
  display: block;
  color: #b2b2b2;
}

.about-info {
  padding: 0px 6.5%;
}
.about-info p {
  line-height: 32px;
  color: #505050;
  margin: 30px 0;
}

.aboutbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 70%;
  border-radius: 20px;
}
.aboutbox .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.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%;
}
.aboutbox:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}

.market {
  margin-bottom: 60px;
}
.market h4 {
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}
.market h4::after {
  position: absolute;
  content: "";
  width: 44px;
  height: 2px;
  background: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.market .textbox {
  position: relative;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.market .textbox::before {
  content: "";
  position: absolute;
  background: #63CCFC;
  width: 100%;
  height: 4px;
  left: 0px;
  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;
}
.market .textbox h3 {
  padding: 30px 0px;
  color: #1C6EA6;
  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;
}
.market .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  border-radius: 20px 20px 0 0;
}
.market .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.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%;
}
.market:hover .textbox::before {
  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;
}
.market:hover .textbox h3 {
  color: #fff;
  -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;
}
.market:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}

.product {
  position: relative;
  margin-bottom: 60px;
}
.product:nth-child(even) {
  padding-top: 60px;
}
.product .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 60%;
}
.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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product:hover .imgbox {
  border-radius: 20px;
}
.product:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.product .textbox {
  padding: 20px 0;
}
.product .textbox h3 {
  font-size: 20px;
  position: relative;
  padding-left: 50px;
}
.product .textbox h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 1px;
  background: #63CCFC;
}

.productWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.product02 {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.product02 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  cursor: auto;
  margin-bottom: 20px;
}
.product02 .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.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;
}
.product02 h2 {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 2px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 20px;
  padding: 5px 20px 8px;
  margin-bottom: 20px;
}
.product02 h2 a {
  color: #ffffff !important;
}
.product02 h4 {
  font-size: 18px;
  color: #AAAAAA;
  margin-bottom: 20px;
}

:root {
  --header-h: 180px;
}

html, body {
  scroll-padding-top: var(--header-h);
}

.table-block {
  padding-bottom: 80px;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.prod-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

.prod-table thead th {
  background: #63CCFC;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  font-weight: 600;
  white-space: nowrap;
}

.prod-table tbody td {
  color: #000;
  text-align: center;
  padding: 12px 10px;
  border-top: 1px solid #e6e6e6;
  white-space: nowrap;
}

.prod-table tbody tr:nth-child(even) {
  background: #eee;
}

.index-news .buttonbox {
  width: 105px;
  bottom: 20px;
  position: relative;
}
.index-news .buttonbox .swiper-news-next, .index-news .buttonbox .swiper-news-prev {
  bottom: 0px;
  background: #fff;
  color: #000;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
.index-news .buttonbox .swiper-news-next::after, .index-news .buttonbox .swiper-news-prev::after {
  font-size: 14px;
  font-weight: bold;
}
.index-news .title h2 {
  color: #FFF;
}

.swiper-news {
  padding: 0 20px 110px 20px !important;
}
.swiper-news .swiper-slide:nth-child(even) {
  margin-top: 20px;
}

.news {
  position: relative;
}
.news:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.news:hover .infobox p {
  color: #63CCFC;
}
.news .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 90%;
}
.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.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%;
}
.news .infobox {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1882352941);
  padding: 16px 16px;
  background: #fff;
  width: 94%;
  margin-top: -7%;
  position: absolute;
  right: -5px;
  min-height: 102px;
}
.news .infobox::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #63CCFC transparent;
  -webkit-transition: all 0.3s ease-in-out;
}
.news .infobox .time {
  color: #000000;
}
.news .infobox p {
  font-weight: 600;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  -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;
}

.news02 {
  margin-bottom: 120px;
}

.news-date time {
  background-color: #63CCFC;
  color: #ffffff;
  border-radius: 4px;
  padding: 5px 10px;
  width: fit-content;
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 1px;
}
.news-date h3 {
  font-size: 25px;
}

.tech02 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
.tech02:nth-child(even) {
  flex-direction: row-reverse;
}
.tech02 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 58%;
  cursor: auto;
}
.tech02 .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.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;
}
.tech02 h2 {
  margin: 20px auto;
}
.tech02 p {
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #63CCFC;
  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 #63CCFC;
}

ul.tabs li:hover {
  opacity: 0.9;
}
ul.tabs li.active {
  background: #63CCFC;
  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;
}

@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;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #666;
    color: #fff;
  }
}
@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) {
  .f18 {
    font-size: 17px !important;
  }
  .top-page {
    padding-top: 12%;
  }
}
@media screen and (max-width: 1200px) {
  .btn, .btn_back {
    font-size: 16px;
  }
  .title h1, .title h2, .title02 h1, .title02 h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .news-date h3 {
    font-size: 22px;
  }
  .f18 {
    font-size: 16px !important;
  }
  /*大標*/
  .title {
    margin: 20px auto 30px;
    margin-left: 0;
  }
  .title02 {
    margin: 0 0 40px 0 !important;
  }
  .frame {
    padding: 20px;
    border-radius: 10px;
  }
  .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;
  }
  .product {
    margin-bottom: 20px;
  }
  .product:nth-child(even) {
    padding-top: 20px;
  }
  .index-news .col-lg-3:nth-child(2n) a .news {
    margin-top: 20px;
  }
  .tech02 {
    margin-bottom: 30px;
  }
  .tech02:nth-child(even) {
    flex-direction: row;
  }
  .tech02 p {
    margin-bottom: 20px;
  }
  .contact .form-box {
    margin-left: 0px;
    padding: 40px 20px;
  }
  .title_line hr::before {
    width: 90px;
  }
  .title_line h3, .title_line h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-page {
    padding-top: 16%;
    padding-bottom: 4%;
  }
  .btn {
    padding: 10px 15px 10px 25px;
  }
  .btn_back {
    padding: 10px 25px 10px 15px;
  }
  .btnbox {
    display: flex;
    justify-content: right;
  }
  .product:nth-child(even) {
    padding-top: 0px;
  }
  form.book-search dl dd {
    margin-bottom: 0rem !important;
  }
  .news-date h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 667px) {
  /*大標*/
  .title h1, .title h2, .title02 h1, .title02 h2 {
    font-size: 25px;
  }
  .push {
    padding-top: 100px;
  }
  .about-info {
    padding: 0px 15px;
  }
  .about-info p {
    line-height: 28px;
    margin: 20px 0;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  .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: 575px) {
  .top-alla {
    padding: 10% 0;
  }
  .top-page {
    padding-top: 24%;
  }
  .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 */