@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap);
section,
body {
    overflow-x: hidden;
}

.ft-info.forMobi {
    display: none;
}

@media (max-width: 1200px) {
    a.top-menu-item {
        width: 120px;
    }
    a.top-menu-item.active span.a-bg,
    a.top-menu-item:hover span.a-bg {
        width: 120px;
    }
    a.top-menu-item.forEvent .eventIcon {
        left: -8px;
    }
    a.top-menu-item.forEvent:hover .eventIcon {
        left: -10px;
    }
}
@media (max-width: 980px) {
    .top-menu-wrapper {
        display: none;
    }
    .top-menu-wrapper.active {
        position: fixed;
        top: 130px;
        height: calc(100vh - 130px);
        left: 0;
        display: block;
        width: 100%;
        background: #fff;
        z-index: 12;
    }
    .top-menu-list {
        padding: 0 4rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-animation: menuFadeinUp 0.5s linear;
        animation: menuFadeinUp 0.5s linear;
    }
    @-webkit-keyframes menuFadeinUp {
        from {
            opacity: 0;
            -webkit-transform: translateY(10%);
            transform: translateY(10%);
        }
        to {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    @keyframes menuFadeinUp {
        from {
            opacity: 0;
            -webkit-transform: translateY(10%);
            transform: translateY(10%);
        }
        to {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    .idx-kv-wrapper header:not(.sticky).active,
    .idx-kv-wrapper header.sticky.active {
        background: #fff;
    }
    header.sticky .top-menu-wrapper.active {
        top: 50px;
        height: calc(100vh - 50px);
    }
    header.sticky .top-menu-list {
        padding-top: 2rem;
    }
    header a.top-menu-item,
    header.sticky a.top-menu-item {
        position: static;
        height: auto;
        width: 100%;
        margin-bottom: 1.5rem;
    }
    header a.top-menu-item,
    header a.top-menu-item.active,
    header a.top-menu-item:hover,
    header.sticky a.top-menu-item,
    header.sticky a.top-menu-item.active,
    header.sticky a.top-menu-item:hover {
        background: transparent;
    }
    header a.top-menu-item span.a-bg,
    header a.top-menu-item.active span.a-bg,
    header a.top-menu-item:hover span.a-bg,
    header.sticky a.top-menu-item span.a-bg,
    header.sticky a.top-menu-item.active span.a-bg,
    header.sticky a.top-menu-item:hover span.a-bg {
        display: none;
    }
    header a.top-menu-item span.a-txt,
    header a.top-menu-item.active span.a-txt,
    header a.top-menu-item:hover span.a-txt,
    header.sticky a.top-menu-item span.a-txt,
    header.sticky a.top-menu-item.active span.a-txt,
    header.sticky a.top-menu-item:hover span.a-txt {
        position: static;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    header a.top-menu-item span.a-txt:before,
    header a.top-menu-item span.a-txt:after,
    header a.top-menu-item.active span.a-txt:before,
    header a.top-menu-item.active span.a-txt:after,
    header a.top-menu-item:hover span.a-txt:before,
    header a.top-menu-item:hover span.a-txt:after,
    header.sticky a.top-menu-item span.a-txt:before,
    header.sticky a.top-menu-item span.a-txt:after,
    header.sticky a.top-menu-item.active span.a-txt:before,
    header.sticky a.top-menu-item.active span.a-txt:after,
    header.sticky a.top-menu-item:hover span.a-txt:before,
    header.sticky a.top-menu-item:hover span.a-txt:after {
        color: #757b93;
    }
    header a.top-menu-item span.a-txt:before,
    header a.top-menu-item.active span.a-txt:before,
    header a.top-menu-item:hover span.a-txt:before,
    header.sticky a.top-menu-item span.a-txt:before,
    header.sticky a.top-menu-item.active span.a-txt:before,
    header.sticky a.top-menu-item:hover span.a-txt:before {
        font-size: 1.75rem;
        font-weight: 700;
        content: attr(data-zh-beforehover);
    }
    header a.top-menu-item span.a-txt:after,
    header a.top-menu-item.active span.a-txt:after,
    header a.top-menu-item:hover span.a-txt:after,
    header.sticky a.top-menu-item span.a-txt:after,
    header.sticky a.top-menu-item.active span.a-txt:after,
    header.sticky a.top-menu-item:hover span.a-txt:after {
        font-size: 1.125rem;
        font-weight: 500;
        content: attr(data-en-afterhover);
    }
    header a.top-menu-item.active span.a-txt:before,
    header a.top-menu-item.active span.a-txt:after,
    header a.top-menu-item:hover span.a-txt:before,
    header a.top-menu-item:hover span.a-txt:after,
    header.sticky a.top-menu-item.active span.a-txt:before,
    header.sticky a.top-menu-item.active span.a-txt:after,
    header.sticky a.top-menu-item:hover span.a-txt:before,
    header.sticky a.top-menu-item:hover span.a-txt:after {
        color: #07f0b7;
    }
    header a.top-menu-item.forEvent .eventIcon,
    header.sticky a.top-menu-item.forEvent .eventIcon {
        position: static;
        margin-right: 4px;
        width: 40px;
    }
    header a.top-menu-item.forEvent span.a-txt:after,
    header.sticky a.top-menu-item.forEvent span.a-txt:after {
        display: none;
    }
    header a.top-menu-item.forContact,
    header.sticky a.top-menu-item.forContact {
        width: 160px;
        margin-left: -10px;
        padding-left: 20px;
    }
    header a.top-menu-item.forContact.active,
    header.sticky a.top-menu-item.forContact.active {
        background: #07f0b7;
    }
    header a.top-menu-item.forContact.active span.a-txt:before,
    header.sticky a.top-menu-item.forContact.active span.a-txt:before {
        color: #fff;
    }
    header a.top-menu-item.forContact span.a-txt,
    header.sticky a.top-menu-item.forContact span.a-txt {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    header a.top-menu-item.forContact span.a-txt:before,
    header.sticky a.top-menu-item.forContact span.a-txt:before {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    header a.top-menu-item.forContact span.a-txt:after,
    header.sticky a.top-menu-item.forContact span.a-txt:after {
        display: none;
    }
    .burger {
        display: block;
        cursor: pointer;
        position: relative;
        width: 36px;
        height: 36px;
        background: #07f0b7;
        border-radius: 36px;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        border: 0;
    }
    .burger:focus {
        outline: 0;
    }
    .burger span {
        display: block;
        width: 18px;
        height: 2px;
        background: #20296c;
        position: absolute;
        left: 9px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
    .burger span:nth-of-type(1) {
        top: 14px;
    }
    .burger span:nth-of-type(2),
    .burger span:nth-of-type(3) {
        top: 20px;
    }
    .burger.active {
        background: #fff;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    }
    .burger.active span {
        background: #757b93;
    }
    .burger.active span:nth-of-type(1),
    .burger.active span:nth-of-type(4) {
        width: 0%;
        top: 18px;
        left: 50%;
    }
    .burger.active span:nth-of-type(2) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .burger.active span:nth-of-type(3) {
        top: 18px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@media (max-width: 900px) {
    .btn-top {
        position: relative;
        background: transparent;
    }
    .btn-top::after {
        position: absolute;
        z-index: 0;
        content: "";
        display: block;
        top: 0;
        left: 0;
        width: 1000px;
        height: 100%;
        background: linear-gradient(135deg, #07f0b7 0%, #00c8ff 10%, #91f335 20%, #00c8ff 30%, #91f335 40%, #00c8ff 50%, #07f0b7 60%, #00c8ff 70%, #91f335 80%, #00c8ff 90%);
        -webkit-animation: animate_btn_top_bg 10s infinite linear;
        animation: animate_btn_top_bg 10s infinite linear;
    }
    .page-header {
        padding: 2rem 2rem;
    }
    .sec-case-list-header {
        padding-right: 2rem;
        padding-left: 0;
    }
    .sec-contact-page-header {
        padding-right: 0;
        padding-left: 0;
    }
    .h2_en {
        font-size: 2.25rem;
    }
    .h2_zh {
        font-size: 1.5rem;
    }
    .page-title-icon {
        width: 39px;
        height: 67px;
    }
    .page-title .page-title-txt {
        padding-top: 1rem;
    }
    h3.sec-title-main {
        font-size: 1.5rem;
    }
    h4.sec-title-deco {
        font-size: 1rem;
    }
    .footer-d {
        right: -8%;
    }
    .footer-d img {
        opacity: 0.5;
    }
}
@media (max-width: 767px) {
    .sec-in {
        padding: 1rem 1rem;
    }
    header {
        height: 60px;
        padding: 0 1rem;
    }
    header .top-logo {
        width: 120px;
    }
    header .top-menu-wrapper.active {
        top: 60px;
        height: calc(100vh - 60px);
    }
    header .top-menu-list {
        padding: 1rem 2rem;
    }
    header a.top-menu-item {
        margin-bottom: 1rem;
    }
    p.value,
    p.value span {
        font-size: 0.875rem;
    }
    .h3_zh {
        font-size: 1.25rem;
    }
    .h4_zh {
        font-size: 1rem;
    }
    .h3_en {
        font-size: 1.25rem;
    }
    .form-control {
        font-size: 1rem;
    }
    .sec-case-list-header {
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-catalog {
        width: 100%;
    }
    .sec-in-for-ft-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5rem 1rem 2rem 1rem;
    }
    .ft-contact-box {
        width: 300px;
        height: 160px;
    }
    .ft-contact-box.newspaper {
        margin: 0 2rem 0 0;
    }
    .ft-contact-box.letstalk {
        margin: 1rem 0 0 2rem;
    }
    .ft-contact-box-in {
        padding: 0 1rem 0 1.5rem;
    }
    .ft-contact-box-in .title_en {
        font-size: 0.875rem;
    }
    .ft-contact-box-in .title_zh {
        font-size: 1.125rem;
    }
    footer {
        height: 180px;
    }
    .sec-in-footer {
        padding: 0;
    }
    .footer-i {
        top: 20%;
    }
    .footer-i img {
        -webkit-transform: scale(0.8) rotate(-36deg);
        transform: scale(0.8) rotate(-36deg);
    }
    .footer-n {
        right: -20%;
        top: -20%;
    }
    .footer-n img {
        -webkit-transform: scale(0.3) rotate(30deg);
        transform: scale(0.3) rotate(30deg);
    }
    .footer-d {
        right: -15%;
        top: 50%;
    }
    .footer-d img {
        -webkit-transform: scale(0.6) rotate(30deg);
        transform: scale(0.6) rotate(30deg);
    }
    .btn-rectangle {
        width: 180px;
        height: 40px;
    }
    .btn-rectangle span {
        font-size: 0.875rem;
    }
}
@media (max-width: 500px) {
    .sec-in-footer {
        -webkit-transform: translateX(-50%) scale(0.9);
        transform: translateX(-50%) scale(0.9);
    }
}
@media (max-width: 340px) {
    .ft-contact-box.newspaper {
        margin: 0 0 0 0;
    }
    .ft-contact-box.letstalk {
        margin: 1rem 0 0 0;
    }
    footer p,
    footer a {
        font-size: 0.75rem;
    }
    footer p.ft-copyright {
        text-align: center;
    }
    .sec-in-footer {
        max-width: 300px;
    }
}
@media (max-width: 980px) {
    .sec-cta {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    .btn-cta-startproject {
        margin-bottom: 1rem;
        height: 50px;
        border-radius: 10px;
    }
    .btn-cta-startproject p span {
        font-size: 1.125rem;
    }
    .btn-cta-startproject::before {
        border-radius: 10px;
    }
    .sec-in-cta-email {
        padding-top: 0;
    }
    .row-cta-email {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }
    .col-cta-word,
    .col-cta-email {
        width: 100%;
    }
    .col-cta-word p {
        font-size: 16px;
    }
    .col-cta-email {
        padding-top: 1rem;
    }
    .col-cta-email p {
        font-size: 32px;
    }
    .cta-input-email[type="text"],
    .cta-input-email + button span {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .sec-in-footer2024 {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 100px;
    }
    .row-footer2024 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .col-ft-right-contact {
        max-width: 280px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .col-ft-right-contact,
    .col-ft-left-menu {
        width: 100%;
    }
    .ft-logo {
        display: none;
    }
    .btn-blue-margin {
        margin-top: 1rem;
    }
    .btn-blue-contact {
        padding: 0.75rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 900px) {
    footer {
        height: auto;
    }
    .col-ft-right-contact,
    .col-ft-left-menu {
        max-width: 300px;
        margin: 0 auto;
    }
    .col-ft-right-contact {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .row-ft-menu {
        padding-top: 0;
    }
    ul.ft-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    ul.ft-menu li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
    ul.ft-menu li:not(:last-child) {
        border-right: none;
    }
    ul.ft-menu li:not(:first-child) {
        padding-left: 0;
    }
    a.ft-menu-item {
        width: 100%;
        padding: 2rem 1rem 2rem 0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .row-ft-social {
        padding: 0;
    }
    a.ft-social-item {
        width: 32px;
        margin: 0.25rem 1rem 0 0.25rem;
    }
    .row-ft-info {
        padding-top: 0.25rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .row-ft-info > * {
        margin: 0.25rem 0;
    }
    .row-ft-info-bar {
        display: none;
    }
}
@media (max-width: 580px) {
    .ft-line-btn {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 900px) {
    .sec-case-list-wrapper {
        padding-top: 0;
    }
    .case-list-thumb-box,
    .case-list-thumb-box .thumb-title,
    .case-list-thumb-box img {
        position: static;
        opacity: 1;
    }
    .case-list-thumb-box .thumb-title,
    .case-list-thumb-box.w2 .thumb-title {
        background: transparent;
        width: 100%;
        height: auto;
        padding-top: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .case-list-thumb-box .thumb-title p,
    .case-list-thumb-box.w2 .thumb-title p {
        font-size: 1rem;
        color: #424554;
        max-width: 90%;
        text-align: left;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
    .case-list-thumb-box .thumb-title p::after,
    .case-list-thumb-box.w2 .thumb-title p::after {
        display: none;
    }
    .case-list-thumb-box:hover img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    /* 20240910 */
    .btn-lightgray-full:hover .blue-arrow-down:before {
        border-color: #fff transparent transparent transparent;
    }
    .case-list-thumb-box .thumb-title p:nth-child(1) {
        font-size: 1.1rem;
        color: #424554;
        margin-top: 1rem;
        padding-bottom: 0;
    }
    .case-list-thumb-box .thumb-title p:nth-child(2) {
        color: #424554;
        text-align: center;
        margin-top: 0;
    }
    .case-list-thumb-box .thumb-title p:first-child:after {
        background-color: #424554;
    }
    .case-item-title {
        padding: 0 0 4rem 0;
    }
    .case-item-profile {
        width: calc(100% - 120px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .case-item-profile .col-client,
    .case-item-profile .col-type,
    .case-item-profile .col-date {
        width: 100%;
        margin-bottom: 1rem;
        padding-right: 0;
    }
    .case-item-profile p.label-title {
        margin-bottom: 0.5rem;
        padding-left: 0.5rem;
    }
    .case-item-info {
        padding: 0;
    }
    .case-item-chapter-header {
        padding-top: 0rem;
    }
    .col-chapter-title {
        padding-right: 2rem;
    }
    .col-chapter-article {
        padding: 1rem;
    }
    .sec-case-staff {
        padding-top: 2rem;
        padding-bottom: 0;
    }
    .sec-in-for-goback {
        padding-top: 1rem;
        padding-bottom: 6rem;
    }
    .sec-case-list-wrapper-nowrap {
        display: block;
        padding: 2rem 1rem;
        overflow-x: auto;
        white-space: nowrap;
    }
    .sec-case-list-wrapper-nowrap .case-list-thumb-box.w1 {
        width: 43%;
        margin: 0 1%;
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .case-list-thumb-box .thumb-title p,
    .case-list-thumb-box.w2 .thumb-title p {
        font-size: 0.875rem;
        margin-top: 0rem;
        margin-bottom: 0.5rem;
    }
    .case-list-thumb-box.w2 {
        width: 98.7%;
        margin: 0.65% 0.65%;
    }
    .case-list-thumb-box.w1 {
        width: 48.7%;
        margin: 0.65% 0.65%;
    }
    .case-catalog {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0rem;
    }
    .case-catalog a.case-item-golink {
        margin-top: 0.5rem;
        width: 130px;
    }
    .sec-case-header,
    .sec-case-body {
        padding-bottom: 0;
    }
    .case-item-title {
        padding: 1rem 0 2.5rem 0;
    }
    .case-item-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .case-item-profile {
        width: 100%;
    }
    .case-item-profile .col-client,
    .case-item-profile .col-type {
        margin-bottom: 0.5rem;
    }
    .case-item-profile .col-date {
        margin-bottom: 0;
    }
    .case-item-link {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    a.case-item-golink {
        margin-bottom: 0;
        margin-top: 1rem;
    }
    .case-item-chapter-header {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .case-item-chapter-header .col {
        width: 100%;
    }
    .col-chapter-title {
        padding: 0 1rem;
    }
    .col-chapter-title .h3_zh {
        margin: 0 0 3rem 0;
    }
    .col-chapter-article {
        padding: 0 1rem;
    }
    .col-chapter-article p {
        font-size: 0.875rem;
        line-height: 1.5;
        text-align: justify;
        margin-bottom: 0.5rem;
        font-weight: 400;
    }
    .case-staff-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .case-staff-wrapper .col {
        width: 100%;
    }
    .col-staff-title {
        margin-top: -1.5rem;
        margin-bottom: 1.5rem;
    }
    a.ft-goback span {
        font-size: 1rem;
    }
    .sec-in-for-goback {
        padding: 0 0 4rem 0;
    }
    .sec-case-list-wrapper-nowrap .case-list-thumb-box.w1 {
        width: 58%;
    }
}
@media (max-width: 1080px) {
    .sec-contact-wrapper {
        padding-bottom: 5rem;
    }
    .row-contact-wrapper {
        padding-left: 2rem;
    }
}
@media (max-width: 980px) {
    .sec-contact-wrapper {
        padding-bottom: 0rem;
    }
    .row-contact-wrapper {
        width: 100%;
        padding: 0 2rem 0 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .col-contact-vicinfo {
        width: 20%;
        display: none;
    }
    .col-contact-form {
        width: 100%;
    }
    .sec-contact-v {
        left: -200px;
        bottom: 0px;
    }
    .col-contact-form,
    .col-contact-vicinfo {
        height: 1100px;
    }
}
@media (max-width: 900px) {
    .sec-contact-wrapper {
        padding-bottom: 1rem;
        padding-top: 0;
    }
    .row-contact-wrapper {
        padding: 0 2rem 0 2rem;
    }
    .sec-contact-v img {
        margin-bottom: -60px;
        margin-left: 30px;
    }
}
@media (max-width: 767px) {
    .sec-contact-c {
        right: -100px;
    }
    .sec-contact-c img {
        -webkit-transform: scale(0.4) rotate(-45deg);
        transform: scale(0.4) rotate(-45deg);
    }
    .row-contact-wrapper {
        padding: 0;
    }
    .col-contact-form,
    .col-contact-vicinfo {
        height: 1200px;
    }
    .cont-form-wrapper {
        padding: 1.5rem;
    }
    .cont-form-header {
        padding-bottom: 2rem;
    }
    .row-for-form-control {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    .row-for-form-control .col-50 {
        width: 100%;
    }
    .row-for-form-control .col-50:first-child {
        padding-right: 0;
        margin-bottom: 1.5rem;
    }
    .row-for-form-control .col-50:last-child {
        padding-left: 0;
    }
    .sec-contact-wrapper {
        padding-top: 2rem;
    }
    .row-privacy-wrapper {
        padding: 0 1.5rem;
    }
    .row-privacy-wrapper p {
        text-align: justify;
    }
    .row-privacy-wrapper .h4_zh {
        color: #3c69ff;
        line-height: 2;
        margin: 0.5rem 0;
    }
    .row-privacy-wrapper ol {
        margin: 0;
        margin-left: -20px;
    }
    .row-privacy-wrapper ol li {
        margin-bottom: 0.5rem;
    }
    .row-privacy-wrapper ol ul {
        margin-left: 20px;
    }
}
.ourteam-box-relative .forPC {
    display: block;
}
.ourteam-box-relative .forMobi {
    display: none;
}

@media (min-width: 1860px) {
    .msg-carousell.team-member-slider {
        max-width: 1860px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1340px) {
    .col-about-photo-slideshow {
        width: 50%;
    }
    .col-about-photo-article {
        width: 50%;
    }
    .sec-article-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sec-about-photo {
        background-size: auto 580px;
        min-height: 600px;
    }
    .col-about-ourteam-article {
        width: 50%;
    }
    .col-about-ourteam-illus {
        width: 40%;
        margin-right: 10%;
    }
    .sec-about-ourteam {
        background-size: auto 1000px;
        min-height: 1080px;
        margin-bottom: -200px;
    }
    .sec-in-about-ourteam {
        padding-top: 200px;
    }
    .ourteam-illus-wrapper {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@media (max-width: 1160px) {
    .sec-about-photo {
        background-size: auto 480px;
        min-height: 500px;
    }
    .page-title-icon.for-about-photo {
        width: 80px;
        height: 120px;
    }
    .sec-article-wrapper-in {
        max-width: 390px;
        padding-left: 30px;
    }
    .about-support-blueboard {
        min-height: 130px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-support-blueboard .h3_zh {
        font-size: 1.5rem;
    }
    .typing-cursor::after {
        height: 20px;
    }
    .sup-item-box .h2_zh {
        font-size: 2.25rem;
    }
    .sup-item-box .h4_zh {
        font-size: 1.125rem;
    }
    .sup-item-box .sup-item-header {
        border: 0px solid yellow;
        min-width: 260px;
    }
    .sec-about-ourteam {
        background-size: auto 1000px;
        min-height: 1080px;
        margin-bottom: -200px;
    }
    .ourteam-illus-wrapper {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        margin-top: -100px;
        margin-left: 100px;
    }
    .row-about-ourteam {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .col-about-ourteam-article {
        width: 100%;
    }
    .sec-article-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .sec-article-wrapper-in.forOurTeam {
        max-width: 50%;
    }
    .col-about-ourteam-illus {
        margin-right: 0;
        width: 100%;
    }
}
@media (max-width: 900px) {
    .sec-about-customer {
        min-height: auto;
    }
    .bg-running-wrapper {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    .highlight-num-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .number-box {
        width: 100%;
        margin-bottom: 2rem;
    }
    .number-box .number {
        height: 56px;
    }
    .number-box .number .col-2 {
        margin-left: -6px;
    }
    .number-box .number .addSmall {
        font-size: 4rem;
    }
    .number-box .number .numberBig {
        display: inline-block;
        font-size: 4rem;
    }
    .number-box .number .numberBig1 {
        min-width: 4.8rem;
    }
    .number-box .number .numberBig2 {
        min-width: 6rem;
    }
    .number-box .number .numberBig3 {
        min-width: 10rem;
    }
    .number-box h4.number-note {
        font-size: 1rem;
        margin-bottom: 0rem;
    }
    .milestone-wrapper {
        width: 100vw;
        height: 80vh;
        overflow: hidden;
        margin: 0 auto;
    }
    .milestone-wrapper .gallery-cards,
    .milestone-wrapper .gallery-thumbs {
        width: 100vw;
    }
    .milestone-wrapper .gallery__card {
        width: 100%;
        height: calc(80vh - 132px);
    }
    .milestone-wrapper .gallery__card img {
        height: 150%;
        width: auto;
        max-width: none;
        left: -25%;
    }
    .milestone-wrapper .gallery__subtitle {
        font-size: 10vmin;
    }
    .milestone-wrapper .gallery__subtext {
        font-size: 5vmin;
        margin-top: 5vmin;
    }
    .milestone-wrapper .gallery-cards:before,
    .milestone-wrapper .gallery-cards:after {
        width: clamp(10vw, 80vmin, 50vw);
    }
    .sec-about-team {
        padding-top: 2rem;
    }
    .msg-carousell.team-member-slider {
        margin-top: 0rem;
    }
    .msg-carousell.team-member-slider .swiper-container {
        height: 331.76px;
    }
    .msg-carousell.team-member-slider .swiper-slide {
        width: 220px;
    }
    .flip-card {
        width: 220px;
        height: 331.76px;
    }
    .flip-card:hover .flip-card-relative {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    .flip-card.active .flip-card-relative {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    .team-title-en-layer h4,
    .flip-card-back h4 {
        font-size: 1rem;
    }
    .team-title-en-layer h3,
    .flip-card-back h3 {
        font-size: 1.25rem;
    }
    .team-title-en-layer p,
    .flip-card-back p {
        font-size: 0.875rem;
    }
    .sec-article-wrapper-in {
        max-width: 560px;
    }
    .sec-in-about-photo {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
    .sec-article-wrapper {
        padding: 2rem 0 1rem 0;
    }
    .sec-txt-wrapper {
        padding-top: 1.5rem;
    }
    .sec-txt-wrapper p {
        font-size: 1rem;
    }
    .row-about-photo {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .col-about-photo-slideshow,
    .col-about-photo-article {
        width: 90%;
        max-width: 600px;
    }
    .col-about-photo-article {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .page-title-icon.for-about-photo {
        width: 80px;
        height: 120px;
    }
    .bg-running-wrapper {
        height: 140px;
        background-size: 728px auto;
        -webkit-animation: bg-scrolling-mobile 10s infinite;
        animation: bg-scrolling-mobile 10s infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    @-webkit-keyframes bg-scrolling-mobile {
        100% {
            background-position: -728px 0;
        }
    }
    @keyframes bg-scrolling-mobile {
        100% {
            background-position: -728px 0;
        }
    }
    .about-support-blueboard {
        padding: 0 1.5rem;
        border-radius: 30px;
        border-bottom-left-radius: 0;
        min-height: 90px;
    }
    .about-support-blueboard .h3_zh {
        font-size: 1.125rem;
    }
    .typing-cursor::after {
        height: 16px;
        width: 3px;
    }
    .sec-in-about-support {
        padding-top: 3rem;
    }
    .about-support-three-wrapper {
        margin-top: 0;
    }
    .sup-item-box .sup-item-header {
        min-width: 160px;
    }
    .sup-item-box .h2_zh {
        font-size: 1.5rem;
    }
    .sup-item-box .h4_zh {
        font-size: 1rem;
    }
    .sec-about-ourteam {
        background-size: auto 500px;
        min-height: 600px;
        margin-bottom: -200px;
    }
    .sec-in-about-ourteam {
        padding-top: 3rem;
    }
    .typing-wrapper.forCircle {
        width: 180px;
        height: 44px;
        left: calc(50% - 90px);
        top: calc(50% - 22px);
    }
    h3.sec-title-main.forCircle {
        font-size: 40px;
    }
    .typing-cursor.forCircle::after {
        height: 20px;
        margin-left: 6px;
    }
}
@media (max-width: 767px) {
    .flip-card-back .team-zh-bottom {
        margin-top: 20px;
    }
    .sec-in-about-photo {
        padding-top: 1rem;
        padding-bottom: 3rem;
    }
    .msg-carousell.about-us-slider .ra-swiper-relative {
        border-radius: 30px;
        border-bottom-left-radius: 0;
    }
    .msg-carousell.about-us-slider .swiper-container {
        border-radius: 30px;
        border-bottom-left-radius: 0;
    }
    .sec-article-wrapper-in {
        max-width: 100%;
        padding-left: 0;
    }
    .page-title-icon.for-about-photo {
        display: none;
    }
    .sec-txt-wrapper p {
        font-size: 0.875rem;
    }
    .sup-item-box .h2_zh {
        font-size: 1.5rem;
    }
    .sup-item-box .h4_zh {
        font-size: 0.875rem;
        padding-top: 1rem;
        max-width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sup-item-header {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .sup-item-header .h4_zh {
        font-size: 0.875rem;
    }
    .sup-item-header .sup-item-toggle {
        display: block;
    }
    .sup-item-header.myopen .sup-item-toggle:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .sup-item-body {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: none;
    }
    .sec-article-wrapper-in.forOurTeam {
        max-width: 100%;
    }
    .ourteam-box-relative .forPC {
        display: none;
    }
    .ourteam-box-relative .forMobi {
        display: block;
    }
    .ourteam-illus-wrapper {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        -webkit-transform-origin: top;
        transform-origin: top;
        margin-top: 30px;
        margin-left: 30px;
    }
    .typing-wrapper.forCircle {
        width: 300px;
        height: 88px;
        left: calc(50% - 150px);
        top: calc(50% - 44px);
    }
    h3.sec-title-main.forCircle {
        font-size: 60px;
    }
    .typing-cursor.forCircle::after {
        height: 30px;
        margin-left: 10px;
    }
    .ourteam-box-relative {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .ourteam-box.forDesign {
        top: -180px;
    }
    .sec-about-ourteam {
        background-size: auto 400px;
        margin-bottom: -400px;
    }
    .col-about-ourteam-article {
        padding: 0 1rem;
    }
    .team-circle {
        border-width: 2px;
        padding: 2px;
    }
    .team-circle .myfg {
        height: calc(100% - 2px);
        width: calc(100% - 2px);
        border-width: 2px;
    }
}
@media (max-width: 480px) {
    .about-support-blueboard {
        min-height: 120px;
    }
    .about-support-blueboard .forMobi {
        display: block;
        height: 0px;
    }
}
@media (max-width: 359px) {
    .about-support-blueboard {
        padding: 1.5rem;
    }
    .about-support-blueboard .h3_zh {
        font-size: 1rem;
    }
    .typing-cursor::after {
        height: 14px;
        width: 3px;
    }
}
@media (max-width: 1350px) {
    .sec-ourserv-kv .title-big,
    .sec-ourserv-kv .title-big > span {
        font-size: 8vw;
    }
    /* 20240710- lotte - 我們的服務，拿掉kv動畫，縮短下面單元與kv的距離 - start */
    .sec-ourserv-kv .title-big-left {
        margin-left: 8vw; /*跟文字大小一致*/
    }
    .sec-ourserv-kv .title-big-right {
        margin-right: 8vw;
    }
    /* 20240710- lotte - 我們的服務，拿掉kv動畫，縮短下面單元與kv的距離 - end */
}
@media (max-width: 1200px) {
    .sec-ourserv-kv .title-big,
    .sec-ourserv-kv .title-big > span {
        font-size: 6vw;
    }
    .sec-esg-kv {
        position: relative;
        width: 100%;
        height: 500px;
        max-width: 1160px;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 16px;
        padding-right: 16px;
        background: url("../img/esg/esg_title.jpg") no-repeat 96% 30%;
        background-size: auto 65%;
    }
    .sec-esg-kv .title-big,
    .sec-esg-kv .title-big > span {
        font-size: 9vw;
    }
    /* 20240710- lotte - 我們的服務，拿掉kv動畫，縮短下面單元與kv的距離 - start */
    .sec-ourserv-kv .title-big-left {
        margin-left: 6vw; /*跟文字大小一致*/
    }
    .sec-ourserv-kv .title-big-right {
        margin-right: 6vw;
    }
    /* 20240710- lotte - 我們的服務，拿掉kv動畫，縮短下面單元與kv的距離 - end */
    .black-btn {
        /* // 20240718 - 我們的服務 縮短版面    */
        right: 1.5rem;
    }
    .black-btn.forSys {
        top: -100px;
    }
    .black-btn.forApp {
        top: 280px;
    }
    .black-btn.forMarketing {
        top: 160px;
        /* // 20240718 - 我們的服務 縮短版面    */
        top: 340px;
    }
    .black-btn.forWeb {
        top: 120px;
        /* // 20240718 - 我們的服務 縮短版面    */
        top: 280px;
    }
    .black-btn.forAi {
        top: 220px;
        /* // 20240718 - 我們的服務 縮短版面    */
        top: 160px;
    }
    .sec-ourserv-sys,
    .sec-ourserv-app,
    .sec-ourserv-web,
    .sec-ourserv-marketing,
    .sec-ourserv-ai {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    /* // 20240718 - 我們的服務 縮短版面    */
    .sec-ourserv-app {
        background-size: 600px auto;
        background-position-y: 300px;
    }

    .sec-in-ourserv {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .ourserv-tag {
        width: 200px;
    }
    /* // 20240718 - 我們的服務 縮短版面    */
    .ourserv-tag-wrapper,
    .ourserv-tag-wrapper.forWeb,
    .ourserv-tag-wrapper.forAPP,
    .ourserv-tag-wrapper.forMarketing,
    .ourserv-tag-wrapper.forSys {
        width: 700px;
    }
    .ourserv-txt-wrapper .txt-bluegray {
        max-width: 700px;
    }
}
@media (max-width: 900px) {
    .sec-ourserv-kv {
        height: 700px;
        background-size: 120% auto;
    }
    .sec-ourserv-kv .title-big,
    .sec-ourserv-kv .title-big > span {
        font-size: 8vw;
    }
    /* 20240710- lotte - 我們的服務，拿掉kv動畫，縮短下面單元與kv的距離 - start */
    .sec-ourserv-kv .title-big-left {
        margin-left: 8vw; /*跟文字大小一致*/
    }
    .sec-ourserv-kv .title-big-right {
        margin-right: 8vw;
    }
    /* 20240710- lotte - 我們的服務，拿掉kv動畫，縮短下面單元與kv的距離 - end */
    @-webkit-keyframes blackBtnFlash_mobi {
        0%,
        90%,
        100% {
            background: #000000;
        }
        30%,
        60% {
            background: #3c69ff;
        }
    }
    @keyframes blackBtnFlash_mobi {
        0%,
        90%,
        100% {
            background: #000000;
        }
        30%,
        60% {
            background: #3c69ff;
        }
    }
    .black-btn-in {
        width: 140px;
        height: 140px;
        -webkit-animation: blackBtnFlash_mobi 4s linear infinite;
        animation: blackBtnFlash_mobi 4s linear infinite;
    }
    .black-btn {
        right: 1rem;
    }
    .black-btn.forSys {
        top: 330px;
    }
    .black-btn.forApp {
        top: 450px;
    }
    .black-btn.forMarketing {
        top: 450px;
    }
    /* // 20240718 - 我們的服務 縮短版面    */
    .black-btn.forWeb {
        top: 420px;
    }
    .black-btn.forAi {
        top: 320px;
    }
    .sec-ourserv-sys {
        background-size: 80% auto;
        background-position-y: 200px;
    }
    .sec-ourserv-web {
        background-position-y: 0;
    }
    .sec-ourserv-app {
        background-size: 70% auto;
        background-position-y: center;
    }
    /* // 20240718 - 我們的服務 縮短版面    */
    /* .ourserv-tag-wrapper.forWeb {
    width: 100%;
    overflow-x: auto;
  }
  .ourserv-tag-wrapper.forWeb .col-100:first-child {
    margin-right: -8%;
    margin-left: 8%;
  }
  .ourserv-tag-wrapper.forWeb .col-100:last-child {
    width: 110vw;
    margin-left: -8%;
    margin-right: 8%;
  } */
}
@media (max-width: 767px) {
    section,
    body {
        width: 100vw;
        overflow-x: hidden;
    }
    br.not-show-onmobile {
        display: none;
    }
    .sec-ourserv-kv {
        height: 50vh;
        padding-top: 50px;
        padding-bottom: 0px;
        background-size: 120% auto;
        background-position-y: 0;
    }
    .sec-ourserv-kv .title-big,
    .sec-ourserv-kv .title-big > span {
        font-size: 7vw;
    }
    /* 20240710- lotte - 我們的服務，拿掉kv動畫，縮短下面單元與kv的距離 - start */
    .sec-ourserv-kv .title-big-left {
        margin-left: 7vw; /*跟文字大小一致*/
    }
    .sec-ourserv-kv .title-big-right {
        margin-right: 7vw;
    }
    /* 20240710- lotte - 我們的服務，拿掉kv動畫，縮短下面單元與kv的距離 - end */
    .sec-in-ourserv-kv {
        padding-left: 0;
        padding-right: 0;
    }
    .black-btn-in {
        width: 120px;
        height: 120px;
    }
    .black-btn {
        /* // 20240718 - 我們的服務 縮短版面    */
        right: 1.5rem;
    }
    .black-btn.forSys {
        top: auto;
        bottom: -20px;
        left: auto;
        right: 1.5rem;
    }
    .black-btn.forApp {
        top: auto;
        bottom: -20px;
        left: auto;
        /* // 20240718 - 我們的服務 縮短版面    */
        right: 1.5rem;
    }
    .black-btn.forMarketing {
        top: auto;
        bottom: 0;
        /* // 20240718 - 我們的服務 縮短版面    */
        bottom: -20px;
    }
    .black-btn.forWeb {
        left: 1rem;
        top: auto;
        /* // 20240718 - 我們的服務 縮短版面    */
        bottom: -20px;
        left: auto;
        right: 1.5rem;
    }
    .black-btn.forAi {
        top: auto;

        left: auto;
        /* // 20240718 - 我們的服務 縮短版面    */
        bottom: -20px;
        right: 1.5rem;
    }
    .sec-ourserv-app {
        background-size: 50% auto;
        background-position-y: center;
        /* padding-bottom: 60px; */
    }
    .sec-ourserv-web {
        background-size: 50% auto;
    }
    .sec-ourserv-marketing {
        /* padding-bottom: 60px; */
    }
    .sec-ourserv-ai {
        /* padding-bottom: 60px; */
        background-size: 200px auto;
        background-position-y: 0;
    }
    .sec-ourserv-sys,
    .sec-ourserv-app,
    .sec-ourserv-web,
    .sec-ourserv-marketing,
    .sec-ourserv-ai {
        padding-left: 0rem;
        padding-right: 0rem;
        /* // 20240718 - 我們的服務 縮短版面    */
        padding-top: 20px;
        padding-bottom: 40px;
        margin-top: 0;
    }
    .sec-ourserv-sys {
        padding-bottom: 10px;
    }
    /* // 20240718 - 我們的服務 縮短版面    */
    .sec-ourserv-procedure {
        padding-top: 20px;
    }

    .sec-in-ourserv {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .ourserv-txt-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .ourserv-txt-wrapper .txt-p-46,
    .vicseg-tag-wrapper .txt-p-46 {
        font-size: 24px;
    }
    .ourserv-txt-wrapper .txt-p-20 {
        font-size: 14px;
    }

    .ourserv-tag-wrapper,
    .ourserv-tag-wrapper.forWeb,
    .ourserv-tag-wrapper.forAPP,
    .ourserv-tag-wrapper.forMarketing,
    .ourserv-tag-wrapper.forSys {
        display: block;
        width: 100%;
        padding-left: 5%;
        overflow-x: auto;
        margin-bottom: 0 !important;
    }
    .ourserv-tag-wrapper .col-100,
    .ourserv-tag-wrapper.forAPP .col-100,
    .ourserv-tag-wrapper.forMarketing .col-100,
    .ourserv-tag-wrapper.forSys .col-100 {
        width: 440px;
        text-wrap: nowrap;
    }
    /* // 20240718 - 我們的服務 縮短版面    */
    /* .ourserv-tag-wrapper.forWeb .col-100:first-child {
    margin-right: -8%;
    margin-left: 8%;
    width: 600px;
  }
  .ourserv-tag-wrapper.forWeb .col-100:last-child {
    width: 600px;
    margin-left: -8%;
    margin-right: 8%;
  } */
    .ourserv-tag {
        width: 100px;
        display: inline-block;
        height: 38px;
        line-height: 38px;
        margin-right: 10px;
        font-size: 12px;
        text-align: center;
    }
    .ourserv-tag.longTag {
        width: 120px;
    }
    /* 20240730- Annie - ESG企業永續，藍色橢圓框線、藍色大英文字 - start */
    .vicseg-tag {
        padding-top: 0px;
        margin-left: 1rem;
        width: 130px;
        display: inline-block;
        height: 32px;
        line-height: 32px;
        margin-right: 10px;
        font-size: 12px;
        text-align: center;
    }
    .vicseg-tag-big {
        font-size: 1rem;
        margin-top: 0;
    }
    /* 20240730- Annie - ESG企業永續，藍色橢圓框線、藍色大英文字 - end */
    .ourserv-card-wrapper-two,
    .ourserv-card-wrapper-three {
        width: 100%;
        overflow-x: auto;
        padding-top: 0;
    }
    .ourserv-card-wrapper-two .col-100,
    .ourserv-card-wrapper-three .col-100 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-left: 5vw;
    }
    /* // 20240718 - 我們的服務 縮短版面    */
    .ourserv-card-wrapper-three .col-100,
    .ourserv-card-wrapper-two .col-100 {
        width: 600px;
    }
    .ourserv-card-wrapper-three .col-100 .ourserv-card1,
    .ourserv-card-wrapper-three .col-100 .ourserv-card2,
    .ourserv-card-wrapper-two .col-100 .ourserv-card1,
    .ourserv-card-wrapper-two .col-100 .ourserv-card2 {
        width: 280px;
        margin-right: 20px;
    }
    .ourserv-wrapper {
        gap: 1.5rem;
    }
    .ourserv-wrapper-img {
        height: 300px;
        border-radius: 20px;
    }
}
@media (max-width: 900px) {
    .ourserv-step-relative {
        height: 41.13vw;
        width: 90vw;
    }
}
.ourserv-step-forPC {
    display: block;
}

.ourserv-step-forMobi {
    display: none;
}

@media (max-width: 767px) {
    .ourserv-step-forPC {
        display: none;
    }
    .ourserv-step-forMobi {
        display: block;
    }
    .sec-ourserv-procedure {
        padding-top: 0;
    }
    .ourserv-step-relative {
        padding-top: 0;
        height: 204.03vw;
        width: 90vw;
    }
}
@media (max-width: 1280px) {
    .dna-anim-box,
    .vic-anim-box {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .vic-anim-txt-wrapper {
        margin-top: -50px;
    }
    .vic-anim-txt-wrapper p {
        font-size: 20px;
        padding-left: 30px;
        letter-spacing: 30px;
    }
}
@media (max-width: 1100px) {
    .dna-anim-box,
    .vic-anim-box {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    .vic-anim-txt-wrapper {
        margin-top: -120px;
    }
    .vic-anim-txt-wrapper p {
        font-size: 18px;
        padding-left: 18px;
        letter-spacing: 18px;
    }
}
@media (max-width: 800px) {
    .ld-skip {
        position: absolute;
        top: 3vw;
        right: 3vw;
    }
    .row-dna-anim,
    .row-vic-anim {
        width: 80%;
    }
}
@media (max-width: 600px) {
    .ld-skip {
        top: 5vw;
        right: 5vw;
    }
    .row-dna-anim,
    .row-vic-anim {
        width: 90%;
    }
    .dna-anim-box {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    .vic-anim-txt-wrapper {
        margin-top: -120px;
    }
    .vic-anim-txt-wrapper p {
        font-size: 14px;
        padding-left: 16px;
        letter-spacing: 16px;
    }
}
@media (max-width: 1260px) {
    .sec-in-bloglist-kv {
        max-width: 1060px;
    }
    .blog-latest-thumbnail.for-bigsize {
        max-width: 720px;
    }
    .blog-latest-wrapper-relative {
        height: 480px;
    }
    .sec-in-bloglist-content {
        padding: 0 4rem;
    }
}
@media (max-width: 1160px) {
    .sec-in-bloglist-kv {
        max-width: 100%;
    }
    .blog-latest-thumbnail.for-bigsize {
        width: 720px;
        left: calc(50% - 360px - 30px);
        width: 600px;
        left: calc(50% - 300px - 30px);
    }
    .blog-thumbnail-info {
        top: 25%;
        height: 75%;
        /* 20240718 - 修正白色標題下方mask漸層數字，讓白色文字更清楚 */
        background: -webkit-gradient(linear, left bottom, left top, from(rgb(32, 41, 108)), to(rgba(32, 41, 108, 0)));
        background: linear-gradient(to top, rgb(32, 41, 108) 0%, rgba(32, 41, 108, 0) 100%);
    }
    .blog-latest-wrapper-relative {
        height: 600px;
    }
    .blog-latest-wrapper-relative .blog-latest-bg {
        padding: 30px;
        width: 600px;
        left: calc(50% - 300px + 30px);
        height: 300px;
        top: 300px; /*240px*/
    }
    .blog-latest-foreword {
        height: 300px;
        max-width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 280px;
    }
    .blog-latest-foreword h5.blog-title {
        margin-bottom: 2rem;
    }
    .blog-foreword.main-truncline-5 {
        -webkit-line-clamp: 2;
        margin-bottom: 0.5rem;
    }
    .bloglist-item-wrapper {
        margin-top: 4rem;
    }
}
@media (max-width: 980px) {
    .blog-latest-wrapper-relative {
        height: 540px;
    }
    .sec-in-bloglist-content {
        max-width: 630px;
        padding: 0;
    }
    .bloglist-group-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }
    .bloglist-item-wrapper {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bloglist-item-wrapper .col-item-img {
        width: 100%;
    }
    .bloglist-item-wrapper .col-item-img .blog-latest-thumbnail.for-smallsize {
        width: calc(100% - 200px);
    }
    .bloglist-item-wrapper .col-item-article {
        width: 100%;
        padding-left: 0;
        margin-top: 1rem;
    }
    .bloglist-item-wrapper .col-item-article .col-info {
        display: none;
    }
    .bloglist-item-wrapper .col-item-img .col-info {
        width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 1rem;
    }
    .bloglist-item-wrapper .col-item-article {
        margin-top: 2rem;
    }
    .sec-esg-kv {
        position: relative;
        width: 100%;
        height: 400px;
        max-width: 1160px;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 16px;
        padding-right: 16px;
        background: url("../img/esg/esg_title.jpg") no-repeat 98% 30%;
        background-size: auto 60%;
    }
    .sec-esg-kv .title-big,
    .sec-esg-kv .title-big > span {
        font-size: 8.6vw;
    }
}
@media (max-width: 767px) {
    .sec-bloglist {
        background-size: auto 480px;
    }
    .sec-in-bloglist-kv {
        max-width: 100%;
        padding: 0;
    }
    .sec-in-bloglist-kv .blog-latest-thumbnail.for-bigsize {
        width: 90vw;
        left: 5vw;
    }
    /* 20240710- lotte - 文章專區，修正最新文章藍色區塊在 767-480px 尺寸的位置 -start */
    .sec-in-bloglist-kv .blog-latest-wrapper-relative {
        width: 100%;
        height: calc(380px + 50vw);
    }
    .sec-in-bloglist-kv .blog-latest-wrapper-relative .blog-latest-bg {
        width: 98vw;
        top: 35vw;
        left: 0;
        border-top-left-radius: 0;
        height: 380px;
        padding: 30px 30px 40px 30px;
    }
    .sec-in-bloglist-kv .blog-latest-wrapper-relative .blog-latest-bg .blog-foreword.main-truncline-5 {
        -webkit-line-clamp: 5;
    }
    /* 20240710- lotte - 文章專區，修正最新文章藍色區塊在 767-480px 尺寸的位置 -end */
    .blog-info-wrapper h5,
    .blog-latest-foreword h5.blog-title {
        font-size: 1.125rem;
        line-height: 1.5;
    }
    p.blog-date,
    p.blog-writer {
        font-size: 0.75rem;
        letter-spacing: 0;
    }
    .blog-foreword-wrapper .blog-foreword p {
        line-height: 1.5;
        text-align: justify;
    }
    .blog-latest-thumbnail.for-bigsize {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .sec-in-bloglist-content {
        max-width: 90vw;
    }
    .bloglist-item-wrapper .col-item-img .blog-latest-thumbnail.for-smallsize {
        width: calc(100% - 140px);
    }
    .bloglist-item-wrapper .col-item-img .col-info {
        width: 140px;
    }
    .bloglist-item-wrapper .col-item-article {
        margin-top: 1.5rem;
    }
    .bloglist-item-wrapper .col-item-article .blog-info-wrapper {
        margin-bottom: 0rem;
    }
    .blog-thumbnail-info {
        padding: 20px;
    }
    .sec-esg-kv {
        position: relative;
        width: 100%;
        height: 500px;
        max-width: 1160px;
        margin: 0 auto;
        padding-top: 200px;
        text-align: center;
        padding-bottom: 0;
        padding-left: 16px;
        padding-right: 16px;
        background: url("../img/esg/esg_title.jpg") no-repeat 50% 0%;
        background-size: auto 40%;
    }
    .sec-esg-kv .title-big,
    .sec-esg-kv .title-big > span {
        font-size: 50px;
    }
}
/* 20240710- lotte - 文章專區，修正最新文章藍色區塊在 767-480px 尺寸的位置 -start */
@media (max-width: 440px) {
    .sec-bloglist {
        background-size: auto 480px;
    }
    .sec-in-bloglist-kv {
        max-width: 100%;
        padding: 0;
    }
    .sec-in-bloglist-kv .blog-latest-thumbnail.for-bigsize {
        width: 90vw;
        left: 5vw;
    }
    .sec-in-bloglist-kv .blog-latest-wrapper-relative {
        width: 100%;
        height: 500px;
    }
    .sec-in-bloglist-kv .blog-latest-wrapper-relative .blog-latest-bg {
        width: 98vw;
        top: 120px;
        left: 0;
        border-top-left-radius: 0;
        height: 380px;
        padding: 30px 30px 40px 30px;
    }
    .sec-in-bloglist-kv .blog-latest-wrapper-relative .blog-latest-bg .blog-foreword.main-truncline-5 {
        -webkit-line-clamp: 5;
    }
}

@media (max-width: 340px) {
    .sec-in-bloglist-kv .blog-latest-wrapper-relative .blog-latest-bg {
        top: 90px;
    }
}
/* 20240710- lotte - 文章專區，修正最新文章藍色區塊在 767-480px 尺寸的位置 -end */
@media (max-width: 767px) {
    .row-blogitem-info {
        padding-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: -50px;
    }
    .col-blogitem-info {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 2rem;
    }
    .col-blogitem-social {
        width: 50%;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .row-blogitem-info-atfoot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0px;
    }
    .row-blogitem-info-atfoot .col-blogitem-info {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .row-blogitem-info-atfoot .col-blogitem-social {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 1100px) {
    .sec-idx-kv .title-big,
    .sec-idx-kv .title-big > span {
        font-size: 10vw;
    }
    .kv-n {
        top: -80px;
        right: -80px;
    }
    .kv-n img {
        -webkit-transform: scale(1.2) rotate(30deg);
        transform: scale(1.2) rotate(30deg);
    }
    .kv-i {
        top: 30%;
        left: 10%;
    }
    .kv-i img {
        -webkit-transform: scale(1.8) rotate(-30deg);
        transform: scale(1.8) rotate(-30deg);
        opacity: 0.5;
    }
    .kv-d {
        right: 10%;
        bottom: 150px;
        top: auto;
    }
    .kv-d img {
        -webkit-transform: scale(0.8) rotate(30deg);
        transform: scale(0.8) rotate(30deg);
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .idx-kv-wrapper {
        min-height: auto;
    }
    .sec-idx-kv {
        height: 90vh;
        /* 20240710- lotte - 首頁kv文字，縮短下面單元與kv的距離 */
        height: 300px;
    }
    .sec-in-idx-kv {
        top: 0px;
        padding-top: 120px;
        /* 20240710- lotte - 首頁kv文字，縮短下面單元與kv的距離 */
        padding-top: 80px;
        padding-left: 0;
        padding-right: 0;
    }
    .row-idx-kv {
        padding: 0;
    }
    .row-idx-kv .title-note {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .row-idx-kv > * {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .row-idx-kv .title-big,
    .row-idx-kv .title-big > span {
        font-size: 11vw;
    }
    .row-idx-kv .txt-p-24 {
        font-size: 16px;
    }
    .kv-c {
        left: -140px;
        top: -160px;
    }
    .kv-c img {
        -webkit-transform: scale(0.8) rotate(-34deg);
        transform: scale(0.8) rotate(-34deg);
    }
    .kv-v {
        opacity: 0;
    }
    .kv-n {
        right: -100px;
        top: -100px;
    }
    .kv-n img {
        -webkit-transform: scale(0.6) rotate(30deg);
        transform: scale(0.6) rotate(30deg);
    }
    .kv-i {
        top: 30%;
        left: 20%;
    }
    .kv-i img {
        -webkit-transform: scale(1.2) rotate(-30deg);
        transform: scale(1.2) rotate(-30deg);
    }
    .kv-d {
        right: 10%;
        bottom: -50px;
    }
    .kv-d img {
        -webkit-transform: scale(0.3) rotate(30deg);
        transform: scale(0.3) rotate(30deg);
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}
@media (max-width: 1200px) {
    .sec-idx-title {
        width: 50%;
    }
    .msg-carousell.idx-slider {
        width: 50%;
    }
}
@media (max-width: 900px) {
    .card-with-greenarrow .greenbtn {
        display: block;
    }
    .sec-idx-slider {
        height: 700px;
        margin-top: 60px;
        padding-top: 100px;
    }
    .sec-idx-slider .sec-bglayer {
        top: -50px;
    }
    .slider-d {
        right: 0%;
        top: 50px;
    }
    .slider-d img {
        -webkit-transform: scale(1) rotate(30deg);
        transform: scale(1) rotate(30deg);
        opacity: 0.8;
    }
    .sec-in-idx-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
    .sec-idx-title,
    .msg-carousell.idx-slider {
        padding-left: 2rem;
    }
    .sec-idx-title {
        width: 100%;
        padding-right: 1.5rem;
    }
    .sec-idx-title-in {
        max-width: 100%;
        width: 100%;
    }
    .sec-idx-title-in .main-margin-t24 {
        margin-top: 1rem !important;
    }
    .idx-pickcase-box {
        width: 240px;
        height: 381.6px;
    }
    .msg-carousell.idx-slider {
        margin-top: 1.5rem;
        width: 100%;
    }
    .msg-carousell.idx-slider .swiper-container {
        width: 100%;
        padding-right: 10px;
    }
    .msg-carousell.idx-slider .swiper-slide {
        width: 240px;
    }
    .msg-carousell.idx-slider .swiper-pagination {
        text-align: center;
        bottom: -3rem;
        left: 0rem;
    }
}
@media (max-width: 767px) {
    .slider-d {
        right: -30%;
        top: 0px;
    }
    .slider-d img {
        -webkit-transform: scale(0.8) rotate(30deg);
        transform: scale(0.8) rotate(30deg);
        opacity: 0.8;
    }
    .sec-idx-title,
    .msg-carousell.idx-slider {
        padding-left: 1.5rem;
    }
    .sec-idx-title-in .txt-p-46 {
        font-size: 24px;
    }
    .sec-idx-title-in .txt-p-20 {
        font-size: 16px;
    }
}
@media (min-width: 901px) {
    .service-card.word-down .service-card-fg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .service-card.word-down .greenbtn {
        top: auto;
    }
}
@media (max-width: 900px) {
    .card-with-greenarrow .greenbtn {
        display: block;
    }
    .sec-in-idx-service {
        max-width: 400px;
    }
    .service-card {
        border-radius: 40px;
        width: 90%;
        margin-top: 2rem;
        padding-bottom: 117%;
    }
    .service-card .service-card-fg .h3_zh {
        font-size: 1.5rem;
    }
    .service-card .service-card-fg .txt-p-18 {
        font-size: 1.1rem;
    }
    .service-card.service-card-web,
    .service-card.service-card-marketing,
    .service-card.service-card-ai,
    .service-card.service-card-sys,
    .service-card.service-card-app {
        margin-left: 5%;
        margin-right: 5%;
    }
    .service-card.service-card-sys .service-card-bg img {
        width: 90% !important;
        margin-top: 5%;
        margin-left: 5%;
    }
    .service-card.service-card-sys,
    .service-card.service-card-app,
    .service-card.service-card-web,
    .service-card.service-card-ai,
    .service-card.service-card-marketing {
        padding-bottom: 40%;
    }
    .service-card.service-card-web .service-card-bg img,
    .service-card.service-card-marketing .service-card-bg img,
    .service-card.service-card-ai .service-card-bg img {
        margin-top: 20%;
    }
    .service-card.service-card-app {
        width: 90%;
    }
    .service-card.service-card-app .service-card-bg {
        background-size: auto 100%;
    }
    .service-c {
        bottom: 0%;
        right: -20%;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@media (max-width: 1100px) {
    .sec-in-idx-partner .row-1 {
        padding-left: 10%;
    }
    .sec-in-idx-partner .row-2 {
        padding-left: 30%;
    }
}
@media (max-width: 900px) {
    .sec-idx-partner {
        margin-top: 20px;
        background-size: 90% auto;
    }
    .sec-idx-partner .row-1 {
        padding-left: 10%;
    }
    .sec-idx-partner .row-2 {
        padding-left: 30%;
    }
    .sec-in-idx-partner {
        height: 900px;
        padding-top: 0px;
    }
    .sec-in-idx-partner .row-2 {
        padding-left: 15%;
    }
    .idx-dna-card-all {
        margin-bottom: 40px;
    }
    .sec-in-idx-fivecard {
        margin-top: 100px;
        padding-top: 0rem;
    }
    .idx-customer-c {
        left: -100px;
        top: 50px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    .row-dnacard {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .col-card-title {
        width: 100%;
        height: 20%;
        border-radius: 0;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .col-card-img {
        width: 100%;
        height: 80%;
        border-radius: 0;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .col-card-img .dna-card-img-wrapper {
        width: 70%;
        max-width: 400px;
    }
    .col-card-img .col-card-txt {
        margin-top: 0rem;
    }
}
@media (max-width: 767px) {
    .col-card-title .txt-p-32 {
        font-size: 20px;
    }
    .idx-dna-card {
        height: 60vh;
    }
    .sec-in-idx-partner {
        height: 500px;
        margin-top: 50px;
        padding-top: 50px;
    }
    .sec-in-idx-partner .row-1 {
        padding-left: 0;
    }
    .sec-in-idx-partner .row-2 {
        padding-left: 15%;
    }
    .sec-idx-partner .txt-p-46 {
        font-size: 24px;
    }
    .sec-idx-partner .txt-p-32 {
        font-size: 16px;
    }
    .sec-idx-partner .txt-p-20 {
        font-size: 12px;
    }
    .main-padding-ml15 {
        padding-left: 1.5rem !important;
    }
    .main-padding-mt0 {
        padding-top: 0;
    }
}
