.org_box {
    position: relative;
    display: flex;
    flex-flow: column;
    gap: 50px;
    align-items: center;
}

.org_box::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 195px;
    border-left: 1px dashed #9b9b9b;
    top: 85px;
    left: 50%;
    transform: translateX(-1px);
    z-index: -1;
}

.org_box > .org01 {
    display: flex;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    border-radius: 45px;
    background: #00A990;
    width: 260px;
    height: 90px;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}

.org_box > .org02 {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    gap: 331px;
    justify-content: space-between;
}

.org_box > .org02::before {
    position: absolute;
    content: '';
    width: calc(100% - 260px);
    height: 1px;
    border-bottom: 1px dashed #9b9b9b;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -1px);
    z-index: -1;
}

.org02 > .left,
.org02 > .center,
.org02 > .right {
    display: flex;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    border-radius: 45px;
    background: #DCF3F0;
    width: 260px;
    height: 90px;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}

.org_box > .org03 {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    gap: 175px;
    justify-content: space-between;
    padding: 53px 0 0;
}

.org_box > .org03::before {
    position: absolute;
    content: '';
    width: calc(100% - 260px);
    height: 1px;
    border-bottom: 1px dashed #9b9b9b;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.org03 > div {
    display: flex;
    flex-flow: column;
    gap: 30px;
    width: 260px;
    text-align: center;
}

.org03 > div > h3 {
    position: relative;
    display: flex;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    border-radius: 45px;
    background: #FFF;
    border: 1px solid #1C63B7;
    width: 260px;
    height: 90px;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}

.org03 > div > h3::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 55px;
    border-left: 1px dashed #9b9b9b;
    top: -54px;
    left: 50%;
    transform: translateX(-1px);
    z-index: -1;
}

.org03 > div > h3::after {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background: #1C63B7;
    border-radius: 50%;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.org03 > div > div {
    position: relative;
    border: 1px solid #BCBCBC;
    border-radius: 30px;
    padding: 30px;
}

.org03 > div > div::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    border-left: 1px dashed #9b9b9b;
    top: -30px;
    left: 50%;
    transform: translateX(-1px);
    z-index: -1;
}

.org03 > div > div > ul {
    display: flex;
    flex-flow: column;    
}

.org03 > div > div > ul > li {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.org03 > div > div > ul > li {
    border-bottom: 1px dashed #9b9b9b;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    padding: 20px 0;
}

.org03 > div > div > ul > li:last-child {
    border-bottom: 0px;
}

.org03 > div > div > ul > li > h3 {
    font-weight: 700;
    color: #1C63B7;
    font-size: 20px;
    margin-bottom: 5px;
}


@media screen and (max-width: 1200px) {
    .org_box > .org03 {
        gap: 0;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .org_box > .org02 {
        gap: 0;
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .org_box {
        gap: 30px;
    }

    .org_box::before {
        height: 145px;
        top: 55px;
    }

    .org_box > .org01,
    .org02 > .left, 
    .org02 > .right,
    .org03 > div > h3 {
        width: 200px;
        height: 70px;
        font-size: 18px;
    }

    .org_box > .org03 {
        padding: 33px 0 0;
    }

    .org_box > .org03::before {
        width: calc(100% - 200px);
    }

    .org03 > div > h3::before {
        height: 35px;
        top: -34px;
    }

    .org03 > div {
        gap: 15px;
        width: 200px;
    }

    .org03 > div > div {
        padding: 20px;
    }

    .org03 > div > div > ul > li {
        padding: 22px 0;
        font-size: 17px;
    }

    .org03 > div > div > ul > li > h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 630px) {
    .org_box {
        gap: 20px;
    }

    .org_box::before {
        height: 96px;
        top: 45px;
    }

    .org_box > .org01,
    .org02 > .left, 
    .org02 > .right {
        width: 160px;
        height: 50px;
        font-size: 17px;
    }

    .org_box > .org03 {
        flex-flow: column;
        border: 1px solid #9b9b9b;
        border-radius: 25px;
        padding: 10px;
    }

    .org_box > .org03::before {
        display: none;
    }

    .org_box > .org03::after {
        position: absolute;
        content: '';
        width: 11px;
        height: 11px;
        background: #1C63B7;
        border-radius: 50%;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
    }

    .org03 > div {
        width: 100%;
        gap: 10px;
    }

    .org03 > div > h3 {
        width: 100%;
        font-size: 17px;
        height: auto;
        color: #1C63B7;
        border: 0px;
        margin-top: 15px;
        font-weight: 700;
    }

    .org03 > div > h3::before,
    .org03 > div > h3::after,
    .org03 > div > div::before {
        display: none;
    }
    
    .org03 > div > div {
        padding: 10px 20px;
        background: #f6f6f6;
        border: 0px;
        border-radius: 15px;
    }

    .org03 > div > div > ul > li {
        padding: 10px 15px;
        font-size: 16px;
        border-bottom: 1px dashed #d9d9d9;
    }

    .org03 > div > div > ul > li > h3 {
        font-size: 16px;
        color: #222;
        font-weight: 600;
        margin: 0;
    }
}