.image-text-block1,
.about-content .image-text-block2 {
    padding: 120px 0;
    display: flex;
}

.image-text-block1 {
    margin-left: calc((100% - 1340px) * 280 / 580);
    margin-right: calc((100% - 1340px) * 300 / 580);
}

.about-content .image-text-block2 {
    margin-right: calc(100% - 1500px);
    position: relative;
    z-index: 1;
}

.image-text-block1 .img,
.about-content .image-text-block2 .img {
    margin-right: 60px;
}

.image-text-block1 .img {
    width: 820px;
}

.image-text-block1 .text-wrapper {
    width: calc(100% - 880px);
}

.image-text-block1 h2 {
    margin-top: 180px;
    margin-left: -410px;
    width: 810px;
}

.image-text-block1 h2+p {
    padding-top: 60px;
}


.video-block {
    padding: 120px 0;
    background-color: var(--auo-blue);
}

.video-block h2 {
    padding-top: 120px;
    width: 650px;
    margin: 0 auto;
}

.core-area-swiper {
    margin-top: 104px;
}

.core-area-swiper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
    gap: 92px 20px;

}


.core-area-swiper .swiper-slide {
    width: 344px;
}

.core-area-swiper .swiper-slide:nth-child(3n+3),
.core-area-swiper .swiper-slide:last-child {
    margin-right: 0;
}



.core-area-swiper .img {
    width: 120px;
    margin: 0 auto;
}

.core-area-swiper h3 {
    margin-top: 20px;
}

.core-area-swiper p {
    margin-top: 8px;
}

.about-content .image-text-block2 .img {
    width: 1018px;
    margin-left: -98px;
    flex-shrink: 0;
}

.about-content .image-text-block2 .text-wrapper {
    width: calc(100% - 920px);
}

.about-content .image-text-block2 h2 {
    margin-left: -180px;
}

.about-content .image-text-block2 h2+p {
    padding-top: 40px;
}

.about-content .image-text-block2 .btn-block {
    padding-top: 40px;
}

.about-content .image-text-block2 .btn-block a:first-child {
    margin-right: 30px;
}

.image-text-block3-outer {

    background-image: linear-gradient(#B491D7 55px, #F0F0F0 1px);
}

.about-content .image-text-block3 {
    display: flex;
    flex-direction: row-reverse;
    padding-right: calc((100% - 1300px) * 200 / 620);
    padding-left: calc((100% - 1300px) * 420 / 620);
    padding-bottom: 80px;

}

.about-content .image-text-block3 .text-wrapper {
    padding-top: 183px;
    width: 520px;
    margin-right: 60px;
}

.about-content .image-text-block3 p,
.about-content .image-text-block3 .btn-block {
    padding-top: 40px;
}

.about-content .video-block .container {
    position: relative;
    z-index: 1;
}

.quick-facts-block {
    padding: 145px 0 140px;
    padding-right: calc((100% - 1300px) * 420 / 620);
    padding-left: calc((100% - 1300px) * 420 / 620);
}

.quick-facts-block p {
    padding-top: 40px;
}

.quick-facts-block h2 {
    text-align: center;
}

.about-content .fixed-pattern1,
.about-content .fixed-pattern2,
.about-content .fixed-pattern3,
.about-content .fixed-pattern4,
.about-content .fixed-pattern5,
.about-content .fixed-pattern6 {
    max-width: none;
    z-index: 0;
}

.about-content .fixed-pattern1::before {
    width: 40px;
    height: 40px;
    background-image: url('../../images/common/auo-support-pattern-3.png');
    top: 126px;
    right: 340px;
}

.about-content .fixed-pattern2::before {
    width: 290px;
    height: 260px;
    background-image: url('../../images/index/auo-index-pattern-6.png');
    transform: scaleX(-1);
    top: -340px;
    right: 80px;
}

.about-content .fixed-pattern3::before {
    width: 324px;
    height: 540px;
    background-image: url('../../images/about/auo-about-pattern3.png');
    top: 741px;
    left: 0px;

}

.about-content .fixed-pattern4::before {
    width: 68px;
    height: 68px;
    top: -406px;
    right: 132px;
    background-image: url('../../images/common/auo-main-overview-pattern1.svg');
    z-index: -1;
}

.about-content .fixed-pattern5::before {
    width: 112px;
    height: 94px;
    background-image: url('../../images/about/auo-about-pattern-5.png');
    top: -393px;
    right: 158px;
}

.about-content .fixed-pattern6::before {
    width: 352px;
    height: 352px;
    background-image: url(../../images/about/auo-values-pattern-2.png);
    top: -100px;
    left: 0px;
}

/* 20250407_Jared 調整about頁面 */
/* * {
    outline: 1px solid red;
} */


.sustainble-block {
    text-align: center;
    padding-bottom: 120px;
    position: relative;
    z-index: 2;
}

.sustainble-block .title {
    margin-bottom: 40px;
}

.sustainble-block p {
    margin-bottom: 60px;
}

.video-block {
    position: relative;
    z-index: 1;
}

.video-block .fix-pattern1 {
    position: absolute;
    left: -235px;
    top: -290px;
}

.video-block .fix-pattern2 {
    max-width: 350px;
    position: absolute;
    right: 70px;
    top: calc(100% - 118px);
}


/* 共通元素 */

.img-text p {
    color: #414141;
}

.img-text .icon-block .icon-content .font-24 {
    margin-top: 20px;
}

.img-text .icon-block .icon-content {
    width: 240px;
    text-align: center;

}

.img-text .icon-block {
    justify-content: center;
    gap: 80px 40px;
    width: 100%;
}

.img-text .icon-block .link-block {
    margin-top: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

.img-text .icon-block .link-block>a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    padding-right: 36px;
    position: relative;
    display: inline-block;
}

.img-text .icon-block .link-block>a+a {
    margin-top: 10px;
}

.img-text .icon-block .link-block>a::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url(../../images/about/auo-about-link-icon-white.svg);
    top: 5px;
    right: 0;
}

/* 顯示 */
.display-block .icon-block {
    flex-wrap: nowrap;
}

.display-block {
    background-color: #FFE664;
}

.tech-display {
    padding: 120px 0 48px;
    gap: 50px;
    align-items: center;
    margin-right: 40px;
    flex-wrap: nowrap;
}

.tech-display .img-content {
    margin-left: -88px;
}

