.cms_psm_main { display: flex; flex-direction: column; gap: 60px; width: 100%; padding: 30px; }
.cms_psm_group { display: flex; flex-direction: column; gap: 17px; width: 100%; }
.cms_psm_main_title h2 { margin: 0 !important; padding: 0 !important; border: none !important; }
.cms_psm_lst { display: flex; flex-wrap: wrap; width: 100%; background: #F3F3F3; padding: 0 15px; }
.cms_psm_box { position: relative; padding: 41px 15px; display: flex; flex-direction: column; align-items: center; }
.cms_psm_icon_bg { display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; border-radius: 50%; margin: 23px 0 0 0; }
.cms_psm_icon { width: 28px; height: 28px; }
.cms_psm_status_text { max-width: 200px; text-align: center; margin: 12px 0 0 0; }
@media screen and (min-width: 1025px) {
    .cms_psm_lst > .cms_psm_box:before { content: ""; position: absolute; z-index: 1; top: 50%; right: -0.5px; transform: translateY(-50%); width: 1px; height: 170px; background: #7A7E82; }
    .cms_psm_lst > .cms_psm_box:last-of-type:before { content: none; }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
    .cms_psm_box { width: 50% !important; }
    .cms_psm_lst > .cms_psm_box:before { content: ""; position: absolute; z-index: 1; top: 50%; right: -0.5px; transform: translateY(-50%); width: 1px; height: calc(100% - 30px); background: #7A7E82; }
    .cms_psm_lst > .cms_psm_box:nth-of-type(2n):before { content: none; }
    .cms_psm_lst > .cms_psm_box:not(:first-of-type,:nth-of-type(2)):after { content: ""; position: absolute; z-index: 1; top: -0.5px; left: 50%; transform: translateX(-50%); width: calc(100% - 30px); height: 1px; background: #7A7E82; }
}
@media screen and (max-width: 959px) {
    .cms_psm_main { gap: 40px; }
    .cms_psm_group { gap: 14px; }
    .cms_psm_box { width: 100% !important; }
    .cms_psm_lst > .cms_psm_box:not(:first-of-type):after { content: ""; position: absolute; z-index: 1; top: -0.5px; left: 50%; transform: translateX(-50%); width: calc(100% - 30px); height: 1px; background: #7A7E82; }
    .cms_psm_icon_bg { margin: 18px 0 0 0; }
    .cms_psm_status_text { max-width: none; }
}