@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/* 네이버 지도 */
.naver_map_wrap {width:100%;height:400px;margin-bottom:15px;border:1px solid #ddd;border-radius:4px;overflow:hidden}
.naver_map_notice {padding:15px;background:#f7f7f7;border:1px solid #ddd;border-radius:4px;color:#888;font-size:13px}

@media (max-width:768px) {
    .naver_map_wrap {height:300px}
}

/* 지도 커스텀 마커 */
.custom_map_marker {display:flex;flex-direction:column;align-items:center;transform:translate(-50%,-100%)}
.custom_map_marker_label {margin-bottom:4px;padding:5px 10px;background:#3d9d95;color:#fff;font-size:12px;font-weight:700;white-space:nowrap;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.35)}
.custom_map_marker_dot {width:12px;height:12px;border-radius:50%;background:#3d9d95;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.4)}

/* 찾아오시는 길 - 주소/교통안내 */
.addr_line {margin:0 0 16px;font-size:14px;color:#333}
.way_info_wrap {display:flex;flex-direction:column;gap:14px}
.way_info_card {display:flex;align-items:flex-start;gap:16px;padding:22px;background:#fff;border:1px solid #e6e6e6;border-radius:8px}
.way_info_icon {flex:0 0 48px;width:48px;height:48px;border-radius:10px;background:#eef1f4 no-repeat center/26px 26px}
.way_info_icon_subway {background-image:url('img/icon_subway.svg')}
.way_info_icon_bus {background-image:url('img/icon_bus.svg')}
.way_info_body {flex:1;min-width:0}
.way_info_title {margin:0 0 10px;font-size:16px;color:#222}
.way_info_title strong {color:#c62f1f}
.way_info_detail {margin:0;font-size:13px;color:#333;line-height:1.6}
.way_info_label {font-weight:700;color:#2f6fed}
.way_info_stops {display:flex;flex-wrap:wrap;gap:6px 14px;margin:8px 0 0;padding:0;list-style:none;font-size:13px;color:#333;line-height:1.6}

@media (max-width:600px) {
    .way_info_card {padding:16px;gap:12px}
    .way_info_icon {flex-basis:40px;width:40px;height:40px;background-size:22px 22px}
}
