@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes imgbg {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(5deg);
  }
}
.container-100 {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

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

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

.btn, .btn_back {
  position: relative;
  background: #009f41;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 10px 50px;
  border-radius: 25px;
  overflow: hidden;
}
.btn::after, .btn_back::after {
  content: "";
  position: absolute;
  width: 2%;
  height: 100%;
  opacity: 0;
  left: 0;
  bottom: 0;
  background: #1E4FA1;
  -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::before, .btn_back i::before {
  font-size: 13px;
  -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 p, .btn i, .btn_back p, .btn_back i {
  color: #FFF;
  z-index: 2;
}
.btn:hover::after, .btn_back:hover::after {
  opacity: 1;
  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;
}
.btn:hover i::before, .btn_back:hover i::before {
  transform: translateX(10px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn_back {
  background: #009f41;
  border: 1px solid #009f41;
}
.btn_back p, .btn_back i {
  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;
}
.btn_back:hover {
  background: #1E4FA1;
  border: 1px solid #1E4FA1;
}
.btn_back:hover p, .btn_back:hover i {
  color: #FFF;
}
.btn_back:hover i::before {
  transform: translateX(-10px);
}

.btn_reset {
  background: #d9d9d9 !important;
  border: solid 1px #d9d9d9 !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: #009f41 !important;
  border: solid 1px #009f41 !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: #009f41;
}

.color02 {
  color: #1E4FA1;
}

.color_gray {
  color: #505050;
}

.color_w {
  color: #FFF !important;
}

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

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

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

.push {
  padding-top: 120px;
}

.frame {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 40px 30px;
  border-radius: 20px;
}

.contact-info {
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}

.contact-info .title_line h3, .contact-form .title_line h3 {
  font-size: 22px;
  color: #009f41;
}

.contact-form {
  background: #f0f0f0;
  padding: 30px 40px;
  border-radius: 20px;
}

.info-box {
  margin-left: 40px;
}
.info-box p {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.info-box p:hover a {
  opacity: 0.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;
}
.info-box p.tel::after {
  background-image: url(../img/tel.svg);
}
.info-box p.fax::after {
  background-image: url(../img/fax.svg);
}
.info-box p.mail::after {
  background-image: url(../img/mail.svg);
}
.info-box p.add::after {
  background-image: url(../img/add.svg);
}

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

.bg02 {
  position: relative;
}
.bg02::after {
  content: "";
  position: absolute;
  background: url(../img/circle02.png);
  background-size: cover;
  top: 20px;
  left: 20px;
  width: 342px;
  height: 450px;
  z-index: -1;
}

.bg03 {
  position: relative;
}
.bg03::after {
  content: "";
  position: absolute;
  background: url(../img/circle03.png);
  background-size: cover;
  top: 50%;
  right: 20px;
  width: 444px;
  height: 507px;
  z-index: -1;
}

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

.bg-white {
  background: #ffffff;
}

.bg_page {
  position: relative;
}
.bg_page::after {
  content: "";
  position: absolute;
  background: url(../img/page.jpg);
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.maker {
  background: #009f41;
  color: #ffffff;
  padding: 8px 25px;
  width: fit-content;
}

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.banner .swiper-banner {
  width: 100%;
}
.banner .swiper-banner .swiper-slide {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 40%;
}
.banner .swiper-banner .swiper-slide a 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;
}
.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #fff;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #d9d9d9;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

main .bn {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 26%;
}
main .bn 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%);
}
main .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
main .page-title h2 {
  display: block;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000;
}
main .page-title h4 {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 6px;
  color: rgba(0, 0, 0, 0.2);
}

/*大標*/
.title, .title02 {
  position: relative;
}
.title h2, .title02 h2 {
  font-size: 28px;
  color: #000;
  font-weight: 600;
}
.title h4, .title02 h4 {
  color: #009f41;
  font-size: 45px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title h2 {
  position: relative;
  padding-left: 20px;
}
.title h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: #d9d9d9;
}

.title02 {
  text-align: left;
}
.title02 h4 {
  padding-bottom: 10px;
}
.title02 h2 {
  position: relative;
  padding-left: 80px;
}
.title02 h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 70px;
  height: 4px;
  background: #d9d9d9;
}

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

.title_line hr {
  background: #E8E8E8;
  height: 2px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #009f41;
  width: 80px;
  height: 4px;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.title_line h2 {
  font-size: 32px;
  color: #009f41;
}
.title_line img {
  width: 25px;
  max-width: 100%;
  margin-right: 10px;
}

.aboutbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
}
.aboutbox .textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  z-index: 1;
}

.imgbox_all {
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 40%;
}
.imgbox_all .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  border-radius: 20px;
}
.imgbox_all .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;
  height: 100%;
  object-fit: contain;
}
.imgbox_all .imgbox:nth-child(1) {
  width: 25%;
  padding-bottom: 25%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.imgbox_all .imgbox:nth-child(2) {
  width: 25%;
  padding-bottom: 20%;
  margin: auto 0 auto auto;
  position: absolute;
  right: 0;
  top: 0;
}
.imgbox_all .imgbox:nth-child(3) {
  width: 20%;
  padding-bottom: 15%;
  margin-top: 20px;
  position: absolute;
  right: 8%;
  bottom: 0;
}

.notary .imgbox_outer, .service .imgbox_outer, .glory .imgbox_outer {
  position: relative;
  width: 90%;
  margin: 30px auto 0;
}
.notary .imgbox_outer::after, .service .imgbox_outer::after, .glory .imgbox_outer::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #1E4FA1;
  border-radius: 20px;
  z-index: -1;
  transform: translate(-50%, -50%);
  transform-origin: center;
  opacity: 0;
}
.notary .imgbox_outer:hover::after, .service .imgbox_outer:hover::after, .glory .imgbox_outer:hover::after {
  animation: imgbg 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate(-50%, -50%) rotate(5deg);
  opacity: 1;
}
.notary .imgbox, .service .imgbox, .glory .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  border-radius: 10px;
}
.notary .imgbox img, .service .imgbox img, .glory .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;
  height: 100%;
  background-color: #FFF;
  object-fit: contain;
  -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;
}
.notary:hover .textbox h3, .service:hover .textbox h3, .glory:hover .textbox h3 {
  color: #009f41;
}
.notary:hover .textbox p, .service:hover .textbox p, .glory:hover .textbox p {
  color: #009f41;
}
.notary:hover .imgbox img, .service:hover .imgbox img, .glory:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}

