.cmp__ass-section-01-new[data-v-ea993bc3] {
  background: #f5f5f5;
  height: 100vh;
  padding: calc(var(--rpx, 1px) * 80) 0;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new[data-v-ea993bc3] {
    padding: 0;
}
}
.cmp__ass-section-01-new .responsive__layout[data-v-ea993bc3] {
  align-items: center;
  display: flex;
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
}
.cmp__ass-section-01-new .ass-section-01-new-cards[data-v-ea993bc3] {
  height: 100%;
  max-height: calc(var(--rpx, 1px) * 600);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-cards[data-v-ea993bc3] {
    max-height: none;
}
}
.cmp__ass-section-01-new .ass-section-01-new-card[data-v-ea993bc3] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background: #f5f5f5;
  display: flex;
  gap: calc(var(--rpx, 1px) * 40);
  height: 100%;
  inset: 0;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card[data-v-ea993bc3] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    flex-direction: column;
    gap: calc(var(--rpx, 1px) * 36);
    justify-content: center;
}
}
.cmp__ass-section-01-new .ass-section-01-new-card .desc-container[data-v-ea993bc3],
.cmp__ass-section-01-new .ass-section-01-new-card .title-container[data-v-ea993bc3] {
  -webkit-box-flex: 0;
  align-items: center;
  display: flex;
  flex: 0 1 267px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card .desc-container[data-v-ea993bc3],
  .cmp__ass-section-01-new .ass-section-01-new-card .title-container[data-v-ea993bc3] {
    -webkit-box-flex: 1;
    align-items: flex-end;
    flex: 1;
}
}
.cmp__ass-section-01-new .ass-section-01-new-card .image-container[data-v-ea993bc3] {
  flex: 0 1 700px;
  height: calc(var(--rpx, 1px) * 600);
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card .image-container[data-v-ea993bc3] {
    flex: 1;
    height: calc(var(--rpx, 1px) * 343);
    width: 100%;
}
}
@media (max-height: 760px) and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card .image-container[data-v-ea993bc3] {
    height: calc(var(--rpx, 1px) * 240);
}
}
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .image-wrap[data-v-ea993bc3] {
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .image-wrap[data-v-ea993bc3] {
    border-radius: 6px;
    height: calc(var(--rpx, 1px) * 343);
    overflow: hidden;
}
}
@media (max-height: 760px) and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .image-wrap[data-v-ea993bc3] {
    height: calc(var(--rpx, 1px) * 240);
}
}
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .img[data-v-ea993bc3] {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .img.active .image[data-v-ea993bc3] {
  clip-path: inset(0 0 0 0);
  filter: brightness(1);
}
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .img.hide .image[data-v-ea993bc3] {
  opacity: 0;
  transform: scale(0.6);
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .img[data-v-ea993bc3] {
    width: 100%;
}
}
@media screen and (min-width: 767.98px) {
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .img[data-v-ea993bc3]:nth-child(odd) {
    height: calc(var(--rpx, 1px) * 430);
    width: 100%;
}
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .img[data-v-ea993bc3]:nth-child(2n) {
    height: 100%;
    margin: 0 auto;
    width: calc(var(--rpx, 1px) * 430);
}
}
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .img .image[data-v-ea993bc3] {
  border-radius: 6px;
  clip-path: inset(100% 0 0 0);
  display: block;
  filter: brightness(2);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: filter 0.3s, clip-path 0.5s, transform 0.4s, opacity 0.4s ease;
  width: 100%;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card .image-container .img .image[data-v-ea993bc3] {
    clip-path: unset;
    filter: none;
}
}
.cmp__ass-section-01-new .ass-section-01-new-card .title-wrap[data-v-ea993bc3] {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 calc(var(--rpx, 1px) * 20);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card .title-wrap[data-v-ea993bc3] {
    align-items: flex-end;
    padding: 0;
    text-align: center;
}
}
.cmp__ass-section-01-new .ass-section-01-new-card .title-wrap .title[data-v-ea993bc3] {
  align-items: center;
  clip-path: inset(0 100% 0 0);
  display: flex;
  opacity: 0;
  position: absolute;
  transition: opacity 0s, clip-path 0.5s;
  z-index: 0;
}
.cmp__ass-section-01-new .ass-section-01-new-card .title-wrap .title.active[data-v-ea993bc3] {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card .title-wrap .title[data-v-ea993bc3] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    clip-path: inset(0 0 0 0);
    justify-content: center;
    opacity: 1;
    width: 100%;
}
}
.cmp__ass-section-01-new .ass-section-01-new-card .title-wrap .title[data-v-ea993bc3],
.cmp__ass-section-01-new .ass-section-01-new-card .title-wrap span[data-v-ea993bc3] {
  color: rgba(0, 0, 0, 0.95);
  font-size: 2pc;
  font-weight: 500;
  line-height: 2.8pc;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card .title-wrap .title br[data-v-ea993bc3],
  .cmp__ass-section-01-new .ass-section-01-new-card .title-wrap span br[data-v-ea993bc3] {
    display: none;
}
}
.cmp__ass-section-01-new .ass-section-01-new-card .title-wrap p[data-v-ea993bc3] {
  color: rgba(0, 0, 0, 0.95);
  font-size: 2pc;
  font-weight: 500;
  line-height: 2.8pc;
}
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap[data-v-ea993bc3] {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap[data-v-ea993bc3] {
    align-items: flex-start;
}
}
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap .desc[data-v-ea993bc3] {
  clip-path: inset(0 100% 0 0);
  display: flex;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  transition: opacity 0s, clip-path 0.5s;
}
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap .desc.active[data-v-ea993bc3] {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap .desc[data-v-ea993bc3] {
    clip-path: inset(0 0 0 0);
    opacity: 1;
}
}
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap .desc[data-v-ea993bc3],
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap span[data-v-ea993bc3] {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 500;
  line-height: 0.3in;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap .desc[data-v-ea993bc3],
  .cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap span[data-v-ea993bc3] {
    width: 100%;
}
}
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap p[data-v-ea993bc3] {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 500;
  line-height: 0.3in;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-new .ass-section-01-new-card .desc-wrap p[data-v-ea993bc3] {
    display: inline;
    text-align: center;
}
}
.cmp__ass-section-01[data-v-ea993bc3] {
  background: #f5f5f5;
  height: 100vh;
  padding: calc(var(--rpx, 1px) * 100) 0;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01[data-v-ea993bc3] {
    padding: 0;
    padding-top: calc(var(--rpx, 1px) * 64);
}
}
.cmp__ass-section-01 .responsive__layout[data-v-ea993bc3] {
  align-items: center;
  display: flex;
  height: calc(100vh - 72px);
  overflow: hidden;
  position: sticky;
  top: 72px;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01 .responsive__layout[data-v-ea993bc3] {
    height: calc(100vh - 122px);
    top: 122px;
}
}
.cmp__ass-section-01-cards[data-v-ea993bc3] {
  height: 100%;
  max-height: calc(var(--rpx, 1px) * 656);
  position: relative;
  width: 100%;
}
@media (max-height: 670px) {
.cmp__ass-section-01-cards[data-v-ea993bc3] {
    max-height: calc(var(--rpx, 1px) * 456);
}
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-cards[data-v-ea993bc3] {
    max-height: none;
}
}
.cmp__ass-section-01-card[data-v-ea993bc3] {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-card[data-v-ea993bc3] {
    flex-direction: column;
}
}
.cmp__ass-section-01-card .image-wrap[data-v-ea993bc3] {
  height: 100%;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-card .image-wrap[data-v-ea993bc3] {
    border-radius: 8px;
    height: calc(var(--rpx, 1px) * 343);
    overflow: hidden;
    width: 100%;
}
}
@media (max-width: 768px) and (max-height: 670px) {
.cmp__ass-section-01-card .image-wrap[data-v-ea993bc3] {
    height: calc(var(--rpx, 1px) * 290);
}
}
.cmp__ass-section-01-card .image-wrap a[data-v-ea993bc3] {
  cursor: unset;
}
.cmp__ass-section-01-card .image-wrap .img[data-v-ea993bc3] {
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-card .image-wrap .img[data-v-ea993bc3] {
    transform-origin: center bottom;
}
}
.cmp__ass-section-01-card .image-wrap .img .mouseBg[data-v-ea993bc3] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.12);
  border-radius: 5pc;
  display: none;
  height: 5pc;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 5pc;
}
.cmp__ass-section-01-card .image-wrap .image[data-v-ea993bc3] {
  border-radius: 8px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
}
.cmp__ass-section-01-card .content-wrap[data-v-ea993bc3] {
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-card .content-wrap[data-v-ea993bc3] {
    height: calc(100% - var(--rpx, 1px) * 343);
    width: 100%;
}
}
@media (max-width: 768px) and (max-height: 670px) {
.cmp__ass-section-01-card .content-wrap[data-v-ea993bc3] {
    height: calc(100% - var(--rpx, 1px) * 290);
}
}
.cmp__ass-section-01-card .content-wrap .text-wrap[data-v-ea993bc3] {
  background: #f5f5f5;
  height: 100%;
  inset: 0;
  padding: calc(var(--rpx, 1px) * 60) calc(var(--rpx, 1px) * 80);
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-card .content-wrap .text-wrap[data-v-ea993bc3] {
    display: block;
    padding: calc(var(--rpx, 1px) * 32) calc(var(--gutter));
}
}
.cmp__ass-section-01-card .content-wrap .text-wrap.active[data-v-ea993bc3] {
  z-index: 2 !important;
}
.cmp__ass-section-01-card .content-wrap .text[data-v-ea993bc3] {
  color: rgba(0, 0, 0, 0.95);
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-card .content-wrap .text[data-v-ea993bc3] {
    font-size: 1pc;
    line-height: 1pc;
}
}
.cmp__ass-section-01-card .content-wrap .title[data-v-ea993bc3] {
  color: rgba(0, 0, 0, 0.95);
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
  margin: 0 0 calc(var(--rpx, 1px) * 22);
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-card .content-wrap .title[data-v-ea993bc3] {
    font-size: 24px;
    font-weight: 500;
    line-height: 2.1pc;
    margin: 0 0 calc(var(--rpx, 1px) * 16);
}
}
.cmp__ass-section-01-card .content-wrap .desc[data-v-ea993bc3],
.cmp__ass-section-01-card .content-wrap .desc p[data-v-ea993bc3] {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 500;
  line-height: 0.3in;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-card .content-wrap .desc[data-v-ea993bc3],
  .cmp__ass-section-01-card .content-wrap .desc p[data-v-ea993bc3] {
    font-size: 1pc;
    line-height: 1.6pc;
}
}
.cmp__ass-section-01-card .content-wrap .more[data-v-ea993bc3] {
  display: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 0.3in;
  margin-top: calc(var(--rpx, 1px) * 20);
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-card .content-wrap .more[data-v-ea993bc3] {
    font-size: 1pc;
    line-height: 1.6pc;
}
}
.cmp__ass-section-01-card .content-wrap .more-span[data-v-ea993bc3] {
  align-items: flex-start;
  color: rgba(0, 0, 0, 0.95);
  cursor: pointer;
  display: flex;
  position: relative;
}
.cmp__ass-section-01-card .content-wrap .more-span:hover .line[data-v-ea993bc3] {
  width: 95%;
}
.cmp__ass-section-01-card .content-wrap .more .icon[data-v-ea993bc3] {
  height: 26px;
  width: 26px;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-01-card .content-wrap .more .icon[data-v-ea993bc3] {
    height: 24px;
    width: 24px;
}
}
.cmp__ass-section-01-card .content-wrap .more .line[data-v-ea993bc3] {
  background: rgba(0, 0, 0, 0.95);
  bottom: 0;
  height: 1px;
  position: absolute;
  transition: width 0.5s ease;
  width: 0;
}