.byun_info_box{ 
	position:relative;
	background:#f3f4f8;
}
	
.byun_info {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 20px;
    color: #111;
}

/* 상단 타이틀 스타일 */
.byun_info h1 {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.byun_info h1 b {
    font-weight: 700;
}

/* 지도 영역 메인 컨테이너 */
.byun_mapbox {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

/* 왼쪽 이미지/안내 카드 영역 */
.byun_map_l {
    flex: 1;
    min-height: 400px;
    background-color: #0d1e2d;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* 오른쪽 지도 및 정보 영역 */
#byun_map_r {
    flex: 1.7;
    display: flex;
    flex-direction: column;
}

/* 실제 네이버 지도 api 등이 들어갈 영역 */
.byun_mapbox .naver_map {
    width: 100%;
    height: 300px;
    background-color: #e0e0e0;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	overflow: hidden;
}

/* 주소 및 복사 버튼 컨테이너 */
#byun_map_r p {
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

/* 주소 앞 초록색 위치 아이콘 */
#byun_map_r p::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 25px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2300c73c"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>') no-repeat center;
    margin-right: 4px;
    vertical-align: middle;
}

/* 주소 복사 버튼 */
#byun_map_r button {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 15px;
    margin: 10px 0px 20px;
    font-size: 17px;
    color: #fff;
    background-color: #999;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
    font-family: 'Pretendard';
}

#byun_map_r button:hover {
    background-color: #777;
}

/* 하단 길찾기 링크 리스트 */
.map_chak {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.map_chak li img{
	margin-right: 10px;
}
		
.map_chak li {
    flex: 1;
}

.map_chak li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 25px;
}

.map_chak li a:hover {
    background-color: #f8fafc;
}

