﻿/* ============================================================
   泥?씪媛뺤꽦援먰쉶 ?덊럹?댁? ??紐⑤뜕 ?붿옄??   湲?섏뒪紐⑦뵾利?+ 移대뱶 UI + ?ㅽ겕濡??좊땲硫붿씠??   ?됱긽 蹂寃? ?꾨옒 :root 蹂?섎쭔 ?섏젙?섎㈃ ?꾩껜 遺꾩쐞湲곌? 諛붾앸땲??   ============================================================ */
:root {
  --primary: #1d5c4a;            /* 硫붿씤 ??源딆? ?뱀깋 [援먰쉶 濡쒓퀬 ?됱쑝濡?援먯껜 媛?? */
  --primary-deep: #11362c;
  --primary-soft: #2e7a63;
  --accent: #e3b04b;             /* ?ъ씤?????곕쑜??湲덉깋 */
  --accent-soft: #f3d489;
  --text: #1f2823;
  --text-light: #5c6962;
  --bg: #fbfaf7;                 /* 蹂몃Ц 諛곌꼍 ???곕쑜???붿씠??*/
  --bg-alt: #f1efe8;
  --card: rgba(255, 255, 255, 0.72);
  --card-border: rgba(255, 255, 255, 0.55);
  --shadow-sm: 0 2px 10px rgba(6, 21, 54, 0.06);
  --shadow-md: 0 10px 30px rgba(6, 21, 54, 0.10);
  --shadow-lg: 0 24px 60px rgba(6, 21, 54, 0.16);
  --radius: 20px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
.container { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
a { color: var(--primary); }
::selection { background: var(--accent-soft); }

/* ===== ?곷떒 硫붾돱 ??湲?섏뒪紐⑦뵾利?===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 250, 247, 0.65);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid rgba(12, 44, 109, 0.08);
}
.header-inner { display: flex; justify-content: space-between; align-items: center; height: 100px; }
.logo {
  font-weight: 800; font-size: 1.15rem; text-decoration: none;
  color: var(--primary-deep); letter-spacing: -0.01em;
}
.nav a {
  position: relative; margin-left: 26px; text-decoration: none;
  color: var(--text); font-size: 0.95rem; font-weight: 500;
  transition: color 0.25s;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -6px;
  width: 100%; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--accent), var(--primary-soft));
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.nav a:hover { color: var(--primary); }
.nav a:hover::after { transform: scaleX(1); }

/* ?곷떒 硫붾돱??"泥섏쓬 ?ㅼ뀲?섏슂?" 怨좎젙 踰꾪듉 */
.nav a.nav-cta {
  color: var(--primary-deep); font-weight: 700;
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  padding: 8px 18px; border-radius: 24px;
  box-shadow: 0 4px 14px rgba(97, 148, 248, 0.35);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}
.nav a.nav-cta::after { display: none; }
.nav a.nav-cta:hover {
  color: var(--primary-deep);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(97, 148, 248, 0.45);
}

/* ===== 硫붿씤 鍮꾩＜?????깅룄 ?⑥껜?ъ쭊 諛곌꼍 (images/hero.jpg 援먯껜 ???ш린留??섏젙) ===== */
.hero {
  position: relative; overflow: hidden;
  /* ?ъ쭊 ?꾩뿉 ?대몢???뱀깋留됱쓣 ??뼱 ??湲?④? ???쏀엳寃???
     ?ъ쭊????遺덈윭?吏??뚮뒗 留??ㅼ쓽 ?뱀깋 洹몃씪?곗씠?섏씠 ???蹂댁엫 */
  background:
    linear-gradient(rgba(6, 21, 54, 0.60), rgba(6, 21, 54, 0.72)),
    url('images/hero.jpg') center 38% / cover no-repeat,
    linear-gradient(150deg, var(--primary-deep) 0%, var(--primary) 55%, var(--primary-soft) 100%);
  color: #fff; text-align: center;
  padding: 110px 0 130px;
}
.hero-inner { position: relative; }
.hero-eyebrow {
  display: inline-block; letter-spacing: 4px; font-size: 0.82rem; font-weight: 600;
  padding: 7px 18px; border-radius: 30px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.hero h1 {
  font-size: clamp(2.8rem, 8vw, 4.4rem); font-weight: 900;
  letter-spacing: -0.035em; margin: 22px 0 16px; line-height: 1.15;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.22);
}
.hero-verse {
  font-size: clamp(1.2rem, 3vw, 1.5rem); opacity: 0.96;
  margin-bottom: 10px; font-weight: 500; letter-spacing: -0.01em;
}
.hero-motto {
  font-size: 0.92rem; font-weight: 600; letter-spacing: 0.14em;
  color: var(--accent-soft); margin-bottom: 30px;
}
.hero-info {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 36px; font-size: 0.95rem;
}
.hero-info span {
  padding: 9px 20px; border-radius: 30px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.btn-primary {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: 1.02rem;
  color: var(--primary-deep);
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  padding: 15px 42px; border-radius: 40px;
  box-shadow: 0 10px 28px rgba(97, 148, 248, 0.35);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(97, 148, 248, 0.45); }

/* ===== ?됱궗 怨좎젙 諛곕꼫 ===== */
.notice-section { margin-top: -56px; position: relative; z-index: 5; }
.notice-grid { display: grid; gap: 18px; }
/* 諛곕꼫媛 2媛??댁긽?대㈃ ?섎???諛곗튂 (醫곸? ?붾㈃?먯꽌???먮룞?쇰줈 ?몃줈 ?볦엫) */
.notice-grid.notice-multi { grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); }
.notice-grid.notice-multi .notice-thumb { flex: 0 0 150px; }
.notice-grid.notice-multi .notice-body { padding: 20px 22px; }
.notice-grid.notice-multi .notice-body h3 { font-size: 1.08rem; }
.notice-banner {
  display: flex; align-items: stretch; text-decoration: none; color: var(--text);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(97, 148, 248, 0.45);
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.notice-banner:hover { transform: translateY(-4px); box-shadow: 0 28px 70px rgba(6, 21, 54, 0.22); }
.notice-thumb { flex: 0 0 240px; position: relative; min-height: 150px; }
.notice-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.notice-body { padding: 26px 30px; flex: 1; }
.notice-badge {
  display: inline-block; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.06em;
  color: var(--primary-deep);
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  padding: 5px 14px; border-radius: 20px;
  animation: badge-pulse 2.4s ease-in-out infinite;
}
@keyframes badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(97, 148, 248, 0.45); }
  50%      { box-shadow: 0 0 0 8px rgba(97, 148, 248, 0); }
}
.notice-body h3 { font-size: 1.25rem; font-weight: 800; letter-spacing: -0.01em; margin: 10px 0 6px; color: var(--primary-deep); }
.notice-body p { color: var(--text-light); font-size: 0.95rem; margin-bottom: 12px; }
.notice-cta { font-weight: 700; font-size: 0.92rem; color: var(--primary); }
@media (max-width: 640px) {
  .notice-section { margin-top: -40px; }
  .notice-grid.notice-multi { grid-template-columns: 1fr; }
  .notice-banner { flex-direction: column; }
  .notice-thumb { flex: none !important; height: 160px; }
  .notice-body { padding: 20px 22px; }
}
@media (prefers-reduced-motion: reduce) { .notice-badge { animation: none; } }

/* ===== 怨듯넻 ?뱀뀡 ===== */
.section { padding: 96px 0; }
.section-alt {
  background:
    radial-gradient(1200px 400px at 80% -10%, rgba(97, 148, 248, 0.07), transparent),
    var(--bg-alt);
}
.section h2 {
  font-size: clamp(1.6rem, 3.4vw, 2.1rem); font-weight: 800; letter-spacing: -0.02em;
  color: var(--primary-deep); text-align: center; margin-bottom: 10px;
}
.section h2::after {
  content: ""; display: block; width: 44px; height: 4px; border-radius: 4px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, var(--accent), var(--primary-soft));
}
.section-desc { text-align: center; color: var(--text-light); margin-bottom: 44px; }
.more-link { text-align: center; margin-top: 36px; }
.more-link a {
  display: inline-block; text-decoration: none; font-weight: 600; font-size: 0.95rem;
  color: var(--primary); padding: 11px 26px; border-radius: 30px;
  background: rgba(12, 44, 109, 0.06); border: 1px solid rgba(12, 44, 109, 0.14);
  transition: background 0.25s, transform 0.25s var(--ease);
}
.more-link a:hover { background: rgba(12, 44, 109, 0.12); transform: translateY(-2px); }

