@charset "utf-8";

.member_inner {/* display:none; */}

.orga_sec1 {
    margin-bottom: 6em;
}
.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: 300px;
    text-align: center;
    background-color: var(--color-main);
    border-radius: 90px;
    height: 90px;
    border: 10px solid #E8F4E6;
}
.map0 ul li a{color:#fff;font-size: 24px;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;
    align-items: center;
    padding: 3rem 0;
    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: #8CC131;
    width: 300px;
    border-radius: 90px;
    height: 90px;
    border: 10px solid #E9F3D8;
}
.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: 24px;font-weight:600;}

.map2 {
}
.map2 > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    padding-top: 3rem;
    z-index: 1;
}
.map2 > ul > li {
    width: 18%;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 1rem;
    border: 2px solid var(--color-main);
    height: 80px;
}
.map2 .top {}
.map2 li a {font-size: 20px;font-weight: 500;height: 100%;width: 100%;display: inline-flex;align-items: center;justify-content: center;}
.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}

/* 라인 */
.orga_sec1 li:after, .map1 > ul:after, .map2 > ul:after {
    content:"";
    position:absolute;
    background-color:#ddd;
    z-index: -1;
}
.map1 > ul:after {width:1px;height:100%;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.map2 > ul > li:after {height: 66%;width: 1px;top: 0;left: 50%;transform: translate(-50%, -100%);}
.map2 > ul:after {
    width: 82%;
    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) {
    .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) {
    .orga_sec1 > p {font-size:4.5vw}
    .map0 > ul .top {
    width: 90%;
}
    .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;}
    .map1 .top {width: 90%;}
    .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 {}
    .map2 > ul > li {width: 45%;margin-bottom:1rem;margin: 0 .5rem 1rem;height: 60px;}
    .map2 li a, .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 > li:nth-last-child(3)::after {display:none;}
    .orga_sec2 {margin-top:3rem}
}