.tech-display .text-wrapper {
    width: 520px;
    gap: 40px;
    flex-direction: column;
}




/* 智慧移動 */
.wise-block {
    background-image: linear-gradient(#FFE664 78px, #64DCF0 1px);
    position: relative;

}

.tech-wise {
    padding: 0px 0 120px;
    gap: 90px;
    align-items: flex-start;
    padding-left: calc((100% - 1320px) * 380 / 600);
    padding-right: calc((100% - 1320px) * 220 / 600);
    position: relative;
    z-index: 2;
}

.wise-block .fix-pattern1 {
    position: absolute;
    left: 200px;
    top: 150px;
    z-index: 1;
}

.tech-wise .text-wrapper {
    width: 520px;
    gap: 40px;
    flex-direction: column;
    padding-top: 287px;
}





.vertical-block {
    background-color: #B491D7;
}

.tech-vertical {
    padding: 147px 0 120px;
    gap: 60px;
    align-items: flex-start;
    margin-right: 40px;
    flex-wrap: nowrap;
}

.tech-vertical .img-content {
    margin-left: -250px;
}

.tech-vertical .text-wrapper {
    width: 801px;
    gap: 40px;
    flex-direction: column;
}

.tech-vertical .icon-block .icon-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}


@media screen and (min-width: 1920px) {
    .about-content .image-text-block2 {
        max-width: 1920px;
        margin: 0 auto;
        margin-right: calc((100% - 1300px) * 200 / 620);
    }

    .tech-display,
    .tech-vertical {
        max-width: 1920px;
        margin: 0 auto;
        margin-right: calc((100% - 1920px) / 2);

    }

}

