@charset "UTF-8";
.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;
}

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

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

.btn {
  background: linear-gradient(90deg, #0d459b 0%, #0d459b 100%);
  color: #fff;
  padding: 15px 30px 15px 40px;
  font-size: 18px;
  display: flex;
  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;
}
.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, #0d459b 0%, #ebbc59 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, #ebbc59 0%, #ebbc59 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, #0d459b 0%, #ebbc59 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: #0d459b !important;
  border: solid 1px #0d459b !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: #0d459b;
}

.color02 {
  color: #ebbc59;
}

.color03 {
  color: #ebbc59;
}

.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 0px 10px rgba(0, 0, 0, 0.062745098);
  background: #FFF;
  padding: 60px 60px;
  position: relative;
}
.frame::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #ebbc59 0%, #0d459b 100%);
}

.contact .col-lg-5 .info-box {
  background: #fcf8ef;
  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: #0d459b;
}

/*FAQ */
.qabox li {
  position: relative;
  margin-bottom: 15px;
  border-radius: 0 10px 10px 0;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(66, 66, 66, 0.1176470588);
  border-left: solid 4px #ebbc59;
}
.qabox li:hover {
  box-shadow: 0px 0px 8px rgba(66, 66, 66, 0.2470588235);
}
.qabox li .open {
  display: none;
  padding: 20px 25px;
  background: #fff;
  border-radius: 0 0 16px 16px;
}
.qabox .faqname {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 18px;
  padding: 15px 50px 15px 15px;
  position: relative;
}
.qabox .faqname:after {
  position: absolute;
  right: 20px;
  content: "\e806";
  font-family: "fontello";
  font-size: 20px;
  color: #ebbc59;
  top: calc(50% - 10px);
  transition: all 0.2s ease-in-out;
}
.qabox .faqname h3 {
  font-size: 18px;
  line-height: 24px;
  margin-left: 20px;
  position: relative;
}
.qabox .open {
  font-size: 16px;
  background: #fff;
  padding: 10px;
}

.faqname.active {
  border-bottom: solid 1px #e1e1e1;
}

.faqname.active:after {
  content: "\e805";
}

.bg01 {
  position: relative;
  background: #e4e9f2;
}
.bg01::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg01_before.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0%;
  right: 0%;
  width: 100%;
  height: 70%;
  z-index: 1;
}
.bg01::after {
  content: "";
  position: absolute;
  background: #fff;
  bottom: 0%;
  right: 0%;
  width: 100%;
  height: 20%;
  z-index: 1;
}

.bg02 {
  position: relative;
}
.bg02::before {
  content: "";
  position: absolute;
  background: #ebbc59;
  bottom: 0%;
  left: 20%;
  width: 12%;
  height: 100%;
  z-index: 1;
}
.bg02::after {
  content: "";
  position: absolute;
  background: #0d459b;
  bottom: 0%;
  right: 0%;
  width: 100%;
  height: 60%;
}

.bg_c {
  position: relative;
}
.bg_c::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg_c.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  top: 0%;
  right: 0%;
  width: 35%;
  height: 70%;
  z-index: 1;
}

.bg03 {
  background-image: url("../img/bg03.jpg");
  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;
}
.bg04 h1 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
}
.bg04 p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 40px;
}

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

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

.maker {
  background: #0d459b;
  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 #b2b2b2;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

/*大標*/
.title, .title02 {
  text-align: center;
  margin: 60px auto;
  display: inline-block;
}
.title h1, .title h2, .title02 h1, .title02 h2 {
  font-size: 35px;
  color: #000;
  letter-spacing: 4px;
  font-weight: 600;
  position: relative;
}

.title02 {
  text-align: left !important;
  margin: 0 0 60px 0 !important;
}
.title02 h2::after {
  position: absolute;
  content: "";
  width: 170%;
  height: 2px;
  background: #000;
  right: -200%;
  top: calc(50% - 1px);
}

.title_line hr {
  background: #E8E8E8;
  height: 2px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #0d459b;
  width: 100px;
  height: 4px;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.title_line h3, .title_line h4, .title_line h2, .title_line h1 {
  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 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;
  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;
}
.aboutbox a: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);
}

