@media screen and (max-width:768px) {
  body.has-custom-cursor,
  body.has-custom-cursor * {
    cursor: auto !important;
  }

  .custom-cursor {
    display: none !important;
  }

  .head1 .menu {
    position: fixed;
    left: 0;
    right: 0;
    top: -120vh;
    width: 100%;
    height: calc(100vh - var(--head));
    background: #fff;
    display: block;
    opacity: 0;
    overflow: auto;
    transition: all ease .3s;
    z-index: 50;
    color: #333;
    transform: none;
    gap: 0;
    pointer-events: none;
    padding: 8px 0 32px;
    box-sizing: border-box;
  }

  header.open .menu {
    top: var(--head);
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  header.open .head1 {
    background: rgba(30, 30, 30, 0.95);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .head1 .link {
    width: 100%;
    margin-left: 0;
    position: relative;
  }

  .head1 .menu .link > a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    line-height: 52px;
    padding: 0 52px 0 20px;
    color: #333;
    box-sizing: border-box;
  }

  .head1 .menu .link:first-child > a {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .head1 .menu .link.on > a,
  .head1 .menu .link.open-sub > a {
    color: #54baa3;
  }

  body.scroll .head1 .menu .link > a {
    color: #333;
  }

  body.scroll .head1 .menu .link.on > a,
  body.scroll .head1 .menu .link.open-sub > a {
    color: #54baa3;
  }

  .head1 .link::after {
    display: none;
  }

  .head1 .link.has-sub {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .head1 .link.has-sub > a {
    border-bottom: none;
  }

  .head1 .menu .link .down {
    position: static !important;
    left: auto;
    top: auto;
    margin-top: 0;
    transform: none !important;
    min-width: 0;
    width: 100%;
    padding: 0 !important;
    border-radius: 0;
    box-shadow: none;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none;
    border: none;
    display: block !important;
    background: #fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }

  .head1 .menu .link.open-sub .down {
    max-height: 240px;
    pointer-events: auto;
    height: auto !important;
  }

  .head1 .menu .link .down::before {
    display: none !important;
  }

  .head1 .menu .link .down a {
    display: block !important;
    padding: 0 20px 0 36px !important;
    text-align: left;
    font-size: 16px !important;
    color: #333 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    line-height: 52px !important;
    min-height: 52px !important;
    white-space: normal !important;
    background: #fff !important;
    box-sizing: border-box;
    opacity: 1 !important;
  }

  .head1 .menu .link .down a:last-child {
    border-bottom: none !important;
  }

  .head1 .menu .link .down a:hover,
  .head1 .menu .link .down a:active {
    background: rgba(84, 186, 163, 0.08) !important;
    color: #54baa3 !important;
  }

  .head1 .menu .link .down-jt {
    width: 52px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    z-index: 2;
  }

  .head1 .menu .link .down-jt::before,
  .head1 .menu .link .down-jt::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #54baa3;
    transform: translate(-50%, -50%);
  }

  .head1 .menu .link .down-jt::before {
    width: 14px;
    height: 2px;
  }

  .head1 .menu .link .down-jt::after {
    width: 2px;
    height: 14px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .head1 .menu .link.open-sub .down-jt::after {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
  }

  :root {
    --head: 60px;
  }

  .head1 .logo {
    left: 20px;
    width: 140px;
    height: 44px;
    z-index: 56;
  }

  .head1 .right {
    right: 20px;
    gap: 12px;
    z-index: 56;
  }

  .head1 .lang {
    color: #fff;
  }

  .head1 .lang .arrow {
    width: 10px;
    height: 6px;
  }

  .head1 .lang .arrow img {
    width: 100%;
    height: 100%;
  }

  header.open .head1 .lang,
  header.open .head1 .lang span {
    color: #fff;
  }

  header.open .navbar-toggle span {
    background-color: #fff;
  }

  .head1 .contact-btn {
    display: none;
  }

  .navbar-toggle {
    display: inline-block;
    padding: 0;
    margin-left: 12px;
    z-index: 55;
  }

  .navbar-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
  }

  body.scroll .navbar-toggle span {
    background-color: #333;
  }

  body.scroll header.open .navbar-toggle span {
    background-color: #fff;
  }

  header.open .line-top {
    transform: rotate(45deg) translate(3px, 7px);
  }

  header.open .line-middle {
    opacity: 0;
  }

  header.open .line-bottom {
    transform: rotate(-45deg) translate(2px, -7px);
  }

  .splash {
    display: none !important;
  }

  .C-wrap {
    width: 100%;
    padding: 0 20px;
  }

  .home1 {
    height: 100svh;
    min-height: 640px;
    max-height: 820px;
  }

  .home1 .bg img {
    object-fit: cover;
    object-position: center 42%;
  }

  .home1 .cloud-front .cf,
  .home1 .ribbon-front .rb,
  .home1 .mask-front,
  .home1 .mask-front .mk,
  .home1 .is2-hit,
  .home1 .island-front .is3,
  .home1 .island-front .is4,
  .home1 .island-front .is5,
  .home1 .island-front .is6,
  .home1 .island-front .is7,
  .home1 .island-front .is8,
  .home1 .island-front .is9 {
    display: none !important;
  }

  .home1.hover-left .mk2,
  .home1.hover-right .mk1,
  .home1.hover-left .side-right,
  .home1.hover-right .side-left {
    opacity: 1 !important;
    filter: none !important;
  }

  .home1 .side-left,
  .home1 .side-right,
  .home1 .island-front .is1,
  .home1 .island-front .is2 {
    filter: none !important;
    opacity: 1 !important;
  }

  .home1 .island-front {
    display: block;
    pointer-events: none;
  }

  .home1 .island-front .is1,
  .home1 .island-front .is2 {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    height: auto;
    z-index: 3;
    opacity: 0.95;
  }

  .home1 .island-front .is1 {
    left: 0;
    width: 62%;
    transform: none;
    bottom: 150px;
  }

  .home1 .island-front .is2 {
    right: 0;
    bottom: 148px;
    left: auto;
    width: 39%;
    transform: none;
  }

  .home1 .tit {
    top: 28%;
    left: 0;
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    line-height: 1.25;
    z-index: 10;
  }

  .home1 .sub {
    top: calc(28% + 88px);
    left: 0;
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    line-height: 1.35;
    z-index: 10;
  }

  .home1 .btn-tag {
    position: absolute;
    top: auto;
    width: 148px;
    padding: 12px 10px;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 12;
    box-sizing: border-box;
    transform: none;
    opacity: 1;
  }

  .home1 .btn-left {
    left: calc(50% - 158px);
    bottom: 72px;
    transform: none;
  }

  .home1 .btn-right {
    left: calc(50% + 10px);
    bottom: 72px;
    transform: none;
  }

  .home1.hover-left .btn-right,
  .home1.hover-right .btn-left {
    opacity: 1;
    transform: none;
  }

  .home2 {
    padding: 50px 0 50px;
  }

  .home2 .head-txt {
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .home2 .head-txt .tag {
    margin-bottom: 10px;
  }

  .home2 .head-txt .tit {
    margin-bottom: 16px;
  }

  .home2 .cloud-decor,
  .home2 .mascot {
    display: none;
  }

  .home2 .case-board {
    flex-direction: column;
    padding: 0 20px;
    gap: 20px;
  }

  .home2 .case-left,
  .home2 .tilt-card {
    width: 100%;
  }

  .home2 .tilt-card {
    height: auto;
    aspect-ratio: 1072 / 612;
  }

  .home2 .tilt-card .logo {
    left: 16px;
    top: 14px;
    max-width: 40%;
  }

  .home2 .thumbs {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 12px;
    overflow-x: auto;
  }

  .home2 .thumb {
    flex-shrink: 0;
    width: 88px;
    height: 56px;
    border-radius: 6px;
  }
  .home2 .case-txts {
    width: auto;
  }
  .home2 .case-top {
    width: 100%;
  }

  .home2 .more-btn {
    padding: 12px 28px;
  }

  .home2 .helmet {
    top: -12px;
    width: 56px;
    margin-left: 4px;
  }

  .home2 .collab {
    margin-top: 0;
    gap: 10px;
  }

  .home2 .yeehe-logo {
    width: 120px;
    height: 40px;
  }

  .home2 .x-mark {
    width: 14px;
    height: 14px;
  }

  .home2 .partner-logo {
    width: 110px;
    height: 64px;
  }

  .home2 .slash {
    width: 50px;
    margin: 12px 0 16px 8px;
  }

  .home2 .case-txt {
    width: 100%;
  }

  .home2 .progress {
    position: static;
    width: 100%;
    margin-top: 24px;
  }

  .home2 .bar {
    width: calc(100% - 70px);
  }

  .home2 .next-pill {
    width: 50px;
    height: 26px;
  }

  .home2 .next-pill::after {
    left: 8px;
    width: 5px;
    height: 2px;
    animation: home2-pill-dot-m 1.2s ease-in-out infinite alternate;
  }

  @keyframes home2-pill-dot-m {
    from {
      transform: translate(0, -50%);
    }
    to {
      transform: translate(28px, -50%);
    }
  }

  .home3 {
    padding: 50px 0 60px;
  }

  .home3 .deco-star,
  .home3 .deco-house {
    display: none;
  }

  .home3 .head-txt {
    margin-bottom: 30px;
  }

  .home3 .head-txt .tag {
    margin-bottom: 10px;
  }

  .home3 .marquee-track {
    animation-duration: 20s;
  }

  .home3 .logo-item {
    padding: 0 10px;
  }

  .home3 .logo-item img {
    width: 120px;
    height: 70px;
  }

  .home4 {
    padding: 50px 0 0;
  }

  .home4 .home4-trans {
    height: 40px;
  }

  .home4 .home4-cloud {
    width: 90px;
    top: 120px;
  }

  .home4 .home4-top {
    flex-direction: column;
    padding: 0 20px;
    gap: 20px;
  }

  .home4 .home4-left {
    max-width: 100%;
    width: 100%;
  }

  .home4 .tit {
    margin-bottom: 24px;
  }

  .home4 .info-block {
    margin-bottom: 24px;
  }

  .home4 .info-block .year {
    margin-bottom: 10px;
  }

  .home4 .more-btn {
    padding: 12px 30px;
  }

  .home4 .arrow-group {
    margin-top: 0;
    align-self: flex-end;
    gap: 12px;
  }

  .home4 .arr {
    width: 40px;
    height: 40px;
  }

  .home4 .arr::before {
    width: 8px;
    height: 8px;
    border-top-width: 2px;
    border-left-width: 2px;
  }

  .home4 .pillar-stage {
    margin-top: 60px;
    overflow: hidden;
  }

  .home4 .pillar {
    max-height: 220px;
  }

  .home4 .bird {
    width: 40px;
    bottom: 140px;
  }

  .home4 .coin {
    width: 32px;
    bottom: 190px;
  }

  .home4 .shadow {
    width: 40px;
  }

  .home4 .shadow-bird {
    bottom: 140px;
  }

  .home4 .shadow-coin {
    bottom: 170px;
  }

  .home5 .deco {
    display: none;
  }

  .home5-inner {
    width: 100%;
    padding: 60px 20px;
  }

  .home5 .head-txt {
    margin-bottom: 30px;
  }
  .home5 .head-txt .tit {
    width: 75%;
    margin: 0 auto;
  }
  .home5 .head-txt .tag {
    margin-bottom: 12px;
  }

  .contact-form {
    gap: 10px;
  }

  .contact-form .form-row {
    flex-direction: column;
    gap: 10px;
  }

  .contact-form .form-item {
    gap: 8px;
  }

  .contact-form .input-box {
    padding: 12px 14px;
    border-radius: 8px;
    border-width: 1px;
  }

  .contact-form .textarea-box {
    height: 120px;
  }

  .contact-form .select-arrow {
    width: 8px;
    height: 5px;
    margin-left: 10px;
  }

  .contact-form .select-options {
    border-radius: 8px;
    border-width: 1px;
    top: calc(100% + 6px);
    box-shadow: 0 6px 16px rgba(0, 0, 20, 0.1);
    padding: 6px 0;
  }

  .contact-form .option {
    padding: 10px 14px;
    gap: 8px;
  }

  .contact-form .option input {
    width: 16px;
    height: 16px;
  }

  .contact-form .file-icon {
    width: 18px;
    height: 18px;
  }

  .contact-form .file-icon::before {
    width: 2px;
  }

  .contact-form .file-icon::after {
    height: 2px;
  }

  .contact-form .submit-btn {
    margin-top: 16px;
    padding: 12px 32px;
    width: 100%;
    border-radius: 40px;
    box-sizing: border-box;
  }

  .home6 .C-wrap {
    top: 40px;
    width: 100%;
    padding: 0 20px;
  }

  .home6 .tag {
    margin-bottom: 12px;
  }

  .home6 .tit {
    margin-bottom: 20px;
  }

  .home6 .bg {
    height: 300px;
    object-fit: cover;
  }

  .home6 .more-btn {
    padding: 12px 30px;
  }

  .home7 {
    padding: 60px 0;
  }

  .home7 .head-txt {
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .home7 .more-btn {
    padding: 10px 20px;
  }

  .home7 .tit-deco {
    width: 18px;
    height: 22px;
    bottom: 6px;
    margin-left: 8px;
  }

  .home7 .news-swiper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home7 .swiper-slide {
    width: 78%;
  }

  .home7 .news-card {
    height: auto;
    border-radius: 16px;
  }

  .home7 .pic-box {
    height: 170px;
    border-radius: 16px 16px 0 0;
  }

  .home7 .news-info {
    height: auto;
    padding: 16px 16px 20px;
    border-radius: 0 0 16px 16px;
  }

  .home7 .news-card .date {
    margin-bottom: 8px;
  }

  .foot1 {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    padding-bottom: 40px;
  }

  .foot1 .foot-top {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px 0;
    gap: 20px;
  }

  .foot1 .logo {
    width: 160px;
    height: 52px;
  }

  .foot1 .info {
    text-align: left;
  }

  .foot1 .info p {
    line-height: 1.6;
  }

  .foot1 .info .tags {
    line-height: 1.6;
    margin-top: 8px;
  }

  .foot1 .path-wrap {
    position: relative;
    height: auto;
    margin-top: 30px;
    padding: 0 20px;
  }

  .foot1 .curve,
  .foot1 .dot,
  .foot1 .deco,
  .foot1 .mascot,
  .foot1 .plane,
  .foot1 .plane1,
  .foot1 .foot-line {
    display: none;
  }

  .foot1 .nav {
    position: static;
    display: inline-block;
    margin: 0 12px 12px 0;
  }

  .foot1 .foot-wx {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    justify-content: center;
    align-items: flex-end;
    margin: 28px auto 0;
    gap: 16px;
  }

  .foot1 .wx-qr {
    width: 88px;
    padding: 6px 6px 4px;
    border-radius: 6px;
  }

  .foot1 .wx-txt {
    margin-top: 4px;
  }

  .side-dock {
    display: none;
  }

  .gloc1 {
    height: 560px;
  }

  .gloc1 .content {
    top: 180px;
    padding: 0 20px;
    box-sizing: border-box;
    gap: 14px;
  }

  .gloc1 .sub {
    line-height: 1.35;
    max-width: 320px;
  }

  .gloc1 .scroll-hint {
    bottom: 80px;
    gap: 6px;
  }

  .gloc1 .mouse {
    width: 22px;
    height: 34px;
    border-width: 2px;
    border-radius: 16px;
  }

  .gloc1 .mouse em {
    top: 6px;
    width: 3px;
    height: 6px;
    border-radius: 4px;
  }

  .gloc1 .scroll-hint .arrow {
    width: 20px;
    margin-top: 4px;
  }

  .gloc1 .d1 {
    width: 96px;
  }

  .gloc1 .d2 {
    width: 180px;
    bottom: -16px;
  }

  .gloc2 {
    border-radius: 24px 24px 0 0;
    margin-top: -40px;
    padding: 48px 0 56px;
  }

  .gloc2 .deco {
    display: none;
  }

  .gloc2 .eyebrow {
    margin-bottom: 8px;
    padding: 0 20px;
  }

  .gloc2 .tit {
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: 1.15;
  }

  .gloc2 .cta-btn,
  .gloc-cta .cta-btn {
    padding: 12px 28px;
    border-radius: 40px;
  }

  .gloc2 .svc-panel {
    width: calc(100% - 40px);
    margin: 28px auto 0;
    border-radius: 14px;
    padding: 10px;
  }

  .gloc2 .svc-list {
    flex-direction: column;
    gap: 10px;
  }

  .gloc2 .svc-card,
  .gloc2 .svc-card.is-on {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 20px 16px 16px;
    border-radius: 14px;
  }

  .gloc2 .num,
  .gloc2 .svc-card.is-on .num {
    text-align: left;
    margin-bottom: 10px;
  }

  .gloc2 .name-sm,
  .gloc2 .svc-card.is-on .name-sm,
  .gloc2 .pic-sm,
  .gloc2 .svc-card.is-on .pic-sm {
    display: none;
  }

  .gloc2 .info-lg,
  .gloc2 .svc-card.is-on .info-lg {
    position: static;
    width: 100%;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    text-align: left;
  }

  .gloc2 .info-lg .name {
    margin-bottom: 10px;
    white-space: normal;
  }

  .gloc2 .name {
    white-space: normal;
  }

  .gloc2 .desc > div {
    margin-bottom: 6px;
  }

  .gloc2 .pic-lg,
  .gloc2 .svc-card.is-on .pic-lg,
  .gloc2 .svc-card:nth-child(1).is-on .pic-lg,
  .gloc2 .svc-card:nth-child(2) .pic-lg,
  .gloc2 .svc-card:nth-child(3) .pic-lg,
  .gloc2 .svc-card:nth-child(4) .pic-lg {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 150px;
    margin-top: 14px;
    opacity: 1;
    transform: none;
  }

  .gloc3 {
    padding: 40px 0 48px;
  }

  .gloc3 .bg1,
  .gloc3 .bg2,
  .gloc3 .bg3,
  .gloc3 .ai-track,
  .gloc3 .ai-pin {
    display: none;
  }

  .gloc3 .inner {
    width: 100%;
    min-height: 0;
    border-radius: 0;
    padding: 0 0 20px;
  }

  .gloc3 .tit {
    margin-bottom: 28px;
    /* padding: 0 20px; */
    line-height: 1.2;
    width: 58%;
    margin: 20px auto 28px;
  }

  .gloc3 .ai-swiper-wrap {
    height: auto;
    margin-top: 0;
    padding-bottom: 56px;
  }

  .gloc3 .ai-swiper {
    overflow: hidden;
    height: auto;
    padding-top: 0;
  }

  .gloc3 .ai-swiper .swiper-slide {
    width: 260px;
  }

  .gloc3 .ai-card,
  .gloc3 .ai-card.is-active {
    width: 260px;
    height: 340px;
    border-radius: 14px;
    padding: 24px 16px 16px;
    border-width: 2px;
    transform: none !important;
    box-shadow: none;
  }

  .gloc3 .ai-card.is-active {
    box-shadow: 0 0 20px rgba(84, 186, 163, 0.35);
  }

  .gloc3 .ai-card::before,
  .gloc3 .ai-card::after {
    width: 180px;
    height: 8px;
  }

  .gloc3 .ai-card .name {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .gloc3 .ai-card .desc {
    max-width: 220px;
    max-height: 0;
    margin-bottom: 0;
  }

  .gloc3 .ai-card.is-active .desc {
    max-height: 72px;
    opacity: 1;
    margin-bottom: 10px;
  }

  .gloc3 .ai-card .pic {
    bottom: 16px;
    width: 180px;
    height: 160px;
  }

  .gloc3 .ai-nav {
    bottom: 0;
    gap: 20px;
  }

  .gloc3 .ai-prev,
  .gloc3 .ai-next,
  .gloc5 .news-prev,
  .gloc5 .news-next {
    width: 40px;
    height: 40px;
    border-width: 1px;
  }

  .gloc3 .ai-prev::before,
  .gloc3 .ai-next::before,
  .gloc5 .news-prev::before,
  .gloc5 .news-next::before {
    width: 8px;
    height: 8px;
    border-top-width: 2px;
    border-right-width: 2px;
  }

  .gloc4 .case-item,
  .gloc4.gloc4-pin .case-item {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    min-height: 640px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .gloc4.gloc4-pin {
    height: auto;
    overflow: visible;
  }

  .gloc4.gloc4-pin .case-item .case-next,
  .gloc4.gloc4-pin .gloc4-progress {
    display: none;
  }

  .gloc4 .case-bg img {
    transform: scale(1.1);
    filter: blur(5px);
  }

  .gloc4 .case-mask {
    background: rgba(0, 0, 0, 0.65);
  }

  .gloc4 .case-logo {
    left: 20px;
    top: 36px;
    width: 150px;
    height: 84px;
    padding: 10px;
    border-width: 2px;
  }

  .gloc4 .case-info {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 88px;
    width: auto;
    opacity: 1;
    transform: none;
  }

  .gloc4 .case-logo img {
    opacity: 1;
    transform: none;
  }

  .gloc4 .case-art {
    width: 92%;
    height: 300px;
    opacity: 0;
    visibility: hidden;
  }

  .gloc4 .case-info .name {
    line-height: 1.25;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .gloc4 .case-info .name-txt {
    opacity: 1;
  }

  .gloc4 .case-info .name-wipe {
    display: none;
  }

  .gloc4 .case-info .tags {
    gap: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
  }

  .gloc4 .case-info .tag-ico {
    width: 16px;
    height: 18px;
  }

  .gloc4 .case-info .tag-txt {
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1.4;
  }

  .gloc4 .case-info .desc {
    line-height: 1.5;
  }

  .gloc4 .case-next {
    right: 20px;
    bottom: 24px;
    width: 48px;
    height: 48px;
  }

  .gloc5 {
    height: auto;
    padding: 0 0 40px;
  }

  .gloc5 .bubble-bg {
    height: 100%;
    object-fit: cover;
  }

  .gloc5 .gloc5-inner {
    width: 100%;
    height: auto;
    padding: 48px 0 0;
  }

  .gloc5 .head-row {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 0 20px;
    margin: 0 0 24px;
    box-sizing: border-box;
  }

  .gloc5 .eyebrow {
    margin-bottom: 6px;
  }

  .gloc5 .tit {
    line-height: 1.15;
  }

  .gloc5 .news-btn {
    padding: 10px 18px;
    border-radius: 30px;
  }

  .gloc5 .news-list-wrap {
    width: 100%;
    padding: 0 20px 40px;
    box-sizing: border-box;
  }

  .gloc5 .news-swiper {
    overflow: hidden;
  }

  .gloc5 .news-swiper .swiper-wrapper {
    align-items: stretch;
  }

  .gloc5 .news-swiper .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    box-sizing: border-box;
  }

  .gloc5 .news-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
  }

  .gloc5 .news-card .pic {
    height: 160px;
    flex-shrink: 0;
  }

  .gloc5 .news-card .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px 16px 16px;
    box-sizing: border-box;
  }

  .gloc5 .news-card .name {
    width: 100%;
    min-height: 2.5em;
    margin-bottom: 10px;
  }

  .gloc5 .news-card .desc {
    margin-bottom: 16px;
  }

  .gloc5 .news-card .more {
    gap: 6px;
    margin-top: auto;
  }

  .gloc5 .news-card .more img {
    width: 6px;
    height: 10px;
  }

  .gloc5 .news-nav {
    gap: 16px;
    margin-top: 20px;
  }

  .gloc-cta {
    padding: 40px 20px 72px;
    margin-top: -16px;
    overflow: hidden;
  }

  .gloc-cta .deco,
  .gloc-cta .cta-btn {
    opacity: 1;
    transform: none;
  }

  .gloc-cta .d1 {
    left: 0;
    width: 120px;
    bottom: 20px;
  }

  .gloc-cta .d2 {
    right: 0;
    left: auto;
    width: 60px;
    bottom: 48px;
  }

  .gloc-cta .d3 {
    left: 0;
    width: 65px;
    bottom: 12px;
  }

  .gcs1 .content {
    top: 160px;
  }

  .gcs2 {
    background: #000;
    padding: 0;
  }

  .gcs2 .gcs2-box {
    margin-bottom: 0;
  }

  .gcs2 .gcs2-item {
    position: relative;
    height: 420px;
    min-height: 0;
    padding: 0;
    overflow: hidden;
  }

  .gcs2 .gcs2-visual {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none !important;
    clip-path: none !important;
    will-change: auto;
    margin: 0;
    border-radius: 0;
  }

  .gcs2 .gcs2-visual img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none !important;
    max-width: none;
    object-fit: cover;
  }

  .gcs2 .gcs2-mask {
    opacity: 0.42;
    background: rgba(0, 0, 0, 0.42);
  }

  .gcs2 .gcs2-intro {
    display: none;
  }

  .gcs2 .gcs2-copy {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: 1 !important;
    transform: none !important;
    padding: 48px 20px 32px;
    box-sizing: border-box;
    gap: 10px;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
    pointer-events: auto;
    z-index: 4;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.72) 100%);
  }

  .gcs2 .gcs2-copy .tit {
    line-height: 1.25;
  }

  .gcs2 .gcs2-copy .desc {
    line-height: 1.5;
    max-width: none;
  }

  .gcs3 {
    padding: 40px 20px 48px;
    text-align: left;
    overflow: hidden;
  }

  .gcs3 .deco,
  .gcs3 .shapes {
    display: none;
  }

  .gcs3 .eyebrow {
    margin-bottom: 8px;
  }

  .gcs3 .tit {
    line-height: 1.2;
    margin-bottom: 28px;
    opacity: 1 !important;
    transform: none !important;
  }

  .gcs3 .eyebrow {
    opacity: 1 !important;
    transform: none !important;
  }

  .gcs3 .adv-list {
    width: 100%;
    margin: 0;
  }

  .gcs3 .adv-item,
  .gcs3 .adv-item.is-left,
  .gcs3 .adv-item.is-right,
  .gcs3 .adv-item.n1,
  .gcs3 .adv-item.n2,
  .gcs3 .adv-item.n3,
  .gcs3 .adv-item.n4,
  .gcs3 .adv-item.n5,
  .gcs3 .adv-item.n6 {
    position: static;
    display: block;
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
    opacity: 1 !important;
    transform: none !important;
    text-align: left;
  }

  .gcs3 .adv-item.is-right {
    display: flex;
    flex-direction: column;
  }

  .gcs3 .adv-item.is-right .num {
    order: -2;
  }

  .gcs3 .adv-item.is-right .line {
    order: -1;
  }

  .gcs3 .adv-item .num {
    line-height: 1;
    margin-bottom: 6px;
  }

  .gcs3 .adv-item .line {
    display: none;
  }

  .gcs3 .adv-body {
    width: 100%;
  }

  .gcs3 .adv-body .name {
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .gcs3 .adv-body .desc {
    line-height: 1.55;
  }

  .gcs3 .adv-item.is-right .name {
    text-align: left;
  }

  .gcs4 {
    height: auto;
    min-height: 0;
    padding: 40px 0 48px;
    overflow: visible;
  }

  .gcs4 .eyebrow {
    padding: 40px 20px 0;
    margin-bottom: 8px;
    opacity: 1 !important;
    transform: none !important;
  }

  .gcs4 .tit {
    padding: 0 20px;
    margin-bottom: 20px;
    line-height: 1.15;
    opacity: 1 !important;
    transform: none !important;
  }

  .gcs4 .flow-wrap {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 20px 20px 40px;
    display: flex;
    flex-direction: column;
  }

  .gcs4 .flow-swiper-wrap {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    order: 1;
    opacity: 1 !important;
    transform: none !important;
    margin: 0 0 20px;
  }

  .gcs4 .flow-info {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    order: 2;
    opacity: 1 !important;
    transform: none !important;
    margin: 0;
  }

  .gcs4 .flow-info .star {
    width: 36px;
    margin-bottom: 8px;
  }

  .gcs4 .flow-panels {
    height: auto;
    min-height: 160px;
    position: relative;
  }

  .gcs4 .flow-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .gcs4 .flow-panel.is-on {
    position: relative;
  }

  .gcs4 .flow-tit {
    white-space: normal;
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .gcs4 .flow-info .uline {
    width: 56px;
    margin-bottom: 12px;
  }

  .gcs4 .flow-desc {
    line-height: 1.5;
  }

  .gcs4 .flow-nav {
    margin-top: 16px;
    gap: 12px;
    justify-content: center;
  }

  .gcs4 .flow-prev,
  .gcs4 .flow-next {
    width: 40px;
    height: 40px;
  }

  .gcs4 .flow-pin {
    display: none;
  }

  .gcs4 .flow-swiper {
    overflow: hidden;
    padding-top: 0;
    perspective: none;
  }

  .gcs4 .flow-swiper .swiper-wrapper {
    transform-style: flat;
    align-items: stretch;
  }

  .gcs4 .flow-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }

  .gcs4 .flow-card {
    width: 100%;
    height: 360px;
    border-radius: 14px;
    border-width: 2px;
    transform: none !important;
    box-shadow: 0 8px 16px rgba(32, 113, 95, 0.28);
    overflow: hidden;
  }

  .gcs4 .flow-card .frame-side {
    display: none !important;
  }

  .gcs4 .flow-card::before,
  .gcs4 .flow-card::after {
    width: 180px;
    height: 8px;
  }

  .gcs4 .flow-card .num {
    top: 28px;
    transform: translateX(-50%) rotate(-4deg) !important;
  }

  .gcs4 .flow-card .art {
    bottom: 28px;
    max-height: 52%;
  }

  .lqa-stage {
    height: auto;
    min-height: 100vh;
  }

  .lqa-stage-pin {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }

  .lqa-stage .bg {
    position: absolute;
    height: 600px;
  }

  .lqa-stage .mask {
    height: 600px;
  }

  .lqa-stage .lqa1-content {
    position: relative;
    height: 560px;
    padding: 0 20px;
    box-sizing: border-box;
    gap: 14px;
  }

  .lqa-stage .lqa1-content .sub {
    max-width: 320px;
    line-height: 1.35;
  }

  .lqa-stage .scroll-hint {
    bottom:auto;
    top: 400px;
    gap: 6px;
  }

  .lqa-stage .mouse {
    width: 22px;
    height: 34px;
    border-width: 2px;
    border-radius: 16px;
  }

  .lqa-stage .mouse em {
    top: 6px;
    width: 3px;
    height: 6px;
    border-radius: 4px;
  }

  .lqa-stage .scroll-hint .arrow {
    width: 20px;
    margin-top: 4px;
  }

  .lqa2 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    z-index: 2;
    pointer-events: auto;
    background: #f0f0f0;
    border-radius: 18px 18px 0 0;
    padding: 40px 0 32px;
    box-sizing: border-box;
  }

  .lqa2-white,
  .lqa2-shade {
    display: none;
  }

  .lqa2-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    color: #333;
  }

  .lqa2-copy .tit {
    color: #54baa3;
    margin-bottom: 12px;
  }

  .lqa2-copy .desc {
    color: #666;
    max-width: 100%;
  }

  .lqa2-cards {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    margin-top: 24px;
    padding: 0 20px 8px;
    box-sizing: border-box;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }

  .lqa2-cards .card {
    width: 148px;
    height: auto;
    min-height: 188px;
    border-radius: 10px;
    padding: 12px 14px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    flex-wrap: nowrap;
    overflow: hidden;
    box-sizing: border-box;
  }

  .lqa2-cards .card .pic {
    height: 88px;
    margin-bottom: 10px;
    flex-shrink: 0;
  }

  .lqa2-cards .card .name {
    width: 100%;
    line-height: 1.3;
  }

  .lqa3 {
    padding: 40px 0 48px;
  }

  .lqa3 .deco {
    display: none;
  }

  .lqa3 .eyebrow {
    padding: 0 20px;
    text-align: center;
  }

  .lqa3 .tit {
    padding: 0 20px;
    margin-top: 8px;
    text-align: center;
  }

  .lqa3-body {
    width: 100%;
    margin: 24px 0 0;
    padding: 0 20px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .lqa3 .visual {
    width: 100%;
    height: 220px;
  }

  .lqa3 .visual .teal-bar {
    height: 90px;
  }

  .lqa3 .flow-wrap {
    width: 100%;
    position: relative;
  }

  .lqa3 .flow-list {
    width: 100%;
    height: auto;
    overflow: visible;
    gap: 10px;
  }

  .lqa3 .flow-mouse {
    display: none;
  }

  .lqa3 .flow-item {
    height: auto;
    min-height: 52px;
    clip-path: none;
    border-radius: 10px;
    overflow: hidden;
  }

  .lqa3 .flow-item .panel {
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }

  .lqa3 .flow-item .head,
  .lqa3 .flow-item .body {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }

  .lqa3 .flow-item .head {
    padding: 14px 14px 14px 0;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .lqa3 .flow-item .left {
    height: auto;
    gap: 10px;
  }

  .lqa3 .flow-item .bar {
    width: 3px;
    height: 22px;
  }

  .lqa3 .flow-item .right {
    height: auto;
    gap: 8px;
  }

  .lqa3 .flow-item .arrows {
    width: 16px;
    height: 8px;
  }

  .lqa3 .flow-item .body {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    padding: 0;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    pointer-events: none;
    transition: grid-template-rows 0.35s ease, opacity 0.35s ease;
  }

  .lqa3 .flow-item .body p {
    max-width: 100%;
    -webkit-line-clamp: 6;
    overflow: hidden;
    min-height: 0;
    padding: 0 14px 14px 16px;
    box-sizing: border-box;
  }

  .lqa3 .flow-item.is-on .head {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .lqa3 .flow-item.is-on .head .name {
    color: #fff;
  }

  .lqa3 .flow-item.is-on .head .num {
    color: rgba(255, 255, 255, 0.45);
  }

  .lqa3 .flow-item.is-on .head .bar {
    background: #fff;
  }

  .lqa3 .flow-item.is-on .body {
    opacity: 1;
    grid-template-rows: 1fr;
    pointer-events: auto;
  }

  .about-top {
    position: relative;
    overflow: visible;
  }

  .about1 {
    height: 340px;
  }

  .about1 .mask {
    height: 100%;
  }

  .about1 .tit {
    top: 69px;
    transform: none;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .about-deco-l,
  .about-deco-r {
    display: none;
  }

  .about-bird {
    left: 50%;
    top: 0;
    bottom: auto;
    width: 100%;
    transform: translate(-50%, 50%);
    opacity: 1;
  }

  .about2 {
    margin-top: -100px;
    border-radius: 20px 20px 0 0;
    padding: 96px 0 0;
    min-height: 0;
    overflow: hidden;
  }

  .about2 .about2-inner {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .about2 .tit {
    line-height: 1.25;
    padding: 0 8px;
  }

  .about2 .desc {
    width: 100%;
    margin-top: 14px;
    line-height: 1.6;
  }

  .about2 .desc p + p {
    margin-top: 8px;
  }

  .about2 .gallery-swiper {
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
    overflow: visible;
    padding-bottom: 8px;
  }

  .about2 .gallery-swiper .swiper-slide {
    width: 78%;
    height: 168px;
  }

  .about2 .g-item {
    border-radius: 12px;
  }

  .about2 .mascot-row {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
    opacity: 0.9;
  }

  .about2 .mascot-row img {
    width: 260px;
  }

  .about3 {
    padding: 40px 0 44px;
  }

  .about3 .head {
    margin-bottom: 20px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .about3 .data-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    gap: 12px;
  }

  .about3 .data-card,
  .about3 .data-card.is-on {
    flex: none !important;
    width: 100%;
    height: 148px;
    border-radius: 12px;
    overflow: hidden;
    transition: none;
  }

  .about3 .data-card .pic {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover;
    object-position: center;
  }

  .about3 .data-card .shade {
    height: 90px;
  }

  .about3 .data-card .txt {
    padding: 0 16px 16px;
    text-align: left;
  }

  .about3 .data-card .name-sm {
    display: none !important;
  }

  .about3 .data-card .detail,
  .about3 .data-card.is-on .detail,
  .about3 .data-card.is-on.is-show-txt .detail,
  .about3 .data-card:not(.is-on) .detail {
    display: block !important;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 0;
    opacity: 1 !important;
    transform: none !important;
    transition: none;
    text-align: left;
  }

  .about3 .data-card .name-lg {
    color: #fff;
  }

  .about3 .data-card .info {
    max-width: 100%;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.92);
  }

  .about3 .data-card:not(.is-on) .panel,
  .about3 .data-card:not(.is-on) .shade {
    opacity: 1;
  }

  .about3 .data-bar {
    display: none;
  }

  .about4 {
    padding: 36px 20px 48px;
  }

  .about4 .head {
    margin-bottom: 8px;
  }

  .about4 .value-list {
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
    padding-top: 36px;
  }

  .about4 .value-card,
  .about4 .value-card:nth-child(1),
  .about4 .value-card:nth-child(2),
  .about4 .value-card:nth-child(3) {
    width: 100%;
    flex: none;
    min-height: 0;
    margin-bottom: 0;
    padding: 36px 20px 28px;
    border-radius: 12px;
    border-width: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

  .about4 .value-card .role {
    display: block;
    width: 72px !important;
    height: auto !important;
    left: auto !important;
    right: 12px !important;
    top: -28px !important;
    transform: none !important;
  }

  .about4 .value-card:nth-child(1) .role,
  .about4 .value-card:nth-child(2) .role,
  .about4 .value-card:nth-child(3) .role {
    width: 72px;
    right: 12px;
    top: -28px;
    left: auto;
    transform: none;
  }

  .about4 .value-card .name,
  .about4 .value-card:nth-child(2) .name,
  .about4 .value-card:nth-child(3) .name {
    margin-top: 12px;
  }

  .about4 .value-card .desc,
  .about4 .value-card:nth-child(2) .desc,
  .about4 .value-card:nth-child(3) .desc {
    margin-top: 10px;
  }

  .about4 .value-card .desc br {
    display: none;
  }

  .about5 {
    padding: 8px 0 36px;
  }

  .about5 .bg {
    top: -36px;
    height: 100px;
  }

  .about5 .logo-marquee {
    padding: 0;
  }

  .about5 .marquee-track {
    gap: 12px;
  }

  .about5 .logo-item {
    width: 86px;
    height: 50px;
    border-radius: 8px;
  }

  .about6 {
    padding: 48px 20px 56px;
    overflow: hidden;
  }

  .about6 .cta-deco {
    display: block;
  }

  .about6 .d-l {
    display: block;
    left: 0;
    bottom: 16px;
    width: 88px;
  }

  .about6 .d-r {
    display: block;
    right: 0;
    top: -12px;
    width: 90px;
  }

  .about6 .btns {
    flex-direction: column;
    gap: 14px;
  }

  .about6 .cta-btn {
    width: 220px;
    height: 48px;
    border-radius: 40px;
  }

  .case1 {
    height: 560px;
  }

  .case1 .content {
    padding: 0 20px;
    box-sizing: border-box;
    gap: 14px;
  }

  .case1 .sub {
    max-width: 320px;
    line-height: 1.35;
  }

  .case1 .scroll-hint {
    bottom: 80px;
    gap: 6px;
  }

  .case1 .mouse {
    width: 22px;
    height: 34px;
    border-width: 2px;
    border-radius: 16px;
  }

  .case1 .mouse em {
    top: 6px;
    width: 3px;
    height: 6px;
    border-radius: 4px;
  }

  .case1 .scroll-hint .arrow {
    width: 20px;
    margin-top: 4px;
  }

  .case2 {
    padding: 40px 0 36px;
  }

  .case2 .deco {
    display: none;
  }

  .case2-inner {
    padding: 0 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .case2 .left {
    width: 100%;
    padding-top: 0;
  }

  .case2 .right {
    width: 100%;
  }

  .case2 .feat-swiper,
  .case2 .feat-card {
    height: 200px;
    border-radius: 10px;
  }

  .case2 .feat-bars {
    margin-top: 12px;
    gap: 6px;
  }

  .case2 .feat-bars .bar {
    height: 3px;
  }

  .case3 {
    padding: 36px 0 48px;
  }

  .case3 .deco,
  .case3 .d1,
  .case3 .d2 {
    display: none;
  }

  .case3-inner {
    width: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .case3 .tabs {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    margin-bottom: 24px;
  }

  .case3 .tabs .tab {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0 14px;
  }

  .case3 .case-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-template-columns: none;
  }

  .case3 .case-card {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border-width: 1px;
    box-shadow: 0 2px 8px rgba(192, 192, 192, 0.18);
  }
  .case3 .case-card .desc {
    width: auto;
  }
  .case3 .case-card .pic {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 180px;
  }

  .case3 .case-card .info {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 20px 18px 24px;
  }

  .case3 .pager {
    margin-top: 28px;
    gap: 16px;
  }

  .case3 .pager .page-num {
    min-width: 24px;
    padding: 4px 2px;
  }

  .case3 .pager .page-num.is-on::after {
    bottom: -6px;
    width: 6px;
    height: 2px;
    margin-left: -3px;
  }

  .case3 .pager .page-btn {
    width: 36px;
    height: 36px;
    border-width: 1.5px;
  }

  .case3 .pager .page-btn::before {
    width: 8px;
    height: 8px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
  }

  .case3 .pager .prev::before {
    transform: translate(-30%, -50%) rotate(-135deg);
  }

  .case3 .pager .next::before {
    transform: translate(-70%, -50%) rotate(45deg);
  }

  .biz1 {
    min-height: 0;
  }

  .biz1 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .biz1 .biz1-inner {
    padding: 72px 20px 40px;
    box-sizing: border-box;
  }

  .biz1 .tit {
    line-height: 1.25;
    padding: 0 8px;
  }

  .biz1 .sub {
    margin-top: 10px;
    line-height: 1.3;
  }

  .biz1 .form-card {
    width: 100%;
    margin-top: 24px;
    padding: 22px 16px 20px;
    border-radius: 14px;
  }

  .biz1 .form-card .tip {
    margin-bottom: 18px;
    line-height: 1.4;
  }

  .biz1 .contact-form {
    gap: 12px;
  }

  .biz1 .contact-form .form-row {
    flex-direction: column;
    gap: 12px;
  }

  .biz1 .contact-form .form-item {
    gap: 8px;
  }

  .biz1 .contact-form .input-box,
  .biz1 .contact-form .textarea-box,
  .biz1 .contact-form .file-box {
    width: 100%;
    border-width: 1px;
    border-radius: 8px;
    padding: 12px 14px;
    box-sizing: border-box;
  }

  .biz1 .contact-form .textarea-box {
    height: 120px;
  }

  .biz1 .contact-form .select-arrow {
    width: 8px;
    height: 5px;
    margin-left: 10px;
  }

  .biz1 .contact-form .select-options {
    top: calc(100% + 6px);
    border-width: 1px;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0, 0, 20, 0.1);
    padding: 6px 0;
  }

  .biz1 .contact-form .option {
    padding: 10px 14px;
    gap: 8px;
  }

  .biz1 .contact-form .option input {
    width: 16px;
    height: 16px;
  }

  .biz1 .contact-form .file-box {
    min-height: 48px;
  }

  .biz1 .contact-form .file-icon {
    width: 18px;
    height: 18px;
  }

  .biz1 .contact-form .file-hint {
    margin-top: 6px;
  }

  .biz1 .contact-form .submit-btn {
    width: 100%;
    margin-top: 8px;
    padding: 12px 20px;
    border-radius: 40px;
    box-sizing: border-box;
  }

  .biz2 {
    flex-direction: column;
    padding: 40px 20px 48px;
    gap: 24px;
  }

  .biz2 .deco-bird {
    display: block;
    right: 0;
    top: 12px;
    width: 72px;
  }

  .biz2 .biz2-left {
    width: 100%;
    gap: 16px;
  }

  .biz2 .biz2-left .tit {
    line-height: 1;
  }

  .biz2 .side-pic {
    width: 100%;
    height: 180px;
    border-radius: 12px;
  }

  .biz2 .side-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .biz2 .qa-list {
    width: 100%;
    gap: 10px;
  }

  .biz2 .qa-item {
    width: 100%;
    border-width: 1px;
    border-radius: 10px;
  }

  .biz2 .qa-head {
    min-height: 0;
    padding: 14px 14px;
    gap: 10px;
  }

  .biz2 .q-tit {
    line-height: 1.4;
  }

  .biz2 .qa-icon {
    width: 28px;
    height: 28px;
    border-width: 1px;
  }

  .biz2 .qa-icon img {
    width: 12px;
    height: 12px;
  }

  .biz2 .qa-body-inner {
    padding: 0 14px;
  }

  .biz2 .qa-item.is-open .qa-body-inner {
    padding: 0 14px 16px;
  }

  .biz2 .a-txt {
    width: 100%;
    line-height: 1.55;
  }

  .join1 {
    height: 560px;
  }

  .join1 .content {
    padding: 0 20px;
    box-sizing: border-box;
    gap: 14px;
  }

  .join1 .sub {
    max-width: 320px;
    line-height: 1.35;
    margin-top: 0;
  }

  .join1 .scroll-hint {
    bottom: 80px;
    gap: 6px;
  }

  .join1 .mouse {
    width: 22px;
    height: 34px;
    border-width: 2px;
    border-radius: 16px;
  }

  .join1 .mouse em {
    top: 6px;
    width: 3px;
    height: 6px;
    border-radius: 4px;
  }

  .join1 .scroll-hint .arrow {
    width: 20px;
    margin-top: 4px;
  }

  .join2 {
    padding: 40px 20px 48px;
  }

  .join2 .join2-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .join2 .pic-wrap {
    width: 100%;
    height: 220px;
  }

  .join2 .pic-main {
    border-radius: 10px;
  }

  .join2 .pic-role,
  .join2 .pic-deco {
    display: none;
  }

  .join2 .txt-wrap {
    width: 100%;
  }

  .join2 .desc {
    width: 100%;
  }

  .join3 {
    padding: 40px 20px 48px;
  }

  .join3 .deco-box {
    display: none;
  }

  .join3 .head {
    margin-bottom: 28px;
  }

  .join3 .head .sub {
    max-width: 100%;
    margin-top: 10px;
  }

  .join3 .flow-line,
  .join3 .role,
  .join3 .flow-mouse {
    display: none;
  }

  .join3 .flow-cols {
    flex-direction: column;
    gap: 16px;
  }

  .join3 .flow-col {
    width: 100%;
    gap: 16px;
  }

  .join3 .flow-right {
    padding-top: 0;
  }

  .join3 .step-card,
  .join3 .info-card,
  .join3 .info-card.talent,
  .join3 .info-card.persist {
    height: auto;
    width: 100%;
    padding: 20px 18px;
    box-sizing: border-box;
  }

  .join4 {
    padding: 32px 20px 70px;
    margin-bottom: -30px;
  }
  .join4 .label {
    margin: 5px 0;
  }
  .join4 .form-deco-l,
  .join4 .form-deco-r {
    display: none;
  }

  .join4 .form-card {
    width: 100%;
    margin: 0;
    padding: 24px 18px 20px;
    border-radius: 14px;
    border-width: 2px;
  }

  .join4 .form-tit {
    margin-bottom: 18px;
  }

  .join4 .form-row,
  .join4 .form-row.three {
    flex-direction: column;
    gap: 12px;
  }

  .join4 .form-row.three .form-item,
  .join4 .form-item {
    width: 100%;
    flex: none;
  }

  .join4 .input-box {
    border-width: 1px;
    border-radius: 8px;
    padding: 12px 14px;
  }

  .join4 .textarea-box {
    height: 85px;
  }

  .join4 .select-box {
    min-height: 42px;
  }

  .join4 .select-arrow {
    width: 8px;
    height: 5px;
    margin-left: 10px;
  }

  .join4 .select-options {
    top: calc(100% + 4px);
    border-width: 1px;
    border-radius: 10px;
  }

  .join4 .option {
    height: 33px;
    padding: 0 16px;
    border-bottom-width: 1px;
  }

  .join4 .job-box {
    min-height: 0;
    gap: 10px 16px;
    padding: 12px 14px;
  }

  .join4 .job-opt input {
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-radius: 2px;
  }

  .join4 .job-opt input:checked::after {
    width: 4px;
    height: 8px;
    border-width: 0 1.5px 1.5px 0;
  }

  .join4 .req {
    margin-left: 2px;
    font-size: 12px;
  }

  .join4 .form-btns {
    margin-top: 20px;
    gap: 12px;
    flex-wrap: wrap;
  }

  .join4 .btn-more,
  .join4 .btn-submit {
    width: 120px;
    height: 40px;
    border-radius: 30px;
    border-width: 1px;
  }

  .news1 {
    height: 560px;
  }

  .news1 .content {
    padding: 0 20px;
    box-sizing: border-box;
    gap: 14px;
  }

  .news1 .sub {
    max-width: 320px;
    line-height: 1.35;
  }

  .news1 .scroll-hint {
    bottom: 80px;
    gap: 6px;
  }

  .news1 .mouse {
    width: 22px;
    height: 34px;
    border-width: 2px;
    border-radius: 16px;
  }

  .news1 .mouse em {
    top: 6px;
    width: 3px;
    height: 6px;
    border-radius: 4px;
  }

  .news1 .scroll-hint .arrow {
    width: 20px;
    margin-top: 4px;
  }

  .news2 {
    padding: 40px 20px 36px;
  }

  .news2 .deco {
    display: none;
  }

  .news2 .sec-head,
  .news3 .sec-head {
    margin-bottom: 20px;
  }

  .news2 .eyebrow,
  .news3 .eyebrow {
    margin-bottom: 6px;
  }

  .news2 .tit-row,
  .news3 .tit-row {
    gap: 8px;
    align-items: flex-end;
  }

  .news2 .tit-deco,
  .news3 .tit-deco {
    width: 18px;
    height: auto;
    margin-top: 0;
    margin-bottom: 4px;
    flex-shrink: 0;
  }

  .news2-inner,
  .news3-inner {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .news3 {
    padding: 36px 0 48px;
  }

  .news3-inner {
    padding: 0 20px;
  }

  .news2 .feat-row {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }

  .news2 .feat-main {
    width: 100%;
    height: auto;
    min-height: 260px;
    border-radius: 14px;
  }

  .news2 .feat-main .pic {
    position: relative;
    width: 100%;
    height: 160px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .news2 .feat-main .info {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 16px 18px 20px;
  }

  .news2 .feat-list {
    width: 100%;
    gap: 12px;
  }

  .news2 .feat-item {
    height: auto;
    min-height: 88px;
    padding: 10px 12px;
    gap: 12px;
    border-width: 1px;
    border-radius: 10px;
  }
  .news2 .feat-item .date-ico {
    width: 12px;
    height: 12px;
  }
  .news2 .feat-item .pic {
    width: 110px;
    height: 72px;
    border-radius: 8px;
  }

  .news2 .card-pages,
  .news3 .card-pages {
    margin-top: 28px;
  }

  .news2 .card-pages .card-grid.is-on,
  .news3 .card-pages .card-grid.is-on {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .news2 .news-card,
  .news3 .news-card {
    width: 100%;
    height: auto;
    border-width: 1px;
    border-radius: 10px;
  }

  .news2 .news-card .pic,
  .news3 .news-card .pic {
    height: 160px;
  }

  .news2 .news-card .body,
  .news3 .news-card .body {
    padding: 16px 14px 20px;
  }

  .news2 .pager,
  .news3 .pager {
    margin-top: 24px;
    gap: 16px;
  }

  .news2 .pager-btn,
  .news3 .pager-btn {
    width: 36px;
    height: 36px;
    border-width: 1.5px;
  }

  .news2 .pager-btn::before,
  .news3 .pager-btn::before {
    width: 8px;
    height: 8px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
  }

  .news2 .pager-btn.prev::before,
  .news3 .pager-btn.prev::before {
    transform: translate(-30%, -50%) rotate(-135deg);
  }

  .news2 .pager-btn.next::before,
  .news3 .pager-btn.next::before {
    transform: translate(-70%, -50%) rotate(45deg);
  }

  .news2 .pager-num,
  .news3 .pager-num {
    min-width: 24px;
    padding: 4px 2px;
  }

  .news2 .pager-num.is-on::after,
  .news3 .pager-num.is-on::after {
    bottom: -6px;
    width: 6px;
    height: 2px;
    margin-left: -3px;
  }

  .news3 .industry-swiper {
    width: 100%;
    margin-left: 0;
    padding: 8px 0 16px;
    overflow: hidden;
  }

  .news3 .industry-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }

  .news3 .industry-swiper .swiper-slide-active {
    width: 100%;
  }

  .news3 .ind-card {
    flex-direction: column;
    width: 100%;
    height: auto;
    border-radius: 14px;
    border-width: 1px;
    box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.08);
    transform: none;
  }

  .news3 .industry-swiper .swiper-slide-active .ind-card {
    transform: none;
    box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.08);
  }

  .news3 .ind-card .pic {
    width: 100%;
    height: 160px;
  }

  .news3 .ind-card .info {
    width: 100%;
    height: auto;
    align-self: stretch;
    padding: 16px 14px 18px;
    box-sizing: border-box;
  }

  .news3 .ind-card .name {
    font-size: 18px;
  }

  .news3 .ind-card .date {
    opacity: 0.8;
    visibility: visible;
    font-size: 14px;
  }

  .news3 .ind-card .desc {
    margin-top: 10px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  .news3 .ind-card .more {
    font-size: 14px;
  }

  .news-modal {
    padding: 20px 16px;
  }

  .news-modal .panel {
    width: 100%;
    padding-top: 40px;
  }

  .news-modal .close {
    width: 32px;
    height: 32px;
  }

  .news-modal .box {
    width: 100%;
    min-height: 0;
    max-height: 86vh;
    padding: 20px 16px 18px;
    border-width: 1px;
    border-radius: 14px;
  }

  .news-modal .main {
    flex-direction: column;
    gap: 14px;
  }

  .news-modal .pic {
    width: 100%;
    height: 160px;
    border-radius: 10px;
  }

  .news-modal .content {
    min-height: 0;
  }

  .news-modal .body {
    margin-top: 12px;
    max-height: 36vh;
  }

  .news-modal .body p + p {
    margin-top: 12px;
  }

  .news-modal .foot {
    margin-top: 16px;
  }

  .C-Alert .alertPop {
    width: 86%;
    max-width: 360px;
    padding: 36px 24px 28px;
    border-radius: 16px;
  }

  .C-Alert .alertPop .close {
    top: 14px;
    right: 14px;
    width: 20px;
    height: 20px;
  }

  .C-Alert .alertPop .close::before,
  .C-Alert .alertPop .close::after {
    width: 14px;
    height: 1.5px;
  }

  .C-Alert .alertPop .tips {
    margin-bottom: 24px;
  }

  .C-Alert .alertPop .btn {
    min-width: 140px;
    padding: 12px 28px;
    border-radius: 40px;
  }

  .contact-form .field-tip,
  .join4 .field-tip {
    text-shadow: 0 0 6px rgba(149, 36, 40, 0.75), 0 0 12px rgba(149, 36, 40, 0.35);
  }

}
