.exhi01-template-21 {
    --ix21-line: var(--theme11-line, #e5e5e5);
    --ix21-text: var(--theme11-text, #1a1a1a);
    --ix21-soft: var(--theme11-soft, #666);
    --ix21-paper: var(--theme11-paper, #fff);
    --ix21-q-gap: clamp(12px, 2vw, 20px);
    position: relative;
    width: 100%;
    max-width: 100vw;
    padding-top: 15px;
    padding-bottom: 30px;
    overflow: hidden;
    isolation: isolate;
}

@media (min-width: 740px) {
    .exhi01-template-21 {
        padding-bottom: 5vw;
        padding-top: 5vw;
    }
}

.exhi01-template-21 .container {
    position: relative;
    z-index: 2;
}

.exhi01-template-21 .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

@media (max-width: 979px) {
    .exhi01-template-21 .bg.desktop {
        display: none;
    }
}

@media (min-width: 980px) {
    .exhi01-template-21 .bg.mobile {
        display: none;
    }
}

.exhi01-template-21 .title-header .fz-A {
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
}

@media (min-width: 740px) {
    .exhi01-template-21 .title-header .fz-A {
        font-size: 28px;
    }
}

@media (min-width: 1500px) {
    .exhi01-template-21 .title-header .fz-A {
        font-size: 32px;
    }
}

.exhi01-template-21 .title-header > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: clamp(24px, 4vw, 48px);
}

.exhi01-template-21 .title-header .more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.exhi01-template-21 .title-header .more:hover {
    opacity: 0.75;
}

.exhi01-template-21 .title-header .more svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.exhi01-template-21 .ix21-faq {
    background: color-mix(in srgb, var(--ix21-paper) 92%, transparent);
    border-radius: 12px;
    padding: clamp(8px, 2vw, 16px) clamp(16px, 3vw, 32px);
    box-shadow: 0 1px 0 color-mix(in srgb, var(--ix21-line) 60%, transparent);
}

.exhi01-template-21 .faq_body .item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: var(--ix21-q-gap);
    align-items: start;
    border-bottom: 1px solid color-mix(in srgb, var(--ix21-line) 75%, transparent);
    padding: clamp(18px, 2.8vw, 28px) 0;
    margin: 0;
}

.exhi01-template-21 .faq_body .item:last-child {
    border-bottom: 0;
}

.exhi01-template-21 .ix21-q {
    grid-column: 1;
    grid-row: 1;
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    font-weight: 500;
    line-height: 1.5;
    user-select: none;
}

.exhi01-template-21 .faq_body .fz-C {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    margin: 0;
    padding: 0 clamp(28px, 4vw, 40px) 0 0;
    font-size: clamp(18px, 1.85vw, 22px);
    font-weight: 500;
    line-height: 1.55;
    cursor: pointer;
}

.exhi01-template-21 .faq_body .answer {
    grid-column: 2;
    grid-row: 2;
    display: none;
    width: 100%;
    padding: clamp(10px, 1.5vw, 14px) 0 0;
    line-height: 1.7;
    font-size: clamp(14px, 1.45vw, 16px);
    font-weight: 400;
    color: var(--ix21-soft);
}

.exhi01-template-21 .faq_body .item.active .answer {
    color: var(--ix21-text);
}

.exhi01-template-21 .cross_animate {
    position: absolute;
    right: 0;
    top: 0.35em;
    width: 18px;
    height: 18px;
}

.exhi01-template-21 .cross_animate:before,
.exhi01-template-21 .cross_animate:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 14px;
    border-top: 2px solid color-mix(in srgb, var(--ix21-text) 55%, transparent);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.exhi01-template-21 .cross_animate:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.exhi01-template-21 .cross_animate:after {
    transform: translate(-50%, -50%);
}

.exhi01-template-21 .faq_body .item.active .cross_animate:before {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.exhi01-template-21 .faq_body .item.active .cross_animate:after {
    border-top-color: color-mix(in srgb, var(--ix21-text) 75%, transparent);
}

@media (max-width: 640px) {
    .exhi01-template-21 .title-header > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}
