.grave_cont {
    padding: 70px 0;
}

.grave_cont .section:not(:last-child) {
    margin-bottom: 50px;
}

.content_title_area .content_title {
    align-items: flex-start;
}

.content_title_area .content_title::before {
    margin-top: -3px;
}

.error_list {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.error_list .list_item {
    width: calc((100% - (24px * 3)) / 4);
    max-width: 265px;
    border: 1px solid var(--error-color);
    border-radius: 6px;
    background-color: #FFEEF0;
    padding: 16px;
}

.error_list .img_wrap {
    display: flex;
}

.error_list .title {
    margin-top: 9px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-align: center;
}




.alert_box.green {
    padding: 16px;
    background-color: #FBFFF8;
    border: 1px solid var(--sub-color);
    border-radius: 6px;
}

.alert_box.green .title {
    font-size: 24px;
    font-weight: 400;
    color: #222;
    margin-bottom: 16px;
}

.alert_box.green .title strong {
    font-weight: 600;
}

.alert_box.green ul li {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    line-height: 1.5;
    letter-spacing: 2%;
}

.alert_box.green ul li:not(:last-child) {
    margin-bottom: 16px;
}

.alert_box.green ul li * {
    line-height: 1.5;
    letter-spacing: 2%;
}

.alert_box.green ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #222;
    margin-top: 11px;
    flex-shrink: 0;
}

.alert_box.green ul li strong {
    font-weight: 600;
    color: var(--error-color);
}

.border_cont {
    border-top: 1px solid #E1E1E1;
}

.box_list .list_item:not(:last-child) {
    margin-bottom: 40px;
}

.box_list .title_wrap {
    margin-bottom: 16px;
}

.box_list .title_wrap .title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.box_list .title_wrap .sub_text {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    margin-top: 4px;
}

.box_list .item_box {
    border: 1px solid var(--sub-color);
    border-radius: 6px;
    background-color: #FBFFF8;
    padding: 16px;
}

.box_list .item_box .desc_wrap {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.box_list .item_box .desc_wrap .w_100 {
    width: 100%;
}

.box_list .item_box .desc_wrap .w_50 {
    width: calc((100% - 16px) / 2);
}

.box_list .item_box .box_title {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding-bottom: 8px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color: var(--sub-color);
}

.box_list .item_box .box_title::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/static/app_www/base/img/icon_check_gr.png) no-repeat center/contain;
    margin-top: 1px;
    flex-shrink: 0;
}

.box_list .item_box .box_disc li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.box_list .item_box .box_disc li:not(:last-child) {
    margin-bottom: 2px;
}

.box_list .item_box .box_disc li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #222;
    margin: 9px 8px 0;
    flex-shrink: 0;
}

.box_list .img_list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 9px;
}

.box_list .img_list .img_wrap {
    width: calc((100% - 16px) / 2);
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.box_list .img_list .img_wrap img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.box_list .warning_alert {
    margin-top: 22px;
    font-size: 16px;
    font-weight: 500;
    color: var(--error-color);
    margin-left: 8px;
}

.progress_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.progress_wrap.gap_8 {
    gap: 8px;
}

.progress_wrap .progress_box {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #BBBBBB;
    border-radius: 6px;
    text-align: center;
    padding: 16px;
    gap: 20px;
}

.progress_wrap .progress_box.alert {
    border-radius: 0;
    background-color: #FBFFF8;
    font-weight: 500;
    color: var(--sub-color);
    padding: 19px 16px;
    font-size: 16px;
}


.progress_wrap .progress_box .title {
    color: #222;
    font-weight: 600;
    font-size: 18px;
}

.progress_wrap .progress_box .descs {
    display: flex;
    flex-direction: column;
    color: #222;
    font-weight: 400;
    font-size: 16px;
    gap: 4px;
}

.progress_list {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.progress_list .progress_box::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url(/static/app_www/base/img/icon_arrow_right_tail_w.png) no-repeat center/14px auto;
    background-color: var(--main-color);
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translate(-50%, 50%) rotate(90deg);
}

.progress_list .progress_box:last-child:after {
    display: none;
}

.img_graph {
    display: flex;
    width: 100%;
}

@media screen and (max-width:1023px) {
    .grave_cont {
        padding: 50px 0;
    }

    .grave_cont .section:not(:last-child) {
        margin-bottom: 32px;
    }


    .error_list {
        gap: 16px;
    }

    .error_list .list_item {
        width: calc((100% - (16px)) / 2);
    }

    .alert_box.green .title {
        font-size: 20px;
    }

    .box_list .item_box .desc_wrap {
        flex-direction: column;
        gap: 24px 16px;
        margin-bottom: 24px;
    }

    .box_list .item_box .desc_wrap .w_50 {
        width: 100%;
    }

    .box_list .title_wrap .title {
        font-size: 18px;
    }

    .box_list .title_wrap .sub_text {
        font-size: 16px;
    }

    .box_list .img_list {
        padding: 0;
    }

    .progress_wrap {
        gap: 8px;
    }

    .progress_wrap .progress_box.alert {
        font-size: 14px;
        padding: 16px;
    }


    .progress_wrap .progress_box .title {
        font-size: 16px;
    }

    .progress_wrap .progress_box .descs {
        font-size: 14px;
    }

    .progress_list {
        gap: 40px;
    }

    .progress_list .progress_box::after {
        bottom: -21px;
    }

}

@media screen and (max-width:767px) {
    .box_list .img_list .img_wrap {
        width: 100%;
    }
}