@charset "UTF-8";
#organization .scroll_wrap {
  width: 100%;
}
#organization .scroll_wrap .scroll_tit {
  display: none;
}
#organization .scroll_wrap .scroll {
  width: 100%;
  max-width: 100%;
}
#organization .scroll_wrap .scroll_con {
  width: 100%;
}
#organization .organ {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#organization .organ::before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #aaa;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#organization .organ .og1 .list {
  display: flex;
  width: fit-content;
  padding: 10px;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid #357c24;
  background: #fff;
}
#organization .organ .og1 .list p {
  display: flex;
  width: 150px;
  height: 150px;
  padding: 15px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: #357c24;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#organization .organ .og2 {
  padding-top: 70px;
}
#organization .organ .og2 .list {
  display: flex;
  width: 260px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  border-radius: 15px;
  background: #5e4f3e;
}
#organization .organ .og2 .list p {
  color: #fff;
  font-size: 1.111rem;
  font-weight: 600;
  line-height: normal;
}
#organization .organ .og3 {
  width: 100%;
  padding-top: 100px;
  position: relative;
}
#organization .organ .og3::before {
  content: "";
  display: block;
  width: calc(64.2857142857% + 10px);
  height: 1px;
  background: #aaa;
  position: absolute;
  top: 50px;
  left: 53.5%;
  transform: translateX(-50%);
}
#organization .organ .og3 ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
#organization .organ .og3 ul li {
  display: flex;
  justify-content: center;
  position: relative;
}
#organization .organ .og3 ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #aaa;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
}
#organization .organ .og3 ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #aaa;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 100%);
}
#organization .organ .og3 ul li .list {
  display: flex;
  width: 260px;
  padding: 20px;
  align-items: center;
  border-radius: 15px;
}
#organization .organ .og3 ul li p {
  width: 100%;
  color: var(--Color-Text-Default, #333);
  font-size: 1.111rem;
  font-weight: 600;
  line-height: normal;
}
#organization .organ .og3 ul li:nth-child(1) {
  width: 42.8571428571%;
}
#organization .organ .og3 ul li:nth-child(1)::before {
  left: 50.5%;
}
#organization .organ .og3 ul li:nth-child(1):after {
  left: 50.5%;
}
#organization .organ .og3 ul li:nth-child(1) .list {
  background: #3769a3;
}
#organization .organ .og3 ul li:nth-child(1) .list p {
  color: #fff;
}
#organization .organ .og3 ul li:nth-child(2) {
  width: 28.5714285714%;
}
#organization .organ .og3 ul li:nth-child(2)::before {
  left: 50%;
}
#organization .organ .og3 ul li:nth-child(2):after {
  left: 50%;
}
#organization .organ .og3 ul li:nth-child(2) .list {
  background: #abd3a0;
}
#organization .organ .og3 ul li:nth-child(3) {
  width: 28.5714285714%;
}
#organization .organ .og3 ul li:nth-child(3)::before {
  left: 49.5%;
}
#organization .organ .og3 ul li:nth-child(3):after {
  left: 49.5%;
}
#organization .organ .og3 ul li:nth-child(3) .list {
  background: #b8ac9e;
}
#organization .organ .og4 {
  width: 100%;
  padding-top: 80px;
}
#organization .organ .og4 ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
#organization .organ .og4 ul li {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  flex: 1 0 0;
  background: #fff;
  position: relative;
}
#organization .organ .og4 ul li:not(:nth-child(3))::before, #organization .organ .og4 ul li:not(:nth-child(4))::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #aaa;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
#organization .organ .og4 ul li:nth-child(1)::after {
  content: "";
  display: block;
  width: calc(200% + 40px);
  height: 1px;
  background: #aaa;
  position: absolute;
  top: -40px;
  left: 50%;
}
#organization .organ .og4 ul li:nth-child(4)::after, #organization .organ .og4 ul li:nth-child(6)::after {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 1px;
  background: #aaa;
  position: absolute;
  top: -40px;
  left: 50%;
}
#organization .organ .og4 ul li .list {
  display: flex;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #b8b8b8;
  position: relative;
  flex-grow: 1;
}
#organization .organ .og4 ul li .depart {
  width: calc(100% + 2px);
  height: 52px;
  color: var(--Base-text, #222);
  font-weight: 600;
  line-height: 177.778%;
  border-radius: 15px;
  background: #fff;
  padding: 10px 15px;
  position: absolute;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#organization .organ .og4 ul li .part1 {
  border: 2px solid #68645e;
}
#organization .organ .og4 ul li .part2 {
  background: #c1dbf9;
}
#organization .organ .og4 ul li .part3 {
  border: 2px solid #357c24;
}
#organization .organ .og4 ul li .work {
  width: 100%;
  padding-top: 62px;
  color: var(--Base-text, #222);
  font-size: 0.889rem;
  line-height: 162.5%;
  letter-spacing: -0.48px;
}

/* 미디어쿼리 */
@media (max-width: 1200px) {
  #organization .organ::before {
    height: calc(50% + 5px);
  }
  #organization .organ .og3 ul li:nth-child(1)::before {
    left: 50.6%;
  }
  #organization .organ .og3 ul li:nth-child(1)::after {
    left: 50.6%;
  }
}
@media (max-width: 1024px) {
  #organization .scroll_wrap .scroll_tit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    font-size: 0.667rem;
    font-weight: 600;
  }
  #organization .scroll_wrap .scroll_tit::before {
    content: "◀";
  }
  #organization .scroll_wrap .scroll_tit::after {
    content: "▶";
  }
  #organization .scroll_wrap .scroll {
    overflow-x: scroll;
  }
  #organization .scroll_wrap .scroll_con {
    width: 1024px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  #organization .organ::before {
    height: calc(50% + 10px);
  }
}