.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: 52%;
    transform: translateY(-50%);
}

.as {
    position: relative;
}

.as_img {
    width: 100%;
}

.as_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.as_box_content {
    width: 10.75rem;
}

.as_box_c_title {
    font-size: 0.7rem;
    font-weight: 600;
    color: white;
    text-align: center;
    margin: 0 0 0 0.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
}

.as_box_c_text {
    font-size: 0.4rem;
    line-height: 1.7;
    padding: 0 0.5rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
}
