:root {
    --award-items-displayed: 5;
    --award-marquee-animation-duration: calc(var(--award-marquee-elements) * 4s);
  }

  @media screen and (max-width: 1199px) {
    :root {
        --award-items-displayed: 5;
        --award-marquee-animation-duration: calc(var(--award-marquee-elements) * 3s);
      }

  }

  @media screen and (max-width: 767px) {

  }


/* media-newsarchive */
.must-see {
    padding: 120px 0 80px;
    background-color: var(--auo-blue);
}

.see-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* gap: 0 24px; */
    margin-top: 40px;
}

.see-item {
    width: 344px;
}

.see-item + .see-item {
    margin-left: 24px;
}

.see-item .img {
    height: 344px;
}


.see-item span {
    display: block;
    padding-top: 12px;
}

.see-item span+h2 {
    margin-top: 12px;
    max-height: 150px;
    overflow: hidden;
}

.news-archive {
    padding: 80px 0 120px;
}

.news-archive .select-group-wrapper {
    display: flex;
    justify-content: center;
    /* gap: 24px; */
}

.news-archive .common-select {
    width: 344px;
    margin-right: 24px;
}

.news-list-wrapper {
    max-width: 864px;
    margin-top: 40px;
}

.news-list {
    margin-top: 40px;
}

.news-list-wrapper .news {

    border-top: 1px solid var(--gray-5);
}

.news-list-wrapper .news a {
    display: flex;
    padding: 28px 0;
    color: var(--auo-blue);
    transition: .4s ease;
}

.news-list-wrapper .news a:hover {
    color: var(--smart-blue);
}

.news-list-wrapper .news:last-child {
    border-bottom: 1px solid var(--gray-5);
}

.news .date {
    width: 120px;
}

.news .news-title {
    width: calc(100% - 120px);
    max-height: 60px;
    overflow: hidden;
}

.must-see .fixed-pattern1::before {
    width: 114px;
    height: 107px;
    top: 30px;
    left: -222px;
    background-image: url('../../images/media/auo-media-overview-pattern-1.png');
}


.news-archive .fixed-pattern2::before {
    width: 494px;
    height: 566px;
    top: -153px;
    right: -505px;
    background-image: url('../../images/media/auo-media-overview-pattern-2.png');
}

.news-archive .fixed-pattern3::before {
    width: 560px;
    height: 465px;
    top: -745px;
    left: -540px;
    background-image: url('../../images/media/auo-media-overview-pattern-3.png');
}



@media screen and (max-width: 1199px) {
    .must-see {
        padding: 80px 0;
    }

    .see-item {
        width: 288px;
    }

    .see-item .img {
        height: 288px;
    }

    .see-item span+h2 {
        max-height: 130px;
        margin-top: 8px;
    }

    .see-item:nth-child(2) {
        transform: translateY(200px);
    }

    .see-item-wrapper {
        max-width: 616px;
        /* gap: 40px 40px; */
    }

    .see-item + .see-item{
        margin-left: 0;
    }

    .see-item:nth-child(even){
        margin-left: 40px;
    }

    
    .see-item:nth-child(n+3){
        margin-top: 40px;
    }

    .news-archive {
        padding: 80px 0;
    }

    .news-archive .common-select {
        width: 320px;
    }

    .news-archive .select-group-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
        /* gap: 20px 24px; */
        max-width: 660px;
    }

    .news-archive .common-select:nth-child(2){
        margin-top: 20px;
    }

    .news-archive .select-group-wrapper .btn-block{
        align-self: flex-end;
    }

    .news .news-title {
        max-height: 52px;
        margin-top: 20px;

    }

    .news-list-wrapper .news a {
        padding: 20px 0;
        display: block;
    }

    .news .date,
    .news .news-title {
        width: 100%;
    }

    .news-archive .fixed-pattern2::before {
        width: 214px;
        height: 245px;
        top: -244px;
        right: -64px;
    }

}

