.func {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 1.25rem;
}

.func_box {
    position: relative;
}

.func_box_img {
    width: 10rem;
}

.func_box_title {
    position: absolute;
    font-family: "MiSans Bold";
    font-size: 0.7rem;
    color: white;
    top: 0;
    left: 0.35rem;
}

.func_box_text {
    position: absolute;
    font-size: 0.6rem;
    line-height: 1.7;
    padding: 0 1.1rem;
    top: 50%;
    transform: translateY(-50%);
}

.as_img {
    width: 100%;
}

.as_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}

.as_box_content {
    flex: 1;
}

.as_box_c_title {
    font-size: 0.75rem;
    font-family: "MiSans Bold";
    text-align: center;
}

.as_box_c_text {
    font-size: 0.5rem;
    margin-top: 0.4rem;
    padding: 0 0.375rem;
}
