.func {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.25rem; /* 50px */
}

.func_box {
    position: relative;
}

.func_box_img {
    width: 10rem; /* 400px */
    height: 11.1rem; /* 444px */
}

.func_box_title {
    position: absolute;
    font-family: "MiSans Bold";
    font-size: 0.7rem; /* 28px */
    color: white;
    top: 0.1rem; /* 4px */
    left: 1.25rem; /* 50px */
}

.func_box_text {
    position: absolute;
    font-size: 0.45rem; /* 18px */
    line-height: 1.7;
    padding: 0 0.3rem; /* 12px */
    top: 54%; /* 54% */
    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; /* 430px */
}

.as_box_c_title {
    font-size: 0.7rem; /* 28px */
    font-weight: 600;
    color: white;
    text-align: center;
    margin: 0 0 0 0.25rem; /* 10px */
    height: 1.25rem; /* 50px */
    line-height: 1.25rem; /* 50px */
}

.as_box_c_text {
    font-size: 0.4rem; /* 16px */
    line-height: 1.7;
    padding: 0 0.5rem; /* 20px */
    height: 3.2rem; /* 128px */
    display: flex;
    align-items: center;
}
