@font-face {
    font-family: 'MElleHK-Light';
    src: url(../font/MElleHK-Light.ttf) format("truetype");
}

.aw-home-con1 {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.aw-home-con1 div {
    margin-top: 24px;
}

.aw-home-con1 div:nth-of-type(1) {
    margin-right: 80px;
}

.aw-home-con1 img {
    width: 230px;
    cursor: pointer;
}

/* awards-list */
.awards-list-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.awards-logo {
    width: 360px;
    max-width: calc(100% - 60px);
    margin: 45px auto 80px;
}

.awards-logo img {
    width: 100%;
}

/* list1 */
.awards-list1 {
    background-image: url(../img/awards/list_bg1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 1280px;
    max-width: calc(100% - 60px);
    padding: 130px;
    margin-bottom: 83px;
    border-radius: 27px;
}

.awards-list1m {
    background-image: url(../img/awards/list_bg1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 1280px;
    max-width: 100%;

    padding: 50px 40px 80px ;

}


.awards-list1 .aw-list1-title {
    position: absolute;
    top: -20px;
    width: 800px;
    left: 100px;
}

.awards-list1m .aw-list1-title {
    position: absolute;
    top: -20px;
    width: 800px;
    left: 100px;
}

.aw-list1-title img {
    width: 100%;
}

.aw-list1-titlem {
    position: absolute;
    top: 0px;
    width: 800px;
    left: 100px;
}


.aw-list1-font1 {
    text-align: right;
    font-size: 0.87em;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #3E3A39;
    padding: 35px 50px 45px 33px;
}

.aw-list1-con1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px;
    padding: 0 40px 40px;
    /* 減少左右padding */
    align-items: flex-start;
    /* 確保從頂部對齊 */
}

.aw-list1-con1-2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px;
    padding: 0 40px 40px;
    /* 減少左右padding */
    align-items: flex-start;
    /* 確保從頂部對齊 */
}


.aw-list1-co1 {
    width: 250px;
    /* 稍微減少圖片寬度 */
    margin-right: 30px;
    /* 減少右邊距 */
    flex-shrink: 0;
    /* 防止圖片被壓縮 */
    margin-block: auto;
}

.aw-list1-co1 img {
    width: 100%;
    object-fit: contain;
}

.aw-list1-co2 {
    flex: 1;
    font-size: 0.95em;
    /* 稍微減小字體大小 */
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 1.6;
    /* 調整行高 */
}

.aw-list1-co2 p {
    margin-bottom: 15px;
    /* 段落之間添加間距 */
}

.aw-list1-co2 p:last-child {
    margin-bottom: 0;
    /* 最後一個段落不需要底部間距 */
}

.aw-list1-con1:nth-last-of-type(1) .aw-list1-co2:nth-last-of-type(1) {
    padding-bottom: 0px;
}

.aw-list1-con1-2:nth-last-of-type(1) .aw-list1-co2:nth-last-of-type(1) {
    padding-bottom: 0px;
}

/* list2 */
.awards-list2 {
    background-image: url(../img/awards/list_bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 1280px;
    max-width: calc(100% - 60px);
    padding: 10px;
    margin-bottom: 83px;
    border-radius: 28px;
}

.awards-list2 .aw-list2-title {
    position: absolute;
    top: -50px;
    width: 660px;
    left: 80px;
}

.outer-frame {
    background-image: url(../img/awards/w_frame.png);
    /* 外框圖 */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 1280px;
    max-width: calc(100% - 30px);

    padding: 10px;
    margin-bottom: 83px;
}

.awards-list2m {
    background-image: url(../img/awards/list_bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 1280px;
    max-width: 100%;
    padding: 50px 0px 30px;



}

.awards-list2m .aw-list2-title {
    position: absolute;
    top: 30px;
    width: 660px;
    left: 80px;
}



.aw-list2-title img {
    width: 100%;
}

.aw-list2-font1 {
    text-align: right;
    font-size: 0.87em;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #3E3A39;
    padding: 33px 50px 1px 33px;
}

.aw-list2-con1 {
    padding: 0 63px 63px 56px;
}

.aw-list2m-con1 {
    padding: 0 63px 63px 56px;
}

.aw-list2-co1 {
    display: flex;
    justify-content: space-around;
    padding: 0 63px 0px 56px;
}

.aw-list2m-co1 {
    display: flex;
    justify-content: space-around;
    padding: 0 63px 0px 56px;
}

.aw-list2-co {
    width: 210px;
    margin-bottom: 35px;
    display: flex;
    align-items: flex-end;
}

.aw-list2-co.driver {
    width: 294px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.aw-list2-co img {
    width: 100%;
}

.aw-list2-co-1 {
    width: 210px;
    margin-bottom: 35px;
    display: flex;
    align-items: flex-end;
}

.aw-list2-co-1.driver {
    width: 294px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.aw-list2-co-1 img {
    width: 90%;
}


.aw-list2m-co-1 {
    width: 240px;
    /* 稍微減少圖片寬度 */

    /* 減少右邊距 */
    flex-shrink: 0;
    /* 防止圖片被壓縮 */
    margin: 0 auto;
    margin-bottom: 20px;
}

.aw-list2m-co-1.driver {
    width: 300px;
    padding: 0px 0 0 0;
}

.aw-list2m-co-1 img {
    width: 100%;
    object-fit: contain;
}




/* list3 */
.awards-list3 {
    background-image: url(../img/awards/list_bg3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 1280px;
    height: 80%;
    max-width: calc(100% - 60px);
    padding: 10px;
    margin-bottom: 40px;

    border-radius: 28px;
}

.pdf-con {
    position: absolute;
    bottom: -34px;
    right: 0;
    font-size: 1em;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    text-decoration: underline;
}

.awards-list3 .aw-list3-title {
    position: absolute;
    top: -72px;
    width: 800px;
    left: 90px;
}

.aw-list3-title.aw-en {
    top: -46px;
}

.aw-list3-title img {
    width: 100%;
}

.aw-list3-con1 {
    padding: 111px 288px 89px 105px;
    display: flex;
    justify-content: space-between;
}

.aw-list3-co1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 230px;
    margin-right: 76px;
    justify-content: center;
}

.aw-list3-co1 img:nth-of-type(1) {
    width: calc(100% - 10px);
    margin-bottom: 28px;
}

.aw-list3-co1 img:nth-of-type(2) {
    width: 100%;
}

.aw-list3-co2 {
    flex: 1;
    /* font-size: 0.87em; */
    font-size: 1em;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    /* line-height: 35px; */
    line-height: 35px;
    text-align: justify;
}

/* highlights */
.awards-highlights {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.high-logo {
    width: 540px;
    max-width: calc(100% - 60px);
    margin: 45px auto 40px;
}

.high-logo img {
    width: 100%;
}

.highlights-con {

    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: calc(100% - 200px);
    /* max-width: calc(100% - 60px); */
    max-width: calc(100% - 200px);
    padding: 10px;
    margin-bottom: 40px;

    border-radius: 26px;
}

.aw-hi-con1 {
    padding: 76px 15px 52px;
    display: flex;
    justify-content: center;
}

.aw-hi-con1 iframe {
    /* width: 590px; */
    width: 772px;
    max-width: 100%;
    /* height:330px; */
    aspect-ratio: 16/9;

}

.aw-hi-con2 {
    /* padding: 0 108px; */
    padding: 0 11%;
    display: flex;
    justify-content: space-between;
}

.highlights-con .aw-hi-con2:nth-last-of-type(1) {
    padding-bottom: 95px;
}

.aw-hi-co {
    /* width: 370px; */
    width: 640px;
    max-width: 48%;
    margin-bottom: 35px;
    cursor: pointer;
}

.aw-hi-co1 {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.aw-hi-co1 img {
    width: 100%;
    /* aspect-ratio: 16/9; */

}

.aw-hi-co2 {
    font-size: 0.87em;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    word-wrap: break-word;
}

.aw-hi-co2.en {
    font-size: 0.87em;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    word-wrap: break-word;
    text-align: justify;
    font-family: 'Microsoft JhengHei' !important;
    /* line-height: 23px; */
    color: #000;
}

.big-img-font1.en {
    text-align: justify;
    font-family: 'Microsoft JhengHei' !important;
}

.aw-bk-btn {
    max-width: 140px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #3E3A39;
}

.aw-bk-btn.aw-en {
    max-width: 218px;
}

.aw-bk-btn img {
    margin-right: 2px;
    width: 17px;
}

/* locale */
.aw-list1-title.aw-en {
    width: 930px;
}

.aw-list2-title.aw-en {
    width: 720px;
}

.aw-list3-title.aw-en {
    width: 800px;
}

.aw-list-item3 {
    padding: 0 30px;
}

.en-font-family {
    font-family: 'Microsoft JhengHei' !important;
    line-height: 23px;
    color: #000;
    text-align: justify;
}

/* 彈出放大圖片 */
.big-img-mask {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.big-img-con {
    margin: 0 auto;
    /* width: 530px; */
    width: 790px;
    max-width: calc(100% - 60px);
    max-height: calc(100% - 120px);
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.big-img-close {
    position: absolute;
    top: -30px;
    right: 0;
    color: #B4B8BB;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    cursor: pointer;

}

.big-img {
    display: flex;
    justify-content: center;
    max-height: calc(100vh - 200px);
    position: relative;
}

#bigImg {
    max-width: 100%;
    object-fit: contain;
    /* width: 520px; */
    width: 790px;
}

.big-img-font1 {
    word-wrap: break-word;
    font-size: 0.87em;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 23px;
    margin-top: 6px;
}

.big-img-angle-left {
    position: absolute;
    top: 50%;
    left: -250px;
    width: 0;
    height: 0;
    border-right: 10px solid #B4B8BB;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    transform: translateY(-50%);
    cursor: pointer;
}

.big-img-angle-right {
    position: absolute;
    top: 50%;
    right: -250px;
    width: 0;
    height: 0;
    border-left: 10px solid #B4B8BB;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    transform: translateY(-50%);
    cursor: pointer;
}

@media(min-width:768px) and (max-width:1200px) {
    .high-logo {
        width: 560px;
    }

    .highlights-con {
        width: calc(100% - 60px);
        max-width: calc(100% - 60px);
    }

    .aw-hi-con1 iframe {
        width: 576px;
    }

    .aw-hi-con2 {
        padding: 0 60px;
    }
}

@media(min-width:992px) and (max-width:1200px) {

    .big-img-angle-left {
        left: -150px;
    }

    .big-img-angle-right {
        right: -150px;
    }

    
}

@media(min-width:768px) and (max-width:992px) {

    .big-img-angle-left {
        left: -50px;
    }

    .big-img-angle-right {
        right: -50px;
    }

}

@media (min-width:992px) and (max-width:1100px) {
    .awards-list3 .aw-list3-title.aw-en {
        width: 800px;
        left: 24px;
        top: -30px;
    }
}

@media (max-width:992px) {
    .aw-home-con1 div {
        margin-top: 4px;
    }

    .aw-home-con1 div:nth-of-type(1) {
        margin-right: 30px;
    }

    .aw-home-con1 img {
        width: 150px;
    }

    /* awards */
    .awards-list1 .aw-list1-title {
        position: absolute;
        top: 10px;
        width: 720px;
        left: 30px;
    }

    .awards-list1m .aw-list1-title {
        position: absolute;
        top: -50px;
        width: 90%;
        left: 40px;
    }

    .aw-list1-font1 {
        font-size: 0.76em;
        padding: 33px 30px 20px 33px;
    }

    .aw-list1-con1 {
        margin-bottom: 20px;
        padding: 0 30px 0 20px;
    }

    .aw-list1-con1-2 {
        margin-bottom: 20px;
        padding: 0 30px 0 20px;
    }

    .aw-list1-con1 {
        display: flex;
        flex-direction: column;
        /* 垂直排列 */
        margin-bottom: 0px;
        padding: 0 0px;
        align-items: flex-start;
        /* 保持左對齊 */
        padding: 20px 60px 20px 60px;
    }

    .aw-list1-con1-2 {
        display: flex;
        flex-direction: column;
        /* 垂直排列 */
        margin-bottom: 0px;
        padding: 0 0px;
        align-items: flex-start;
        /* 保持左對齊 */
        padding: 20px 60px 180px 60px;
    }

    .aw-list1-co1 {
        width: 250px;
        margin: 0 auto;
        padding: 30px 0px 30px 0px;
    }

    .aw-list1-con1:nth-last-of-type(1).aw-list1-co2 {
        padding-bottom: 20px;
    }

    .aw-list1-con1-2:nth-last-of-type(1).aw-list1-co2 {
        padding-bottom: 20px;
    }

    .aw-list1-co2 {
        /* font-size: 1em; */
        font-size: 0.87em;
        line-height: 32px;
    }

    /* list2 */
    .awards-list2 .aw-list2-title {
        position: absolute;
        top: -50px;
        width: 560px;
        left: 100px;
    }

    .awards-list2m .aw-list2-title {
        position: absolute;
        top: -126px;
        width: 90%;
        left: 50px;
    }

    .aw-list2-font1 {
        font-size: 0.76em;
        padding: 33px 30px 2px 33px;
    }

    .aw-list2-con1 {
        padding: 0 33px 33px 26px;
    }

    .aw-list2m-con1 {
        padding: 0 33px 33px 26px;
    }

    .aw-list2-co {
        width: 115px;
        margin-bottom: 20px;
        min-width: 23%;

    }

    .aw-list2-co.driver {
        width: 130px;
        margin-left: 10px;
        margin-bottom: 14px;
    }

    /* list3 */
    .aw-list3-co2 {
        /* font-size: 1em; */
        font-size: 0.87em;
        line-height: 32px;
    }

    .awards-list3 .aw-list3-title {
        top: 0px;
        width: 500px;
        left: 50px;
    }

    .aw-list3-con1 {
        padding: 80px 80px 80px 80px;

        flex-direction: column;
        align-items: center;
    }

    .aw-list3-co1 {
        width: 230px;
        margin-right: 20px;
    }

    .aw-list3-co1 img:nth-of-type(1) {
        margin-bottom: 16px;
    }

    .aw-list3-co2 {
        line-height: 32px;
    }

    /* high */
    .aw-hi-con1 {
        padding: 36px 30px 32px;
    }

    .aw-hi-con1 iframe {
        width: 450px;
        height: auto;
    }

    .aw-hi-con2 {
        padding: 0 30px;
    }

    .aw-hi-co {
        margin-bottom: 24px;
    }

    .highlights-con .aw-hi-con2:nth-last-of-type(1) {
        padding-bottom: 35px;
    }

    /* locale */
    .awards-list1 .aw-list1-title.aw-en {
        top: 0px;
        width: 100%;
    }

    .awards-list1m .aw-list1-title.aw-en {
        top: -50px;
        width: 90%;
    }

    .awards-list3 .aw-list3-title.aw-en {
        width: 460px;
        left: 24px;
    }

    .awards-list3 .aw-list3-title.aw-en {
        width: 90%;
        left: 24px;
        top: -12px;
    }
}

@media(max-width:768px) {

    .big-img-angle-left {
        left: -20px;
    }

    .big-img-angle-right {
        right: -20px;
    }

    .big-img-font1 {
        font-size: 0.7em;
    }

    .high-logo {
        width: calc(100% - 40px);
    }

    .highlights-con {
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
    }

    .aw-hi-con1 iframe {
        width: calc(100% - 40px);
    }

    .aw-hi-con2 {
        padding: 0 15px;
    }

    .aw-hi-con2 {
        flex-direction: column;
    }

    .aw-hi-co {
        max-width: 100%;
    }

    .aw-hi-co2.en {
        font-size: 0.8em;
    }
}

@media (max-width:576px) {
    .aw-home-con1 div:nth-of-type(1) {
        margin-right: 20px;
    }

    .aw-home-con1 img {
        width: 140px;
    }

    /* awards */
    .awards-logo {
        margin: 25px auto 30px;
    }

    .awards-list1 {
        max-width: calc(100% - 30px);
        padding: 5px;
        margin-bottom: 20px;
    }

    .awards-list1 .aw-list1-title {
        top: 100px;
        width: 350px;
        left: 30px;
    }

    .awards-list1 .aw-list1-title .aw_en{
        top: 100px;
        width: 350px;
        left: 30px;
    }

    .awards-list1m {
        max-width: 100%;

    }

    .awards-list1m .aw-list1-title {
        top: -40px;
        width: 90%;
        left: 30px;
    }

    .aw-list1-font1 {
        font-size: 0.71em;
        /* font-size: 1em; */
        padding: 33px 10px 10px 20px;
    }

    .aw-list1-con1 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 15px;
        padding: 20px 50px 50px 50px;
        align-items: center;
    }

    .aw-list1-con1-2 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 15px;
        padding: 20px 50px 50px 50px;
        align-items: center;
    }

    .aw-list1-co1 {
        width: 280px;
        margin: 0 auto;
        padding: 60px 0px 20px 0px;
    }

    .aw-list1-co2 {
        font-size: 0.76em;
        line-height: 25px;
    }

    /* list2 */
    .awards-list2 {
        background-image: url(../img/awards/list_bg2.png);
        max-width: calc(100% - 30px);
        padding: 5px;
        margin-bottom: 20px;
    }

    .awards-list2 .aw-list2-title {
        top: -10px;
        width: 350px;
        left: 40px;
    }



    .awards-list2m .aw-list2-title {
        top: -0px;
        width: 85%;
        left: 50px;
    }

    .aw-list2-font1 {
        font-size: 0.71em;
        padding: 20px 10px 3px 20px;
    }

    .aw-list2-con1 {
        padding: 0 10px 10px 10px;
    }

    .aw-list2m-con1 {
        padding: 0 10px 10px 10px;
    }

    .aw-list2-co {
        margin-bottom: 15px;
    }

    /* list3 */
    .aw-list3-co2 {
        font-size: 0.76em;
        line-height: 25px;
    }


    .aw-list3-co2 .en-font-family {
        font-size: 0.76em;
        line-height: 20px;
    }

    .awards-list3 {
        max-width: calc(100% - 30px);
        padding: 5px;
        margin-bottom: 5px;
    }

    .awards-list3 .aw-list3-title {
        top: 20px;
        width: 320px;
        left: 16px;
    }

    .aw-list3-con1 {
        padding: 40px 40px 50px 40px;
        flex-direction: column;
        align-items: center;
    }

    .aw-list3-co1 {
        width: 250px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .aw-list3-co1 img:nth-of-type(1) {
        margin-bottom: 6px;
    }

    /* hight */
    .high-logo {
        margin: 20px auto 25px;
    }

    .highlights-con {
        max-width: calc(100% - 30px);
        padding: 5px;
        margin-bottom: 30px;
    }

    .aw-hi-con1 {
        padding: 26px 15px 20px;
    }

    .aw-hi-con2 {
        padding: 0 15px;
    }

    .aw-hi-co {
        margin-bottom: 20px;
    }

    .aw-hi-co2 {
        font-size: 0.65em;
        line-height: 18px;
    }

    .highlights-con .aw-hi-con2:nth-last-of-type(1) {
        padding-bottom: 10px;
    }

    /* locale */
    .awards-list1 .aw-list1-title.aw-en {
        top: 100px;
        width: 450px;
    }

    .awards-list1m .aw-list1-title.aw-en {
        top: -50px;
        width: 92%;
        left: 40px
    }

    .awards-list2 .aw-list2-title {
        top: 0px;
    }

    .awards-list2m .aw-list2-title {
        top: -80px;
    }

    .awards-list3 .aw-list3-title.aw-en {
        width: 90%;
        left: 30px;
        top: 50px;
    }

    .aw-list-item3 {
        padding: 0 15px;
    }

    .awards-list-back {
        margin-top: 30px;
    }

    .pdf-con {
        font-size: 0.9em;
        bottom: -30px;
    }

    .pdf-con.en {
        font-size: 0.7em;
        bottom: -26px;
    }
}


.aw-list2-co-1a {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.base-image {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    visibility: hidden;
}

.overlay-image {
    position: relative;
    top: -80px;
    left: 0px;
    height: 100%;
    object-fit: contain;
    z-index: 120;
    width: 120%;
    overflow: visible;
}