@charset "UTF-8";
/* =========================================================
  용인수지노인복지관 : 공통 변수
========================================================= */
/* =========================================================
  용인수지노인복지관 : 공통 믹스인 (미디어쿼리)
========================================================= */
#location .map_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
#location .map_box #map {
  width: 100%;
  height: 500px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  background: lightgray;
}
#location .map_box .location_info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  border: 1px solid #D6DDE6;
  background: #fff;
}
#location .map_box .location_info dl {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 40px;
}
#location .map_box .location_info dl .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#location .map_box .location_info dl .item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: #ccc;
  margin-left: 20px;
}
#location .map_box .location_info dl .item dt {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #333;
  font-family: "Pretendard";
  font-size: 1.111rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.6px;
  flex-shrink: 0;
}
#location .map_box .location_info dl .item dt::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
#location .map_box .location_info dl .item dd {
  color: #333333;
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.54px;
  word-break: keep-all;
}
#location .map_box .location_info dl .item:nth-child(1) dt::before {
  background: url("../img/ico_01.svg") center no-repeat;
}
#location .map_box .location_info dl .item:nth-child(2) dt::before {
  background: url("../img/ico_02.svg") center no-repeat;
}
#location .map_box .location_info dl .item:nth-child(3) dt::before {
  background: url("../img/ico_03.svg") center no-repeat;
}
#location .map_box .location_info .gotobtn {
  display: flex;
  width: 300px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 0 40px 40px 0;
  background: #223769;
  align-self: stretch;
  flex-shrink: 0;
}
#location .map_box .location_info .gotobtn span {
  color: #fff;
  word-break: keep-all;
}
#location .use_subway {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
}
#location .use_subway .subway {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
}
#location .use_bus {
  width: 100%;
  display: inline-grid;
  row-gap: 30px;
  column-gap: 30px;
  grid-template-rows: repeat(2, fit-content(100%));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
}
#location .use_bus .bus {
  display: flex;
  padding: 30px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  grid-row: span 1;
  grid-column: span 1;
  justify-self: stretch;
  flex: 1 0 0;
  border: 1px solid #D6DDE6;
}
#location .use_bus .bus .alighting {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #D6DDE6;
  color: #2a5cad;
  font-family: "Pretendard";
  font-size: 1.111rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#location .use_bus .bus .bus_types {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
#location .use_bus .bus .bus_types .type {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
#location .use_bus .bus .bus_types .type .dot_li {
  margin-top: 3px;
}

@media (max-width: 1440px) {
  #location .map_box .location_info dl {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  #location .map_box .location_info dl .item:not(:last-child)::after {
    content: none;
  }
  #location .map_box .location_info .gotobtn {
    width: 180px;
    padding: 20px 50px;
  }
}
@media (max-width: 1024px) {
  #location .map_box #map {
    height: 400px;
  }
}
@media (max-width: 768px) {
  #location .map_box .location_info {
    flex-direction: column;
  }
  #location .map_box .location_info dl .item dt {
    gap: 5px;
  }
  #location .map_box .location_info dl .item dt::before {
    content: "";
    width: 20px;
    height: 20px;
  }
  #location .map_box .location_info dl .item:nth-child(1) dt::before, #location .map_box .location_info dl .item:nth-child(2) dt::before, #location .map_box .location_info dl .item:nth-child(3) dt::before {
    background-size: cover;
  }
  #location .map_box .location_info .gotobtn {
    width: 100%;
    border-radius: 0 0 40px 40px;
  }
  #location .use_subway {
    gap: 20px;
    flex-direction: column;
  }
  #location .use_bus {
    row-gap: 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  #location .map_box .location_info dl .item {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
  #location .use_bus .bus {
    padding: 30px;
  }
}
@media (max-width: 360px) {
  #location .use_bus .bus .bus_types .type {
    gap: 5px;
    flex-direction: column;
  }
  #location .use_bus .bus .bus_types .type .dot_li {
    margin: 0;
  }
}