@charset "utf-8";

/* 오시는길 섹션 스타일 */
.location_title {
  color: #e84341;
  font-size: 3rem;
  line-height: 1em;
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
}

.home_desc {
  font-size: clamp(0.9rem, 2.5vw, 1.3rem);
  text-align: center;
  margin-bottom: 50px;
}

.contact_w {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.contact_L {
  flex: 1;
  min-width: 300px;
}

.contact_L h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

.contact_L ol {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.contact_L ol li {
  margin-bottom: 15px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.contact_L ol li.c_add {
  font-weight: 600;
  color: #333;
}

.contact_L ol li b {
  font-weight: 600;
  color: #e84341;
}

.loaction_mapBtn {
  display: flex;
  gap: 15px;
}

.loaction_mapBtn div {
  flex: 1;
}

.loaction_mapBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background-color: #f8f9fa;
  border: 2px solid #e84341;
  border-radius: 8px;
  color: #e84341;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.loaction_mapBtn a:hover {
  background-color: #e84341;
  color: white;
}

.loaction_mapBtn img {
  width: 16px;
  height: 16px;
}

.contact_R {
  /* flex: 1; */
  min-width: 300px;
}

#daumRoughmapContainer1727079928797 {
  width: 100%;
  height: 360px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 모바일 최적화 */
@media (max-width: 768px) {
  .location_title {
    font-size: 1.8rem;
    margin-bottom: 3px;
  }

  .home_desc {
    margin-bottom: 20px;
    font-size: 0.9rem;
  }

  .contact_w {
    flex-direction: column;
    gap: 15px;
    padding: 0 10px;
  }

  .contact_L h3 {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 15px;
  }

  .contact_L ol {
    text-align: center;
    margin-bottom: 15px;
  }

  .contact_L ol li {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .loaction_mapBtn {
    flex-direction: column;
    gap: 8px;
  }

  .loaction_mapBtn a {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  #daumRoughmapContainer1727079928797 {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .location_title {
    font-size: 2rem;
  }

  .contact_L h3 {
    font-size: 1.3rem;
  }

  .contact_L ol li {
    font-size: 1rem;
  }

  .loaction_mapBtn a {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  #daumRoughmapContainer1727079928797 {
    height: 200px;
  }
}