﻿.faq {
    padding-bottom: 80px;
}

.faq_title {
   font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 52px;
    color: #0D1846;
    padding-top: 80px;
    text-align: center;
}

.faq_bd_cont {
    padding-top: 80px;
}

.accordion-header button {
   font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #21272A;
}

.accordion-body {
   font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #0D1846;
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 0px;
}

.accordion-button {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.accordion_item_padding {
    padding-top: 30px;
}

.accordion_item_line {
    border: 1px solid #DDE1E6;
}

.faq .border-bottom {
    border-bottom: unset !important;
}

.accordion-item {
    border: unset !important;
}

.accordion-button::after {
    background-image: url(../images/png/icn-blue-downarrow.svg) !important;
}

.accordion-button:not(.collapsed) {
    color: unset !important;
    background-color: unset !important;
    box-shadow: unset !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

@media screen and (max-width: 959px) {
    .faq .container {
        max-width: unset !important;
    }
}

@media screen and (min-width: 960px) and (max-width: 1239px) {
    .faq .container {
        max-width: unset !important;
    }
}

@media screen and (min-width: 1240px) and (max-width: 1320px) {
    .faq .container {
        max-width: unset !important;
    }
}

@media screen and (min-width: 1321px) {
    .faq .container {
        max-width: unset !important;
    }
}