@media screen and (max-width: 767px) {
    .see-item-wrapper {
        display: block;
        max-width: 288px;
    }

    
    .see-item:nth-child(even){
        margin-left: 0;
    }

    
    .see-item:nth-child(n+3){
        margin-top:0;
    }


    .see-item:nth-child(2) {
        transform: translateY(0);

    }

    .see-item {
        display: block;
    }

    .see-item+.see-item {
        margin-top: 40px;
    }

    .news-archive {
        padding: 200px 0 80px;
    }

    .news-archive .select-group-wrapper {
        max-width: none;
    }

    .news-archive .common-select {
        width: 100%;
        margin-right: 0;
    }

    .news-archive .select-group-wrapper .btn-block{
        margin-top: 20px;
    }

    .news .news-title {
        max-height: none;
    }

    .news-archive .fixed-pattern2::before {
        top: -260px;
        right: -64px;
    }

}

/*================ gallery page================== */
/*================ gallery page================== */
/*================ gallery page================== */
.gallery-list-page {
    padding: 120px 0;
}

.gallery-item-wrapper {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* gap: 60px 80px; */
    position: relative;
    z-index: 1;
}



.gallery-item {
    width: 440px;
}

.gallery-item:nth-child(odd){
    margin-right: 80px;
}

.gallery-item:nth-child(n+3){
    margin-top: 60px;
}

.gallery-item .img{
    height: 340px;
}

.gallery-item h2 {
    margin-top: 20px;
    overflow: hidden;
    max-height: 60px;
}

.gallery-item-wrapper li:nth-child(even) {
    transform: translateY(60px);
}

.gallery-list-page .new-pagenation-wrapper {
    margin-top: 140px;
}

.gallery-list-page .fixed-pattern {
    max-width: none;
    z-index: 0;
}

.gallery-list-page .fixed-pattern1::before {
    width: 380px;
    height: 481px;
    left: 0;
    top: 170px;
    background-image: url('../../images/media/auo-media-gallery-pattern-1.png');
}

.gallery-list-page .fixed-pattern2::before {
    width: 310px;
    height: 374px;
    right: 0;
    top: 651px;
    background-image: url('../../images/media/auo-media-gallery-pattern-2.png');
}

@media screen and (max-width: 1199px) {
    .gallery-list-page {
        padding: 80px 0;
    }

    .gallery-item-wrapper {
        /* gap: 60px 40px; */
        justify-content: center;
    }

    
    .gallery-item:nth-child(odd){
        margin-right: 40px;
    }


    .gallery-item {
        width: 320px;
    }

    .gallery-item .img{
        height: 248px;
    }
    

    .gallery-item h2 {
        margin-top: 16px;
        max-height: 52px;
    }

    .gallery-item-wrapper li:nth-child(even) {
        transform: translateY(80px);
    }
}

@media screen and (max-width: 767px) {
    .gallery-item-wrapper {
        display: block;
    }

    .gallery-item-wrapper .gallery-item{
        margin-left:auto ;
        margin-right:auto ;
    }


    .gallery-item+.gallery-item {
        margin-top: 40px;
    }

    .gallery-item-wrapper li:nth-child(even) {
        transform: translateY(0px);
    }

    .gallery-list-page .new-pagenation-wrapper {
        margin-top: 60px;
    }

}

/*================ gallery page end================== */
/*================ gallery page end================== */
/*================ gallery page end================== */
/*================ galleryinner page start================== */
/*================ galleryinner page start================== */
/*================ galleryinner page start================== */
.gallery-inner-page .video-block {
    padding: 120px 0 80px;
    background-color: var(--auo-blue);
}

.gallery-inner-page .video-title {
    margin-top: 32px;
}

.video-list-block {
    padding: 80px 0 120px;
}

.video-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* gap: 60px 24px; */
}

.video-item {
    width: 344px;
    cursor: pointer;
}

.video-item  + .video-item {
    margin-left: 24px;
}

.video-item:nth-child(3n+1){
    margin-left: 0;
}

.video-item:nth-child(n+4){
    margin-top: 60px;
}

.video-item .img {
    position: relative;
    height: 258px;
}

.video-item .img::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: opacity .4s ease;
}

.video-item .img::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 88px;
    height: 88px;
    background-image: url('../../images/common/auo-icon-video-play.png');
    opacity: 1;
    transition: opacity .4s ease;
}

.video-item:hover .img::before,
.video-item.current .img::before,
.video-item:hover .img::after,
.video-item.current .img::after {
    opacity: 0;
}

.gallery-inner-page .item-title {
    padding-top: 20px;
}

.gallery-inner-page .item-title+p {
    padding-top: 8px;
}