.abox {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1254901961);
  border-radius: 20px 20px 0 0;
  border-bottom: solid 6px #ebbc59;
  padding: 40px 20px;
  margin-bottom: 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;
}
.abox img {
  margin-left: 20%;
  width: 60%;
}
.abox h3 {
  text-align: center;
  margin-bottom: 20px;
}
.abox p {
  text-align: center;
  min-height: 96px;
}
.abox:hover {
  border-bottom: solid 6px #0d459b;
  background: #fffdf5;
  -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;
}

.s-text {
  padding: 40px 30px;
  border-radius: 20px;
  background: #fff;
}
.s-text h2 {
  font-size: 30px;
  display: block;
  margin-block: 40px;
}
.s-text h3 {
  background: #0d459b;
  padding: 8px 16px;
  border-radius: 10px;
  color: #ebbc59;
  margin-bottom: 12px;
  display: inline-block;
}

.sbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 115%;
}
.sbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.gbox {
  margin-bottom: 30px;
}
.gbox img {
  margin-left: 15%;
  width: 70%;
}
.gbox h3 {
  text-align: center;
  margin: 20px 0;
}
.gbox p {
  text-align: center;
  min-height: 96px;
  font-weight: 600;
  color: #505050;
  line-height: 1.5;
}
.gbox:hover h3, .gbox:hover p {
  color: #0d459b;
}

.title_service {
  right: 11%;
  position: absolute;
  display: inline-block;
  font-size: 25px;
  color: #ebbc59;
  font-weight: 600;
  font-style: italic;
}

.stepimg img {
  position: absolute;
  height: calc(100% - 20px);
  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;
}
.stepimg img:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2509803922);
  border: solid 3px #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;
}

.stepbox {
  position: relative;
  padding: 12px 10px;
  width: 100%;
  margin-bottom: 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;
}
.stepbox:hover::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;
}
.stepbox:hover p {
  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;
}
.stepbox::before {
  content: "";
  background: #0d459b;
  width: 88px;
  height: 100%;
  left: 0;
  bottom: 0px;
  border-radius: 4px;
  position: absolute;
  z-index: -1;
}
.stepbox .num {
  display: inline-block;
  width: 80px;
  color: #fff;
  margin-right: 20px;
}
.stepbox p {
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.workbox {
  margin-bottom: 30px;
}
.workbox span {
  display: block;
  text-align: center;
  color: #ebbc59;
}
.workbox h2 {
  margin-top: 12px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.workbox .imgbox {
  cursor: auto;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 500px;
  margin-bottom: 20px;
}
.workbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.case {
  margin: 0 0 40px 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1450980392);
  border-radius: 10px;
}
.case .imgbox .morebox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1882352941);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.case .imgbox .morebox .more-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url(../img/more.svg);
  width: 80px;
  height: 80px;
  background-size: contain;
}
.case .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 75%;
}
.case .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.case p {
  font-size: 20px;
  background: #ECE6DD;
  padding: 14px 4px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.case:hover p {
  background: #0d459b;
}
.case:hover .morebox {
  opacity: 1;
}
.case:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.product {
  margin: 0 0 30px 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1254901961);
}
.product .textbox {
  position: relative;
}
.product .textbox::before {
  content: "";
  position: absolute;
  background: #0d459b;
  width: 100%;
  height: 0px;
  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;
}
.product .textbox span {
  padding: 6px;
  background: #ebbc59;
  top: -28px;
  position: absolute;
  padding: 6px;
}
.product .textbox h3 {
  padding: 16px 6px 16px 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 img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product: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);
}
.product: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;
}
.product: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;
}

.index-service .col-lg-3:nth-child(2n) a .service {
  margin-top: 60px;
}

.service {
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1882352941);
}
.service:hover .infobox h3 {
  color: #0d459b;
}
.service: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);
}
.service .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 67%;
}
.service .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.service .infobox {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1882352941);
  padding: 16px 16px;
  background: #fff;
  text-align: center;
}

