@charset "UTF-8";
.partnerArea .dataList .Txt .link, .partnerArea .dataList .Txt .text, .partnerArea .dataList .Txt .title, .partnerArea .dataList .Txt.back::after, .partnerArea .dataList .Txt.front .title::after, .partnerArea .dataList .Txt.front .title, .partnerArea .dataList .Txt, .innovationArea .dataBox .Txt .text, .innovationArea .dataBox .Txt .title, .innovationArea .dataBox .imgBox .icon, .trustArea .imgBox .Img, .trustArea .imgBox iframe, .trustArea .imgBox video, .trustArea .imgBox .videoBtn span, .trustArea .imgBox .videoBtn::after, .trustArea .imgBox .videoBtn::before, .trustArea .imgBox .videoBtn {
  transition: all 0.4s ease-in-out;
}

.trustArea {
  padding: 110px 0;
  background: url("../images/about_trust_bg.jpg") center/cover no-repeat;
}
@media (max-width: 1180px) {
  .trustArea {
    padding: 80px 0;
  }
}
@media (max-width: 400px) {
  .trustArea {
    padding: 60px 0;
  }
}
.trustArea .wrap {
  max-width: 1012px;
}
.trustArea .titleBox .textEditor {
  margin-top: 40px;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: -0.68px;
}
.trustArea .titleBox .text {
  margin-top: 11px;
}
@media (max-width: 1180px) {
  .trustArea .titleBox .textEditor {
    font-size: 30px;
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .trustArea .titleBox .textEditor {
    margin-top: 30px;
    font-size: 26px;
  }
}
@media (max-width: 540px) {
  .trustArea .titleBox .textEditor {
    margin-top: 25px;
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .trustArea .titleBox .textEditor {
    margin-top: 10px;
    font-size: 20px;
  }
}
.trustArea .imgBox {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.588;
  margin-top: 43px;
}
.trustArea .imgBox:has(video), .trustArea .imgBox:has(iframe) {
  cursor: pointer;
}
.trustArea .imgBox:has(video).play .videoBtn, .trustArea .imgBox:has(iframe).play .videoBtn {
  opacity: 0;
  pointer-events: none;
}
.trustArea .imgBox:has(video).play video,
.trustArea .imgBox:has(video).play iframe, .trustArea .imgBox:has(iframe).play video,
.trustArea .imgBox:has(iframe).play iframe {
  transform: scale(1);
  opacity: 1;
  z-index: 5;
}
.trustArea .imgBox:has(video).play video, .trustArea .imgBox:has(iframe).play video {
  pointer-events: auto;
}
.trustArea .imgBox:has(video).play .Img, .trustArea .imgBox:has(iframe).play .Img {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.05);
}
@media (min-width: 1181px) {
  .trustArea .imgBox:has(video):hover .videoBtn, .trustArea .imgBox:has(iframe):hover .videoBtn {
    background-color: #d8df3f;
  }
  .trustArea .imgBox:has(video):hover .videoBtn::before, .trustArea .imgBox:has(iframe):hover .videoBtn::before {
    border-color: rgba(51, 51, 51, 0.3);
  }
  .trustArea .imgBox:has(video):hover .videoBtn::after, .trustArea .imgBox:has(iframe):hover .videoBtn::after {
    background-color: rgba(216, 223, 63, 0.5);
  }
  .trustArea .imgBox:has(video):hover .videoBtn .icon, .trustArea .imgBox:has(iframe):hover .videoBtn .icon {
    border-color: transparent transparent transparent #333;
  }
  .trustArea .imgBox:has(video):hover .videoBtn .text, .trustArea .imgBox:has(iframe):hover .videoBtn .text {
    color: #333;
  }
}
.trustArea .imgBox .videoBtn {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  max-width: 126px;
  width: 24%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #2a59a7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 12px;
}
.trustArea .imgBox .videoBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 89%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.trustArea .imgBox .videoBtn::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 120%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(42, 89, 167, 0.5);
  animation: btnBasic10Ani 2s infinite ease-in-out;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.trustArea .imgBox .videoBtn span {
  display: inline-block;
}
.trustArea .imgBox .videoBtn .icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
.trustArea .imgBox .videoBtn .text {
  font-weight: 600;
  color: #fff;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.trustArea .imgBox video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  pointer-events: none;
  transform: scale(1.05);
}
.trustArea .imgBox iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transform: scale(1.05);
  z-index: 1;
  pointer-events: none;
  width: 140%;
  height: 140%;
}
.trustArea .imgBox .Img {
  position: relative;
  z-index: 1;
  background-color: #2a59a7;
  width: 100%;
  height: 100%;
}
.trustArea .imgBox img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 540px) {
  .trustArea .imgBox {
    margin-top: 30px;
  }
  .trustArea .imgBox .videoBtn {
    max-width: 90px;
  }
  .trustArea .imgBox .videoBtn .icon {
    border-width: 8px 0 8px 12px;
  }
  .trustArea .imgBox .videoBtn .text {
    display: none;
  }
}

