@charset "utf-8";

.fv {
    width: 100%;
    height: fit-content;
    aspect-ratio: 398 / 768;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 84.38px;
    gap: 202px;
}

.content-ttl {
    color: #2B2B2B;
    text-align: center;

    h2 {
        font-size: 71px;
    }

    h3 {
        font-size: 14px;
        margin: 0
        ;
    }
}

.scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scroll b {
    color: #2B2B2B;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 4.8px;
}

.scroll .arrow span {
    display: block;
    width: 13px;
    height: 13px;
    border-right: 1px solid #2B2B2B;
    border-bottom: 1px solid #2B2B2B;
    transform: rotate(45deg);
    line-height: 0;
}

.main-point {
    padding: 0 17px 0 15px;
}

.main-point h4 {
    width: 100%;
    background: #2B2B2B;
    color: #FFFFFF;
    font-size: 14px;
    padding: 17px 0 15px 28px;
    margin-top: 90px;
    margin-bottom: 39px;
}

.main-point .qa_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 39px;
}

.main-point .qa_box .open-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.main-point .qa_box .open-btn p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    white-space: wrap;
    width: 85%;
    text-align: left;
    color: #2B2B2B;
}

.main-point .qa_box .open-btn span {
    font-size: 19.3px;
    color: #2B2B2B;
}

.main-point .qa_box .search-box {
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-point .qa_box .search-box p {
    font-size: 14px;
    margin: 0;
}

@media only screen and (min-width:992px) {
    .fv {
        width: 100%;
        height: fit-content;
        aspect-ratio: 1920 / 500;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 0;
        gap: 0;
        margin-bottom: 273px;
    }

    .content-ttl {
        color: #2B2B2B;
        text-align: center;

        h2 {
            font-size: 150px;
        }

        h3 {
            font-size: 18px;
            margin: 0;
        }
    }

    .main-point {
        width: 80%;
        max-width: 812px;
        margin: 0 auto;
    }

    .main-point h4 {
        font-size: 18px;
    }

    .main-point .qa_box {
        gap: 0px;
    }

    .main-point .qa_box .open-btn p {
        font-size: 16px;
    }

    .main-point .qa_box .open-btn span {
        font-size: 34.3px;
    }

    .main-point .qa_box .search-box p {
        font-size: 16px;
    }
}

@media only screen and (max-width:991px) {
    @media only screen and (min-height:932px) {
        .fv {
            gap: 200px;
        }
    }

    @media only screen and (min-height:1000px) {
        .fv {
            gap: 300px;
        }
    }
}