@charset "utf-8";
h4 {margin-top:10px;}
.member_inner {/* display:none; */}

.orga_sec1 {
    margin-bottom: 2em;
}
.orga_sec1 > p {
    text-align: center;
    margin-top: -4rem;
    margin-bottom: 5rem;
    position:relative;
}
.orga_sec1 > p:after {
    content:"";
    border-left: 5px dotted;
    color: #ccc;
    position: absolute;
    margin-top: 1rem;
    top: 100%;
    left: 50%;
    height: 24px;
}
.orga_sec1 .orga_map p{text-align:center;padding: .5em 1em;border: 1px solid gray;display: table;margin: 0 auto;border-radius: .5em;}

.map0 {
    width: 100%;
}
.map0 > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.map0 > ul li {
    width: 50%;
    position: relative;
}
.map0 > ul .top {
    width: 120px;
    text-align: center;
    background-color: #32b49c;
    border-radius: 50%;
    height: 120px;
    border: 10px solid rgb(255 255 255 / 80%);
}
.map0 ul li span{color:#fff;font-size: 20px;font-weight: 500;width: 100%;height: 100%;display: inline-flex;align-items: center;justify-content: center;}
.map0 ul.committee {position: relative;padding-top: 1rem;}
.map0 ul.committee:before {content:""; position:absolute; background-color:#ccc; width:70%; height:1px}
.map0 ul.committee li {text-align: center;height:50px}
.map0 ul.committee li span {background-color: #eee;color: #666;font-size:16px;display:inline-flex;justify-content: center;align-items: center;width: 200px;border-radius: 10px;}
.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;
    align-items: center;
    padding: 1rem 0 6rem;
    justify-content: center;
    position: relative;
}
.map1 > ul > li {
    width: 80%;
    height: 68px;
    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 {
    background-color: #94c746;
    width: 120px;
    border-radius: 50%;
    height: 120px;
    border: 10px solid rgb(255 255 255 / 80%);
}
.map1 li span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.map1 .top span {}

.map2 {
    position: relative;
}
.map2 > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}
.map2 > ul > li, .map2-1  {
    width: 18%;
    text-align: center;
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    border: 2px solid #ffffff00;
    height: 50px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #32b49c 0%, #94c746 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.map2 .top {}
.map2 span {font-size: 15px;font-weight: 500;height: 100%;width: 100%;display: inline-flex;align-items: center;justify-content: center;color: #222;}
.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 0;
    border-bottom: 1px dashed #ccc;
    
}
.map2 > ul li ul li:last-of-type{border-bottom:none}
.map2-1 {position:absolute;right: 0;top: 0;margin-top: -5rem;margin-right: 13%;}
.map2-1:before {content:"";position:absolute;display:block;background-color:#ccc;width: 125%;height:1px;top: 50%;left: 0;%;transform: translate(-50%, -50%);z-index: -1;}

/* 라인 */
.orga_sec1 li:after, .map1 > ul:after, .map2 > ul:after {
    content:"";
    position:absolute;
    background-color: #ccc;
    z-index: -1;
}
.map1 > ul:after {width:1px;height: 154%;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.map2 > ul > li:after {height: 67%;width: 1px;top: 0;left: 50%;transform: translate(-50%, -100%);}
.map2 > ul:after {
    width: 81.5%;
    height: 1px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.table_view {
    margin-bottom: 20px;
}
.orga_sec2 {
    margin-bottom: 8%;
    margin-top: 5em;
}
.mo {display: none;}
.member td, .member th {text-align: center;}
.member td.left {text-align: left}
.table_basic2.member>tbody>tr>td[rowspan] {
    border-left: 0;
}
.map2-1 {width:200px;background-image: linear-gradient(to right, #32b49c 0%, #94c746 100%);}
.map2-1 span {color:#fff;}
/* PC */ 
@media only screen and (min-width:1280px) and (max-width: 1600px)  {

}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {
    .orga_sec1 > p {margin-top:-2rem}
    .map0 .map0-1 {width:200px}
    .map0 .map0-1 ul {
    padding: 2rem 3rem;
}
    .map0 .map0-1 ul li {width:100%}
    .map1 > ul {
}
    .map1 li {
    width: 100%;
}
    .map1 > ul > li {width: 100%;height: auto;}
    .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;justify-content: center;}
    .map2 > ul > li {
    width: 28%;
    margin: 0 1rem 1rem;
}
    .map2 > ul > li:nth-of-type(4n) {margin-bottom:1rem}
    .map0 > ul .top:after {}
    .map2 > ul:after {width: 64%;top: 0;}
    .map2 > ul > li:nth-last-child(2):after, .map2 > ul > li:last-child:after {height: 192%;}
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
    h4 {height:auto !important}
    .mo {display: block;}
    .orga_sec1 > p {font-size:4.5vw}
    .map0 > ul .top {}
    .map0 ul li span {font-size:6vw}
    .map0 .map0-1 ul {
    padding: 1rem 2rem;

}
    .map0 .map0-1 ul li {font-size: 4.5vw;}
    .map1 > ul:after {height:100%;top: 0;}
    .map0 ul.committee li {}
    .map0 ul.committee li span {width:120px}
    .map1 > ul {display: flex;flex-wrap: wrap;width: 100%;transform: unset;justify-content: center;}
    .map1 .top {}
    .map1 .top a {font-size:5vw}
    
    .map1 li a {font-size:4.5vw}
    .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 {}
    .map2 > ul {
    padding-top: 0;
}
    .map2 > ul > li {width: 45%;margin-bottom:1rem;margin: 0 .5rem 1rem;height: 60px;}
    .map2 li span, .map2 > ul li ul li {/* font-size:4.5vw; */}
    
    .map2 > ul:after {
    width: 50%;
}
    .map2 > ul > li:after {height: 87%;}
    .map2 > ul > li:last-child::after, .map2 > ul > li:nth-last-child(2)::after, .map2 > ul:after,
    .map2 > ul > li::after, .map2-1:before {display:none;}
    .map2-1 {
    width: 180px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
}
    .orga_sec2 {margin-top:3rem}
    .table_view {overflow: none;}
    .table_view table {width: 100% !important;}
    .table_view table colgroup {display:none}
    .table_basic2.member>tbody>tr>td, .table_basic2.member>tbody>tr>td[rowspan] {padding: 5px;}
}