/**************** clinic-info-section *************/
.clinic-info-section .clinic-info {
  text-align: center;
  background: #f4f4f4;
  padding: 40px 20px;
  color: #111;
}

.clinic-info-section .clinic-photo img,
.clinic-info-section .map-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.clinic-info-section .clinic-info h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 15px;
}

.clinic-info-section .hours-table {
  margin: 0 auto 10px;
  font-size: 16px;
  border-collapse: collapse;
}

.clinic-info-section .hours-table td {
  padding: 8px 12px;
}

.clinic-info-section .notice {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

/************** location-section ************/

.location-section .location-title {
  font-size: 18px;
  margin: 10px 0 5px;
}

.location-section .location-sub {
  font-size: 16px;
  line-height: 1.6;
}

.location-section .phone {
  color: #d2378c;
  font-size: 18px;
  font-weight: bold;
}



.location-section .directions {
  padding: 40px 20px;
  background: #fff;
  color: #222;
  max-width: 700px;
  margin: 0 auto;
}

.location-section .section-title {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 20px;
}

.location-section .section-title.blue {
  color: #1e73be;
}

.location-section .section-title.pink {
  color: #d2378c;
  margin-top: 60px;
}

.location-section .direction-group {
  margin-bottom: 30px;
  display:flex;
  flex-direction:column;
  gap:15px;
  1border:solid 1px red;
}

.location-section .direction-kind {
    display:flex;
    gap:14px;
    align-items:center;
    1padding-bottom:35px;
}

.location-section .direction-kind div:first-child {
    flex:0 0 80px;
}

.naver-map {
    font-size:16px;
    border:solid 1px #333;
    border-radius:8px;
    padding:4px 10px;
    color:#333;
    text-decoration:none;
    display:flex;
    width:fit-content;
    margin:0 auto;
    gap:8px;
    align-items:center;
    border:solid 2px #5FBD68;
}

.naver-map::before {
    background:url(https://play-lh.googleusercontent.com/BaWUhtRONqb2Tt0ESjnaEH9KiaAUnOlFJqGzGUYN6oPsEEpZhPwQeHZhuGcM1Y8g1Io) no-repeat;
    width:25px;
    height:25px;
    display:inline-block;
}

.location-section .direction-kind .label {
    text-align:center;
    font-size:14px;
}

.location-section .direction-kind .cont {
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:column;
    gap:7px;
    margin-bottom:25px;
}

.location-section .direction-kind  li {
    1text-indent:-1.2em;
    1padding-left:1.2em;
    line-height:1.6;
    display:flex;
    align-items:flex-start;
    gap:8px;
}

.bullet {
    width:6px;
    height:6px;
    background-color:#000;
    border-radius:50%;
    margin-top:0.5em;
    flex-shrink:0;
}

.location-section .direction-kind img {
    width:100%;
}

.location-section .icon-text {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 25px;
}

.location-section .icon-text img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-top: 3px;
}

.location-section .icon-text strong {
  font-size: 16px;
  color: #000;
}

.location-section .icon-text div {
  font-size: 14px;
  line-height: 1.6;
}

.location-section mark {
  background: none;
  color: #d2378c;
  font-weight: bold;
}