/* ===== ?좏뒠釉??곸긽 ===== */
.video-wrap {
  position: relative; padding-bottom: 56.25%; max-width: 880px; margin: 0 auto;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg);
  outline: 1px solid rgba(12, 44, 109, 0.08);
}
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.sermon-thumb-link { display: block; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; overflow: hidden; border-radius: var(--radius); }
.sermon-thumb-link img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.sermon-thumb-link:hover img { transform: scale(1.05); }
.sermon-play-overlay {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(0, 0, 0, 0.2); transition: background 0.3s;
}
.sermon-thumb-link:hover .sermon-play-overlay { background: rgba(0, 0, 0, 0.35); }
.play-icon {
  width: 72px; height: 72px; color: #fff;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
  transition: transform 0.3s var(--ease);
}
.sermon-thumb-link:hover .play-icon { transform: scale(1.15); }

/* ===== 釉붾줈洹??뚯떇 ??湲?섏뒪 移대뱶 ===== */
.post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 20px; }
.post-card {
  position: relative; display: block; text-decoration: none; color: var(--text);
  background: var(--card);
  border: 1px solid var(--card-border);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-radius: var(--radius); padding: 0;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
  overflow: hidden;
}

/* 移대뱶 ?몃꽕?????대?吏媛 ?녾굅??源⑥?硫???洹몃씪?곗씠??諛곌꼍?????蹂댁엫 */
.post-thumb {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden;
  background: linear-gradient(135deg, var(--primary-soft), var(--primary-deep));
}
.post-thumb::before {
  content: "??; position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.6rem; opacity: 0.35;
}
.post-thumb img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.post-card:hover .post-thumb img { transform: scale(1.07); }
.post-body { padding: 20px 24px 24px; }
.post-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(180deg, var(--accent), var(--primary-soft));
  opacity: 0; transition: opacity 0.3s;
}
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.post-card:hover::before { opacity: 1; }
.post-card .post-cat {
  display: inline-block; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.04em;
  color: var(--primary); background: rgba(12, 44, 109, 0.08);
  padding: 4px 12px; border-radius: 20px;
}
.post-card h3 { font-size: 1.04rem; font-weight: 700; line-height: 1.5; margin: 12px 0 14px; letter-spacing: -0.01em; }
.post-card time { font-size: 0.82rem; color: var(--text-light); }
.loading { text-align: center; color: var(--text-light); grid-column: 1 / -1; }

