@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Pretendard', sans-serif; color: #222; }
button, input, textarea, select,a { font-family: 'Pretendard', sans-serif; }
div,h1,h2,h3,h4,h5,h6,p { font-family: 'Pretendard', sans-serif; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
.inner { width: 100%; max-width: 1700px; margin: 0 auto; padding: 0 40px; }
/* 헤더 */
.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,0.35); background: rgba(120, 135, 155, 0.25); backdrop-filter: blur(4px); transition: background .3s ease, box-shadow .3s ease; }
.site-header.scrolled { background: rgba(76, 91, 113, 0.92); box-shadow: 0 4px 20px rgba(0,0,0,0.12); }
.site-header .inner { height: 106px; display: flex; align-items: center; justify-content: space-between; }
.logo { flex: 0 0 auto; }
.logo a { display: block; }
.logo img { height: 58px; width: auto; }
/* 메뉴 */
.gnb { display: flex; align-items: center; gap: 56px; color: #fff; font-size: 20px; font-weight: 600; white-space: nowrap; }
.gnb a { position: relative; padding: 8px 0; color: #fff; text-decoration: none; }
.gnb a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: #fff; transition: width .25s ease; }
.gnb a:hover::after { width: 100%; }
/* 모바일 버튼 */
.menu-btn { display: none; width: 42px; height: 42px; border: 0; background: none; cursor: pointer; padding: 0; }
.menu-btn span { display: block; width: 28px; height: 2px; background: #fff; margin: 6px auto; transition: .3s; }
/* 메인비주얼 */
.main-visual { position: relative; width: 100%; aspect-ratio: 16 / 9; /* 영상 비율에 맞춰 높이 자동조절 */
    overflow: hidden; }
.visual-video { position: absolute; inset: 0; z-index: 1; }
.visual-video iframe { width: 100%; height: 100%; border: 0; pointer-events: none; /* 배경처럼 사용 */
}
.visual-dim { position: absolute; inset: 0; background: rgba(120, 135, 155, 0.38); z-index: 2; }
/* 더미 섹션 */
.section { scroll-margin-top: 110px; }
.dummy-section { padding: 50px 0; min-height: 200px; background: #f5f6f8; border-top: 1px solid #e5e7eb; font-size: 20px; font-weight: 700; }
.m-b-10 { margin-bottom: 10px; }
.m-b-20 { margin-bottom: 20px; }
.m-b-30 { margin-bottom: 30px; }
.m-b-40 { margin-bottom: 40px; }
.m-b-50 { margin-bottom: 50px; }
.m-b-60 { margin-bottom: 60px; }
.m-b-70 { margin-bottom: 70px; }
.m-b-80 { margin-bottom: 80px; }
.m-b-90 { margin-bottom: 90px; }
.m-b-100 { margin-bottom: 100px; }
.location-section { padding: 120px 0; background: #bcc6d6; }
.location-section .inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.section-title { text-align: center; margin-bottom: 48px; }
.section-title p { font-size: 13px; line-height: 1.4; letter-spacing: 1.5px; color: #5f6f86; margin-bottom: 10px; }
.section-title h2 { font-size: 48px; line-height: 1.2; font-weight: 700; color: #123f86; }
/* 진료시간 박스 */
.clinic-box { display: flex; align-items: stretch; border-radius: 34px; overflow: hidden; background: #eef1f5; box-shadow: 0 10px 24px rgba(0,0,0,0.12); margin-bottom: 52px; }
.clinic-left { width: 50%; padding: 60px 56px; background: #f4f5f7; }
.clinic-right { width: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #eceef1; padding: 40px 30px; }
.clinic-desc { font-size: 36px; font-weight: 500; color: #333; margin-bottom: 42px; word-break: keep-all; }
.clinic-desc strong { font-weight: 800; }
.clinic-time { list-style: none; margin: 0; padding: 0; }
.clinic-time li { display: flex; align-items: flex-start; gap: 26px; font-size: 22px; line-height: 1.5; margin-bottom: 12px; color: #333; word-break: keep-all; }
.clinic-time li:last-child { margin-bottom: 0; }
.day-label { flex: 0 0 150px; font-weight: 700; }
.time-label { font-weight: 500; }
.clinic-time .holiday .day-label, .clinic-time .holiday .time-label { color: #ef4136; }
.clinic-note { margin-top: 14px; font-size: 15px; line-height: 1.5; color: #666; word-break: keep-all; }
.consult-text { font-size: 20px; line-height: 1.4; color: #333; margin-bottom: 18px; font-weight: 600; }
.consult-number { font-size: 58px; line-height: 1.1; font-weight: 800; color: #222; letter-spacing: -1px; text-align: center; word-break: keep-all; }
/* 지도 */
.map-box { margin-bottom: 28px; }
.map-box img { display: block; width: 100%}
.address-box { text-align: center; margin-bottom: 56px; }
.address-main { font-size: 24px; line-height: 1.45; font-weight: 600; color: #222; word-break: keep-all; }
.address-sub { margin-top: 10px; font-size: 20px; line-height: 1.45; color: #333; word-break: keep-all; }
.map-btns { display: flex; justify-content: center; gap: 22px; margin-top: 28px; flex-wrap: wrap; }
.map-btns a { min-width: 190px; height: 56px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; font-size: 19px; font-weight: 700; text-decoration: none; box-shadow: 0 6px 14px rgba(0,0,0,0.15); transition: transform .2s ease, box-shadow .2s ease; }
.map-btns a:hover { transform: translateY(-2px); box-shadow: 0 10px 18px rgba(0,0,0,0.16); }
.naver-btn { background: #12c74b; color: #fff; }
.kakao-btn { background: #fae100; color: #3a2f00; }
.map-detail { max-width: 840px; margin: 0 auto; }
.map-detail img { display: block; width: 100%; }
.map_icon { width: 40px; margin-right: 10px; }
.doctor-section { background: #ffffff; }
.doctor-wrap { display: flex; align-items: stretch; }
.doctor-photo { width: 36%; background: #e9e9e9; }
.doctor-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.doctor-content { width: 64%; background: #003681; color: #fff; display: flex; align-items: center; }
.doctor-inner { width: 100%; max-width: 900px; padding: 80px 70px 70px; }
.doctor-title { margin: 0 0 48px; font-size: 58px; line-height: 1.2; font-weight: 700; color: #ffffff; word-break: keep-all; }
.doctor-title span { color: #69c4ff; }
.doctor-lead { margin: 0 0 60px; font-size: 34px; line-height: 1.45; font-weight: 500; color: #ffffff; word-break: keep-all; }
.doctor-lead br { display: block; }
.doctor-lead .point { color: #69c4ff; }
.doctor-text p { margin: 0 0 34px; font-size: 24px; line-height: 1.55; font-weight: 400; color: #ffffff; word-break: keep-all; }
.doctor-text p:last-child { margin-bottom: 50px; }
.doctor-name { margin: 0; font-size: 64px; line-height: 1.1; font-weight: 800; color: #ffffff; letter-spacing: -1px; }
.doctor-name span { display: inline-block; margin-right: 16px; font-size: 30px; font-weight: 500; vertical-align: middle; }
.director-title { text-align: center; margin-bottom: 80px; }
.director-section { background: #fff; padding-top: 120px; }
.m-t-m50 { margin-top: -150px; }
.sub-section { padding: 100px 0; background: url('/img/bg1.jpg') no-repeat center center / cover; }
.tab-section { padding: 100px 0; }
.tab-section .nav-pills .nav-link.active { background-color: #012459; }
.tab-section .nav-pills .nav-link { border-radius: 10px 10px 0 0; font-size: 24px; font-weight: 800; padding: 10px 30px; }
.tab-section .nav-link { background-color: #9e9e9e; color: #fff; }
.tab-section .nav-link:hover { color: #ddd; }
.tab-section .nav { display: flex; justify-content: center; gap: 10px; }
.tab-content img { border-radius: 30px; box-shadow: 0 10px 24px rgba(0,0,0,0.12); }
.clinic-section { padding: 50px 0 100px; }
.clinic-section h2 { font-size: 36px; font-weight: 600; }
.clinic-section p { font-size: 24px; font-weight: 400; }
.clinic-section p b { color: #0a4299; font-weight: 400; }
.visible-xs { display: none; }
/* 반응형 */
@media (max-width:1400px) {
    .gnb { gap: 32px; font-size: 18px; }
    .logo img { height: 50px; }
    .doctor-inner { padding: 70px 50px 60px; }
    .doctor-title { font-size: 48px; margin-bottom: 40px; }
    .doctor-lead { font-size: 28px; margin-bottom: 46px; }
    .doctor-text p { font-size: 20px; margin-bottom: 26px; }
    .doctor-name { font-size: 52px; }
    .doctor-name span { font-size: 24px; }
    .director-photo img { width: 360px; }
    .director-text { padding-left: 60px; }
    .visible-xs { display: none; }
}
@media (max-width:1024px) {
    .site-header .inner { height: 82px; padding: 0 20px; }
    .logo img { height: 42px; }
    .menu-btn { display: block; position: relative; z-index: 1100; }
    .gnb { position: fixed; top: 82px; left: 0; width: 100%; background: rgba(76, 91, 113, 0.97); display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 14px 20px 20px; transform: translateY(-120%); opacity: 0; pointer-events: none; transition: .3s ease; }
    .gnb a { width: 100%; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.12); font-size: 17px; }
    .site-header.menu-open .gnb { transform: translateY(0); opacity: 1; pointer-events: auto; }
    .section { scroll-margin-top: 90px; }
    .consult-number { font-size: 40px; }
    .doctor-wrap { flex-direction: column; }
    .doctor-photo, .doctor-content { width: 100%; }
    .doctor-photo { background: #e9e9e9; }
    .doctor-photo img { width: 100%; height: auto; object-fit: contain; }
    .doctor-inner { max-width: 100%; padding: 60px 36px 56px; }
    .doctor-title { font-size: 40px; margin-bottom: 32px; }
    .doctor-lead { font-size: 24px; margin-bottom: 38px; }
    .doctor-text p { font-size: 18px; line-height: 1.65; margin-bottom: 22px; }
    .doctor-text p:last-child { margin-bottom: 38px; }
    .doctor-name { font-size: 44px; }
    .doctor-name span { font-size: 22px; margin-right: 12px; }
    .m-t-m50 { margin-top: -50px; }
    .tab-section .nav-pills .nav-link.active { background-color: #012459; }
    .tab-section .nav-pills .nav-link { border-radius: 10px 10px 0 0; font-size: 16px; font-weight: 800; }
    .tab-section .nav-link { background-color: #9e9e9e; color: #fff; }
    .tab-section .nav-link:hover { color: #ddd; }
    .tab-section .nav { display: flex; justify-content: center; gap: 10px; }
    .clinic-section h2 { font-size: 26px; font-weight: 600; }
    .clinic-section p { font-size: 18px; font-weight: 400; }
    .clinic-section p b { color: #0a4299; font-weight: 400; }
}
@media (max-width:991px) {

}
@media (max-width:767px) {
    .clinic-box { flex-direction: column}
    .clinic-left { width: 100%; padding: 60px 56px; background: #f4f5f7; }
    .clinic-right { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #eceef1; padding: 40px 30px; }
    .dummy-section { min-height: 500px; padding: 80px 0; font-size: 28px; }
    .inner { padding: 0 10px; }
    .m-w-90 { width: 90%; }
    .m-w-80 { width: 80%; }
    .m-w-70 { width: 70%; }
    .m-w-60 { width: 60%; }
    .m-w-50 { width: 50%; }
    .m-w-40 { width: 40%; }
    .m-w-30 { width: 30%; }
    .road-link { gap: 10px; padding: 0 20px; }
    .location-section { padding: 70px 0; }
    .location-section .inner { padding: 0 16px; }
    .section-title p { font-size: 11px; margin-bottom: 8px; }
    .section-title h2 { font-size: 28px; line-height: 1.3; }
    .clinic-box { border-radius: 22px; margin-bottom: 30px; }
    .clinic-left { padding: 28px 22px; }
    .clinic-right { padding: 26px 18px; }
    .clinic-desc { font-size: 18px; line-height: 1.5; margin-bottom: 24px; }
    .clinic-time li { flex-direction: column; gap: 4px; font-size: 17px; margin-bottom: 14px; }
    .day-label { flex: none; }
    .clinic-note { margin-top: 12px; font-size: 13px; }
    .consult-text { font-size: 16px; margin-bottom: 10px; }
    .consult-number { font-size: 34px; }
    .map-box img { border-radius: 4px; }
    .address-main { font-size: 18px; line-height: 1.5; }
    .address-sub { font-size: 15px; line-height: 1.5; }
    .map-btns { flex-direction: column; align-items: center; gap: 10px; }
    .map-btns a { width: 100%; max-width: 260px; min-width: 0; height: 48px; font-size: 15px; border-radius: 10px; }
    .address-box { margin-bottom: 32px; }
    .map-detail img { border-radius: 18px; }
    .doctor-inner { padding: 42px 20px 40px; }
    .doctor-title { font-size: 28px; line-height: 1.35; margin-bottom: 22px; }
    .doctor-lead { font-size: 19px; line-height: 1.55; margin-bottom: 28px; }
    .doctor-text p { font-size: 15px; line-height: 1.7; margin-bottom: 18px; }
    .doctor-text p:last-child { margin-bottom: 28px; }
    .doctor-name { font-size: 32px; line-height: 1.25; }
    .doctor-name span { display: block; margin: 0 0 8px; font-size: 17px; }
    .tab-section .nav-pills .nav-link { border-radius: 10px 10px 0 0; font-size: 12px; font-weight: 800; padding: 5px 10px; }
    .tab-section .nav { display: flex; justify-content: center; gap: 5px; }
    .visible-xs { display: block; }
}
.tab-cont-section { background: linear-gradient( to bottom, #ffffff 50%, #dfe7f2 50% ); }
.clinic-tab-wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.clinic-tab-list { display: flex; align-items: stretch; justify-content: center; background: #fff; border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); overflow: hidden; margin-top: -50px; }
.clinic-tab { flex: 1 1 0; min-height: 120px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px 16px; font-size: 18px; line-height: 1.35; font-weight: 700; color: #143c7d; text-decoration: none; position: relative; word-break: keep-all; }
.clinic-tab + .clinic-tab::before { content: ""; position: absolute; left: 0; top: 18%; width: 1px; height: 64%; background: #cfd8e6; }
.clinic-tab:hover { color: #0e3570; background: #f8fbff; }
/* 태블릿 */
@media (max-width:1024px) {
    .clinic-tab { min-height: 100px; font-size: 16px; padding: 18px 10px; }
}
/* 모바일 */
@media (max-width:767px) {
    .clinic-tab-list { display: grid; grid-template-columns: repeat(2, 1fr); border-radius: 24px; }
    .clinic-tab { min-height: 82px; font-size: 15px; padding: 14px 10px; }
    .clinic-tab::before { display: none; }
    .clinic-tab:nth-child(odd) { border-right: 1px solid #d8dfeb; }
    .clinic-tab:not(:nth-last-child(-n+2)) { border-bottom: 1px solid #d8dfeb; }
}
@media (max-width:480px) {
    .clinic-tab { font-size: 14px; line-height: 1.3; min-height: 74px; padding: 12px 8px; }
}
.site-footer { background: #003b8f; color: #fff; }
.footer-inner { width: 100%; max-width: 1680px; margin: 0 auto; padding: 0 40px; }
.footer-top { border-top: 1px solid rgba(255,255,255,0.6); border-bottom: 1px solid rgba(255,255,255,0.6); }
.footer-top .footer-inner { min-height: 270px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.footer-time h3 { font-size: 40px; font-weight: 700; margin-bottom: 26px; line-height: 1.2; }
.footer-time ul { list-style: none; margin: 0; padding: 0; }
.footer-time li { display: flex; align-items: center; gap: 42px; margin-bottom: 10px; }
.footer-time li:last-child { margin-bottom: 0; }
.footer-time span, .footer-time strong { font-size: 22px; font-weight: 600; line-height: 1.4; color: #fff; }
.footer-call { text-align: right; }
.footer-call p { font-size: 38px; font-weight: 700; line-height: 1.2; margin-bottom: 20px; }
.footer-call a { display: inline-block; color: #fff; text-decoration: none; font-size: 48px; font-weight: 800; line-height: 1; letter-spacing: -2px; }
.footer-middle { border-bottom: 1px solid rgba(255,255,255,0.6); }
.footer-policy-links { min-height: 88px; display: flex; align-items: center; justify-content: center; gap: 110px; }
.footer-policy-btn { border: 0; background: none; color: #fff; font-size: 22px; font-weight: 500; line-height: 1.3; padding: 0; cursor: pointer; }
.footer-policy-btn:hover { opacity: .85; }
.footer-bottom .footer-inner { padding-top: 60px; padding-bottom: 70px; }
.footer-bottom h2 { font-size: 32px; font-weight: 700; line-height: 1.2; margin-bottom: 24px; }
.footer-info { display: flex; flex-wrap: wrap; gap: 26px 70px; }
.footer-info p { margin: 0; font-size: 18px; font-weight: 500; line-height: 1.5; }
.footer-info strong { font-weight: 700; }
/* 모달 */
.footer-modal .modal-content { border-radius: 20px; border: 0; }
.footer-modal .modal-header { padding: 24px 28px; border-bottom: 1px solid #e5e7eb; }
.footer-modal .modal-title { font-size: 24px; font-weight: 700; color: #111827; }
.footer-modal .modal-body { padding: 28px; font-size: 16px; line-height: 1.8; color: #333; word-break: keep-all; }
/* 반응형 */
@media (max-width:1400px) {
    .footer-time h3 { font-size: 36px; }
    .footer-time span, .footer-time strong { font-size: 22px; }
    .footer-call p { font-size: 28px; }
    .footer-call a { font-size: 48px; }
    .footer-policy-links { gap: 70px; }
    .footer-policy-btn { font-size: 22px; }
    .footer-bottom h2 { font-size: 48px; }
    .footer-info p { font-size: 22px; }
}
@media (max-width:1024px) {
    .footer-inner { padding: 0 24px; }
    .footer-top .footer-inner { min-height: auto; padding-top: 50px; padding-bottom: 50px; flex-direction: column; align-items: flex-start; gap: 36px; }
    .footer-time h3 { font-size: 30px; margin-bottom: 20px; }
    .footer-time li { gap: 24px; }
    .footer-time span, .footer-time strong { font-size: 24px; }
    .footer-call { text-align: left; }
    .footer-call p { font-size: 26px; margin-bottom: 14px; }
    .footer-call a { font-size: 40px; }
    .footer-policy-links { min-height: auto; padding: 24px 0; flex-wrap: wrap; gap: 18px 40px; }
    .footer-policy-btn { font-size: 22px; }
    .footer-bottom .footer-inner { padding-top: 42px; padding-bottom: 50px; }
    .footer-bottom h2 { font-size: 32px; margin-bottom: 18px; }
    .footer-info { gap: 12px 30px; }
    .footer-info p { font-size: 18px; }
}
@media (max-width:767px) {
    .footer-inner { padding: 0 16px; }
    .footer-top .footer-inner { padding-top: 34px; padding-bottom: 34px; gap: 24px; }
    .footer-time h3 { font-size: 28px; margin-bottom: 16px; }
    .footer-time li { flex-direction: column; align-items: flex-start; gap: 4px; margin-bottom: 14px; }
    .footer-time span, .footer-time strong { font-size: 19px; }
    .footer-call p { font-size: 24px; margin-bottom: 10px; }
    .footer-call a { font-size: 42px; letter-spacing: -1px; word-break: break-all; }
    .footer-policy-links { padding: 18px 0; gap: 12px; flex-direction: column; }
    .footer-policy-btn { font-size: 18px; }
    .footer-bottom .footer-inner { padding-top: 30px; padding-bottom: 34px; }
    .footer-bottom h2 { font-size: 30px; margin-bottom: 14px; }
    .footer-info { flex-direction: column; gap: 8px; }
    .footer-info p { font-size: 17px; line-height: 1.6; }
    .footer-modal .modal-header { padding: 18px 20px; }
    .footer-modal .modal-title { font-size: 20px; }
    .footer-modal .modal-body { padding: 20px; font-size: 15px; line-height: 1.7; }
}
.side-bar { position: fixed; right: 20px; bottom: 35%; z-index: 9999999; background: #00337e; padding: 30px 10px; border-radius: 100px; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; }
.s-cont img { width: 100%; max-width: 80px; }
@media (max-width:767px) {
    .side-bar { position: fixed; right: 10px; bottom: 35%; z-index: 9999999; background: #00337e; padding: 20px 5px; border-radius: 100px; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; }
    .s-cont img { width: 100%; max-width: 50px; }
}
/* 슬라이더 전체 */
.event-slider-wrap { width: 100%; max-width: 1400px; margin: 0 auto; padding: 50px 60px; background: #002c6a; border-radius: 40px; position: relative; }
.event-slider { margin: 0 -15px; }
.event-slider .slick-slide { padding: 0 15px; box-sizing: border-box; }
.event-slider img { display: block; width: 100%; height: auto; }
/* 화살표 버튼 */
.event-slider .slick-prev, .event-slider .slick-next { width: 84px; height: 84px; border-radius: 50%; background: #4a90e2; z-index: 20; }
.event-slider .slick-prev { left: -42px; }
.event-slider .slick-next { right: -42px; }
/* 기본 아이콘 제거 */
.event-slider .slick-prev:before, .event-slider .slick-next:before { content: ''; display: block; width: 24px; height: 24px; border-top: 8px solid #fff; border-right: 8px solid #fff; opacity: 1; position: absolute; top: 50%; left: 50%; }
/* 왼쪽 화살표 */
.event-slider .slick-prev:before { transform: translate(-35%, -50%) rotate(-135deg); }
/* 오른쪽 화살표 */
.event-slider .slick-next:before { transform: translate(-65%, -50%) rotate(45deg); }
/* hover */
.event-slider .slick-prev:hover, .event-slider .slick-next:hover { background: #5aa0f0; }
/* dots */
.event-slider .slick-dots { bottom: -38px; }
.event-slider .slick-dots li { margin: 0 4px; }
.event-slider .slick-dots li button:before { font-size: 10px; color: #fff; opacity: 0.45; }
.event-slider .slick-dots li.slick-active button:before { color: #fff; opacity: 1; }
/* 반응형 */
@media (max-width:1024px) {
    .event-slider-wrap { padding: 40px 40px 60px; border-radius: 30px; }
    .event-slider .slick-prev, .event-slider .slick-next { width: 68px; height: 68px; }
    .event-slider .slick-prev { left: -20px; }
    .event-slider .slick-next { right: -20px; }
}
@media (max-width:768px) {
    .event-slider-wrap { padding: 30px 20px 55px; border-radius: 24px; }
    .event-slider .slick-slide { padding: 0 8px; }
    .event-slider { margin: 0 -8px; }
    .event-slider .slick-prev, .event-slider .slick-next { width: 52px; height: 52px; }
    .event-slider .slick-prev:before, .event-slider .slick-next:before { width: 16px; height: 16px; border-top: 5px solid #fff; border-right: 5px solid #fff; }
    .event-slider .slick-prev { left: -10px; }
    .event-slider .slick-next { right: -10px; }
}
.tour-section { padding: 120px 0; background: #f3f3f3; position: relative; overflow: hidden; }
.tour-section::after { content: ''; position: absolute; right: -120px; top: 40px; width: 780px; height: 780px; opacity: 0.05; pointer-events: none; }
.tour-section .inner { position: relative; z-index: 2; }
.tour-slider-wrap { display: flex; align-items: center; gap: 36px; margin-top: 60px; }
.tour-main-area { flex: 1 1 auto; min-width: 0; }
.tour-side-area { width: 360px; flex: 0 0 360px; }
.tour-main-slider { border-radius: 32px; overflow: hidden; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08); background: #ddd; }
.tour-main-slider .slick-slide { line-height: 0; }
.tour-main-slider img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.tour-nav-head { display: flex; gap: 14px; margin-bottom: 24px; }
.tour-arrow { width: 64px; height: 64px; border: 1.5px solid #2a2a2a; border-radius: 50%; background: rgba(255, 255, 255, 0.75); position: relative; transition: all 0.25s ease; }
.tour-arrow:hover { background: #1d4f91; border-color: #1d4f91; }
.tour-arrow::before { content: ''; width: 16px; height: 16px; border-top: 2px solid #2a2a2a; border-right: 2px solid #2a2a2a; position: absolute; top: 50%; left: 50%; transition: border-color 0.25s ease; }
.tour-arrow:hover::before { border-color: #fff; }
.tour-prev::before { transform: translate(-35%, -50%) rotate(-135deg); }
.tour-next::before { transform: translate(-65%, -50%) rotate(45deg); }
.tour-nav-slider { margin: 0 -8px; }
.tour-nav-slider .slick-slide { padding: 0 8px; box-sizing: border-box; opacity: 0.65; transition: opacity 0.25s ease, transform 0.25s ease; cursor: pointer; }
.tour-nav-slider .slick-current { opacity: 1; }
.tour-nav-slider .slick-slide:hover { opacity: 1; }
.tour-nav-slider img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 16px; overflow: hidden; }
.tour-nav-slider .slick-track { margin-left: 0; }
.tour-nav-slider .slick-list { margin: 0 -8px; }
.tour-nav-slider .slick-slide > div { padding-bottom: 16px; }
.tour-main-slider .slick-dots { bottom: 18px; }
.tour-main-slider .slick-dots li button:before { color: #fff; opacity: 0.45; }
.tour-main-slider .slick-dots li.slick-active button:before { color: #fff; opacity: 1; }
.mobile-header-margin {display: none;}
@media (max-width:1199px) {
    .tour-slider-wrap { gap: 24px; }
    .tour-side-area { width: 300px; flex: 0 0 300px; }
    .tour-arrow { width: 56px; height: 56px; }
}
@media (max-width:991px) {
    .mobile-header-margin {display: block; background: #000; width: 100%; height: 82px;}
    .tour-section { padding: 90px 0; }
    .tour-slider-wrap { flex-direction: column; align-items: stretch; }
    .tour-side-area { width: 100%; flex: 0 0 auto; }
    .tour-nav-head { justify-content: center; margin-bottom: 18px; }
    .tour-nav-slider .slick-slide > div { padding-bottom: 0; }
}
@media (max-width:767px) {
    .tour-section { padding: 70px 0; }
    .tour-slider-wrap { margin-top: 36px; gap: 18px; }
    .tour-main-slider { border-radius: 20px; }
    .tour-nav-slider { margin: 0 -5px; }
    .tour-nav-slider .slick-slide { padding: 0 5px; }
    .tour-nav-slider .slick-list { margin: 0 -5px; }
    .tour-arrow { width: 48px; height: 48px; }
    .tour-arrow::before { width: 12px; height: 12px; }
    .tour-nav-slider img { border-radius: 12px; }
}

