/*******************************************************************
	Professional Contranct
********************************************************************/
.professional_wrap {
    padding: 2rem 0;
}

.professional_group {
    padding: 0 2rem;
}

.professional_group > h3 {
    position: relative;
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.professional_group > h3::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    background: #0b4da2;
    border-radius: 50%;
}

.professional_group > h4 {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.professional_group > h5 {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.professional_group > p {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.professional_group_img {
    text-align: center;
}

.professional_group > p > span {
    font-weight: 600;
    color: #0b4da2;
}

/*.professional_map {
    background: #deeaf6;
    margin-bottom: 2rem;
}

.professional_map ul {
    padding: 2rem;
}

.professional_map ul li {
    text-align: center;
    font-size: 1.3rem;
    padding: 1rem;
}

.professional_map ul li.map_01 {
    background: #fff;
}

.professional_map ul li.map_02 {
    font-size: 0.9rem;
    padding: 0.5rem;
}

.professional_map ul li.map_03 {
    color: #fff;
    background: #0b4da2;
}*/


/* 전문계약체계도_mobile_2024.07.10_new  */
.system-seq {
    display: grid;
    justify-content: center;
    text-align: center;
    padding: 30px 15px;
    background: #f2f2f2;
    margin: 2rem 0;
    font-size: 1.2rem;
}

.system-seq > div.list {
    display: grid;
}

.system-seq > div.list > ul {
    display: grid;
    gap: 30px;
}

.system-seq > div.list > ul li {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.system-seq > div.list > ul li::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 28px;
    width: 19px;
    height: 11px;
    background: url("/cloud_ver3/html_web/images/system_arrow.png") no-repeat;
    transform: rotate(90deg);
}

.system-seq > div.list > ul li.other::after {
    bottom: -75px;
}

.system-seq ul li p {
    font-weight: 600;
    padding: 0.5rem;
}

.system-seq ul li p.s_col {
    background: #0067a9;
    color: #fff;
    /*flex: 1;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.system-seq ul li p.s_col_02 {
    border: 2px solid #009ed6;
    background: #fff;
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.system-seq > div.list > div.icons ul {
    display: flex;
    justify-content: space-around;
    padding: 0 0 0 10rem;
 }

.system-seq > div.list > div.icons ul li {
    position: relative;
    padding: 50px 0px;
}

.system-seq > div.list > div.icons ul li > p  {
    font-size: 1.1rem;
    padding: 0.4rem;
}

.system-seq > div.list > div.icons ul li > p > em {
    font-weight: 400;
    font-style: normal;
}

.system-seq > div.list > div.icons ul li:nth-child(1) {
    border-left: 1px dashed #d04f16;
}

.system-seq > div.list > div.icons ul li:nth-child(1) > p {
    color: #d04f16;
}

.system-seq > div.list > div.icons ul li:nth-child(1)::before {
    content: "";
    border-style: solid;
    border-width: 6px 11px 6px 0;
    border-color: transparent #d04f16 transparent transparent;
    position: absolute;
    top: -1px;
    left: -6px;
    transform: rotate(90deg);
}

.system-seq > div.list > div.icons ul li:nth-child(1)::after {
    content: "";
    border-style: solid;
    border-width: 6px 0 6px 11px;
    border-color: transparent transparent transparent #d04f16;
    position: absolute;
    bottom: -1px;
    left: -6px;
    transform: rotate(90deg);
}

.system-seq > div.list > div.icons ul li:nth-child(2) {
    color: #528522;
    border-left: 1px dashed #528522;
}
.system-seq > div.list > div.icons ul li:nth-child(2) > p {
    color: #528522;
}

.system-seq > div.list > div.icons ul li:nth-child(2)::after {
    content: "";
    border-style: solid;
    border-width: 6px 0 6px 11px;
    border-color: transparent transparent transparent #528522;
    position: absolute;
    bottom: -1px;
    left: -6px;
    transform: rotate(90deg);
}

.system-seq > div.s_box ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.system-seq > div.s_box ul li p.s_col_02 > strong {
    color: #fff;
    padding: 0.3rem;
}

.system-seq > div.s_box ul li p.s_col_02 > strong > span {
    display: block;
}

.system-seq > div.s_box ul li p.s_col_02 > strong > span.txt01 {
    font-weight: 600;
}

.system-seq > div.s_box ul li p.s_col_02 > strong > span.txt02 {
    font-weight: 300;
    font-size: 1rem;
}

.system-seq > div.s_box ul li p.s_col_02 > strong.s_ta {
    background: #d04f16;
    margin-right: 0.2rem;
}

.system-seq > div.s_box ul li p.s_col_02 > strong.s_ta_02 {
    background: #528522;
    margin-left: 0.2rem;
}