@charset "utf-8";

.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%;
    padding-bottom: 1rem;
}
.map0 > ul {display: flex;flex-direction: column;align-items: center;position: relative;padding-bottom: 5rem;}
.map0 > ul li {
    /* width: 40%; */
    position: absolute;
    right: 0;
    margin-right: 19.2%;
    bottom: 0;
}
.map0 > ul .top {
    width: 200px;
    height: 200px;
    text-align: center;
    background-color: var(--color-main);
    border-radius: 50%;
    position: relative;
    margin-right: unset;
}
.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: 200px;
}
.map0 .map0-1 ul{
}
.map0 .map0-1 ul li{
    width: 100%;
    line-height: 2;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-align: center;
    background-color: #e3e3e3;
    padding: .5rem 1rem;
    border-radius: .5rem;
}
.map0 .map0-1 ul li::marker {
    color: #bbb;
}
.map1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
}
.map1 > ul {width: 300px;}
.map1 .top li {
    border-radius: .5rem;
    position: relative;
}
.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 {
    text-align: center;
    position: relative;
}
.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;padding: 1rem;background-color: #0b5683;border-radius: .5rem;}
.map1 .top > ul {
    border: 1px solid #0b5683;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0 0 .5rem .5rem;
}
.map1 .top > ul > li {
}
.map2 {
    /* margin: 8rem 0 4rem; */
}
.map2 > ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background-color: #fff;
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}
.map2 > ul > li {
    width: 30%;
    text-align: center;
    position: relative;
}
.map2 .top {}
.map2 li a {color: #fff;font-size: 20px;font-weight: 500;display: block;padding: 1rem 0;background-color: #9dcdff;border-radius: .5em;}
.map2 > ul li ul {border: 1px solid #9dcdff;border-radius: 0 0 .5rem .5rem;padding: .5rem 2rem;}
.map2 > ul li ul li{
    width: 100%;
    border-radius: 0;
    padding: .6rem 0;
    border-bottom: 1px dashed #ddd;
}
.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;
}
.map0 > ul > li:after {
    width:100%;
    height:1px;
    left: 0;
    top: 50%;
    transform: translateX(-100%);
}
.map0 > ul .top:after {
    height: 100%;
    width: 1px;
    left: 50%;
    bottom: 0;
    transform: translateY(50%);
}

.map1 .top:after {width:1px;height:100%;bottom: 50%;left:50%;transform: translate(-50%, 100%);z-index: -1;}
.map2 > ul > li:after {height: 84%;width: 1px;top: -10%;left: 50%;transform: translate(-50%, -50%);z-index: -1;}
.map2 > ul:after {
    width: 65%;
    height: 1px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.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: 120px;}
    .map0 .map0-1 ul {
    padding: 2rem 3rem;
}
    .map0 .map0-1 ul li {width:100%}
    
    .map1 li {
    width: 100%;
}
    .map1 > ul > li {width: 100%;height: auto;}
    .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;}
    .map2 > ul > li {
    width: 23%;
}
    .map2 > ul > li:nth-of-type(4n) {margin-bottom:1rem}
    .map0 > ul .top:after {
}
    .map1 .top:after {
        /* display:unset; */
        /* height: 100%; */
        /* width: 1px; */
        /* bottom: -50%; */
        /* left: 50%; */
        /* transform: translate(-50%, 100%); */
    }
    .map2 > ul:after {
    top: -8%;
    width: 77%;
}
    .map2 > ul > li:after {
    height: 95px;
}
}

/* 모바일 가로, 모바일 세로 (해상도 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 0;
    /* width: 90%; */
}
    .map0 .map0-1 ul li {font-size: 4.5vw;}
    .map0 > ul li {
    margin-right: 0;
}
    .map1 > ul {display: flex;flex-wrap: wrap;width: 100%;transform: unset;justify-content: center;}
    .map1 .top {
    width: 50%;
    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 > li {width: 48%; margin-bottom:1rem}
    .map2 li a, .map2 > ul li ul li {font-size:4vw}
    
    .map2 > ul:after {
    top: 0;
    width: 49%;
}
    .map2 > ul > li:after {
    height: 100%;
}
    .map2 > ul > li:last-child:after {display:none}
    .map2 > ul li ul {padding:.5rem}
    .map0 > ul > li:after {
    width: 37%;
}
}