
 
 
/* ===== location 섹션 타이틀 ===== */
.location .sec-head{margin-bottom:60px;}
@media(max-width:1199px){.location .sec-head{margin-bottom:40px;}}
@media(max-width:767px){.location .sec-head{margin-bottom:30px;}}
 
.location .sec-head .label{display:inline-flex;align-items:center;gap:8px;font-size:var(--fs16);font-weight:700;color:var(--c_base2);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:14px;}
.location .sec-head .label::before{content:'';display:block;width:28px;height:2px;background:var(--c_base2);}
.location .sec-head h2{font-size:var(--fs36);font-weight:700;color:var(--c_base4);line-height:1.25;letter-spacing:-0.03em;}
.location .sec-head h2 span{color:var(--c_base2);}
 
/* ===== map + info 레이아웃 ===== */
.location .map-layout{display:grid;grid-template-columns:1fr 400px;gap:0;border-radius:16px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,0.10);}
@media(max-width:1199px){.location .map-layout{grid-template-columns:1fr 340px;}}
@media(max-width:767px){.location .map-layout{grid-template-columns:1fr;}}
 
/* ===== 지도 iframe ===== */
.location .map-area{position:relative;width:100%;}
.location .map-area iframe{display:block;width:100%;height:100%;border:none;}
.root_daum_roughmap .wrap_controllers {display:none;}
.root_daum_roughmap .cont .section_address {display:none;}

.location .map-area .root_daum_roughmap{display:block;width:100%;height:100%;border:none;}
.location .root_daum_roughmap .wrap_map {height:100%;}

@media(max-width:1199px){.location .map-area {height:100%;}}
@media(max-width:767px){.location .map-area {height:400px;}}
 
/* ===== 정보 패널 ===== */
.location .info-panel{background:var(--c_base4);padding:50px 40px;display:flex;flex-direction:column;justify-content:center;gap:36px;}
 .location .info-panel .panel-title span img {height:120px;}

@media(max-width:1199px){.location .info-panel{padding:40px 30px;gap:28px;} .location .info-panel .panel-title span img {height:100px;}}

@media(max-width:767px){.location .info-panel{padding:36px 28px;gap:24px;} .location .info-panel .panel-title span img {height:80px;}}
 
.location .info-panel .panel-title{font-size:var(--fs40);font-weight:700;color:#fff;line-height:1.3;letter-spacing:0.1em;}
.location .info-panel .panel-title span{display:block;font-size:var(--fs16);font-weight:500;color:var(--c_base1);margin-bottom:6px;letter-spacing:0.05em;text-transform:uppercase;}

 
.location .info-item{display:flex;align-items:flex-start;gap:16px;}
.location .info-item .icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.12);display:flex;align-items:center;justify-content:center;}
.location .info-item .icon svg{width:20px;height:20px;}
.location .info-item .txt .tit{font-size:var(--fs16);font-weight:700;color:var(--c_base1);line-height:1;margin-bottom:6px;letter-spacing:0.05em;}
.location .info-item .txt p{font-size:var(--fs16);font-weight:500;color:rgba(255,255,255,0.85);line-height:1.5;}
.location .info-item .txt a{font-size:var(--fs16);font-weight:500;color:rgba(255,255,255,0.85);line-height:1.5;transition:color .25s;}
.location .info-item .txt a:hover{color:var(--c_base1);}
 
.location .info-divider{width:100%;height:1px;background:rgba(255,255,255,0.1);}
 
/* ===== 교통 안내 ===== */
.location .transport{margin-top:60px;}
@media(max-width:1199px){.location .transport{margin-top:40px;}}
@media(max-width:767px){.location .transport{margin-top:30px;}}
 
.location .transport-tabs{display:flex;gap:0;border-bottom:2px solid var(--border1);margin-bottom:36px;}
@media(max-width:767px){.location .transport-tabs{margin-bottom:24px;}}
 
.location .transport-tabs button{font-size:var(--fs16);font-weight:600;color:#aaa;padding:14px 28px;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .25s,border-color .25s;}
.location .transport-tabs button:hover{color:var(--c_base4);}
.location .transport-tabs button.on{color:var(--c_base2);border-bottom-color:var(--c_base2);}
@media(max-width:767px){.location .transport-tabs button{padding:12px 18px;font-size:var(--fs16);}}
 
.location .transport-panel{display:none;}
.location .transport-panel.on{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
@media(max-width:1199px){.location .transport-panel.on{grid-template-columns:repeat(2,1fr);}}
@media(max-width:767px){.location .transport-panel.on{grid-template-columns:1fr;gap:14px;}}
 
.location .trans-card{border:1px solid var(--border1);border-radius:12px;padding:28px 24px;background:#fff;transition:box-shadow .25s,border-color .25s;}
.location .trans-card:hover{box-shadow:0 6px 24px rgba(0,0,0,0.08);border-color:var(--c_base2);}
.location .trans-card .card-icon{width:60px;height:60px;border-radius:10px;background:var(--bg1);display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.location .trans-card .card-icon svg{width:22px;height:22px;}
.location .trans-card .card-icon img {width:35px; height:35px;}
.location .trans-card h4{font-size:var(--fs18);font-weight:700;color:var(--c_base4);margin-bottom:10px;}
.location .trans-card p{font-size:var(--fs16);color:#888;line-height:1.65;}
.location .trans-card p strong{color:var(--c_base2);font-weight:600;}
 
.location .naverMapBtn {display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;border-radius:10px;background:#03C75A;font-size:var(--fs16);font-weight:700;transition:background .25s,transform .2s; color:#fff;}
.location .naverMapBtn:hover {background:#02a84a;transform:translateY(-1px);}
.location .naverMapBtn svg {width:18px;height:18px;flex-shrink:0;}
 
/* ===== 진입 애니메이션 ===== */
@keyframes loc-fadeUp{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}
.location .sec-head{animation:loc-fadeUp .8s cubic-bezier(.22,1,.36,1) .1s both;}
.location .map-layout{animation:loc-fadeUp .8s cubic-bezier(.22,1,.36,1) .25s both;}
.location .transport{animation:loc-fadeUp .8s cubic-bezier(.22,1,.36,1) .4s both;}