.notary .textbox {
  margin-top: 20px;
}
.notary .textbox h3 {
  color: #333333;
  padding: 8px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.notary .textbox p {
  font-weight: bold;
}
.notary .imgbox_outer {
  margin: 0 auto;
}
.notary .imgbox {
  padding-bottom: 100%;
}

.service .textbox {
  color: #333333;
  padding: 8px 0;
  margin-top: 10px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.service .imgbox {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 60%;
  cursor: auto !important;
}

.glory {
  margin-bottom: 20px;
}
.glory h3 {
  margin-top: 20px;
  padding-left: 20px;
  width: 90%;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -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;
}
.glory .imgbox {
  padding-bottom: 70%;
}
.glory:hover h3 {
  color: #009f41;
}

.process {
  padding: 50px 0;
}

.processimg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 0;
  padding-bottom: 30%;
  border-radius: 0 20px 20px 0;
}
.processimg 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;
}

.process01 .ptext::before {
  display: none;
}
.process01 .step {
  padding: 10px 12px;
  margin-bottom: 10px;
  position: relative;
}
.process01 .step::before {
  left: 20px;
  z-index: 1;
}
.process01 .step::after {
  content: "";
  position: absolute;
  width: 2%;
  height: 100%;
  opacity: 0;
  left: 0;
  bottom: 0;
  background: #f0f0f0;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.process01 .step span {
  padding: 15px 10px;
  margin-right: 15px;
  z-index: 1;
}
.process01 .step:hover::after {
  opacity: 1;
  width: 100%;
}
.process01 .step:hover p {
  color: #009f41;
  z-index: 1;
}
.process01 .imgbox {
  padding-bottom: 120%;
  border-radius: 20px;
}
.process01 .imgbox img {
  height: 100%;
}

.swiper-service .buttonbox .swiper-button-next {
  right: 0 !important;
}
.swiper-service .buttonbox .swiper-button-prev {
  left: 0 !important;
}
.swiper-service .buttonbox .swiper-button-next::after, .swiper-service .buttonbox .swiper-button-prev::after {
  font-size: 30px;
  font-weight: 900;
  color: #009f41;
}