.news-date time {
  color: #ebbc59;
  border: solid 1px #ebbc59;
  border-radius: 20px;
  padding: 4px 12px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  letter-spacing: 1px;
}
.news-date h3, .news-date h1 {
  font-size: 25px;
}

.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, #ebbc59 0%, #0d459b 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, #0d459b 0%, #ebbc59 100%);
  background: -webkit-linear-gradient 90deg, #0d459b 0%, #ebbc59 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%;
  }
}
.downloadbox {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #b2b2b2;
}
.downloadbox .textbox {
  width: calc(100% - 80px);
  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: 80px;
  height: 30px;
  border-left: solid 1px #b2b2b2;
  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 {
  color: #0d459b;
  -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 {
  color: #0d459b;
  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_d-money ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
}

.number-p .shopify-buy {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.number-p .shopify-buy button {
  background: #0d459b;
  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: 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: #0d459b !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;
}

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

.shop-btn {
  display: flex;
  margin: 30px 0;
}
.shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
  padding: 8px 30px;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
}
.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover {
  background: #707070;
  border: solid 1px #707070;
}
.shop-btn .shop-btn-basket:hover a, .shop-btn .shop-btn-shop:hover a {
  color: #FFF;
}
.shop-btn .shop-btn-basket {
  background: #ebbc59;
  border: solid 1px #ebbc59;
}
.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 #0d459b;
  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 #0d459b;
}

ul.tabs li:hover {
  opacity: 0.9;
}
ul.tabs li.active {
  background: #0d459b;
  color: #FFF;
  display: block;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

.Recipient-Information .text h4, .Subscriber-Information .text h4, .payment-method .text h4 {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .order-center tr td {
    text-align: left !important;
  }
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #666;
    color: #fff;
  }
}
.order-center tr td {
  text-align: center;
}

.rwd-table {
  width: 100%;
  margin-top: 5px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: 0.5em;
}
.rwd-table td:last-child {
  padding-bottom: 0.5em;
}
.rwd-table td:before {
  content: attr(data-th) "";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.rwd-table th, .rwd-table td {
  text-align: left;
}

/* ------------------ */
/* ----- Design ----- */
/* ------------------ */
.rwd-table {
  color: White;
  overflow: hidden;
}
.rwd-table th, .rwd-table td {
  margin: 0.5em 1em;
}
.rwd-table th {
  color: #ffffff;
}
.rwd-table td:before {
  color: #000000;
}
.rwd-table thead th {
  background: #707070;
}
.rwd-table tbody tr {
  background: #ffffff;
}
.rwd-table tbody tr td {
  color: #000000;
}
.rwd-table tbody tr td a {
  border-bottom: solid 1px;
}
.rwd-table tbody tr td button {
  border: solid 1px #000000;
}
.rwd-table tbody tr td button:hover {
  background: #000000;
  color: #ffffff;
}

.rwd-table.rwd-table-order2 {
  border: solid 1px #000000;
}
.rwd-table.rwd-table-order2 thead {
  background: #707070;
}
.rwd-table.rwd-table-order2 tr {
  border: none;
}
.rwd-table.rwd-table-order2 tbody tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
  width: 100px;
  height: 100px;
  margin: 5px 10px;
}

.rwd-table.rwd-table-order2 tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
  width: 50%;
}
.rwd-table.rwd-table-order2 tbody .fare td:nth-child(2), .rwd-table.rwd-table-order2 tbody .total td:nth-child(2) {
  text-align: right;
}
.rwd-table.rwd-table-order2 tbody .fare {
  border-top: solid 1px #ebebeb;
}
.rwd-table.rwd-table-order2 tbody .total {
  background: #ebebeb;
}
.rwd-table.rwd-table-order2 tbody .total td {
  color: #b81b23;
  font-weight: bold;
}

.rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
  width: 60%;
}
.rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
  width: 20%;
}
.rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
  width: 10%;
}
.rwd-table.rwd-table-order3 td:nth-child(4) i {
  font-size: 25px;
}
.rwd-table.rwd-table-order3 td .shopify-buy {
  display: flex;
  margin: 0 10px;
}
.rwd-table.rwd-table-order3 td .shopify-buy input.shopify-buy__quantity {
  width: calc(100% - 80px);
  margin: 0 10px;
  text-align: center;
}
.rwd-table.rwd-table-order3 td .shopify-buy button {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table thead th {
    text-align: center;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 1em !important;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table.rwd-table-order2 th, .rwd-table.rwd-table-order2 td {
    display: table-cell;
    padding: 1em !important;
    margin: 0;
  }
  .rwd-table.rwd-table-order2 th:nth-child(1), .rwd-table.rwd-table-order2 td:nth-child(1) {
    width: 55%;
  }
  .rwd-table.rwd-table-order2 th:nth-child(2), .rwd-table.rwd-table-order2 td:nth-child(2), .rwd-table.rwd-table-order2 th:nth-child(3), .rwd-table.rwd-table-order2 td:nth-child(3) {
    width: 22%;
    text-align: center;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 45%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 12%;
    text-align: center;
  }
}
@media screen and (max-width: 1680px) {
  .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;
  }
  .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;
  }
  .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;
  }
  .title h1, .title h2, .title02 h1, .title02 h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .frame {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 1024px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 17% !important;
  }
}
@media screen and (max-width: 991px) {
  .workbox h2 {
    font-size: 20px;
  }
  .stepimg img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .title02 h2::after {
    display: none;
  }
  .news-date h3, .news-date h1 {
    font-size: 22px;
  }
  .f18 {
    font-size: 16px !important;
  }
  .f20 {
    font-size: 18px !important;
  }
  /*大標*/
  .title {
    margin: 30px auto 50px auto;
  }
  .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;
  }
  .index-service .col-lg-3:nth-child(2n) a .service {
    margin-top: 0px;
  }
  .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, .title_line h1, .title_line h2 {
    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: 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, .news-date h1 {
    font-size: 20px;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 39%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 15%;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 13.5% !important;
  }
  .successfully-ordered-div {
    width: 80%;
    padding: 15px;
  }
  .successfully-ordered-div .successfully-ordered-div-img img {
    padding: 20px;
  }
  .successfully-ordered-div .successfully-ordered-div-img, .successfully-ordered-div .successfully-ordered-div-text {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .title_service {
    right: 11%;
    font-size: 20px;
  }
  /*大標*/
  .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-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;
  }
}
@media screen and (max-width: 479px) {
  .rwd-table.rwd-table-order2 {
    border-collapse: inherit;
  }
  .rwd-table.rwd-table-order2 tbody tr td {
    width: 100%;
  }
  .rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
    width: 50% !important;
    margin: 10px 0;
    padding: 0 10px;
  }
  .rwd-table.rwd-table-order2 tbody .fare td::before, .rwd-table.rwd-table-order2 tbody .total td::before {
    content: "";
    display: none;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img p {
    width: 100%;
    font-size: 25px;
  }
  .rwd-table.rwd-table-order3 th, .rwd-table.rwd-table-order3 td {
    width: 100% !important;
  }
  .rwd-table.rwd-table-order3 td .shopify-buy {
    margin: 10px 0;
  }
  .rwd-table.rwd-table-order2 tbody .fare td:last-child, .rwd-table.rwd-table-order2 tbody .total td:last-child {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 575px) {
  .workbox {
    margin-bottom: 45px;
  }
  .workbox h2 {
    margin-top: 6px;
  }
  .workbox .imgbox {
    margin-bottom: 12px;
  }
  .title_service {
    right: auto;
    left: 15px;
    top: 34px;
    font-size: 18px;
  }
  .s-text h2 {
    font-size: 18px;
  }
  .bg02::after {
    height: 65%;
  }
  .bg02::before {
    left: 0%;
    width: 20%;
  }
  .top-alla {
    padding: 10% 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;
  }
}