@charset "UTF-8";
/* =========================================================
  용인수지노인복지관 : 공통 변수
========================================================= */
/* =========================================================
  용인수지노인복지관 : 공통 믹스인 (미디어쿼리)
========================================================= */
#protection_01 .con_sec {
  align-items: center;
}
#protection_01 .outbox {
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 50px 60px;
  flex-direction: column;
  align-items: flex-start;
  background: #F2F7FF;
}
#protection_01 .innerbox {
  display: flex;
  padding: 100px 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(151, 158, 167, 0.3);
}
#protection_01 .headline_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#protection_01 .headline_wrap h4 {
  color: #11284c;
  text-align: center;
  font-family: "NEXON Lv2 Gothic";
  font-size: 1.556rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
#protection_01 .headline_wrap p {
  color: #616161;
  text-align: center;
  font-family: "NEXON Lv2 Gothic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  word-break: keep-all;
}
#protection_01 .conduct_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}
#protection_01 .conduct_wrap .conduct_title {
  display: flex;
  padding: 15px 30px;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #a14570;
  background: #fff9fc;
  color: #A14570;
  text-align: center;
  font-family: "NEXON Lv2 Gothic";
  font-size: 1.111rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  word-break: keep-all;
}
#protection_01 .conduct_wrap .conduct_li {
  width: 100%;
  display: inline-grid;
  row-gap: 20px;
  column-gap: 20px;
  align-self: stretch;
  grid-template-rows: repeat(3, fit-content(100%));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
}
#protection_01 .conduct_wrap .conduct_li li {
  display: flex;
  padding: 30px;
  align-items: flex-start;
  gap: 10px;
  grid-row: span 1;
  grid-column: span 1;
  justify-self: stretch;
  border: 1px solid #D6DDE6;
}
#protection_01 .conduct_wrap .conduct_li li .num {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #223769;
  color: #fff;
  font-family: "Pretendard";
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#protection_01 .conduct_wrap .conduct_li li .text_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
#protection_01 .conduct_wrap .conduct_li li .text_wrap p {
  color: #616161;
  word-break: keep-all;
}
#protection_01 .conduct_wrap .conduct_li li .text_wrap .li_title {
  color: #333333;
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 144.444%;
  letter-spacing: -0.32px;
}

@media (max-width: 768px) {
  #protection_01 .outbox {
    padding: 30px;
  }
  #protection_01 .innerbox {
    padding: 80px 30px;
  }
  #protection_01 .conduct_wrap .conduct_li {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  #protection_01 .br {
    display: none;
  }
  #protection_01 .outbox {
    padding: 20px;
  }
  #protection_01 .innerbox {
    padding: 50px 20px;
    gap: 30px;
  }
  #protection_01 .conduct_wrap {
    gap: 20px;
  }
  #protection_01 .conduct_wrap .conduct_title {
    padding: 10px 20px;
  }
  #protection_01 .conduct_wrap .conduct_li {
    row-gap: 10px;
  }
  #protection_01 .conduct_wrap .conduct_li li {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  #protection_01 .conduct_wrap .conduct_li li .text_wrap {
    align-items: center;
  }
  #protection_01 .conduct_wrap .conduct_li li .text_wrap p {
    text-align: center;
  }
}