.deco-text span {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 200px;
  letter-spacing: 0.16em;
  -webkit-text-stroke: 1px rgba(0, 159, 65, 0.3);
  -webkit-text-fill-color: transparent;
}

.morepic, .morepic01 {
  margin-top: 30px;
  text-align: center;
}
.morepic p, .morepic01 p {
  word-wrap: break-word;
  font-weight: 600;
  margin-top: 10px;
}
.morepic .imgbox, .morepic01 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 130%;
}
.morepic .imgbox:hover img, .morepic01 .imgbox:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.morepic .imgbox img, .morepic01 .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;
}

.morepic01 {
  margin-top: 0px;
  margin-bottom: 30px;
}
.morepic01 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  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;
  padding-bottom: 63%;
}
.morepic01 .imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.morepic01:hover .imgbox {
  border-radius: 10px;
}
.morepic01:hover .imgbox::after {
  opacity: 1;
}
.morepic01:hover .imgbox .more-icon {
  opacity: 1;
  z-index: 1;
}

.more-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.more-icon::before {
  content: "";
  position: absolute;
  background: url(../img/more-icon.png) center center/contain no-repeat;
  width: 50pxㄋ;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.group {
  border: 1px solid #009f41;
  -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;
}
.group h3 {
  background: #009f41;
  color: #fff;
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.group .textbox {
  background: #FFF;
  color: #333333;
  padding: 15px 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;
}
.group:hover {
  border: 1px solid #1E4FA1;
  border-radius: 10px;
  overflow: hidden;
}
.group:hover h3 {
  background: #1E4FA1;
}
.group:hover .textbox {
  background: #F9F9F9;
}

.store, .store02 {
  background: #aaa;
  border-radius: 20px;
  overflow: hidden;
  -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;
}
.store .textbox, .store02 .textbox {
  padding: 40px;
  color: #FFF;
}
.store .textbox p, .store02 .textbox p {
  align-items: center;
  display: flex;
}
.store .textbox i, .store02 .textbox i {
  color: #000;
  background: #FFF;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.store .textbox i::before, .store02 .textbox i::before {
  font-size: 14px;
  top: -3px;
  position: relative;
}
.store .maps, .store02 .maps {
  border-radius: 20px 20px 0 0;
  padding-bottom: 80%;
}
.store:hover, .store02:hover {
  background: #009f41;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.store02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.store02 .maps {
  padding-bottom: 25%;
}

.index-news .btnbox {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}

.news {
  padding: 30px 20px;
  background: #FFF;
  border-bottom: 1px solid #CCC;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.news:hover {
  background: #f2f2f2;
}
.news:hover .titlebox h3 {
  color: #009f41;
}
.news:hover .date .day, .news:hover .date .yearmonth {
  color: #1E4FA1;
}
.news:hover .arrowbox .demo-icon:before {
  transform: translateX(20px);
  color: #009f41;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.news .titlebox {
  display: flex;
  align-items: center;
}
.news .titlebox h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  width: 85%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.news .titlebox .date {
  color: #009f41;
  text-align: center;
  margin-right: 60px;
  position: relative;
}
.news .titlebox .date::after {
  content: "";
  position: absolute;
  background: url(../img/news-slash.png) center center/contain no-repeat;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 10px;
  height: 100%;
}
.news .titlebox .date .day {
  font-size: 45px;
}

.arrowbox .demo-icon::before {
  -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: -webkit-box;
  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;
  -webkit-transition: border 0.15s linear;
  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: #009f41 !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-notary {
  margin: 30px 0;
}
.swiper-notary .buttonbox {
  width: 105px;
  bottom: 20px;
  position: relative;
  margin: 50px auto;
}
.swiper-notary .buttonbox .swiper-button-next, .swiper-notary .buttonbox .swiper-button-prev {
  bottom: 0px;
  background: #1E4FA1;
  border-radius: 25px;
  width: 40px;
  height: 40px;
}
.swiper-notary .buttonbox .swiper-button-next:after, .swiper-notary .buttonbox .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
}
.swiper-notary .buttonbox .swiper-button-prev {
  left: auto;
  right: 60px;
}
.swiper-notary .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 #009f41;
  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: #F9F9F9;
  border-bottom: 1px solid #009f41;
}

