.partnerArea .controlBox.page .pageLine::after, .partnerArea .dataList .title, .partnerArea .dataList .imgBox .Img, .partnerArea .dataList .item:has(.linkWrap) .Img::after, .partnerArea .dataList .item:has(.linkWrap) .Img::before, .partnerArea .dataList .item, .applicationArea .dataPicBox .centerContent .centerTitle, .applicationArea .dataPicBox .centerContent .centerIcon img, .applicationArea .dataPicBox .centerContent .centerIcon, .applicationArea .dataPicBox .centerContent .centerBg img, .applicationArea .dataPicBox .dataList .Img, .applicationArea .dataPicBox .dataList .item, .corporateArea .dataPicBox .dataItem .item, .corporateArea .dataInfoBox .Img, .groupArea .imgBox .Img, .groupArea .imgBox iframe, .groupArea .imgBox video, .groupArea .imgBox .videoBtn span, .groupArea .imgBox .videoBtn::after, .groupArea .imgBox .videoBtn::before, .groupArea .imgBox .videoBtn {
  transition: all 0.4s ease-in-out;
}

.groupArea {
  position: relative;
  padding-top: 136px;
  padding-bottom: 123px;
}
.groupArea::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.3% 50.4%;
  height: calc(100% - 76px);
  z-index: -1;
  bottom: 0;
  left: 0;
  opacity: 0.25;
  -webkit-mask: linear-gradient(to bottom, transparent, #000 2px);
          mask: linear-gradient(to bottom, transparent, #000 2px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1400px) {
  .groupArea {
    padding: 110px 0;
  }
}
@media (max-width: 1180px) {
  .groupArea {
    padding: 80px 0;
  }
  .groupArea::after {
    height: calc(100% - 40px);
  }
}
@media (max-width: 400px) {
  .groupArea {
    padding: 60px 0;
  }
}
.groupArea .wrap {
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: max(60px, 4.6%);
       column-gap: max(60px, 4.6%);
}
@media (max-width: 1180px) {
  .groupArea .wrap {
    flex-direction: column;
    max-width: 800px;
    row-gap: 50px;
  }
}
@media (max-width: 540px) {
  .groupArea .wrap {
    row-gap: 30px;
  }
}
.groupArea .titleBox {
  flex: 1;
}
.groupArea .titleBox .text {
  margin-top: 26px;
}
.groupArea .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: 786/429;
  flex-shrink: 0;
  width: 55.7%;
  margin-top: 10px;
}
.groupArea .imgBox:has(video), .groupArea .imgBox:has(iframe) {
  cursor: pointer;
}
.groupArea .imgBox:has(video).play .videoBtn, .groupArea .imgBox:has(iframe).play .videoBtn {
  opacity: 0;
  pointer-events: none;
}
.groupArea .imgBox:has(video).play video,
.groupArea .imgBox:has(video).play iframe, .groupArea .imgBox:has(iframe).play video,
.groupArea .imgBox:has(iframe).play iframe {
  transform: scale(1);
  opacity: 1;
  z-index: 5;
}
.groupArea .imgBox:has(video).play video, .groupArea .imgBox:has(iframe).play video {
  pointer-events: auto;
}
.groupArea .imgBox:has(video).play .Img, .groupArea .imgBox:has(iframe).play .Img {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.05);
}
@media (min-width: 1181px) {
  .groupArea .imgBox:has(video):hover .videoBtn, .groupArea .imgBox:has(iframe):hover .videoBtn {
    background-color: #d8df3f;
  }
  .groupArea .imgBox:has(video):hover .videoBtn::before, .groupArea .imgBox:has(iframe):hover .videoBtn::before {
    border-color: rgba(51, 51, 51, 0.3);
  }
  .groupArea .imgBox:has(video):hover .videoBtn::after, .groupArea .imgBox:has(iframe):hover .videoBtn::after {
    background-color: rgba(216, 223, 63, 0.5);
  }
  .groupArea .imgBox:has(video):hover .videoBtn .icon, .groupArea .imgBox:has(iframe):hover .videoBtn .icon {
    border-color: transparent transparent transparent #333;
  }
  .groupArea .imgBox:has(video):hover .videoBtn .text, .groupArea .imgBox:has(iframe):hover .videoBtn .text {
    color: #333;
  }
}
.groupArea .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;
}
.groupArea .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;
}
.groupArea .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;
}
.groupArea .imgBox .videoBtn span {
  display: inline-block;
}
.groupArea .imgBox .videoBtn .icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
.groupArea .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;
}
.groupArea .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);
  opacity: 0;
}
.groupArea .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%;
}
.groupArea .imgBox .Img {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.groupArea .imgBox img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  .groupArea .imgBox {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .groupArea .imgBox .videoBtn {
    max-width: 90px;
  }
  .groupArea .imgBox .videoBtn .icon {
    border-width: 8px 0 8px 12px;
  }
  .groupArea .imgBox .videoBtn .text {
    display: none;
  }
}

.corporateArea {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.corporateArea .wrap {
  max-width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 840px) {
  .corporateArea .wrap {
    flex-direction: column-reverse;
  }
}
.corporateArea .dataInfoBox {
  width: 62.3%;
  background-color: #2a59a7;
}
.corporateArea .dataInfoBox .Img {
  width: 100%;
  height: auto;
  aspect-ratio: 1187/512;
}
.corporateArea .dataInfoBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.corporateArea .dataInfoBox .Txt {
  width: 100%;
  padding: 58px 11%;
}
.corporateArea .dataInfoBox .Txt .textBox {
  max-width: 804px;
  margin-left: auto;
}
.corporateArea .dataInfoBox .Txt .titleTopBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d9d9d9;
}
.corporateArea .dataInfoBox .Txt .titleTopBox .title {
  font-weight: 600;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 1.6px;
}
.corporateArea .dataInfoBox .Txt .titleTopBox .title a {
  color: #fff;
}
@media (min-width: 1181px) {
  .corporateArea .dataInfoBox .Txt .titleTopBox .title a:hover {
    color: #d8df3f;
  }
}
.corporateArea .dataInfoBox .Txt .titleTopBox .link {
  flex-shrink: 0;
  display: inline-block;
  width: 54px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../images/icon/link.png") center center/23px no-repeat;
  background-color: #d8df3f;
}
@media (min-width: 1181px) {
  .corporateArea .dataInfoBox .Txt .titleTopBox .link:hover {
    background-color: #333;
  }
}
.corporateArea .dataInfoBox .Txt .infoBox {
  padding-top: 38px;
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: row;
  flex-wrap: nowrap;
}
.corporateArea .dataInfoBox .Txt .infoBox .textEditorBox {
  flex: 1;
}
.corporateArea .dataInfoBox .Txt .infoBox .textEditorTitle {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.2px;
}
.corporateArea .dataInfoBox .Txt .infoBox .textEditor {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.3px;
}
.corporateArea .dataInfoBox .Txt .infoBox .textEditor::after {
  display: none;
}
.corporateArea .dataInfoBox .Txt .infoBox .textEditor ul:not(.df) li::before {
  color: #fff;
}
.corporateArea .dataInfoBox .Txt .infoBox .textEditor a {
  color: #fff;
}
@media (min-width: 1181px) {
  .corporateArea .dataInfoBox .Txt .infoBox .textEditor a:hover {
    color: #d8df3f;
  }
}
@media (max-width: 1400px) {
  .corporateArea .dataInfoBox .Txt {
    padding: 50px 60px;
  }
}
@media (max-width: 1180px) {
  .corporateArea .dataInfoBox .Txt {
    padding: 40px 30px;
  }
  .corporateArea .dataInfoBox .Txt .titleTopBox .title {
    font-size: 30px;
  }
  .corporateArea .dataInfoBox .Txt .titleTopBox .link {
    width: 50px;
  }
}
@media (max-width: 840px) {
  .corporateArea .dataInfoBox {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .corporateArea .dataInfoBox .Txt .titleTopBox .title {
    font-size: 26px;
  }
  .corporateArea .dataInfoBox .Txt .infoBox {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media (max-width: 400px) {
  .corporateArea .dataInfoBox .Txt {
    padding: 40px 20px;
  }
  .corporateArea .dataInfoBox .Txt .titleTopBox .title {
    font-size: 24px;
  }
  .corporateArea .dataInfoBox .Txt .titleTopBox .link {
    width: 45px;
    background-size: 20px;
  }
}
.corporateArea .dataPicBox {
  background-color: #f4f4f4;
  flex-shrink: 0;
  width: 37.7%;
  padding: 78px max((100dvw - 1504px + 100px - (100vw - 100%)) / 2, 50px) 87px max(80px, 6.8%);
}
.corporateArea .dataPicBox .dataList {
  margin: -16px 0;
  margin-left: auto;
  max-width: 337px;
}
.corporateArea .dataPicBox .dataItem {
  padding: 16px 0;
}
.corporateArea .dataPicBox .dataItem .item {
  width: 100%;
  height: 99px;
  background-color: #fff;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 20px 0;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .corporateArea .dataPicBox .dataItem .item:hover {
    border-color: #2a59a7;
  }
}
.corporateArea .dataPicBox .dataItem .Img {
  width: 100%;
  height: 100%;
  max-width: 150px;
}
.corporateArea .dataPicBox .dataItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.corporateArea .dataPicBox .slick-dots {
  bottom: unset;
  top: 17px;
  left: -47px;
}
@media (max-width: 1180px) {
  .corporateArea .dataPicBox {
    padding: 60px 30px 60px 0;
  }
  .corporateArea .dataPicBox .dataList {
    max-width: calc(100% - 54px);
  }
  .corporateArea .dataPicBox .dataItem .item {
    height: 80px;
  }
  .corporateArea .dataPicBox .slick-dots {
    left: -30px;
  }
}
@media (max-width: 840px) {
  .corporateArea .dataPicBox {
    width: 100%;
    padding: 40px 30px;
  }
  .corporateArea .dataPicBox .dataList {
    margin: -10px 0;
    max-width: 100%;
  }
  .corporateArea .dataPicBox .dataItem {
    padding: 10px 0;
  }
  .corporateArea .dataPicBox .slick-dots {
    position: relative;
    bottom: unset;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  .corporateArea .dataPicBox {
    padding: 40px 20px;
  }
}

.applicationArea {
  padding-top: 75px;
  padding-bottom: 141px;
  background-color: #f3f7fa;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .applicationArea {
    padding: 80px 0;
  }
}
.applicationArea .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1180px) {
  .applicationArea .wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
    max-width: 800px;
  }
}
@media (max-width: 540px) {
  .applicationArea .wrap {
    row-gap: 35px;
  }
}
.applicationArea .dataPicBox {
  position: relative;
  z-index: 1;
  width: 680px;
  height: auto;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  pointer-events: none;
}
.applicationArea .dataPicBox::after {
  content: "";
  position: absolute;
  border: 1px solid #d9d9d9;
  width: 82%;
  height: auto;
  aspect-ratio: 1/1;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.applicationArea .dataPicBox .dataList {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.applicationArea .dataPicBox .dataList::before, .applicationArea .dataPicBox .dataList::after {
  content: "";
  pointer-events: none;
  position: absolute;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: -1;
}
.applicationArea .dataPicBox .dataList::before {
  width: clamp(240px, 61%, 450px);
  border: 1px dashed #d9d9d9;
}
.applicationArea .dataPicBox .dataList::after {
  width: clamp(210px, 54%, 370px);
  background-color: #f4f4f4;
}
.applicationArea .dataPicBox .dataList .dataItem {
  width: clamp(60px, 15.8%, 150px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.applicationArea .dataPicBox .dataList .dataItem:has(.item.active) .decoLine::after {
  height: 100%;
}
.applicationArea .dataPicBox .dataList .decoLine {
  position: absolute;
  width: 1px;
  background-color: #d9d9d9;
  left: 50%;
  top: 50%;
  translate: -50% -100%;
  transform-origin: bottom center;
  pointer-events: none;
  z-index: -1;
}
.applicationArea .dataPicBox .dataList .decoLine::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #2a59a7;
  transform-origin: bottom center;
  top: -0.5px;
  left: 0;
  transition: all 0.8s ease;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.applicationArea .dataPicBox .dataList .item {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
  cursor: pointer;
}
.applicationArea .dataPicBox .dataList .item.active .Img {
  background-color: #d8df3f;
}
@media (min-width: 1181px) {
  .applicationArea .dataPicBox .dataList .item:hover .Img {
    background-color: #333;
  }
}
.applicationArea .dataPicBox .dataList .Img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  will-change: transform;
  background-color: #2a59a7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.applicationArea .dataPicBox .dataList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 50%;
}
.applicationArea .dataPicBox .dataList .title {
  text-align: center;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.48px;
  width: 150%;
  max-width: 150px;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: -14px;
  transform: translate(-50%, 100%);
  z-index: 1;
}
.applicationArea .dataPicBox .centerContent {
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: clamp(200px, 44%, 300px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  background-color: #2a59a7;
}
.applicationArea .dataPicBox .centerContent .centerBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 36px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.3;
}
.applicationArea .dataPicBox .centerContent .centerBg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.applicationArea .dataPicBox .centerContent .centerInfo {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 20px;
  padding: 40px;
}
.applicationArea .dataPicBox .centerContent .centerIcon {
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.applicationArea .dataPicBox .centerContent .centerIcon img {
  filter: brightness(0) invert(1);
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.applicationArea .dataPicBox .centerContent .centerTitle {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: 0.27px;
}
@media (max-width: 1400px) {
  .applicationArea .dataPicBox {
    width: 600px;
  }
  .applicationArea .dataPicBox .dataList .title {
    max-width: 140px;
    bottom: -10px;
  }
  .applicationArea .dataPicBox .centerContent .centerBg {
    width: calc(100% - 28px);
  }
  .applicationArea .dataPicBox .centerContent .centerTitle {
    font-size: 23px;
  }
}
@media (max-width: 1180px) {
  .applicationArea .dataPicBox {
    width: 100%;
    order: 2;
  }
  .applicationArea .dataPicBox .centerContent .centerInfo {
    padding: 35px;
    row-gap: 18px;
  }
  .applicationArea .dataPicBox .centerContent .centerIcon {
    width: 55px;
  }
  .applicationArea .dataPicBox .centerContent .centerTitle {
    font-size: 20px;
  }
}
@media (max-width: 840px) {
  .applicationArea .dataPicBox .centerContent .centerInfo {
    padding: 30px;
    row-gap: 15px;
  }
}
@media (max-width: 540px) {
  .applicationArea .dataPicBox {
    width: calc(100% + 60px);
  }
  .applicationArea .dataPicBox .dataList .title {
    display: none;
  }
  .applicationArea .dataPicBox .centerContent {
    width: clamp(150px, 50%, 300px);
  }
  .applicationArea .dataPicBox .centerContent .centerInfo {
    row-gap: 10px;
    padding: 20px;
  }
  .applicationArea .dataPicBox .centerContent .centerIcon {
    width: 50px;
  }
  .applicationArea .dataPicBox .centerContent .centerTitle {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .applicationArea .dataPicBox {
    width: calc(100% + 40px);
  }
  .applicationArea .dataPicBox .centerContent .centerIcon {
    display: none;
  }
  .applicationArea .dataPicBox .centerContent .centerTitle {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .applicationArea .dataPicBox {
    display: none;
  }
}
.applicationArea .dataInfoBox {
  width: calc(100% - 680px);
  padding-left: max(60px, 4.3%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 50px;
}
.applicationArea .dataInfoBox .titleBox {
  margin: auto 0;
}
.applicationArea .dataInfoBox .dataListBox {
  position: relative;
  z-index: 1;
  max-width: 100%;
  padding: 54px 0 59px 54px;
}
.applicationArea .dataInfoBox .dataListBox::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.applicationArea .dataInfoBox .Txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-bottom: 38px;
  margin-bottom: 42px;
  border-bottom: 1px solid #d9d9d9;
}
.applicationArea .dataInfoBox .Txt .textBox {
  flex: 1;
}
.applicationArea .dataInfoBox .Txt .subtitle {
  font-family: "Plus Jakarta Sans", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-weight: 600;
  color: #2a59a7;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.applicationArea .dataInfoBox .Txt .title {
  margin-top: 10px;
  color: #333;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.applicationArea .dataInfoBox .Txt .controlBox {
  flex-shrink: 0;
}
.applicationArea .dataInfoBox .itemList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 80px;
}
.applicationArea .dataInfoBox .itemList .item {
  max-width: 222px;
}
.applicationArea .dataInfoBox .itemList .Img {
  height: 50px;
}
.applicationArea .dataInfoBox .itemList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.applicationArea .dataInfoBox .itemList .title {
  margin-top: 20px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.36px;
}
@media (max-width: 1400px) {
  .applicationArea .dataInfoBox {
    width: calc(100% - 600px);
    padding-left: 50px;
  }
  .applicationArea .dataInfoBox .dataListBox {
    padding: 40px 0 40px 40px;
  }
  .applicationArea .dataInfoBox .Txt {
    padding-bottom: 34px;
    margin-bottom: 38px;
  }
  .applicationArea .dataInfoBox .Txt .subtitle {
    font-size: 18px;
  }
  .applicationArea .dataInfoBox .Txt .title {
    font-size: 32px;
    line-height: 1.3;
  }
  .applicationArea .dataInfoBox .itemList {
    gap: 35px;
  }
  .applicationArea .dataInfoBox .itemList .item {
    max-width: 200px;
  }
  .applicationArea .dataInfoBox .itemList .Img {
    height: 45px;
  }
  .applicationArea .dataInfoBox .itemList .title {
    font-size: 17px;
    margin-top: 18px;
  }
}
@media (max-width: 1180px) {
  .applicationArea .dataInfoBox {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
  .applicationArea .dataInfoBox .dataListBox {
    padding: 40px;
  }
  .applicationArea .dataInfoBox .dataListBox::after {
    width: 100%;
  }
  .applicationArea .dataInfoBox .Txt {
    -moz-column-gap: 25px;
         column-gap: 25px;
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
  .applicationArea .dataInfoBox .Txt .title {
    font-size: 30px;
  }
  .applicationArea .dataInfoBox .itemList {
    gap: 30px 60px;
  }
  .applicationArea .dataInfoBox .itemList .item {
    max-width: 180px;
  }
  .applicationArea .dataInfoBox .itemList .Img {
    height: 45px;
  }
  .applicationArea .dataInfoBox .itemList .title {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 840px) {
  .applicationArea .dataInfoBox .dataListBox {
    padding: 35px 30px;
  }
  .applicationArea .dataInfoBox .Txt {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-bottom: 26px;
    margin-bottom: 30px;
  }
  .applicationArea .dataInfoBox .Txt .subtitle {
    font-size: 16px;
  }
  .applicationArea .dataInfoBox .Txt .title {
    font-size: 28px;
  }
}
@media (max-width: 540px) {
  .applicationArea .dataInfoBox .Txt {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
  }
  .applicationArea .dataInfoBox .itemList {
    gap: 25px;
  }
  .applicationArea .dataInfoBox .itemList .item {
    max-width: 160px;
  }
  .applicationArea .dataInfoBox .itemList .Img {
    height: 40px;
  }
  .applicationArea .dataInfoBox .itemList .title {
    font-size: 15px;
    margin-top: 14px;
  }
}
@media (max-width: 400px) {
  .applicationArea .dataInfoBox .dataListBox {
    padding: 25px 20px;
  }
}

.partnerArea {
  position: relative;
  z-index: 1;
  padding: 98px 0;
  overflow: clip;
}
.partnerArea::after {
  content: "";
  position: absolute;
  background: url("../images/group_products_bg.jpg") no-repeat center center/cover;
  width: 100%;
  height: 57%;
  left: 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: 70px 0;
  }
}
@media (max-width: 400px) {
  .partnerArea {
    padding: 50px 0;
  }
}
.partnerArea .wrap {
  max-width: 1664px;
}
.partnerArea .titleBox {
  max-width: 875px;
  margin: 0 auto;
}
.partnerArea .dataBox {
  position: relative;
  z-index: 1;
  padding: 0 80px;
}
@media (max-width: 1180px) {
  .partnerArea .dataBox {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .partnerArea .dataBox {
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.partnerArea .dataListBox {
  overflow-x: clip;
}
.partnerArea .dataList {
  margin: 0 -33px;
  width: calc(100% + 66px);
}
.partnerArea .dataList .dataItem {
  padding: 48px 33px;
  height: 100%;
}
.partnerArea .dataList .item {
  position: relative;
  height: 100%;
}
.partnerArea .dataList .item:has(.linkWrap) .Img::before {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #d8df3f;
  border-radius: 50%;
  transition-delay: 0.3s;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.partnerArea .dataList .item:has(.linkWrap) .Img::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  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);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 1181px) {
  .partnerArea .dataList .item:has(.linkWrap):hover .imgBox .Img {
    border-color: #2a59a7;
  }
  .partnerArea .dataList .item:has(.linkWrap):hover .imgBox .Img::before {
    transform: scale(0);
    transition-delay: 0s;
  }
  .partnerArea .dataList .item:has(.linkWrap):hover .imgBox .Img::after {
    transform: scale(1);
    transition-delay: 0.3s;
  }
  .partnerArea .dataList .item:has(.linkWrap):hover .title {
    color: #2a59a7;
  }
}
.partnerArea .dataList .linkWrap {
  z-index: 3;
}
.partnerArea .dataList .imgBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.partnerArea .dataList .imgBox .imgTitle {
  writing-mode: vertical-lr;
  flex-shrink: 0;
  color: #2a59a7;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0px;
}
.partnerArea .dataList .imgBox .Img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  aspect-ratio: 397/353;
  overflow: hidden;
  overflow: clip;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.partnerArea .dataList .imgBox img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.partnerArea .dataList .title {
  margin-top: 27px;
  font-weight: 600;
  color: #333;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: 1px;
}
@media (min-width: 1181px) {
  .partnerArea .dataList .slick-slide.current .item {
    transform: translateY(48px);
  }
}
@media (max-width: 1400px) {
  .partnerArea .dataList {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .partnerArea .dataList .dataItem {
    padding: 48px 20px;
  }
  .partnerArea .dataList .title {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .partnerArea .dataList .dataItem {
    padding: 30px 20px;
  }
  .partnerArea .dataList .title {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .partnerArea .dataList .dataItem {
    padding: 0 20px;
  }
}
@media (max-width: 400px) {
  .partnerArea .dataList .title {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .partnerArea .controlBox:not(.page) {
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .partnerArea .controlBox:not(.page) {
    margin-top: 30px;
  }
  .partnerArea .controlBox:not(.page) .arrowBox {
    justify-content: center;
  }
}
.partnerArea .controlBox.page {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  color: #ccc;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
  gap: 15px;
}
.partnerArea .controlBox.page .current {
  color: #d8df3f;
  font-size: 30px;
}
.partnerArea .controlBox.page .pageLine {
  position: relative;
  display: inline-block;
  width: max(150px, 20.8%);
  height: 1px;
  background-color: #d9d9d9;
  overflow-x: hidden;
}
.partnerArea .controlBox.page .pageLine::after {
  content: "";
  position: absolute;
  left: var(--distance);
  bottom: 0;
  width: var(--width);
  height: 2px;
  background-color: #d8df3f;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1180px) {
  .partnerArea .controlBox.page {
    font-size: 18px;
    margin-top: 40px;
  }
  .partnerArea .controlBox.page .current {
    font-size: 26px;
  }
  .partnerArea .controlBox.page .pageLine {
    width: max(120px, 20.8%);
  }
}
@media (max-width: 768px) {
  .partnerArea .controlBox.page {
    margin-top: 30px;
  }
}