@charset "UTF-8";
:root {
  --size_big:43px;
  --size_mid:33px;
  --size_sml:20px;
  --size_mini:16px;
}

@media all and (max-width: 1440px) {
  :root {
    --size_big:38px;
    --size_mid:30px;
    --size_sml:17px;
  }
}
@media all and (max-width: 1320px) {
  :root {
    --size_big:33px;
  }
}
@media all and (max-width: 768px) {
  :root {
    --size_big:26px;
    --size_mid:22px;
    --size_sml:16px;
  }
}
@media all and (max-width: 640px) {
  :root {
    --size_big:23px;
    --size_mid:20px;
  }
}
/* CSS Document */
body {
  font-family: "Barlow Semi Condensed", "Noto Sans SC", "微軟正黑體", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #343C44;
  padding-top: 88px;
  position: relative;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: 1s cubic-bezier(0.42, 0, 0.58, 1);
}
body.page-fade::after {
  opacity: 1;
}

a {
  color: #343C44;
  text-decoration: none;
}
a:hover {
  color: #ccc;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

* figure {
  margin-bottom: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  /* 针对WebKit引擎 */
  image-rendering: crisp-edges;
}

.aboutTxt--05 .aboutTxt--05__pic::before, .scanBox__qr::before, .socialItem.socialItem--linkedin::before, .socialItem.socialItem--facebook::before, .bannerBox__right::before, .corner::before, .corner::after {
  position: absolute;
  content: "";
}

.productBox .productItem__pic img, .scanBox__qrCode, .proTab__item::before, .banner .slick-dots li button:before, .navBarToggler .navBarToggler__icon, a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*---------------------- 基礎設定 ----------------------*/
/*反白設定
::selection { background: #666; color: #FFF; }
::-moz-selection { background: #666; color: #FFF; }
*/
.btnStyle {
  display: table;
  padding: 7px 15px;
  border-radius: 4px;
  border: 1px solid;
  text-align: center;
  min-width: 110px;
}

.btnStyle--white {
  color: #FFFFFF;
}
.btnStyle--white:hover {
  background-color: #F2F2F2;
  color: #00487B;
}

.btnStyle--blue {
  color: #00487B;
}

.pageBack {
  margin: 3rem 0;
}
.pageBack .btnStyle {
  margin: 0 auto;
}
.pageBack .btnStyle:hover {
  background-color: #343C44;
  color: #FFFFFF;
}

.corner {
  position: relative;
  padding-bottom: 49px;
}
.corner::before {
  height: 50px;
  left: 0;
  right: 50px;
  bottom: 0;
  background-color: #00487B;
}
.corner::after {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #00487B transparent transparent transparent;
}

.mainTitle {
  margin-bottom: 3rem;
}

.bigTitle {
  font-size: var(--size_big);
  color: #00487B;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media all and (max-width: 640px) {
  .bigTitle {
    margin-bottom: 0.25rem;
  }
}

.subTitle {
  font-size: var(--size_mid);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 0;
}

.desText {
  font-size: var(--size_sml);
  font-weight: 400;
}

.slick .slick-arrow {
  background: #0F90D0;
  -webkit-box-shadow: 0 0 10px rgba(52, 60, 68, 0.2);
          box-shadow: 0 0 10px rgba(52, 60, 68, 0.2);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media all and (max-width: 991px) {
  .slick .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.slick .slick-arrow::before {
  font-family: bootstrap-icons !important;
  font-size: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #FFFFFF;
}
@media all and (max-width: 991px) {
  .slick .slick-arrow::before {
    font-size: 15px;
  }
}
.slick .slick-arrow:hover {
  background: #00487B;
}
.slick .slick-arrow:hover::before {
  color: #fff;
}
.slick .slick-arrow:focus {
  background: rgba(255, 255, 255, 0.8);
}
.slick .slick-arrow:focus::before {
  color: #343C44;
}
.slick .slick-prev {
  left: 0.5rem;
}
.slick .slick-prev::before {
  content: "\f284";
}
.slick .slick-next {
  right: 0.5rem;
}
.slick .slick-next::before {
  content: "\f285";
}

.innerPage {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.innerPage--grey {
  background-color: #F2F2F2;
}
.innerPage--grey .subTitle {
  color: #0F90D0;
  margin-bottom: 0.5rem;
}

.germany {
  position: absolute;
  width: 100%;
  height: 1rem;
  top: 0;
  left: 0;
  background-image: url(../images/all/germany.svg);
  background-repeat: repeat-x;
}

.navBar {
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}
@media all and (max-width: 991px) {
  .navBar {
    padding: 1.5rem 0 1rem;
  }
}
.navBar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navBarBrand {
  margin-top: 0.5rem;
}
@media all and (max-width: 991px) {
  .navBarBrand {
    width: 300px;
    margin-top: 0;
  }
}
@media all and (max-width: 640px) {
  .navBarBrand {
    width: 250px;
  }
}

.navBar__inner__box {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 991px) {
  .navBar__inner__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.navBar__item__link {
  color: #00487B;
  display: block;
  font-size: 20px;
  padding: 2.5rem 2rem 1.5rem;
}
.navBar__item__link:hover {
  color: #0F90D0;
}
@media all and (max-width: 991px) {
  .navBar__item__link {
    padding: 1.5rem 1rem;
  }
}

.navBar__item--down {
  position: relative;
}

.navBar__item__down {
  background-color: #F2F2F2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  top: 94px;
  display: none;
}
.navBar__item__down a {
  display: block;
  padding: 0.5rem 0.75rem;
  text-align: center;
  font-size: 18px;
}
.navBar__item__down a:hover {
  background-color: #00487B;
  color: #FFFFFF;
}
@media all and (max-width: 991px) {
  .navBar__item__down {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    width: 100%;
  }
  .navBar__item__down a {
    padding: 0.75rem;
    text-align: left;
  }
}

.navBarToggler {
  border: none;
  background-color: transparent;
  padding: 0;
}
.navBarToggler .navBarToggler__icon {
  width: 40px;
  height: 2px;
  background-color: #00487B;
  display: block;
  margin: 0.5rem 0;
}
@media all and (min-width: 992px) {
  .navBarToggler {
    display: none;
  }
}
.navBarToggler.active .navBarToggler__icon:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.navBarToggler.active .navBarToggler__icon:nth-of-type(2) {
  opacity: 0;
}
.navBarToggler.active .navBarToggler__icon:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

@media all and (max-width: 991px) {
  .navBar__inner {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #FFFFFF;
    top: 78px;
    border-top: 1px solid #F2F2F2;
  }
  .navBar__inner:not(.show) {
    display: none;
  }
}
.banner.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.banner .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bannerBox {
  height: auto !important;
  min-height: 450px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.bannerBox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 420px;
}

.bannerBox__pic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: 70vw;
  background-position: center;
  background-size: cover;
}
@media all and (max-width: 768px) {
  .bannerBox__pic {
    width: 100%;
    height: 400px;
  }
}

.bannerBox__right {
  position: relative;
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding: 70px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bannerBox__right::before {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(20%, rgba(52, 60, 68, 0.7)), color-stop(40%, #343c44), to(#343c44));
  background: linear-gradient(to right, transparent 0, rgba(52, 60, 68, 0.7) 20%, #343c44 40%, #343c44 100%);
}
.bannerBox__right .corner::before {
  background-color: rgba(0, 72, 123, 0.8);
}
.bannerBox__right .corner::after {
  border-top-color: rgba(0, 72, 123, 0.8);
}
@media all and (max-width: 768px) {
  .bannerBox__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin-top: 300px;
    width: 100%;
    top: auto;
    bottom: 0;
    padding: 20px;
  }
  .bannerBox__right::before {
    background: linear-gradient(to bottom, transparent 0, #343c44 100px, #343c44 100%);
  }
}

.bannerBox__txt {
  color: #FFFFFF;
}

.bannerBox__txt__inner {
  padding: 35px 30px 0 30px;
  background-color: rgba(0, 72, 123, 0.8);
  position: relative;
  z-index: 1;
}

.bannerTitle {
  font-size: var(--size_big);
  font-weight: 300;
  margin-bottom: 1.25rem;
  letter-spacing: 2px;
}
@media all and (max-width: 1440px) {
  .bannerTitle {
    letter-spacing: 2px;
  }
}
@media all and (max-width: 1320px) {
  .bannerTitle {
    letter-spacing: 1px;
  }
}

.bannerDes {
  font-size: var(--size_sml);
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.bannerDes + .btnStyle {
  margin-top: 2rem;
}

@media all and (min-width: 769px) {
  .bannerBox__pic--mb {
    display: none;
  }
}

.banner .slick-dots {
  bottom: 0;
}
.banner .slick-dots li {
  width: 30px;
  margin: 0;
}
.banner .slick-dots li.slick-active button:before {
  width: 30px;
  background-color: #8DC474;
  opacity: 1;
}
.banner .slick-dots li button {
  margin: 0 auto;
}
.banner .slick-dots li button:before {
  content: "";
  border-radius: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: #D9D9D9;
  opacity: 1;
}

.pgBanner {
  background-size: cover;
  background-position: center bottom;
}

.pgBanner__title {
  font-size: var(--size_big);
  padding: 5rem 0;
  text-align: center;
  text-shadow: 0 0 3px #343C44;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  .pgBanner__title {
    padding: 3rem 0;
  }
}
@media all and (max-width: 768px) {
  .pgBanner__title {
    padding: 2rem 0;
  }
}

.innerPage--contact .pgBanner__title {
  padding-top: 0;
}

.footer__inner {
  background-color: #00487B;
  padding: 2.5rem 0;
}
.footer__inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 991px) {
  .footer__inner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}

.footer__inner__logo figure {
  width: 150px;
  margin-bottom: 1rem;
}

.socialBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socialBox__text {
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-right: 10px;
}

.socialItem {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: 60px;
  text-align: center;
  font-size: 25px;
  margin: 0 5px;
  -webkit-transition: initial;
  transition: initial;
}
.socialItem i {
  color: #00487B;
}
.socialItem.socialItem--facebook {
  font-size: 40px;
  background-color: transparent;
  margin-top: -4px;
  position: relative;
  overflow: hidden;
}
.socialItem.socialItem--facebook i {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.socialItem.socialItem--facebook::before {
  width: 40px;
  height: 40px;
  border-radius: 60px;
  background-color: #00487B;
  left: 0;
  top: 2px;
  z-index: 0;
}
.socialItem.socialItem--linkedin {
  font-size: 32px;
  overflow: hidden;
  position: relative;
}
.socialItem.socialItem--linkedin i {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
.socialItem.socialItem--linkedin::before {
  width: 30px;
  height: 25px;
  background-color: #00487B;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.socialItem:hover {
  background-color: #8DC474;
}
.socialItem:hover i {
  color: #FFFFFF;
}
.socialItem:hover.socialItem--facebook {
  background-color: transparent;
}
.socialItem:hover.socialItem--facebook i {
  color: #8DC474;
}
.socialItem:hover.socialItem--facebook::before {
  background-color: #FFFFFF;
}
.socialItem:hover.socialItem--linkedin i {
  color: #8DC474;
}
.socialItem:hover.socialItem--linkedin::before {
  background-color: #FFFFFF;
}

.footer__inner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 991px) {
  .footer__inner__info {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .footer__inner__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.companyInfo {
  padding-left: 2rem;
  border-left: 1px solid;
  max-width: calc(200px + 2rem);
  width: 100%;
  color: #FFFFFF;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.companyInfo figure {
  font-size: 20px;
  font-weight: 400;
  height: 110px;
  margin-bottom: 1rem;
}
.companyInfo figure img {
  width: 50px;
}
.companyInfo a {
  color: #FFFFFF;
  display: table;
}
.companyInfo a:hover {
  text-decoration: underline;
}
.companyInfo .companyInfo__add {
  margin-bottom: 1.5rem;
}
@media all and (max-width: 991px) {
  .companyInfo {
    max-width: 100%;
  }
}

.companyInfo__contact {
  margin-top: auto;
}
.companyInfo__contact p {
  margin-bottom: 0;
}

.copyright {
  color: #00487B;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: center;
  padding: 0.5rem 0;
  font-weight: 400;
}

#goTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-top: 20px;
}
#goTop:hover {
  background-color: #0F90D0;
  color: #FFFFFF;
}

.noticBox {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(52, 60, 68, 0.8);
}
.noticBox small {
  opacity: 0.75;
}

.noticBox__close {
  display: table;
  margin: 2rem auto 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.noticBox__close a {
  display: block;
  background-color: #F2F2F2;
  padding: 6px 20px 6px;
  color: #00487B;
  font-size: 20px;
  font-weight: 600;
}
.noticBox__close i {
  padding-right: 0.25rem;
}
.noticBox__close:hover a {
  background-color: #0F90D0;
  color: #FFFFFF;
}

.noticBox__inner {
  max-width: 1050px;
  width: calc(100% - 30px);
  background-color: rgba(0, 72, 123, 0.6);
  border: 1px solid #F2F2F2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.noticBox__inner strong {
  display: block;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  padding: 10px;
  border-bottom: 1px solid #F2F2F2;
  color: #FFFFFF;
  line-height: 1.2;
}
.noticBox__inner strong small {
  font-size: 1.25rem;
}

.noticBox__text {
  color: #FFFFFF;
  font-size: var(--size_sml);
  text-align: center;
  padding: 2rem;
}
.noticBox__text small {
  line-height: 1.2;
}
.noticBox__text p {
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
  .noticBox__text {
    padding: 1rem;
  }
  .noticBox__text p br {
    display: none;
  }
}

.breadCrumb {
  padding: 0.5rem 0;
}

.breadCrumb--grey {
  background-color: #F2F2F2;
}

.breadCrumb__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.breadCrumb__list li {
  position: relative;
}
.breadCrumb__list li + li {
  padding-left: 10px;
  margin-left: 10px;
}
.breadCrumb__list li + li::before {
  position: absolute;
  content: "/";
  font-size: 12px;
  left: -2px;
  opacity: 0.5;
}
.breadCrumb__list li.active a {
  color: #00487B;
}

/* ---圖文&編輯器 */
.pageContent table {
  max-width: 100%;
  width: 100%;
}

.tx01 {
  margin-bottom: 1rem;
  line-height: 1.25;
}
.tx01 a {
  color: #00487B;
  text-decoration: underline;
}
.tx01 a:hover {
  opacity: 0.8;
}
.tx01 figcaption {
  position: relative;
  padding: 1rem 0;
  font-size: 1rem;
}
.tx01 img {
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
}

.img-left, .img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.img-left figure, .img-right figure {
  width: calc(50% - 0.5rem);
}
.img-left img, .img-right img {
  max-width: 100%;
}
.img-left figure:only-child, .img-right figure:only-child {
  float: none;
  padding: 0;
  margin: auto;
  max-width: inherit;
  text-align: center;
  width: auto;
}
.img-left.tx01 figure + .text, .img-right.tx01 figure + .text {
  width: calc(50% - 0.5rem);
}

.img-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.img_center {
  width: 33.3%;
}
.img_center img {
  float: left;
  padding: 1em;
  width: 100%;
  text-align: center;
}

@media all and (max-width: 768px) {
  .img-left, .img-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .img-left figure, .img-right figure {
    width: 100%;
  }
  .img-left.tx01 figure + .text, .img-right.tx01 figure + .text {
    width: 100%;
    padding: 1rem 0 0 0;
  }
}
.tableContainer table {
  width: 100%;
}
.tableContainer td {
  min-width: 100px;
  padding: 0.5rem 1rem;
  white-space: inherit;
}
@media all and (max-width: 768px) {
  .tableContainer {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
  }
}

.proTable td {
  width: 50%;
  border-top: 1px solid #F2F2F2;
}
.proTable td:nth-of-type(1) {
  border-top: 1px solid #D9D9D9;
  font-weight: 500;
}
.proTable tr:hover {
  background-color: rgba(0, 72, 123, 0.025);
}

.editArea__start img {
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
}

.pageNumber {
  margin: 5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageNumber a {
  padding: 7px 12px;
  display: inline-block;
  font-weight: 300;
  min-width: 37px;
  text-align: center;
  margin: 0 3px;
}
.pageNumber a:hover {
  background-color: #D9D9D9;
}
.pageNumber a.on {
  background: #00487B;
  color: #FFFFFF;
}
@media all and (max-width: 640px) {
  .pageNumber a {
    padding: 6px 8px;
  }
}

.pageAll, .pageTen, .pageOne {
  border: 1px solid #D9D9D9;
  font-size: 13px;
  line-height: 22px;
}

.pageNumber a:hover {
  color: #003d7e;
}

.productBom__tab {
  margin-bottom: 2rem;
  background-color: #F2F2F2;
  position: sticky;
  top: 94px;
  z-index: 5;
}

.proTab {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--size_sml);
}

.proTab__item {
  width: 100%;
  text-align: center;
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.proTab__item a {
  display: block;
  padding: 1rem 0 calc(1rem + 2px);
  color: rgba(52, 60, 68, 0.5);
}
@media all and (max-width: 768px) {
  .proTab__item a {
    font-size: 13px;
  }
}
.proTab__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: transparent;
  bottom: 0;
  left: 0;
}
.proTab__item:hover::before {
  background-color: rgba(52, 60, 68, 0.5);
}
.proTab__item.active a {
  color: #00487B;
}
.proTab__item.active::before {
  background-color: #00487B;
}

.anchor {
  position: absolute;
  margin-top: -90px;
}

.blockHeight--product {
  background-color: #F2F2F2;
  padding: 5rem 0 6rem;
}
@media all and (max-width: 1320px) {
  .blockHeight--product {
    padding: 4rem 0 5rem;
  }
}
@media all and (max-width: 768px) {
  .blockHeight--product {
    padding: 4rem 0;
  }
}
@media all and (max-width: 640px) {
  .blockHeight--product {
    padding: 2rem 0;
  }
}

.blockHeight--about {
  background-color: #8DC474;
  padding: 5rem 0;
}
@media all and (max-width: 768px) {
  .blockHeight--about {
    padding: 4rem 0;
  }
}
@media all and (max-width: 640px) {
  .blockHeight--about {
    padding: 2rem 0;
  }
}
.blockHeight--about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media all and (max-width: 991px) {
  .blockHeight--about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.blockHeight--about .container > figure {
  max-width: 850px;
  width: 100%;
  margin-left: calc((100vw - 1320px) / 2 * -1);
}
@media all and (max-width: 1440px) {
  .blockHeight--about .container > figure {
    max-width: 700px;
  }
}
@media all and (max-width: 1400px) {
  .blockHeight--about .container > figure {
    margin-left: calc((100vw - 1140px) / 2 * -1);
  }
}
@media all and (max-width: 1280px) {
  .blockHeight--about .container > figure {
    max-width: 500px;
    margin-left: calc((100vw - 960px) / 2 * -1);
  }
}
@media all and (max-width: 991px) {
  .blockHeight--about .container > figure {
    max-width: 500px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media all and (max-width: 768px) {
  .blockHeight--about .container > figure {
    max-width: 100%;
  }
}
.blockHeight--about .container article {
  padding-top: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.blockHeight--about .container .btnStyle {
  margin-top: auto;
}
.blockHeight--about .mainTitle {
  margin-bottom: 1.5rem;
}
@media all and (max-width: 991px) {
  .blockHeight--about .mainTitle {
    margin-bottom: 1rem;
  }
}
.blockHeight--about .subTitle {
  color: #FFFFFF;
}
.blockHeight--about .desText {
  color: #FFFFFF;
  font-weight: 300;
}

.blockHeight--contact {
  padding: 3.5rem 0 25rem;
  position: relative;
}
@media all and (max-width: 991px) {
  .blockHeight--contact {
    padding: 3.5rem 0 300px;
  }
}
@media all and (max-width: 640px) {
  .blockHeight--contact {
    padding: 2rem 0 200px;
  }
}
.blockHeight--contact .blockHeight--contact__bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/comapny.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media all and (max-width: 991px) {
  .blockHeight--contact .blockHeight--contact__bk {
    height: 400px;
    bottom: 0;
    top: auto;
  }
}
@media all and (max-width: 640px) {
  .blockHeight--contact .blockHeight--contact__bk {
    height: 300px;
  }
}

.scanBox {
  display: table;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  z-index: 1;
}
.scanBox .mainTitle {
  margin-bottom: 1rem;
}
.scanBox .mainTitle .bigTitle {
  margin-bottom: 0.5rem;
}
.scanBox .mainTitle .desText {
  color: #8DC474;
}
.scanBox__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 70px;
}
.scanBox__qr::before {
  width: 1px;
  height: 50px;
  background-color: #343C44;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.scanBox__qr__item {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00487B;
  border-radius: 4px;
  padding: 8px 8px 8px 75px;
  position: relative;
}
.scanBox__qr__item:hover {
  background-color: #0F90D0;
}
.scanBox__qr__item:hover .scanBox__qrCode {
  opacity: 1;
}
@media all and (max-width: 991px) {
  .scanBox__qr__item {
    width: auto;
    padding: 8px 20px;
    text-align: center;
  }
}

.scanBox__qr__icon {
  position: absolute;
  left: 14px;
  top: 14px;
}
@media all and (max-width: 991px) {
  .scanBox__qr__icon {
    display: none;
  }
}

.scanBox__qr__text p {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: var(--size_mid);
  color: #FFFFFF;
  margin-bottom: 0;
  line-height: 1;
}
.scanBox__qr__text small {
  font-size: 12px;
  color: #F2F2F2;
}
@media all and (min-width: 992px) {
  .scanBox__qr__text small.scanBox__qr__text__mb {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .scanBox__qr__text small.scanBox__qr__text__pc {
    display: none;
  }
}

.scanBox__qrCode {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 90px;
  opacity: 0;
  pointer-events: none;
}
@media all and (max-width: 991px) {
  .scanBox__qrCode {
    display: none;
  }
}

.productBox {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media all and (max-width: 991px) {
  .productBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .productBox {
    grid-template-columns: repeat(1, 1fr);
  }
}

.productBox .productItem a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productBox .productItem a:hover img {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.productBox .productItem a:hover .btnStyle {
  background-color: #D9D9D9;
}
.productBox .productItem__pic {
  text-align: center;
  margin-bottom: 1rem;
}
.productBox .btnStyle {
  margin-left: auto;
  margin-top: auto;
}

.productIntro__name {
  font-size: var(--size_mid);
  font-weight: 400;
  color: #00487B;
  margin-bottom: 0;
}

.productIntro__subName {
  color: #0F90D0;
  font-size: var(--size_sml);
}

.productIntro__no {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #0F90D0;
}

.productIntro__txt {
  font-size: var(--size_mini);
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  color: #343C44;
  list-style: none;
  padding-left: 0;
}
.productIntro__txt li {
  position: relative;
  margin-bottom: 0;
  padding-left: 30px;
}
.productIntro__txt li::before {
  position: absolute;
  font-family: bootstrap-icons !important;
  content: "\f138";
  left: 0;
}
.productIntro__txt li + li {
  margin-top: 0.25rem;
}

.productSort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
.productSort figure {
  width: 420px;
}
.productSort .mainTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 991px) {
  .productSort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.innerPage .productBox {
  row-gap: 3rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.innerPage .productItem__pic img {
  height: 280px;
  aspect-ratio: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 640px) {
  .innerPage .productItem__pic img {
    height: 300px;
  }
}

.innerPage--productDetail {
  padding: 0;
}

.proName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.proName figure {
  position: relative;
  width: 160px;
  padding-right: 1.25rem;
  margin-right: 1.25rem;
}
.proName figure::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 35px;
  background-color: #FFFFFF;
  right: 0;
}
.proName .productIntro__name {
  color: #FFFFFF;
}

.productTop {
  background-color: #00487B;
  padding: 3rem 0;
}
.productTop .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media all and (max-width: 1200px) {
  .productTop .container {
    gap: 3rem;
  }
}
@media all and (max-width: 991px) {
  .productTop .container {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.productTop .productIntro__slogan {
  font-size: var(--size_sml);
  margin-bottom: 1.5rem;
  color: #8DC474;
}
.productTop .productIntro__txt {
  color: #F2F2F2;
  margin-top: 1rem;
}

.proAlbum {
  max-width: 600px;
  width: 100%;
  position: relative;
}
@media all and (max-width: 1200px) {
  .proAlbum {
    max-width: 500px;
  }
}
@media all and (max-width: 991px) {
  .proAlbum {
    max-width: 100%;
  }
}
.proAlbum .proAlbum__pic {
  text-align: center;
}
.proAlbum .proAlbum__pic img {
  display: inline-block;
  height: 100%;
}
.proAlbum .slider-for {
  margin-bottom: 1rem;
}
.proAlbum .slider-for .proAlbum__pic {
  width: 100%;
}
.proAlbum .slider-for .proAlbum__pic img {
  height: 450px;
  aspect-ratio: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 640px) {
  .proAlbum .slider-for .proAlbum__pic img {
    height: 300px;
  }
}
.proAlbum .slider-nav {
  width: 100%;
  margin-bottom: 0;
}
.proAlbum .slider-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transform: initial !important;
          transform: initial !important;
  width: 100% !important;
}
.proAlbum .slider-nav .proAlbum__pic {
  width: 100px !important;
  height: 100px;
  border: 1px dashed #F2F2F2;
  padding: 0.25rem;
}
.proAlbum .slider-nav .proAlbum__pic.slick-current {
  border: 1px solid #8DC474;
}

.productIntro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 991px) {
  .productIntro {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}

.editArea + .editArea {
  margin-top: 2.5rem;
}
.editArea .productIntro__txt {
  font-size: 16px;
}

.editArea__title {
  font-size: var(--size_mid);
  color: #00487B;
  font-weight: 400;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.proAlbum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.proAlbum__main {
  margin-bottom: 1rem;
  cursor: pointer;
}
.proAlbum__main__pic {
  height: 450px;
}
@media all and (max-width: 640px) {
  .proAlbum__main__pic {
    height: 300px;
  }
}
.proAlbum__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.proAlbum__thumb__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.proAlbum__thumb .xzoom-gallery {
  padding: 5px;
  width: 100px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px dashed #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.proAlbum__thumb .xzoom-gallery.xactive {
  border: 1px solid #8DC474;
}

.xzoom-preview {
  background: #fff;
}
.xzoom-preview, .xzoom-lens {
  width: auto !important;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 991px) {
  .xzoom-preview, .xzoom-lens {
    display: none !important;
  }
}

.contactBox {
  max-width: 900px;
  margin: 0 auto;
}

.innerPage--contact {
  background-image: url(../images/contact/bk.png);
  background-size: cover;
  background-position: center;
}

.contactBox__text {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: var(--size_sml);
  color: #FFFFFF;
}
.contactBox__text .red {
  display: block;
  font-size: var(--size_mini);
  color: #D9D9D9;
}

.formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
}
.formGroup .btnStyle--blue:hover {
  background-color: #00487B;
  color: #FFFFFF;
}
@media all and (max-width: 768px) {
  .formGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.red {
  color: #ff0000;
}

.formGroup__item {
  width: calc(50% - 8px);
}
@media all and (max-width: 768px) {
  .formGroup__item {
    width: 100%;
  }
}

.formGroup__item--full {
  width: 100%;
}

.formGroup__item__title {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #00487B;
}
.formGroup__item__title .red {
  margin-left: 0.25rem;
}

.formGroup__item__content--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
}
.formGroup__item__content--flex small {
  display: block;
  width: 100%;
}

.form-control:focus-visible {
  border: 1px solid #00487B;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-label {
  cursor: pointer;
}

.form-control {
  border-radius: 0;
}
.form-control::-webkit-input-placeholder {
  opacity: 0.8;
}
.form-control::-moz-placeholder {
  opacity: 0.8;
}
.form-control:-ms-input-placeholder {
  opacity: 0.8;
}
.form-control::-ms-input-placeholder {
  opacity: 0.8;
}
.form-control::placeholder {
  opacity: 0.8;
}

.formGroup__item__content--contact input {
  width: 150px;
}

.codeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e0eaed;
}

.innerPage--white {
  background-color: #FFFFFF;
}

.aboutTxt {
  padding: 5rem 0;
}
@media all and (max-width: 768px) {
  .aboutTxt {
    padding: 4rem 0;
  }
}
@media all and (max-width: 640px) {
  .aboutTxt {
    padding: 2rem 0;
  }
}
.aboutTxt .mainTitle {
  margin-bottom: 1.5rem;
}
@media all and (max-width: 991px) {
  .aboutTxt .mainTitle {
    margin-bottom: 1rem;
  }
}
.aboutTxt .subTitle {
  color: #00487B;
}
.aboutTxt .tripTitle {
  color: #8DC474;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
}
@media all and (max-width: 768px) {
  .aboutTxt .tripTitle {
    font-size: 20px;
  }
}
@media all and (max-width: 640px) {
  .aboutTxt .tripTitle {
    font-size: 18px;
  }
}
.aboutTxt .btnStyle {
  margin-top: 2rem;
}

.aboutPic {
  width: 500px;
}
.aboutPic + article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 768px) {
  .aboutPic + article {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media all and (max-width: 991px) {
  .aboutPic {
    width: 300px;
  }
}
@media all and (max-width: 768px) {
  .aboutPic {
    width: 100%;
  }
}

.container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media all and (max-width: 768px) {
  .container--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.aboutTxt--00 {
  background-image: url(../images/about/bk.jpg);
  background-size: cover;
  background-position: center top;
}
.aboutTxt--00 .subTitle {
  color: #FFFFFF;
}
.aboutTxt--00 .bannerBox__right {
  margin-left: 0;
  padding: 100px 0 100px 70px;
}
.aboutTxt--00 .bannerBox__right::before {
  display: none;
}
@media all and (max-width: 768px) {
  .aboutTxt--00 .bannerBox__right {
    max-width: 540px;
    margin: 0 auto;
    padding: 300px 12px 20px 12px;
  }
}
@media all and (max-width: 575px) {
  .aboutTxt--00 .bannerBox__right {
    padding-top: 200px;
  }
}
.aboutTxt--00 .desText {
  margin-bottom: 0;
}
.aboutTxt--00 .corner {
  padding-bottom: 50px;
}

.aboutTxt--01 {
  position: relative;
}
.aboutTxt--01::before {
  position: absolute;
  content: "";
  background-image: url(../images/about/product-bk.png);
  width: 50%;
  height: 100%;
  background-size: cover;
  top: 0;
  right: 0;
}
@media all and (max-width: 768px) {
  .aboutTxt--01::before {
    width: 100%;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/about/product_bk_mb.jpg);
    opacity: 0.4;
  }
}
@media all and (max-width: 768px) {
  .aboutTxt--01 {
    padding-bottom: 60%;
  }
}
.aboutTxt--01 .container {
  position: relative;
  z-index: 1;
}
.aboutTxt--01 .productIntro__txt {
  margin-bottom: 0;
  font-size: 18px;
}

.aboutTxt--03 {
  background-color: #F2F2F2;
}
.aboutTxt--03 .container--flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (max-width: 768px) {
  .aboutTxt--03 .container--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.aboutTxt--04 {
  background-color: #FFFFFF;
}
.aboutTxt--04 .desText {
  color: #343C44;
  font-weight: 400;
}
.aboutTxt--04 .articlePic {
  max-width: 450px;
  display: table;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .aboutTxt--04 .articlePic {
    max-width: 350px;
  }
}

.aboutTxt--05 {
  position: relative;
  background: #00487B;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .aboutTxt--05 {
    padding-bottom: 30%;
  }
}
.aboutTxt--05 .container {
  position: relative;
  z-index: 1;
}
.aboutTxt--05 .container article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 70%;
}
@media all and (max-width: 768px) {
  .aboutTxt--05 .container article {
    max-width: 100%;
  }
}
.aboutTxt--05 .container article .subTitle {
  color: #FFFFFF;
}
.aboutTxt--05 .container article .desText {
  color: #FFFFFF;
}
.aboutTxt--05 .aboutTxt--05__pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 960px;
  z-index: 0;
}
.aboutTxt--05 .aboutTxt--05__pic::before {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #00487B), to(transparent));
  background: linear-gradient(to right, #00487B 10%, transparent 100%);
  z-index: 1;
}
.aboutTxt--05 .aboutTxt--05__pic .singleSlick {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .aboutTxt--05 .aboutTxt--05__pic {
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .aboutTxt--05 .aboutTxt--05__pic::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #00487B), to(transparent));
    background: linear-gradient(to bottom, #00487B 50%, transparent 100%);
  }
}/*# sourceMappingURL=style.css.map */