ul.tabs li:hover {
  opacity: 0.9;
}
ul.tabs li.active {
  background: #009f41;
  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: 1680px) {
  .contact .col-lg-5 .info-box {
    margin-left: 0;
  }
  .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;
  }
  .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, .btn_back {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
}
@media screen and (max-width: 991px) {
  main .page-title h4 {
    font-size: 30px;
  }
  main .page-title h2 {
    font-size: 24px;
  }
  /*大標*/
  .title, .title02 {
    margin-bottom: 40px;
  }
  .title h2, .title02 h2 {
    font-size: 20px;
  }
  .title h4, .title02 h4 {
    font-size: 30px;
  }
  .f18 {
    font-size: 16px !important;
  }
  .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;
  }
  .aboutbox .textbox {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
  }
  .imgbox_all {
    padding-bottom: 0;
    padding-top: 50px;
  }
  .imgbox_all .imgbox {
    border-radius: 10px;
  }
  .imgbox_all .imgbox:nth-child(1) {
    width: 30%;
    padding-bottom: 25%;
    position: relative;
    top: auto;
    transform: translateY(0);
    bottom: 0;
  }
  .imgbox_all .imgbox:nth-child(2) {
    width: 30%;
    padding-bottom: 25%;
    margin: auto;
    position: relative;
    right: auto;
    top: auto;
    bottom: 0;
  }
  .imgbox_all .imgbox:nth-child(3) {
    width: 30%;
    padding-bottom: 25%;
    margin-top: 0;
    position: relative;
    right: auto;
    bottom: 0;
  }
  .service .imgbox {
    width: 86%;
  }
  .service .textbox {
    width: 90%;
  }
  .swiper-notary {
    margin: 0px auto;
  }
  .swiper-notary .buttonbox {
    margin: 40px auto 0px;
  }
  .processimg {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    padding-bottom: 34%;
    border-radius: 20px;
  }
  .store02 .maps {
    padding-bottom: 40%;
  }
  .store .textbox, .store02 .textbox {
    padding: 20px;
  }
  .contact .form-box {
    margin-left: 0px;
    padding: 40px 20px;
  }
  .notary {
    margin-bottom: 20px;
  }
  .notary .textbox {
    margin-top: 10px;
  }
  .title_line hr::before {
    width: 90px;
  }
  .title_line h2 {
    font-size: 20px;
  }
  .index-contact p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 10px 15px 10px 25px;
  }
  .btn_back {
    padding: 10px 25px 10px 15px;
  }
  .frame {
    padding: 20px 15px;
  }
  .process {
    padding: 20px 0;
  }
  .process .imgbox {
    padding-bottom: 120%;
  }
  .process .imgbox img {
    height: 100%;
  }
  .process .step span {
    margin-left: 20px;
    margin-right: 15px;
  }
  .swiper-service {
    margin-top: 20px;
  }
  .deco-text span {
    font-size: 90px;
  }
  .group .textbox {
    padding: 10px 0;
  }
  .news {
    padding: 30px 0px;
  }
  .news .titlebox .date {
    margin-right: 20px;
  }
  .news .titlebox .date::after {
    right: -15px;
  }
}
@media screen and (max-width: 667px) {
  .push {
    padding-top: 100px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  /*大標*/
  .title h2, .title02 h2 {
    font-size: 18px;
  }
  .title h4, .title02 h4 {
    font-size: 24px;
  }
  main .page-title h4 {
    font-size: 24px;
  }
  main .page-title h2 {
    font-size: 20px;
  }
  .top-alla {
    padding: 10% 0;
  }
  p.sort {
    font-size: 22px !important;
  }
  .title_group {
    flex-direction: column;
  }
  .title_group .btnbox {
    margin-top: 20px;
  }
  .ctitle h2 {
    font-size: 20px;
  }
  .stitle img {
    width: 35px;
  }
  .stitle h2 {
    font-size: 22px;
  }
  .contact-info {
    padding: 30px 10px;
  }
  .contact-form {
    padding: 30px 20px;
  }
  .process .ptext::before, .process01 .ptext::before {
    left: 18px;
    width: 2px;
  }
  .process .step::before, .process01 .step::before {
    width: 8px;
    height: 8px;
  }
  .process .step span, .process01 .step span {
    padding: 10px;
    width: 80px;
  }
  .process .step p, .process01 .step p {
    font-size: 16px;
    width: calc(100% - 80px);
  }
  .process01 .step {
    padding: 5px;
  }
  .process01 .step::before {
    left: 10px;
  }
}/*# sourceMappingURL=all.css.map */