@charset "utf-8";

/* 내용관리 */
#ctt {margin:20px 0;padding:0px;background:#fff; border:0px solid red;}
.ctt_admin {text-align:right}
.ctt_admin a.btn{display:inline-block;text-decoration:none;vertical-align:middle;border:0;background:transparent; font-size:0.9em; border:1px solid #ddd; border-radius:3px;} /* daontheme */
.ctt_admin a.btn:hover{color:#000; background-color:#000; color:#fff; border:1px solid #000;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/* 조직도 */
.hv-wrapper{
    max-width: 1200px;
}
.main-wrapper .pg {
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 10px 0;
}

p.simple-card{
  z-index: 1;
  line-height: 17px;
  font-size: 15px;
  margin: 0;
  background-color: #fff;
  color: #595757;
  padding: 15px 0;
  border-radius: 10px;
  text-align: center;
}
p.simple-card2{
    background-color: none;
    color: #595757;
    padding: 15px 0;
    border-radius: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
p.simple-card2 span{
    padding: 15px 0;
    background-color: #eeefef;
    margin: 5px 0;
    width: 100%;
     z-index: 1;
}
p.simple-card2 span.simple-card{
    font-size: 16px;
    font-weight: bold;
    color: #595757;
    background: #FFBF0A;
    position: relative;
    z-index: 1;
}

p.simple-card2 span.simple-card::before {
    position: absolute;
    content: "";
  left: 50%;
  top: 57px;
  width: 2px;
  height: 100px;
    background: #006834;
}
p.simple-card2 span.simple-card4::before {
    position: absolute;
    content: "";
  left: 50%;
  top: 57px;
  width: 2px;
  height: 50px;
    background: #006834;
}

.main-title {
  font-size: 24px;
  margin-top: 30px;
}

.sub-title {
  font-size: 20px;
  border-bottom: 1px solid #333;
}

.sub-title span {
  padding-right: 15px;
  background: white;
  border: 1px solid white;
  color: #333;
}

.hv-item-parent p {
    font-size: 16px;
    font-weight: bold;
    color: #595757;
    background: #ff8502;
    border-radius: 0;
    border: 2px solid #ccc;
}
.hv-item-parent p.simple-card{background: #009ee7; color: #fff;}
/*
.simple-card.color02{background: #d9dee9;}
.simple-card.color03{background: #e7d5e7;}
.simple-card.color04{background: #e7d5e7;}
.simple-card.color05{background: #eedbd8;}
*/

.hv-item-parent p.simple-card.director {
    margin-bottom: 40px;
    background: #053291;
    color: #fff;
    min-width: 200px;
    border: none;
}

.main-wrapper {
  margin-top: 50px;
}
.m_p{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: -76px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hv-wrapper .hv-item .operating-team {
  padding: 15px 0;
  font-weight: bold;
  min-width: 180px;
    border-radius: 0px;
    border: 0px solid #8e8e9c;
}
.hv-wrapper .hv-item .m_p .operating-team{
    background: #074BDE;
    color: #fff;
    width: 100%;
    max-width: 200px;
}

.simple-card span {
    font-size: 15px;
    color: #595757;
    font-weight: bold;
    
}

.hv-item-parent p.simple-card.foodbank {
    background: #074BDE;
    color: #fff;
}

.hv-wrapper {
  margin: 50px 0;
}

.hv-wrapper .hv-item {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
}

.hv-wrapper .hv-item .hv-item-parent {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  justify-content: center;
}
.hv-wrapper .hv-item .hv-item-parent2 {
    align-items: flex-start;
    height: 200px;
    width: 50%;
    margin: 0 auto;
}
.hv-wrapper .hv-item .hv-item-parent2 div{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    
}
.hv-wrapper .hv-item .hv-item-parent2 div::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 0;
  height: 2px;
  width: 50%;
  background-color: #ccc;
}

.hv-wrapper .hv-item .hv-item-children {
  display: flex;
  justify-content: center;
}

.hv-wrapper .hv-item .hv-item-children .hv-item-child {
  padding: 0 0;
  position: relative;
    width: 100%
}
.hv-wrapper .hv-item .hv-item-children .hv-item-child3 {
  padding: 0 0;
    width: 100%;
}
.hv-wrapper .hv-item .hv-item-children2 .hv-item-child2 {
    width: 25%;
    padding: 0 10px;
}
.hv-wrapper .hv-item .hv-item-children2{
    flex-wrap: wrap;
}
.hv-wrapper .hv-item .hv-item-children2 .hv-item-child2 .hv-item .hv-item-parent p.simple-card{
    padding: 15px 0px;
    width: 100%;
}

.director:after {
  position: absolute;
  content: '';
    width: 2px;
    height: 250px;
  bottom: 41px;
  left: 50%;
  background-color: #ccc;
  /*rgba(255, 255, 255, 0.7)*/
  transform: translateY(100%);
}


.hv-wrapper .hv-item .hv-item-children .hv-item-child:before,
.hv-wrapper .hv-item .hv-item-children .hv-item-child:not(:only-child):after {
  content: '';
  position: absolute;
  background-color: #ccc;
  /*rgba(255, 255, 255, 0.7)*/
  left: 0;
}

.hv-wrapper .hv-item .hv-item-children .hv-item-child:before {
  left: 50%;
  top: 0;
  transform: translateY(-55%);
  width: 2px;
  height: 45px;
}

.hv-wrapper .hv-item .hv-item-children .hv-item-child:after {
  top: -25px;
  transform: translateY(-100%);
  height: 2px;
  width: 100%;
}

.hv-wrapper .hv-item .hv-item-children .hv-item-child:first-child:after {
  left: 50%;
  width: 50%;
}

.hv-wrapper .hv-item .hv-item-children .hv-item-child:last-child:after {
  width: calc(50% + 2px);
}

/*표*/
.tb1{width:100%; border-top:0px solid #333;}
.suseh{padding-top: 20px; font-size: 2em; position: relative;}
.suseh::before{
    content: "";
    width: 65px;
    height: 4px;
    background: #053291;
    bottom: 0;
    left: 0;
    position: absolute;
}


.table{width: 100%; padding-top: 20px;}
.table th{width:auto; border-bottom:1px solid #333; height:auto; text-align:center; text-indent:5px; 
    padding: 10px 0;}
.table td{width:auto; border-bottom:1px solid #ddd; padding: 10px;}


/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
    .hv-wrapper .hv-item .hv-item-parent2 {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .hv-wrapper .hv-item .operating-team {
        min-width: 130px;
    }
    .hv-item-parent p.simple-card.director {
        min-width: 150px;
    }
    .hv-wrapper .hv-item .m_p .operating-team {
        max-width: 130px;
    }
}