@charset "utf-8";

.technology-content {
    overflow: hidden;
}

/* .main-intro-block start */
.main-intro-block .fixed-pattern1::before {
    width: 80px;
    height: 80px;
    background-image: url(../../images/technology/auo-technology-pattern1.png);
    top: 561px;
    right: -187px;
}

@media screen and (max-width: 1199px){
    .main-intro-block .fixed-pattern1::before{
        width: 56px;
        height: 56px;
    }
}

/* .main-intro-block end */
/* =====================================================================================================
=====================================================================================================
===================================================================================================== */
/* .feature-block start */
.feature-block {
    background-color: var(--auo-blue);
    padding: 80px 0;
}

.feature-block .html-edit,
.feature-block .html-edit li,
.feature-block .html-edit h1,
.feature-block .html-edit h2,
.feature-block .html-edit h3,
.feature-block .html-edit h4,
.feature-block .html-edit h5,
.feature-block .html-edit h6,
.feature-block .html-edit p,
.feature-block .html-edit a{
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .feature-block {
        padding: 60px 0 80px;
    }
}

@media screen and (max-width: 767px) {
    .feature-block {
        padding: 80px 0;
    }
}

/* .feature-block end */
/* =====================================================================================================
=====================================================================================================
===================================================================================================== */
/* .main-feature-block start */
@media screen and (min-width: 1200px) {
    .main-feature-block {
        padding: 120px 0;
    }
}


/* .main-feature-block end */
/* =====================================================================================================
=====================================================================================================
===================================================================================================== */


.main-video-block {
    background-color: #fff;
    overflow: visible;
}

.main-video-block .video-list .img::after {
    background-image: url(../../images/common/auo-video-bg-white.svg);
}

@media screen and (min-width: 1200px) {
    .main-video-block {
        padding: 120px 0;
    }
}


.main-video-block .fixed-pattern1::before {
    width: 638px;
    height: 676px;
    background-image: url(../../images/technology/auo-technology-pattern2.png);
    top: -260px;
    right: -746px;
}

/* .main-feature-block end */
/* =====================================================================================================
=====================================================================================================
===================================================================================================== */
/* .application-block start */

.application-block p {
    padding-top: 20px;
}

.application-block .fixed-pattern1::before {
    width: 115px;
    height: 105px;
    background-image: url(../../images/technology/auo-technology-pattern3.png);
    top: 87px;
    left: -203px;
}



@media screen and (max-width: 1199px) {
    .application-block p {
        padding-top: 16px;
    }

    .application-block .fixed-pattern1::before{
        width: 78px;
        height: 68px;
    }


}






/* .application-block end */
/* =====================================================================================================
=====================================================================================================
===================================================================================================== */
