@charset "UTF-8";
/*===================layout===================*/
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  font-family: "Nanum Gothic", "Noto Sans TC", sans-serif;
  color: #000;
  line-height: 20px;
  font-size: 16px;
  position: relative;
  letter-spacing: 0;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  height: 100%;
}

@media only screen and (max-width: 577px) {
  body, html {
    font-size: 15px;
  }
}

.body-hidden {
  height: 100%;
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:focus {
  outline: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.all-width {
  width: 100%;
  margin: auto;
}

.inner1100 {
  max-width: 1100px;
}

.inner1200 {
  max-width: 1200px;
}

.inner1400 {
  max-width: 1400px;
}

@media only screen and (max-width: 1520px) {
  .inner1400 {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 1201px) {
  .inner1400 {
    padding: 0 30px;
  }
}

.inner1800 {
  max-width: 1800px;
}

.inner850 {
  max-width: 850px;
}

@media only screen and (max-width: 910px) {
  .inner850 {
    padding: 0 30px;
  }
}

.innerfull {
  width: 100%;
}

img.ocenter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.noscroll {
  overflow: hidden;
}

.all-width2 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

@media only screen and (max-width: 1341px) {
  .all-width2 {
    padding: 0 6.4vw;
  }
}

.grid {
  display: grid;
}

.hide {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edit img, .edit iframe {
  max-width: 100%;
  height: auto;
}

/*IE 滿版背景圖晃動 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
}

@-webkit-keyframes headanime {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headanime {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.more.more-black {
  color: #000;
}

.more.more-black i {
  border: solid 1px #000;
}

.more.more-black:hover {
  color: #000;
}

.more.more-black:hover i {
  background: #000;
  color: #fff;
}

.more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

.more i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 64px;
  width: 64px;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #fff;
  border-radius: 100%;
  margin-right: 20px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.more:hover {
  color: #fff;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.more:hover i {
  background: #fff;
  color: #000;
}

@media only screen and (max-width: 1201px) {
  .more {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .more i {
    min-width: 44px;
    width: 44px;
    height: 44px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1201px) {
  .fancybox__slide {
    padding: 60px !important;
  }
}

@media only screen and (max-width: 577px) {
  .fancybox__slide {
    padding: 60px 30px !important;
  }
}

.fancybox__content {
  background: none !important;
  padding: 0 !important;
  width: 100%;
}

.fancybox__content input:focus {
  outline: none !important;
}

.fancybox__content .search-field {
  width: 100%;
  height: 60px;
  border-width: 0 0 1px 0;
  borber-bottom: solid #fff;
  background: none;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.fancybox__content .search-field::-webkit-input-placeholder {
  color: #9B9B9B;
  opacity: 1;
  letter-spacing: 0;
}

.fancybox__content .search-field::-moz-placeholder {
  color: #9B9B9B;
  opacity: 1;
  letter-spacing: 0;
}

.fancybox__content .search-field:-ms-input-placeholder {
  color: #9B9B9B;
  opacity: 1;
  letter-spacing: 0;
}

.fancybox__content .search-field::-ms-input-placeholder {
  color: #9B9B9B;
  opacity: 1;
  letter-spacing: 0;
}

.fancybox__content .search-field::placeholder {
  color: #9B9B9B;
  opacity: 1;
  letter-spacing: 0;
}

.fancybox__content .search-field::-webkit-input-placeholder {
  color: #9B9B9B;
  letter-spacing: 0;
}

.fancybox__content .search-field:-moz-placeholder {
  color: #9B9B9B;
  letter-spacing: 0;
}

.fancybox__content .search-field::-moz-placeholder {
  color: #9B9B9B;
  letter-spacing: 0;
}

.fancybox__content .search-field:-ms-input-placeholder {
  color: #9B9B9B;
}

@media only screen and (max-width: 1201px) {
  .fancybox__content .search-field {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.fancybox__content > .carousel__button.is-close {
  color: #000 !important;
}

.policy-wrap.current {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.policy-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.policy-wrap .policy-wrap__box {
  width: 460px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 30px;
  padding: 40px;
}

.policy-wrap .policy-wrap__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 800;
}

.policy-wrap .policy-wrap__text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 10px 0;
  color: #666;
}

.policy-wrap .policy-wrap__btn {
  width: 100%;
  height: 60px;
  border-radius: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#fed137), to(#f5d874));
  background: -webkit-linear-gradient(left, #fed137, #f5d874);
  background: -o-linear-gradient(left, #fed137, #f5d874);
  background: linear-gradient(to right, #fed137, #f5d874);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin-top: 30px;
}

.policy-wrap .policy-wrap__btn i {
  margin-left: 10px;
}

.policy-wrap .policy-wrap__btn:hover {
  opacity: .5;
}

@media only screen and (max-width: 577px) {
  .policy-wrap .policy-wrap__box {
    width: calc( 100% - 40px);
    right: 20px;
  }
}

.wrapper {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

@media only screen and (max-width: 1400px) {
  .wrapper {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1201px) {
  .wrapper {
    padding-top: 60px;
  }
}

.header-hidden {
  z-index: -1;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fed137), to(#f5d874));
  background: -webkit-linear-gradient(left, #fed137, #f5d874);
  background: -o-linear-gradient(left, #fed137, #f5d874);
  background: linear-gradient(to right, #fed137, #f5d874);
}

.scroll-top i {
  font-size: 24px;
}

.scroll-top:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

@media only screen and (max-width: 1201px) {
  .scroll-top {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    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;
    right: 30px;
    bottom: 30px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    font-size: 13px;
  }
  .scroll-top span {
    height: auto;
    display: inline;
  }
  .scroll-top i {
    font-size: 16px;
    display: inline;
    height: auto;
  }
  .scroll-top:hover {
    color: #9e9e9e;
  }
  .scroll-top:hover i {
    color: #9e9e9e;
  }
}

@media only screen and (max-width: 577px) {
  .scroll-top {
    right: 10px;
    bottom: 10px;
  }
}

.idx-bg {
  background: url("../images/idx_bg.jpg") no-repeat;
  background-size: 100% auto;
}

header.fixed {
  background: white;
  height: 80px;
  position: fixed;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -webkit-animation: headanime 1s;
          animation: headanime 1s;
}

header.fixed .logo {
  width: 360px;
  top: 10px;
}

header.fixed nav {
  top: 85px;
}

header.fixed nav.current {
  top: 80px;
}

header.fixed nav .nav__item:hover .nav_inner {
  top: 80px;
}

header.fixed nav .nav_inner {
  top: 80px;
}

@media only screen and (max-width: 1600px) {
  header.fixed .logo {
    width: 320px;
  }
}

@media only screen and (max-width: 1400px) {
  header.fixed {
    -webkit-animation: none;
            animation: none;
    position: fixed;
  }
  header.fixed .logo {
    width: 250px;
    top: 20px;
  }
}

@media only screen and (max-width: 1201px) {
  header.fixed {
    height: 60px;
  }
  header.fixed .logo {
    top: 10px;
  }
  header.fixed nav .nav__item:hover .nav_inner {
    top: 80px;
  }
}

@media only screen and (max-width: 577px) {
  header.fixed .logo {
    top: 15px;
    width: 200px;
  }
}

@media only screen and (max-width: 401px) {
  header.fixed .logo {
    width: 130px;
  }
  header.fixed nav.current {
    top: 60px;
  }
}

header {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  padding: 0 3.125%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

@media only screen and (max-width: 1600px) {
  header {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1400px) {
  header {
    height: 80px;
    position: fixed;
    padding: 0 0 0 3.125%;
  }
}

@media only screen and (max-width: 1201px) {
  header {
    height: 60px;
  }
}

header .logo {
  width: 440px;
  overflow: hidden;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  position: absolute;
  top: 20px;
  left: 60px;
  z-index: 2;
}

header .logo h1 {
  position: absolute;
  top: -999px;
}

header .logo picture {
  display: block;
}

header .logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 1800px) {
  header .logo {
    width: 360px;
  }
}

@media only screen and (max-width: 1600px) {
  header .logo {
    width: 300px;
    left: 30px;
  }
}

@media only screen and (max-width: 1400px) {
  header .logo {
    width: 320px;
  }
}

@media only screen and (max-width: 1201px) {
  header .logo {
    width: 250px;
    top: 10px;
  }
}

@media only screen and (max-width: 577px) {
  header .logo {
    width: 200px;
    top: 15px;
    left: 10px;
  }
}

@media only screen and (max-width: 401px) {
  header .logo {
    width: 130px;
  }
}

header nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  margin-right: 50px;
}

@media only screen and (max-width: 1800px) {
  header nav {
    margin-right: 30px;
  }
}

header nav .nav__item {
  position: relative;
  padding: 0 15px;
  height: inherit;
  letter-spacing: 0.03em;
}

header nav .nav__item:hover .nav__link {
  opacity: .5;
}

header nav .nav__item:hover .nav__icon i {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

header nav .nav__item:hover .nav_inner {
  top: 100px;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

header nav .nav__item:hover:before {
  width: 100%;
}

@media only screen and (max-width: 1800px) {
  header nav .nav__item {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1201px) {
  header nav .nav__item:last-child {
    display: block;
  }
  header nav .nav__item.nav__item--login .nav__link:before {
    display: none;
  }
  header nav .nav__item.nav__item--login .head-link i {
    display: none;
  }
}

header nav .nav__link {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

header nav .nav__icon {
  padding-right: 30px;
}

header nav .nav__icon i {
  position: absolute;
  margin-top: 2px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media only screen and (max-width: 1400px) {
  header nav .nav__icon i {
    display: none;
  }
}

header nav .nav_inner {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
          transform: translateX(-40%);
  width: 304px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

header nav .nav_inner .nav_inner-link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: normal;
  color: #fff !important;
  display: block;
}

header nav .nav_inner .nav_inner-link:last-child {
  border-bottom: 0;
}

header nav .nav_inner .nav_inner-link:hover {
  color: #fed136 !important;
}

@media only screen and (max-width: 1400px) {
  header nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 80px;
    background: rgba(0, 0, 0, 0.9);
    height: auto;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header nav .nav__item {
    display: block;
    width: 100%;
    font-weight: normal;
  }
  header nav .nav__item:before {
    display: none;
  }
  header nav .nav__item a {
    color: #fff;
    padding: 15px 5px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    border-bottom: solid 1px #3a3a3a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.01em;
  }
  header nav .nav__item a:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: solid 1px #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-width: 1px 1px 0 0;
  }
  header nav .nav_inner {
    display: none;
  }
  header nav.current {
    top: 80px;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 1201px) {
  header nav {
    top: 85px;
  }
  header nav.current {
    top: 60px;
  }
}

@media only screen and (max-width: 769px) {
  header nav {
    top: 85px;
  }
  header nav.current {
    top: 60px;
  }
}

header .language {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .language i {
  font-size: 22px;
  margin-right: 10px;
}

header .search-btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fed136), to(#f4d87a));
  background: -webkit-linear-gradient(left, #fed136, #f4d87a);
  background: -o-linear-gradient(left, #fed136, #f4d87a);
  background: linear-gradient(to right, #fed136, #f4d87a);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
}

header .search-btn i {
  font-size: 20px;
  color: #000;
}

@media only screen and (max-width: 1400px) {
  header .search-btn {
    margin-left: 30px;
    background: #000;
    border-radius: 0;
    width: 80px;
    height: 80px;
  }
  header .search-btn i {
    color: #fff;
  }
}

@media only screen and (max-width: 1201px) {
  header .search-btn {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 577px) {
  header .search-btn {
    margin-left: 10px;
  }
}

header .mobile-btn {
  width: 80px;
  height: 80px;
  background: #fed136;
  position: relative;
  display: none;
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 3;
}

header .mobile-btn .mobile-btn__burger {
  width: 30px;
  height: 2px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .mobile-btn .mobile-btn__burger:before, header .mobile-btn .mobile-btn__burger:after {
  content: '';
  display: block;
  background: #000;
  width: 30px;
  height: 2px;
  position: absolute;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .mobile-btn .mobile-btn__burger:before {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

header .mobile-btn .mobile-btn__burger:after {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

header .mobile-btn.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .mobile-btn.current .mobile-btn__burger {
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
  background: transparent;
}

header .mobile-btn.current .mobile-btn__burger:before, header .mobile-btn.current .mobile-btn__burger:after {
  background: #000;
}

header .mobile-btn.current .mobile-btn__burger:before {
  -webkit-transform: rotate(45deg) translate(10px, -10px);
      -ms-transform: rotate(45deg) translate(10px, -10px);
          transform: rotate(45deg) translate(10px, -10px);
}

header .mobile-btn.current .mobile-btn__burger:after {
  -webkit-transform: rotate(-45deg) translate(10px, 10px);
      -ms-transform: rotate(-45deg) translate(10px, 10px);
          transform: rotate(-45deg) translate(10px, 10px);
}

@media only screen and (max-width: 1400px) {
  header .mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1201px) {
  header .mobile-btn {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 1740pxpx) {
  header .all-width {
    padding: 0 70px;
  }
}

@media only screen and (max-width: 1201px) {
  header {
    background: #fff;
    height: 60px;
  }
  header:before {
    display: none;
  }
  header .all-width {
    padding: 0 30px;
  }
  header .all-width .logo svg {
    fill: #000;
  }
  header .all-width .head-sub {
    width: auto;
    max-width: 215px;
  }
}

@media only screen and (max-width: 769px) {
  header .searchbox .searchbox-form {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px;
  }
  header .searchbox .searchbox-form .s-btn {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 401px) {
  header h1 {
    display: none;
  }
}

.search-wrap.current {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.search-wrap {
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: -60px;
  left: 0;
  z-index: -1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.search-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-width: 0 0 1px;
  border-bottom: solid 5px #fed136;
  height: 60px;
  padding: 0 20px;
  font-weight: bold;
}

.search-wrap input:focus {
  outline: none;
}

.search-wrap .search-wrap__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
}

.search-wrap .search-wrap__btn i {
  font-size: 20px;
}

.side-class {
  position: fixed;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 10;
}

.side-class i {
  font-size: 25px;
}

.side-class a {
  display: block;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1400px) {
  .side-class {
    display: none;
  }
}

.seo {
  width: 100%;
  padding: 40px 0;
  color: #9f9f9f;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
}

footer {
  width: 100%;
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  min-height: 720px;
  padding: 125px 0 0 0;
  font-family: "Source Sans 3", sans-serif;
}

@media only screen and (max-width: 1600px) {
  footer {
    padding: 60px 0 0 0;
  }
}

@media only screen and (max-width: 577px) {
  footer {
    text-align: center;
  }
}

footer .footer-layout {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
  grid-gap: 20px;
}

@media only screen and (max-width: 1600px) {
  footer .footer-layout {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 1400px) {
  footer .footer-layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 0;
  }
}

@media only screen and (max-width: 1201px) {
  footer .footer-layout {
    padding: 0 30px;
  }
}

footer .footer-logo {
  width: 179px;
  width: 179px;
}

footer .footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 1600px) {
  footer .footer-logo {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .footer-logo img {
    max-width: 179px;
  }
}

@media only screen and (max-width: 577px) {
  footer .footer-logo img {
    display: inline-block;
  }
}

footer .footer-company {
  width: 568px;
}

footer .footer-company .footer-company__name {
  color: #c39d67;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.71875rem;
  margin-bottom: 30px;
  font-family: "Nanum Gothic", "Noto Sans TC", sans-serif;
}

footer .footer-company .footer-company__name span {
  vertical-align: top;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
}

footer .footer-company .footer-company__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7d7d7d;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 5px;
}

footer .footer-company .footer-company__list li a {
  color: #7d7d7d;
}

@media only screen and (max-width: 1600px) {
  footer .footer-company {
    min-width: 360px;
  }
}

@media only screen and (max-width: 1201px) {
  footer .footer-company {
    width: 100%;
  }
}

@media only screen and (max-width: 577px) {
  footer .footer-company {
    min-width: 260px;
  }
  footer .footer-company .footer-company__list li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footer-link .footer-link__row {
  width: 360px;
}

footer .footer-link .footer-link__title {
  font-family: "Nanum Gothic", "Noto Sans TC", sans-serif;
  margin: 7px 0 35px 0;
}

footer .footer-link .footer-link__title a {
  color: #fff;
  font-weight: bold;
}

footer .footer-link .footer-link__list {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}

footer .footer-link .footer-link__list li {
  margin: 10px 0;
}

footer .footer-link .footer-link__list li a {
  color: #7d7d7d;
  display: block;
}

footer .footer-link .footer-link__list li a:hover {
  color: #fff;
  margin-left: 5px;
}

@media only screen and (max-width: 1600px) {
  footer .footer-link {
    width: 50%;
  }
  footer .footer-link .footer-link__row {
    width: 260px;
  }
}

@media only screen and (max-width: 1201px) {
  footer .footer-link {
    width: 100%;
    margin: 30px 0;
  }
  footer .footer-link .footer-link__row {
    width: 50%;
  }
}

@media only screen and (max-width: 577px) {
  footer .footer-link {
    display: none;
  }
}

footer .footer-follow {
  min-width: 300px;
}

footer .footer-follow .footer-follow__title {
  font-family: "Nanum Gothic", "Noto Sans TC", sans-serif;
  margin: 7px 0 35px 0;
  color: #fff;
  font-weight: bold;
}

footer .footer-follow .footer-follow__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
}

footer .footer-follow .footer-follow__list i {
  color: #878787;
  font-size: 30px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

footer .footer-follow .footer-follow__list a:hover i {
  color: #fff;
}

@media only screen and (max-width: 1600px) {
  footer .footer-follow {
    min-width: 260px;
  }
}

@media only screen and (max-width: 1400px) {
  footer .footer-follow {
    width: 100%;
  }
}

@media only screen and (max-width: 577px) {
  footer .footer-follow {
    margin: 30px 0 0 0;
  }
  footer .footer-follow .footer-follow__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footer-btm {
  border-top: solid 1px #2e2e2e;
  padding: 70px 60px;
  margin-top: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-btm .footer-btm__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 25px;
}

footer .footer-btm .footer-btm__nav a {
  color: #878787;
}

footer .footer-btm .footer-btm__nav a:hover {
  color: #fff;
}

footer .footer-btm .footer-btm__design {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7a7a7a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

footer .footer-btm .footer-btm__design span {
  padding-right: 40px;
}

footer .footer-btm .footer-btm__design span a {
  color: #878787;
}

@media only screen and (max-width: 1400px) {
  footer .footer-btm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .footer-btm .footer-btm__nav {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1201px) {
  footer .footer-btm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
  }
  footer .footer-btm .footer-btm__nav {
    display: none;
  }
  footer .footer-btm .footer-btm__design span {
    display: block;
    padding-right: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 1201px) {
  .zoom-box .viewer-box {
    display: none !important;
  }
}

.selectnav {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: none;
  padding: 10px 0;
  border: solid 1px #C5C5C5;
  position: relative;
  color: #fff;
  margin: 10px 0 30px 0;
  border-radius: 5px;
  padding: 10px 20px;
  background: url("../images/arrow-down.svg") no-repeat right 5px center #fed136;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

@media only screen and (max-width: 1201px) {
  #nav {
    display: none;
  }
  .selectnav {
    display: block;
  }
}

.slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  width: 26px !important;
  height: 45px !important;
}

.slick-prev {
  left: -110px;
  background: url("../images/left.svg") no-repeat;
  background-size: 100% auto;
}

.slick-next {
  right: -110px;
  background: url("../images/right.svg") no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 1600px) {
  .slick-prev {
    left: -55px;
  }
  .slick-next {
    right: -55px;
  }
}

@media only screen and (max-width: 1201px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}

@media only screen and (max-width: 577px) {
  .slick-arrow {
    width: 18px !important;
    height: 31px !important;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -44px;
  }
  100% {
    background-position: 0 44px;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -44px;
  }
  100% {
    background-position: 0 44px;
  }
}

.scroll-wrap {
  position: absolute;
  left: 40px;
  top: 50%;
  z-index: 3;
  color: #000;
  width: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.scroll-wrap span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.06em;
}

.scroll-wrap .scroll {
  width: 1px;
  height: 44px;
  background: #236EB4;
  position: relative;
  overflow: hidden;
  margin: 15px 4px 0 0;
}

.scroll-wrap .scroll .scroll-line {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, rgba(4, 15, 48, 0)));
  background: -webkit-linear-gradient(top, white 50%, rgba(4, 15, 48, 0) 50%);
  background: -o-linear-gradient(top, white 50%, rgba(4, 15, 48, 0) 50%);
  background: linear-gradient(to bottom, white 50%, rgba(4, 15, 48, 0) 50%);
  background-position: 0 -40px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 4s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 4s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@media only screen and (max-width: 577px) {
  .scroll-wrap {
    left: 15px;
  }
}

.noscroll {
  overflow: hidden;
}

.page-banner {
  width: 100%;
  position: relative;
  height: 160px;
}

.page-banner .slogan {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-banner .slogan h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.page-banner figure {
  width: 100%;
  position: relative;
  z-index: 1;
  height: inherit;
}

.page-banner figure img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page-banner figure:before {
  content: '';
  display: block;
  width: 100%;
  height: 75%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.504622)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.504622) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.504622) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.504622) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

.page-banner .curner {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  max-width: 38.8%;
}

.page-banner .curner img {
  display: block;
  width: 100%;
  height: auto;
}

.page-banner .s-title {
  bottom: -40px;
  left: 8.333%;
  position: absolute;
  z-index: 3;
  height: 70px;
  width: auto;
}

@media only screen and (max-width: 1600px) {
  .page-banner .s-title {
    max-height: 120px;
    width: auto;
  }
}

@media only screen and (max-width: 1201px) {
  .page-banner .s-title {
    height: 60px;
    bottom: -30px;
    left: 6.4vw;
  }
  .page-banner .slogan h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
  }
  .page-banner .slogan:after {
    height: 80px;
  }
}

@media only screen and (max-width: 1000px) {
  .page-banner .slogan:after {
    display: none;
  }
}

@media only screen and (max-width: 577px) {
  .page-banner {
    height: 120px;
  }
  .page-banner .s-title {
    height: 30px;
    bottom: -20px;
  }
  .page-banner .slogan h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

#breadcrumb {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 150px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-row-gap: 5px;
}

#breadcrumb li {
  margin-right: 40px;
  position: relative;
}

#breadcrumb li:first-child {
  padding-left: 30px;
  background: url("../images/home-outline.svg") no-repeat left center;
  background-size: contain;
}

#breadcrumb li:after {
  content: '';
  display: block;
  width: 1px;
  height: 17px;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  position: absolute;
  right: -20px;
  top: 2px;
  background: #707070;
}

#breadcrumb li:last-child {
  margin-right: 0;
}

#breadcrumb li:last-child:after {
  display: none;
}

@media only screen and (max-width: 1201px) {
  #breadcrumb {
    margin-bottom: 70px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #breadcrumb li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
    margin-right: 20px;
  }
  #breadcrumb li:first-child {
    background: url("../images/home-outline.svg") no-repeat left center;
    background-size: 18px auto;
  }
  #breadcrumb li:after {
    top: 1px;
    right: -10px;
    height: 15px;
  }
}

@media only screen and (max-width: 577px) {
  #breadcrumb {
    margin-bottom: 30px;
  }
}

.content {
  background: url("../images/main-bg.jpg") no-repeat;
  background-size: 100% auto;
  width: 100%;
  padding-top: 40px;
}

.content .content-about {
  padding: 90px;
  grid-gap: 70px;
}

.content .content-about figure {
  width: 50%;
  position: relative;
}

.content .content-about figure img {
  width: 100%;
  height: auto;
  display: block;
}

.content .content-about .content-about__info {
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .content-about .content-about__title .title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-weight: bold;
}

.content .content-about .content-about__title .sub {
  margin-top: 10px;
}

.content .content-about .content-about__title .sub span {
  vertical-align: top;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}

.content .content-about .content-about__title:after {
  width: 56px;
  height: 5px;
  content: '';
  display: block;
  background: #fed136;
  margin-top: 30px;
}

.content .content-about .content-about__text {
  color: #666;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 50px 0;
}

.content .content-about .content-about__text2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "Source Sans 3", sans-serif;
}

.content .content-about .content-about__text2 a {
  display: inline-block;
  border: solid 1px #000;
  padding: 10px 15px;
  margin-left: 20px;
}

.content .content-about .content-about__text2 a:hover {
  border: solid 1px #fed136;
  background: #fed136;
}

.content .content-about .content-about__list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 14px 0;
  font-weight: 600;
}

.content .content-about .content-about__list li i {
  font-size: 14px;
  margin-right: 15px;
  margin-top: 2px;
}

.content .content-about__pic img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 1600px) {
  .content .content-about .content-about__text {
    margin: 25px 0;
  }
}

@media only screen and (max-width: 1201px) {
  .content .content-about {
    padding: 30px;
  }
  .content .content-about .content-about__title .title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
  }
}

@media only screen and (max-width: 769px) {
  .content .content-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .content-about figure, .content .content-about .content-about__info {
    width: 100%;
  }
}

.content .content-bottom {
  border-bottom: solid 1px #D8D8D8;
  padding: 70px 0;
}

.content .content-bottom .content-bottom__width {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .content-bottom .content-bottom__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 800;
}

.content .content-bottom .content-bottom__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 10px;
  color: #666;
}

.content .content-bottom .content-bottom__contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 60px;
  border-radius: 60px;
  padding-left: 47px;
  font-weight: 800;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  background: -webkit-gradient(linear, left top, right top, from(#fed137), to(#f5d874));
  background: -webkit-linear-gradient(left, #fed137, #f5d874);
  background: -o-linear-gradient(left, #fed137, #f5d874);
  background: linear-gradient(to right, #fed137, #f5d874);
}

.content .content-bottom .content-bottom__contact i {
  position: absolute;
  top: 21px;
  right: 21px;
  font-size: 22px;
}

.content .content-bottom .content-bottom__contact:hover {
  opacity: .7;
  color: #000;
}

.content .content-bottom .content-bottom__contact:hover i {
  color: #000;
}

@media only screen and (max-width: 1201px) {
  .content .content-bottom .content-bottom__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media only screen and (max-width: 769px) {
  .content .content-bottom .content-bottom__width {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .content .content-bottom .content-bottom__contact {
    margin-top: 20px;
  }
}

.content .related-bg {
  background: #F2F2F2;
  width: 100%;
  position: relative;
  padding: 100px 0;
  margin-top: 45px;
  overflow: hidden;
}

@media only screen and (max-width: 1201px) {
  .content .related-bg {
    padding: 50px 0;
  }
}

.content .related-row {
  margin-bottom: 135px;
}

.content .related-row:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1201px) {
  .content .related-row {
    margin-bottom: 65px;
  }
}

.content .related-subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 800;
  padding: 20px 0;
  border-bottom: solid 1px #ACACAC;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1201px) {
  .content .related-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding: 10px 0;
  }
}

.content .related-products {
  width: 100%;
  margin-top: 45px;
}

.content .related-products .slick-list {
  margin: 0 -20px;
}

.content .related-products .slick-slide {
  margin: 0 20px;
}

.content .related-products .product-row {
  width: 100%;
  background: #fff;
  padding: 30px;
}

.content .related-products .product-row figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.content .related-products .product-row figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.content .related-products .product-row__info {
  border-top: solid 1px #E9E9E9;
  padding: 30px 0 0 0;
}

.content .related-products .product-row__name {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}

.content .related-products .product-row__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Source Sans 3", sans-serif;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1201px) {
  .content .related-products {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 401px) {
  .content .related-products {
    padding: 0 40px;
  }
}

.content .related-applications {
  width: 100%;
}

.content .related-applications .slick-list {
  margin: 0 -20px;
}

.content .related-applications .slick-slide {
  margin: 0 20px;
}

.content .related-applications .applications-row {
  position: relative;
}

.content .related-applications .applications-row figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.content .related-applications .applications-row figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.content .related-applications .applications-row figure:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.content .related-applications .applications-row .applications-row__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: bold;
  padding: 15px 0;
  display: block;
}

.content .related-applications .applications-row .applications-row__text {
  color: #666666;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1201px) {
  .content .related-applications {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 401px) {
  .content .related-applications {
    padding: 0 40px;
  }
}

.content .related-news {
  width: 100%;
}

.content .related-news .slick-list {
  margin: 0 -20px;
}

.content .related-news .slick-slide {
  margin: 0 20px;
}

.content .related-news .news-row {
  position: relative;
}

.content .related-news .news-row figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 67.567%;
}

.content .related-news .news-row figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.content .related-news .news-row figure:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.content .related-news .news-row__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: bold;
  padding: 15px 0;
  display: block;
}

.content .related-news .news-row__title:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.content .related-news .news-row__text {
  color: #666666;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Source Sans 3", sans-serif;
}

.content .related-news .news-row__date {
  padding: 15px 0;
  border-top: solid 1px #dbdbdb;
  margin-top: 15px;
}

@media only screen and (max-width: 1201px) {
  .content .related-news {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 401px) {
  .content .related-news {
    padding: 0 40px;
  }
}

.content .related-FAQ li {
  padding: 20px 0;
  border-bottom: solid 1px #DCDCDC;
}

.content .related-FAQ li span {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 800;
  padding: 0 25px;
}

.content .related-FAQ li a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  color: #000;
  display: block;
  margin-top: 2px;
  font-weight: bold;
}

.content .related-FAQ li a:hover {
  margin: 2px 0 0 10px;
}

.content .related-case .slick-list {
  padding: 30px 0;
  margin: 0 -30px;
}

.content .related-case .slick-slide {
  margin: 0 30px;
}

.content .related-case .case-row .case-row__more {
  margin: 50px 0 0 0;
  width: 160px;
  padding: 15px 10px 15px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #000;
  font-weight: bold;
}

.content .related-case .case-row .case-row__more i {
  margin-left: 18px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.content .related-case .case-row .case-row__more:hover {
  color: #000;
}

.content .related-case .case-row .case-row__more:hover i {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.content .related-case .case-row .case-row__img {
  width: 50%;
  min-width: 50%;
}

.content .related-case .case-row .case-row__img figure {
  width: 100%;
  padding: 66.714% 0 0 0;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
}

.content .related-case .case-row .case-row__img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.content .related-case .case-row .case-row__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .related-case .case-row .case-row__info {
  padding-left: 100px;
}

.content .related-case .case-row .case-row__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: bold;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEAA2), to(#FFEAA2)) left bottom -5px no-repeat;
  background: -webkit-linear-gradient(#FFEAA2, #FFEAA2) left bottom -5px no-repeat;
  background: -o-linear-gradient(#FFEAA2, #FFEAA2) left bottom -5px no-repeat;
  background: linear-gradient(#FFEAA2, #FFEAA2) left bottom -5px no-repeat;
  background-size: 0% 20px;
}

.content .related-case .case-row .case-row__title:hover {
  background-size: 100% 20px;
}

.content .related-case .case-row .case-row__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #666;
  font-family: "Source Sans 3", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}

@media only screen and (max-width: 1201px) {
  .content .related-case {
    padding: 0 60px;
  }
  .content .related-case .case-row .case-row__info {
    padding-left: 60px;
  }
  .content .related-case .case-row .case-row__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media only screen and (max-width: 769px) {
  .content .related-case .case-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .related-case .case-row .case-row__img, .content .related-case .case-row .case-row__info {
    width: 100%;
  }
  .content .related-case .case-row .case-row__info {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 401px) {
  .content .related-case {
    padding: 0 40px;
  }
}

.sidebar {
  min-width: 350px;
}

.sidebar .sidebar-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 800;
  margin: 20px 0;
}

.sidebar .sidebar-title i {
  display: none;
}

.sidebar .sidebar-list .close {
  display: none;
}

.sidebar .sidebar-list .sidebar-list__item {
  position: relative;
  background: #F7F7F7;
  margin-bottom: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 30px;
  font-weight: 600;
  position: relative;
}

.sidebar .sidebar-list .sidebar-list__item i {
  position: absolute;
  top: 27px;
  right: 20px;
  font-size: 10px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.sidebar .sidebar-list .sidebar-list__item:hover, .sidebar .sidebar-list .sidebar-list__item.active {
  background: #fed136;
  color: #000;
}

.sidebar .sidebar-list .sidebar-list__item:hover i, .sidebar .sidebar-list .sidebar-list__item.active i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidebar .sidebar-list .sidebar-list__content {
  padding: 30px;
}

.sidebar .sidebar-list .sidebar-list__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  color: #666;
}

.sidebar .sidebar-list .sidebar-list__link:before {
  content: '';
  display: block;
  height: 1px;
  width: 5px;
  min-width: 5px;
  margin-right: 10px;
  background: #666;
}

.sidebar .sidebar-list .sidebar-list__link:hover {
  color: #000;
}

.sidebar .sidebar-list .sidebar-list__link:hover:before {
  background: #000;
}

@media only screen and (max-width: 1201px) {
  .sidebar {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    min-width: auto;
  }
  .sidebar .sidebar-title {
    text-align: center;
    background: #fed136;
    height: 60px;
    margin: 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;
    z-index: 2;
    position: relative;
    cursor: pointer;
  }
  .sidebar .sidebar-title i {
    display: block;
    margin-left: 10px;
  }
  .sidebar .sidebar-list {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    padding: 60px 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    overflow: auto;
  }
  .sidebar .sidebar-list .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    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;
    font-size: 30px;
  }
  .sidebar .sidebar-list .sidebar-list__item {
    height: 45px;
  }
  .sidebar .sidebar-list .sidebar-list__item i {
    top: 20px;
  }
  .sidebar .sidebar-list .sidebar-list__content {
    padding: 10px 20px;
  }
  .sidebar .sidebar-list .sidebar-list__content .sidebar-list__link {
    display: inline-block;
    background: #F7F7F7;
    padding: 8px 15px;
    border-radius: 20px;
  }
  .sidebar .sidebar-list .sidebar-list__content .sidebar-list__link:before {
    display: none;
  }
  .sidebar .sidebar-list.current {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
}

.product .product-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  margin-bottom: 100px;
}

.product .product-list .product-list__row {
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  opacity: .5;
}

.product .product-list .product-list__row figure {
  width: 100%;
  padding: 100% 0 0 0;
  position: relative;
}

.product .product-list .product-list__row figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}

.product .product-list .product-list__row:hover {
  opacity: 1;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.product .product-list .product-list__name {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-weight: bold;
}

.product .product-list .product-list__name a:hover {
  color: #000;
}

@media only screen and (max-width: 1201px) {
  .product .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .product .product-list .product-list__row {
    opacity: 1;
  }
}

@media only screen and (max-width: 769px) {
  .product .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 577px) {
  .product .product-list {
    grid-template-columns: 1fr;
  }
}

.product .product-list2 {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-column-gap: 40px;
  width: 100%;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1201px) {
  .product .product-list2 {
    display: block;
  }
}

.product .product-list2 .product-list2__top {
  grid-gap: 50px;
}

.product .product-list2 .product-list2__top figure {
  width: 47.5%;
}

.product .product-list2 .product-list2__top figure img {
  width: 100%;
  height: auto;
  display: block;
}

.product .product-list2 .product-list2__top .info {
  width: 52.5%;
}

.product .product-list2 .product-list2__top .title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.product .product-list2 .product-list2__top .text {
  font-family: "Source Sans 3", sans-serif;
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}

@media only screen and (max-width: 1201px) {
  .product .product-list2 .product-list2__top .title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .product .product-list2 .product-list2__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product .product-list2 .product-list2__top figure {
    display: none;
  }
  .product .product-list2 .product-list2__top figure, .product .product-list2 .product-list2__top .info {
    width: 100%;
  }
}

.product .product-list2 .product-list2__edit {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  padding: 30px 0;
  font-family: "Source Sans 3", sans-serif;
}

.product .product-list2 .product-list2__edit img {
  max-width: 100%;
  height: auto;
  display: block;
}

.product .product-list2 .product-list2__ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.product .product-list2 .product-list2__ul li {
  padding: 25px;
}

.product .product-list2 .product-list2__ul figure {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}

.product .product-list2 .product-list2__ul figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 769px) {
  .product .product-list2 .product-list2__ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 577px) {
  .product .product-list2 .product-list2__ul {
    grid-template-columns: 1fr;
  }
}

.product .product-list2 .product-list2__info {
  border-top: solid 1px #E9E9E9;
  padding-top: 30px;
}

.product .product-list2 .product-list2__name {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}

.product .product-list2 .product-list2__name:hover {
  color: #fed136;
}

.product .product-list2 .product-list2__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Source Sans 3", sans-serif;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product .product-detail .product-detail__top {
  border-bottom: solid 1px #D8D8D8;
  padding-bottom: 100px;
  margin-bottom: 85px;
  overflow: hidden;
}

.product .product-detail .product-detail__top .all-width {
  grid-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product .product-detail .product-detail__wrap {
  width: 100%;
}

.product .product-detail .product-detail__wrap2 {
  width: 100%;
  grid-gap: 60px;
}

.product .product-detail .product-detail__pic {
  grid-gap: 40px;
  width: 50%;
}

.product .product-detail .product-detail__pic img {
  width: 100%;
  height: auto;
  display: block;
}

.product .product-detail .product-detail__pic .small-pic {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5px;
}

.product .product-detail .product-detail__pic .small-pic .row.current figure {
  border: solid 3px #fed136;
  opacity: 1;
}

.product .product-detail .product-detail__pic .small-pic figure {
  border: solid 3px #C9C9C9;
  opacity: .5;
  cursor: pointer;
}

.product .product-detail .product-detail__pic .big-pic {
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.product .product-detail .product-detail__pic .big-pic .row {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.product .product-detail .product-detail__pic .big-pic .row.current {
  opacity: 1;
  z-index: 1;
}

.product .product-detail .product-detail__pic .big-pic figure {
  padding: 35px;
}

.product .product-detail .product-detail__info {
  padding-top: 30px;
  width: 50%;
}

.product .product-detail .product-detail__category {
  font-weight: bold;
}

.product .product-detail .product-detail__name {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-weight: bold;
  margin: 20px 0 40px 0;
}

.product .product-detail .product-detail__text {
  color: #666;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  min-height: 280px;
}

.product .product-detail .product-detail__btm {
  grid-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

.product .product-detail .product-detail__button {
  width: 220px;
  height: 60px;
  border-radius: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product .product-detail .product-detail__button:before {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  right: 30px;
  width: 15px;
  height: 15px;
}

.product .product-detail .product-detail__button:hover {
  opacity: .7;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.product .product-detail .product-detail__button--back {
  border: solid 1px #000;
  color: #000;
}

.product .product-detail .product-detail__button--back:before {
  background: url("../images/reply.svg") no-repeat center center;
  background-size: contain;
}

.product .product-detail .product-detail__button--inquiry {
  background: -webkit-gradient(linear, left top, right top, from(#fed137), to(#f5d874));
  background: -webkit-linear-gradient(left, #fed137, #f5d874);
  background: -o-linear-gradient(left, #fed137, #f5d874);
  background: linear-gradient(to right, #fed137, #f5d874);
}

.product .product-detail .product-detail__button--inquiry:hover {
  color: #000;
}

.product .product-detail .product-detail__button--inquiry:before {
  background: url("../images/write.svg") no-repeat center center;
  background-size: contain;
}

.product .product-detail .product-detail__row {
  margin-bottom: 135px;
  overflow: hidden;
}

.product .product-detail .product-detail__row:last-child {
  margin-bottom: 0;
}

.product .product-detail .product-detail__subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 800;
  text-align: center;
}

.product .product-detail .product-detail__subtitle:after {
  content: '';
  display: block;
  width: 56px;
  height: 5px;
  margin: 17px auto 0;
  background: #fed136;
}

.product .product-detail .product-detail__edit {
  padding: 45px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #666;
  font-family: "Source Sans 3", sans-serif;
}

.product .product-detail .product-detail__edit img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1201px) {
  .product .product-detail .product-detail__name {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
    margin: 10px 0 20px 0;
  }
  .product .product-detail .product-detail__text {
    min-height: auto;
  }
  .product .product-detail .product-detail__btm {
    margin-top: 50px;
  }
  .product .product-detail .product-detail__row {
    margin-bottom: 65px;
  }
  .product .product-detail .product-detail__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media only screen and (max-width: 769px) {
  .product .product-detail .product-detail__wrap2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product .product-detail .product-detail__info {
    width: 100%;
  }
  .product .product-detail .product-detail__pic {
    width: 100%;
  }
}

@media only screen and (max-width: 401px) {
  .product .product-detail .product-detail__button--back {
    display: none;
  }
}

.product .product-result {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.product .product-search {
  margin-top: 40px;
}

.product .product-search .product-search__row {
  grid-gap: 30px;
  padding: 15px 0;
  border-bottom: solid 1px #E9E9E9;
}

.product .product-search .product-search__img figure {
  min-width: 147px;
  width: 147px;
  height: 147px;
  overflow: hidden;
  position: relative;
}

.product .product-search .product-search__img figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}

.product .product-search .product-search__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin: 15px 0 20px 0;
  display: block;
  font-weight: bold;
}

.product .product-search .product-search__text {
  color: #666;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product .product-inquiry .product-inquiry__top {
  grid-gap: 55px;
}

.product .product-inquiry .product-inquiry__img {
  width: 125px;
  min-width: 125px;
}

.product .product-inquiry .product-inquiry__img img {
  width: 100%;
  height: auto;
  display: block;
}

.product .product-inquiry .product-inquiry__info {
  width: 100%;
}

.product .product-inquiry .product-inquiry__category {
  font-weight: bold;
}

.product .product-inquiry .product-inquiry__name {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-weight: bold;
  margin-top: 15px;
}

.product .product-inquiry .product-inquiry__tips {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.product .product-inquiry .list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 38px;
  grid-row-gap: 25px;
  margin: 40px 0;
  font-family: "Source Sans 3", sans-serif;
}

.product .product-inquiry .list .list-item--wrap {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product .product-inquiry .list .list-item--wrap .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .product-inquiry .list .list-item--wrap .flex img {
  margin-top: 40px;
}

.product .product-inquiry .list .list-item--wrap > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .product-inquiry .list .list-item--wrap .reset-captcha {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.product .product-inquiry .list .list-item--wrap .list-item__btn {
  width: 220px;
  height: 60px;
  border-radius: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-weight: 600;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: auto;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#fed137), to(#f5d874));
  background: -webkit-linear-gradient(left, #fed137, #f5d874);
  background: -o-linear-gradient(left, #fed137, #f5d874);
  background: linear-gradient(to right, #fed137, #f5d874);
  text-transform: uppercase;
  position: relative;
}

.product .product-inquiry .list .list-item--wrap .list-item__btn i {
  position: absolute;
  top: 23px;
  right: 23px;
  font-size: 15px;
}

.product .product-inquiry .list .list-item--wrap .list-item__btn:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.product .product-inquiry .list .list-item {
  width: 100%;
  position: relative;
}

.product .product-inquiry .list .list-item .text-danger {
  color: #ff0000;
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 300;
}

.product .product-inquiry .list .list-item .list-item__title {
  background: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

.product .product-inquiry .list .list-item .list-item__title span {
  color: #ff0000;
}

.product .product-inquiry .list .list-item .list-item__field--arrow {
  position: relative;
  background: url("../images/chevron-down-solid(5).svg") no-repeat right 20px center;
  background-size: 12px auto;
}

.product .product-inquiry .list .list-item .list-item__field {
  border: solid 1px #A8A8A8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin: 12px 0 0 0;
}

.product .product-inquiry .list .list-item .list-item__field:focus {
  outline: none;
}

.product .product-inquiry .list .list-item .list-item__file {
  margin: 12px 0 0 0;
}

.product .product-inquiry .list .list-item .list-item__field2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #A8A8A8;
  height: 200px;
  width: 100%;
  background: none;
  padding: 20px;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin: 12px 0 0 0;
}

.product .product-inquiry .list .list-item .list-item__field2:focus {
  outline: none;
}

.product .product-inquiry .list .list-item .list-item__field3 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  height: 60px;
  width: 240px;
  background: none;
  padding: 0 20px;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  border: solid 1px #A8A8A8;
  margin: 12px 0 0 0;
}

.product .product-inquiry .list .list-item .list-item__field3:focus {
  outline: none;
}

@media only screen and (max-width: 577px) {
  .product .product-inquiry .list .list-item--wrap .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product .product-inquiry .contact-subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 800;
  text-align: center;
  margin-top: 130px;
}

.product .product-inquiry .contact-subtitle:after {
  content: '';
  display: block;
  width: 56px;
  height: 5px;
  margin: 17px auto 0;
  background: #fed136;
}

.product .product-inquiry .product-inquiry__ok {
  text-align: center;
  padding: 100px 0;
}

.product .product-inquiry .product-inquiry__ok .title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
}

.product .product-inquiry .product-inquiry__ok .text {
  color: #666;
  margin-top: 30px;
}

.product .product-inquiry .product-inquiry__ok .product-inquiry__home {
  width: 220px;
  height: 60px;
  border-radius: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 60px auto 0;
  background: -webkit-gradient(linear, left top, right top, from(#fed137), to(#f5d874));
  background: -webkit-linear-gradient(left, #fed137, #f5d874);
  background: -o-linear-gradient(left, #fed137, #f5d874);
  background: linear-gradient(to right, #fed137, #f5d874);
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}

.product .product-inquiry .product-inquiry__ok .product-inquiry__home i {
  position: absolute;
  top: 23px;
  right: 23px;
  font-size: 15px;
}

.product .product-inquiry .product-inquiry__ok .product-inquiry__home:hover {
  opacity: .5;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

@media only screen and (max-width: 1201px) {
  .product .product-inquiry .product-inquiry__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 10px;
  }
  .product .product-inquiry .product-inquiry__img {
    margin: auto;
  }
  .product .product-inquiry .product-inquiry__name {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
    margin-bottom: 10px;
  }
}

.news .news-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

.news .news-list__row {
  position: relative;
}

.news .news-list__row figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 67.567%;
}

.news .news-list__row figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.news .news-list__row figure:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.news .news-list__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: bold;
  margin: 15px 0;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .news-list__title:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.news .news-list__text {
  color: #666666;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Source Sans 3", sans-serif;
}

.news .news-list__date {
  padding: 15px 0;
  border-top: solid 1px #dbdbdb;
}

.news .news-detail .news-detail__name {
  border-bottom: solid 1px #C9C9C9;
  padding: 23px 0;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 800;
  position: relative;
  display: block;
}

.news .news-detail .news-detail__name:after {
  content: '';
  display: block;
  width: 94px;
  height: 5px;
  background: #fed136;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.news .news-detail .news-detail__edit {
  padding: 45px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "Source Sans 3", sans-serif;
}

.news .news-detail .news-detail__edit img {
  max-width: 100%;
  height: auto;
}

.news .news-detail .news-detail__edit table {
  max-width: 100%;
  overflow: auto;
  margin: 1em 0;
}

@media only screen and (max-width: 768px) {
  .news .news-detail .news-detail__edit table {
    display: block;
    width: 100% !important;
    height: auto !important;
    white-space: nowrap;
  }
}

.news .news-detail .news-detail__btn {
  border: solid 1px #C9C9C9;
  border-width: 1px 0;
  height: 112px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.news .news-detail .news-detail__btn .btn-line {
  width: 1px;
  height: 50px;
  background: #C9C9C9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news .news-detail .news-detail__btn .btn-row {
  width: 50%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news .news-detail .news-detail__btn .btn-row a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.news .news-detail .news-detail__btn .btn-row__wrap, .news .news-detail .news-detail__btn .btn-row__icon {
  position: relative;
  z-index: 1;
}

.news .news-detail .news-detail__btn .btn-row__wrap {
  width: 80%;
}

.news .news-detail .news-detail__btn .btn-row__icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: solid 1px #707070;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
}

.news .news-detail .news-detail__btn .btn-row__icon i {
  font-size: 10px;
}

.news .news-detail .news-detail__btn .btn-row__sub {
  margin-bottom: 5px;
}

.news .news-detail .news-detail__btn .btn-row__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: bold;
  padding-right: 60px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.news .news-detail .news-detail__btn .btn-row__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.news .news-detail .news-detail__btn .btn-row__right .btn-row__icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.news .news-detail .news-detail__btn .btn-row__right .btn-row__wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

.news .news-detail .news-detail__btn .btn-row__right .btn-row__text {
  padding-left: 60px;
  padding-right: 0;
}

.news .news-detail .news-detail__back {
  width: 220px;
  height: 60px;
  border-radius: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-weight: 800;
  text-transform: uppercase;
  border: solid 1px #000;
  color: #000;
  margin: 67px auto 130px;
}

.news .news-detail .news-detail__back:before {
  background: url("../images/reply.svg") no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  right: 30px;
  width: 15px;
  height: 15px;
}

.news .news-detail .news-detail__back:hover {
  opacity: .5;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

@media only screen and (max-width: 1201px) {
  .news .news-list {
    grid-gap: 30px;
  }
  .news .news-detail .news-detail__name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media only screen and (max-width: 769px) {
  .news .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .news .news-detail .news-detail__btn .btn-row__text {
    display: none;
  }
}

@media only screen and (max-width: 577px) {
  .news .news-list {
    grid-template-columns: 1fr;
  }
}

.faq .faq-list li {
  padding: 20px 0;
  border-bottom: solid 1px #DCDCDC;
}

.faq .faq-list li span {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 800;
  padding: 0 25px;
}

.faq .faq-list li a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  color: #000;
  display: block;
  margin-top: 2px;
}

.faq .faq-list li a:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.faq .faq-detail .faq-detail__sort {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 800;
}

.faq .faq-detail .faq-detail__name {
  border-bottom: solid 1px #C9C9C9;
  padding: 23px 0;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 800;
  position: relative;
  display: block;
}

.faq .faq-detail .faq-detail__name:after {
  content: '';
  display: block;
  width: 94px;
  height: 5px;
  background: #fed136;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.faq .faq-detail .faq-detail__edit {
  padding: 45px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "Source Sans 3", sans-serif;
}

.faq .faq-detail .faq-detail__edit img {
  max-width: 100%;
  height: auto;
}

.faq .faq-detail .faq-detail__edit table {
  max-width: 100%;
  overflow: auto;
  margin: 1em 0;
}

@media only screen and (max-width: 768px) {
  .faq .faq-detail .faq-detail__edit table {
    display: block;
    width: 100% !important;
    height: auto !important;
    white-space: nowrap;
  }
}

.faq .faq-detail .faq-detail__btn {
  border: solid 1px #C9C9C9;
  border-width: 1px 0;
  height: 112px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.faq .faq-detail .faq-detail__btn .btn-line {
  width: 1px;
  height: 50px;
  background: #C9C9C9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq .faq-detail .faq-detail__btn .btn-row {
  width: 50%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq .faq-detail .faq-detail__btn .btn-row a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.faq .faq-detail .faq-detail__btn .btn-row__wrap, .faq .faq-detail .faq-detail__btn .btn-row__icon {
  position: relative;
  z-index: 1;
}

.faq .faq-detail .faq-detail__btn .btn-row__wrap {
  width: 80%;
}

.faq .faq-detail .faq-detail__btn .btn-row__icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: solid 1px #707070;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
}

.faq .faq-detail .faq-detail__btn .btn-row__icon i {
  font-size: 10px;
}

.faq .faq-detail .faq-detail__btn .btn-row__sub {
  margin-bottom: 5px;
}

.faq .faq-detail .faq-detail__btn .btn-row__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: bold;
  padding-right: 60px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.faq .faq-detail .faq-detail__btn .btn-row__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.faq .faq-detail .faq-detail__btn .btn-row__right .btn-row__icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.faq .faq-detail .faq-detail__btn .btn-row__right .btn-row__wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

.faq .faq-detail .faq-detail__btn .btn-row__right .btn-row__text {
  padding-left: 60px;
  padding-right: 0;
}

.faq .faq-detail .faq-detail__back {
  width: 220px;
  height: 60px;
  border-radius: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-weight: 800;
  text-transform: uppercase;
  border: solid 1px #000;
  color: #000;
  margin: 67px auto 130px;
}

.faq .faq-detail .faq-detail__back:before {
  background: url("../images/reply.svg") no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  right: 30px;
  width: 15px;
  height: 15px;
}

.faq .faq-detail .faq-detail__back:hover {
  opacity: .5;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

@media only screen and (max-width: 1201px) {
  .faq .faq-detail .faq-detail__name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media only screen and (max-width: 769px) {
  .faq .faq-detail .faq-detail__btn .btn-row__text {
    display: none;
  }
}

.case {
  width: 100%;
}

.case .case-list li {
  padding: 70px 0;
  border-bottom: solid 1px #D4D4D4;
}

.case .case-list li .case-row__more {
  margin: 50px 0 0 0;
  width: 160px;
  padding: 15px 10px 15px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #000;
  font-weight: bold;
}

.case .case-list li .case-row__more i {
  margin-left: 18px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.case .case-list li .case-row__more:hover {
  color: #000;
}

.case .case-list li .case-row__more:hover i {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.case .case-list li .case-row__img {
  width: 50%;
  min-width: 50%;
}

.case .case-list li .case-row__img figure {
  width: 100%;
  padding: 66.714% 0 0 0;
  overflow: hidden;
  position: relative;
}

.case .case-list li .case-row__img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.case .case-list li .case-row__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case .case-list li .case-row__info {
  padding-left: 100px;
  padding-right: 60px;
}

.case .case-list li .case-row__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: bold;
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEAA2), to(#FFEAA2)) left bottom -5px no-repeat;
  background: -webkit-linear-gradient(#FFEAA2, #FFEAA2) left bottom -5px no-repeat;
  background: -o-linear-gradient(#FFEAA2, #FFEAA2) left bottom -5px no-repeat;
  background: linear-gradient(#FFEAA2, #FFEAA2) left bottom -5px no-repeat;
  background-size: 0% 20px;
}

.case .case-list li .case-row__title:hover {
  background-size: 100% 20px;
}

.case .case-list li .case-row__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #666;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 30px;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.case .case-list li:first-child {
  padding: 0 0 70px 0;
}

.case .case-list li:nth-child(2n) .case-row__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.case .case-list li:nth-child(2n) .case-row__info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 1201px) {
  .case .case-list li .case-row__info {
    padding-left: 50px;
    padding-right: 30px;
  }
  .case .case-list li .case-row__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .case .case-list li .case-row__text {
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .case .case-list li .case-row__more {
    margin: 30px 0 0 0;
  }
}

@media only screen and (max-width: 577px) {
  .case .case-list li .case-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .case .case-list li .case-row__info {
    padding-left: 0;
    padding-right: 0;
  }
  .case .case-list li .case-row__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .case .case-list li .case-row__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .case .case-list li:nth-child(2n) .case-row__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .case .case-list li:nth-child(2n) .case-row__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.case .case-detail .case-detail__sort {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 800;
}

.case .case-detail .case-detail__name {
  border-bottom: solid 1px #C9C9C9;
  padding: 23px 0;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 800;
  position: relative;
  display: block;
}

.case .case-detail .case-detail__name:after {
  content: '';
  display: block;
  width: 94px;
  height: 5px;
  background: #fed136;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.case .case-detail .case-detail__edit {
  padding: 45px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "Source Sans 3", sans-serif;
}

.case .case-detail .case-detail__edit img {
  max-width: 100%;
  height: auto;
}

.case .case-detail .case-detail__edit table {
  max-width: 100%;
  overflow: auto;
  margin: 1em 0;
}

@media only screen and (max-width: 768px) {
  .case .case-detail .case-detail__edit table {
    display: block;
    width: 100% !important;
    height: auto !important;
    white-space: nowrap;
  }
}

.case .case-detail .case-detail__btn {
  border: solid 1px #C9C9C9;
  border-width: 1px 0;
  height: 112px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.case .case-detail .case-detail__btn .btn-line {
  width: 1px;
  height: 50px;
  background: #C9C9C9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.case .case-detail .case-detail__btn .btn-row {
  width: 50%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case .case-detail .case-detail__btn .btn-row a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.case .case-detail .case-detail__btn .btn-row__wrap, .case .case-detail .case-detail__btn .btn-row__icon {
  position: relative;
  z-index: 1;
}

.case .case-detail .case-detail__btn .btn-row__wrap {
  width: 80%;
}

.case .case-detail .case-detail__btn .btn-row__icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: solid 1px #707070;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
}

.case .case-detail .case-detail__btn .btn-row__icon i {
  font-size: 10px;
}

.case .case-detail .case-detail__btn .btn-row__sub {
  margin-bottom: 5px;
}

.case .case-detail .case-detail__btn .btn-row__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: bold;
  padding-right: 60px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.case .case-detail .case-detail__btn .btn-row__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.case .case-detail .case-detail__btn .btn-row__right .btn-row__icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.case .case-detail .case-detail__btn .btn-row__right .btn-row__wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

.case .case-detail .case-detail__btn .btn-row__right .btn-row__text {
  padding-left: 60px;
  padding-right: 0;
}

.case .case-detail .case-detail__back {
  width: 220px;
  height: 60px;
  border-radius: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-weight: 800;
  text-transform: uppercase;
  border: solid 1px #000;
  color: #000;
  margin: 67px auto 130px;
}

.case .case-detail .case-detail__back:before {
  background: url("../images/reply.svg") no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  right: 30px;
  width: 15px;
  height: 15px;
}

.case .case-detail .case-detail__back:hover {
  opacity: .5;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

@media only screen and (max-width: 1201px) {
  .case .case-detail .case-detail__name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media only screen and (max-width: 769px) {
  .case .case-detail .case-detail__btn .btn-row__text {
    display: none;
  }
}

.application .application-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 94px;
  margin-bottom: 100px;
}

.application .application-list li figure {
  width: 100%;
  overflow: hidden;
  padding-top: 123.76%;
  position: relative;
}

.application .application-list li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.application .application-list li figure a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.application .application-list li .application-list__name {
  background: #F2F2F2;
  text-align: center;
  display: block;
  padding: 30px 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: bold;
}

.application .application-list li:hover figure img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.application .application-list li:hover .application-list__name {
  background: #fed136;
}

@media only screen and (max-width: 1201px) {
  .application .application-list {
    grid-gap: 60px;
  }
  .application .application-list li .application-list__name {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
  }
}

@media only screen and (max-width: 1000px) {
  .application .application-list {
    grid-gap: 30px;
  }
}

@media only screen and (max-width: 769px) {
  .application .application-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .application .application-list li .application-list__name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media only screen and (max-width: 401px) {
  .application .application-list {
    grid-template-columns: 1fr;
  }
}

.application .application-list2 {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-column-gap: 40px;
  width: 100%;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.application .application-list2 .application-list2__content {
  width: 100%;
}

.application .application-list2 .application-list2__top {
  background: #F9F9F9;
  padding: 30px;
  margin-bottom: 30px;
}

.application .application-list2 .application-list2__top .title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.application .application-list2 .application-list2__top .text {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "Source Sans 3", sans-serif;
}

.application .application-list2 .application-list2__edit {
  padding: 30px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #666;
}

.application .application-list2 .application-list2__edit img {
  max-width: 100%;
  height: auto;
  display: block;
}

.application .application-list2 .application-list2__ul {
  width: 100%;
}

.application .application-list2 .application-list2__ul li {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 40px;
  padding: 30px 0;
  border-bottom: solid 1px #D2D2D2;
}

.application .application-list2 .application-list2__ul figure {
  width: 41.379%;
  overflow: hidden;
  position: relative;
  max-width: 317px;
}

.application .application-list2 .application-list2__ul figure img {
  width: 100%;
  height: auto;
  display: block;
}

.application .application-list2 .application-list2__info {
  padding-top: 30px;
  width: 50%;
}

.application .application-list2 .application-list2__name {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}

.application .application-list2 .application-list2__name:hover {
  color: #fed136;
}

.application .application-list2 .application-list2__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "Source Sans 3", sans-serif;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.application .application-list2 .application-list2__more {
  margin: 50px 0 0 0;
  width: 160px;
  padding: 15px 10px 15px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #000;
  font-weight: bold;
}

.application .application-list2 .application-list2__more i {
  margin-left: 18px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.application .application-list2 .application-list2__more:hover {
  color: #000;
}

.application .application-list2 .application-list2__more:hover i {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

@media only screen and (max-width: 1201px) {
  .application .application-list2 {
    grid-template-columns: 1fr;
  }
  .application .application-list2 .application-list2__top .title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 10px;
  }
  .application .application-list2 .application-list2__info {
    padding-top: 10px;
  }
  .application .application-list2 .application-list2__more {
    margin: 30px 0 0 0;
  }
}

@media only screen and (max-width: 769px) {
  .application .application-list2 .application-list2__text {
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .application .application-list2 .application-list2__ul li {
    grid-gap: 20px;
  }
}

.application .application-detail .application-detail__top {
  border-bottom: solid 1px #D8D8D8;
  padding-bottom: 100px;
  margin-bottom: 85px;
  overflow: hidden;
}

.application .application-detail .application-detail__top .all-width {
  grid-gap: 30px;
}

.application .application-detail .application-detail__wrap {
  width: 100%;
}

.application .application-detail .application-detail__wrap2 {
  width: 100%;
  grid-gap: 60px;
}

.application .application-detail .application-detail__pic {
  grid-gap: 40px;
  width: 50%;
}

.application .application-detail .application-detail__pic img {
  width: 100%;
  height: auto;
  display: block;
}

.application .application-detail .application-detail__pic .small-pic {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5px;
}

.application .application-detail .application-detail__pic .small-pic .row.current figure {
  border: solid 3px #fed136;
  opacity: 1;
}

.application .application-detail .application-detail__pic .small-pic figure {
  border: solid 3px #C9C9C9;
  opacity: .5;
  cursor: pointer;
}

.application .application-detail .application-detail__pic .big-pic {
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.application .application-detail .application-detail__pic .big-pic .row {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.application .application-detail .application-detail__pic .big-pic .row.current {
  opacity: 1;
  z-index: 1;
}

.application .application-detail .application-detail__pic .big-pic figure {
  padding: 0;
}

.application .application-detail .application-detail__info {
  padding-top: 30px;
  width: 50%;
}

.application .application-detail .application-detail__category {
  font-weight: bold;
}

.application .application-detail .application-detail__name {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-weight: bold;
  margin: 20px 0 40px 0;
}

.application .application-detail .application-detail__text {
  color: #666;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  min-height: 280px;
}

.application .application-detail .application-detail__btm {
  grid-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

.application .application-detail .application-detail__button {
  width: 220px;
  height: 60px;
  border-radius: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-weight: 800;
  text-transform: uppercase;
}

.application .application-detail .application-detail__button:before {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  right: 30px;
  width: 15px;
  height: 15px;
}

.application .application-detail .application-detail__button:hover {
  opacity: .7;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.application .application-detail .application-detail__button--back {
  border: solid 1px #000;
  color: #000;
}

.application .application-detail .application-detail__button--back:before {
  background: url("../images/reply.svg") no-repeat center center;
  background-size: contain;
}

.application .application-detail .application-detail__button--inquiry {
  background: -webkit-gradient(linear, left top, right top, from(#fed137), to(#f5d874));
  background: -webkit-linear-gradient(left, #fed137, #f5d874);
  background: -o-linear-gradient(left, #fed137, #f5d874);
  background: linear-gradient(to right, #fed137, #f5d874);
}

.application .application-detail .application-detail__button--inquiry:hover {
  color: #000;
}

.application .application-detail .application-detail__button--inquiry:before {
  background: url("../images/write.svg") no-repeat center center;
  background-size: contain;
}

.application .application-detail .application-detail__row {
  margin-bottom: 135px;
}

.application .application-detail .application-detail__row:last-child {
  margin-bottom: 0;
}

.application .application-detail .application-detail__subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 800;
  text-align: center;
}

.application .application-detail .application-detail__subtitle:after {
  content: '';
  display: block;
  width: 56px;
  height: 5px;
  margin: 17px auto 0;
  background: #fed136;
}

.application .application-detail .application-detail__edit {
  padding: 45px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #666;
  font-family: "Source Sans 3", sans-serif;
}

.application .application-detail .application-detail__edit img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1201px) {
  .application .application-detail .application-detail__name {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
    margin: 10px 0 20px 0;
  }
  .application .application-detail .application-detail__text {
    min-height: auto;
  }
  .application .application-detail .application-detail__btm {
    margin-top: 50px;
  }
  .application .application-detail .application-detail__row {
    margin-bottom: 65px;
  }
  .application .application-detail .application-detail__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media only screen and (max-width: 769px) {
  .application .application-detail .application-detail__wrap2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .application .application-detail .application-detail__info {
    width: 100%;
  }
  .application .application-detail .application-detail__pic {
    width: 100%;
  }
}

@media only screen and (max-width: 401px) {
  .application .application-detail .application-detail__button--back {
    display: none;
  }
}

.about .about-row {
  margin-bottom: 200px;
}

.about .about-row .about-row__title {
  text-align: center;
}

.about .about-row .about-row__title .sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  margin-bottom: 10px;
}

.about .about-row .about-row__title .sub span {
  vertical-align: top;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}

.about .about-row .about-row__title .title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-weight: bold;
}

.about .about-row .about-row__title .title span {
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}

.about .about-row .about-row__title .title .sub {
  vertical-align: top;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.about .about-row .about-row__title .title:after {
  content: '';
  display: block;
  width: 56px;
  height: 5px;
  margin: 17px auto 0;
  background: #fed136;
}

.about .about-row .about-row__title2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}

.about .about-row .about-row__title2 span {
  vertical-align: top;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 10px;
  line-height: 0.625rem;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}

.about .about-row .about-row__logo {
  width: 340px;
  margin: 60px auto 120px;
}

.about .about-row .about-row__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.about .about-row .about-row__article {
  margin-top: 60px;
}

.about .about-row .about-row__article .tit {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: bold;
  margin: 30px 0;
}

.about .about-row .about-row__article .text {
  color: #666;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.about .about-row .about-row__article .text b {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: bold;
  color: #000;
}

.about .about-row .about-row__pic {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  margin-top: 100px;
}

.about .about-row .about-row__pic .row {
  width: 100%;
  position: relative;
}

.about .about-row .about-row__pic .row figure {
  width: calc( 100% - 15px);
  padding-top: 59.134%;
  background: #000;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.about .about-row .about-row__pic .row figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about .about-row .about-row__pic .row:after {
  background: #EBEBEB;
  content: '';
  display: block;
  width: calc( 100% - 15px);
  padding-top: 59.134%;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.about .about-row .about-row__pic .row .row-name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-weight: bold;
  border-left: solid 3px #fed136;
  margin-top: 40px;
  padding-left: 15px;
}

.about .about-row .about-row__allproduct {
  max-width: 1100px;
  width: 100%;
  margin: 55px auto;
}

.about .about-row .about-row__allproduct img {
  width: 100%;
  height: auto;
  display: block;
}

.about .about-row .about-row__gallery {
  width: 100%;
  margin-top: 60px;
}

.about .about-row .about-row__gallery img {
  width: 100%;
  height: auto;
  display: block;
}

.about .about-row .about-row__gallery .slider2, .about .about-row .about-row__gallery .slider4 {
  margin-top: 24px;
}

.about .about-row .about-row__gallery .slider2 .slick-list, .about .about-row .about-row__gallery .slider4 .slick-list {
  margin: 0 -12px;
}

.about .about-row .about-row__gallery .slider2 .slick-slide, .about .about-row .about-row__gallery .slider4 .slick-slide {
  margin: 0 12px;
  opacity: .3;
  cursor: pointer;
}

.about .about-row .about-row__gallery .slider2 .slick-current, .about .about-row .about-row__gallery .slider4 .slick-current {
  opacity: 1;
}

.about .about-row .about-row__table {
  border: solid 1px #C1C1C1;
  border-collapse: collapse;
  margin-top: 70px;
  width: 100%;
}

.about .about-row .about-row__table th, .about .about-row .about-row__table td {
  border: solid 1px #C1C1C1;
}

.about .about-row .about-row__table th {
  background: #F3F3F3;
  padding: 0 20px 0 54px;
  width: 290px;
  height: 78px;
  font-weight: bold;
  text-align: left;
}

.about .about-row .about-row__table td {
  padding: 0 40px;
}

.about .about-row .about-row__certication2 {
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0;
}

.about .about-row .about-row__certication2 img {
  width: 100%;
  height: auto;
  display: block;
}

.about .about-row .about-row__certication3 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 360px;
  margin-top: 100px;
}

.about .about-row .about-row__certication3 .row {
  position: relative;
  text-align: center;
}

.about .about-row .about-row__certication3 .row img {
  width: 100%;
  height: 100%;
  max-width: 476px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: auto;
}

.about .about-row .about-row__certication3 .row:nth-child(2) img {
  max-width: 380px;
}

.about .about-row img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 1201px) {
  .about .about-row {
    margin-bottom: 100px;
  }
  .about .about-row .all-width {
    padding: 0;
  }
  .about .about-row .about-row__title .title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
  }
  .about .about-row .about-row__logo {
    margin: 30px auto 60px;
  }
  .about .about-row .about-row__pic {
    grid-gap: 30px;
  }
  .about .about-row .about-row__certication {
    grid-gap: 60px;
  }
}

@media only screen and (max-width: 769px) {
  .about .about-row .about-row__gallery .slider2, .about .about-row .about-row__gallery .slider4 {
    margin-top: 12px;
  }
  .about .about-row .about-row__gallery .slider2 .slick-list, .about .about-row .about-row__gallery .slider4 .slick-list {
    margin: 0 -6px;
  }
  .about .about-row .about-row__gallery .slider2 .slick-slide, .about .about-row .about-row__gallery .slider4 .slick-slide {
    margin: 0 6px;
  }
  .about .about-row .about-row__table th {
    width: 200px;
    height: 60px;
    padding: 0 20px 0 40px;
  }
  .about .about-row .about-row__certication {
    grid-template-columns: 1fr;
  }
  .about .about-row .about-row__certication .row:nth-child(2) img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 577px) {
  .about .about-row .about-row__pic {
    grid-template-columns: 1fr;
  }
}

.milestone {
  width: 100%;
  position: relative;
  padding: 50px 0;
  margin-top: 60px;
}

.milestone:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #CBCBCB;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.milestone .milestone-row {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
  margin-bottom: 75px;
}

.milestone .milestone-row .milestone-row__wrap {
  width: calc( 50% + 43px);
  grid-gap: 66px;
}

.milestone .milestone-row .milestone-row__icon {
  min-width: 86px;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background: #fed136;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.milestone .milestone-row .milestone-row__icon img {
  max-width: 45px;
  max-height: 40px;
  width: auto;
  height: auto;
  display: block;
}

.milestone .milestone-row .milestone-row__year {
  color: #FED138;
}

.milestone .milestone-row .milestone-row__name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: bold;
  margin: 12px 0;
}

.milestone .milestone-row .milestone-row__name span {
  vertical-align: top;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
}

.milestone .milestone-row .milestone-row__text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #666;
}

.milestone .milestone-row:nth-child(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: right;
}

.milestone .milestone-row:nth-child(even) .milestone-row__info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.milestone .milestone-row:nth-child(even) .milestone-row__icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 1201px) {
  .milestone .milestone-row {
    margin-bottom: 36px;
  }
  .milestone .milestone-row .milestone-row__wrap {
    grid-gap: 30px;
  }
  .milestone .milestone-row .milestone-row__name {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .milestone .milestone-row .milestone-row__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 577px) {
  .milestone .milestone-row .milestone-row__text {
    display: none;
  }
}

.technology .technology-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  position: relative;
}

.technology .technology-grid:before, .technology .technology-grid:after {
  content: '';
  display: block;
  background: #E2E2E2;
  position: absolute;
}

.technology .technology-grid:before {
  width: 1px;
  height: 50%;
  bottom: 0;
  left: 50%;
}

.technology .technology-grid:after {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
}

.technology .technology-grid__row {
  width: 100%;
  height: 530px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 76px;
  font-family: "Source Sans 3", sans-serif;
}

.technology .technology-grid__row figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.technology .technology-grid__row figure img {
  width: 100%;
  height: auto;
  display: block;
}

.technology .technology-grid__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.technology .technology-grid__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #666;
}

.technology .technology-grid__list li span {
  background: #666;
  display: block;
  min-width: 5px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin-right: 20px;
  margin-top: 12px;
}

.technology .technology-row--bg {
  background: #F6F6F6;
  padding-bottom: 160px;
}

.technology .technology-row {
  padding-top: 115px;
}

.technology .technology-row .technology-row__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 75px;
  text-transform: uppercase;
}

.technology .technology-row .technology-row__title:after {
  content: '';
  display: block;
  width: 56px;
  height: 5px;
  margin: 17px auto 0;
  background: #fed136;
}

.technology .technology-row .technology-row__process li {
  padding: 85px 0;
  position: relative;
}

.technology .technology-row .technology-row__process li:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.technology .technology-row .technology-row__process li.bg1 {
  background: url("../images/process-bg1.jpg") no-repeat;
  background-size: cover;
}

.technology .technology-row .technology-row__process li.bg2 {
  background: url("../images/process-bg2.jpg") no-repeat;
  background-size: cover;
}

.technology .technology-row .technology-row__process li.bg3 {
  background: url("../images/process-bg3.jpg") no-repeat;
  background-size: cover;
}

.technology .technology-row .technology-row__process li.bg4 {
  background: url("../images/process-bg4.jpg") no-repeat;
  background-size: cover;
}

.technology .technology-row .technology-row__process li.bg5 {
  background: url("../images/process-bg5.jpg") no-repeat;
  background-size: cover;
}

.technology .technology-row .technology-row__process li .all-width {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  height: inherit;
  grid-gap: 140px;
}

.technology .technology-row .technology-row__process li .process-img {
  width: 43.57%;
  min-width: 43.57%;
}

.technology .technology-row .technology-row__process li .process-img figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.technology .technology-row .technology-row__process li .process-img figure a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.technology .technology-row .technology-row__process li .process-img figure a i {
  color: #fff;
  font-size: 50px;
  opacity: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.technology .technology-row .technology-row__process li .process-img figure a:hover {
  background: rgba(0, 0, 0, 0.3);
}

.technology .technology-row .technology-row__process li .process-img figure a:hover i {
  opacity: 1;
}

.technology .technology-row .technology-row__process li .process-img figure img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.technology .technology-row .technology-row__process li .process-info {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  padding-top: 60px;
}

.technology .technology-row .technology-row__process li .process-info .process-info__no {
  color: #fed136;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
}

.technology .technology-row .technology-row__process li .process-info .process-info__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-weight: 600;
  margin: 15px 0 30px 0;
}

.technology .technology-row .technology-row__process li .process-info .process-info__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.technology .technology-row .technology-row__process li:nth-child(even) .process-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.technology .technology-row .technology-row__process li:nth-child(even) .process-info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.technology .technology-row .technology-row-edit {
  color: #666;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.technology .technology-row2 {
  font-family: "Source Sans 3", sans-serif;
  padding: 35px 0;
  border-bottom: solid 1px #D5D5D5;
}

.technology .technology-row2 .technology-row2__title {
  border-left: solid 5px #fed136;
  padding: 3px 18px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.technology .technology-row2 .technology-row2__grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.technology .technology-row2 .technology-row2__img {
  width: 35.714%;
  min-width: 35.714%;
}

.technology .technology-row2 .technology-row2__img figure {
  width: 100%;
}

.technology .technology-row2 .technology-row2__img figure img {
  width: 100%;
  height: auto;
  display: block;
}

.technology .technology-row2 .technology-row2__content {
  background: #fff;
  width: 100%;
}

.technology .technology-row2 .technology-row2__content .equipment-top {
  width: 100%;
  height: 60px;
  padding: 0 50px;
  background: -webkit-gradient(linear, left top, right top, from(#fed137), to(#f5d874));
  background: -webkit-linear-gradient(left, #fed137, #f5d874);
  background: -o-linear-gradient(left, #fed137, #f5d874);
  background: linear-gradient(to right, #fed137, #f5d874);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-weight: 600;
}

.technology .technology-row2 .technology-row2__content .equipment-top .equipment-top__item {
  width: 100px;
  min-width: 100px;
  text-align: center;
}

.technology .technology-row2 .technology-row2__content .equipment-top .equipment-top__item--full {
  width: 100%;
  text-align: left;
}

.technology .technology-row2 .technology-row2__content .equipment-content {
  padding: 20px 50px;
}

.technology .technology-row2 .technology-row2__content .equipment-content .list {
  width: 100%;
}

.technology .technology-row2 .technology-row2__content .equipment-content .list li {
  border-bottom: solid 1px #D4D4D4;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  padding: 20px 0;
}

.technology .technology-row2 .technology-row2__content .equipment-content .list .list-item {
  width: 100px;
  min-width: 100px;
  text-align: center;
  color: #666;
}

.technology .technology-row2 .technology-row2__content .equipment-content .list .list-item a {
  color: #666;
  position: relative;
}

.technology .technology-row2 .technology-row2__content .equipment-content .list .list-item a.pic i {
  position: absolute;
  color: #AFAFAF;
  right: -25px;
  top: -5px;
}

.technology .technology-row2 .technology-row2__content .equipment-content .list .list-item--full {
  width: 100%;
  text-align: left;
}

.technology .technology-row2 .technology-row2__content .equipment-content .total {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 35px;
}

.technology .technology-row2 .technology-row2__content .equipment-content .total .number {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
  padding-left: 10px;
}

.technology .technology-row3 {
  grid-gap: 70px;
  font-family: "Source Sans 3", sans-serif;
}

.technology .technology-row3 .technology-row3__img {
  width: 48%;
}

.technology .technology-row3 .technology-row3__img img {
  width: 100%;
  height: auto;
  display: block;
}

.technology .technology-row3 .technology-row3__info {
  width: 52%;
}

.technology .technology-row3 .technology-row3__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 600;
  margin: 30px 0 20px 0;
}

.technology .technology-row3 .technology-row3__text {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.technology .technology-row4 {
  font-family: "Source Sans 3", sans-serif;
}

.technology .technology-row4 .technology-row4__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 600;
}

.technology .technology-row4 .technology-row4__text {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 25px 0;
}

.technology .technology-row4 .technology-row4__text2 {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 5px 0 0 0;
}

.technology .technology-row4 .technology-row4__content {
  padding: 55px;
  background: #F6F6F6;
}

.technology .technology-row4 .technology-row4__list li {
  margin-bottom: 28px;
}

.technology .technology-row4 .technology-row4__list li:last-child {
  margin-bottom: 0;
}

.technology .technology-row4 .technology-row4__sub {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 600;
}

@media only screen and (max-width: 1800px) {
  .technology .technology-row .technology-row__process li .all-width {
    padding: 0 60px;
    grid-gap: 60px;
  }
  .technology .technology-row .technology-row__process li .process-info {
    padding-top: 20px;
  }
  .technology .technology-row .technology-row__process li .process-info .process-info__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
  .technology .technology-grid__row {
    padding: 40px;
    height: auto;
  }
}

@media only screen and (max-width: 1201px) {
  .technology .technology-grid__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .technology .technology-row {
    padding-top: 55px;
  }
  .technology .technology-row .technology-row__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 35px;
  }
  .technology .technology-row .technology-row__process li .process-info .process-info__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
    margin: 5px 0 15px 0;
  }
  .technology .technology-row2 .technology-row2__content .equipment-top {
    padding: 0 30px;
  }
  .technology .technology-row2 .technology-row2__content .equipment-content {
    padding: 20px 30px;
  }
  .technology .technology-row2 .technology-row2__content .equipment-content .list li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 15px 0;
  }
  .technology .technology-row3 .technology-row3__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .technology .technology-grid__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 1000px) {
  .technology .technology-grid {
    display: block;
  }
  .technology .technology-grid:before, .technology .technology-grid:after {
    display: none;
  }
  .technology .technology-row2 .technology-row2__img {
    width: 25%;
    min-width: 25%;
  }
}

@media only screen and (max-width: 769px) {
  .technology .technology-row .technology-row__process li .all-width {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 0;
  }
  .technology .technology-row .technology-row__process li .process-img {
    width: 100%;
  }
  .technology .technology-row .technology-row__process li:nth-child(even) .process-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .technology .technology-row .technology-row__process li:nth-child(even) .process-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .technology .technology-row3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 0;
  }
  .technology .technology-row3 .technology-row3__img {
    width: 100%;
  }
  .technology .technology-row3 .technology-row3__info {
    width: 100%;
  }
}

@media only screen and (max-width: 577px) {
  .technology .technology-grid .technology-grid__row {
    padding: 30px 0;
  }
  .technology .technology-row2 .technology-row2__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .technology .technology-row2 .technology-row2__content {
    overflow: auto;
  }
  .technology .technology-row2 .technology-row2__content .equipment-wrap {
    width: 576px;
    min-width: 576px;
  }
  .technology .technology-row2 .technology-row2__content .equipment-content .list li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
  }
  .technology .technology-row2 .technology-row2__img {
    width: 100%;
  }
}

.contact .contact-tip {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  padding: 0 0 40px 0;
  font-family: "Source Sans 3", sans-serif;
}

@media only screen and (max-width: 1201px) {
  .contact .contact-tip {
    padding: 0;
  }
}

@media only screen and (max-width: 769px) {
  .contact .contact-tip {
    text-align: left;
  }
  .contact .contact-tip br {
    display: none;
  }
}

.contact .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 38px;
  grid-row-gap: 25px;
  margin: 40px 0;
  font-family: "Source Sans 3", sans-serif;
}

.contact .list .list-item--wrap {
  grid-column-start: 1;
  grid-column-end: 3;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact .list .list-item--wrap .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .list .list-item--wrap .flex img {
  margin-top: 40px;
}

.contact .list .list-item--wrap > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .list .list-item--wrap .reset-captcha {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.contact .list .list-item--wrap .list-item__btn {
  width: 220px;
  height: 60px;
  border-radius: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  font-weight: 600;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 30px auto 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#fed137), to(#f5d874));
  background: -webkit-linear-gradient(left, #fed137, #f5d874);
  background: -o-linear-gradient(left, #fed137, #f5d874);
  background: linear-gradient(to right, #fed137, #f5d874);
  text-transform: uppercase;
  position: relative;
}

.contact .list .list-item--wrap .list-item__btn i {
  position: absolute;
  top: 23px;
  right: 23px;
  font-size: 15px;
}

.contact .list .list-item--wrap .list-item__btn:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.contact .list .list-item {
  width: 100%;
  position: relative;
}

.contact .list .list-item .text-danger {
  color: #ff0000;
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 300;
}

.contact .list .list-item .list-item__title {
  background: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

.contact .list .list-item .list-item__title span {
  color: #ff0000;
}

.contact .list .list-item .list-item__field--arrow {
  position: relative;
  background: url("../images/chevron-down-solid(5).svg") no-repeat right 20px center;
  background-size: 12px auto;
}

.contact .list .list-item .list-item__field {
  border: solid 1px #A8A8A8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin: 12px 0 0 0;
}

.contact .list .list-item .list-item__field:focus {
  outline: none;
}

.contact .list .list-item .list-item__field2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #A8A8A8;
  height: 200px;
  width: 100%;
  background: none;
  padding: 20px;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin: 12px 0 0 0;
}

.contact .list .list-item .list-item__field2:focus {
  outline: none;
}

.contact .list .list-item .list-item__field3 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  height: 60px;
  width: 240px;
  background: none;
  padding: 0 20px;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  border: solid 1px #A8A8A8;
  margin: 12px 0 0 0;
}

.contact .list .list-item .list-item__field3:focus {
  outline: none;
}

.contact .list .list-item--full {
  grid-column-start: 1;
  grid-column-end: 3;
}

@media only screen and (max-width: 577px) {
  .contact .list {
    grid-template-columns: 1fr;
  }
  .contact .list .list-item--full, .contact .list .list-item--wrap {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .contact .list .list-item--wrap .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contact .contact-subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 800;
  text-align: center;
  margin-top: 130px;
}

.contact .contact-subtitle:after {
  content: '';
  display: block;
  width: 56px;
  height: 5px;
  margin: 17px auto 0;
  background: #fed136;
}

.contact .contact-ok {
  text-align: center;
  padding: 100px 0;
}

.contact .contact-ok .title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
}

.contact .contact-ok .text {
  color: #666;
  margin-top: 30px;
}

.contact .contact-ok .contact-ok__home {
  width: 220px;
  height: 60px;
  border-radius: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 60px auto 0;
  background: -webkit-gradient(linear, left top, right top, from(#fed137), to(#f5d874));
  background: -webkit-linear-gradient(left, #fed137, #f5d874);
  background: -o-linear-gradient(left, #fed137, #f5d874);
  background: linear-gradient(to right, #fed137, #f5d874);
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}

.contact .contact-ok .contact-ok__home i {
  position: absolute;
  top: 23px;
  right: 23px;
  font-size: 15px;
}

.contact .contact-ok .contact-ok__home:hover {
  opacity: .5;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.contact-content {
  margin-top: 50px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1201px) {
  .contact-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 30px;
  }
}

.contact-content .contact-content__map {
  width: 50%;
  height: 950px;
}

@media only screen and (max-width: 1600px) {
  .contact-content .contact-content__map {
    height: 750px;
  }
  .contact-content .contact-content__map iframe {
    height: inherit;
  }
}

@media only screen and (max-width: 1201px) {
  .contact-content .contact-content__map {
    width: 100%;
    height: 300px;
  }
}

.contact-content .contact-content__info {
  width: 50%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 260px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-content .contact-content__info:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 260px;
  background: #fed136;
  height: calc( 100% - 80px);
}

@media only screen and (max-width: 1600px) {
  .contact-content .contact-content__info {
    padding-right: 200px;
  }
  .contact-content .contact-content__info:before {
    width: 200px;
  }
}

@media only screen and (max-width: 1201px) {
  .contact-content .contact-content__info {
    padding-right: 120px;
    width: 100%;
  }
  .contact-content .contact-content__info:before {
    width: 120px;
  }
}

@media only screen and (max-width: 401px) {
  .contact-content .contact-content__info {
    padding-right: 0;
  }
  .contact-content .contact-content__info:before {
    z-index: 1;
  }
}

.contact-content .contact-content__box {
  max-width: 530px;
  width: 100%;
  padding: 0 60px;
  position: relative;
  z-index: 2;
}

.contact-content .contact-content__box .company {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-content .contact-content__box .address {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 37px 0 130px 0;
  font-family: "Source Sans 3", sans-serif;
  color: #666;
}

.contact-content .contact-content__box .info {
  font-weight: 800;
}

.contact-content .contact-content__box .info li {
  margin: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-content .contact-content__box .info li .tit {
  padding-right: 43px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  width: 100px;
  color: #666;
}

.contact-content .contact-content__box .info li .txt {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
}

@media only screen and (max-width: 1600px) {
  .contact-content .contact-content__box .company {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
  .contact-content .contact-content__box .address {
    margin: 30px 0 100px 0;
  }
  .contact-content .contact-content__box .info li .txt {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media only screen and (max-width: 1201px) {
  .contact-content .contact-content__box {
    padding: 0 30px;
    width: 100%;
  }
  .contact-content .contact-content__box .company {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
  }
  .contact-content .contact-content__box .address {
    margin: 15px 0 50px 0;
  }
  .contact-content .contact-content__box .info li {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .contact-content .contact-content__box .info li .txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
  }
}

.error .error__ok {
  text-align: center;
  padding: 0;
}

.error .error__ok .title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
}

.error .error__ok .text {
  color: #666;
  margin-top: 30px;
}

.error .error__ok .error__home {
  width: 220px;
  height: 60px;
  border-radius: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 60px auto 0;
  background: -webkit-gradient(linear, left top, right top, from(#fed137), to(#f5d874));
  background: -webkit-linear-gradient(left, #fed137, #f5d874);
  background: -o-linear-gradient(left, #fed137, #f5d874);
  background: linear-gradient(to right, #fed137, #f5d874);
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}

.error .error__ok .error__home i {
  position: absolute;
  top: 23px;
  right: 23px;
  font-size: 15px;
}

.error .error__ok .error__home:hover {
  opacity: .5;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

/*20251030*/
.content-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: bold;
  text-align: center;
}

.content-text {
  margin: 30px 0 60px 0;
  text-align: center;
}
