#direction .sec_wrapper {
  display: flex;
  width: 100%;
  min-width: 1440px;
  max-width: 1800px;
  padding: 0 40px;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  align-self: stretch;
}
#direction .sec_common {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
#direction .address {
  color: var(--gray-700, #333);
  text-align: center;
  font-family: Paperlogy;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 106.25%;
}
#direction .contact {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
#direction .contact li {
  display: flex;
  padding: 15px 25px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 30px;
  border: 1px solid var(--gray-400, #ddd);
  background: var(--gray-100, #fff);
}
#direction .contact p {
  color: var(--gray-800, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.6px;
}
#direction .contact div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#direction .contact div img {
  flex-shrink: 0;
}
#direction .contact div p {
  font-weight: 600;
}
#direction .map_wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
#direction #map {
  width: 100%;
  height: 680px;
  border-radius: 30px;
  border: 1px solid var(--gray-400, #ddd);
  background: lightgray;
}
#direction .map_goto_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 70px;
  background: url("../img/button_bg.svg") center no-repeat;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
}
#direction .map_goto_btn p {
  color: var(--gray-100, #fff);
  text-align: center;
  font-family: Paperlogy;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 83.333%;
  letter-spacing: -0.72px;
}
#direction #transport {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
}
#direction .subway,
#direction .bus {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#direction .method {
  width: 100%;
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  border: 4px solid var(--gray-300, #eee);
  background: var(--gray-100, #fff);
}
#direction .method p {
  color: var(--gray-800, #111);
  text-align: center;
  font-family: Paperlogy;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130.769%;
}
#direction .howto {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
#direction .howto li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}
#direction .howto .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
#direction .howto .info p {
  color: var(--gray-800, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 146.667%;
}
#direction .howto .info p.line {
  color: var(--gray-800, #111);
  text-align: center;
  font-family: Paperlogy;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 145.455%;
  letter-spacing: -0.66px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#direction .howto .info p.bus_type {
  color: var(--gray-800, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.6px;
}
#direction .howto .info span {
  border-radius: 40px;
  display: flex;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--gray-800, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
}
#direction .howto .info span.no5 {
  background: #e9c9f6;
}
#direction .howto .info span.line1 {
  background: #a1e0b2;
}
#direction .howto .info span.line2 {
  background: #c3d9fa;
}
#direction .howto .info span.line3 {
  background: #beebf8;
}
#direction .howto .detail {
  border-radius: 10px;
  border: 2px dashed var(--gray-400, #ddd);
  background: var(--gray-100, #fff);
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
#direction .howto .detail div {
  display: flex;
  align-items: center;
  gap: 10px;
}
#direction .howto .detail p {
  color: var(--gray-800, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 146.667%;
}
#direction .howto .detail span {
  color: var(--gray-600, #555);
  text-align: center;
  font-family: Pretendard;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 146.667%;
}

@media (max-width: 1440px) {
  #direction .sec_wrapper {
    min-width: initial;
    max-width: initial;
  }
}
@media (max-width: 1023px) {
  #direction .sec_common {
    gap: 30px;
  }
  #direction .address {
    font-size: 1.4rem;
  }
  #direction .contact {
    gap: 15px;
  }
  #direction #transport {
    flex-direction: column;
  }
  #direction .subway {
    gap: 20px;
  }
}
@media (max-width: 960px) {
  #direction .contact {
    flex-wrap: wrap;
  }
  #direction #map {
    height: 500px;
  }
  #direction .method img {
    width: 30px;
    height: 30px;
  }
  #direction .method p {
    font-size: 1.2rem;
  }
}
@media (max-width: 726px) {
  #direction .address {
    font-size: 1.2rem;
  }
  #direction .contact li {
    width: calc((90% - 15px) / 2);
  }
  #direction .contact li:last-child {
    width: 90%;
  }
  #direction #map {
    height: 400px;
  }
  #direction .map_goto_btn {
    width: 300px;
    height: 50px;
    background-size: contain;
  }
  #direction .map_goto_btn p {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  #direction .contact li {
    width: 100%;
  }
  #direction .contact li:last-child {
    width: 100%;
  }
  #direction .howto {
    flex-direction: column;
  }
  #direction .howto li {
    width: 100%;
  }
}