/* ===== 媛?뺤삁諛?쨌 諛ㅺ린?꾪쉶 移대뱶 ===== */
.fw-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.fw-card {
  border-radius: var(--radius); padding: 30px;
  color: #fff; position: relative; overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.fw-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.fw-orange { background: linear-gradient(140deg, #f5a623 0%, #e2701b 100%); }
.fw-prayer { background: linear-gradient(140deg, #2b3a67 0%, #141d3a 100%); }
.fw-bible { background: linear-gradient(140deg, #11998e 0%, #38ef7d 100%); }
.fw-card::after { /* ????鍮??μ떇 */
  content: ""; position: absolute; right: -60px; top: -60px;
  width: 200px; height: 200px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.12); filter: blur(10px);
}
.fw-badge {
  display: inline-block; font-weight: 800; font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.18); border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 16px; border-radius: 20px; margin-bottom: 6px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.fw-label { display: block; font-size: 0.8rem; opacity: 0.85; letter-spacing: 0.06em; margin-bottom: 14px; }
.fw-card h3 { font-size: 1.08rem; font-weight: 700; line-height: 1.5; margin-bottom: 8px; position: relative; z-index: 1; }
.fw-card h3 a { color: #fff; text-decoration: none; }
.fw-card h3 a:hover { text-decoration: underline; }
.fw-card time { font-size: 0.82rem; opacity: 0.8; display: block; margin-bottom: 16px; }
.fw-cta {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: 0.88rem;
  color: #fff; background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 9px 20px; border-radius: 24px;
  transition: background 0.25s;
}
.fw-cta:hover { background: rgba(255, 255, 255, 0.28); }
.fw-empty { font-size: 0.9rem; opacity: 0.9; line-height: 1.7; }

/* ===== ?댁썐?щ옉 移대뱶 ???ъ쭊怨?湲???섎???媛濡쒗삎 ===== */
.outreach-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); gap: 20px; }
.outreach-card {
  display: flex; align-items: stretch; text-decoration: none; color: var(--text);
  background: linear-gradient(160deg, #fff 0%, #f4f8f3 100%);
  border: 1px solid rgba(12, 44, 109, 0.10);
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.outreach-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.outreach-thumb { flex: 0 0 160px; position: relative; min-height: 140px; background: linear-gradient(135deg, var(--primary-soft), var(--primary-deep)); }
.outreach-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.outreach-body { padding: 20px 22px; }
.outreach-body h3 { font-size: 1rem; font-weight: 700; line-height: 1.5; margin-bottom: 8px; letter-spacing: -0.01em; }
.outreach-body p { font-size: 0.88rem; color: var(--text-light); margin-bottom: 10px; }
.outreach-body time { font-size: 0.8rem; color: var(--text-light); }
@media (max-width: 640px) {
  .outreach-grid { grid-template-columns: 1fr; }
  .outreach-card { flex-direction: column; }
  .outreach-thumb { flex: none; height: 150px; }
}

/* ===== ?덇?議?移대뱶 ===== */
.welcome-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 20px; }
.welcome-card {
  background: linear-gradient(160deg, #fff 0%, #faf7ef 100%);
  border: 1px solid rgba(12, 44, 109, 0.08);
  border-radius: var(--radius); padding: 30px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.welcome-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.welcome-card h3 { color: var(--primary-deep); margin-bottom: 14px; font-size: 1.08rem; font-weight: 700; }
.welcome-card ul, .welcome-card ol { padding-left: 20px; }
.welcome-card li { margin-bottom: 8px; }
.welcome-card li::marker { color: var(--accent); font-weight: 700; }

/* ===== ?ㅼ떆??湲?===== */
.address { text-align: center; margin-bottom: 26px; font-size: 1.05rem; }
.map-wrap { max-width: 880px; margin: 0 auto 24px; }
.map-placeholder {
  background: rgba(255, 255, 255, 0.6);
  border: 2px dashed rgba(12, 44, 109, 0.2); border-radius: var(--radius);
  height: 340px; display: flex; align-items: center; justify-content: center;
  color: var(--text-light);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
a.map-placeholder {
  text-decoration: none; font-weight: 600;
  transition: border-color 0.25s, background 0.25s;
}
a.map-placeholder:hover { border-color: var(--primary-soft); background: rgba(255, 255, 255, 0.85); }
.transit { max-width: 880px; margin: 0 auto; list-style: none; display: grid; gap: 10px; }
.transit li {
  background: rgba(255, 255, 255, 0.7); border: 1px solid rgba(12, 44, 109, 0.07);
  border-radius: 14px; padding: 13px 20px; box-shadow: var(--shadow-sm);
}

/* ===== ?명꽣 ===== */
.site-footer {
  background: linear-gradient(160deg, var(--primary-deep), var(--primary));
  color: rgba(255, 255, 255, 0.88); text-align: center;
  padding: 54px 0; font-size: 0.93rem;
}
.site-footer p { margin-bottom: 6px; }
.site-footer a { color: #fff; font-weight: 600; }
.footer-links { margin-top: 14px; opacity: 0.92; }

/* ===== ?ㅽ겕濡??깆옣 ?좊땲硫붿씠??(script.js? ?곕룞) ===== */
.reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.visible { opacity: 1; transform: none; }

/* 紐⑥뀡 理쒖냼???ㅼ젙 ?ъ슜??諛곕젮 */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .post-card, .welcome-card, .btn-primary, .more-link a { transition: none; }
}

/* ===== 紐⑤컮??===== */
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .hero { padding: 80px 0 96px; }
  .nav { white-space: nowrap; overflow-x: auto; scrollbar-width: none; }
  .nav::-webkit-scrollbar { display: none; }
  .nav a { margin-left: 13px; font-size: 0.84rem; }
  .nav a::after { display: none; }
  .nav a.nav-cta { padding: 7px 14px; }
  .hero-info { gap: 8px; }
  .hero-info span { padding: 7px 14px; font-size: 0.86rem; }
}

/* ?꾩＜ 醫곸? ?붾㈃: ?ㅻ뜑瑜?2??濡쒓퀬 / 硫붾돱 ??以??쇰줈 ??硫붾돱 4媛쒓? ??긽 紐⑤몢 蹂댁엫 */
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .header-inner {
    flex-wrap: wrap; height: auto; padding: 10px 0 12px;
    justify-content: center; row-gap: 8px;
  }
  /* 硫붾돱 4媛쒕? 2횞2 踰꾪듉 寃⑹옄濡???湲???ш린? ?곴??놁씠 ?덈? ?섎━吏 ?딆쓬 */
  .nav {
    width: 100%; display: grid; grid-template-columns: 1fr 1fr;
    gap: 6px 10px; white-space: nowrap;
  }
  .nav a {
    margin-left: 0; font-size: 0.88rem; text-align: center;
    padding: 7px 0; border-radius: 10px;
    background: rgba(12, 44, 109, 0.06);
  }
  /* "泥섏쓬 ?ㅼ뀲?섏슂?" 踰꾪듉? ??以??꾩껜瑜?李⑥???媛???덉뿉 ?꾧쾶 */
}

/* ===== ?앹뾽(紐⑤떖) 諛곕꼫 ===== */
.modal-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0; visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal-overlay.show { opacity: 1; visibility: visible; }
.modal-dialog {
  background: #fff; width: 100%; max-width: 460px;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  transform: translateY(20px); transition: transform 0.3s var(--ease);
}
.modal-overlay.show .modal-dialog { transform: translateY(0); }
.modal-header {
  position: relative; line-height: 0;
}
.modal-close {
  position: absolute; top: 12px; right: 12px; z-index: 10;
  background: rgba(0, 0, 0, 0.5); color: #fff; border: none;
  width: 32px; height: 32px; border-radius: 50%;
  font-size: 1.2rem; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.modal-close:hover { background: rgba(0, 0, 0, 0.8); }
.modal-thumb { width: 100%; height: auto; max-height: 400px; object-fit: cover; }
.modal-body { padding: 24px; text-align: center; }
.modal-body h3 { font-size: 1.2rem; color: var(--primary-deep); font-weight: 800; margin-bottom: 10px; }
.modal-body p { font-size: 0.95rem; color: var(--text-light); margin-bottom: 20px; }
.modal-body .btn-primary { width: 100%; padding: 12px; border-radius: 12px; display: block; box-shadow: none; font-size: 1rem; }
.modal-footer {
  background: #222; color: #eee;
  padding: 12px 18px; display: flex; justify-content: space-between; align-items: center;
  font-size: 0.88rem;
}
.modal-footer label { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.modal-footer input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--primary); cursor: pointer; }
.modal-footer button {
  background: none; border: none; color: #fff; font-size: 0.95rem;
  font-weight: 600; cursor: pointer; padding: 4px;
}

/* ===== 援먰쉶 鍮꾩쟾 諛?媛移?(Vision Section) ===== */
.vision-section {
  background: var(--bg-light);
  padding: 80px 0;
}
.vision-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .vision-grid {
    grid-template-columns: 1fr;
  }
}

/* 濡쒓퀬 ?ㅻ챸 移대뱶 */
.vision-logo-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.05);
  transition: transform 0.3s;
}
.vision-logo-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
.vision-logo-wrap img {
  max-width: 200px;
  height: auto;
  filter: drop-shadow(0px 4px 8px rgba(0,0,0,0.1));
}
.vision-logo-text h3 {
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 15px;
}
.vision-logo-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-light);
  margin-bottom: 25px;
  word-break: keep-all;
}