.video-list-block .btn-block {
    margin-top: 80px;
    justify-content: center;
}

.video-banner{
    min-height: 204px;
}

@media screen and (max-width: 1199px) {
    .gallery-inner-page .video-block {
        padding: 80px 0 40px;
    }

    .gallery-inner-page .video-title {
        margin-top: 20px;
    }

    .video-list-block {
        padding: 60px 0 80px;
    }


    .video-list-block .btn-block {
        margin-top: 60px;
    }

    .video-list-wrapper {
        /* gap: 60px 48px; */
    }    

    .video-item {
        width: 320px;
    }

    .video-item:nth-child(n){
        margin-left: 48px;
    }

    .video-item:nth-child(odd){
        margin-left: 0;
    }
    
        
    .video-item:nth-child(n+4){
        margin-top: 0px;
    }
    
    .video-item:nth-child(n+3){
        margin-top: 60px;
    }

    .video-item .img {
        height: 240px;
    }

    .gallery-inner-page .item-title{
        padding-top: 12px;
    }
    

}

@media screen and (max-width: 767px) {
    .video-list-wrapper {
        display: block;
    }

    li.video-item {
        /* width: 100%; */
        margin-left: auto!important;
        margin-right: auto!important;
    }

    .video-item+.video-item {
        margin-top: 40px;
    }

    .gallery-inner-page .item-title{
        padding-top: 16px;
    }
}

/*================ galleryinner page end================== */

/* ==================================media blog=================================== */
/* ==================================media blog=================================== */
/* ==================================media blog=================================== */
.featue-article {
    padding: 120px 0;
    background-color: var(--auo-blue);
}

.featue-article .swiper-btn-block {
    justify-content: center;
    margin-top: 24px;
}

.article-swiper {
    margin-top: 40px;
}

.article-content-wrapper {
    display: flex;
    align-items: center;
}

.article-content-wrapper .left-img {
    width: 480px;
    margin-right: 60px;

}

.article-content-wrapper .right-content {
    width: calc(100% - 540px);

}

.article-content-wrapper .title{
    max-height: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal;
    display: -webkit-box;
}

.article-content-wrapper .tag+.title {
    margin-top: 8px;
}


.article-content-wrapper .info {
    margin-top: 20px;
    max-height: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    white-space: normal;
    display: -webkit-box;

}

.en .article-content-wrapper .info {
    max-height: 140px;
}


.article-content-wrapper .btn-block {
    margin-top: 40px;
}



.blog-list-block {
    padding: 120px 0;
    overflow: hidden;
}

.blog-list-block.no-page {
    padding: 120px 0 160px;
}

.blog-list-block .select-group-wrapper {
    justify-content: flex-start;

}

.blog-list-block .blog-list {
    margin-top: 40px;
    position: relative;
}

.blog-list-wrapper {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    /* gap: 60px 120px; */
}

.blog-item {
    width: 480px;
}

.blog-item:nth-child(odd){
    margin-right: 120px;
}

.blog-item:nth-child(n+3){
    margin-top: 60px;
}

.blog-item .img {
    height: 480px;
}

.blog-item:nth-child(even) {
    transform: translateY(80px);
}

.blog-item .tag {
    margin-top: 12px;
}

.blog-item .tag+h3 {
    margin-top: 8px;
    max-height: 150px;
    overflow: hidden;
}

.blog-list-block .new-pagenation-wrapper {
    margin-top: 160px;
}

.featue-article .fixed-pattern {
    max-width: none;
}

.featue-article .fixed-pattern1::before {
    width: 209px;
    height: 444px;
    top: -120px;
    left: 0;
    background-image: url('../../images/media/auo-media-blog-pattern-1.png');
    background-position: left;
}

.featue-article .fixed-pattern2::before {
    width: 99px;
    height: 114px;
    top: -42px;
    right: 120px;
    background-image: url('../../images/media/auo-media-blog-pattern-2.png');
}

.blog-list-block .fixed-pattern:not(.fixed-pattern5) {
    max-width: none;
}

.blog-list-block .fixed-pattern3::before {
    width: 452px;
    height: 463px;
    left: -72px;
    top: -174px;
    background-image: url('../../images/media/auo-media-blog-pattern-3.png');
}

