@charset "utf-8";

/* 오시는길 */
.map_come_contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#map {
  width: 100%;
  height: 500px;
  background-color: #acacac;
  border-radius: 8px;
}

.map_come_contents_container {
  padding: 40px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(2, 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: center;
}

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

.map_item_img {
  width: 50px;
  height: 50px;
}
.map_item_textContainer {
  display: flex;
  gap: 20px;
  justify-content: center;
  line-height: normal;
  align-items: center;
}

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

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

.map_item_content {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  display: flex;
  gap: 20px;
}

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