.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #d61518;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: #0068b7;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1200px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea::before {
  content: "";
  pointer-events: none;
  position: absolute;
  background: url("../images/home_banner_cover.png") bottom center/contain no-repeat;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 120px;
  padding-bottom: 205px;
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt {
    padding: 120px 20px 160px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt {
    padding: 105px 20px;
  }
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Txt {
    padding: 105px 20px 90px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4rem;
  opacity: 0;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 26px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 55px;
  font-family: "Young Serif", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.125rem;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 30px;
    margin-top: 5px;
  }
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 22px;
  }
}
.bannerArea .bannerItem .Txt .subtitle2 {
  color: #fff;
  display: block;
  font-size: 30px;
  font-family: "Young Serif", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1375rem;
  margin-top: 5px;
  opacity: 0;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .subtitle2 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .subtitle2 {
    font-size: 20px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle2 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .subtitle2 {
    font-size: 16px;
  }
}
.bannerArea .bannerItem .Txt .text {
  max-width: 480px;
  margin-top: 25px;
  opacity: 0;
  padding-top: 30px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  text-align: left;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
  }
}
.bannerArea .bannerItem .Txt .text::before {
  content: "";
  pointer-events: none;
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s 0s ease-in-out;
  transition: all 0.8s 0s ease-in-out;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .text {
    margin-top: 15px;
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .text {
    line-height: 1.6;
    margin-top: 10px;
    padding-top: 15px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  margin-top: 50px;
  margin-left: 5px;
  opacity: 0;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 18px;
    margin-left: 0;
  }
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 65%;
  }
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 100%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 128.908%;
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle2 {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text::before {
  width: 122px;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.6s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.6s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .slick-arrow {
  left: auto;
  margin: 0;
}
.bannerArea .slick-arrow.slick-prev {
  top: 38%;
  left: 90px;
}
.bannerArea .slick-arrow.slick-next {
  top: 44.5%;
  left: 90px;
}
@media (max-width: 1680px) {
  .bannerArea .slick-arrow.slick-prev {
    top: 37.5%;
    left: 25px;
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
  }
  .bannerArea .slick-arrow.slick-next {
    top: 37.5%;
    left: 25px;
    -webkit-transform: translateY(65%);
            transform: translateY(65%);
  }
}
@media (max-width: 1560px) {
  .bannerArea .slick-arrow.slick-prev {
    top: auto;
    bottom: 30px;
    left: 50px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .bannerArea .slick-arrow.slick-next {
    top: auto;
    bottom: 30px;
    left: 50px;
    -webkit-transform: translateX(115%) rotate(-90deg);
            transform: translateX(115%) rotate(-90deg);
  }
}
@media (max-width: 1440px) {
  .bannerArea .slick-arrow.slick-prev {
    left: 20px;
  }
  .bannerArea .slick-arrow.slick-next {
    left: 20px;
  }
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
  -webkit-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
  -webkit-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
}
@media (min-width: 1201px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #d61518;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #d61518;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #d61518;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  bottom: 57%;
  right: 62px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1200px) {
  .bannerArea .slick-dots {
    bottom: 20px;
    right: auto;
    left: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .bannerArea .slick-dots.vertical {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bannerArea .slick-dots.vertical li {
    margin: 0 8px;
  }
}

.aboutArea {
  margin-top: -68px;
  position: relative;
  z-index: 5;
}
.aboutArea.show .Img, .aboutArea.show .Txt {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
@media (max-width: 1200px) {
  .aboutArea {
    margin-top: 0;
    padding: 50px 0;
  }
}
.aboutArea .wrap.full {
  overflow: visible;
}
.aboutArea .aboutBox {
  position: relative;
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.aboutArea .Img {
  width: 71.3%;
  max-width: 1355px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: transform, opacity;
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  .aboutArea .Img {
    width: 100%;
  }
}
.aboutArea .Txt {
  width: 37.43%;
  max-width: 712px;
  position: absolute;
  top: 160px;
  right: 7.447%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: transform, opacity;
}
.aboutArea .Txt > .textEditor {
  max-width: 550px;
}
.aboutArea .Txt > .textEditor .subtitle {
  line-height: 1.4;
  letter-spacing: 0.04rem;
  margin-bottom: 10px;
}
.aboutArea .Txt .btnBox {
  margin-top: 35px;
  margin-left: 6px;
}
.aboutArea .Txt .founded {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  margin-top: 60px;
  margin-right: 15px;
  -webkit-text-fill-color: #c3e4ce;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .aboutArea .Txt .founded {
    color: #c3e4ce;
  }
}
.aboutArea .Txt .founded .number {
  font-size: 245px;
  line-height: 0.8;
  -webkit-text-stroke: 2px #fff;
}
.aboutArea .Txt .founded .unit {
  position: relative;
  display: block;
  font-size: 110px;
  line-height: 1;
}
.aboutArea .Txt .founded .unit::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
}
@media (max-width: 1880px) {
  .aboutArea .Txt {
    right: 5%;
  }
}
@media (max-width: 1680px) {
  .aboutArea .Txt .founded {
    margin-top: 15px;
  }
  .aboutArea .Txt .founded .number {
    font-size: 200px;
    line-height: 0.8;
  }
  .aboutArea .Txt .founded .unit {
    font-size: 80px;
    line-height: 1;
  }
}
@media (max-width: 1440px) {
  .aboutArea .Txt {
    top: 120px;
  }
  .aboutArea .Txt .founded .number {
    font-size: 160px;
  }
  .aboutArea .Txt .founded .unit {
    font-size: 70px;
  }
}
@media (max-width: 1200px) {
  .aboutArea .Txt {
    top: 0;
  }
  .aboutArea .Txt .founded .number {
    font-size: 130px;
  }
  .aboutArea .Txt .founded .unit {
    font-size: 55px;
  }
}
@media (max-width: 1024px) {
  .aboutArea .Txt {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    position: relative;
    top: 0px;
    right: 0;
  }
  .aboutArea .Txt > .textEditor {
    max-width: 100%;
  }
  .aboutArea .Txt .founded {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .aboutArea .Txt .btnBox {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt {
    padding: 0 20px;
  }
  .aboutArea .Txt .founded .number {
    font-size: 100px;
  }
  .aboutArea .Txt .founded .unit {
    font-size: 45px;
  }
}

.productArea {
  padding: 55px 0 15px;
  position: relative;
  z-index: 5;
}
.productArea.show .topBox, .productArea.show .productBox {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
@media (max-width: 1200px) {
  .productArea {
    padding: 30px 0;
  }
}
.productArea .unClick {
  pointer-events: none;
}
.productArea .wrap + .wrap {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .productArea .wrap + .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .productArea .wrap + .wrap {
    margin-top: 40px;
  }
}
.productArea .topBox {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: transform, opacity;
}
.productArea .topBox .titleBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 885px;
}
.productArea .topBox .circleBtnBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 32px;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .productArea .topBox .titleBox {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .productArea .topBox .circleBtnBox {
    display: none;
  }
}
.productArea .productBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: transform, opacity;
}
.productArea .productBox .btnBox {
  margin-top: 35px;
}
@media (min-width: 1025px) {
  .productArea .productBox .btnBox {
    display: none;
  }
}
.productArea .productList {
  position: relative;
}
.productArea .productList .productItem {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
}
@media (min-width: 1201px) {
  .productArea .productList .productItem:hover {
    -webkit-box-flex: 1.3897;
        -ms-flex: 1.3897;
            flex: 1.3897;
  }
  .productArea .productList .productItem:hover .Img::before {
    opacity: 1;
  }
  .productArea .productList .productItem:hover .Txt {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.productArea .productList .item {
  position: relative;
  z-index: 1;
}
.productArea .productList .coverLink {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
}
.productArea .productList .Img {
  height: 550px;
  position: relative;
  z-index: 1;
}
.productArea .productList .Img a {
  display: block;
}
.productArea .productList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.productArea .productList .Img::before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.62);
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
}
.productArea .productList .Img::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.62)), color-stop(18%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 18%);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
}
.productArea .productList .Txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  padding: 10px 20px 35px;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
}
@media (max-width: 1200px) {
  .productArea .productList .Txt {
    padding: 10px 0 0px;
  }
}
.productArea .productList .Txt .title {
  color: #fff;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.075rem;
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 30px;
  position: relative;
}
.productArea .productList .Txt .title a {
  color: #fff;
  display: block;
}
@media (max-width: 1440px) {
  .productArea .productList .Txt .title {
    font-size: 18px;
  }
}
.productArea .productList .Txt .title::after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.productArea .productList .Txt .text {
  max-width: 62%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  text-align: center;
}
.productArea .productList .Txt .text.ellipsis {
  height: 90px;
  overflow: hidden;
}
.productArea .productList .Txt .btnBox {
  margin-top: 50px;
}
.productArea .productList.deskTop {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.productArea .productList.deskTop .productItem {
  max-width: 25%;
}
.productArea .productList.deskTop .productItem:last-child {
  border-radius: 0 30px 30px 0;
}
.productArea .productList.mobile {
  display: none;
}
.productArea .productList.mobile .slick-dots {
  padding: 30px 0 10px;
}
.productArea .productList.mobile .productItem {
  padding: 0 25px;
}
.productArea .productList.mobile .Img {
  border-radius: 30px;
  -webkit-box-shadow: 0 3 12px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3 12px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.productArea .productList.mobile .Img::after {
  display: none;
}
.productArea .productList.mobile .Txt {
  width: auto;
  height: auto;
  opacity: 1;
  position: static;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin-top: 18px;
}
.productArea .productList.mobile .Txt .title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0;
}
.productArea .productList.mobile .Txt .title::after {
  display: none;
}
.productArea .productList.mobile .Txt .title a {
  color: #212121;
}
@media (max-width: 1024px) {
  .productArea .productList.deskTop {
    display: none;
  }
  .productArea .productList.mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .productArea .productList .Img {
    height: 450px;
  }
}
@media (max-width: 640px) {
  .productArea .productList .Img {
    height: 400px;
  }
  .productArea .productList.mobile .productItem {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .productArea .productList .Img {
    height: 330px;
  }
}
@media (max-width: 400px) {
  .productArea .productList .Img {
    height: 260px;
  }
}

.esgArea {
  background: url("../images/home_esg_bg.png") center/cover no-repeat;
  padding: 100px 0 0;
  position: relative;
  z-index: 5;
}
.esgArea.show .Img, .esgArea.show .Txt {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
@media (max-width: 768px) {
  .esgArea {
    padding: 50px 0;
  }
}
.esgArea .esgBox {
  position: relative;
}
@media (max-width: 1024px) {
  .esgArea .esgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.esgArea .Img {
  width: 54.13%;
  max-width: 1030px;
  margin-left: 100px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: transform, opacity;
}
.esgArea .Img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1440px) {
  .esgArea .Img {
    margin-left: 50px;
  }
}
@media (max-width: 1024px) {
  .esgArea .Img {
    width: 100%;
    margin-left: 0;
  }
}
.esgArea .Txt {
  width: 37.43%;
  max-width: 712px;
  position: absolute;
  top: 152px;
  right: 4.9925%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: transform, opacity;
}
.esgArea .Txt > .textEditor {
  max-width: 500px;
  margin-top: -7px;
}
.esgArea .Txt > .textEditor .subtitle {
  line-height: 1.4;
  letter-spacing: 0.04rem;
  margin-bottom: 10px;
}
.esgArea .Txt .btnBox {
  margin-top: 50px;
  margin-left: 2px;
}
@media (max-width: 1440px) {
  .esgArea .Txt {
    top: 120px;
  }
}
@media (max-width: 1200px) {
  .esgArea .Txt {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .esgArea .Txt {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    position: relative;
    right: 0;
  }
  .esgArea .Txt > .textEditor {
    max-width: 100%;
  }
  .esgArea .Txt .btnBox {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .esgArea .Txt {
    padding: 0 20px;
  }
}

.globalArea {
  padding-top: 30px;
  position: relative;
  z-index: 5;
}
.globalArea.show .topBox, .globalArea.show .typeBox, .globalArea.show .globalMapBox .wrap {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
@media (max-width: 1200px) {
  .globalArea {
    min-height: 1200px;
  }
}
@media (max-width: 1024px) {
  .globalArea {
    min-height: 1080px;
  }
}
@media (max-width: 640px) {
  .globalArea {
    min-height: auto;
    padding-bottom: 70px;
  }
}
.globalArea .topBox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: transform, opacity;
}
.globalArea .topBox .titleBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.globalArea .topBox .titleBox .leftBox {
  width: 340px;
  padding-top: 5px;
}
.globalArea .topBox .titleBox .rightBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 70px;
  padding-right: 30px;
}
.globalArea .topBox .titleBox .text {
  margin-top: 20px;
}
.globalArea .topBox .titleBox .btnBox {
  margin-top: 25px;
}
.globalArea .topBox .staticsBox {
  padding-right: 5px;
}
.globalArea .topBox .staticsBox .staticsList {
  margin: -5px -10px 0;
}
.globalArea .topBox .staticsBox .staticsList.deskTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.globalArea .topBox .staticsBox .staticsList.mobile {
  display: none;
}
.globalArea .topBox .staticsBox .staticsList .staticsItem {
  padding: 10px;
}
.globalArea .topBox .staticsBox .staticsList .staticsItem .item {
  width: 176px;
  height: 176px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}
.globalArea .topBox .staticsBox .staticsList .staticsItem .number {
  font-size: 52px;
  font-weight: 800;
  font-family: "EB Garamond", serif;
  margin-right: 5px;
  line-height: 0.8;
  position: relative;
}
.globalArea .topBox .staticsBox .staticsList .staticsItem .number::before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 19px;
  height: 3px;
  background-color: #d61518;
  top: 6.5px;
  right: -22px;
  z-index: 1;
}
.globalArea .topBox .staticsBox .staticsList .staticsItem .number::after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 3px;
  height: 19px;
  background-color: #d61518;
  top: 6.5px;
  right: -14px;
  z-index: 1;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.globalArea .topBox .staticsBox .staticsList .staticsItem .title {
  margin-top: 20px;
  margin-left: 0px;
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.125rem;
  text-align: center;
}
.globalArea .topBox .staticsBox .staticsList .staticsItem .title a {
  color: #212121;
  display: block;
}
.globalArea .topBox .staticsBox .staticsList.fourItems {
  margin: -5px -5px 0;
}
.globalArea .topBox .staticsBox .staticsList.fourItems .staticsItem {
  padding: 10px 5px 0;
}
.globalArea .topBox .staticsBox .staticsList.fourItems .staticsItem .item {
  width: 137px;
  height: 137px;
  padding-top: 0;
}
.globalArea .topBox .staticsBox .staticsList.fourItems .staticsItem .number {
  font-size: 30px;
}
.globalArea .topBox .staticsBox .staticsList.fourItems .staticsItem .number::before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 13px;
  height: 3px;
  background-color: #d61518;
  top: 6.5px;
  right: -14px;
  z-index: 1;
}
.globalArea .topBox .staticsBox .staticsList.fourItems .staticsItem .number::after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 3px;
  height: 13px;
  background-color: #d61518;
  top: 5.5px;
  right: -9px;
  z-index: 1;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
.globalArea .topBox .staticsBox .staticsList.fourItems .staticsItem .title {
  font-size: 16px;
  margin-top: 5px;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.075rem;
  text-align: left;
}
.globalArea .topBox .staticsBox .staticsList.fourItems .staticsItem .title a {
  color: #212121;
  display: block;
}
@media (max-width: 1440px) {
  .globalArea .topBox .titleBox {
    width: 100%;
  }
  .globalArea .topBox .titleBox .leftBox {
    width: 320px;
  }
  .globalArea .topBox .staticsBox {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .globalArea .topBox {
    margin-bottom: 20px;
  }
  .globalArea .topBox .titleBox {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .globalArea .topBox .titleBox .rightBox {
    padding-right: 0;
  }
  .globalArea .topBox .titleBox .btnBox {
    margin-top: 15px;
  }
  .globalArea .topBox .staticsBox {
    padding-right: 0;
  }
  .globalArea .topBox .staticsBox .staticsList {
    margin: -5px -5px 0;
  }
  .globalArea .topBox .staticsBox .staticsList .staticsItem {
    padding: 10px 5px 0;
  }
  .globalArea .topBox .staticsBox .staticsList .staticsItem .item {
    width: 137px;
    height: 137px;
    padding-top: 0;
  }
  .globalArea .topBox .staticsBox .staticsList .staticsItem .number {
    font-size: 30px;
  }
  .globalArea .topBox .staticsBox .staticsList .staticsItem .number::before {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 13px;
    height: 3px;
    background-color: #d61518;
    top: 6.5px;
    right: -14px;
    z-index: 1;
  }
  .globalArea .topBox .staticsBox .staticsList .staticsItem .number::after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 3px;
    height: 13px;
    background-color: #d61518;
    top: 5.5px;
    right: -9px;
    z-index: 1;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  .globalArea .topBox .staticsBox .staticsList .staticsItem .title {
    font-size: 16px;
    margin-top: 5px;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.075rem;
    text-align: center;
  }
  .globalArea .topBox .staticsBox .staticsList .staticsItem .title a {
    color: #212121;
    display: block;
  }
}
@media (max-width: 768px) {
  .globalArea .topBox .titleBox .leftBox {
    width: 100%;
  }
  .globalArea .topBox .titleBox .rightBox {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-left: 0;
  }
  .globalArea .topBox .staticsBox .staticsList .staticsItem .item {
    width: 125px;
    height: 125px;
  }
  .globalArea .topBox .staticsBox .staticsList .staticsItem .number {
    font-size: 26px;
  }
  .globalArea .topBox .staticsBox .staticsList.fourItems .staticsItem .item {
    width: 125px;
    height: 125px;
  }
  .globalArea .topBox .staticsBox .staticsList.fourItems .staticsItem .number {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .globalArea .topBox {
    margin-bottom: 40px;
  }
  .globalArea .topBox .titleBox .btnBox {
    display: none;
  }
  .globalArea .topBox .staticsBox {
    width: 100%;
  }
  .globalArea .topBox .staticsBox .staticsList.deskTop {
    display: none;
  }
  .globalArea .topBox .staticsBox .staticsList.mobile {
    display: block;
    padding-bottom: 20px;
  }
  .globalArea .topBox .staticsBox .staticsList.mobile .slick-list {
    padding: 0 0 15px 0;
  }
  .globalArea .topBox .staticsBox .staticsList.mobile .staticsItem {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.globalArea .typeBox {
  margin-right: 10px;
  margin-top: -3px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: transform, opacity;
}
.globalArea .typeBox .typeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.globalArea .typeBox .typeList .typeItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.globalArea .typeBox .typeList .typeItem .circle {
  width: 42px;
  height: 42px;
  border: 1px dashed;
  border-radius: 50%;
  display: block;
  margin-top: 1px;
  margin-right: 10px;
  position: relative;
}
.globalArea .typeBox .typeList .typeItem .circle::before {
  content: "";
  pointer-events: none;
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.globalArea .typeBox .typeList .typeItem .circle::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  width: 18%;
  height: 18%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.globalArea .typeBox .typeList .typeItem .text {
  font-weight: 500;
}
.globalArea .typeBox .typeList .typeItem ~ .typeItem {
  margin-left: 33px;
}
.globalArea .typeBox .typeList .typeItem:nth-child(1) .circle {
  border-color: #d61518;
}
.globalArea .typeBox .typeList .typeItem:nth-child(1) .circle::before {
  border-color: #d61518;
}
.globalArea .typeBox .typeList .typeItem:nth-child(1) .circle::after {
  background-color: #d61518;
}
.globalArea .typeBox .typeList .typeItem:nth-child(2) .circle {
  border-color: #0068b7;
}
.globalArea .typeBox .typeList .typeItem:nth-child(2) .circle::before {
  border-color: #0068b7;
}
.globalArea .typeBox .typeList .typeItem:nth-child(2) .circle::after {
  background-color: #0068b7;
}
@media (max-width: 480px) {
  .globalArea .typeBox .typeList .typeItem ~ .typeItem {
    margin-left: 20px;
  }
  .globalArea .typeBox .typeList .typeItem .circle {
    width: 38px;
    height: 38px;
    margin-right: 6px;
  }
}
.globalArea .typeBox .btnBox {
  display: none;
}
@media (max-width: 768px) {
  .globalArea .typeBox {
    margin: 0 0 15px;
  }
  .globalArea .typeBox .typeList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 640px) {
  .globalArea .typeBox {
    margin: 0 0 40px;
  }
  .globalArea .typeBox .typeList {
    display: none;
  }
  .globalArea .typeBox .btnBox {
    display: block;
  }
}
.globalArea .globalMapBox {
  margin-top: 20px;
}
.globalArea .globalMapBox .wrap {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: transform, opacity;
}
/*# sourceMappingURL=home.css.map */