@charset "UTF-8";
/* =========================================================
  용인수지노인복지관 : 공통 변수
========================================================= */
/* =========================================================
  용인수지노인복지관 : 공통 믹스인 (미디어쿼리)
========================================================= */
#email .top_intro .top_text {
  width: 100%;
  font-family: "Pretendard";
  font-size: 1.222rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.5px;
  color: #223769;
}
#email .email_law {
  width: 100%;
  display: flex;
  gap: 80px;
}
#email .email_law .headline {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 5px;
}
#email .email_law .headline span {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.32px;
  color: #333;
}
#email .email_law .headline .title {
  font-family: "NEXON Lv2 Gothic";
  font-size: 1.556rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #004889;
  word-break: keep-all;
}

@media (max-width: 1024px) {
  #email .email_law {
    gap: 20px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #email br {
    display: none;
  }
}