@charset "utf-8";

.member_inner {/* display:none; */}
.member_inner h4 {margin-bottom:2rem}
.orga_sec1 {
    margin-bottom: 6em;
}
.orga_sec1 > p {
    text-align: center;
    margin-top: -2rem;
    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%;
    position: relative;
}
.map0 > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.map0 > ul li {
    width: 50%;
    position: relative;
    transition:all .5s
}
.map0 > ul .top {
    width: 220px;
    text-align: center;
    background-color: var(--color-main);
    border-radius: 50%;
    height: 220px;
    border: 8px solid rgb(255 255 255 / 80%);
}
.map0 ul li a{color:#fff;font-size: 32px;font-weight: 600;width: 100%;height: 100%;display: inline-flex;align-items: center;justify-content: center;transition:all .5s}
.map0 > ul li:hover {background-color:#fff; border-color:var(--color-main); box-shadow:2px 5px 20px #55adfc63}
.map0 > ul li:hover a {color:var(--color-main)}
.map0-1 {
    width: 85%;
    display: flex;
    justify-content: flex-start;
    /* padding-left: 300px; */
    position: relative;
    padding-top: 2rem;
    margin: 0 auto;
}
.map0-1 .list_inner, .map0-2 .list_inner {position: relative;width: 50%;}
.map0-1 .list_inner {
}
.map0-2 .list_inner {
    display: flex;
    justify-content: flex-end;
}
.map0-1 ul, .map0-2 ul {
    width: 331px;
}
.wrap li {
    background-color: #e1e1e1;
    width: 200px;
    border-radius: .5rem;
    height: 50px;
    font-weight: 500;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
}
.map0-2 {width: 85%;position: relative;margin: 0 auto;display: flex;justify-content: flex-end;}
.map0-2 .wrap {display: flex;flex-wrap: wrap;width: 431px;background-color: #ffffff;padding: .5rem;border: 1px solid #ddd;border-radius: 1rem;}
.map0-2 .wrap li {
    margin: .2rem;
}
.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: var(--color-main2); */
    width: 300px;
    border-radius: 90px;
    height: 90px;
    border: 6px solid rgb(255 255 255 / 80%);
    /* background: linear-gradient(318deg, rgb(32 150 126) 0%, rgb(0 176 236) 100%); */
    background-color: #64a1cd;
}
.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 {width: 60%;margin: 0 auto;}
.map2 > ul {
    width: 100%;
    display: flex;
    background-color: #fff;
    position: relative;
    padding-top: 3rem;
    z-index: 1;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map2 > ul > li {
    width: 45%;
    text-align: center;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.map2 .top {}
.map2 li a:hover {background-color:#f8f8f8}
.orga_sec1 .orga_map .map2 li dl {padding:1rem 0;font-weight: 500;width: 100%;border: 1px solid #ddd;border-radius: 1rem;margin-bottom: .5rem;position: relative;border-top: 6px solid #ff9e9e;height: 100%;transition: all .3s}
.orga_sec1 .orga_map .map2 li dt {font-size: 19px;padding-bottom:.5rem}
.orga_sec1 .orga_map .map2 li dd {font-size:17px;font-weight: 400;}
.orga_sec1 .orga_map .map2 li:first-of-type dl{border-top-color: #cddc39;/* display: flex; */justify-content: center;align-items: 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, .map0-1:after, .map0-2:after, .map0-1 .list_inner:after, .map0-2 .list_inner:after, .map0-1 ul:after, .map0-2 ul:after, .map1 > ul:after, .map2 > ul:after, .map0 .wrap:after {
    content:"";
    position:absolute;
    background-color: #b6b6b6;
    z-index: -1;
}
.map0-1:after, .map0-2:after {width:1px;height:100%;left: 50%;top: 0;transform: translateX(-50%);}

.map0 .wrap:after {
    width: 50%;
    height: 1px;
    top: 50%;
    left: 5%;
}

.map0-2 .list_inner:after {width: 100%;height: 1px;top: 50%;}
.map1 > ul:after {width:1px;height:100%;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.map2 > ul > li:after {height: 60%;width: 1px;top: 0;left: 50%;transform: translate(-50%, -50%);}
.map2 > ul:after {
    width: 55%;
    height: 1px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.table_view {
    margin-top: 4rem;
}
.orga_sec2 {
    margin-bottom: 8%;
    margin-top: 5em;
}
.map2 > ul > li:first-child a {border-top-color:#FFEB3B}
.map2 > ul > li:nth-child(2) a {border-top-color:#FFC107}
.map2 > ul > li:nth-child(3) a {border-top-color:#CDDC39}
.map2 > ul > li:nth-child(4) a {border-top-color:#43c4d4}
.map2 > ul > li:nth-child(5) a {border-top-color:#98a7fa}
.map2 > ul > li:nth-child(6) a {border-top-color:#d58efe}
.map2 > ul > li:nth-child(7) a {border-top-color:#ff97bb}

.member_info .mo {display:none;}

/* 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}
    .member_info .mo {display:none;}
    .map0-1, .map0-2 {width:100%}
    .map0-1 ul li, .map0-2 .wrap li {width: 140px;}
    .map0-2 .wrap {width: 311px;}
    .map0-1 ul:after {width: 100%;}
    .map0-2 ul:after {width: 43%;}
    .map2 > ul {display:flex;justify-content: space-evenly;gap: 0 1rem;}
    .map2 > ul > li {width: 22%;margin-bottom: 1rem;}
    .map2 > ul:after {width: 76%;}
    .map2 > ul > li:last-child::after, .map2 > ul > li:nth-last-child(2)::after, .map2 > ul > li:nth-last-child(3)::after {display:none;}
	.member_info .over_view table {width:100%}
}
    

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
    .orga_sec1 > p {font-size:16px;margin-top: -1rem;}
    .map0 ul li a {font-size:25px}
    .map0-1 ul li, .map0-2 .wrap li {width: 127px;font-size: 17px;}
    .map0-2 .wrap {width: 152px;}
    .map1 > ul {display: flex;flex-wrap: wrap;width: 100%;transform: unset;justify-content: center;}
    .map1 .top {width: 90%;}
    .map1 .top a {font-size: 22px;}

    .map2 > ul {gap: 0 .5rem;}
    .map2 > ul > li {width: 45%;}
    .map2 > ul:after {
    width: 50%;
}
    .map2 > ul > li:after {height: 53%;}
    .map2 > ul > li:nth-last-child(4)::after, .map2 > ul > li:nth-last-child(5)::after {display:none;}
    .map2 li a, .orga_sec1 .orga_map .map2 li p {font-size:16px}
    .member_info .mo {display:unset;}
	.member_info .over_view table {width: 600px;}
}