@charset "UTF-8";
/* =========================================================
  용인수지노인복지관 : 공통 변수
========================================================= */
/* =========================================================
  용인수지노인복지관 : 공통 믹스인 (미디어쿼리)
========================================================= */
#ci .ci_download {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
#ci .ci_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  align-self: stretch;
}
#ci .ci_info p {
  color: #444;
  text-align: center;
  word-break: keep-all;
}
#ci .ci_info dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
#ci .ci_info dl dt,
#ci .ci_info dl dd {
  color: #333;
}
#ci .ci_info dl dt {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #333;
  font-family: "Pretendard";
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#ci .ci_info dl dt::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  aspect-ratio: 1/1;
  background: url("../../../../img/sub/ico_tel.svg") center no-repeat;
  background-size: cover;
}
#ci .ci_organ {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#ci .ci_organ .ci_grid {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: url("../img/grid.png");
  border-radius: 20px;
  border: 1px solid #e0e0e0;
}
#ci .ci_organ .ci_grid img {
  width: auto;
  max-width: 80%;
  object-fit: cover;
}
#ci .ci_char {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#ci .ci_char .char_introduce {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#ci .ci_char .char_introduce .char_all {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ci .ci_char .char_introduce .char_all img {
  width: auto;
  max-width: 100%;
  object-fit: cover;
}
#ci .ci_char .char_introduce .char_info {
  display: flex;
  padding: 30px 40px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 30px;
  background: #F2F7FF;
}
#ci .ci_char .char_introduce .char_info p {
  color: #333333;
  text-align: center;
  word-break: keep-all;
}
#ci .ci_char .char_introduce .char_info .title {
  color: #004889;
}
#ci .ci_char .char_introduce .by_char {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
#ci .ci_char .char_introduce .by_char li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  flex: 1 0 0;
}
#ci .ci_char .char_introduce .by_char li .img_wrap {
  width: 100%;
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ci .ci_char .char_introduce .by_char li .img_wrap img {
  width: auto;
  max-width: 100%;
  object-fit: cover;
}
#ci .ci_char .char_introduce .by_char li .text_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 10px;
}
#ci .ci_char .char_introduce .by_char li .text_wrap p {
  text-align: center;
  color: #333333;
  word-break: keep-all;
}
#ci .ci_char .char_introduce .by_char li .text_wrap .name {
  color: #444;
  font-family: "Pretendard";
  font-size: 1.111rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#ci .ci_char .char_introduce .by_char li .text_wrap .name span {
  font-size: 1.667rem;
}
#ci .ci_char .char_introduce .by_char li .text_wrap .hashtag {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  align-self: stretch;
  flex-grow: 1;
}
#ci .ci_char .char_introduce .by_char li .text_wrap .hashtag span {
  display: flex;
  flex-wrap: wrap;
  padding: 3px 10px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid;
}
#ci .ci_char .char_introduce .by_char li:nth-child(1) .text_wrap .name span {
  color: #da2869;
}
#ci .ci_char .char_introduce .by_char li:nth-child(1) .text_wrap .hashtag span {
  color: #A14570;
  border-color: #A14570;
}
#ci .ci_char .char_introduce .by_char li:nth-child(2) .text_wrap .name span {
  color: #f88614;
}
#ci .ci_char .char_introduce .by_char li:nth-child(2) .text_wrap .hashtag span {
  color: #da7400;
  border-color: #da7400;
}
#ci .ci_char .char_introduce .by_char li:nth-child(3) .text_wrap .name span {
  color: #03a9b0;
}
#ci .ci_char .char_introduce .by_char li:nth-child(3) .text_wrap .hashtag span {
  color: #17a9b6;
  border-color: #17a9b6;
}
#ci .ci_char .char_introduce .by_char li:nth-child(4) .text_wrap .name span {
  color: #9a42aa;
}
#ci .ci_char .char_introduce .by_char li:nth-child(4) .text_wrap .hashtag span {
  color: #9a42aa;
  border-color: #9a42aa;
}

@media (max-width: 1280px) {
  #ci .ci_char .char_introduce .by_char {
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  #ci .ci_char .char_introduce .by_char li {
    flex: none;
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  #ci br {
    display: none;
  }
  #ci .ci_download {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  #ci .ci_organ .ci_grid {
    height: 200px;
  }
  #ci .ci_char {
    gap: 20px;
  }
  #ci .ci_char .char_introduce .by_char {
    gap: 20px;
  }
  #ci .ci_char .char_introduce .by_char li {
    width: 100%;
  }
}