.seriesList .imgBox .btnBox, .seriesList .imgBox .Img::after, .seriesList .slick-list .slick-slide, .coreTxtList .Txt .text, .coreIconList .item, .coreImgList .Img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.insBannerArea {
  background-color: rgba(244, 244, 244, 0.8);
}

.aboutArea {
  position: relative;
  background-color: rgba(244, 244, 244, 0.8);
  padding: 95px 0 105px;
  overflow: clip;
}
.aboutArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aboutArea .decoBox .Img {
  width: 1920px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -55%;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 1366px) {
  .aboutArea .decoBox .Img {
    width: 1600px;
    bottom: -50%;
  }
}
@media (max-width: 991px) {
  .aboutArea .decoBox .Img {
    width: 1200px;
    bottom: -35%;
  }
}
.aboutArea .decoBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .titleBox {
  max-width: 1065px;
  margin: 0 auto;
}
.aboutArea .titleBox .textBox {
  -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;
}
.aboutArea .titleBox .textBox::before {
  left: 50%;
  translate: -50% 0;
}
.aboutArea .sectionDecoText {
  position: absolute;
  top: 30px;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  opacity: 0.7;
}
.aboutArea .aboutBox {
  position: relative;
  margin-top: 6.125rem;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox {
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .aboutArea .aboutBox {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox {
    margin-top: 2rem;
  }
}

.aboutList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.375rem;
     -moz-column-gap: 3.375rem;
          column-gap: 3.375rem;
}
@media (max-width: 1366px) {
  .aboutList {
    -webkit-column-gap: 2.625rem;
       -moz-column-gap: 2.625rem;
            column-gap: 2.625rem;
  }
}
@media (max-width: 1180px) {
  .aboutList {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 991px) {
  .aboutList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 3rem;
  }
}
@media (max-width: 768px) {
  .aboutList {
    gap: 2rem 1.5rem;
  }
}
@media (max-width: 480px) {
  .aboutList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.aboutList .aboutItem {
  position: relative;
}
@media (max-width: 991px) {
  .aboutList .aboutItem {
    width: calc(50% - 2rem * 1 / 2);
  }
}
@media (max-width: 768px) {
  .aboutList .aboutItem {
    width: calc(50% - 1.5rem * 1 / 2);
  }
}
@media (max-width: 480px) {
  .aboutList .aboutItem {
    width: 100%;
  }
}
.aboutList .aboutItem + .aboutItem {
  padding-left: 3.375rem;
}
@media (max-width: 1366px) {
  .aboutList .aboutItem + .aboutItem {
    padding-left: 2.625rem;
  }
}
@media (max-width: 1180px) {
  .aboutList .aboutItem + .aboutItem {
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .aboutList .aboutItem + .aboutItem {
    padding-left: 1.5rem;
  }
}
@media (max-width: 480px) {
  .aboutList .aboutItem + .aboutItem {
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
.aboutList .aboutItem + .aboutItem::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #d2d2d2;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 4px;
  left: 0;
}
@media (max-width: 1180px) {
  .aboutList .aboutItem + .aboutItem::before {
    height: 16px;
  }
}
@media (max-width: 480px) {
  .aboutList .aboutItem + .aboutItem::before {
    width: 16px;
    height: 1px;
    left: 50%;
    bottom: unset;
    top: 0;
    translate: -50% 0;
  }
}
@media (max-width: 991px) {
  .aboutList .aboutItem:nth-child(2n+1) {
    padding-left: 0;
  }
  .aboutList .aboutItem:nth-child(2n+1)::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .aboutList .aboutItem:nth-child(2n+1)::before {
    display: block;
  }
}
.aboutList .numBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
.aboutList .numBox .data {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #be2b19;
}
@media (max-width: 1366px) {
  .aboutList .numBox .data {
    font-size: 78px;
  }
}
@media (max-width: 1180px) {
  .aboutList .numBox .data {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .aboutList .numBox .data {
    font-size: 54px;
  }
}
.aboutList .numBox .unit {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #be2b19;
}
@media (max-width: 1366px) {
  .aboutList .numBox .unit {
    font-size: 40px;
  }
}
@media (max-width: 1180px) {
  .aboutList .numBox .unit {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .aboutList .numBox .unit {
    font-size: 28px;
  }
}
.aboutList .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #4b4b4b;
  text-align: center;
  margin-top: 0.25rem;
}
@media (max-width: 1366px) {
  .aboutList .title {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .aboutList .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .aboutList .title {
    font-size: 16px;
  }
}

.coreArea {
  position: relative;
  padding: 160px 0 0;
  overflow-x: clip;
}
.coreArea::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 157px;
  background-color: #fff;
  -webkit-mask-image: url("../images/deco/home-product-bg.png");
          mask-image: url("../images/deco/home-product-bg.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center top;
          mask-position: center top;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  translate: 0 100%;
  z-index: 1;
}
@media (max-width: 1180px) {
  .coreArea::before {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .coreArea::before {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .coreArea::before {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .coreArea::before {
    height: 60px;
  }
}
.coreArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.coreArea .decoBox .topRight {
  position: absolute;
  top: 15%;
  right: 80px;
  bottom: auto;
  left: auto;
}
@media (max-width: 1536px) {
  .coreArea .decoBox .topRight {
    top: 60px;
    right: 30px;
  }
}
@media (max-width: 1180px) {
  .coreArea .decoBox .topRight {
    width: 130px;
  }
}
@media (max-width: 768px) {
  .coreArea .decoBox .topRight {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .coreArea .decoBox .topRight {
    width: 70px;
  }
}
.coreArea .decoBox .centerRight {
  position: absolute;
  top: 35%;
  right: 15%;
  bottom: auto;
  left: auto;
}
@media (max-width: 1536px) {
  .coreArea .decoBox .centerRight {
    top: 40%;
    right: 12%;
  }
}
@media (max-width: 1180px) {
  .coreArea .decoBox .centerRight {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .coreArea .decoBox .centerRight {
    width: 70px;
    top: 25%;
    right: 10%;
  }
}
@media (max-width: 480px) {
  .coreArea .decoBox .centerRight {
    width: 50px;
  }
}
.coreArea .decoBox .bottomRight {
  position: absolute;
  top: auto;
  right: 10%;
  bottom: 20%;
  left: auto;
}
@media (max-width: 1536px) {
  .coreArea .decoBox .bottomRight {
    bottom: 15%;
    right: 5%;
  }
}
@media (max-width: 1180px) {
  .coreArea .decoBox .bottomRight {
    bottom: 0;
    width: 70px;
  }
}
@media (max-width: 768px) {
  .coreArea .decoBox .bottomRight {
    width: 50px;
    right: 30px;
  }
}
@media (max-width: 480px) {
  .coreArea .decoBox .bottomRight {
    width: 35px;
  }
}
.coreArea .decoBox .bottomLeft {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 16%;
  left: 7%;
}
@media (max-width: 1536px) {
  .coreArea .decoBox .bottomLeft {
    bottom: 5%;
    left: 30px;
  }
}
@media (max-width: 1180px) {
  .coreArea .decoBox .bottomLeft {
    width: 200px;
    bottom: 30px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  .coreArea .decoBox .bottomLeft {
    width: 160px;
  }
}
@media (max-width: 480px) {
  .coreArea .decoBox .bottomLeft {
    width: 140px;
  }
}
.coreArea .decoBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 480px) {
  .coreArea .titleBox {
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .coreArea .titleBox .textBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.coreArea .titleBox .sectionDecoText {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: -7%;
  translate: 0 -50%;
  opacity: 0.7;
}
@media (max-width: 1536px) {
  .coreArea .titleBox .sectionDecoText {
    left: -70px;
  }
}
@media (max-width: 1180px) {
  .coreArea .titleBox .sectionDecoText {
    left: -36px;
  }
}

.coreBox {
  position: relative;
  margin-top: -3rem;
}
@media (max-width: 1180px) {
  .coreBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .coreBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}
.coreBox .mainCircleBox {
  position: relative;
  width: 100%;
  max-width: 757px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1599px) {
  .coreBox .mainCircleBox {
    max-width: 680px;
  }
}
@media (max-width: 1366px) {
  .coreBox .mainCircleBox {
    max-width: 600px;
  }
}
@media (max-width: 1180px) {
  .coreBox .mainCircleBox {
    width: 55%;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (max-width: 991px) {
  .coreBox .mainCircleBox {
    width: 100%;
    max-width: 750px;
  }
}
.coreBox .decoLineCircle {
  position: relative;
}
@media (max-width: 480px) {
  .coreBox .decoLineCircle {
    display: none;
  }
}
.coreBox .decoLineCircle img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.coreBox .blurCircle {
  display: block;
  width: 80%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(238, 179, 175, 0.7);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
@media (max-width: 575px) {
  .coreBox .blurCircle {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .coreBox .blurCircle {
    width: 95%;
  }
}
.coreBox .whiteCircle {
  display: block;
  width: 75%;
  height: auto;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fdf4f4;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 575px) {
  .coreBox .whiteCircle {
    width: 78%;
  }
}
@media (max-width: 480px) {
  .coreBox .whiteCircle {
    width: 85%;
  }
}
.coreBox .smallDotBox {
  width: 85%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 480px) {
  .coreBox .smallDotBox {
    width: 95%;
  }
}
.coreBox .smallDotBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 98.5%;
  height: auto;
  background-color: transparent;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #be2b19;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 768px) {
  .coreBox .smallDotBox::before {
    width: 98%;
  }
}
.coreBox .smallDotBox .dot {
  display: block;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0.6px solid #be2b19;
  -webkit-box-shadow: 0 0 0 5px rgba(190, 43, 25, 0.1);
          box-shadow: 0 0 0 5px rgba(190, 43, 25, 0.1);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: all 0.6s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0.2s;
}
@media (max-width: 768px) {
  .coreBox .smallDotBox .dot {
    width: 8px;
    -webkit-box-shadow: 0 0 0 3px rgba(190, 43, 25, 0.1);
            box-shadow: 0 0 0 3px rgba(190, 43, 25, 0.1);
  }
}
.coreBox .imgBox {
  width: 70%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: clip;
  border: 30px solid #fff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  pointer-events: auto;
}
@media (max-width: 1366px) {
  .coreBox .imgBox {
    border-width: 20px;
  }
}
@media (max-width: 575px) {
  .coreBox .imgBox {
    width: 72%;
    border-width: 15px;
  }
}
@media (max-width: 480px) {
  .coreBox .imgBox {
    width: 78%;
  }
}

.coreImgList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: clip;
}
.coreImgList:not(.slick-slider) .coreImgItem {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.coreImgList .coreImgItem {
  position: relative;
}
.coreImgList .item {
  position: relative;
}
.coreImgList .Img {
  clip-path: inset(50% 0 50% 0);
}
.coreImgList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.coreImgList .slick-current .Img {
  clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.coreIconList {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 575px) {
  .coreIconList {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}
@media (max-width: 480px) {
  .coreIconList {
    width: calc(100% + 36px);
    height: calc(100% + 36px);
    left: 50%;
    right: unset;
    translate: -50% 0;
  }
}
.coreIconList .coreIconItem {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.6s ease-in-out 0.2s;
  transition: -webkit-transform 0.6s ease-in-out 0.2s;
  transition: transform 0.6s ease-in-out 0.2s;
  transition: transform 0.6s ease-in-out 0.2s, -webkit-transform 0.6s ease-in-out 0.2s;
}
@media (min-width: 1181px) {
  .coreIconList .coreIconItem:hover .item {
    background-color: #fff;
  }
  .coreIconList .coreIconItem:hover .Img img {
    translate: 0 100%;
    -webkit-filter: drop-shadow(0 -45px 0 #be2b19);
            filter: drop-shadow(0 -45px 0 #be2b19);
  }
}
@media (min-width: 1181px) and (max-width: 1599px) {
  .coreIconList .coreIconItem:hover .Img img {
    -webkit-filter: drop-shadow(0 -40px 0 #be2b19);
            filter: drop-shadow(0 -40px 0 #be2b19);
  }
}
@media (min-width: 1181px) and (max-width: 1366px) {
  .coreIconList .coreIconItem:hover .Img img {
    -webkit-filter: drop-shadow(0 -35px 0 #be2b19);
            filter: drop-shadow(0 -35px 0 #be2b19);
  }
}
@media (min-width: 1181px) and (max-width: 991px) {
  .coreIconList .coreIconItem:hover .Img img {
    -webkit-filter: drop-shadow(0 -45px 0 #be2b19);
            filter: drop-shadow(0 -45px 0 #be2b19);
  }
}
@media (min-width: 1181px) and (max-width: 768px) {
  .coreIconList .coreIconItem:hover .Img img {
    -webkit-filter: drop-shadow(0 -40px 0 #be2b19);
            filter: drop-shadow(0 -40px 0 #be2b19);
  }
}
@media (min-width: 1181px) and (max-width: 575px) {
  .coreIconList .coreIconItem:hover .Img img {
    -webkit-filter: drop-shadow(0 -32px 0 #be2b19);
            filter: drop-shadow(0 -32px 0 #be2b19);
  }
}
@media (min-width: 1181px) and (max-width: 480px) {
  .coreIconList .coreIconItem:hover .Img img {
    -webkit-filter: drop-shadow(0 -30px 0 #be2b19);
            filter: drop-shadow(0 -30px 0 #be2b19);
  }
}
.coreIconList .coreIconItem.current .item {
  background-color: #fff;
}
.coreIconList .coreIconItem.current .Img img {
  translate: 0 100%;
  -webkit-filter: drop-shadow(0 -45px 0 #be2b19);
          filter: drop-shadow(0 -45px 0 #be2b19);
}
@media (max-width: 1599px) {
  .coreIconList .coreIconItem.current .Img img {
    -webkit-filter: drop-shadow(0 -40px 0 #be2b19);
            filter: drop-shadow(0 -40px 0 #be2b19);
  }
}
@media (max-width: 1366px) {
  .coreIconList .coreIconItem.current .Img img {
    -webkit-filter: drop-shadow(0 -35px 0 #be2b19);
            filter: drop-shadow(0 -35px 0 #be2b19);
  }
}
@media (max-width: 991px) {
  .coreIconList .coreIconItem.current .Img img {
    -webkit-filter: drop-shadow(0 -45px 0 #be2b19);
            filter: drop-shadow(0 -45px 0 #be2b19);
  }
}
@media (max-width: 768px) {
  .coreIconList .coreIconItem.current .Img img {
    -webkit-filter: drop-shadow(0 -40px 0 #be2b19);
            filter: drop-shadow(0 -40px 0 #be2b19);
  }
}
@media (max-width: 575px) {
  .coreIconList .coreIconItem.current .Img img {
    -webkit-filter: drop-shadow(0 -32px 0 #be2b19);
            filter: drop-shadow(0 -32px 0 #be2b19);
  }
}
@media (max-width: 480px) {
  .coreIconList .coreIconItem.current .Img img {
    -webkit-filter: drop-shadow(0 -30px 0 #be2b19);
            filter: drop-shadow(0 -30px 0 #be2b19);
  }
}
.coreIconList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #be2b19;
}
@media (max-width: 1599px) {
  .coreIconList .item {
    width: 80px;
  }
}
@media (max-width: 1366px) {
  .coreIconList .item {
    width: 72px;
  }
}
@media (max-width: 991px) {
  .coreIconList .item {
    width: 90px;
  }
}
@media (max-width: 768px) {
  .coreIconList .item {
    width: 80px;
  }
}
@media (max-width: 575px) {
  .coreIconList .item {
    width: 64px;
  }
}
@media (max-width: 480px) {
  .coreIconList .item {
    width: 60px;
  }
}
.coreIconList .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(190, 43, 25, 0.1);
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  -webkit-animation: homeProductCircle 2s ease-in-out infinite;
          animation: homeProductCircle 2s ease-in-out infinite;
}
.coreIconList .Img {
  width: 50%;
  overflow: clip;
}
.coreIconList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: translate 0.6s ease-in-out;
  transition: translate 0.6s ease-in-out;
}

.coreMobileBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 420px;
  margin-left: auto;
  z-index: 1;
}
@media (min-width: 1181px) {
  .coreMobileBox {
    display: none;
  }
}
@media (max-width: 991px) {
  .coreMobileBox {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
.coreMobileBox .controlBox {
  position: relative;
  margin-top: 1rem;
}
.coreMobileBox .controlBox .arrowBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991px) {
  .coreMobileBox .controlBox .arrowBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.coreTxtList.pc {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1180px) {
  .coreTxtList.pc {
    display: none;
  }
}
.coreTxtList.pc .coreTxtItem {
  width: 100%;
  max-width: 380px;
  pointer-events: auto;
  cursor: pointer;
}
@media (max-width: 1599px) {
  .coreTxtList.pc .coreTxtItem {
    max-width: 360px;
  }
}
@media (max-width: 1440px) {
  .coreTxtList.pc .coreTxtItem {
    max-width: 320px;
  }
}
@media (max-width: 1280px) {
  .coreTxtList.pc .coreTxtItem {
    max-width: 290px;
  }
}
@media (min-width: 1181px) {
  .coreTxtList.pc .coreTxtItem:hover .Txt .text {
    color: #be2b19;
  }
}
.coreTxtList.pc .coreTxtItem:nth-child(1) {
  position: absolute;
  top: -16px;
  right: 22.5%;
  bottom: auto;
  left: auto;
  translate: 50% 0;
}
@media (max-width: 1599px) {
  .coreTxtList.pc .coreTxtItem:nth-child(1) {
    right: 22%;
  }
}
@media (max-width: 1280px) {
  .coreTxtList.pc .coreTxtItem:nth-child(1) {
    top: -30px;
    right: 22%;
  }
}
.coreTxtList.pc .coreTxtItem:nth-child(2) {
  position: absolute;
  top: 48%;
  right: 8%;
  bottom: auto;
  left: auto;
  translate: 50% -50%;
}
@media (max-width: 1599px) {
  .coreTxtList.pc .coreTxtItem:nth-child(2) {
    right: 11%;
  }
}
@media (max-width: 1280px) {
  .coreTxtList.pc .coreTxtItem:nth-child(2) {
    right: 9%;
  }
}
.coreTxtList.pc .coreTxtItem:nth-child(3) {
  position: absolute;
  top: auto;
  right: 20%;
  bottom: 0;
  left: auto;
  translate: 50% 0;
}
@media (max-width: 1599px) {
  .coreTxtList.pc .coreTxtItem:nth-child(3) {
    bottom: -2%;
    right: 21%;
  }
}
@media (max-width: 1366px) {
  .coreTxtList.pc .coreTxtItem:nth-child(3) {
    right: 20%;
  }
}
@media (max-width: 1280px) {
  .coreTxtList.pc .coreTxtItem:nth-child(3) {
    bottom: 0;
  }
}
.coreTxtList.pc .coreTxtItem:nth-child(4) {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 15%;
  left: 13.5%;
  translate: -50% 0;
}
@media (max-width: 1599px) {
  .coreTxtList.pc .coreTxtItem:nth-child(4) {
    bottom: 14%;
    left: 14%;
  }
}
@media (max-width: 1366px) {
  .coreTxtList.pc .coreTxtItem:nth-child(4) {
    left: 13%;
  }
}
.coreTxtList.pc .coreTxtItem:nth-child(4) .Txt {
  text-align: right;
}
.coreTxtList.pc .coreTxtItem:nth-child(5) {
  position: absolute;
  top: 15%;
  right: auto;
  bottom: auto;
  left: 12%;
  translate: -50% 0;
}
@media (max-width: 1599px) {
  .coreTxtList.pc .coreTxtItem:nth-child(5) {
    left: 13%;
  }
}
@media (max-width: 1366px) {
  .coreTxtList.pc .coreTxtItem:nth-child(5) {
    left: 12%;
  }
}
.coreTxtList.pc .coreTxtItem:nth-child(5) .Txt {
  text-align: right;
}
@media (max-width: 1180px) {
  .coreTxtList.mobile:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .coreTxtList.mobile:not(.slick-slider) .advantageTxtItem {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.coreTxtList.mobile .slick-list {
  margin: 0 -10px;
}
.coreTxtList .advantageTxtItem {
  position: relative;
}
@media (max-width: 1180px) {
  .coreTxtList .advantageTxtItem {
    padding: 0 10px;
  }
}
.coreTxtList .advantageTxtItem.current .Txt .text {
  color: #be2b19;
}
.coreTxtList .item {
  position: relative;
}
.coreTxtList .Txt {
  position: relative;
}
@media (max-width: 991px) {
  .coreTxtList .Txt {
    text-align: center;
  }
}
.coreTxtList .Txt .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #be2b19;
}
@media (max-width: 1440px) {
  .coreTxtList .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .coreTxtList .Txt .title {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .coreTxtList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .coreTxtList .Txt .title {
    font-size: 18px;
  }
}
.coreTxtList .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #707070;
  margin-top: 0.25rem;
  height: 85px;
  overflow-y: auto;
  padding-right: 0.5rem;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, black), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, black 60%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, black), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, black 60%, rgba(0, 0, 0, 0) 100%);
}
.coreTxtList .Txt .text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.coreTxtList .Txt .text::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.coreTxtList .Txt .text::-webkit-scrollbar-thumb {
  background: #be2b19;
}
@media (max-width: 1440px) {
  .coreTxtList .Txt .text {
    font-size: 15px;
    height: 75px;
  }
}
@media (max-width: 1280px) {
  .coreTxtList .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  .coreTxtList .Txt .text {
    font-size: 15px;
    height: auto;
    -webkit-mask-image: none;
            mask-image: none;
  }
}
@media (max-width: 480px) {
  .coreTxtList .Txt .text {
    font-size: 14px;
  }
}
.coreTxtList .Txt .text.hide {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, black), to(black));
  -webkit-mask-image: linear-gradient(to bottom, black 60%, black 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, black), to(black));
          mask-image: linear-gradient(to bottom, black 60%, black 100%);
}

.seriesArea {
  position: relative;
  padding: 220px 0 100px;
  background-color: #f4f4f4;
  overflow-x: clip;
}
.seriesArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.seriesArea .decoBox .bg {
  width: 1920px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.seriesArea .decoBox .left {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 15%;
  left: -40px;
}
@media (max-width: 1536px) {
  .seriesArea .decoBox .left {
    width: 220px;
  }
}
@media (max-width: 1180px) {
  .seriesArea .decoBox .left {
    width: 190px;
  }
}
@media (max-width: 768px) {
  .seriesArea .decoBox .left {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .seriesArea .decoBox .left {
    width: 110px;
  }
}
@media (max-width: 375px) {
  .seriesArea .decoBox .left {
    width: 90px;
  }
}
.seriesArea .decoBox .right {
  position: absolute;
  top: 5%;
  right: -15px;
  bottom: auto;
  left: auto;
}
@media (max-width: 1536px) {
  .seriesArea .decoBox .right {
    width: 230px;
  }
}
@media (max-width: 1180px) {
  .seriesArea .decoBox .right {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .seriesArea .decoBox .right {
    width: 160px;
  }
}
@media (max-width: 480px) {
  .seriesArea .decoBox .right {
    width: 120px;
  }
}
@media (max-width: 375px) {
  .seriesArea .decoBox .right {
    width: 100px;
  }
}
.seriesArea .decoBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.seriesArea .titleBox {
  position: static;
}
.seriesArea .titleBox .textBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seriesArea .titleBox .sectionDecoText {
  opacity: 0.4;
}
.seriesArea .titleBox .sectionDecoText.top {
  position: absolute;
  top: 13%;
  right: auto;
  bottom: auto;
  left: 2.5%;
}
.seriesArea .titleBox .sectionDecoText.bottom {
  position: absolute;
  top: auto;
  right: 72px;
  bottom: 40px;
  left: auto;
}
.seriesArea .seriesBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: -2.625rem;
}
@media (max-width: 1440px) {
  .seriesArea .seriesBox {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .seriesArea .seriesBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 1180px) {
  .seriesArea .seriesBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 2.25rem;
    margin-top: 0;
  }
}
.seriesArea .controlBox {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .seriesArea .controlBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.seriesList {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1180px) {
  .seriesList {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 768px) {
  .seriesList {
    margin-right: -30px;
  }
}
@media (max-width: 375px) {
  .seriesList {
    margin: 0 -1rem;
  }
}
.seriesList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seriesList:not(.slick-slider) .seriesItem {
  position: relative;
  width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 768px) {
  .seriesList:not(.slick-slider) .seriesItem {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .seriesList:not(.slick-slider) .seriesItem {
    width: 100%;
  }
}
.seriesList .slick-list {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .seriesList .slick-list {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .seriesList .slick-list {
    padding: 0 30% 0 0;
  }
}
@media (max-width: 480px) {
  .seriesList .slick-list {
    padding: 0 20% 0 0;
  }
}
@media (max-width: 375px) {
  .seriesList .slick-list {
    padding: 0;
  }
}
.seriesList .seriesItem {
  position: relative;
  padding: 0 2rem;
}
@media (max-width: 1440px) {
  .seriesList .seriesItem {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1280px) {
  .seriesList .seriesItem {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .seriesList .seriesItem {
    padding: 0 0.625rem;
  }
}
@media (max-width: 768px) {
  .seriesList .seriesItem {
    padding: 0 1rem;
  }
}
.seriesList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .seriesList .item:hover .imgBox .Img::after {
    height: 100%;
  }
  .seriesList .item:hover .imgBox .btnBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.seriesList .imgBox {
  position: relative;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(98, 98, 98, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(98, 98, 98, 0.1);
}
.seriesList .imgBox .Img {
  border-radius: 1rem;
  overflow: clip;
}
.seriesList .imgBox .Img::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 0;
  background-color: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#be2b19), color-stop(50%, rgba(190, 43, 25, 0)));
  background: linear-gradient(to top, #be2b19 0%, rgba(190, 43, 25, 0) 50%);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.seriesList .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.seriesList .imgBox .hover {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  pointer-events: none;
}
.seriesList .imgBox .btnBox {
  width: 100%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  margin-top: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.seriesList .Txt {
  position: relative;
  margin-top: 1.5rem;
}
@media (max-width: 1280px) {
  .seriesList .Txt {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .seriesList .Txt {
    margin-top: 0.625rem;
  }
}
.seriesList .Txt .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #434343;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1280px) {
  .seriesList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .seriesList .Txt .title {
    font-size: 18px;
  }
}
.seriesList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.seriesList .prevSlide {
  translate: 0 -60px;
}
@media (max-width: 768px) {
  .seriesList .prevSlide {
    translate: 0 -40px;
  }
}
@media (max-width: 575px) {
  .seriesList .prevSlide {
    translate: 0 0;
  }
}
.seriesList .nextSlide {
  translate: 0 -120px;
}
@media (max-width: 768px) {
  .seriesList .nextSlide {
    translate: 0 0;
  }
}

.strengthArea {
  position: relative;
  padding: 150px 0 180px;
  overflow-x: clip;
}
.strengthArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.strengthArea .decoBox .topRight {
  position: absolute;
  top: 7.5%;
  right: 65px;
  bottom: auto;
  left: auto;
}
@media (max-width: 1536px) {
  .strengthArea .decoBox .topRight {
    right: 30px;
  }
}
@media (max-width: 1366px) {
  .strengthArea .decoBox .topRight {
    width: 280px;
    top: 5%;
  }
}
@media (max-width: 1180px) {
  .strengthArea .decoBox .topRight {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .strengthArea .decoBox .topRight {
    width: 160px;
    right: 20px;
  }
}
@media (max-width: 480px) {
  .strengthArea .decoBox .topRight {
    width: 140px;
  }
}
.strengthArea .decoBox .centerRight {
  position: absolute;
  top: 56%;
  right: 16%;
  bottom: auto;
  left: auto;
}
@media (max-width: 1536px) {
  .strengthArea .decoBox .centerRight {
    right: 10%;
  }
}
@media (max-width: 1366px) {
  .strengthArea .decoBox .centerRight {
    width: 140px;
  }
}
@media (max-width: 1180px) {
  .strengthArea .decoBox .centerRight {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .strengthArea .decoBox .centerRight {
    right: 60px;
  }
}
@media (max-width: 768px) {
  .strengthArea .decoBox .centerRight {
    width: 80px;
    right: 40px;
  }
}
.strengthArea .decoBox .bottomCenter {
  position: absolute;
  top: 52.5%;
  right: auto;
  bottom: auto;
  left: 4%;
}
@media (max-width: 1536px) {
  .strengthArea .decoBox .bottomCenter {
    left: 30px;
  }
}
@media (max-width: 1366px) {
  .strengthArea .decoBox .bottomCenter {
    width: 60px;
  }
}
@media (max-width: 1180px) {
  .strengthArea .decoBox .bottomCenter {
    width: 45px;
  }
}
@media (max-width: 991px) {
  .strengthArea .decoBox .bottomCenter {
    left: 10px;
  }
}
.strengthArea .decoBox .bottomLeft {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 60px;
  left: 70px;
}
@media (max-width: 1366px) {
  .strengthArea .decoBox .bottomLeft {
    width: 130px;
    left: 30px;
  }
}
@media (max-width: 1180px) {
  .strengthArea .decoBox .bottomLeft {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .strengthArea .decoBox .bottomLeft {
    width: 90px;
    left: 20px;
  }
}
@media (max-width: 480px) {
  .strengthArea .decoBox .bottomLeft {
    width: 70px;
  }
}
.strengthArea .decoBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.strengthArea .titleBox {
  position: static;
  margin-bottom: 1.5rem;
}
.strengthArea .titleBox .textBox {
  display: block;
}
.strengthArea .titleBox .sectionDecoText {
  z-index: -1;
}
.strengthArea .titleBox .sectionDecoText.top {
  position: absolute;
  top: 2.5%;
  right: auto;
  bottom: auto;
  left: -40px;
}
@media (max-width: 991px) {
  .strengthArea .titleBox .sectionDecoText.top {
    left: -30px;
  }
}
@media (max-width: 768px) {
  .strengthArea .titleBox .sectionDecoText.top {
    left: -15px;
  }
}
.strengthArea .titleBox .sectionDecoText.bottom {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 2.5%;
  left: 44%;
}
@media (max-width: 991px) {
  .strengthArea .titleBox .sectionDecoText.bottom {
    left: 38%;
  }
}
@media (max-width: 768px) {
  .strengthArea .titleBox .sectionDecoText.bottom {
    left: 30%;
  }
}

.strengthList {
  position: relative;
}
.strengthList .strengthItem {
  position: relative;
}
.strengthList .strengthItem + .strengthItem {
  margin-top: 5.5rem;
}
@media (max-width: 1180px) {
  .strengthList .strengthItem + .strengthItem {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .strengthList .strengthItem + .strengthItem {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .strengthList .strengthItem:nth-child(odd) .Img {
    margin-left: auto;
  }
}
.strengthList .strengthItem:nth-child(odd) .Img::before {
  position: absolute;
  top: 25%;
  right: 10%;
  bottom: auto;
  left: auto;
  translate: 50% -50%;
}
.strengthList .strengthItem:nth-child(odd) .Txt {
  margin-right: -2.5rem;
}
@media (max-width: 991px) {
  .strengthList .strengthItem:nth-child(odd) .Txt {
    margin-right: 0;
  }
}
@media (min-width: 991px) {
  .strengthList .strengthItem:nth-child(even) .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.strengthList .strengthItem:nth-child(even) .Txt {
  margin-left: -2.5rem;
}
@media (max-width: 991px) {
  .strengthList .strengthItem:nth-child(even) .Txt {
    margin-left: auto;
  }
}
.strengthList .strengthItem:nth-child(even) .Img::before {
  position: absolute;
  top: 60%;
  right: auto;
  bottom: auto;
  left: 15%;
  translate: -50% -50%;
}
.strengthList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .strengthList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .strengthList .item {
    row-gap: 1.5rem;
  }
}
.strengthList .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 580px;
  border-radius: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(98, 98, 98, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(98, 98, 98, 0.1);
  padding: 1.25rem 2rem;
  z-index: 1;
}
@media (max-width: 1180px) {
  .strengthList .Txt {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 991px) {
  .strengthList .Txt {
    width: 100%;
    max-width: 500px;
    margin-top: -4rem;
  }
}
@media (max-width: 768px) {
  .strengthList .Txt {
    max-width: 480px;
    padding: 0.75rem 1.25rem;
    border-radius: 0.625rem;
    margin-top: -2.25rem;
  }
}
@media (max-width: 575px) {
  .strengthList .Txt {
    max-width: none;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .strengthList .Txt {
    padding: 0.625rem 1rem;
  }
}
.strengthList .Txt .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #434343;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1366px) {
  .strengthList .Txt .title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1180px) {
  .strengthList .Txt .title {
    font-size: 20px;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 768px) {
  .strengthList .Txt .title {
    font-size: 18px;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.strengthList .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #707070;
  height: 145px;
  padding-right: 0.5rem;
  overflow-y: auto;
}
.strengthList .Txt .text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.strengthList .Txt .text::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.strengthList .Txt .text::-webkit-scrollbar-thumb {
  background: #be2b19;
}
@media (max-width: 1180px) {
  .strengthList .Txt .text {
    font-size: 15px;
    height: 130px;
  }
}
@media (max-width: 768px) {
  .strengthList .Txt .text {
    font-size: 14px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  .strengthList .Txt .text {
    height: auto;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .strengthList .Txt .text {
    font-size: 13px;
  }
}
.strengthList .Txt .btnBox {
  margin-top: 1.5rem;
}
.strengthList .Img {
  width: 62.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1366px) {
  .strengthList .Img {
    width: 60%;
  }
}
@media (max-width: 1180px) {
  .strengthList .Img {
    width: 58%;
  }
}
@media (max-width: 991px) {
  .strengthList .Img {
    width: 100%;
    max-width: 580px;
  }
}
.strengthList .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 60%;
  height: auto;
  background-color: rgba(238, 179, 175, 0.5);
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  z-index: -1;
}
.strengthList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 1rem;
}
/*# sourceMappingURL=products_services.css.map */