.marqueeArea {
  padding-top: 71px;
  padding-bottom: 62px;
  background-color: #2a59a7;
}
.marqueeArea .wrap {
  max-width: 1012px;
}
.marqueeArea .dataBox {
  width: 100%;
}
.marqueeArea .dataBox .dataList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px 0;
}
.marqueeArea .dataBox .dataItem {
  width: 33.3333333333%;
  padding: 0 49px;
  position: relative;
}
.marqueeArea .dataBox .dataItem:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #d9d9d9;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.marqueeArea .dataBox .item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.marqueeArea .dataBox .numBox {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.marqueeArea .dataBox .numBox::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 2px;
  background: linear-gradient(to right, #2a59a7 50%, #d8df3f 50%);
  background: linear-gradient(to right, #fff 50%, #d8df3f 50%);
  left: 2px;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.marqueeArea .dataBox .num,
.marqueeArea .dataBox .mark {
  font-weight: bold;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 1;
  letter-spacing: 0px;
}
.marqueeArea .dataBox .num {
  position: relative;
  z-index: 1;
}
.marqueeArea .dataBox .num::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 29px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #d8df3f;
  border-radius: 50%;
  left: -5px;
  top: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.marqueeArea .dataBox .info {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.48px;
  margin-top: auto;
  margin-bottom: 3px;
  margin-left: 7px;
}
.marqueeArea .dataBox .title {
  position: relative;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.6px;
}
@media (max-width: 1400px) {
  .marqueeArea .dataBox .num,
  .marqueeArea .dataBox .mark {
    font-size: 55px;
  }
  .marqueeArea .dataBox .num::after {
    width: 24px;
  }
  .marqueeArea .dataBox .title {
    font-size: 18px;
  }
}
@media (max-width: 840px) {
  .marqueeArea .dataBox .dataItem {
    width: 100%;
    padding: 0 20px;
  }
  .marqueeArea .dataBox .item {
    margin: unset;
  }
}
@media (max-width: 768px) {
  .marqueeArea .dataBox {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .marqueeArea .dataBox .dataList {
    flex-direction: column;
    align-items: flex-start;
  }
  .marqueeArea .dataBox .dataItem {
    padding: 0 20px;
  }
  .marqueeArea .dataBox .dataItem::after {
    display: none;
  }
}
@media (max-width: 400px) {
  .marqueeArea .dataBox .numBox {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .marqueeArea .dataBox .num,
  .marqueeArea .dataBox .mark {
    font-size: 50px;
  }
  .marqueeArea .dataBox .num::after {
    width: 20px;
  }
}

.innovationArea {
  position: relative;
  padding-top: 104px;
  padding-bottom: 107px;
}
@media (max-width: 1180px) {
  .innovationArea {
    padding: 80px 0;
  }
}
@media (max-width: 400px) {
  .innovationArea {
    padding: 60px 0;
  }
}
.innovationArea .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1180px) {
  .innovationArea .wrap {
    flex-direction: column;
    row-gap: 40px;
  }
}
.innovationArea .dataInfoBox {
  width: 340px;
}
.innovationArea .dataInfoBox .controlBox {
  margin-top: 40px;
}
.innovationArea .dataInfoBox .controlBox:has(.slick-arrow.slick-hidden) {
  display: none;
}
@media (min-width: 1181px) {
  .innovationArea .dataInfoBox .controlBox {
    justify-content: flex-start;
  }
}
@media (max-width: 1180px) {
  .innovationArea .dataInfoBox {
    width: 100%;
    max-width: 450px;
  }
  .innovationArea .dataInfoBox .titleBox {
    text-align: center;
  }
  .innovationArea .dataInfoBox .subtitle {
    justify-content: center;
    align-items: center;
  }
  .innovationArea .dataInfoBox .controlBox {
    margin-top: 30px;
  }
}
.innovationArea .dataBox {
  width: calc(100% - 458px);
  overflow: hidden;
}
.innovationArea .dataBox .dataList {
  margin: 0 -17.5px;
}
.innovationArea .dataBox .slick-track {
  display: flex !important;
  align-items: stretch;
}
.innovationArea .dataBox .slick-slide {
  height: auto;
}
.innovationArea .dataBox .slick-slide > div {
  height: 100%;
}
.innovationArea .dataBox .dataItem {
  padding: 0 17.5px;
  height: 100%;
}
.innovationArea .dataBox .item {
  position: relative;
  height: 100%;
}
@media (min-width: 1181px) {
  .innovationArea .dataBox .item:has(.linkWrap):hover .Img {
    opacity: 0.8;
  }
  .innovationArea .dataBox .item:has(.linkWrap):hover .Img img {
    transform: scale(1.05);
  }
  .innovationArea .dataBox .item:has(.linkWrap):hover .Txt {
    background-color: #2a59a7;
  }
  .innovationArea .dataBox .item:has(.linkWrap):hover .Txt .title,
  .innovationArea .dataBox .item:has(.linkWrap):hover .Txt .text {
    color: #fff;
  }
}
.innovationArea .dataBox .linkWrap {
  z-index: 3;
}
.innovationArea .dataBox .imgBox {
  position: relative;
  z-index: 2;
  background-color: #2a59a7;
}
.innovationArea .dataBox .imgBox .Img {
  width: 100%;
  height: auto;
  aspect-ratio: 456/325;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.innovationArea .dataBox .imgBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.innovationArea .dataBox .imgBox .icon {
  position: absolute;
  bottom: 2.5%;
  left: 42px;
  transform: translateY(50%);
  width: 72px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #d8df3f;
}
.innovationArea .dataBox .imgBox .icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 50%;
  margin: 0 auto;
}
.innovationArea .dataBox .Txt {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #f2f2f2;
  padding: 59px 43px 36px;
  transition: all 0.3s ease-in-out;
}
.innovationArea .dataBox .Txt .title {
  color: #333;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 2.31px;
}
.innovationArea .dataBox .Txt .text {
  margin-top: 16px;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.3px;
}
@media (max-width: 1400px) {
  .innovationArea .dataBox .imgBox .icon {
    left: 30px;
    bottom: 0;
  }
  .innovationArea .dataBox .Txt {
    padding: 50px 30px 30px;
  }
  .innovationArea .dataBox .Txt .title {
    font-size: 19px;
  }
  .innovationArea .dataBox .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  .innovationArea .dataBox {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .innovationArea .dataBox .imgBox .icon {
    width: 60px;
    left: 20px;
  }
  .innovationArea .dataBox .Txt {
    padding: 40px 20px 20px;
  }
  .innovationArea .dataBox .Txt .title {
    font-size: 17px;
  }
  .innovationArea .dataBox .Txt .text {
    font-size: 13px;
  }
}

.excellenceArea {
  position: relative;
  z-index: 1;
  padding-bottom: 88px;
}
.excellenceArea::after {
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: 100%;
  max-width: 1404px;
  background-color: #f1f7fb;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1180px) {
  .excellenceArea {
    padding-bottom: 60px;
  }
  .excellenceArea::after {
    width: calc(100% - 60px);
  }
}
@media (max-width: 840px) {
  .excellenceArea {
    padding-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .excellenceArea {
    padding-bottom: 20px;
  }
  .excellenceArea::after {
    width: calc(100% - 40px);
  }
}
.excellenceArea .wrap {
  padding: 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 840px) {
  .excellenceArea .wrap {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media (max-width: 400px) {
  .excellenceArea .wrap {
    row-gap: 20px;
  }
}
.excellenceArea .Img {
  width: 100%;
  max-width: 47.1%;
}
.excellenceArea .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 840px) {
  .excellenceArea .Img {
    max-width: 100%;
  }
}
.excellenceArea .Txt {
  width: 100%;
  max-width: min(52.9% - 50px, 755px);
  padding: 50px max(30px, 4.5%) 4px max(40px, 5%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (max-width: 1180px) {
  .excellenceArea .Txt {
    max-width: calc(52.9% - 30px);
    padding: 50px 30px 0 40px;
  }
}
@media (max-width: 840px) {
  .excellenceArea .Txt {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 400px) {
  .excellenceArea .Txt {
    padding: 0 40px;
  }
}

.certificateArea {
  padding: 60px 0;
}
@media (max-width: 1180px) {
  .certificateArea {
    padding: 50px 0;
  }
}
@media (max-width: 400px) {
  .certificateArea {
    padding: 40px 0;
  }
}
.certificateArea .dataBox {
  position: relative;
  width: 100%;
  padding: 0 76px;
}
@media (max-width: 1180px) {
  .certificateArea .dataBox {
    padding: 0 54px;
  }
}
@media (max-width: 540px) {
  .certificateArea .dataBox {
    padding: 0 0;
  }
}
.certificateArea .dataList .dataItem {
  padding: 0 20px;
}
.certificateArea .dataList .item {
  position: relative;
}
.certificateArea .dataList .Img {
  max-width: 125px;
  margin: 0 auto;
}
.certificateArea .dataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.certificateArea .dataList .title {
  margin-top: 38px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.6px;
}
@media (max-width: 1180px) {
  .certificateArea .dataList .dataItem {
    padding: 0 14px;
  }
  .certificateArea .dataList .Img {
    max-width: 100px;
  }
  .certificateArea .dataList .title {
    margin-top: 24px;
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .certificateArea .dataList .title {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media (min-width: 541px) {
  .certificateArea .controlBox {
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 0 7px;
  }
}
@media (min-width: 541px) and (max-width: 1180px) {
  .certificateArea .controlBox {
    padding: 0;
  }
}
@media (max-width: 540px) {
  .certificateArea .controlBox {
    margin-top: 30px;
  }
  .certificateArea .controlBox .arrowBox {
    justify-content: center;
  }
}

.productArea {
  padding-top: 86px;
  padding-bottom: 128px;
}
@media (max-width: 1180px) {
  .productArea {
    padding: 80px 0;
  }
}
@media (max-width: 400px) {
  .productArea {
    padding: 60px 0;
  }
}
.productArea .dataBox {
  position: relative;
  z-index: 1;
  background: no-repeat center center/cover;
  min-height: 455px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 37px;
  padding: 40px max(50px, 9.2%);
}
.productArea .titleBox {
  max-width: 545px;
}
@media (max-width: 1180px) {
  .productArea .dataBox {
    padding: 40px max(30px, 6%);
  }
}
@media (max-width: 840px) {
  .productArea .dataBox::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media (max-width: 400px) {
  .productArea .dataBox {
    padding: 30px 20px;
  }
}

.partnerArea {
  position: relative;
  z-index: 1;
  padding-top: 54px;
  padding-bottom: 104px;
  overflow: clip;
}
.partnerArea::after {
  content: "";
  position: absolute;
  background-color: #f2f2f2;
  width: 60.3%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1180px) {
  .partnerArea {
    padding-bottom: 80px;
  }
}
@media (max-width: 400px) {
  .partnerArea {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.partnerArea .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.partnerArea .titleBox .textBox {
  width: 100%;
  max-width: 450px;
  flex-shrink: 0;
}
.partnerArea .titleBox .text {
  padding: 0 80px;
  max-width: 910px;
}
@media (max-width: 1400px) {
  .partnerArea .titleBox .text {
    max-width: 800px;
    padding-left: max(40px, 6%);
    padding-right: 0;
  }
}
@media (max-width: 1180px) {
  .partnerArea .titleBox {
    flex-direction: column;
    align-items: flex-start;
  }
  .partnerArea .titleBox .text {
    max-width: 100%;
    padding: 0;
  }
}
.partnerArea .dataBox {
  position: relative;
  z-index: 1;
  width: calc(100% + (100dvw - 1404px) / 2);
  padding-top: 60px;
  overflow-x: clip;
}
@media (max-width: 1400px) {
  .partnerArea .dataBox {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .partnerArea .dataBox {
    padding-top: 50px;
  }
}
.partnerArea .decoText {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 3.2px;
  font-size: max(5.9dvw, 90px);
  font-weight: 600;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  color: #eeeeee;
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  bottom: unset;
  transform: translate(0, -27%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .partnerArea .decoText {
    font-size: 80px;
    transform: translateY(-10%);
  }
}
@media (max-width: 840px) {
  .partnerArea .decoText {
    font-size: 60px;
    transform: translateY(0%);
  }
}
@media (max-width: 540px) {
  .partnerArea .decoText {
    font-size: 40px;
    transform: translateY(10px);
  }
}
.partnerArea .dataList {
  margin: 0 -20px;
  width: 100%;
  max-width: 1404px;
}
@media (max-width: 1400px) {
  .partnerArea .dataList {
    width: calc(100% + 40px);
  }
}
.partnerArea .dataList .slick-list {
  overflow: visible;
}
.partnerArea .dataList .dataItem {
  padding: 0 20px;
  height: 100%;
}
.partnerArea .dataList .item {
  position: relative;
  height: 100%;
  overflow-y: clip;
}
@media (min-width: 1181px) {
  .partnerArea .dataList .item:hover .Txt.front {
    pointer-events: none;
    transform: translateY(100%);
    transition-delay: 0s;
  }
  .partnerArea .dataList .item:hover .Txt.front .title::after {
    transform: scale(0);
    transition-delay: 0s;
  }
  .partnerArea .dataList .item:hover .Txt.back {
    pointer-events: auto;
  }
  .partnerArea .dataList .item:hover .Txt.back::after {
    height: 100%;
    bottom: auto;
    top: 0;
    opacity: 1;
  }
  .partnerArea .dataList .item:hover .Txt.back .title,
  .partnerArea .dataList .item:hover .Txt.back .text {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s ease-in-out;
  }
  .partnerArea .dataList .item:hover .Txt.back .title {
    transition-delay: 0.5s;
  }
  .partnerArea .dataList .item:hover .Txt.back .text {
    transition-delay: 0.65s;
  }
  .partnerArea .dataList .item:hover .Txt.back .link {
    transform: scale(1);
  }
  .partnerArea .dataList .item:hover .Txt.back .link:not(:hover) {
    transition-delay: 0.65s;
  }
}
.partnerArea .dataList .linkWrap {
  z-index: 3;
}
@media (min-width: 1181px) {
  .partnerArea .dataList .linkWrap {
    display: none;
  }
}
.partnerArea .dataList .Img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  aspect-ratio: 470/630;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.partnerArea .dataList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.partnerArea .dataList .Txt {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  translate: -50% 0;
  width: calc(100% + 2px);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
.partnerArea .dataList .Txt.front {
  top: unset;
  bottom: -1px;
  background-color: #fff;
  padding: 10px 42px 13px 24px;
  row-gap: 13px;
  transition-delay: 0.5s;
  justify-content: center;
  height: 84px;
}
.partnerArea .dataList .Txt.front .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.partnerArea .dataList .Txt.front .title::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #d8df3f;
  border-radius: 50%;
  flex-shrink: 0;
  transition-delay: 0.6s;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.partnerArea .dataList .Txt.front .title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .partnerArea .dataList .Txt.front {
    padding: 10px 18px;
    height: 70px;
  }
}
@media (max-width: 540px) {
  .partnerArea .dataList .Txt.front {
    padding: 8px 14px;
  }
}
.partnerArea .dataList .Txt.back {
  pointer-events: none;
  padding: 54px 21px 15px 25px;
  justify-content: flex-start;
  color: #fff;
  height: 100%;
}
.partnerArea .dataList .Txt.back::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background-color: rgba(42, 89, 167, 0.86);
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.partnerArea .dataList .Txt.back .title,
.partnerArea .dataList .Txt.back .text {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out, transform 0.4s 0.4s ease-in-out;
}
@media (max-width: 1400px) {
  .partnerArea .dataList .Txt.back {
    padding: 40px 18px 15px;
  }
}
@media (max-width: 1180px) {
  .partnerArea .dataList .Txt.back {
    display: none;
  }
}
.partnerArea .dataList .Txt .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.85px;
}
@media (max-width: 1400px) {
  .partnerArea .dataList .Txt .title {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .partnerArea .dataList .Txt .title {
    font-size: 14px;
  }
}
.partnerArea .dataList .Txt .text {
  margin-top: 17px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.48px;
  max-width: 500px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .partnerArea .dataList .Txt .text {
    margin-top: 16px;
  }
}
.partnerArea .dataList .Txt .link {
  display: block;
  width: 54px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-left: auto;
  margin-top: auto;
  background: url("../images/icon/arrow.png") no-repeat center center/26px;
  background-color: #d8df3f;
  transform: scale(0);
}
@media (min-width: 1181px) {
  .partnerArea .dataList .Txt .link:hover {
    rotate: -30deg;
  }
}
.partnerArea .controlBox {
  margin-top: 54px;
  justify-content: flex-start;
}
@media (max-width: 840px) {
  .partnerArea .controlBox {
    margin-top: 40px;
  }
}

.valueArea {
  position: relative;
  overflow-x: clip;
}
.valueArea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: conic-gradient(from 90deg at 1px 1px, rgba(0, 0, 0, 0) 90deg, #c7c7c7 0), #fff;
  background-size: 49px 49px;
  background-position: 49% 50%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 840px) {
  .valueArea {
    padding: 80px 0;
  }
}
@media (max-width: 400px) {
  .valueArea {
    padding: 60px 0;
  }
}
.valueArea .wrap {
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 841px) {
  .valueArea .wrap {
    padding: 0;
  }
}
@media (max-width: 840px) {
  .valueArea .wrap {
    flex-direction: column;
    row-gap: 40px;
    max-width: 600px;
  }
}
.valueArea .Img {
  width: 39.7%;
  flex-shrink: 0;
}
.valueArea .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 840px) {
  .valueArea .Img {
    width: 100%;
  }
}
.valueArea .Txt {
  position: relative;
  z-index: 1;
  width: min(60.3% - 50px, 902px);
  padding: 60px 15.7% 60px 5.4%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (max-width: 1400px) {
  .valueArea .Txt {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .valueArea .Txt {
    padding: 60px 7%;
  }
}
@media (max-width: 840px) {
  .valueArea .Txt {
    padding: 0;
  }
}
.valueArea .decoText {
  position: absolute;
  top: 50%;
  left: unset;
  right: 0;
  bottom: unset;
  transform: translate(5%, calc(-50% - 18px));
  z-index: -1;
  writing-mode: vertical-rl;
  font-size: 100px;
  line-height: 1.1;
  letter-spacing: 3px;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-weight: 600;
  color: #eee;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .valueArea .decoText {
    top: 60px;
    transform: none;
    font-size: 70px;
  }
}
@media (max-width: 1180px) {
  .valueArea .decoText {
    font-size: 60px;
    opacity: 0.5;
  }
}
@media (max-width: 840px) {
  .valueArea .decoText {
    top: 0;
    right: -10px;
  }
}
@media (max-width: 400px) {
  .valueArea .decoText {
    font-size: 50px;
  }
}
.valueArea .decoTextBox {
  position: relative;
  margin: 0 auto;
  margin-top: 108px;
  padding-left: 30px;
  max-width: 275px;
}
.valueArea .decoTextBox .decoTextTitle {
  position: relative;
  color: #2a59a7;
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.48px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.valueArea .decoTextBox .decoTextTitle::before, .valueArea .decoTextBox .decoTextTitle:after {
  pointer-events: none;
  position: absolute;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  color: #e4e4e4;
  font-size: 110px;
  line-height: 0;
  letter-spacing: 0px;
}
.valueArea .decoTextBox .decoTextTitle::before {
  content: "“";
  top: 46px;
  left: -10%;
  transform: translateX(-100%);
}
.valueArea .decoTextBox .decoTextTitle::after {
  content: "”";
  bottom: 0;
  right: -19.5%;
  transform: translateX(100%);
}
.valueArea .decoTextBox .decoImgBox {
  margin-top: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px 28px;
}
.valueArea .decoTextBox .decoImgTitle {
  font-weight: bold;
  color: #333;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.4px;
}
.valueArea .decoTextBox .decoImg {
  max-width: 100px;
  width: 100%;
}
.valueArea .decoTextBox .decoImg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .valueArea .decoTextBox {
    margin-top: 70px;
    padding-left: 0;
    max-width: 245px;
  }
  .valueArea .decoTextBox .decoTextTitle {
    font-size: 20px;
  }
  .valueArea .decoTextBox .decoTextTitle::before, .valueArea .decoTextBox .decoTextTitle:after {
    font-size: 90px;
  }
  .valueArea .decoTextBox .decoTextTitle::before {
    top: 40px;
  }
  .valueArea .decoTextBox .decoTextTitle::after {
    right: -10%;
  }
  .valueArea .decoTextBox .decoImgTitle {
    font-size: 18px;
  }
}
@media (max-width: 840px) {
  .valueArea .decoTextBox {
    margin-top: 40px;
    max-width: 300px;
    padding: 0 35px;
  }
  .valueArea .decoTextBox .decoTextTitle {
    font-size: 20px;
  }
  .valueArea .decoTextBox .decoTextTitle::before, .valueArea .decoTextBox .decoTextTitle:after {
    font-size: 70px;
  }
  .valueArea .decoTextBox .decoTextTitle::before {
    left: -10px;
    top: 35px;
  }
  .valueArea .decoTextBox .decoTextTitle::after {
    right: -10px;
  }
  .valueArea .decoTextBox .decoTextTitle {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .valueArea .decoTextBox {
    padding: 0 30px;
  }
  .valueArea .decoTextBox .decoTextTitle {
    font-size: 16px;
  }
  .valueArea .decoTextBox .decoTextTitle::before, .valueArea .decoTextBox .decoTextTitle:after {
    font-size: 50px;
  }
  .valueArea .decoTextBox .decoTextTitle::before {
    top: 25px;
  }
}

.globalArea .wrap {
  padding: 0;
  max-width: 100%;
}
.globalArea .dataBox {
  position: relative;
  z-index: 1;
  background: no-repeat center center/cover;
  min-height: 570px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 40px;
  padding: 40px max(50px, 9.2%);
}
.globalArea .titleBox {
  width: 100%;
}
@media (max-width: 1180px) {
  .globalArea .dataBox {
    min-height: 500px;
    padding: 40px max(30px, 6%);
  }
}
@media (max-width: 840px) {
  .globalArea .dataBox::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media (max-width: 400px) {
  .globalArea .dataBox {
    padding: 30px 20px;
  }
}