/* 대중교통 및 주차장 안내 */
.byun_car {
    width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.byun_car h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.byun_car .parking-info {
    font-size: 20px;
    color: #444;
    margin-bottom: 25px;
}

.byun_car .info-table {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.byun_car .info-row {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 10px;
}

.byun_car .info-row:last-child {
    border-bottom: none;
}

.byun_car .info-title {
    width: 350px;
    font-size: 22px;
    font-weight: bold;
    color: #111;
}

.byun_car .info-desc {
    flex: 1;
    font-size: 17px;
    line-height: 1.6;
    color: #444;
}

.byun_car .info-desc strong {
    font-size: 20px;
    color: #000;
}

.byun_car .info-desc ul {
    list-style: none;
}

.byun_car .info-desc ul li {
    margin-bottom: 4px;
	font-size: 20px;
}

.byun_car .info-desc ul li span {
    font-weight: bold;
    display: inline-block;
    width: 45px;
}

.byun_car .bus-stop {
    margin-top: 8px;
    color: #666;
    font-size: 17px;
}

/* 예약 및 진료 안내 */
.byun_yeyack{
	position: relative;
	width: 1000px;
    margin: 0 auto;
	padding-top: 10px;
    padding-bottom: 60px;
}
	
.byun_yeyack h2 {
	font-size: 35px;
    font-weight: normal;
    margin-bottom: 40px;
}

.byun_yeyack h2 strong {
    font-weight: bold;
}

.byun_yeyack .flex-box {
    display: flex;
    gap: 20px;
}

.byun_yeyack .card {
    position: relative;
	background-color: #f8f9fa;
    align-items: center;
    width:100%;
    padding: 30px;
    border-radius: 10px;
}

.byun_yeyack .card h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

/* 진료시간 테이블 스타일 */
.byun_yeyack .time-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.byun_yeyack .time-table tr {
    border-bottom: 1px solid #e9ecef;
}

.byun_yeyack .time-table tr:last-child {
    border-bottom: none;
}

.byun_yeyack .time-table th, 
.byun_yeyack .time-table td {
    padding: 15px 0;
    font-size: 15px;
    vertical-align: top;
}

.byun_yeyack .time-table th {
	text-align: left;
    color: #444;
    width: 90px;
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px;
}

.byun_yeyack .time-table td {
    text-align: right;
    font-weight: bold;
    font-size: 21px;
    padding-right: 30px;
	font-family: 'Pretendard';
}

.byun_yeyack .time-table td small {
    display: block;
    font-weight: normal;
    color: #666;
    font-size: 17px;
    margin-top: 4px;
	font-family: 'Pretendard';
}

/* 휴진 안내 */
.byun_yeyack .closed-days {
    color: #4d514f;
    font-weight: bold;
    font-size: 19px;
    margin-top: auto;
    text-align: center;
}

/* 지도 효과 */
.map-container {
    position: relative;
    width: 360px;
	height: 450px;      
	background: url(/data/skin/front/pure/img/byunhom/main/jido_bg.png);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
		
.map-container .maptxt {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    z-index: 10;
    font-size: 25px;
    font-weight: 700;
}

.map-container .maptxt strong {
    color: #c5f14f;
    display: block;
    margin-top: 5px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
		
.map-container .maptxt2{
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    z-index: 10;
    color:#fff;
}
	
.map_nogiimg{
    position: absolute;
    top: 120px;
    left: 100px;
    width: 200px;
}

.animation-svg {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    transform: rotate(347deg);
}

.arrow-mask-path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: drawArrow 1.8s cubic-bezier(0.4, 0, 0.2, 1) forwards infinite;
}

@keyframes drawArrow {
    0% { stroke-dashoffset: 1000; }
    80%, 100% { stroke-dashoffset: 0; }
}

.target-center {
    fill: #ff3333;
    filter: drop-shadow(0px 0px 8px #ff3333);
}

.target-pulse {
    fill: none;
    stroke: #ff3333;
    stroke-width: 2;
    animation: pulse 1.8s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
}

@keyframes pulse {
    0% { r: 5; opacity: 1; stroke-width: 3; }
    50% { r: 25; opacity: 0.4; stroke-width: 1.5; }
    100% { r: 40; opacity: 0; stroke-width: 0.5; }
}
	
.target-point {
    fill: #f70000;
    animation: pulse 2s infinite;
}

/* 지도 검사 */
.exam-section { background: #fff; }
.exam-grid { display: grid; grid-template-columns: 500px 1fr; gap: 30px; }
.exam-left { position: relative; }
.exam-left::after {
    content: '';
    position: absolute;
    bottom: -60px; right: -60px;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,.05);
}
.map-placeholder {
    width: 100%;
    height: 180px;
    background: rgba(0,0,0,.25);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}
.map-pin {
    position: absolute;
    width: 20px; height: 20px;
    background: #ff5252;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    box-shadow: 0 0 10px rgba(255,82,82,.6);
    top: 50%; left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}
.exam-left h3 { font-size: 20px; font-weight: 900; line-height: 1.5; }
.exam-left p { font-size: 13px; opacity: .8; margin-top: 8px; line-height: 1.7; }
.location-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,.15);
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 13px;
    margin-top: 16px;
}
	
/* 예약 채팅 단락 */
.cont_phone{ 
	background: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    margin-bottom: 20px;
	height: 50px;
}
.cont_kakao{ 
	background: #ffdd00;
    border-radius: 100px;
    padding: 10px 20px;
	margin-bottom: 20px;
	height: 50px;
}
.cont_naver{ 
	background: linear-gradient(270deg, #26a2b6, #00c53a);
    border-radius: 100px;
    padding: 10px 20px;
	margin-bottom: 20px;
	height: 50px;
}
.cont_phone p{	
    line-height: 50px;
    font-size: 25px;
    padding-left: 70px;
}
	
.cont_phone b{
	padding-left: 20px;
	font-size: 28px;
}
	
.cont_kakao p{	
	line-height: 50px;
    font-size: 25px;
    font-weight: 700;
    padding-left: 130px;
}

.cont_naver	p{	
    line-height: 50px;
    font-size: 25px;
    font-weight: 700;
    padding-left: 115px;
    color: #fff;
}
	
.byun_yeyack .card div img{	
    float: left;	
}
	
/* 내부 슬라이드 레이아웃 구조 - 가로 늘어남 방지 패치 */
.bslider-container {
    width: 100%;
    max-width: 100%; 
    margin: 0 auto;
    padding: 40px 0;
    font-family: sans-serif;
    overflow: hidden; 
    position: relative;
}

.bslider-title {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 60px;
}

.bslider-wrapper {
    display: flex;
    width: 100%;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
	
.bslider-wrapper:active {
    cursor: grabbing;
}

/* 이미지 박스: 대형 화면에서 무한정 늘어나는 현상 제어 */
.bslide-item {
    flex: 0 0 auto;         /* 화면에 맞게 유연하게 고정 */
    width: 600px;           /* ⚠️ 대형 화면 기준 안정적인 최적 이미지 가로폭 고정 */
    max-width: 85%;         /* 모바일/테블릿 등 작은 화면에서는 유연하게 줄어듦 */
    height: 450px;          /* 세로 높이 고정 */
    padding: 0 15px; 
    box-sizing: border-box;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0.3; 
    
    display: flex;
    align-items: center;   
    justify-content: center;
    
    /* 둥근 테두리 부모 컷팅 */
    border-radius: 20px !important;
    overflow: hidden !important;
}

/* 활성화된 중앙 이미지 강조 */
.bslide-item.active {
    opacity: 1 !important;
}

/* 이미지 속성: 찌그러짐 현상 완벽 방어 */
.bslider-wrapper .bslide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;               /* 화면 왜곡 현상 제거 및 꽉 채우기 */
    border-radius: 20px !important;  
    
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    pointer-events: none; 
    transform: translate3d(0,0,0);
}		

/* 하단 인디케이터 바 */
.slider-indicator {
    width: 800px;
    max-width: 90%;
    height: 4px;
    background: #e0e0e0;
    margin: 30px auto 0;
    position: relative;
    border-radius: 2px;
}

.indicator-bar {
	position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 20%; 
    background: #0d1e2d;
    border-radius: 2px;
    transition: left 0.3s ease-in-out;
}