.modal_bold_text,
.modal_natural_text{
    text-align: center;
}
.modal_border{
    height: 1px;
    background-color: #e1e4e7;
}
.modal_text_point_flex_content{
    display: flex;
    justify-content: space-between;
}
.modal_content_area_vertical {
    max-width: calc(561px - 180px);
    min-width: calc(561px - 180px);
}