@charset "utf-8";

.member_inner {/* display:none; */}

.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;}
.orga_sec1 .orga_map a {/* color:#302d2c; *//* background-color: #fff; */}
.map0 {
    width: 100%;
}
.map0 > ul {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: center;
}
.map0 > ul li {
    width: 50%;
    position: relative;
}
.map0 > ul .top {
    width: 240px;
    text-align: center;
    background-color: #e73371;
    height: 80px;
    border: 6px solid #ffffffa6;
    border-radius: 1rem;
    /* margin-top: 3rem; */
}
.map0 > ul .top a {color:#fff}
.map0 > ul .ceo {
    border-radius: 50%;
    width: 170px;
    height: 170px;
    background-color: var(--color-main);
    margin: 0;
    border-color: rgb(255 255 255 / 60%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
}
.map0 ul li a{font-size: 22px;font-weight: 600;width: 100%;height: 100%;display: inline-flex;align-items: center;justify-content: center;}
.map0 > ul .ceo a {
    color: #fff;
    font-size: 26px;
}
.map0-1 {
    width: 100%;
    /* padding-left: 300px; */
    position: relative;
    /* padding-top: 2rem; */
    margin: 0 auto;
}
.map0-1 .list_inner {position: relative;display: flex;justify-content: space-between;align-items: center;width: 70%;margin: 0 auto;}
.map0-1 ul {
    width: 331px;
}
.wrap li  {
    background-color: #e1e1e1;
    width: 200px;
    text-align: center;
    border-radius: .5rem;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.map0-1 .wrap, .map1-1 .wrap {display: flex;flex-wrap: wrap;width: 220px;background-color: #ffffff;padding: .5rem;border: 1px solid #ddd;border-radius: 1rem;}
.map0-1 .wrap li { margin: .2rem;}
.map1-1 .wrap li {width:100%;background-color: #909090;color: #fff;}
.map1 {
    width: 100%;
}
.map1 > ul {
    display: flex;
    align-items: center;
    padding: 0rem 0 0;
    justify-content: center;
    position: relative;
}
.map1 > ul > li {
    width: 80%;
    height: 68px;
    border-radius: .5rem;
    position: relative;
}

.map1 .top {
    /* background-color: var(--color-main2); */
    width: 240px;
    border-radius: 1rem;
    height: 80px;
    border: 6px solid #ffffffa1;
    background-color: #f98786;
}
.map1 li a{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: inline-flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.map1 .top a {}
.map1-1 {display:flex;justify-content: center;padding: 2rem 0;position: relative;}
.map1-1 .list_inner {width: 70%;position: relative;}
.map1-1 .wrap {
    border: 0;
    padding: 0;
}

.map2 {}
.map2 > ul {
    width: 100%;
    display: flex;
    background-color: #fff;
    position: relative;
    /* padding: 2.5rem 0; */
    z-index: 1;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map2 > ul > li {
    width: 13.5%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
}
.map2 .top {}
.map2 li a:hover {background-color:#f8f8f8}
.map2 li a, .orga_sec1 .orga_map .map2 li p {font-size: 19px;font-weight: 500;height: 100%;width: 100%;display: inline-flex;align-items: center;justify-content: center;border: 1px solid #ddd;border-radius: 1rem;position: relative;border-top: 6px solid #ddd;height: 80px;transition: all .3s;background-color: #fff;}
.orga_sec1 .orga_map .map2 li p  {border-top-color: #cddc39;}
.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 > ul: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, .map2 > ul:before, .map1-1 .list_inner:after, .map1-1:before {
    content:"";
    position:absolute;
    background-color: #ddd;
    z-index: -1;
}
.map0 > ul:after {
    width: 1px;
    height: 100%;
}
.map0-1:after, .map0-2:after {width: .1px;height:100%;left: 50%;top: 0;transform: translateX(-50%);}

.map0-1 .list_inner:after {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
}

.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%);}
.map1-1 .list_inner:after {width: 50%;height:1px;left: 0;top: 50%;}
.map1-1:before {height:100%;width:1px;left:50%;top: 0;}
.map2 > ul > li:after {height: 100%;width: .1px;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.map2 > ul:before {
    width: 86.5%;
    height: 1px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.map2 > ul:after {
    width: 86.5%;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.table_view {}
.orga_sec2 {
    margin-bottom: 8%;
    margin-top: 5em;
}
.map2 > ul > li:first-child a {border-color:#FFEB3B}
.map2 > ul > li:nth-child(2) a {border-color:#FFC107}
.map2 > ul > li:nth-child(3) a {border-color: #CDDC39;}
.map2 > ul > li:nth-child(4) a {border-color:#43c4d4}
.map2 > ul > li:nth-child(5) a {border-color:#98a7fa}
.map2 > ul > li:nth-child(6) a {border-color:#d58efe}
.map2 > ul > li:nth-child(7) a {border-color:#ff97bb}
.top_user {padding-bottom: 2rem; position:relative}
.top_user:before {content:"";width:1px;height:50%;position:absolute;bottom:0;left:50%;background-color: #ddd;z-index:-1}
.orga_map dt .user {width: 280px;height: 280px;background-color: #ffecf6;background-image: url(/img/page/organization/user.png);border-radius: 50%;background-size: 100%;background-repeat: no-repeat;text-align: center;padding-top: 2.5rem;font-size: 32px;font-weight: 800;color: var(--color-main);margin: 0 auto;border: 10px solid #db1a5e1a;}
.member_info thead {border-top:1px solid var(--color-main)}
.member_info th {background-color:#f7f7f7;}


/* PC */ 
@media only screen and (min-width:1024px) and (max-width: 1600px)  {
	.map0-1 .list_inner, .map1-1 .list_inner {width:85%}
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1023px) {
    .map2 > ul > li {width:15%}
    .map0-1 .list_inner, .map1-1 .list_inner {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;padding-bottom: 2rem;}
    .map1 .top {width: 90%;}
    .map1 .top a {font-size: 22px;}
    .map0 > ul {padding-top:2rem}
    .map2 > ul {gap: 1rem;padding: 2rem 0;}
    .map2 > ul > li {width: 30%;padding:0}
    /*.map2 > ul > li:first-child, .map2 > ul > li:nth-child(2), .map2 > ul > li:nth-child(3) {padding-bottom:0}*/
    .map0-1 .wrap, .map1-1 .wrap {width:45%}
    .map2 > ul:after {width: 50%;}
    .map2 > ul > li:after {height: calc(100% + 1rem);width: 1px;left: 50%;top: -2rem;transform: translateX(-50%);}
    .map2 > ul > li:last-child::after, .map2 > ul > li:nth-last-child(2)::after, .map2 > ul > li:nth-last-child(3)::after {top:unset; bottom:-2rem}
    .map2 > ul:before, .map2 > ul:after {width: 70%;}
	.map0 > ul:after {bottom:0}
    .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;}
}