.blog-list-block .fixed-pattern4::before {
    width: 284px;
    height: 398px;
    right: 0;
    top: 598px;
    background-image: url('../../images/media/auo-media-blog-pattern-4.png');
}

.blog-list-block .fixed-pattern5::before {
    width: 80px;
    height: 80px;
    right: -60px;
    top: -416px;
    background-image: url('../../images/media/auo-media-blog-pattern-5.png');
}

@media screen and (max-width: 1199px) {
    .featue-article{
        padding: 80px 0;
    }

    .blog-list-block {
        padding: 80px 0;
    }

    .blog-list-wrapper {
        /* gap: 60px 40px; */
        max-width: 616px;
        margin-right: auto;
        margin-left: auto;
    }

    .blog-item:nth-child(odd){
        margin-right: 40px;
    }

    .blog-item .img {
        height: 288px;
    }

    .blog-item .tag+h3 {
        max-height: 130px;
        margin-top: 10px;
    }

    .blog-item {
        width: 288px;
    }

    .blog-list-block .new-pagenation-wrapper {
        margin-top: 140px;
    }

    .article-swiper{
        max-width: 624px;
    }

    .article-content-wrapper{
        align-items: flex-start;
    }

    .article-content-wrapper .left-img {
        width: 288px;
        margin-right: 48px;

    }

    .article-content-wrapper .right-content {
        width: calc(100% - 336px);

    }

    .article-content-wrapper .info {
        margin-top: 8px;
        max-height: 110px;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        white-space: normal;
        display: -webkit-box;
        overflow: hidden;
    }

    .en .article-content-wrapper .info{
        max-height: 140px;
    }

    .article-content-wrapper .btn-block {
        margin-top: 28px;
    }


    .blog-list-block .fixed-pattern3::before {
        width: 205px;
        height: 210px;
        left: -62.5px;
        top: -98px;
    }

}

