/* Hero Section*/

.hero-section{
    display: flex;
    width: 100%;
    max-width: 640px;
    flex-direction: column;
    margin: 120px auto 120px;
    align-items: center;
}

.hero-section .title-box{
    display: flex;
    flex-direction: column;
    align-self: stretch;
    margin-bottom: 24px;
}

.hero-section .title-box .title{
    align-self: stretch;
    color: var(--black, #000);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hero-section .title-box .subtitle{
    align-self: stretch;
    color: var(--black-40, rgba(0, 0, 0, 0.40));
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-section img{
    width: 240px;
    height: 240px;
}

.hero-section p{
    color: var(--black-80, rgba(0, 0, 0, 0.80));
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 28px */
    margin-bottom: 48px;
}

.hero-section .box{
    display: flex;
    gap: 24px;
    justify-content: center;
}

.hero-section .btn:hover{
    .btn-icon-r{
        content: url(../element/image/arrow-right-hover.png);
    }
}

.hero-section .btn.outline:hover{
    .btn-icon-r{
        content: url(../element/icons/arrow-right-outline-hover.svg);
    }
}

@media(max-width:1366px){
    .hero-section{
        margin: 120px auto 120px;
        padding: 0 48px;
        gap: 0px;
    }
    .hero-section .title-box .title{
        font-size: 40px;
        font-weight: 500;
    }
    .hero-section .title-box .subtitle{
        font-size: 20px;
        font-weight: 400;
    }
    .hero-section .title-box{
        margin-bottom: 16px;
    }
    .hero-section p{
        font-size: 18px;
        margin-bottom: 24px;
    }

}

@media(max-width:1024px){
    .hero-section{
        margin: 120px auto 80px;
        padding: 0 24px;
    }
    .hero-section .title-box .title{
        font-size: 32px;
        font-weight: 500;
    }
    .hero-section .title-box .subtitle{
        font-size: 18px;
        font-weight: 400;
    }
    .hero-section img{
        width: 200px;
        height: 200px;
    }

}

@media(max-width:768px){
    .hero-section{
        margin: 84px 16px 48px;
        padding: 0px 16px;
    }
    .hero-section .title-box .title{
        font-size: 24px;
        font-weight: 500;
    }
    .hero-section .title-box .subtitle{
        font-size: 16px;
        font-weight: 400;
    }
    .hero-section img{
        width: 160px;
        height: 160px;
    }
}

@media(max-width:540px){
    .hero-section{
        margin: 80px 16px 48px;

    }
    .hero-section .title-box .title{
        font-size: 24px;
        font-weight: 500;
    }
    .hero-section .title-box .subtitle{
        font-size: 16px;
        font-weight: 400;
    }
}


/* -----Category Section----- */

.prepareenrich{
    display: flex;
    flex-direction: column;
    gap: 120px;
    padding: 0 80px 0;
    width: 100%;
    max-width: 1366px;
    margin-bottom: 120px;
}

.prepareenrich .item{
    display: flex;
    align-items: center;
    gap: 120px;
    padding-left: 76px;
}

.prepareenrich .box{
    position: relative;
    flex: 1 0 0;
}

.prepareenrich .box h2{
    margin-bottom: 8px;
}

.prepareenrich .subtitle{
    color: var(--black-40, rgba(0, 0, 0, 0.40));
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 54px;
}

.prepareenrich .description{
    color: var(--black-80, rgba(0, 0, 0, 0.80));
    font-size: 18px;
    font-weight: 350;
    line-height: 140%; /* 25.2px */
}

.prepareenrich .titlebg{
    position: absolute;
    width: 320px;
    height: 28px;
    top: 44px;
    left: -120px;
    z-index: -1;
}

.prepareenrich h4{
    margin-bottom: 8px;
}
.prepareenrich ul{
    padding-left: 24px;
    margin-bottom: 28px;
    list-style: url(../element/icons/menu-right.svg);
}
.prepareenrich li{
    line-height: 150% !important;
    color: var(--black-60, rgba(0, 0, 0, 0.60));
    font-size: 18px;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}

.prepareenrich .item .cover{
    width: 400px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.prepareenrich .img-list{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
}

.prepareenrich .img-list p{
    margin-bottom: 24px;
}

@media (max-width:1366px){
    .prepareenrich{
        gap: 48px;
        padding: 0 48px 0;
        margin-bottom: 80px;
    }

    .prepareenrich .item{
        align-items: center;
        gap: 80px;
        padding-left: 24px;
    }

    .prepareenrich .box{
        position: relative;
        flex: 1 0 0;
    }

    .prepareenrich .box h2{
        margin-bottom: 8px;
    }

    .prepareenrich .subtitle{
        font-size: 18px;
        margin-bottom: 40px;
    }
    .prepareenrich .description{
        font-size: 18px;
    }
    .prepareenrich .titlebg{
        width: 320px;
        height: 28px;
        top: 44px;
        left: -120px;
    }

    .prepareenrich h4{
        margin-bottom: 8px;
    }
    .prepareenrich ul{
        padding-left: 24px;
        margin-bottom: 28px;
    }
    .prepareenrich li{
        font-size: 18px;
        font-weight: 400;
        line-height: 22px; /* 122.222% */
    }
    .prepareenrich .item .cover{
        width: 360px;
        border-radius: 8px;
        margin-bottom: 8px;
    }
    .prepareenrich .img-list{
        flex-direction: column;
        text-align: center;
        font-size: 18px;
    }
    .prepareenrich .img-list p{
        margin-bottom: 24px;
    }
}

@media(max-width:1024px){
    .prepareenrich{
        gap: 48px;
        padding: 0 24px 0;
        margin-bottom: 80px;
    }

    .prepareenrich .item{
        align-items: center;
        gap: 40px;
        padding-left: 24px;
    }

    .prepareenrich .box{
        position: relative;
        flex: 1 0 0;
    }

    .prepareenrich .box h2{
        margin-bottom: 8px;
    }

    .prepareenrich .subtitle{
        font-size: 16px;
        margin-bottom: 40px;
    }
    .prepareenrich .description{
        font-size: 16px;
    }
    .prepareenrich .titlebg{
        width: 320px;
        height: 28px;
        top: 44px;
        left: -120px;
    }

    .prepareenrich h4{
        margin-bottom: 8px;
    }
    .prepareenrich ul{
        padding-left: 24px;
        margin-bottom: 28px;
    }
    .prepareenrich li{
        font-size: 18px;
        font-weight: 400;
        line-height: 22px; /* 122.222% */
    }
    .prepareenrich .item.img{
        align-items: start;
        flex-direction: column;
        gap: 24px;
    }
    .prepareenrich .item .cover{
        width: 280px;
        border-radius: 8px;
        margin-bottom: 8px;
    }
    .prepareenrich .img-list{
        flex-direction: row;
        text-align: center;
        font-size: 16px;
        gap: 16px;
        width: 100%;
    }
    .prepareenrich .img-list .container{
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 1 0 0;
    }
    .prepareenrich .item.img .cover{
        width: 100%;
        border-radius: 8px;
        margin-bottom: 8px;
    }
    .prepareenrich .img-list p{
        font-size: 16px;
        margin-bottom: 16px;
    }
}

@media(max-width:768px){
    .prepareenrich .item .cover,
    .prepareenrich .img-list{
        display: none;
    }
    .prepareenrich ul{
        padding-left: 24px;
        margin-bottom: 24px;
    }
    .prepareenrich li{
        font-size: 16px;
        font-weight: 400;
        line-height: 120%; /* 122.222% */
    }
    .prepareenrich .item{
        gap: 24px;
        padding-left: 0px;
    }
    .prepareenrich .subtitle{
        font-size: 16px;
        margin-bottom: 24px;
    }
}

@media(max-width:490px){
    .prepareenrich .titlebg{
        width: 240px;
        height: 20px;
        top: 16px;
        left: -100px;
    }
}

/*---------------  FAQ Section ----------------*/

.faq-section{
    display: flex;
    width: 1366px;
    padding: 0px 80px;
    margin: 0 auto 80px;
    flex-direction: column;
    gap: 24px;
}

.faq-section .section-title{
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.faq-section .section-title .title{
    align-self: stretch;
    color: var(--black, #000);
    text-align: center;
    font-family: "Noto Sans TC";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.faq-section .section-title .subtitle{
    align-self: stretch;
    color: var(--black-40, rgba(0, 0, 0, 0.40));
    text-align: center;
    font-family: "Noto Sans TC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}

.faq-section .faq-list{
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.faq-section .faq-list .question{
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-bottom: 1px solid #C1C7CD;
}

.faq-section .faq-list .question:hover{
    cursor: pointer;
    background: #FAE999;

    .text{
        color:#000;
    }
    .arrow{
        background-image: url(../element/icons/faq-arrow-hover.png);
    }
    .q-mark{
        opacity: 1;
    }
}

.faq-section .faq-list .question.active{
    background: #F2C700;
}

.faq-section .faq-list .question .text.active{
    color: #000;
    font-weight: 500;
}

.faq-section .faq-list .question .arrow.active{
    background-image: url(../element/icons/faq-arrow-hover.png);
}

.faq-section .faq-list .question .q-mark{
    width: 24px;
    height: 24px;
    background-image: url(../element/icons/faq-qmark.png);
    background-size: contain;
    opacity: 0.2;
}

.faq-section .faq-list .question .q-mark.active{
    opacity: 1;
}

.faq-section .faq-list .question .text{
    flex: 1 0 0;
    color: #697077;

    /* Body/M */
    font-family: "Noto Sans TC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.faq-section .faq-list .question .arrow{
    width: 24px;
    height: 24px;
    background-image: url(../element/icons/faq-arrow.png);
    background-size: contain;
}

.faq-section .faq-list .answer{
    height: 0px;
    padding: 0px 76px;
    overflow: hidden;
    font-size: 18px;
    transition: ease 300ms;
}

.faq-section .faq-list .answer.active{
    display: flex;
    padding: 24px 76px;
    gap: 8px;
    align-self: stretch;
    border-bottom: 1px solid var(--black, #000);
    background: #FCF4CC;
    height: auto;
    overflow: visible;

    flex: 1 0 0;
    color: var(--black-80, rgba(0, 0, 0, 0.80));

    /* Body/M */
    font-family: "Noto Sans TC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */

    transition: ease-out 300ms;
}

@media(max-width:1366px){
    .faq-section{
        padding: 0px 48px;
        gap: 24px;
        width: 100%;
        margin: 0 auto 80px;
    }
    .faq-section .section-title .title{
        font-size: 36px;
    }
    .faq-section .section-title .subtitle{
        font-size: 18px;
    }
    .faq-section .faq-list .question{
        padding: 36px 16px;
        gap: 16px;
    }
    .faq-section .faq-list .question .q-mark{
        width: 36px;
        height: 36px;
    }
    .faq-section .faq-list .question .text{
        font-size: 20px;
    }
    .faq-section .faq-list .question .arrow{
        width: 24px;
        height: 24px;
    }
    .faq-section .faq-list .answer{
        padding: 0px 68px;
        font-size: 18px;
    }
    .faq-section .faq-list .answer.active{
        padding: 24px 68px;
        gap: 8px;
        font-size: 18px;
    }
}

@media(max-width:1024px){
    .faq-section{
        padding: 0px 24px;
        gap: 24px;
        margin: 0 auto 48px;
        width: 100%;
    }
    .faq-section .section-title .title{
        font-size: 32px;
    }
    .faq-section .section-title .subtitle{
        font-size: 16px;
    }
    .faq-section .faq-list .question{
        padding: 36px 16px;
        gap: 8px;
    }
    .faq-section .faq-list .question .q-mark{
        width: 24px;
        height: 24px;
    }
    .faq-section .faq-list .question .text{
        font-size: 18px;
    }
    .faq-section .faq-list .question .arrow{
        width: 24px;
        height: 24px;
    }
    .faq-section .faq-list .answer{
        padding: 0px 48px;
        font-size: 16px;
    }
    .faq-section .faq-list .answer.active{
        padding: 24px 48px;
        gap: 8px;
        font-size: 16px;
    }
}

@media(max-width:768px){
    .faq-section{
        padding: 0px 16px;
        gap: 24px;
        width: 100%;
    }
    .faq-section .section-title .title{
        font-size: 32px;
    }
    .faq-section .section-title .subtitle{
        font-size: 16px;
    }
    .faq-section .faq-list .question{
        padding: 28px 16px;
        gap: 16px;
    }
    .faq-section .faq-list .question .q-mark{
        width: 24px;
        height: 24px;
    }
    .faq-section .faq-list .question .text{
        font-size: 18px;
    }
    .faq-section .faq-list .question .arrow{
        width: 24px;
        height: 24px;
    }
    .faq-section .faq-list .answer{
        padding: 0px 56px;
        font-size: 16px;
    }
    .faq-section .faq-list .answer.active{
        padding: 24px 56px;
        gap: 8px;
        font-size: 16px;
    }
}

@media(max-width:414px){
    .faq-section{
        padding: 0px 16px;
        gap: 12px;
        width: 100%;
    }
    .faq-section .section-title .title{
        font-size: 24px;
    }
    .faq-section .section-title .subtitle{
        font-size: 14px;
    }
    .faq-section .faq-list .question{
        padding: 24px 12px;
        gap: 8px;
    }
    .faq-section .faq-list .question .q-mark{
        width: 24px;
        height: 24px;
    }
    .faq-section .faq-list .question .text{
        font-size: 16px;
    }
    .faq-section .faq-list .question .arrow{
        width: 24px;
        height: 24px;
    }
    .faq-section .faq-list .answer{
        padding: 0px 44px;
        font-size: 14px;
    }
    .faq-section .faq-list .answer.active{
        padding: 24px 44px;
        gap: 8px;
        font-size: 14px;
    }
}