@charset "utf-8";
.sub_con {margin-bottom:0}
.member_inner {/* display:none; */}
.sub_con section + section {padding-top: var(--sub_pd)}
.orga_sec1 {/* padding-top: var(--sub_pd_half); */margin-bottom: var(--sub_pd);}
.orga_sec1 > p {
    text-align: center;
    /* margin-top: -4rem; */
    margin-bottom: 6rem;
    position:relative;
    padding: 1rem;
    /* background-color: #f7f7f7; */
    border-radius: 1rem;
    color: #e2712d;
    border: 1px solid #e2712d;
}
.orga_sec1 > p:after {
    content:"";
    border-left: 5px dotted;
    color: #ccc;
    position: absolute;
    margin-top: 2rem;
    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:before {content:""; width:1px; height:100%; position:absolute; top:0; left:50%; transform:translateX(-50%); background-color:#ddd}
.map0 > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
}
.map0 > ul li {
    width: 50%;
    position: relative;
    /* text-align: center; */
}
.map0 > ul .top {
    width: 260px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    height: 90px;
    border: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.map0 ul li a{/* color:#fff; */font-size: 26px;font-weight: 600;width: 100%;height: 100%;display: inline-flex;align-items: center;justify-content: center;z-index: 0;background-image: linear-gradient(317deg, var(--color-main) 30%, #ec724a);border-radius: 3rem;}
.map0 ul li a span {line-height: 2;font-weight: 600;color: #fff;}
.map1 ul.committee {/* position: absolute; */display:flex;width: 90%;top: 0;/* left: 50%; *//* margin-top: 13%; *//* transform: translateX(-50%); */justify-content: center;margin: auto;position: relative;}
.map1 ul.committee li {text-align: center;}
.map1 ul.committee li span {width:200px;background-color: #e5e5e5;display: inline-flex;height: 100%;justify-content: center;align-items: center;border-radius: 50px;font-size: 18px;}
.map0-1 {
    /* border-radius: 1rem; */
    /* border: 1px solid #cbcbcb; */
    height: 80px;
    /* background-color: #f0f0f0; */
    /* width: 15%; */
    /* display: flex; */
    /* justify-content: flex-start; */
    width: 22%;
    /* margin: 0 auto; */
    position: absolute;
    left: 20%;
    top: 0;
}
.map0-1 a {font-size: 20px;font-weight: 600;height: 100%;/* width: 100%; */display: inline-flex;align-items: center;justify-content: center;width: 235px;background-color: #f0f0f0;border-radius: 1rem;border: 1px solid #cbcbcb;}
.map0-1:before {content:"";position:absolute;width:50%;height:1px;right: 0;top:50%;transform:translateY(-50%);background-color:#ddd;z-index: -1;}
.map1 {
    width: 100%;
    position: relative;
}
.map1 > ul {
    display: flex;
    align-items: center;
    padding: 1rem 0 2rem;
    justify-content: center;
    position: relative;
}
.map1 > ul > li {
    width: 80%;
    height: 60px;
    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-image: linear-gradient(136deg, var(--color-main2) 30%, #5abc8b);
    width: 240px;
    height: 90px;
    border-radius: 3rem;
}
.map1 li a{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}
.map1 .top a {font-size: 24px;font-weight: 600;}

.map2 {
}
.map2 > ul {
    width: 100%;
    display: flex;
    position: relative;
    padding-top: 3rem;
    z-index: 1;
    align-items: center;
    gap: 2rem;
    justify-content: center;
}
.map2 > ul > li {
    width: 15%;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #cbcbcb;
    height: 80px;
    background-color: #f0f0f0;
}
.map2 > ul > li:last-child {border: 1px solid var(--color-main2); background-color: #dbf4e7;}
.map2 li a {font-size: 20px;font-weight: 600;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, .map0 ul:after,.map0 ul:before, .map1 > ul:after, .map1 > ul:before, .map2 > ul:after{
    content:"";
    position:absolute;
    display:block;
    background-color:#ddd;
    z-index: -1;
}
.map0 > ul li:after {width: 19px;height:1px;left:0;top: 50%;transform: translateY(-50%);}
.map1 ul.committee:after {width: 40%;height:1px;background-color:#ddd;left: 50%;top:50%;z-index:-1;transform: translate(-50%, -50%);}
.map1 ul.committee:before {width:1px;height: 100%;top:0;left: 50%;transform: translateX(-50%);}
.map1 > ul:after {width:1px;height:100%;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.map2 > ul > li:after {height: 62%;width: 1px;top: 0;left: 50%;transform: translate(-50%, -100%);}
.map2 > ul:after {
    width: 34%;
    height: 1px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.total {/* padding-top:var(--sub_pd_half); *//* display: flex; *//* gap: 3rem; */}
.tot_box {width: 100%;padding-top: var(--sub_pd_half);}
.total .tot_box:first-child {padding-top:0}
.total table {text-align:center;width: 100%;}
.total table th, .total table td {
    min-width: 125px;
    padding:1rem 0
}
.total table th {background-color:#F9F7F1;font-weight: 500;color: #67483d;}
.total table td {border-right:1px solid #eee; border-bottom:1px solid #eee}
.total table td:last-child {border-right:unset}
.table_view {}
.orga_sec2 {
    /* margin-bottom: 8%; */
    margin-top: var(--sub_pd);
}
.mo {display: none;}
.member_info tbody td {background-color:#fff}

.member {}
.member_list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 2%;
}
.member_list li {
    width: 32%;
    background-color: #fff;
    /* border-radius: .5rem .5rem 6rem .5rem; */
    padding: 2rem;
    display: flex;
    gap: 2rem;
    position: relative;
    background-image: url(/img/page/organization/pattern.svg);
    background-repeat: no-repeat;
    background-position: 95% 15%;
}
.member_list .photo {
    border-radius: 0 0 3rem 0;
    overflow: hidden;
    width: 30%;
}
.member_list .photo img {
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.member_list .t_box {
    width: 60%;
}
.member_list .t_box .tit {font-size:24px;font-weight:500; margin-bottom:2rem;}
.member_list .t_box .tit span {color:var(--color-main);font-size:18px;font-weight: 600;}
.member_list .t_box p {line-height: 150%;}
.member_list .t_box p br:first-child {display:none}

/* PC */ 
@media only screen and (min-width:1280px) and (max-width: 1400px)  {

}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {
    .map2 > ul > li {width:25%}
    .map2 > ul:after {width:59%}
    .member_list {gap: 1.5rem;}
    .member_list li {background-size: 13%;background-position: 95% 10%;padding:1.5rem;gap: 1rem;}
    .member_list .t_box .tit {font-size:22px}
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
    .map0 {padding-top:6rem}
    .map0 > ul .top, .map1 > ul .top {/* width:50%; */}
    .map0-1 {width: 240px;left: 50%;top: 0;transform: translateX(-50%);height: 60px;}
    .map0-1 a {width: 100%;}
    .map2 > ul {gap:1rem}
    .map2 > ul > li {width:100%}
    .map2 > ul:after {width: 70%;}
    .member_list li {width:100%}
    .member_list .t_box .tit {font-size:20px;margin-bottom: 1rem;}
    
}