.catalogArea .catalogPageBox .lineBox .line .dot, .catalogArea .arrowBox .arrow svg, .catalogArea .arrowBox .arrow, .catalogArea .arrowBox, .catalogArea .Img img, .advantageArea .advantageItem, .partnerArea .partnerPageBox .arrowBox .arrow::before, .partnerArea .partnerPageBox .arrowBox .arrow, .partnerArea .partnerPageBox .lineBox .line .dot, .partnerArea .Txt .title, .partnerArea .item::before, .partnerArea .item::after, .bannerArea .scrollDown span.text, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap {
  width: 100%;
  max-width: 1465px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.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: #cf242c;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.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: #cf242c;
  }
  .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: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  margin: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
@media (max-width: 1420px) {
  .bannerArea .bannerItem .Img {
    height: 600px;
  }
  .bannerArea .bannerItem .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bannerArea .bannerItem .Txt {
  padding: 120px 20px 75px;
  padding-right: 85px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1465px;
}
@media (max-width: 1536px) {
  .bannerArea .bannerItem .Txt {
    padding: 0 20px;
    padding-top: 120px;
    padding-right: 85px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 0 20px;
    padding-bottom: 65px;
  }
}
.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 .subtitle {
  padding-bottom: 25px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #fff;
  opacity: 0;
}
@media (max-width: 1536px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 40px;
    padding-bottom: 15px;
  }
}
@media (max-width: 580px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Txt .textEditor {
  font-size: 18px;
  letter-spacing: 1.3px;
  line-height: 1.6;
  color: #fff;
}
.bannerArea .bannerItem .Txt .title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 22px;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.55;
  color: #fff;
  opacity: 0;
}
@media (max-width: 1536px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 580px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 12px;
  }
}
.bannerArea .bannerItem .Txt .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 120px;
  background: #fff;
}
.bannerArea .bannerItem .Txt .introduction {
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.9px;
  opacity: 0;
}
@media (max-width: 580px) {
  .bannerArea .bannerItem .Txt .introduction {
    font-size: 20px;
    padding-bottom: 5px;
  }
}
.bannerArea .bannerItem .Txt .text {
  opacity: 0;
}
.bannerArea .bannerItem .Txt .btnBox {
  padding-top: 65px;
  opacity: 0;
}
@media (max-width: 1536px) {
  .bannerArea .bannerItem .Txt .btnBox {
    padding-top: 30px;
  }
}
@media (max-width: 580px) {
  .bannerArea .bannerItem .Txt .btnBox {
    padding-top: 15px;
  }
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
  -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 .introduction {
  -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 .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .scrollDown {
  position: absolute;
  bottom: 5px;
  right: 50px;
  z-index: 2;
  display: block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
@media (min-width: 1201px) {
  .bannerArea .scrollDown:hover span.text {
    letter-spacing: 2px;
    color: #cf242c;
  }
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  font-size: 14px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 1.2px;
  color: #fff;
}
.bannerArea .slick-dots {
  top: 0;
  right: 50px;
  padding-top: 2.8%;
}
@media (max-width: 1180px) {
  .bannerArea .slick-dots {
    padding-top: 0;
    top: auto;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.mixArea {
  position: relative;
}
.mixArea > .wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
@media (max-width: 1180px) {
  .mixArea > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mixArea .leftBox {
  position: relative;
  width: 44.2%;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .mixArea .leftBox {
    width: 100%;
  }
}
.mixArea .leftBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 850px;
  height: 100%;
  background-image: url(../images/mix_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
.mixArea .topBox {
  background: rgba(249, 249, 249, 0.95);
}
.mixArea .bottomBox {
  background: rgba(207, 36, 44, 0.95);
}
.mixArea .rightBox {
  width: 55.8%;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .mixArea .rightBox {
    width: 100%;
  }
}

.partnerArea {
  position: relative;
}
.partnerArea .wrap {
  width: 100%;
  max-width: 633px;
  margin: 0 0 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .partnerArea .wrap {
    margin: 0 auto;
  }
}
.partnerArea .titleBox {
  padding: 121px 0 60px;
}
@media (max-width: 768px) {
  .partnerArea .titleBox {
    padding: 60px 0 30px;
  }
}
.partnerArea .partnerBox {
  position: relative;
  padding: 100px 0 88px 18px;
}
@media (max-width: 768px) {
  .partnerArea .partnerBox {
    padding: 40px 0 60px 18px;
  }
}
.partnerArea .partnerBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 33px;
  display: block;
  width: 1px;
  height: 100%;
  background: #e4e4e4;
}
.partnerArea .partnerItem {
  padding: 8px 0;
  padding-right: 25%;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .partnerArea .partnerItem {
    padding: 8px 40px;
    padding-left: 15px;
  }
}
.partnerArea .item {
  position: relative;
  padding: 10.5px 0;
  padding-left: 35px;
}
@media (max-width: 768px) {
  .partnerArea .item {
    padding-left: 15px;
  }
}
@media (min-width: 1201px) {
  .partnerArea .item:hover::before {
    background: #cf242c;
  }
  .partnerArea .item:hover::after {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
  .partnerArea .item:hover .Txt .title {
    color: #cf242c;
  }
}
.partnerArea .item::before, .partnerArea .item::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border-radius: 100%;
}
.partnerArea .item::before {
  left: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #aeaeae;
}
.partnerArea .item::after {
  left: -12.5px;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  width: 25px;
  height: 25px;
  background: rgba(207, 36, 44, 0.1);
}
.partnerArea .Txt .title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partnerArea a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.partnerArea .partnerPageBox {
  position: absolute;
  bottom: 18%;
  right: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1440px) {
  .partnerArea .partnerPageBox {
    right: 40px;
  }
}
@media (max-width: 768px) {
  .partnerArea .partnerPageBox {
    display: none;
  }
}
.partnerArea .partnerPageBox .lineBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
}
.partnerArea .partnerPageBox .lineBox .currentNum {
  color: #cf242c;
}
.partnerArea .partnerPageBox .lineBox .totalNum {
  color: #818181;
}
.partnerArea .partnerPageBox .lineBox .line {
  margin: 10px 0;
  position: relative;
  display: block;
  height: 137px;
  width: 3px;
  background: rgba(129, 129, 129, 0.15);
  border-radius: 50px;
}
.partnerArea .partnerPageBox .lineBox .line .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #cf242c;
  border-radius: 50px;
}
.partnerArea .partnerPageBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.partnerArea .partnerPageBox .arrowBox .arrow {
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.partnerArea .partnerPageBox .arrowBox .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #cf242c;
  border-left: 2px solid #cf242c;
}
.partnerArea .partnerPageBox .arrowBox .arrowPrev::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.partnerArea .partnerPageBox .arrowBox .arrowPrev::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 15px;
  height: 2px;
  background: #818181;
  opacity: 0.2;
}
.partnerArea .partnerPageBox .arrowBox .arrowNext::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.advantageArea {
  padding: 8px 0 60px;
}
.advantageArea .wrap {
  width: 100%;
  max-width: 627px;
  margin: 0 0 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0;
}
@media (max-width: 1180px) {
  .advantageArea .wrap {
    margin: 0 auto;
  }
}
.advantageArea .advantageBox {
  padding-left: 20px;
  padding-right: 10.8%;
}
@media (max-width: 1440px) {
  .advantageArea .advantageBox {
    padding: 0 20px;
  }
}
.advantageArea .advantageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 460px) {
  .advantageArea .advantageList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.advantageArea .advantageItem {
  width: 50%;
  padding: 28.5px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 460px) {
  .advantageArea .advantageItem {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .advantageArea .advantageItem:hover {
    border-color: #fff;
  }
}
.advantageArea .item {
  position: relative;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 460px) {
  .advantageArea .item {
    padding: 0;
  }
}
.advantageArea .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 10px;
  max-width: 54px;
  width: 100%;
}
.advantageArea .Img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.advantageArea .Txt {
  padding-left: 20px;
}
.advantageArea .Txt .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #fefefe;
}
.advantageArea .Txt .introduction {
  padding-top: 3px;
  font-size: 15px;
  letter-spacing: 0.1px;
  line-height: 1.4;
  color: rgba(254, 254, 254, 0.6);
}
.advantageArea a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.catalogArea {
  padding: 95px 0 120px;
  background-image: url(../images/product_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 768px) {
  .catalogArea {
    padding: 30px 0 60px;
  }
}
.catalogArea .wrap {
  position: relative;
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .catalogArea .wrap {
    padding: 0 20px;
  }
}
.catalogArea .catalogOutBox {
  margin: 0 auto;
  max-width: 1380px;
  width: 100%;
}
.catalogArea .titleSection {
  margin: 0 auto;
  position: relative;
  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;
  max-width: 1260px;
  width: 100%;
}
.catalogArea .titleSection .titleBox {
  padding-right: 20px;
}
.catalogArea .titleSection .btnBox {
  padding-top: 15px;
}
@media (max-width: 460px) {
  .catalogArea .titleSection .btnBox {
    width: 100%;
  }
}
.catalogArea .catalogBox {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .catalogArea .catalogBox {
    padding-top: 30px;
  }
}
.catalogArea .item {
  padding: 0 20px;
}
.catalogArea .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
  max-width: 260px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .catalogArea .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.catalogArea .Img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
}
.catalogArea .Txt {
  padding-top: 35px;
  text-align: center;
}
.catalogArea .Txt .title {
  font-size: 23px;
  color: #333;
}
.catalogArea .Txt .title a {
  color: #333;
}
@media (min-width: 1201px) {
  .catalogArea .Txt .title a:hover {
    color: #cf242c;
  }
}
.catalogArea .Txt .introduction {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.catalogArea .arrowBox {
  position: absolute;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(calc(-50% + 50px));
          transform: translateY(calc(-50% + 50px));
  padding: 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 768px) {
  .catalogArea .arrowBox {
    display: none;
  }
}
.catalogArea .arrowBox.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.catalogArea .arrowBox .arrow {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  background: #cf242c;
  border: 1px solid #cf242c;
  border-radius: 5px;
  -webkit-box-shadow: 0px 9px 18px 0px rgba(230, 29, 39, 0.21);
          box-shadow: 0px 9px 18px 0px rgba(230, 29, 39, 0.21);
  pointer-events: all;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .catalogArea .arrowBox .arrow:hover {
    background: #fff;
    -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.21);
            box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.21);
  }
  .catalogArea .arrowBox .arrow:hover svg {
    stroke: #cf242c;
  }
}
.catalogArea .arrowBox .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 10px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 64;
}
.catalogArea .arrowBox .arrowPrev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.catalogArea .catalogPageBox {
  position: relative;
  padding-top: 52px;
}
.catalogArea .catalogPageBox .lineBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: 400;
}
.catalogArea .catalogPageBox .lineBox .line {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(100% - 120px);
  height: 2px;
  background: rgba(129, 129, 129, 0.15);
  border-radius: 50px;
}
@media (max-width: 768px) {
  .catalogArea .catalogPageBox .lineBox .line {
    width: 100%;
  }
}
.catalogArea .catalogPageBox .lineBox .line .dot {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #cf242c;
  border-radius: 50px;
}