@charset "utf-8";

.sub_header h3 .organi-data {
    font-size: 20px;
    display: inline-block;
    font-weight: 400;
}

.member_inner {
    /* display:none; */
}

.orga_sec1 {
    margin-bottom: 6em;
}

.orga_sec1>p {
    text-align: center;
    padding: .5em 1em;
    border: 1px solid #ddd;
    display: table;
    margin: 0 auto;
    border-radius: .5em;
    margin: 0 auto 3rem;
    color: #666;
}

.map0 {
    width: 100%;
}

.map0>ul {
    display: flex;
    align-items: center;
}

.map0>ul li {
    width: 50%;
    position: relative;
}

.map0>ul .top {
    width: 200px;
    height: 200px;
    text-align: center;
    transform: translatex(-50%);
    background-color: var(--color-main);
    border-radius: 50%;
}

.map0 ul li a {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.map0 .map0-1 {
    width: 400px;
}

.map0 .map0-1 ul {
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 4rem;
    border-radius: 1rem;
    justify-content: space-between;
}

.map0 .map0-1 ul li {
    width: 40%;
    line-height: 2;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    list-style: disc;
}

.map0 .map0-1 ul li::marker {
    color: #bbb;
}

.map1 {
    width: 100%;
}

.map1>ul {
    display: flex;
    width: 50%;
    transform: translateX(100%);
    align-items: center;
    margin: 4rem 0;
}

.map1>ul>li {
    width: 32%;
    height: 68px;
    border-radius: .5rem;
    position: relative;
    background-color: var(--color-point1);
}

.map1 .map1-1 {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.map1 .map1-1 li {
    background-color: var(--color-point1);
    width: 45%;
    border-radius: .5rem;
}

.map1 .top {
    transform: translateX(-50%);
    background-color: var(--color-main2);
    width: 30%;
}

.map1 li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.map1 .top a {
    font-size: 25px;
    font-weight: 600;
}

.map1>ul.gb_tabs {
    /* display: none; */
}

.map1>ul.gb_tabs:after {
    display: none;
}

.map2 {
    /* padding: 4rem 0 4rem; */
}

.map2>ul {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    position: relative;
    padding: 4rem 0;
    gap: 1%;
}

.map2>ul>li {
    width: 10.5%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.map2 .top {}

.map2 li a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: block;
    padding: 1rem 0;
    background-color: var(--color-point2);
    border-radius: 0.5rem 0.5rem 0 0;
    letter-spacing: -.5px;
}

.map2>ul li ul {
    border: 1px solid var(--color-point2);
    border-radius: 0 0 .5rem .5rem;
    padding: .5rem 0;
}

.map2>ul li ul li {
    width: 100%;
    border-radius: 0;
    padding: .6rem .2rem;
    border-bottom: 1px dashed #ccc;
    font-size: .95rem;
    letter-spacing: -1px;
}

.map2>ul li ul li:last-of-type {
    border-bottom: none
}

/* 라인 */
.orga_sec1 li:after,
.map1>ul:after,
.map2>ul:after {
    content: "";
    position: absolute;
    background-color: #ddd;
    z-index: -1;
}

.map0>ul>li:after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}

.map0>ul .top:after {
    height: 100%;
    width: 1px;
    left: 50%;
    bottom: 0;
    transform: translateY(50%);
}

.map1>ul:after {
    width: 50%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.map1 .top:after {
    display: none;
}

.map2>ul>li:after {
    height: 17%;
    width: 1px;
    top: -3%;
    left: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

.map2>ul:after {
    width: 91%;
    height: 1px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
}

.table_view {}

.orga_sec2 {
    margin-bottom: 8%;
    margin-top: 5em;
}


/* PC */
@media only screen and (min-width:1280px) and (max-width: 1600px) {}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/
@media all and (max-width:1024px) {
    .map0 .map0-1 {
        width: 200px
    }

    .map0 .map0-1 ul {
        padding: 2rem 3rem;
    }

    .map0 .map0-1 ul li {
        width: 100%
    }

    .map1 li {
        width: 100%;
    }

    .map1>ul>li {
        width: 100%;
    }

    .map1 .top {
        width: 100%;
        height: 70px;
    }

    .map1 .map1-1 {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .map1 .map1-1 li {
        width: 100%;
        height: 50px;
        margin-bottom: .5rem;
    }

    .map2>ul {
        display: flex;
        flex-wrap: wrap;
        padding: 3rem 0;
        gap: 2rem 2%;
    }

    .map2>ul>li {
        width: 29%;
    }

    .map2>ul>li:nth-of-type(4n) {
        margin-bottom: 1rem
    }

    .map0>ul .top:after {}

    .map1>ul:after {
        width: 100%;
    }

    .map1 .top:after {
        display: unset;
        height: 7rem;
        width: 1px;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 100%);
    }

    .map2>ul:after {
        width: 62.5%;
    }

    .map2>ul>li:after {
        display: none;
        /* height: 95px; */
    }

    .map2>ul>li:first-child::after,
    .map2>ul>li:nth-child(2)::after,
    .map2>ul>li:nth-child(3)::after,
    .map2>ul>li:nth-child(4)::after {
        display: unset;
        height: 11%;
        top: -6%;
    }
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) {

    .map0>ul .top {
        width: 120px;
        height: 120px;
    }

    .map0 ul li a {
        font-size: 6vw
    }

    .map0 .map0-1 ul {
        padding: 1rem 2rem;
        width: 90%;
    }

    .map0 .map0-1 ul li {
        font-size: 4.5vw;
    }

    .map1>ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        transform: unset;
        justify-content: center;
        margin: 2rem 0;
    }

    .map1 .top {
        width: 60%;
        transform: unset;
        margin-bottom: 1rem;
    }

    .map1 .top a {
        font-size: 5vw
    }

    .map1 li a {
        font-size: 4.5vw
    }

    .map1>ul:after {
        display: none
    }

    .map1 .map1-1 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-top: 1rem;
    }

    .map1 .map1-1 li {
        width: 40%;
        margin-bottom: 0;
    }

    .map2 {
        /* margin: 3rem 0; */
    }

    .map2>ul {
        gap: 1rem 3%
    }

    .map2>ul>li {
        width: 48%;
        /* margin-bottom:1rem; */
    }

    .map2 li a,
    .map2>ul li ul li {
        font-size: 4.5vw
    }

    .map2>ul:after {
        width: 52%;
    }

    .map2>ul>li:after {
        display: none;
        /* height: 41px; */
    }

    .map2>ul>li:first-child::after,
    .map2>ul>li:nth-child(2)::after {
        display: unset;
        height: 14%;
    }

    .map2>ul>li:nth-child(3)::after,
    .map2>ul>li:nth-child(4)::after {
        display: none
    }
}