@charset "utf-8";

/* 오시는길 */
.map_come_contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#map.intro_map_map {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #acacac;
}

.map_come_contents_container {
  padding: 30px 20px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 30px;
}

.map_come_contents_container.centerInfo {
  background-color: #fcf8ef;
}

.map_come_contents_container.coInfo {
  background-color: #f7f7f7;
}

.map_contents_item {
  display: flex;
  gap: 20px;
  align-items: start;
}

.map_contents_item.address {
  grid-column: 1 / -1;
}

.map_item_img {
  width: 44px;
  height: 44px;
}
.map_item_textContainer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: normal;
}

.map_item_title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  width: 68px;
  display: flex;
  justify-content: start;
}

.map_item_title_conum {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  width: 70px;
  display: flex;
}

.map_item_content {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.5;
}

.intro_map_viewMapBtn {
  font-size: 14px;
  color: #a5a5a5;
  text-decoration: underline;
}
