*{box-sizing:border-box}body{margin:0;font-family:'Pretendard','Noto Sans KR','Malgun Gothic',Arial,sans-serif;color:#222;line-height:1.6;background:#fff}a{color:inherit;text-decoration:none}.container{width:min(1180px,92%);margin:0 auto}.top-bar{background:#f8f8f8;border-bottom:1px solid #eee;color:#666;font-size:13px}.top-inner{height:34px;display:flex;align-items:center;justify-content:space-between}.top-links{display:flex;gap:10px;align-items:center}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #ddd}.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;min-width:250px}.logo-img{display:block;width:235px;max-width:100%;height:auto}.main-nav{display:flex;align-items:center;gap:12px;font-weight:800}.nav-item{position:relative}.nav-item>a{display:block;padding:30px 18px;border-bottom:3px solid transparent;white-space:nowrap}.nav-item.active>a,.nav-item:hover>a{color:#6b4b3e;border-color:#6b4b3e}.sub-nav{position:absolute;top:100%;left:50%;transform:translateX(-50%);min-width:190px;background:#fff;border:1px solid #e5e5e5;border-radius:14px;box-shadow:0 18px 35px rgba(0,0,0,.12);padding:10px;display:none}.nav-item:hover .sub-nav{display:block}.sub-nav a{display:block;padding:10px 12px;border-radius:9px;color:#555;font-size:15px;font-weight:700}.sub-nav a:hover{background:#f6f1ee;color:#3b2a24}.menu-toggle{display:none;background:none;border:0;width:42px;height:42px}.menu-toggle span{display:block;height:3px;background:#222;margin:7px 5px;border-radius:3px}.hero{background:linear-gradient(135deg,#fff,#f7f1ed);padding:82px 0}.hero-inner{display:grid;grid-template-columns:1.15fr .85fr;gap:42px;align-items:center}.eyebrow{color:#6b4b3e;font-weight:900;letter-spacing:.12em}.hero h1{font-size:50px;line-height:1.22;margin:10px 0 20px;letter-spacing:-.04em}.hero p{font-size:18px;color:#555}.hero-actions{display:flex;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;font-weight:900}.btn.primary{background:#4a3932;color:#fff}.btn.secondary{background:#fff;border:1px solid #ddd;color:#4a3932}.hero-card{min-height:300px;border-radius:32px;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;border:1px solid #eee}.hero-card strong{font-size:30px}.hero-card span{margin-top:8px;color:#777}.section{padding:72px 0}.soft-bg{background:#f7f8f9}.section-title{text-align:center;margin-bottom:34px}.section-title.left{text-align:left}.section-title p{margin:0;color:#6b4b3e;font-weight:900;letter-spacing:.12em}.section-title h2{font-size:36px;margin:8px 0 0;letter-spacing:-.03em}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.quick-card,.info-card{background:#fff;border:1px solid #eee;border-radius:24px;padding:28px;box-shadow:0 12px 28px rgba(0,0,0,.05)}.quick-card{min-height:150px}.quick-card strong{display:block;font-size:22px;margin-bottom:8px}.quick-card span,.info-card p{color:#666}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.info-card .icon{font-size:36px}.info-card h3{font-size:23px;margin:14px 0 8px}.notice-wrap{display:grid;grid-template-columns:1fr 320px;gap:30px;align-items:start}.notice-list,.board-list{list-style:none;margin:0;padding:0;background:#fff;border-radius:22px;border:1px solid #eee;overflow:hidden}.notice-list li,.board-list li{display:flex;justify-content:space-between;gap:20px;padding:18px 22px;border-bottom:1px solid #eee}.notice-list li:last-child,.board-list li:last-child{border-bottom:0}.notice-list span,.board-list span{color:#888;white-space:nowrap}.contact-box{background:#4a3932;color:#fff;border-radius:24px;padding:32px}.contact-box h3{margin:0 0 10px}.contact-box .phone{font-size:28px;font-weight:900;color:#f3d7c7;margin:0 0 10px}.sub-visual{background:linear-gradient(135deg,#4a3932,#7c6458);color:#fff;padding:66px 0}.sub-visual h1{font-size:42px;margin:0;letter-spacing:-.04em}.sub-visual p{margin:8px 0 0;color:#f2e8e3}.content-box{background:#fff;border:1px solid #eee;border-radius:24px;padding:36px;box-shadow:0 12px 28px rgba(0,0,0,.05)}.map-placeholder{height:280px;background:#eef2f5;border-radius:18px;display:grid;place-items:center;color:#777;margin-top:20px}.site-footer{background:#222;color:#ddd}.footer-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:30px;padding:36px 0}.footer-logo{max-width:220px;background:#fff;border-radius:8px;padding:8px}.footer-info p,.footer-grid p{margin:6px 0}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding:15px;color:#aaa;font-size:14px}
@media (max-width:980px){.top-links{display:none}.header-inner{height:72px}.logo{min-width:0}.logo-img{width:210px}.menu-toggle{display:block}.main-nav{position:absolute;left:0;right:0;top:106px;background:#fff;border-bottom:1px solid #eee;display:none;flex-direction:column;align-items:stretch;gap:0;padding:8px 4% 18px;max-height:calc(100vh - 106px);overflow:auto}.main-nav.open{display:flex}.nav-item>a{padding:15px 0;border-bottom:1px solid #eee}.nav-item:hover .sub-nav{display:block}.sub-nav{position:static;transform:none;display:block;box-shadow:none;border:0;border-radius:0;padding:0 0 8px 12px;min-width:0}.sub-nav a{padding:8px 10px;font-size:14px}.hero{padding:52px 0}.hero-inner{grid-template-columns:1fr}.hero h1{font-size:36px}.hero-card{min-height:190px}.quick-grid{grid-template-columns:repeat(2,1fr)}.card-grid,.notice-wrap,.footer-grid{grid-template-columns:1fr}.section{padding:54px 0}.section-title h2{font-size:30px}}
@media (max-width:520px){.container{width:90%}.top-inner{justify-content:center}.logo-img{width:185px}.hero h1{font-size:31px}.hero p{font-size:16px}.hero-actions{flex-direction:column}.btn{width:100%}.quick-grid{grid-template-columns:1fr}.notice-list li,.board-list li{flex-direction:column;gap:4px}.sub-visual{padding:46px 0}.sub-visual h1{font-size:31px}.content-box,.info-card,.quick-card{padding:24px}.contact-box .phone{font-size:24px}}


/* 메인페이지 이미지 배너 수정 */
.main-hero-banner{
  width:100%;
  background:#fff;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  overflow:hidden;
}
.main-hero-img{
  display:block;
  width:100%;
  max-width:1353px;
  height:auto;
  margin:0 auto;
}
.quick-section{
  padding-top:58px;
}
.quick-grid{
  align-items:stretch;
}
.quick-card{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:112px;
  padding:26px 28px;
}
.quick-card strong{
  margin-bottom:2px;
  line-height:1.2;
}
.quick-card em{
  display:block;
  font-style:normal;
  color:#666;
  line-height:1.45;
}
.quick-icon{
  flex:0 0 58px;
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:28px;
  font-weight:900;
}
.icon-heart{background:#f48383;}
.icon-calendar{background:#73b84b;}
.icon-notice{background:#5f86dc;}
.icon-location{background:#f3843f;}
@media (max-width:980px){
  .main-hero-img{max-width:none;}
  .quick-section{padding-top:46px;}
}
@media (max-width:520px){
  .main-hero-banner{border-top:0;}
  .main-hero-img{
    width:100%;
    height:auto;
  }
  .quick-card{
    min-height:96px;
    padding:22px;
  }
  .quick-icon{
    flex-basis:50px;
    width:50px;
    height:50px;
    font-size:24px;
  }
}


/* 자주 찾는 메뉴 아이콘 개선 */
.quick-icon{
  border-radius:50%;
  color:inherit;
  box-shadow:none;
}
.quick-icon svg{
  width:34px;
  height:34px;
  display:block;
}
.quick-icon svg path,
.quick-icon svg circle{
  fill:currentColor;
}
.quick-icon svg .stroke{
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.quick-icon svg .sub{
  opacity:.72;
}
.quick-icon svg .hole{
  fill:#fff;
}
.icon-heart{
  background:#ffe6e8;
  color:#e95561;
}
.icon-people{
  background:#e7f5df;
  color:#38a143;
}
.icon-notice{
  background:#e5f0ff;
  color:#2f74d7;
}
.icon-location{
  background:#fff0df;
  color:#f07d22;
}
@media (max-width:520px){
  .quick-icon svg{
    width:30px;
    height:30px;
  }
}


/* =========================================================
   자주 찾는 메뉴 - 2번째 시안 스타일 최종 적용
   ========================================================= */
.quick-section{
  padding-top:56px !important;
  padding-bottom:64px !important;
  background:#f7f8f9 !important;
}
.quick-section .section-title{
  margin-bottom:34px !important;
}
.quick-section .section-title h2{
  font-size:36px !important;
  font-weight:900 !important;
  letter-spacing:-0.04em !important;
}
.quick-grid{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:18px !important;
  align-items:stretch !important;
}
.quick-card{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  min-height:112px !important;
  padding:24px 28px !important;
  background:#fff !important;
  border:1px solid #ededed !important;
  border-radius:22px !important;
  box-shadow:0 14px 30px rgba(0,0,0,.045) !important;
  text-decoration:none !important;
}
.quick-card:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(0,0,0,.07) !important;
}
.quick-icon{
  flex:0 0 68px !important;
  width:68px !important;
  height:68px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:0 !important;
  line-height:0 !important;
  box-shadow:none !important;
}
.quick-icon .quick-svg{
  width:38px !important;
  height:38px !important;
  display:block !important;
}
.quick-icon .quick-svg,
.quick-icon .quick-svg *{
  fill:currentColor !important;
  stroke:none !important;
}
.icon-heart{
  background:#ffe6e8 !important;
  color:#e94d5d !important;
}
.icon-people{
  background:#e5f4df !important;
  color:#25943a !important;
}
.icon-notice{
  background:#e5f0ff !important;
  color:#286fd1 !important;
}
.icon-location{
  background:#fff0df !important;
  color:#f07d22 !important;
}
.quick-text{
  display:block !important;
  color:#333 !important;
}
.quick-text strong{
  display:block !important;
  margin:0 0 5px !important;
  font-size:22px !important;
  font-weight:900 !important;
  line-height:1.18 !important;
  color:#333 !important;
}
.quick-text em{
  display:block !important;
  font-style:normal !important;
  font-size:15px !important;
  line-height:1.55 !important;
  color:#555 !important;
  word-break:keep-all !important;
}
@media (max-width:980px){
  .quick-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
}
@media (max-width:520px){
  .quick-section{
    padding-top:42px !important;
    padding-bottom:44px !important;
  }
  .quick-section .section-title h2{
    font-size:30px !important;
  }
  .quick-grid{
    grid-template-columns:1fr !important;
  }
  .quick-card{
    min-height:96px !important;
    padding:20px 22px !important;
  }
  .quick-icon{
    flex-basis:58px !important;
    width:58px !important;
    height:58px !important;
  }
  .quick-icon .quick-svg{
    width:33px !important;
    height:33px !important;
  }
}


/* =========================================================
   Footer - 좌측 정렬형 최종 수정
   ========================================================= */
.site-footer{
  margin-top:0 !important;
  padding:28px 0 30px !important;
  background:#202020 !important;
  border-top:0 !important;
  color:#e8e8e8 !important;
}
.site-footer .container,
.footer-inner{
  width:78% !important;
  max-width:1180px !important;
  margin:0 auto !important;
}
.footer-inner{
  display:block !important;
  text-align:left !important;
}
.footer-topline{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:28px !important;
  margin-bottom:14px !important;
}
.footer-logo-wrap{
  flex:0 0 auto !important;
  display:flex !important;
  align-items:center !important;
}
.footer-logo{
  display:block !important;
  width:175px !important;
  max-width:175px !important;
  height:auto !important;
  margin:0 !important;
  background:transparent !important;
}
.footer-links{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  flex-wrap:wrap !important;
  gap:0 !important;
  margin:0 !important;
  padding:0 !important;
  color:#d6d6d6 !important;
}
.footer-links a{
  color:#e4e4e4 !important;
  text-decoration:none !important;
  font-size:14px !important;
  line-height:1.4 !important;
}
.footer-links span{
  color:#8f8f8f !important;
  margin:0 14px !important;
}
.footer-links a:hover{
  color:#fff !important;
  text-decoration:underline !important;
}
.footer-address{
  margin:0 0 12px !important;
  padding:0 !important;
  font-style:normal !important;
  color:#e0e0e0 !important;
  font-size:14px !important;
  line-height:1.6 !important;
  word-break:keep-all !important;
}
.footer-sep{
  margin-left:10px !important;
}
.footer-copy,
.copyright{
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#f0f0f0 !important;
  font-size:14px !important;
  line-height:1.5 !important;
}
.footer-grid,
.site-footer .footer-grid{
  display:block !important;
  grid-template-columns:none !important;
}
@media (max-width:760px){
  .site-footer{
    padding:26px 0 !important;
  }
  .site-footer .container,
  .footer-inner{
    width:90% !important;
  }
  .footer-topline{
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:12px !important;
  }
  .footer-logo{
    width:165px !important;
  }
  .footer-links{
    gap:0 !important;
  }
  .footer-links a{
    font-size:13px !important;
  }
  .footer-links span{
    margin:0 8px !important;
  }
  .footer-address{
    font-size:13px !important;
  }
  .footer-sep{
    display:block !important;
    margin-left:0 !important;
  }
  .footer-copy{
    font-size:13px !important;
  }
}


/* =========================================================
   서브페이지 공통 좌측 메뉴
   - 기존 느낌 유지 / 최소 보정
   ========================================================= */
.sub-page-section{
  background:#f7f8f9;
}
.sub-layout{
  display:grid;
  grid-template-columns:240px minmax(0, 1fr);
  gap:34px;
  align-items:start;
}
.sub-left-menu{
  background:#fff;
  border:1px solid #e9e9e9;
  border-radius:22px;
  box-shadow:0 10px 24px rgba(0,0,0,.04);
  overflow:hidden;
}
.sub-left-menu h3{
  margin:0;
  padding:22px 22px;
  background:#4a3932;
  color:#fff;
  font-size:22px;
  font-weight:900;
  letter-spacing:-.03em;
  line-height:1.25;
}
.sub-left-menu ul{
  list-style:none;
  margin:0;
  padding:6px 0;
}
.sub-left-menu li{
  margin:0;
  padding:0;
}
.sub-left-menu a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:52px;
  padding:14px 20px;
  border-bottom:1px solid #f0f0f0;
  color:#333;
  text-decoration:none;
  font-size:16px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:-.02em;
}
.sub-left-menu li:last-child a{
  border-bottom:0;
}
.sub-left-menu a::after{
  content:'›';
  color:#c7c0bc;
  font-size:20px;
  line-height:1;
  margin-left:10px;
}
.sub-left-menu a:hover,
.sub-left-menu a.active{
  background:#fff8f3;
  color:#6b4b3e;
}
.sub-left-menu a.active{
  font-weight:900;
  box-shadow:inset 4px 0 0 #6b4b3e;
}
.sub-left-menu a.active::after{
  color:#6b4b3e;
}
.sub-content{
  min-width:0;
}
.sub-content .content-box{
  margin:0;
}
@media (max-width:980px){
  .sub-layout{
    grid-template-columns:1fr;
    gap:22px;
  }
  .sub-left-menu h3{
    padding:18px 20px;
    font-size:20px;
  }
  .sub-left-menu ul{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    padding:0;
  }
  .sub-left-menu a{
    min-height:50px;
    border-right:1px solid #f0f0f0;
  }
}
@media (max-width:520px){
  .sub-layout{
    gap:18px;
  }
  .sub-left-menu{
    border-radius:18px;
  }
  .sub-left-menu ul{
    grid-template-columns:1fr;
  }
  .sub-left-menu a{
    border-right:0;
    font-size:15px;
  }
}


/* =========================================================
   서브페이지 상단 비주얼 이미지 적용
   ========================================================= */
.sub-visual{
  position:relative !important;
  min-height:250px !important;
  padding:72px 0 !important;
  overflow:hidden !important;
  background:#4a3932 !important;
  color:#fff !important;
}
.sub-visual::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  transform:scale(1.01) !important;
}
.sub-visual::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.34) 42%, rgba(0,0,0,.12) 100%) !important;
}
.sub-visual .container{
  position:relative !important;
  z-index:1 !important;
}
.sub-visual h1{
  margin:0 !important;
  font-size:44px !important;
  font-weight:900 !important;
  line-height:1.18 !important;
  color:#fff !important;
  letter-spacing:-.04em !important;
  text-shadow:0 2px 8px rgba(0,0,0,.35) !important;
}
.sub-visual p{
  margin:16px 0 0 !important;
  font-size:18px !important;
  font-weight:600 !important;
  line-height:1.65 !important;
  color:#fff !important;
  text-shadow:0 2px 6px rgba(0,0,0,.35) !important;
}
.sub-visual-about::before{
  background-image:url('../images/sub-about.jpg') !important;
}
.sub-visual-business::before{
  background-image:url('../images/sub-business.jpg') !important;
}
.sub-visual-news::before{
  background-image:url('../images/sub-news.jpg') !important;
}
.sub-visual-participation::before{
  background-image:url('../images/sub-participation.jpg') !important;
}
@media (max-width:760px){
  .sub-visual{
    min-height:210px !important;
    padding:56px 0 !important;
  }
  .sub-visual h1{
    font-size:34px !important;
  }
  .sub-visual p{
    font-size:16px !important;
  }
}


/* 인사말 페이지 */
.greeting-box{
  line-height:1.95 !important;
}
.greeting-box h2{
  margin-bottom:28px !important;
}
.greeting-box p{
  margin:0 0 24px !important;
  font-size:17px !important;
  color:#444 !important;
  word-break:keep-all !important;
}
.greeting-lead{
  font-size:20px !important;
  font-weight:700 !important;
  color:#222 !important;
}
.greeting-sign{
  margin-top:40px !important;
  text-align:right !important;
  font-size:20px !important;
  color:#333 !important;
}
.greeting-sign strong{
  font-size:24px !important;
}
@media (max-width:760px){
  .greeting-box p{
    font-size:15px !important;
  }
  .greeting-sign{
    font-size:18px !important;
  }
}


/* 일반현황 */
.status-box{
  line-height:1.8;
}
.status-title{
  margin:0 0 18px;
  font-size:34px;
  font-weight:900;
  color:#222;
  letter-spacing:-0.04em;
}
.history-title{
  margin-top:56px;
}
.status-table,
.history-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}
.status-table th,
.status-table td,
.history-table th,
.history-table td{
  padding:14px 16px;
  border-bottom:1px solid #d7e2f3;
  font-size:17px;
  vertical-align:top;
}
.status-table th,
.history-table th{
  width:180px;
  color:#4b6ff2;
  font-weight:800;
  text-align:left;
  border-top:2px solid #5d7cf4;
}
.status-table td,
.history-table td{
  color:#444;
  border-top:2px solid #5d7cf4;
}
.history-table .month{
  width:90px;
  font-weight:700;
}
@media (max-width:760px){
  .status-title{
    font-size:28px;
  }
  .status-table th,
  .status-table td,
  .history-table th,
  .history-table td{
    padding:12px 10px;
    font-size:14px;
  }
  .status-table th,
  .history-table th{
    width:110px;
  }
}


/* 일반현황 - 자연스러운 화면 보정 */
.status-box{padding:38px 42px !important;line-height:1.75 !important;}
.status-head{margin-bottom:28px !important;}
.status-head p{margin:0 0 6px !important;color:#6b4b3e !important;font-size:13px !important;font-weight:900 !important;letter-spacing:.16em !important;}
.status-head h2{margin:0 !important;font-size:34px !important;font-weight:900 !important;letter-spacing:-.04em !important;color:#222 !important;}
.status-card{padding:28px 30px !important;border:1px solid #eee !important;border-radius:20px !important;background:#fff !important;box-shadow:0 10px 24px rgba(0,0,0,.035) !important;}
.status-card + .status-card{margin-top:34px !important;}
.status-card h3{margin:0 0 18px !important;padding-left:12px !important;border-left:5px solid #6b4b3e !important;color:#222 !important;font-size:24px !important;font-weight:900 !important;letter-spacing:-.03em !important;}
.status-table{width:100% !important;border-collapse:separate !important;border-spacing:0 !important;background:#fff !important;border-top:1px solid #ddd !important;}
.status-table th,.status-table td{padding:15px 16px !important;border-top:0 !important;border-bottom:1px solid #eee !important;vertical-align:top !important;font-size:16px !important;}
.status-table th{width:150px !important;background:#faf7f5 !important;color:#5b4037 !important;font-weight:900 !important;text-align:left !important;}
.status-table td{color:#333 !important;}
.status-table tr:last-child th,.status-table tr:last-child td{border-bottom:0 !important;}
.status-table .muted{color:#777 !important;}
.purpose-list{margin:0 !important;padding-left:18px !important;}
.purpose-list li{margin:2px 0 !important;}
.history-card{padding-bottom:20px !important;}
.history-list{border-top:1px solid #ddd !important;}
.history-item{display:grid !important;grid-template-columns:100px 70px minmax(0, 1fr) !important;gap:12px !important;padding:14px 4px !important;border-bottom:1px solid #eee !important;align-items:start !important;}
.history-item:last-child{border-bottom:0 !important;}
.history-item .year{color:#5b4037 !important;font-weight:900 !important;}
.history-item .month{color:#666 !important;font-weight:700 !important;}
.history-item .desc{color:#333 !important;}
@media (max-width:760px){
  .status-box{padding:28px 22px !important;}
  .status-head h2{font-size:30px !important;}
  .status-card{padding:22px 18px !important;}
  .status-card h3{font-size:21px !important;}
  .status-table th,.status-table td{display:block !important;width:auto !important;padding:12px 14px !important;font-size:15px !important;}
  .status-table th{border-bottom:0 !important;}
  .history-item{grid-template-columns:74px 54px minmax(0, 1fr) !important;gap:8px !important;font-size:14px !important;}
}


/* 조직도 */
.org-box{
  padding:38px 42px !important;
}
.org-chart{
  position:relative;
  max-width:760px;
  margin:24px auto 10px;
  padding:18px 20px 30px;
}
.org-row{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:86px;
  position:relative;
  z-index:2;
}
.org-row-middle{
  margin:58px 0;
}
.org-node{
  min-width:170px;
  padding:17px 28px;
  border-radius:10px;
  text-align:center;
  font-size:18px;
  font-weight:900;
  box-shadow:0 10px 22px rgba(0,0,0,.12);
  letter-spacing:-.02em;
}
.org-company{
  background:linear-gradient(135deg,#ffae63,#e7823f);
  color:#fff;
}
.org-partner,
.org-supporter{
  background:linear-gradient(135deg,#f77b72,#e95c58);
  color:#fff;
}
.org-board{
  background:#fff;
  color:#555;
  border:2px solid #7fb3ff;
  box-shadow:0 8px 18px rgba(80,130,210,.12);
}
.org-office{
  background:linear-gradient(135deg,#5ba8ef,#337fcf);
  color:#fff;
}
.org-line-vertical{
  width:2px;
  height:64px;
  background:#d8d8d8;
  margin:0 auto -58px;
}
.org-line-vertical.lower{
  margin:-58px auto 0;
}
.org-row-middle::before{
  content:"";
  position:absolute;
  left:calc(50% - 270px);
  right:calc(50% - 270px);
  top:50%;
  height:2px;
  background:#d8d8d8;
  z-index:-1;
}
.org-desc{
  margin-top:28px;
  padding:18px 22px;
  border-radius:16px;
  background:#faf7f5;
  color:#555;
  font-size:16px;
  line-height:1.7;
}
.org-desc p{
  margin:0;
}
@media (max-width:900px){
  .org-chart{
    max-width:100%;
  }
  .org-row{
    gap:28px;
  }
  .org-node{
    min-width:135px;
    padding:15px 18px;
    font-size:16px;
  }
  .org-row-middle::before{
    left:10%;
    right:10%;
  }
}
@media (max-width:620px){
  .org-box{
    padding:28px 22px !important;
  }
  .org-row{
    flex-direction:column;
    gap:20px;
  }
  .org-row-middle{
    margin:34px 0;
  }
  .org-row-middle::before,
  .org-line-vertical,
  .org-line-vertical.lower{
    display:none;
  }
  .org-node{
    width:100%;
    max-width:260px;
  }
}

/* 행사안내 카드형 목록 */
.event-content-box{
  padding:38px 40px !important;
}
.content-title-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px;
}
.content-title-row h2{
  margin-bottom:8px;
}
.content-title-row p{
  margin:0;
  color:#666;
  line-height:1.7;
}
.event-card-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:24px;
}
.event-card{
  overflow:hidden;
  border:1px solid #eee3dc;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 28px rgba(55,40,25,.08);
  transition:transform .2s ease, box-shadow .2s ease;
}
.event-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 36px rgba(55,40,25,.13);
}
.event-card-image{
  height:210px;
  overflow:hidden;
  background:#f6f1ed;
}
.event-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.event-card-body{
  padding:24px 24px 26px;
}
.event-date{
  display:inline-flex;
  align-items:center;
  margin-bottom:12px;
  padding:6px 13px;
  border-radius:999px;
  background:#fff1e6;
  color:#e67828;
  font-size:14px;
  font-weight:800;
}
.event-card-body h3{
  margin:0 0 12px;
  color:#222;
  font-size:22px;
  font-weight:900;
  line-height:1.35;
  letter-spacing:-.03em;
}
.event-card-body p{
  margin:0;
  color:#666;
  font-size:16px;
  line-height:1.75;
}
.event-empty{
  padding:42px 20px;
  border-radius:18px;
  background:#faf7f5;
  color:#777;
  text-align:center;
  font-size:17px;
  line-height:1.7;
}
@media (max-width:900px){
  .event-content-box{
    padding:30px 24px !important;
  }
  .event-card-list{
    grid-template-columns:1fr;
  }
  .event-card-image{
    height:220px;
  }
}
@media (max-width:560px){
  .event-content-box{
    padding:26px 18px !important;
  }
  .event-card-list{
    gap:18px;
  }
  .event-card{
    border-radius:18px;
  }
  .event-card-image{
    height:180px;
  }
  .event-card-body{
    padding:20px 18px 22px;
  }
  .event-card-body h3{
    font-size:20px;
  }
  .event-card-body p{
    font-size:15px;
  }
}

/* 공지사항 목록/상세 */
.notice-content-box{
  padding:38px 40px !important;
}
.notice-list{
  overflow:hidden;
  border-top:2px solid #6b4b3e;
  border-bottom:1px solid #ddd;
  background:#fff;
}
.notice-list-head,
.notice-row{
  display:grid;
  grid-template-columns:86px minmax(0, 1fr) 100px 120px 80px;
  align-items:center;
  gap:12px;
}
.notice-list-head{
  padding:15px 18px;
  background:#faf7f5;
  color:#5b4037;
  font-size:15px;
  font-weight:900;
  text-align:center;
}
.notice-row{
  padding:18px;
  border-top:1px solid #eee;
  color:#444;
  text-decoration:none;
  transition:background .2s ease;
}
.notice-row:hover{
  background:#fffaf6;
}
.notice-col-num,
.notice-col-writer,
.notice-col-date,
.notice-col-hit{
  text-align:center;
  font-size:15px;
  color:#666;
}
.notice-col-num em{
  display:inline-flex;
  padding:5px 10px;
  border-radius:999px;
  background:#e67828;
  color:#fff;
  font-style:normal;
  font-size:13px;
  font-weight:900;
}
.notice-col-title{
  min-width:0;
  color:#222;
  font-size:17px;
  font-weight:800;
  line-height:1.5;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.notice-col-title b{
  margin-right:6px;
  color:#e67828;
}
.notice-view{
  border-top:2px solid #6b4b3e;
  background:#fff;
}
.notice-view-head{
  padding:30px 24px 24px;
  border-bottom:1px solid #eee;
}
.notice-view-category{
  display:inline-flex;
  margin-bottom:12px;
  padding:6px 13px;
  border-radius:999px;
  background:#fff1e6;
  color:#e67828;
  font-size:14px;
  font-weight:900;
}
.notice-view-head h2{
  margin:0 0 16px;
  color:#222;
  font-size:30px;
  font-weight:900;
  line-height:1.35;
  letter-spacing:-.04em;
}
.notice-view-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 18px;
  color:#777;
  font-size:15px;
}
.notice-view-body{
  min-height:240px;
  padding:34px 24px;
  color:#444;
  font-size:17px;
  line-height:1.9;
  word-break:keep-all;
}
.notice-attachment{
  display:flex;
  gap:14px;
  align-items:center;
  margin:0 24px 24px;
  padding:16px 18px;
  border-radius:14px;
  background:#faf7f5;
}
.notice-attachment strong{
  color:#5b4037;
}
.notice-attachment a{
  color:#e67828;
  font-weight:800;
  text-decoration:none;
}
.notice-btn-area{
  margin-top:24px;
  text-align:center;
}
.notice-list-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:120px;
  padding:12px 22px;
  border-radius:999px;
  background:#6b4b3e;
  color:#fff;
  font-weight:900;
  text-decoration:none;
}
@media (max-width:900px){
  .notice-content-box{padding:30px 24px !important;}
  .notice-list-head{display:none;}
  .notice-row{
    grid-template-columns:1fr;
    gap:7px;
    padding:18px 4px;
  }
  .notice-col-num{display:none;}
  .notice-col-title{
    white-space:normal;
    font-size:17px;
  }
  .notice-col-writer,
  .notice-col-date,
  .notice-col-hit{
    display:inline-block;
    text-align:left;
    font-size:14px;
  }
  .notice-col-writer::before{content:'작성자 ';}
  .notice-col-date::before{content:'등록일 ';}
  .notice-col-hit::before{content:'조회 ';}
}
@media (max-width:560px){
  .notice-content-box{padding:26px 18px !important;}
  .notice-view-head{padding:26px 18px 22px;}
  .notice-view-head h2{font-size:24px;}
  .notice-view-body{padding:28px 18px;font-size:16px;}
  .notice-attachment{margin:0 18px 20px;align-items:flex-start;flex-direction:column;}
}

/* 회원가입 화면 */
.join-section { background:#f8f8f8; }
.join-wrap { max-width:760px; margin:0 auto; background:#fff; border:1px solid #eee; border-radius:22px; padding:42px; box-shadow:0 10px 30px rgba(0,0,0,.05); }
.join-head { text-align:center; margin-bottom:30px; }
.join-head p { margin:0 0 8px; color:#8a5a3c; font-size:13px; font-weight:800; letter-spacing:.16em; }
.join-head h2 { margin:0 0 10px; font-size:32px; color:#222; }
.join-head span { color:#666; font-size:15px; }
.join-form .form-row { margin-bottom:18px; }
.join-form label { display:block; margin-bottom:8px; color:#222; font-weight:700; }
.join-form label em { color:#e45b5b; font-style:normal; }
.join-form input[type="text"],
.join-form input[type="password"] { width:100%; height:48px; border:1px solid #ddd; border-radius:12px; padding:0 14px; font-size:15px; box-sizing:border-box; }
.join-form input[type="text"]:focus,
.join-form input[type="password"]:focus { border-color:#8a5a3c; outline:none; }
.grade-box { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.grade-item { display:flex !important; align-items:flex-start; gap:10px; min-height:70px; padding:16px; border:1px solid #e6e6e6; border-radius:14px; background:#fafafa; cursor:pointer; box-sizing:border-box; }
.grade-item input { margin-top:3px; }
.grade-item strong { display:block; margin-bottom:4px; color:#222; }
.grade-item small { display:block; color:#777; font-size:13px; line-height:1.4; }
.help-text { margin:8px 0 0; color:#888; font-size:13px; }
.agree-box { margin:22px 0; padding:15px; background:#f7f3ef; border-radius:12px; }
.agree-box label { margin:0; font-weight:600; color:#444; }
.form-actions { display:flex; justify-content:center; gap:10px; margin-top:28px; }
.btn-submit, .btn-cancel { min-width:130px; height:48px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; font-size:16px; font-weight:800; text-decoration:none; box-sizing:border-box; }
.btn-submit { border:0; background:#8a5a3c; color:#fff; cursor:pointer; }
.btn-cancel { border:1px solid #ddd; background:#fff; color:#444; }
@media (max-width:768px) {
  .join-wrap { padding:26px 18px; border-radius:16px; }
  .join-head h2 { font-size:26px; }
  .grade-box { grid-template-columns:1fr; }
  .form-actions { flex-direction:column; }
  .btn-submit, .btn-cancel { width:100%; }
}


/* 로그인 사용자 표시 */
.top-links .user-name{
  color:#6b4b3e;
  font-weight:800;
}

/* 로그인/아이디찾기/비밀번호찾기 화면 보정 */
.sub-visual-login::before{
  background-image:url('../images/sub-login.jpg') !important;
}
.sub-visual-join::before{
  background-image:url('../images/sub-join.jpg') !important;
}
.login-section{
  background:#f8f8f8 !important;
  padding:72px 0 80px !important;
}
.login-wrap{
  max-width:520px !important;
  margin:0 auto !important;
  background:#fff !important;
  border:1px solid #eee !important;
  border-radius:24px !important;
  padding:42px !important;
  box-shadow:0 16px 38px rgba(0,0,0,.07) !important;
}
.login-head{
  text-align:center !important;
  margin-bottom:30px !important;
}
.login-head h2{
  margin:0 0 10px !important;
  font-size:32px !important;
  line-height:1.25 !important;
  color:#222 !important;
  font-weight:900 !important;
  letter-spacing:-.03em !important;
}
.login-head span{
  display:block !important;
  color:#666 !important;
  font-size:15px !important;
}
.login-form .form-row{
  margin-bottom:18px !important;
}
.login-form label{
  display:block !important;
  margin-bottom:8px !important;
  color:#222 !important;
  font-weight:800 !important;
}
.login-form input[type="text"],
.login-form input[type="password"]{
  width:100% !important;
  height:50px !important;
  border:1px solid #ddd !important;
  border-radius:12px !important;
  padding:0 15px !important;
  font-size:15px !important;
  background:#fff !important;
  box-sizing:border-box !important;
}
.login-form input[type="text"]:focus,
.login-form input[type="password"]:focus{
  border-color:#8a5a3c !important;
  box-shadow:0 0 0 3px rgba(138,90,60,.12) !important;
  outline:none !important;
}
.login-btn{
  width:100% !important;
  height:52px !important;
  border:0 !important;
  border-radius:999px !important;
  background:#8a5a3c !important;
  color:#fff !important;
  font-size:17px !important;
  font-weight:900 !important;
  cursor:pointer !important;
  margin-top:6px !important;
}
.login-btn:hover{
  background:#6b4b3e !important;
}
.login-links{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  margin-top:22px !important;
  color:#666 !important;
  font-size:15px !important;
}
.login-links a{
  color:#444 !important;
  font-weight:700 !important;
}
.login-links a:hover{
  color:#8a5a3c !important;
  text-decoration:underline !important;
}
.find-message,
.find-result{
  margin-bottom:22px !important;
  padding:16px 18px !important;
  border-radius:14px !important;
  background:#f7f3ef !important;
  color:#5c4032 !important;
  font-weight:700 !important;
}
.find-message.error{
  background:#fff1f1 !important;
  color:#c0392b !important;
}
.find-result strong{
  display:block !important;
  margin-bottom:10px !important;
  color:#222 !important;
}
.find-result ul{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}
.find-result li{
  display:flex !important;
  justify-content:space-between !important;
  gap:12px !important;
  padding:8px 0 !important;
  border-top:1px solid rgba(0,0,0,.08) !important;
}
.find-result li:first-child{
  border-top:0 !important;
}
.find-result em{
  color:#888 !important;
  font-style:normal !important;
  font-size:13px !important;
}
@media (max-width:768px){
  .login-section{padding:48px 0 58px !important;}
  .login-wrap{padding:28px 18px !important;border-radius:18px !important;}
  .login-head h2{font-size:27px !important;}
  .login-links{gap:8px !important;font-size:14px !important;}
}

/* 마이페이지 / 회원정보수정 */
.mypage-section{background:#f8f8f8;}
.mypage-wrap input[readonly]{background:#f3f3f3;color:#777;cursor:not-allowed;}
.mypage-alert{margin:0 0 24px;padding:16px 18px;border-radius:14px;background:#fff4df;border:1px solid #f0d2a0;color:#7a4a13;font-weight:800;line-height:1.55;}
.password-change-box{margin-top:28px;padding:24px;border-radius:18px;background:#faf7f4;border:1px solid #eee;}
.password-change-box h3{margin:0 0 6px;font-size:20px;color:#222;}
.password-change-box p{margin:0 0 18px;color:#777;font-size:14px;}
@media (max-width:768px){
  .password-change-box{padding:20px 16px;}
}

/* =========================================================
   메인 하단 영역 - 공지/행사/사진/문의 3단 구성
   ========================================================= */
.main-bottom-section{
  padding-top:56px !important;
  padding-bottom:70px !important;
  background:#f7f8f9 !important;
}
.main-bottom-grid{
  display:grid !important;
  grid-template-columns:1.05fr 1.15fr 320px !important;
  gap:24px !important;
  align-items:stretch !important;
}
.main-board-panel,
.main-side-panel{
  min-width:0 !important;
}
.main-board-panel{
  background:#fff !important;
  border:1px solid #eee !important;
  border-radius:24px !important;
  padding:26px 28px !important;
  box-shadow:0 14px 32px rgba(0,0,0,.045) !important;
}
.main-panel-head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin-bottom:16px !important;
}
.main-panel-head h2{
  margin:0 !important;
  font-size:25px !important;
  font-weight:900 !important;
  letter-spacing:-.04em !important;
  color:#222 !important;
}
.main-panel-head a{
  flex:0 0 auto !important;
  font-size:14px !important;
  font-weight:800 !important;
  color:#6b4b3e !important;
}
.main-list{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}
.main-list li{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  padding:12px 0 !important;
  border-bottom:1px solid #eee !important;
}
.main-list li:first-child{padding-top:0 !important;}
.main-list li:last-child{border-bottom:0 !important;padding-bottom:0 !important;}
.main-list a{
  min-width:0 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
  font-size:16px !important;
  font-weight:700 !important;
  color:#333 !important;
}
.main-list a:hover{color:#6b4b3e !important;}
.main-list span{
  flex:0 0 auto !important;
  font-size:14px !important;
  color:#888 !important;
  white-space:nowrap !important;
}
.main-list.compact li{padding:10px 0 !important;}
.photo-head{
  margin-top:28px !important;
}
.main-photo-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:10px !important;
}
.main-photo-grid a{
  display:block !important;
  aspect-ratio:1.22/1 !important;
  border-radius:16px !important;
  overflow:hidden !important;
  background:#eef2f5 !important;
}
.main-photo-grid img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  transition:transform .25s ease !important;
}
.main-photo-grid a:hover img{transform:scale(1.05) !important;}
.main-side-panel{
  display:flex !important;
  flex-direction:column !important;
  gap:16px !important;
}
.main-contact-box{
  height:auto !important;
  min-height:0 !important;
  border-radius:24px !important;
  padding:28px !important;
}
.main-contact-box .phone{
  font-size:28px !important;
  margin:8px 0 8px !important;
}
.main-side-buttons{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin-top:18px !important;
}
.main-side-buttons .btn{
  width:auto !important;
  padding:10px 16px !important;
}
.main-donation-box{
  background:#fff !important;
  border:1px solid #eee !important;
  border-radius:24px !important;
  padding:24px 26px !important;
  box-shadow:0 14px 32px rgba(0,0,0,.045) !important;
}
.main-donation-box strong{
  display:block !important;
  font-size:22px !important;
  font-weight:900 !important;
  margin-bottom:8px !important;
  color:#222 !important;
}
.main-donation-box p{
  margin:0 0 14px !important;
  color:#666 !important;
  word-break:keep-all !important;
}
.main-donation-box a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px 16px !important;
  border-radius:999px !important;
  background:#4a3932 !important;
  color:#fff !important;
  font-weight:900 !important;
}
@media (max-width:1100px){
  .main-bottom-grid{
    grid-template-columns:1fr 1fr !important;
  }
  .main-side-panel{
    grid-column:1 / -1 !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
  }
}
@media (max-width:760px){
  .main-bottom-section{
    padding-top:42px !important;
    padding-bottom:50px !important;
  }
  .main-bottom-grid,
  .main-side-panel{
    grid-template-columns:1fr !important;
  }
  .main-side-panel{display:flex !important;}
  .main-board-panel,
  .main-contact-box,
  .main-donation-box{
    padding:22px !important;
  }
  .main-panel-head h2{font-size:22px !important;}
  .main-list li{
    align-items:flex-start !important;
    flex-direction:column !important;
    gap:3px !important;
  }
  .main-list a{white-space:normal !important;}
}




/* ===== 메인 하단 카드 영역만 안정화 : 공지/행사/사진/문의/후원 ===== */
.main-bottom-section{
  padding-top:24px !important;
  padding-bottom:64px !important;
  background:#f7f8f9 !important;
}

.main-bottom-section > .container.main-bottom-grid{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1.1fr) 320px !important;
  gap:24px !important;
  align-items:stretch !important;
}

.main-bottom-section .main-board-panel{
  min-height:390px !important;
  height:100% !important;
  background:#fff !important;
  border:1px solid #eee !important;
  border-radius:24px !important;
  padding:28px !important;
  box-shadow:0 14px 32px rgba(0,0,0,.045) !important;
  box-sizing:border-box !important;
}

.main-bottom-section .main-side-panel{
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
  min-width:0 !important;
}

.main-bottom-section .main-contact-box{
  min-height:205px !important;
  padding:28px !important;
  border-radius:24px !important;
  box-sizing:border-box !important;
}

.main-bottom-section .main-donation-box{
  min-height:165px !important;
  padding:24px 26px !important;
  border-radius:24px !important;
  box-sizing:border-box !important;
}

.main-bottom-section .main-photo-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:10px !important;
}

.main-bottom-section .main-photo-grid a{
  display:block !important;
  aspect-ratio:1.22/1 !important;
  overflow:hidden !important;
  border-radius:16px !important;
}

.main-bottom-section .main-photo-grid img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

@media (max-width:1100px){
  .main-bottom-section > .container.main-bottom-grid{
    grid-template-columns:1fr 1fr !important;
  }
  .main-bottom-section .main-side-panel{
    grid-column:1 / -1 !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
  }
}

@media (max-width:760px){
  .main-bottom-section{
    padding-top:20px !important;
    padding-bottom:48px !important;
  }
  .main-bottom-section > .container.main-bottom-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .main-bottom-section .main-side-panel{
    display:flex !important;
    flex-direction:column !important;
  }
  .main-bottom-section .main-board-panel,
  .main-bottom-section .main-contact-box,
  .main-bottom-section .main-donation-box{
    min-height:auto !important;
    padding:22px !important;
  }
}


/* =========================================================
   소개 메뉴 본문 상단 제목 통일
   - 인사말 / 일반현황 / 조직도 / 찾아오시는 길
   - 해당 영역만 대상으로 하여 다른 페이지 영향 최소화
   ========================================================= */
.greeting-box > h2,
.status-box .status-head h2,
.org-box .status-head h2,
.location-page .location-head h2{
  margin:0 !important;
  font-family:inherit !important;
  font-size:34px !important;
  font-weight:900 !important;
  line-height:1.25 !important;
  letter-spacing:-.04em !important;
  color:#222 !important;
}

.greeting-box > h2{
  margin-bottom:28px !important;
}

.status-box .status-head,
.org-box .status-head,
.location-page .location-head{
  margin-bottom:28px !important;
}

@media (max-width:760px){
  .greeting-box > h2,
  .status-box .status-head h2,
  .org-box .status-head h2,
  .location-page .location-head h2{
    font-size:30px !important;
    line-height:1.3 !important;
  }
}


/* unified content page titles */
.page-content h1,
.page-content h2,
.content-area h1,
.content-area h2,
.sub-content h1,
.sub-content h2,
.board-content h1,
.board-content h2{
  font-size:46px !important;
  font-weight:900 !important;
  line-height:1.2 !important;
  letter-spacing:-0.03em !important;
  margin:0 0 28px !important;
  color:#111 !important;
}

@media (max-width:768px){
  .page-content h1,
  .page-content h2,
  .content-area h1,
  .content-area h2,
  .sub-content h1,
  .sub-content h2,
  .board-content h1,
  .board-content h2{
    font-size:34px !important;
    margin-bottom:22px !important;
  }
}


/* =========================================================
   메인 상단 슬라이드 배너
   ========================================================= */
.main-hero-slider{
  position:relative;
  width:100%;
  min-height:520px;
  overflow:hidden;
  background:#2f2824;
  border-bottom:1px solid #eee;
}
.main-hero-slider .main-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  background-size:cover;
  background-position:center;
  transition:opacity .8s ease, visibility .8s ease, transform 5.5s ease;
  transform:scale(1.04);
}
.main-hero-slider .main-slide.active{
  opacity:1;
  visibility:visible;
  transform:scale(1);
  z-index:1;
}
.main-slide-dim{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(34,26,22,.38) 0%, rgba(34,26,22,.20) 42%, rgba(34,26,22,.06) 100%);
}
.main-slide-content{
  position:relative;
  z-index:2;
  min-height:520px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  color:#fff;
  padding-top:34px;
  padding-bottom:58px;
}
.main-slide-eyebrow{
  margin:0 0 12px;
  color:#f6d8c6;
  font-size:15px;
  font-weight:900;
  letter-spacing:.16em;
}
.main-slide-content h1{
  margin:0 0 16px;
  font-size:54px;
  line-height:1.17;
  font-weight:900;
  letter-spacing:-.055em;
  text-shadow:0 8px 24px rgba(0,0,0,.22);
}
.main-slide-content p:not(.main-slide-eyebrow){
  max-width:620px;
  margin:0;
  color:rgba(255,255,255,.9);
  font-size:19px;
  line-height:1.75;
  word-break:keep-all;
}
.main-slide-actions{
  display:flex;
  gap:12px;
  margin-top:30px;
  flex-wrap:wrap;
}
.main-slide-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:132px;
  padding:13px 22px;
  border-radius:999px;
  font-weight:900;
  transition:transform .2s ease, background .2s ease, border-color .2s ease;
}
.main-slide-btn:hover{transform:translateY(-2px);}
.main-slide-btn.primary{background:#fff;color:#4a3932;}
.main-slide-btn.secondary{border:1px solid rgba(255,255,255,.72);color:#fff;background:rgba(255,255,255,.08);backdrop-filter:blur(5px);}
.main-slide-control{
  position:absolute;
  top:50%;
  z-index:4;
  width:48px;
  height:48px;
  margin-top:-24px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.86);
  color:#4a3932;
  font-size:36px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.main-slide-control.prev{left:28px;}
.main-slide-control.next{right:28px;}
.main-slide-dots{
  position:absolute;
  left:0;
  right:0;
  bottom:26px;
  z-index:4;
  display:flex;
  justify-content:center;
  gap:9px;
}
.main-slide-dots button{
  width:11px;
  height:11px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.55);
  cursor:pointer;
}
.main-slide-dots button.active{
  width:34px;
  border-radius:999px;
  background:#fff;
}

@media (max-width:980px){
  .main-hero-slider{min-height:450px;}
  .main-slide-content{min-height:450px;padding-top:28px;padding-bottom:54px;}
  .main-slide-content h1{font-size:42px;}
  .main-slide-content p:not(.main-slide-eyebrow){font-size:17px;max-width:520px;}
  .main-slide-control{width:42px;height:42px;font-size:31px;}
  .main-slide-control.prev{left:16px;}
  .main-slide-control.next{right:16px;}
}
@media (max-width:520px){
  .main-hero-slider{min-height:430px;}
  .main-slide-dim{background:linear-gradient(90deg, rgba(34,26,22,.78) 0%, rgba(34,26,22,.60) 100%);}
  .main-slide-content{min-height:430px;padding-top:26px;padding-bottom:60px;align-items:center;text-align:center;}
  .main-slide-eyebrow{font-size:12px;margin-bottom:10px;}
  .main-slide-content h1{font-size:31px;letter-spacing:-.045em;}
  .main-slide-content p:not(.main-slide-eyebrow){font-size:15px;line-height:1.65;}
  .main-slide-actions{width:100%;justify-content:center;gap:8px;margin-top:24px;}
  .main-slide-btn{min-width:0;width:auto;padding:11px 16px;font-size:14px;}
  .main-slide-control{display:none;}
  .main-slide-dots{bottom:22px;}
}

/* 첫 번째 배너 이미지는 이미지 안에 문구가 있으므로 추가 문구를 겹치지 않게 처리 */
.main-hero-slider .main-slide-original{
  background-size:cover;
  background-position:center center;
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
@media (min-width:1400px){
  .main-hero-slider .main-slide-original{background-position:center center;}
}
@media (max-width:520px){
  .main-hero-slider .main-slide-original{background-position:center center;}
}

/* =========================================================
   모바일 메인 배너 최적화 패치
   - 모바일 배너 높이 축소
   - 텍스트 폭 제한 / 제목 폰트 축소
   - 이미지 위치 우측 상단 기준 재조정
   - 버튼 세로 배치
   - 슬라이드 내부 여백 축소
   ========================================================= */
@media (max-width:768px){
  .main-hero-slider{
    min-height:360px;
  }
  .main-hero-slider .main-slide{
    background-position:right top;
  }
  .main-slide-dim{
    background:linear-gradient(90deg, rgba(34,26,22,.68) 0%, rgba(34,26,22,.48) 58%, rgba(34,26,22,.18) 100%);
  }
  .main-slide-content{
    min-height:360px;
    width:88%;
    padding-top:18px;
    padding-bottom:46px;
    justify-content:center;
  }
  .main-slide-content h1{
    max-width:360px;
    font-size:32px;
    line-height:1.22;
    margin-bottom:10px;
  }
  .main-slide-content p:not(.main-slide-eyebrow){
    max-width:340px;
    font-size:15px;
    line-height:1.55;
  }
  .main-slide-actions{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    margin-top:16px;
  }
  .main-slide-btn{
    min-width:150px;
    padding:10px 17px;
    font-size:14px;
  }
  .main-slide-dots{
    bottom:18px;
  }
  .main-slide-control{
    display:none;
  }
}

@media (max-width:520px){
  .main-hero-slider{
    min-height:330px;
  }
  .main-hero-slider .main-slide{
    background-position:right top;
  }
  .main-hero-slider .main-slide-original{
    background-position:right top;
  }
  .main-slide-content{
    min-height:330px;
    width:90%;
    padding-top:14px;
    padding-bottom:42px;
    align-items:flex-start;
    text-align:left;
  }
  .main-slide-eyebrow{
    font-size:11px;
    margin-bottom:8px;
    letter-spacing:.12em;
  }
  .main-slide-content h1{
    max-width:280px;
    font-size:25px;
    line-height:1.23;
    letter-spacing:-.045em;
  }
  .main-slide-content p:not(.main-slide-eyebrow){
    max-width:270px;
    font-size:14px;
    line-height:1.5;
  }
  .main-slide-actions{
    width:auto;
    justify-content:flex-start;
    align-items:flex-start;
    flex-direction:column;
    gap:7px;
    margin-top:14px;
  }
  .main-slide-btn{
    width:auto;
    min-width:138px;
    padding:9px 15px;
    font-size:13px;
  }
  .main-slide-dots{
    bottom:15px;
  }
}

@media (max-width:380px){
  .main-hero-slider{
    min-height:310px;
  }
  .main-slide-content{
    min-height:310px;
  }
  .main-slide-content h1{
    font-size:23px;
    max-width:245px;
  }
  .main-slide-content p:not(.main-slide-eyebrow){
    font-size:13px;
    max-width:240px;
  }
}