/* ?됱긽 諛곗? */
.color-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.c-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.c-badge::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  border: 1px solid rgba(255,255,255,0.8);
}
.c-yellow { background: #f1c40f; color: #fff; }
.c-yellow::before { background: #f1c40f; }
.c-black { background: #333; color: #fff; }
.c-black::before { background: #333; }
.c-red { background: #e74c3c; color: #fff; }
.c-red::before { background: #e74c3c; }
.c-white { background: #fff; color: #333; border: 1px solid #ddd; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.c-white::before { background: #fff; border: 1px solid #ccc; }
.c-green { background: #2ecc71; color: #fff; }
.c-green::before { background: #2ecc71; }

/* 5? 媛移?洹몃━??*/
.core-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}
.value-card {
  background: var(--bg-card);
  padding: 30px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0,0,0,0.03);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.value-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(12, 44, 109, 0.03) 0%, rgba(12, 44, 109, 0) 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.value-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(12, 44, 109, 0.2);
}
.value-card:hover::before {
  opacity: 1;
}
.value-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  display: inline-block;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 4px rgba(29,92,74,0.2));
}
.value-card h4 {
  font-size: 1.3rem;
  color: var(--text-main);
  margin-bottom: 15px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.value-card h4 small {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary);
  background: rgba(12, 44, 109, 0.1);
  padding: 3px 10px;
  border-radius: 20px;
}
.value-card p {
  color: var(--text-light);
  line-height: 1.6;
  font-size: 0.95rem;
  word-break: keep-all;
}

