.shammak_sub_section {
    background: var(--black1);
    overflow: hidden;
}

.shammak_sub_section .shammak_process {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 7.6rem 0 -0.9rem;
}

.shammak_sub_section .shammak_process::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 150vw;
    border-top: 2px dashed rgba(162, 208, 241, 0.4);
    transform: translate(-50%, -50%) rotate(23deg);
}

.shammak_sub_section .shammak_process .item {
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
    width: 28rem;
    height: 28rem;
}

.shammak_sub_section .shammak_process .item.wide {
    width: 65.6rem;
    height: 42.2rem;
}

.shammak_sub_section .shammak_process .item:nth-child(2) {
    margin: 8rem 0 0 -8.4rem;
}

.shammak_sub_section .shammak_process .item:nth-child(3) {
    margin: 29.9rem 0 0 -8.4rem;
}

.shammak_sub_section .shammak_process .item::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border-radius: 500px;
    border: 12px solid #94b7d1;
    box-shadow: 16px 16px 32px 0px rgba(0, 0, 0, 0.6);
}

.shammak_sub_section .shammak_process .item > div {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #222325;
    border-radius: 500px;
    box-shadow: 8px 8px 40px 0px rgba(0, 68, 116, 0.6);
}

.shammak_sub_section .shammak_process .item .title {
    margin-top: 1.2rem;
    font-size: 2.2rem;
    font-weight: var(--fw_bolder);
    color: var(--main1);
}

.shammak_sub_section .shammak_process .item ul {
    padding: 0.8rem 0;
    margin-top: 4rem;
}

.shammak_sub_section .shammak_process .item ul li {
    display: flex;
    align-items: center;
    padding: 1.6rem 2rem;
}

.shammak_sub_section .shammak_process .item ul li:nth-child(n + 2) {
    border-top: 1px dashed rgba(162, 208, 241, 0.25);
}

.shammak_sub_section .shammak_process .item ul li > * {
    font-size: 1.8rem;
    font-weight: var(--fw_bold);
}

.shammak_sub_section .shammak_process .item ul li span {
    display: inline-block;
    width: 10rem;
    color: var(--main1);
    text-align: right;
}

.shammak_sub_section .shammak_process .item ul li p {
    margin-left: 2.5rem;
    color: var(--main3);
}

.shammak_sub_section .shammak_result {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20rem 0 5.6rem;
}

