/* faq */
.faq { padding: 90px 0; text-align: center; background-color: #cc02000a; }
.faq .faq-main { max-width: 880px; margin: 40px auto 0 auto; }
.faq .faq-item { border: 1px solid #CC02001A; background: #FFFFFF; margin-bottom: 15px; padding: 25px; border-radius: 10px; text-align: left; cursor: pointer; }
.faq .faq-item .faq-title { position: relative; display: flex; justify-content: space-between; align-items: center; color: #000000; font-weight: 600; font-size: 24px; line-height: 28px; }
.faq .faq-details { display: none; }
.faq .faq-item .faq-title::after { content: ''; width: 34px; height: 34px; min-width: 34px; display: inline-block; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><circle cx="17" cy="17" r="16.5" transform="rotate(180 17 17)" stroke="%23CC0200"/><rect x="11" y="17" width="13" height="1" fill="%23CC0200"/><rect x="18" y="11" width="13" height="1" transform="rotate(90 18 11)" fill="%23CC0200"/></svg>'); background-repeat: no-repeat; background-position: center right; background-size: contain; }
.faq .faq-item.active .faq-title::after { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><circle cx="17" cy="17" r="16.5" transform="rotate(180 17 17)" stroke="%23CC0200"/><rect x="11" y="17" width="13" height="1" fill="%23CC0200"/></svg>'); }

@media (max-width:992px) {
    .faq { padding: 40px 0; }
    .faq .faq-item { padding: 15px; }
    .faq .faq-item .faq-title { font-size: 20px; line-height: 26px; }
    .faq .faq-item .faq-title::after { width: 24px; height: 24px; min-width: 24px; }
}

@media (max-width:575px) {
    .faq .faq-item .faq-title { font-size: 16px; line-height: 22px; }
    .faq .faq-item { padding: 10px; }
    faq .faq-item .faq-title::after { width: 20px; height: 20px; min-width: 20px; }
}
/* faq */