@media screen and (max-width: 767px) {
    .featue-article{
        padding: 80px 0 60px;
    }

    .article-content-wrapper {
        flex-direction: column-reverse;

    }

    .featue-article .swiper-btn-block{
        margin-top: 40px;
    }


    .article-swiper{
        margin-right: 16px;
        margin-left: 16px;
    }

    .article-content-wrapper .left-img,
    .article-content-wrapper .right-content {
        width: 100%;
    }

    .article-content-wrapper .left-img {
        margin-top: 40px;
        margin-right: 0;

    }

    .blog-list-wrapper {
        max-width: none;
        display: block;
    }

    .blog-list-block .blog-list{
        /* padding-left: 16px;
        padding-right: 16px; */
    }

    li.blog-item {
        /* width: 100%; */
        margin-left:  auto!important;
        margin-right:  auto!important;
        margin-top: 40px;
    }

    .blog-item+.blog-item {
        margin-top: 40px;
    }

    .blog-item:nth-child(even) {
        transform: translateY(0);
    }

    .blog-list-block .new-pagenation-wrapper {
        margin-top: 80px;
    }


    .blog-item .img {
        /* height: auto; */
    }

    
    .blog-list-block .fixed-pattern3::before {
        width: 142.5px;
        height: 210px;
        top: -100px;
    }
}
/* media-inner blog  */
.media-inner-swiper .related-swiper .tag +.title{
    padding-top: 8px;
}
/* ==================================media blog End=================================== */
/* ==================================media blog End=================================== */
/* ==================================media blog End=================================== */
/* ========================media casestudy  start===================================== */
/* ========================media casestudy  start===================================== */
/* ========================media casestudy  start===================================== */
.feature-cases{
   background-image: linear-gradient(var(--auo-blue) 648px, #fff 1px);
   padding-top: 120px;

}

.feature-cases .left-right-content-wrapper{
    display: flex;
    padding-top: 60px;
}

.feature-cases .left-content{    
    width: 480px;
    margin-right: 60px;
}

.feature-cases .left-content h2{
    margin-top: 8px;
    max-height: 168px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
}

.feature-cases .left-content p{
    margin-top: 20px;
    max-height: 52px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
}

.en .feature-cases .left-content p{
    max-height: 56px;
}

.feature-cases .left-content .btn-block{
    margin-top: 40px;
}

.feature-cases .right-img{
    width: calc(100% - 540px);
    height: 540px;
}

.case-list{
    padding-top: 40px;
}

.case-list-wrapper{
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}



li.case-item{
    width: 344px;
    margin-right: 24px;
}

.case-item:nth-child(3n){
    margin-right: 0;
}

.case-item:nth-child(n+4){
    margin-top: 64px;
}

.case-item .img{
    height: 344px;
}

.case-item .tag{
    margin-top: 12px;
}

.case-item h3{
    margin-top: 8px;
    max-height: 150px;
    overflow: hidden;
}

.case-list + .new-pagenation-wrapper{
    margin-top: 80px;
}


.case-list-block .fixed-pattern,
.feature-cases .fixed-pattern{
    max-width: none;
}

.feature-cases .fixed-pattern1::before{
    width: 104px;
    height: 112px;
    left: 220px;
    bottom: 43px;
    background-image: url('../../images/media/auo-media-casestudy-pattern-1.png');
}

.case-list-block .fixed-pattern2::before{
    width: 274px;
    height: 374px;
    right: 0;
    top: 563px;
    background-image: url('../../images/media/auo-media-casestudy-pattern-2.png');
}


@media screen and (max-width: 1199px) {
    .feature-cases{
        background-image: linear-gradient(var(--auo-blue) 460px, #fff 1px);
        padding-top: 80px;
     
     }

     .feature-cases .mb-288{
         padding: 0 36px;
     }

     .feature-cases .left-content h2{
         max-height: 90px;
     }

    .feature-cases .left-right-content-wrapper{
       flex-direction: row-reverse;
       padding-top: 40px;
    }

    .feature-cases .left-content{    
        width: 320px;
        margin-right: 0;
        margin-left: 48px;
    }
    
    .feature-cases .left-content p{
        margin-top: 8px;
        max-height: 88px;
    }

    .en .feature-cases .left-content p{
        max-height: 88px;
    }
    
    .feature-cases .left-content .btn-block{
        margin-top: 28px;
    }
    
    .feature-cases .right-img{
        width: 368px;
        margin-left: -40px;
        height: 368px;
    }
    
    .case-list-wrapper{
        /* gap: 40px; */
        max-width: 616px;
        margin: 0 auto;
    }
    



    li.case-item{
        width: 288px;
    }


    .case-item:nth-child(n+3){
        margin-top: 40px;
    }

    .case-item:nth-child(odd){
        margin-right: 40px;
    }

    .case-item:nth-child(even){
        margin-right: 0px;
    }



    
    .case-item .img{
        height: 288px;
    }

    .case-item h3{
        margin-top: 10px;
        max-height: 130px;
    }

    .case-list + .new-pagenation-wrapper{
        margin-top: 60px;
    }
    

    
}

@media screen and (max-width: 767px) {
    .feature-cases{
        background-image: linear-gradient(var(--auo-blue) 678px, #fff 1px);      
     
     }

    .feature-cases .left-right-content-wrapper{
       display: block;
    }

    .feature-cases .left-content{    
        width: 100%;
        margin-left: 0;
    }

    .feature-cases .right-img{
        width: 100%;
        margin-left: 0px;
        height: auto;
        margin-top: 28px;
    }

    .case-list-wrapper{
        display: block;
        max-width: none;
    }

    li.case-item{
        margin-right: auto!important;
        margin-left: auto!important;
    }

    .case-item + .case-item{
        margin-top: 40px;
    }


}


/* ========================media casestudy  end===================================== */
/* ========================media casestudy  end===================================== */
/* ========================media casestudy  end===================================== */
/* ========================media casestudy  end===================================== */
/* ========================media casestudy inner start===================================== */
/* ========================media casestudy inner start===================================== */
/* ========================media casestudy inner start===================================== */
.top-html-block{
    padding: 60px 0 80px;
    background-color: var(--gray-5);
}

.middle-html-block{
    padding: 80px 0;
    background-color: var(--auo-blue);
}

.bottom-html-block{
    padding: 80px 0;
}

.related-page-block.empty-bottom-block{
    padding-top: 80px;
}

.related-page-block{
    padding-bottom: 120px;
}

.related-page-block .title{
    padding-bottom: 40px;
}

.relate-list-wrapper{
    display: flex;
    flex-wrap: wrap;
    /* gap: 24px; */
}


li.relate-item{
    min-height: 162px;
    width: 336px;
    margin-right: 24px;
}

li.relate-item:nth-child(3n){
    margin-right: 0;
}


li.relate-item:nth-child(n+4){
    margin-top: 24px;
}


.relate-item a{
    display: block;
    height: 100%;
    width: 100%;
    padding: 24px 28px;
    background-color: rgba(0,80,135,0.4);
    transition: .4s ease;
}

.relate-item .item-title,
.relate-item .cate{
    transition: .4s ease;
}


.relate-item:hover a{
    background-color: var(--auo-blue);
}

.relate-item:hover a > *{
    color: var(--energetic-yellow);
}

.relate-item .item-title{
    margin-top: 16px;
}

.main-related-info-block .related-swiper .title{
    padding: 20px 0 0;
}

.main-related-info-block{
    padding: 120px 0 144px;
}

.middle-html-block .fixed-pattern{
    max-width: none;
}

.middle-html-block .fixed-pattern1::before{
    width: 78px;
    height: 78px;
    top: -129px;
    right: 220px;
    background-image: url('../../images/media/auo-media-casestudy-pattern-3.png');
}

@media screen and (max-width: 1199px) {
    .top-html-block{
        padding: 60px 0;
    }

    .middle-html-block{
        padding: 60px 0;
    }

    .bottom-html-block{
        padding: 60px 0 80px;
    }
    
    .related-page-block.empty-bottom-block{
        padding-top: 60px;
    }

    .related-page-block{
        padding-bottom: 80px;
    }
    
    .related-page-block .title{
        padding-bottom: 20px;
    }
    
    .relate-list-wrapper{
        /* gap: 20px; */
        max-width: 660px;
        justify-content: space-between;
    }
    
    li.relate-item{
        min-height: 160px;
        width: 320px;
        margin-right: 0;
        
    }
 
    li.relate-item:nth-child(n){
        margin-top: 0px;
        
    }
    
    li.relate-item:nth-child(n+3){
        margin-top: 20px;
    }
    
    
    .relate-item .item-title{
        margin-top: 8px;
    }
    
    .main-related-info-block .related-swiper .title{
        padding: 16px 0 0;
    }

    
    .main-related-info-block{
        padding: 80px 0 120px;
    }

    .middle-html-block .fixed-pattern1::before{
        width: 40px;
        height: 40px;
        top: -80px;
        right: 40px;
    }
    
    
}

@media screen and (max-width: 767px) {

    .top-html-block{
        padding: 80px 0 60px;
    }

    .relate-list-wrapper{
        display: block;
        max-width: none;
    }

    li.relate-item {
        margin-right: auto!important;
        margin-left: auto!important;
    }

    li.relate-item:nth-child(n+2){
        margin-top: 20px;
    }

    .relate-item a{
        min-height: 160px;
    }

    .relate-item +  .relate-item{
        margin-top: 20px;
    }

    .middle-html-block .fixed-pattern1::before{
        right: 20px;
    }
    
}

/* ========================media casestudy inner end===================================== */
/* ========================media casestudy inner end===================================== */
/* ========================media casestudy inner end===================================== */
/* -----------------------------media event---------------------------------------------- */
/* -----------------------------media event---------------------------------------------- */
/* -----------------------------media event---------------------------------------------- */
.upcoming-event{
    padding: 120px 0;
}

.upcoming-event .swiper-btn-block{
    justify-content: center;
    margin-top: 24px;
}

.media-event-swiper-block{
    margin-top: 40px;
}

.media-event-swiper .left-img{
    width: 540px;
    margin-right: 60px;
}

.media-event-swiper .right-content{
    width: calc(100% - 600px);
}

.media-event-swiper .title{
    padding-top: 65px;
}

.media-event-swiper .item-subtitle{
    margin-top: 8px;
}

.media-event-swiper .date{
    margin-top: 20px;
}

.media-event-swiper .btn-block{
    margin-top: 40px;
}

.media-event-swiper .swiper-right-left-item{
    display: flex;
}



.recently-event{
    padding-top: 120px;
    background-color: var(--auo-blue);
}

.recently-event .select-wrapper{
    margin-top: 24px;
    max-width: 344px;
}

.recently-event .select-block{
    display: block;
}

.recently-event .timeline-wrapper{
    margin-top: 60px;
    /* tbh */
    height: 520px;
}

.recently-event .bottom-timeline-block .right-block,
.recently-event .bottom-timeline-block .timeline{
    padding-top: 60px;
}

/* 0627 Elin 給予js高度未抓取時的安全值 */
.recently-event .main-sticky-block .left-block{
    height:  340px;
}



.recently-event .text-subtitle + .time-wrapper{
    padding-top: 16px;
}

.recently-event .time-wrapper + .position{
    padding-top: 0px;
}

.recently-event .left-text .title{
    padding-top: 30px;
}


.recently-event .left-text .btn-block{
    margin-top: 20px;
}

.main-sticky-block a {
    display: block;
    padding:  0 10px 10px;
    margin: 0 -10px -10px;
}

.recently-event .bottom-timeline-block{
background-color: transparent;
}

.recently-event .item-empty{
    display: block;
}

.recently-event .empty-text{
    padding-top: 20px;
}



.upcoming-event .fixed-pattern,
.recently-event .fixed-pattern2{
    max-width: none;
}


.upcoming-event .fixed-pattern1::before{
    width: 116px;
    height: 107px;
    top: 60px;
    right: 180px;
    background-image: url('../../images/media/auo-media-event-pattern-1.png');
}

.recently-event .fixed-pattern2::before{
    width: 180px;
    height: 703px;
    right: 0;
    top: -291px;
    background-image: url('../../images/media/auo-media-event-pattern-2.png');
}

.recently-event .empty-pattern{
    width: 80px;
    height: 80px;
    margin-left: 479px;  
    margin-top: 9px;  
    background-position: center;
    background-size: cover;
    background-image: url('../../images/media/auo-media-blog-pattern-5.png');
}




@media screen and (max-width: 1199px) {
    .upcoming-event{
        padding: 80px 0 160px;
    }
    
    .media-event-swiper .left-img {
        width: 320px;
        margin-right: 48px;
    }

    .media-event-swiper .right-content {
        width: calc(100% - 368px);
    }

    .media-event-swiper .title{
        padding-top: 0px;
    }

    .media-event-swiper .date{
        margin-top: 8px;
    }

    .upcoming-event .swiper-btn-block{
        margin-top: 20px;
    }

    .recently-event{
        padding-top: 80px;
    }

    .recently-event .select-wrapper{
        max-width: 320px;
    }


    
    .recently-event .fixed-pattern2::before {
        width: 165px;
        height: 156px;
        right: -69px;
        top: -180px;   
        overflow-x: hidden;    
        background-image: url('../../images/media/auo-media-event-pattern-2-tb.png');
    }

    .recently-event .main-sticky-block .left-block{
        height: auto;
        padding-top: 48px;
    }

    .recently-event .bottom-timeline-block{
        padding-top: 0;
    }

    .recently-event .bottom-timeline-block .right-block{
        width: 688px;
    }   

    .recently-event .year-content-item .right-img{
        width: 320px;
        height: 240px;
        margin-right: 48px;
    }

    .recently-event .year-content-item .left-text{
        width: calc(100% - 368px);
    }
    
    .recently-event .left-text .title{
        padding-top: 20px;
    }

    .recently-event .left-text .text-subtitle{
        padding-top: 8px;
    }

    .recently-event .text-subtitle + .time-wrapper{
        padding-top: 8px;
    }

    .recently-event .empty-pattern{
        width: 56px;
        height:56px;
       
    }

    .recently-event .timeline-swiper{
        width: calc(100% - (100% - 688px)/2);
        margin-left: calc((100% - 688px)/2);
    }
}

@media screen and (max-width: 767px) {
    .upcoming-event {
        padding: 80px 0;
    }

    .media-event-swiper .swiper-right-left-item{
        display: block;
    }

    .media-event-swiper .left-img,
    .media-event-swiper .right-content {
        width: 100%;
        margin-right: 0;
    }

    .media-event-swiper .right-content{
        margin-top: 16px;
    }

    .upcoming-event .swiper-btn-block{
        margin-top: 24px;
    }

    .media-event-swiper-block{
        margin-top: 24px;
    }

    
    .recently-event .select-wrapper{
        max-width: none;
    }

    .recently-event .fixed-pattern2::before {
        width: 165px;
        height: 156px;
        right: -74px;
        top: -180px;
    }

    .recently-event .bottom-timeline-block .right-block{
        width: 100%;
    }   

    .recently-event .year-content-item .right-img{
        margin: 0 auto;
    }

    .recently-event .year-content-item .left-text{
        width: 100%;
    }

    .recently-event .left-text .title{
        padding-top: 0;
    }

    .recently-event .year-content-item + .year-content-item{
        margin-top: 80px;
    }

    .recently-event .empty-pattern{
        margin-left: 57%;
    }

    
    .recently-event .timeline-swiper{
        width: calc(100% - 20px);
        margin-left: 20px;
    }

}
/* -----------------------------media event end---------------------------------------------- */
/* -----------------------------media event end---------------------------------------------- */
/* -----------------------------media event end---------------------------------------------- */
/* -----------------------------media event end---------------------------------------------- */

/* =================================media award ============================ */
/* =================================media award ============================ */
/* =================================media award ============================ */
/* =================================media award ============================ */
.top-info{
    display: flex;
}

.top-info .left-title{
    width: 270px;
    margin-right: 120px;
}

.top-info .right-info{
    width: calc(100% - 390px);
}


.auo-award .block-title{
    width: 270px;
    margin-right: 120px;
}

.auo-award .block-title + p{
    width: calc(100% - 390px);
}

.auo-award .bottom-timeline-block .right-block{
    margin-left: 250px;
    width: calc(100% - 390px);
}


.top-award-title-wrapper{
    display: flex;
}
/* 0627 Elin 若js高度失效給予安全值，以左側十筆年分為高度 */
.auo-award .main-sticky-block .left-block{
    height:768px;
}

.auo-award .bottom-timeline-block .right-block, 
.auo-award .bottom-timeline-block .timeline{
    padding-top: 80px;
}

.auo-award .intro-wrapper + .intro-wrapper{
    padding-top: 28px;
}

.auo-award .bottom-timeline-block{
    padding-bottom: 200px;
}

.auo-award .fixed-pattern{
    max-width: none;
}

.auo-award .fixed-pattern1::before{
    width: 120px;
    height: 106px;
    right: 200px;
    top: -144px;
    background-image: url('../../images/media/auo-media-award-pattern-1.png');
}

.auo-award .fixed-pattern2::before{
    width: 424px;
    height: 179px;
    right: 80px;
    top: auto;
    bottom: 0;
    background-image: url('../../images/media/auo-media-award-pattern-2.png');

}


@media screen and (max-width: 1199px) {
    /* .auo-award{
        padding: 80px 0 160px;
    } */

    .top-info .left-title{
        width: 320px;
        margin-right: 24px;
    }
    
    .top-info .right-info{
        width: calc(100% - 344px);
    }

    .auo-award .time-line-wrapper{
        margin-top: 60px;
    }

    .auo-award .fixed-pattern1::before{
        width: 68px;
        height: 64px;
        right: 40px;
        top: -135px;

    }

    .auo-award .fixed-pattern2::before{
        width: 280px;
        height: 120px;
        right: 0px;
        /* bottom: -160px; */
      
    }

    .auo-award .intro-wrapper + .intro-wrapper{
        padding-top: 22px;
    }

    .auo-award .main-sticky-block .left-block{
        height: auto;
    }

    .auo-award .block-title{
        width: 320px;
        margin-right: 24px;
    }
    
    .auo-award .block-title + p{
        width: calc(100% - 344px);
    }

    .auo-award .bottom-timeline-block .right-block{
        width: 688px;
        padding-top: 60px;
        margin: 0 auto;
    }

    .auo-award .bottom-timeline-block .timeline{
        padding-top: 60px;
    }

    .auo-award .bottom-timeline-block{
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 767px) {
    
    .top-info{
        display: block;
    }

    .top-info .left-title,
    .top-info .right-info{
        width: 100%;
        margin-right: 0;
    }

    .top-info .left-title{
        text-align: center;
    }

    .top-info .right-info{
        margin-top: 20px;

    }

    .auo-award .time-line-wrapper{
        margin-top: 64px;
    }

    .top-award-title-wrapper{
        display: block;
    }

    .auo-award .block-title{
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .auo-award .block-title + p{
        width: 100%;
        padding-top: 20px;
    }

    .auo-award .bottom-timeline-block .right-block{
        width: 100%;
    }

}

/* =================================media award END ============================ */