.shammak_sub_section .shammak_result div {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.shammak_sub_section .shammak_result div:nth-child(2) {
    margin-left: 2.4rem;
}

.shammak_sub_section .shammak_result div span {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36rem;
    height: 8.9rem;
    font-size: 2.2rem;
    font-weight: var(--fw_bolder);
    border-radius: 12px;
    text-align: center;
}

.shammak_sub_section .shammak_result div span:nth-of-type(1) {
    color: var(--main3);
    background: linear-gradient(180deg, #27282b 0%, #313235 100%), linear-gradient(180deg, #161718 0%, #27282b 100%);
    flex-direction: column;
    gap: 6px;
}

.shammak_sub_section .shammak_result div span:nth-of-type(1) em {
    font-size: 12px;
    font-style: normal;
}

.shammak_sub_section .shammak_result div span:nth-of-type(2) {
    background: linear-gradient(180deg, #cae5fa 0%, #51a2d4 100%);
}

.shammak_sub_section .shammak_result div img {
    display: inline-block;
    flex: 0 0 auto;
    margin: 2rem 0;
}

.shammak_sub_section .info_text {
    font-size: 2rem;
    font-weight: var(--fw_bold);
    color: var(--white1);
    text-align: center;
    line-height: 1.8;
}

.personnel_sub_section .sub_section_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.personnel_sub_section .sub_section_title {
    flex: 0 0 auto;
}

.personnel_sub_section ul {
    width: 78.8rem;
    margin-left: 4rem;
}

.personnel_sub_section ul li {
    padding: 6.4rem 4rem;
}

.personnel_sub_section ul li:nth-child(1) {
    padding-top: 3.2rem;
}

.personnel_sub_section ul li:nth-child(n + 2) {
    border-top: 1px solid var(--white2);
}

.personnel_sub_section ul li span {
    font-size: 2.4rem;
    font-weight: var(--fw_bolder);
}

.personnel_sub_section ul li p {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.6;
}

@media screen and (max-width: 1100px) {
    .shammak_sub_section .shammak_process .item.wide {
        width: 430px;
    }

    .shammak_sub_section .shammak_process .item:nth-child(2) {
        margin-left: -80px;
    }

    .shammak_sub_section .shammak_process .item:nth-child(3) {
        margin-left: -80px;
    }
}

@media screen and (max-width: 768px) {
    .shammak_sub_section .sub_section_inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .shammak_sub_section .sub_section_title {
        width: 100%;
    }

    .shammak_sub_section .shammak_process {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 32px 0 0;
    }

    .shammak_sub_section .shammak_process::after {
        width: 0;
        height: 90%;
        transform: translate(-50%, -50%);
        border-top: none;
        border-left: 3px dashed rgba(162, 208, 241, 0.5);
    }

    .shammak_sub_section .shammak_process .item {
        flex: 1 1 auto;
        width: 78.81%;
        height: 11.5rem;
    }

    .shammak_sub_section .shammak_process .item.wide {
        width: 100%;
        height: auto;
    }

    .shammak_sub_section .shammak_process .item:nth-child(2) {
        width: 100%;
        height: 327px;
        margin: 0;
    }

    .shammak_sub_section .shammak_process .item:nth-child(2) > div {
        border-radius: 60px;
    }

    .shammak_sub_section .shammak_process .item:nth-child(2)::after {
        border-radius: 60px;
    }

    .shammak_sub_section .shammak_process .item:nth-child(3) {
        margin: 0;
    }

    .shammak_sub_section .shammak_process .item:nth-child(n + 2) {
        margin-top: 32px;
    }

    .shammak_sub_section .shammak_process .item::after {
        border-width: 8px;
        box-shadow: 16px 16px 24px 0 rgba(0, 0, 0, 0.6);
    }

    .shammak_sub_section .shammak_process .item > div {
        border-radius: 500px;
        box-shadow: 8px 8px 24px 0 rgba(0, 68, 116, 0.6);
    }

    .shammak_sub_section .shammak_process .item img {
        width: 24px;
    }

    .shammak_sub_section .shammak_process .item .title {
        font-size: 15px;
    }

    .shammak_sub_section .shammak_process .item ul li {
        padding: 15px;
    }

    .shammak_sub_section .shammak_process .item ul li > * {
        font-size: 14px;
    }

    .shammak_sub_section .shammak_process .item ul li span {
        width: 80px;
    }

    .shammak_sub_section .shammak_result {
        order: 3;
        width: 100%;
        margin: 32px 0 0;
    }

    .shammak_sub_section .shammak_result div {
        flex: 1 1 50%;
    }

    .shammak_sub_section .shammak_result div:nth-child(2) {
        margin-left: 14px;
    }

    .shammak_sub_section .shammak_result div span {
        width: 100%;
        height: 79px;
        font-size: 15px;
    }

    .shammak_sub_section .shammak_result div img {
        width: 16px;
        margin: 8px 0;
    }

    .shammak_sub_section .info_text {
        font-size: 14px;
        font-weight: var(--fw_sbold);
        line-height: 1.7;
    }

    .shammak_sub_section .info_text:nth-of-type(1) {
        order: 0;
        margin-top: 40px;
    }

    .shammak_sub_section .info_text:nth-of-type(2) {
        order: 2;
        margin-top: 80px;
    }

    .personnel_sub_section .sub_section_inner {
        display: block;
    }

    .personnel_sub_section ul {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
        margin: 40px 0 0;
    }

    .personnel_sub_section ul li {
        width: 86.87%;
        padding: 30px 16px;
    }

    .personnel_sub_section ul li span {
        font-size: 17px;
    }

    .personnel_sub_section ul li p {
        margin-top: 12px;
        font-size: 13px;
    }
}

/*# sourceMappingURL=hrdata.css.map */