@media screen and (max-width:1545px) {
    .tech-vertical {
        gap: 40px;
    }

    .tech-vertical .img-content {
        width: 518px;
        margin-left: -165px;
    }

    .tech-vertical .text-wrapper {
        width: calc(100% - 453px);
        /* width: calc((100% - 50px - 603px) - ((100% - 1260px) / 2)); */
    }

    .tech-vertical .icon-block .icon-content {
        width: 222px;
    }

    .tech-vertical .icon-block {
        max-width: 768px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1479px) {
    .image-text-block1 {
        margin: 0 60px;
    }

    .image-text-block1 h2 {
        width: auto;
    }



    .about-content .image-text-block2 .img {
        width: 700px;
    }

    .about-content .image-text-block2 .text-wrapper {
        width: calc(100% - 602px);
    }

    .about-content .image-text-block2 {
        margin-right: 60px;
    }

    .about-content .image-text-block3 {
        padding-left: 60px;
        padding-right: 0;
    }

    .about-content .image-text-block3 .text-wrapper {
        width: calc(100% - 560px);
    }

    .about-content .image-text-block3 .img {
        width: 560px;
    }

    .quick-facts-block {
        padding-right: 60px;
        padding-left: 60px;
    }

    .about-content .fixed-pattern6::before {
        width: 255px;
        height: 255px;
        top: -50px;
    }

    /* 20250407_Jared調整About頁面 */

    .display-block .icon-block {
        flex-wrap: wrap;
    }

    .tech-display,
    .tech-vertical {
        flex-wrap: wrap;
        margin-right: 0;
    }

    .tech-vertical {
        gap: 40px;
    }

    .tech-display .img-content {
        width: 700px;
    }

    .tech-display .text-wrapper {
        width: calc((100% - 718px));
        /* width: calc((100% - 50px - 700px) - ((100% - 1260px) / 2)); */
    }

    .tech-display .icon-block .icon-content {
        width: 200px;
    }

    .tech-wise {
        padding-left: 60px;
        padding-right: 0;
        gap: 60px;
    }

    .tech-wise .img-content {
        width: 560px;
    }

    .tech-wise .text-wrapper {
        width: calc(100% - 620px);
        padding-top: 220px;

    }



}

@media screen and (max-width: 1341px) {
    .about-content .fixed-pattern2::before {
        width: 149px;
        height: 135px;
        top: -190px;
        right: -18px;
    }
}

@media screen and (max-width: 1199px) {

    .image-text-block1,
    .about-content .image-text-block2 {
        padding: 80px 0 120px 0;
    }

    .image-text-block1,
    .about-content .image-text-block2 {
        margin: 0 40px 0 0;
    }

    .about-content .image-text-block3 .img,
    .image-text-block1 .img {
        width: 368px;
    }

    .about-content .image-text-block2 .img {
        width: 385px;
        margin-left: -17px;
    }

    .about-content .image-text-block3 .text-wrapper,
    .about-content .image-text-block2 .img,
    .image-text-block1 .img {
        margin-right: 40px;
    }

    .about-content .image-text-block3 .text-wrapper,
    .about-content .image-text-block2 .text-wrapper,
    .image-text-block1 .text-wrapper {
        width: calc(100% - 408px);
    }

    .about-content .image-text-block2 h2,
    .image-text-block1 h2 {
        margin-left: 0;
        margin-top: 0;
    }

    .image-text-block3-outer {

        background-image: llinear-gradient(#B491D7 52px, #F0F0F0 1px);

    }

    .about-content .image-text-block3 {
        padding-left: 40px;
        padding-bottom: 120px;

    }

    .image-text-block1 h2+p {
        padding-top: 20px;
    }

    .video-block h2 {
        padding-top: 60px;
        width: 100%;
    }

    .core-area-swiper {
        margin-top: 0px;
    }

    .core-area-swiper .swiper-slide {
        width: 220px;
    }



    .video-block {
        padding: 112px 0 80px 0;
    }

    .about-content .fixed-pattern1::before {
        width: 28px;
        height: 28px;
        top: 479px;
        right: auto;
        left: 340px;
    }

    .about-content .fixed-pattern2::before {
        width: 149px;
        height: 135px;
        top: -190px;
        right: -18px;
    }

    .about-content .fixed-pattern3::before {
        width: 298px;
        height: 342px;
        top: 208px;
        left: -155px;
        background-image: url('../../images/about/auo-about-pattern3-tb.png');
    }

    .about-content .fixed-pattern4::before {
        width: 54px;
        height: 54px;
        top: 41px;
        right: 40px;
    }

    .about-content .fixed-pattern5::before {
        width: 76px;
        height: 64px;
        top: -271px;
        left: 40px;
    }

    .about-content .image-text-block2 h2+p {
        padding-top: 20px;
    }

    .about-content .image-text-block3 .text-wrapper {
        padding-top: 100px;
    }

    .about-content .image-text-block3 p {
        padding-top: 20px;
    }

    .quick-facts-block {
        padding: 195px 0 80px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .quick-facts-block p {
        padding-top: 20px;
    }

    .quick-facts-block h2 {
        text-align: left;
    }

    .about-content .fixed-pattern6::before {
        background-image: url(../../images/about/auo-values-pattern-2-tb.png);
        width: 252px;
        height: 209px;
        top: -60px;
        left: -92px;
    }

    /* 20250407_Jared 調整about頁面 */

    .sustainble-block {
        padding-bottom: 80px;

    }

    .sustainble-block .title {
        margin-bottom: 20px;
    }

    .sustainble-block p {
        margin-bottom: 40px;
    }

    .video-block .fix-pattern1 {
        left: -131px;
        top: -45px;
        width: 300px;
    }

    .video-block .fix-pattern2 {
        max-width: 149px;
        right: -38px;
        top: calc(100% - 68px);
    }


    /* 共通元素 */


    .img-text .icon-block .icon-content {
        width: 224px;
    }

    .img-text .icon-block .icon-content .img {
        width: 108px;
        margin: 0 auto;
    }

    .img-text .icon-block {
        gap: 90px 20px;
    }

    .img-text .text-wrapper .title {
        margin-bottom: 20px;
    }

    /* 顯示 */


    .tech-display {
        padding: 90px 0 80px;
        gap: 40px;
        align-items: flex-start;
        margin-right: 40px;
    }

    .tech-display .img-content {
        width: 385px;
        margin-left: -17px;
    }

    .tech-display .text-wrapper {
        width: calc(100% - 408px);
        gap: 0px;

    }

    .tech-display .icon-block {
        margin-right: -40px;
        width: calc(100% + 40px);
    }



    /* 智慧移動 */
    .wise-block {
        background-color: #64DCF0;
        background-image: none;

    }

    .tech-wise {
        padding: 80px 0;
        gap: 48px;
        padding-left: 40px;
        padding-right: 40px;

    }

    .wise-block .fix-pattern1 {
        width: 53px;
        left: 40px;
        top: 49px;
    }

    .tech-wise .text-wrapper {
        width: calc(100% - 368px);
        gap: 0px;
        padding-top: 51px;
    }



    .tech-wise .img-content {
        width: 320px;
        margin-left: 0px;
    }


    .tech-vertical {
        padding: 80px 0 80px;
        gap: 48px;
        margin-right: 40px;
    }

    .tech-vertical .img-content {
        margin-left: 0;
        width: 360px;
    }

    .tech-vertical .text-wrapper {
        width: calc(100% - 408px);
        gap: 0;
    }



    .tech-vertical .icon-block .icon-content {
        width: auto;
    }

    .img-text .icon-block .link-block {
        justify-content: flex-start;
    }

    .tech-vertical .icon-block {
        max-width: 768px;
        margin: 0 auto;
        margin-right: calc(((100% - 768px) / 2) - 20px);
        width: calc(100% + 40px);
    }
}

@media screen and (max-width: 767px) {

    .about-content .image-text-block2,
    .image-text-block1 {
        margin: 0 20px 0 0;
        display: block;
        padding: 80px 0;
    }


    .about-content .image-text-block3 {
        display: block;
        padding-left: 20px;
    }

    .about-content .image-text-block2 .img {
        width: calc((100%) + ((100% -65px) * 65 / 385));
        margin-left: calc(-1 * (100% -65px) * 65 / 385);
        margin-right: 0;
    }

    .about-content .image-text-block3 .img,
    .image-text-block1 .img {
        width: 100%;
    }

    .image-text-block1 .img {
        /* height: 400px; */
        margin-right: 0;
    }

    .image-text-block1 .img img {
        /* object-fit: cover;
        object-position: top;
        width: 100%;
        height: 100%; */
    }


    .about-content .image-text-block3 .text-wrapper {
        width: 100%;
        padding-top: 40px;
        padding-right: 20px;
    }

    .about-content .image-text-block2 .text-wrapper,
    .image-text-block1 .text-wrapper {
        width: 100%;
        padding-left: 20px;
        padding-top: 40px;
    }

    .core-area-swiper {
        position: relative;
        margin-top: 40px;
    }

    .core-area-swiper .swiper-wrapper {
        flex-wrap: nowrap;
        justify-content: normal;
        gap: 0;
    }

    .core-area-swiper .swiper-slide {
        width: 100%;
        margin-right: 0;
    }

    .core-area-swiper p,
    .core-area-swiper h2 {
        width: calc(100% - 96px);
        margin-left: auto;
        margin-right: auto;
    }

    .core-area-swiper .swiper-btn-block {
        position: absolute;
        left: 0;
        top: 117px;
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
    }

    .video-block {
        padding: 120px 0 80px 0;
    }

    .fixed-pattern {
        max-width: none;
    }

    .about-content .fixed-pattern1::before {
        /* top: 452px; */
        top: 642px;
        right: 20px;
        left: auto;
    }

    .about-content .fixed-pattern3::before {
        top: 9px;
    }

    .about-content .fixed-pattern5::before {
        left: 20px;
        top: -64px;
    }

    .core-area-swiper .swiper-slide:nth-child(n+4) {
        margin-top: 0;
    }

    .quick-facts-block {
        padding: 187px 20px 93px;
    }

    .about-content .fixed-pattern6::before {
        width: 219px;
        height: 182px;
        top: -68px;
        left: -63px;
    }

    /* 20250407_Jared 調整about頁面 */

    .video-block .fix-pattern1 {
        left: -200px;
        top: -71px;
        width: 345px;
    }

    .video-block .fix-pattern2 {
        max-width: 149px;
        right: -55px;
        top: calc(100% - 53px);
    }


    /* 共通元素 */
    .img-text .icon-block {
        gap: 40px;
        flex-direction: column;
        align-items: center;
    }

    /* 顯示 */

    .tech-display {
        padding: 80px 0;
        margin-right: 0px;
    }

    .tech-display .img-content {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }

    .tech-display .text-wrapper {
        width: 100%;
        gap: 0px;
        padding: 0 20px;
    }

    .tech-display .icon-block {
        margin-right: 0px;
        width: 100%;
        align-items: center;
    }



    /* 智慧移動 */


    .tech-wise {
        padding: 80px 0;
        gap: 40px;
        padding-left: 20px;
        padding-right: 20px;

    }

    .wise-block .fix-pattern1 {
        width: 53px;
        left: 20px;
        top: 37px;
    }

    .tech-wise .text-wrapper {
        width: 100%;
        gap: 0px;
        padding-top: 0px;
        order: 2;

    }


    .tech-wise .img-content {
        width: 100%;
        order: 1;
    }

    .tech-wise .icon-block {
        order: 3;
    }


    .tech-vertical {
        padding: 80px 0 80px;
        gap: 40px;
        margin-right: 0px;
    }

    .tech-vertical .img-content {
        margin-left: 0;
        width: 100%;
    }

    .tech-vertical .text-wrapper {
        width: 100%;
        gap: 0;
        padding: 0 20px;

    }


    .tech-vertical .icon-block {
        margin-right: 0px;
        width: 100%;
    }

    .tech-vertical .icon-block .icon-content {
        width: 224px;
    }

}

/* =================================titp page ========================= */
/* =================================titp page ========================= */
/* =================================titp page ========================= */
.titp-banner-outer {

    background-color: var(--auo-blue);
}

.titp-banner {
    height: 800px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}


.titp-banner .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 800px;
    z-index: 2;
    pointer-events: none;
}

.titp-main-block .text-info-block {
    background-color: var(--auo-blue);
    padding-top: 40px;
}

.titp-main-block .text-info-block h1 {
    width: 640px;
    position: relative;
}

.titp-main-block .right-info {
    padding-top: 40px;
    width: 675px;
    margin-left: auto;
}

.scroll-to-explore {
    padding-top: 120px;
}

.scroll-to-explore .arrow {

    width: 28px;
    height: 56px;
    margin: 44px auto 0 auto;
    background-image: url('../../images/about/auo-down-arrow-smart-blue.svg');
    background-position: center;
    background-size: cover;

}

.titp-main-block .video-block {
    padding: 80px 0;
    background-image: linear-gradient(var(--auo-blue) 384px, var(--gray-5) 1px);
}

.text-info-wrapper {
    display: flex;
    padding-top: 80px;
}

.video-block .text-info-wrapper h2 {
    width: 520px;
    margin-right: 60px;
    padding-top: 0;
}

.text-info-wrapper p {
    width: 500px;
    padding-top: 80px;
}

.how-to-help {
    padding: 120px 0;
}

.swiper-item-wrapper {
    padding-top: 160px;
}

.swiper-item>.container .title {
    width: 320px;
    margin-right: 40px;
    position: relative;
}

.swiper-item .content {
    width: calc(100% - 360px);
    position: relative;

}

.how-to-help .swiper-btn-block {
    padding-top: 40px;
}

.how-to-help .swiper-item+.swiper-item {
    padding-top: 200px;
}

.container-info-align {
    display: flex;
    flex-wrap: wrap;
}

.titp-main-block .fixed-pattern {
    max-width: none;
}

.titp-main-block .fixed-pattern1::before {
    background-image: url('../../images/about/auo-about-titp-pattern-1.png');
    width: 690px;
    height: 840px;
    top: -400px;
    left: -0;
}

.titp-main-block .fixed-pattern2::before {
    background-image: url('../../images/common/auo-support-pattern-3.png');
    width: 40px;
    height: 40px;
    top: -70px;
    right: 219px;
}

.titp-main-block .fixed-pattern3::before {
    background-image: url('../../images/about/auo-about-titp-pattern-3.png');
    width: 119px;
    height: 106px;
    top: -19px;
    right: 221px;
}



.titp-main-block .fixed-pattern4::before {
    background-image: url('../../images/about/auo-about-titp-pattern-4.png');
    width: 380px;
    height: 463px;
    top: -92px;
    left: 0px;
}

.titp-main-block .fixed-pattern5::before {
    background-image: url('../../images/about/auo-about-titp-pattern-5.png');
    width: 342px;
    height: 446px;
    top: -89px;
    left: 0px;
}

.titp-main-block .fixed-pattern6::before {
    background-image: url('../../images/about/auo-about-titp-pattern-6.png');
    width: 342px;
    height: 352px;
    top: -91px;
    left: 0px;
}

@media screen and (max-width: 1199px) {
    .titp-banner {
        height: auto;
        padding-top: 62.37%;
        position: relative;
    }

    .titp-banner .img {
        height: 100%;
        width: 100%;
    }

    .titp-banner>.container {
        position: absolute;
        top: 0;
    }

    .titp-main-block .text-info-block {
        padding-top: 20px;
    }

    .titp-main-block .text-info-block .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .titp-main-block .text-info-block h1 {
        width: 320px;
        margin-right: 48px;
        font-size: 22px;
        line-height: 28px;
    }

    .titp-main-block .right-info {
        margin-left: 0;
        width: calc(100% - 368px);
        padding-top: 0;

    }

    .scroll-to-explore {
        padding-top: 60px;

    }

    .scroll-to-explore .arrow {
        margin-top: 8px;
    }

    .titp-main-block .video-block {
        padding: 60px 0;
        background-image: linear-gradient(var(--auo-blue) 254px, var(--gray-5) 1px);
    }

    .text-info-wrapper {
        padding-top: 60px;
    }

    .video-block .text-info-wrapper h2 {
        width: 320px;
        margin-right: 48px;
    }

    .video-block .text-info-wrapper p {
        padding-top: 0;
        width: calc(100% - 368px);
    }

    .how-to-help {
        padding: 60px 0 120px 0;
    }

    .swiper-item-wrapper {
        padding-top: 120px;
    }

    .swiper-item>.container .title {
        width: 240px;
    }

    .swiper-item .content {
        width: calc(100% - 280px);
    }

    .how-to-help .swiper-item+.swiper-item {
        padding-top: 160px;
    }

    .titp-main-block .fixed-pattern1::before {

        width: 358px;
        height: 411px;
        top: -314px;
        left: -179px;
    }

    .titp-main-block .fixed-pattern4::before {
        background-image: url('../../images/about/auo-about-titp-pattern-4-tb.png');
        width: 180px;
        height: 185px;
        top: -77px;
        left: -55px;
    }

    .titp-main-block .fixed-pattern5::before {
        background-image: url('../../images/about/auo-about-titp-pattern-5-tb.png');
        width: 172px;
        height: 207px;
        top: -53px;
        left: -58px;

    }

    .titp-main-block .fixed-pattern6::before {
        background-image: url('../../images/about/auo-about-titp-pattern-6-tb.png');
        width: 199px;
        height: 179px;
        top: -89px;
        left: -58px;
    }


}

@media screen and (max-width: 767px) {
    .how-to-help {
        padding: 80px 0 120px;
    }

    .titp-main-block .text-info-block .container {
        display: block;
    }

    .titp-main-block .text-info-block {
        padding-top: 68px;
    }

    .titp-main-block .text-info-block h1 {
        width: 100%;
        margin-right: 0;

    }

    .titp-main-block .right-info {
        width: 100%;
        padding-top: 40px;
    }

    .scroll-to-explore .arrow {
        margin-top: 16px;
        height: 62px;
    }

    .titp-main-block .video-block {
        padding: 40px 0 60px 0;
        background-image: linear-gradient(var(--auo-blue) 130px, var(--gray-5) 1px);
    }

    .text-info-wrapper {
        display: block;
    }

    .video-block .text-info-wrapper h2 {
        width: 100%;
        margin-right: 0;
    }

    .video-block .text-info-wrapper p {
        width: 100%;
        padding-top: 20px;
    }

    .container-info-align {
        display: block;
    }

    .swiper-item>.container .title {
        width: 100%;
    }

    .swiper-item .content {
        padding-top: 24px;
        width: 100%;
    }

    .how-to-help .swiper-btn-block {
        padding-top: 24px;
    }

    .titp-main-block .fixed-pattern1::before {
        width: 224px;
        height: 257px;
        top: -129px;
        left: -112px;
    }

    .titp-main-block .fixed-pattern4::before {
        top: -84px;
        left: -65px;
    }

    .titp-main-block .fixed-pattern5::before {
        top: -70px;
        left: -86px;
    }

    .titp-main-block .fixed-pattern6::before {
        top: -70px;
        left: -100px;
    }

}

/* ==========================LeaderShip page====================================================== */
/* ==========================LeaderShip page====================================================== */
/* ==========================LeaderShip page====================================================== */
.leadership .card-image-block {
    background-color: var(--auo-blue);
    padding: 120px 0;
}

.leadership .card-wrapper {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

/* clear boostrap */
.card {
    background-color: initial;
    border: none;
    border-radius: 0;
}

.leadership .card {
    display: block;
    width: 252px;
}

/* 0607 由於通用倍率會使得該單元的人物頭像超出邊界，故重新覆蓋修改倍率 */
.leadership .hover-img-zoom:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.leadership .card .img {
    height: 300px;
}

.leadership .card+.card {
    margin-left: 24px;
}

.leadership .card:nth-child(4n+1) {
    margin-left: 0;
}

.leadership .card:nth-child(n+5) {
    margin-top: 60px;
}

.leadership .name {
    padding-top: 16px;
}

.leadership .info {
    padding-top: 8px;
}


.organization {
    padding-top: 160px;
}

.organization .img {
    padding-top: 42px;
}

.business-scope {
    padding: 120px 0 312px 0;
}

.select-tab-wrapper {
    padding-top: 80px;
    display: flex;
}

.select-tab-wrapper .left-select {
    width: 360px;
    margin-right: 120px;
}

.select-tab-content-wrapper {
    width: calc(100% - 480px);
}

.tab-content {
    display: none;
}

.tab-content .text {
    padding-top: 24px;
}


.business-scope .title {
    text-align: center;
    position: relative;
}

.leadership .fixed-pattern1::before {
    background-image: url('../../images/about/auo-about-leader-ship-pattern1.png');
    width: 650px;
    height: 745px;
    top: 96px;
    left: -496px;
}

.leadership .fixed-pattern2,
.leadership .fixed-pattern4,
.leadership .fixed-pattern5 {
    max-width: none;
}

.leadership .fixed-pattern2::before {
    background-image: url('../../images/product/auo-product-pattern1.png');
    width: 68px;
    height: 68px;
    top: 573px;
    right: 220px;
}

.leadership .fixed-pattern3::before {
    background-image: url('../../images/about/auo-about-leader-ship-pattern3.png');
    width: 746px;
    height: 704px;
    top: 479px;
    right: -1011px;
}


.leadership .fixed-pattern4::before {
    background-image: url('../../images/about/auo-about-leader-ship-pattern4.png');
    width: 467px;
    height: 388px;
    top: 136px;
    left: -125px;
}

.leadership .fixed-pattern5::before {
    background-image: url('../../images/about/auo-about-leader-ship-pattern5.png');

    width: 108px;
    height: 104px;
    top: 27px;
    right: 220px;
}




@media screen and (max-width: 1199px) {
    .leadership .card-image-block {
        padding-top: 60px;
    }

    .leadership .card-wrapper {
        padding-top: 75px;
    }

    .leadership .card {
        width: 160px;
    }

    .leadership .card+.card {
        margin-left: 16px;
    }

    .leadership .card:nth-child(4n+1) {
        margin-left: 0;
    }

    .leadership .card:nth-child(n+5) {
        margin-top: 40px;
    }

    .leadership .card .img {
        height: 200px;
    }

    .leadership .name {
        padding-top: 8px;
    }

    .leadership .info {
        padding-top: 0px;
        font-size: 16px;
        line-height: 24px;
    }

    .organization {
        padding-top: 80px;
    }

    .organization .img {
        padding-top: 40px;
    }

    .business-scope {
        padding: 120px 0 120px 0;
    }

    .select-tab-wrapper {
        padding-top: 40px;
    }

    .select-tab-wrapper .left-select {
        width: 320px;
        margin-right: 48px;
    }

    .select-tab-content-wrapper {
        width: calc(100% - 368px);
    }

    .tab-content .text {
        padding-top: 20px;
    }

    .leadership .fixed-pattern1::before {
        width: 256px;
        height: 294px;
        top: 232px;
        left: -168px;
    }

    .leadership .fixed-pattern2::before {
        background-image: url('../../images/product/auo-product-pattern1.png');
        width: 56px;
        height: 56px;
        top: 92px;
        right: 120px;
    }

    .leadership .fixed-pattern4::before {
        background-image: url('../../images/about/auo-about-leader-ship-pattern4.png');
        width: 230px;
        height: 192px;
        top: -86px;
        left: -57px;
    }

    .leadership .card:nth-child(n+5) {
        margin-top: 40px;
    }



}

@media screen and (max-width: 767px) {
    .leadership .card-image-block {
        padding-top: 80px;
    }

    .leadership .card-wrapper {
        display: block;
        padding-top: 40px;
        /* text-align: center; */
    }

    .leadership .card {
        margin: 0 auto !important;
    }

    .leadership .card+.card {
        padding-top: 40px;
    }

    .business-scope .title {
        text-align: left;
    }

    .select-tab-wrapper {
        display: block;
    }

    .select-tab-wrapper .left-select {
        margin-right: 0;
        width: 100%;
    }

    .select-tab-content-wrapper {
        padding-top: 40px;
        width: 100%;
    }


    .leadership .fixed-pattern1::before {
        top: 276px;
        left: -149px;
    }

    .leadership .fixed-pattern2::before {

        top: 104px;
        right: 20px;
    }

    .leadership .fixed-pattern4::before {
        top: -95px;
        left: -103px;
    }



}

/* =========================Values & Philosophy ==================*/
/* =========================Values & Philosophy ==================*/
/* =========================Values & Philosophy ==================*/
.about-values {
    /* max-width: 1920px; */

}

.about-values .left-content {
    order: 2;
}

.about-values .left-content {
    order: 1;
}

.about-values .break-container-type1 {
    padding: 120px 0 160px;
}

.about-values .break-container-type1 .right-img {
    max-width: 1040px;
    margin-right: 60px;
    margin-left: calc(-1 * ((100vw - 1200px) / 2));
    object-position: center;
}

.about-values .break-container-type1 .left-content {
    padding-top: 68px;
    width: 460px;
    margin-right: 0;
}

.about-values .break-container-type1 .left-content .title {
    margin-left: -350px;
}

.about-values .image-text-block {
    max-width: 1620px;
    padding-right: 60px;
    display: flex;
    padding: 120px 60px 160px 0;
}

.about-values .image-text-block .img {
    align-self: flex-end;
}

.about-values .text-wrapper {
    max-width: 460px;
    margin-left: 60px;
}

.about-values .text-wrapper .title {
    padding-top: 68px;
    margin-left: -350px;
}

.about-values .text-wrapper p {
    padding-top: 60px;
    min-width: 400px;
}

.click-circle .scroll-to-explore {
    padding-top: 0;
    position: relative;
    z-index: 2;
}

.click-circle .scroll-to-explore .arrow {
    background-image: url('../../images/about/auo-down-arrow.svg');

}

.circle-block {

    margin: 60px auto 120px;
    width: 584px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    position: relative;
    z-index: 0;
}

.circle-block::after {
    content: '';
    position: absolute;
    width: 329.68px;
    height: 329.68px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../../images/about/auo-inner-circle-mask.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.outer-circle {
    transition: .4s;
    cursor: pointer;
}

.outer-circle:nth-child(1):hover {
    margin: -10px 0 0 -10px;
}

.outer-circle:nth-child(2):hover {
    margin: -10px -10px 0 0px;
}

.outer-circle:nth-child(3):hover {
    margin: 0 0 -10px -10px;
}

.outer-circle:nth-child(4):hover {
    margin: 0 -10px -10px 0;
}

.inner-cicle {
    width: 293.85px;
    height: 293.85px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 2;
    transition: .4s;

}

.inner-cicle:hover {
    width: 303.85px;
    height: 303.85px;
}

.core-dna {
    padding: 120px 0;
    background-color: var(--auo-blue);
}

.core-dna .container {
    display: flex;
}

.core-dna .left-block {
    width: 280px;
    margin-right: 100px;
}

.core-dna .right-block {
    width: calc(100% - 380px);

}

.core-dna .right-block .item {
    display: flex;
}

.core-dna .right-block .item+.item {
    margin-top: 68px;
}

.core-dna .info-wrapper {
    width: calc(100% - 160px)
}

.core-dna .info-wrapper .info {
    padding-top: 8px;
}

.core-dna .icon {
    width: 120px;
    height: 120px;
    margin-right: 40px;
}

.core-value {
    padding: 120px 0 280px;
    position: relative;
    z-index: 1;
    background-image: url('../../images/about/auo-core-value-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}


.core-value-container {
    max-width: 944px;
    min-width: 944px;
}

.value-card-wrapper {
    margin-top: 84px;
    display: flex;
    flex-wrap: wrap;
    /* align-items:flex-start ; */
}

.value-card-wrapper li {

    width: 400px;
    padding: 32px;
}

.value-card-wrapper li .info {
    margin-top: 16px;
    /* tbh */
    max-height: 140px;
}


.value-card-wrapper li:nth-child(odd) {
    transform: translateY(40px);
    margin-right: 24px;
}

.value-card-wrapper li:nth-child(n+3) {
    margin-top: 24px;
}

.value-card-wrapper li:nth-child(4n+1) {
    background-color: var(--energetic-yellow);
}

.value-card-wrapper li:nth-child(4n+2) {
    background-color: var(--smart-blue);
}

.value-card-wrapper li:nth-child(4n+3) {
    background-color: var(--sustainable-green);
}

.value-card-wrapper li:nth-child(4n+4) {
    background-color: var(--innovative-purple);
}

.about-values .fixed-pattern1,
.about-values .fixed-pattern4,
.about-values .fixed-pattern5,
.about-values .fixed-pattern2 {
    max-width: none;
}

.about-values .fixed-pattern1::before {
    width: 108px;
    height: 104px;
    background-image: url('../../images/about/auo-values-pattern-1.png');
    top: -161px;
    right: 130px;
}

.about-values .fixed-pattern2::before {
    width: 352px;
    height: 352px;
    background-image: url('../../images/about/auo-values-pattern-2.png');
    top: 115px;
    left: 0px;
}

.about-values .fixed-pattern3::before {
    width: 605px;
    height: 695px;
    background-image: url('../../images/about/auo-values-pattern-3.png');
    top: -460px;
    right: -705px;
}

.about-values .fixed-pattern4::before {
    width: 80px;
    height: 80px;
    background-image: url('../../images/about/auo-values-pattern-4.png');
    top: -40px;
    left: 200px;
}

.about-values .fixed-pattern5 {
    z-index: 4;
}

.about-values .fixed-pattern5::before {
    width: 40px;
    height: 40px;
    background-image: url('../../images/about/auo-values-pattern-5.png');
    top: 148px;
    right: 200px;

}

@media screen and (min-width:1921px) {
    .about-values .image-text-block {
        margin: 0 auto;
    }

}

@media screen and (max-width: 1267px) {
    .about-values .text-wrapper .title {
        padding-top: 0px;
    }

}



@media screen and (max-width: 1199px) {
    .about-values .image-text-block .img {
        align-self: flex-start;
    }

    .about-values .image-text-block {
        padding: 80px 40px 92px 0;

    }

    .about-values .image-text-block .img {
        min-width: 360px;
    }

    .about-values .text-wrapper {
        margin-left: 48px;
    }

    .about-values .text-wrapper .title {
        margin-left: 0;
        padding-top: 0;
    }

    .about-values .text-wrapper p {
        min-width: 320px;
        padding-top: 20px;
    }

    .circle-block {
        width: 400px;
        margin-top: 40px;
        grid-column-gap: 6px;
        grid-row-gap: 6px;
    }

    .circle-block::after {
        width: 225.81px;
        height: 225.81px;
    }

    .inner-cicle {
        width: 201.26px;
        height: 201.26px;
    }

    .inner-cicle:hover {
        width: 211.26px;
        height: 211.26px;
    }

    .click-circle .scroll-to-explore {
        max-width: 408px;
        margin: 0 auto;
    }

    .click-circle .scroll-to-explore .arrow {
        margin-top: 16px;
    }

    .core-dna {
        padding: 80px 0;
    }

    .core-dna .left-block {
        width: 254px;
        margin-right: 40px;
    }

    .core-dna .right-block {
        width: calc(100% - 294px);
    }

    .core-dna .icon {
        width: 80px;
        height: 80px;
        margin-right: 18px;
    }

    .core-dna .info-wrapper {
        width: calc(100% - 98px);
    }

    .core-dna .right-block .item+.item {
        margin-top: 40px;
    }

    .core-value {
        padding: 80px 0 218px 0;
    }

    .core-value::after {
        height: 802px;
    }

    .value-card-wrapper {
        margin-top: 60px;
    }

    .value-card-wrapper li {
        width: 320px;
        padding: 24px;
    }

    .core-value-container {
        max-width: 748px;
        min-width: 748px;
    }

    .value-card-wrapper li:nth-child(odd) {
        margin-right: 28px;
    }

    .value-card-wrapper li:nth-child(n+3) {
        margin-top: 28px;
    }

    .about-values .fixed-pattern1::before {
        width: 72px;
        height: 80px;
        /* left: 288px;
        top: -214px; */
        left: 40px;
        top: -187px;
        right: auto;
    }

    .about-values .fixed-pattern2::before {
        background-image: url('../../images/about/auo-values-pattern-2-tb.png');
        width: 252px;
        height: 209px;
        top: -60px;
        left: -92px;
    }

    .about-values .fixed-pattern3::before {
        width: 303px;
        height: 350px;
        top: -232px;
        right: -152px;
    }

    .about-values .fixed-pattern4::before {
        width: 56px;
        height: 56px;
        top: -28px;
        left: 120px;
    }

}

@media screen and (max-width: 767px) {
    .core-value {
        background-image: url('../../images/about/auo-core-value-background-m.jpg');
    }

    .click-circle .scroll-to-explore .arrow {
        height: 56px;
    }


    .about-values .image-text-block {
        display: block;
        padding: 80px 20px 180px 0;
    }

    .about-values .image-text-block .img {
        min-width: 100%;
    }

    .about-values .text-wrapper {
        max-width: 100%;
        margin-left: 20px;
        padding-top: 40px;
    }

    .about-values .text-wrapper p {
        min-width: 100%;
        padding-top: 20px;
    }

    .click-circle .scroll-to-explore {
        max-width: 100%;
        padding: 0 20px;
    }

    .circle-block {
        width: 320px;
        grid-column-gap: 4px;
        grid-row-gap: 4px;
        margin-bottom: 80px;
    }

    .circle-block::after {
        width: 180.36px;
        height: 180.36px;
    }

    .inner-cicle {
        width: 160.76px;
        height: 160.76px;
    }

    .inner-cicle:hover {
        width: 170.76px;
        height: 170.76px;
    }

    .core-dna .container {
        display: block;
    }

    .core-dna .left-block {
        width: 100%;
    }

    .core-dna .right-block {
        width: 100%;
        padding-top: 40px;
    }

    .value-card-wrapper {
        display: block;
    }

    .value-card-wrapper li {
        margin: 0 auto;
    }

    .value-card-wrapper li:nth-child(odd) {
        margin-right: auto;
    }

    .value-card-wrapper li:nth-child(odd) {
        transform: translateY(0);
    }

    .value-card-wrapper li:nth-child(n+2) {
        margin-top: 28px;
    }

    .core-value-container {
        max-width: 100%;
        min-width: 100%;
    }

    .about-values .fixed-pattern1::before {
        width: 72px;
        height: 80px;
        left: auto;
        top: -140px;
        right: 20px;
    }

    .about-values .fixed-pattern2::before {
        background-image: url('../../images/about/auo-values-pattern-2-tb.png');
        width: 219px;
        height: 182px;
        top: -68px;
        left: -89px;
    }

    .about-values .fixed-pattern4::before {
        width: 56px;
        height: 56px;
        top: -28px;
        left: auto;
        right: 20px;
    }

    .value-card-wrapper li .info {
        max-height: none;
    }
}

/* ================================AUO Milestones=================================== */
/* ================================AUO Milestones=============================== */
/* ================================AUO Milestones================================== */
.top-year-interval {
    padding: 120px 0;

}

.top-year-interval .swiper-btn-block {
    justify-content: space-between;
    padding-top: 24px;
}

.year-interval-swiper {
    padding-top: 40px;
    width: 1080px;
    margin-left: calc((100% - 1080px)/2);
    margin-right: calc((100% - 1080px)/2);
}

.year-interval-swiper .swiper-slide {
    width: 252px;
    margin-right: 24px;
    cursor: pointer;

}


.year-interval-swiper .swiper-slide:last-child {
    /* margin-right: 0; */
}

.year-interval-swiper .img {
    height: 252px;
}

.year-interval-swiper time {
    display: block;
    padding-top: 24px;
}


.top-pattern-block .fixed-pattern1::before {
    width: 413px;
    height: 424px;
    top: 150px;
    left: -194px;
    background-image: url('../../images/about/auo-about-milestone-pattern-1.png');
}

.bottom-timeline-block .fixed-pattern2 {
    max-width: none;
}

.bottom-timeline-block .fixed-pattern2::before {
    width: 98px;
    height: 107px;
    right: 200px;
    top: -80px;
    background-image: url('../../images/about/auo-about-milestone-pattern-2.png');

}




@media screen and (max-width: 1199px) {
    .top-year-interval {
        padding: 80px 0;
    }

    .year-interval-swiper {
        /* margin-right: -40px; */
        padding-top: 24px;
        width: calc(100% - 40px);
        margin-left: 40px;
    }

    .top-year-interval .swiper-btn-block {
        justify-content: center;
    }

    .year-interval-swiper .swiper-slide {
        width: 240px;
        margin-right: 20px;
    }

    .year-interval-swiper .img {
        height: 240px;
    }

    .year-interval-swiper time {
        padding-top: 16px;
    }



    .top-pattern-block .fixed-pattern1::before {
        width: 205px;
        height: 210px;
        top: 16px;
        left: -48px;
        background-image: url('../../images/about/auo-about-milestone-pattern-1.png');
    }
}



@media screen and (max-width: 767px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 767px) {}

/* brand */
* {
    /* outline: 1px solid seagreen; */
}

.brand .block-1 {
    background-color: var(--auo-blue);
}

.brand .banner-info {
    position: relative;
    z-index: 3;
}

.brand .fixed-pattern {
    z-index: 3;
}

.titp-main-block.brand .fixed-pattern1::before {
    background-image: url('../../images/about/auo-about-brand-pattern-1.png');
}

.titp-main-block.brand .fixed-pattern2::before {
    background-image: url('../../images/about/auo-about-brand-pattern-2.png');
    width: 144px;
    height: 129px;
    top: -31px;
    right: 192px;
}

.titp-main-block.brand .fixed-pattern3::before {
    background-image: url('../../images/about/auo-about-brand-pattern-3.png');
    width: 380px;
    height: 315px;
    top: -100px;
    right: -41px;
}

.titp-main-block.brand .fixed-pattern4::before {
    background-image: url('../../images/about/auo-about-brand-pattern-4.png');
    width: 80px;
    height: 80px;
    top: -24px;
    left: 265px;
}

.titp-main-block.brand .fixed-pattern5::before {
    background-image: url('../../images/about/auo-about-brand-pattern-5.png');
    width: 104px;
    height: 112px;
    top: -28px;
    right: 210px;
    left: auto;
}

.titp-main-block.brand .fixed-pattern6::before {
    background-image: url('../../images/about/auo-about-brand-pattern-6.png');
    width: 414px;
    height: 424px;
    top: -240px;
    left: 220px;
}

.titp-main-block.brand .text-info-block {
    background-color: transparent;
    position: relative;
    z-index: 3;
    padding-bottom: 120px;
}

.titp-main-block.brand .block-2 {
    background-color: var(--gray-5);
    padding: 120px 0 160px;
}

.titp-main-block.brand .block-2 .container {
    position: relative;
    z-index: 3;
}

.titp-main-block.brand .block-3 .container {
    position: relative;
    z-index: 3;
}

.titp-main-block.brand .sub-block {
    margin-bottom: 160px;
}

.titp-main-block.brand .sub-block:last-of-type {
    margin-bottom: 0;
}

.titp-main-block.brand .block-3 {
    padding: 160px 0 140px;
}

.titp-main-block.brand .cta-bar {
    padding-top: 80px;
}

.titp-main-block.brand .main-tab-swiper {
    display: flex;
}

.titp-main-block.brand .main-tab-swiper h3 {
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .titp-main-block.brand .text-info-block {
        padding-bottom: 60px;
    }

    .titp-main-block.brand .block-2 {
        padding: 80px 0 100px;
    }

    .titp-main-block.brand .block-3 {
        padding: 100px 0 120px;
    }

    .titp-main-block.brand .fixed-pattern3::before {
        background-image: url('../../images/about/auo-about-brand-pattern-2.png');
        width: 94px;
        height: 84px;
        right: 27px;
        top: -104px;
    }

    .titp-main-block.brand .fixed-pattern4::before {
        width: 56px;
        height: 56px;
        top: -146px;
        left: 40px;
    }


    .titp-main-block.brand .fixed-pattern5::before {
        width: 74px;
        height: 79px;
        top: -123px;
        right: 40px;
    }

    .titp-main-block.brand .fixed-pattern6::before {
        width: 180px;
        height: 185px;
        top: -120px;
        left: -67px;
    }

    .titp-main-block.brand .cta-bar {
        padding-top: 40px;
    }

    .titp-main-block.brand .main-tab-swiper .swiper-slide {
        flex: unset;
        width: 170px !important;
        min-width: unset;
    }

    .titp-main-block.brand .main-tab-swiper-block::before {
        display: none;
    }

    .titp-main-block.brand .main-tab-swiper .active a::after {
        background-color: #64DCF0;
    }

    .titp-main-block.brand .main-tab-swiper a::after {
        background-color: #E1E1E1;
    }
}

@media screen and (max-width: 767px) {
    .titp-main-block.brand .fixed-pattern5::before {
        right: 20px;
    }

    .titp-main-block.brand .fixed-pattern4::before {
        left: 20px;
    }

    .titp-main-block.brand .fixed-pattern3::before {
        right: 7px;
    }

    .titp-main-block.brand .main-tab-swiper {
        display: flex;
        flex-wrap: wrap;
        width: 320px;
        margin: auto;
        justify-content: space-between;
    }

    .titp-main-block.brand .main-tab-swiper .swiper-slide {
        width: 159px !important;
    }

    .titp-main-block.brand .main-tab-swiper .swiper-slide+.swiper-slide {
        margin-left: 0;
        margin-top: 20px;
    }

    .titp-main-block.brand .main-tab-swiper .swiper-slide:nth-of-type(1) {
        margin-top: 0px;
    }

    .titp-main-block.brand .main-tab-swiper .swiper-slide:nth-of-type(2) {
        margin-top: 0px;
    }
}

.core-area-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.core-area-swiper .link-block {
    margin-top: 22px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .core-area-swiper .swiper-slide {
        align-items: center;
    }


}
