/* --------------- Article Content--------------- */

.article-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1024px;
    margin: 120px auto 120px;
    padding: 0 48px;
    gap: 12px;
}

.article-content .content{
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
}
.article-content .content figcaption{
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Noto Sans TC";
}

.article-content p{
    color: rgba(0, 0, 0, 0.8);
    font-family: "Noto Sans TC";
    font-size: 18px; 
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.25px;
}

.article-content .content .section{
    display: flex;
    flex-direction: column;
    gap:24px;
}

.article-content .content .section strong{
    display: inline !important;
    font-weight: bold !important;
    color: rgba(0, 0, 0, 0.9) !important;
}

.article-content .content .section h2{
    display:flex;
    align-self: stretch;
    color: rgba(0, 0, 0, 0.9);
    font-family: "Noto Sans TC";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.article-content .content .section h3{
    font-family: "Noto Sans TC";
    font-size: 20px;
    color: rgba(0, 0, 0, 0.9);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.article-content .content .section q{
    display: block;
    font-family: "Noto Sans TC";
    font-size: 32px;
    color: rgba(0, 0, 0, 0.9);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 48px 15%;
    text-align: center;
    background: left 2% center / 96px no-repeat url(../element/icons/format-quote-open.svg), right 2% center / 96px no-repeat url(../element/icons/format-quote-close.svg) ;
}

.article-content .content img{
    width: 100%;
    height: 400px;
    object-fit: cover; 
    border-radius: 16px;
}

/* --------------- Article Title --------------- */

.article-title{
    align-self: stretch;
    color: #000;

    /* Title/H1 */
    font-family: "Noto Sans TC";
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 86.4px */
    padding-top: 24px;
}

.artile-details{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 16px;
    padding-bottom: 8px;
    border-bottom: 1.5px solid var(--BnW-3, #BFBFBF);
}

.author-info{
    display: flex;
    align-items: center;
    gap: 12px;
}

.artile-details .icon{
    width: 36px;
    height: 36px;
    background: center / contain no-repeat url(../elements/pictures/logo-icon-only.svg);
}

.artile-details .icon img{
    width: 36px;
    height: 36px;
    object-fit: cover;
    object-position: center;
}

.artile-details .author{
    color: #808080;

    /* Subtitles/Bold */
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 30px */
}

.artile-details .date{
    color: #808080;

    /* Paragraphs/Light */
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 290;
    line-height: 150%; /* 24px */   
    flex: 1; 
    text-align: end;
}

.artile-details .share{
    height: 24px;
    width: 24px;
    background: center / cover no-repeat url(../elements/icons/share.svg);
}

.artile-details .share:hover{
    background: center / cover no-repeat url(../elements/icons/share-hover.svg);
}

@media (max-width:1366px) {
    .article-content{
        margin: 96px auto 120px;
        gap: 24px;
        max-width: 800px;
    }
    .article-content .content{
        gap: 24px;
    }
    .article-title{
        font-size: 36px;
    }
    .article-banner{
        height: 400px;
        border-radius: 12px;
    }
    .article-content .content img{
        height: 300px;
        border-radius: 12px;
    }
    .artile-details .icon{
        width: 24px;
        height: 24px;
    }
    .artile-details .author, .artile-details .date {
        font-size: 16px;
    }
    .artile-details .share{
        height: 16px;
        width: 16px;
    }
    .article-content .content .section{
        gap: 16px;
    }
    .article-content .content .section q{
        font-size: 28px;
    }

}

@media (max-width:1024px) {
    .article-content{
        margin: 96px auto 120px;
        gap: 24px;
        padding: 0 48px;
    }
    .article-title{
        font-size: 40px;
    }
    .article-content .content{
        gap: 48px;
    }
    .article-banner, .article-banner img{
        height: 360px;
        border-radius: 12px;
    }
    .article-content .content img{
        height: 280px;
        border-radius: 12px;
    }
    .article-content p{
        font-size: 18px;
    }
    .article-content .content .section h2{
        font-size: 20px;
    }
    .article-content .content .section h3{
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .article-content{
        gap: 24px;
        padding: 0 24px;
    }
    .article-content .content{
        gap: 24px;
    }
    .article-banner, .article-banner img{
        height: 280px;
        border-radius: 12px;
    }
    .article-content .content img{
        height: 200px;
        border-radius: 12px;
    }
    .article-content p{
        font-size: 16px;
    }
    .article-title{
        font-size: 32px;
    }
    .artile-details .icon{
        width: 28px;
        height: 28px;
    }
    .artile-details .author{
        font-size: 16px;
    }
    .article-content .content .section q{
        font-size: 24px;
        padding: 48px 20%;
        text-align: center;
        background: left center / 96px no-repeat url(../element/icons/format-quote-open.svg), right center / 96px no-repeat url(../element/icons/format-quote-close.svg) ;
    }
}

@media (max-width:414px) {
    .article-title{
        font-size: 28px;
    }
    .article-content{
        margin: 96px auto 80px;
        gap: 24px;
        padding: 0 16px;
    }
    .article-banner, .article-banner img{
        height: 200px;
        border-radius: 12px;
    }
    .article-content .content img{
        height: 160px;
        border-radius: 12px;
    }
    .article-content p{
        font-size: 16px;
        padding: 0;
        border: none;
    }
    .article-content .content .section{
        gap:12px;
    }
    .article-content .content .section q{
        font-size: 24px;
        padding: 48px 20%;
        text-align: center;
        background: left center / 72px no-repeat url(../element/icons/format-quote-open.svg), right center / 72px no-repeat url(../element/icons/format-quote-close.svg) ;
    }

}

/*-- Button CTA--*/

.article-content .btn-list{
    display: flex;
    gap: 16px;
    margin-top: 48px;
}

.article-content .btn.major{
    display: flex;
    padding: 12px 16px 12px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--main, #F2C700);
}

.article-content .btn.major .btn-text{
    color: var(--black, #000);
    text-align: center;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.article-content .btn.major .btn-icon{
    width: 24px;
    height: 24px;
    background-image: url(../element/image/arrow-right.png);
    background-size: contain;
}

.article-content .btn.major:hover{
    cursor: pointer;
    background: var(--main-dark-5, #302800);

    .btn-icon{
        background-image: url(../element/image/arrow-right-hover.png);
    }

    .btn-text{
        color: var(--main, #F2C700);
    }
}

.article-content .btn.outline{
    display: flex;
    padding: 12px 16px 12px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1.5px solid var(--black, #000);
}

.article-content .btn.outline .btn-text{
    color: var(--black, #000);
    text-align: center;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.article-content .btn.outline .btn-icon{
    width: 24px;
    height: 24px;
    background-image: url(../element/icons/hand-coin.svg);
    background-size: contain;
}

.article-content .btn.outline:hover{
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.90);

    .btn-icon{
        background-image: url(../element/icons/hand-coin-hover.svg);
    }

    .btn-text{
        color: white;
    }
}


/* Swiper Settings*/

.article-content .content .swiper{
    height: 400px;
    width: 100%;
    border-radius: 16px;
}

.swiper .swiper-slide{
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-prev{
    background-image: url(../element/image/menu-left.png) !important;
    background-size: contain !important;
    color:transparent !important;
    height: 48px !important;
    width: 48px !important; 
}

.swiper-button-next{
    background-image: url(../element/image/menu-right.png) !important;
    background-size: contain !important;
    color:transparent !important;
    height: 48px !important;
    width: 48px !important; 
}

.swiper-pagination-bullet{
    background-color: white;
}

@media (max-width:1366px) {
    
}

@media (max-width:1024px) {
    
}

@media (max-width:768px) {
    
}

@media (max-width:414px) {
    
}