@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&display=swap');

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

/* Gmarket Sans Webfont */
@font-face {
    font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansLight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansMedium.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


:root {
    --primary: #0f172a;
    --secondary: #334155;
    --accent: cadetblue;
    --accent-dark: #C5A065;
    --light: #f8fafc;
    --white: #ffffff;
    --text: #1e293b;
    --line: #e2e8f0;
    --radius: 18px;
    --shadow: 0 16px 40px rgba(15, 23, 42, 0.08);

    --navy: #22334c;
    --navy-soft: rgba(34, 51, 76, 0.35);
    --red: #b52b38;
    --gold: #d6b36a;
    --muted: #64748b;
}

/* =========================
   RESET
========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    color: var(--text);
    line-height: 1.7;
    word-break: keep-all;
    background: #fff;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#leadersWrap {
    overflow-x: hidden;
    overflow-y: visible;
}

.leaders-container {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.custom-shape-divider-bottom-1776840414 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 99;
}

.custom-shape-divider-bottom-1776840414 svg {
    position: relative;
    display: block;
    width: calc(296% + 1.3px);
    height: 165px;
}

.custom-shape-divider-bottom-1776840414 .shape-fill {
    fill: #FFFFFF;
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-bottom-1776840414 svg {
        width: calc(264% + 1.3px);
        height: 80px;
    }
}

/* =========================
   HEADER
========================= */
.leaders-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
/*    background: rgba(255, 255, 255, 0.98);*/
    border-bottom: 1px solid rgba(226, 232, 240, .8);
    transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}

.leaders-header.is-scroll {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    border-bottom-color: rgba(255, 255, 255, .08);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .18);
}

.leaders-inner {
    width: min(100% - 40px, 1400px);
    margin: 0 auto;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}

.leaders-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1006;
}

.leaders-logo a {
    display: flex;
    align-items: center;
    height: 88px;
    text-decoration: none;
}

.leaders-logo__imgbox {
    position: relative;
    display: block;
    width: 220px;
    height: 60px;
    overflow: hidden;
}

.leaders-logo .logo-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 220px;
    max-height: 60px;
    width: auto;
    height: auto;
    display: block;
    transition: opacity .25s ease;
}

.leaders-logo .logo-black {
    opacity: 1;
    z-index: 2;
}

.leaders-logo .logo-white {
    opacity: 0;
    z-index: 1;
}

.leaders-header.is-scroll .leaders-logo .logo-black {
    opacity: 0;
}

.leaders-header.is-scroll .leaders-logo .logo-white {
    opacity: 1;
}

/* =========================
   BUTTON
========================= */
.leaders-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    transition: all .25s ease;
    border: 1px solid var(--primary);
}

.leaders-btn:hover {
    transform: translateY(-2px);
}

.leaders-btn--line {
    background: transparent;
    border-color: rgba(255, 255, 255, .6);
    color: #fff;
}

.leaders-btn--line:hover {
    background: #fff;
    border-color: #fff;
    color: var(--primary);
}

.leaders-btn--header {
    min-height: 46px;
    padding: 0 22px;
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.leaders-btn--header:hover {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
    color: #fff;
}

.leaders-btn--white {
    background: #fff;
    color: var(--primary);
    border-color: #fff;
}

.leaders-btn--white:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.leaders-btn--mobile {
    margin-top: 16px;
    width: 100%;
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.leaders-btn--mobile:hover {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
}


/* =========================
   PC MENU
========================= */
.leaders-nav{
    flex:1;
    margin-left:auto;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:stretch;
    height:100%;
    overflow:visible;
}

.leaders-nav-pc{
    --ld-menu-gap: 50px;     /* 대메뉴끼리 간격 */
    --ld-col-width: 120px;   /* 각 대메뉴 기준 칸 폭 */
    position:relative;
    display:inline-block;
    overflow:visible;
}

.leaders-gnb{
    display:grid;
    grid-template-columns:repeat(var(--ld-menu-count), var(--ld-col-width));
    column-gap:var(--ld-menu-gap);
    justify-content:center;
    align-items:stretch;
    margin:0;
    padding:0;
}

.leaders-gnb-item{
    position:relative;
    display:flex;
    align-items:stretch;
    justify-content:center;
}

.leaders-gnb-item > a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:88px;
    line-height:1;
    padding:0;
    font-size:1.15rem;
    font-weight:800;
    color:#fff;
    transition:color .2s ease;
    white-space:nowrap;
    position:relative;
    z-index:3;
    box-sizing:border-box;
}

.leaders-gnb-item > a::after{
    content:'';
    position:absolute;
    left:0;
    bottom:18px;
    width:0;
    height:3px;
    background:var(--accent);
    transition:width .25s ease;
}

.leaders-gnb-item:hover > a{
    color:var(--accent);
}

.leaders-gnb-item:hover > a::after{
    width:100%;
}

.leaders-header.is-scroll .leaders-gnb-item > a{
    color:#111;
}

.leaders-header.is-scroll .leaders-gnb-item:hover > a{
    color:var(--accent);
}

.leaders-header.is-scroll .leaders-gnb-item > a::after{
    background:var(--accent);
}

/* =========================
   MEGA MENU
========================= */
.leaders-mega-panel{
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .22s ease, visibility .22s ease;
    z-index:1004;
}

.leaders-nav-pc:hover .leaders-mega-panel,
.leaders-mega-panel:hover{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.leaders-mega-panel__bg{
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    width:100vw;
    height:100%;
    background:#efefef;
    border-top:1px solid #e5e7eb;
    border-bottom:1px solid #e5e7eb;
    box-shadow:0 18px 34px rgba(15,23,42,.08);
}

.leaders-mega-grid{
    position:relative;
    display:grid;
    grid-template-columns:repeat(var(--ld-menu-count), var(--ld-col-width));
    column-gap:var(--ld-menu-gap);
    justify-content:center;
    align-items:start;
    padding:22px 0 28px;
    min-height:220px;
    z-index:2;
}

.leaders-mega-col{
    width:var(--ld-col-width);
    display:flex;
    justify-content:center;   /* 서브메뉴 묶음을 칸 가운데로 */
    align-items:flex-start;
}

.leaders-mega-col.is-empty{
    min-height:1px;
}

.leaders-mega-menu{
    display:flex;
    flex-direction:column;
    gap:10px;
    width:max-content;
    margin:0 auto;
    padding:0;
    text-align:left;          /* 텍스트는 왼쪽 정렬 유지 */
}

.leaders-mega-menu li{
    display:block;
}

.leaders-mega-menu a{
    display:block;
    padding:2px 0;
    font-size:15px;
    font-weight:500;
    line-height:1.65;
    color:#2b2b2b;
    white-space:nowrap;
    transition:color .18s ease, transform .18s ease;
}

.leaders-mega-menu a:hover{
    color:var(--accent);
    transform:translateX(2px);
}

.leaders-mega-empty{
    min-height:10px;
}

/* 이전 방식 숨김 */
.leaders-sub-wrap,
.leaders-submenu{
    display:none !important;
}

@media (max-width: 1400px){
    .leaders-nav-pc{
        --ld-menu-gap: 62px;
        --ld-col-width: 138px;
    }
}

@media (max-width: 1280px){
    .leaders-nav-pc{
        --ld-menu-gap: 48px;
        --ld-col-width: 126px;
    }

    .leaders-gnb-item > a{
        font-size:1.02rem;
    }
}

@media (max-width: 1180px){
    .leaders-nav-pc{
        --ld-menu-gap: 34px;
        --ld-col-width: 112px;
    }

    .leaders-gnb-item > a{
        font-size:.96rem;
    }
}



/* =========================
   LOGIN QUICK
========================= */
.hd_login_quick {
    display: block;
    position: relative;
    flex: 0 0 auto;
    z-index: 1006;
}

.hd_login_quick_box {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #8ba43c;
    border-radius: 999px;
    padding: 4px 6px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all .25s ease;
}

.hd_login_quick_box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 38px;
    padding: 0 16px;
    color: #666;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    border-radius: 999px;
    white-space: nowrap;
    transition: all .2s ease;
    box-sizing: border-box;
}

.hd_login_quick_box a + a::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #d9d9d9;
}

.hd_login_quick_box a i {
    font-size: 13px;
    color: #6f8231;
}

.hd_login_quick_box a:hover {
    background: #f7faef;
    color: #222;
}

.leaders-header.is-scroll .hd_login_quick_box {
    background: rgba(255, 255, 255, .9);
    border-color: rgba(0, 0, 0, .22);
    box-shadow: none;
}

.leaders-header.is-scroll .hd_login_quick_box a {
    color: #111;
}

.leaders-header.is-scroll .hd_login_quick_box a + a::before {
    background: rgba(255, 255, 255, .22);
}

.leaders-header.is-scroll .hd_login_quick_box a i {
    color: #d8e7a7;
}

.leaders-header.is-scroll .hd_login_quick_box a:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

/* =========================
   HEADER ACTIONS
========================= */
.leaders-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.leaders-request-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 60px;
    background: #101a33;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 4px;
    letter-spacing: -0.3px;
    white-space: nowrap;
    transition: all .25s ease;
}

.leaders-request-btn:hover {
    background: #1a274a;
    color: #fff;
}

/* =========================
   MOBILE MENU BUTTON
========================= */
.leaders-menu-btn {
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    padding: 0;
}

.leaders-menu-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #111;
    margin: 0 auto;
    transition: all .25s ease;
}

.leaders-header.is-scroll .leaders-menu-btn span {
    background: #fff;
}

/* =========================
   MOBILE NAV
========================= */
.leaders-dim {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, .45);
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
    z-index: 1001;
}

.leaders-dim.is-open {
    opacity: 1;
    visibility: visible;
}

.leaders-mobile-nav {
    position: fixed;
    top: 0;
    right: -340px;
    width: min(86vw, 320px);
    height: 100dvh;
    background: #fff;
    z-index: 1002;
    padding: 22px 22px 30px;
    box-shadow: -10px 0 30px rgba(0, 0, 0, .12);
    transition: right .28s ease;
    overflow-y: auto;
}

.leaders-mobile-nav.is-open {
    right: 0;
}

.leaders-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.leaders-mobile-top strong {
    color: var(--primary);
    font-size: 1rem;
}

.leaders-mobile-close {
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    color: var(--primary);
}

.leaders-mobile-links {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.leaders-mobile-menu > li {
    border-bottom: 1px solid #e5e7eb;
}

.leaders-mobile-item > a {
    display: block;
    padding: 14px 4px;
    font-size: 17px;
    font-weight: 700;
    color: #111827;
}

.leaders-mobile-item > a:hover {
    color: var(--accent);
}

.leaders-mobile-submenu {
    padding: 0 0 10px 12px;
}

.leaders-mobile-submenu li a {
    display: block;
    padding: 9px 4px;
    font-size: 15px;
    color: #475569;
    font-weight: 500;
}

.leaders-mobile-submenu li a:hover {
    color: var(--accent);
}

/* =========================
   CONTAINER
========================= */
#leadersContainer {
    padding-top: 38px;
}

.subbbs_title {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 35px;
    font-family: 'Paperozi';
    font-weight: 500;
}

.subbbs_title span {
    font-size: 16px;
}

/* =========================
   HERO
========================= */
.leaders-hero {
    position: relative;
    min-height: calc(100vh - 88px);
    display: flex;
    align-items: center;
    background: var(--primary);
}

.leaders-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(15, 23, 42, .55), rgba(15, 23, 42, .50)),
        url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80') center center / cover no-repeat;
    transform: scale(1.03);
}

.leaders-hero__content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 120px 0 110px;
    max-width: 900px;
}

.leaders-hero__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #e2e8f0;
    font-size: .85rem;
    letter-spacing: 2px;
    font-weight: 700;
}

.leaders-hero h2 {
    font-size: clamp(2.3rem, 5vw, 4.5rem);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -1.8px;
    margin-bottom: 24px;
}

.leaders-hero h2 span {
    color: var(--accent);
}

.leaders-hero p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #e2e8f0;
    font-weight: 300;
    margin-bottom: 38px;
}

.leaders-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* =========================
   PARTNERS
========================= */
.leaders-partners {
    padding: 56px 0;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
}

.leaders-sec-mini {
    text-align: center;
    font-size: .84rem;
    color: #94a3b8;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 24px;
}

.leaders-partner-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.leaders-partner-item {
    padding: 12px 22px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    color: #64748b;
    background: #fff;
    transition: all .2s ease;
}

.leaders-partner-item:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: #fffaf5;
}

/* =========================
   SECTION TITLE
========================= */
.leaders-features,
.leaders-projects {
    padding: 80px 0 0;
}

.leaders-features {
    background: var(--light);
}

.leaders-sec-title {
    text-align: center;
    margin-bottom: 64px;
}

.leaders-sec-title h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.2;
    color: var(--primary);
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 14px;
}

.leaders-sec-title p {
    color: var(--secondary);
    font-size: 1.08rem;
}

.leaders-photo {
    width: 100%;
}

/* =========================
   FEATURE CARD
========================= */
.leaders-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.leaders-feature-card {
    position: relative;
    padding: 42px 34px;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: all .25s ease;
}

.leaders-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--accent);
    opacity: 0;
    transition: opacity .25s ease;
}

.leaders-feature-card:hover {
    transform: translateY(-8px);
}

.leaders-feature-card:hover::before {
    opacity: 1;
}

.leaders-feature-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff7ed;
    color: var(--accent);
    font-weight: 900;
    margin-bottom: 22px;
    border: 1px solid #fed7aa;
}

.leaders-feature-card h3 {
    font-size: 1.45rem;
    line-height: 1.35;
    color: var(--primary);
    font-weight: 800;
    margin-bottom: 14px;
}

.leaders-feature-card p {
    color: #64748b;
    font-size: 1rem;
}

/* =========================
   PROJECTS
========================= */
.leaders-category-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 58px 0 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--primary);
}

.leaders-category-head h3 {
    font-size: 1.7rem;
    color: var(--primary);
    font-weight: 900;
    letter-spacing: -.5px;
}

.leaders-category-head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
}

.leaders-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.leaders-project-card {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all .22s ease;
}

.leaders-project-card:hover {
    transform: translateY(-6px);
    border-color: var(--accent);
    box-shadow: 0 16px 32px rgba(15, 23, 42, .07);
}

.leaders-project-body {
    padding: 28px 26px;
}

.leaders-client-badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 8px;
    background: #fff7ed;
    color: var(--accent);
    font-size: .82rem;
    font-weight: 800;
    margin-bottom: 14px;
    border: 1px solid #fed7aa;
}

.leaders-project-body h4 {
    font-size: 1.18rem;
    line-height: 1.45;
    letter-spacing: -.4px;
    color: var(--text);
    font-weight: 800;
    margin-bottom: 10px;
}

.leaders-project-body p {
    color: #64748b;
    font-size: .96rem;
}

/* =========================
   SUB VISUAL
========================= */
.leaders-sub-visual {
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    margin-top: 0;
}

.leaders-sub-visual__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
}

.leaders-sub-visual__inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leaders-sub-visual__inner h2 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -1px;
}

/* =========================
   SUB TABS
========================= */
.leaders-sub-tabs-wrap {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.leaders-sub-tabs {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px 0;
}

.leaders-sub-tabs li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    border: 1px solid #dcdfe4;
    border-radius: 999px;
    background: #fff;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    transition: all .2s ease;
}

.leaders-sub-tabs li a:hover {
    border-color: #0d57a1;
    color: #0d57a1;
}

.leaders-sub-tabs li.active a {
    background: #0d57a1;
    border-color: #0d57a1;
    color: #fff;
}

.leaders-sub-visual + .leaders-sub-tabs-wrap + #leadersContainer,
.leaders-sub-visual + #leadersContainer {
    padding-top: 0;
}

/* =========================
   FOOTER
========================= */
.leaders-footer {
    padding: 90px 0 72px;
    background: var(--primary);
    color: #fff;
}

.leaders-footer-cta {
    text-align: center;
}

.leaders-footer-cta h2 {
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.35;
    font-weight: 900;
    margin-bottom: 28px;
    letter-spacing: -1px;
}

.leaders-footer-info {
    margin-top: 56px;
    padding-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    text-align: center;
    color: #cbd5e1;
    font-size: .96rem;
}

.leaders-footer-info strong {
    color: #fff;
    font-weight: 800;
}

.leaders-footer-info a {
    color: olive;
}

.leaders-copy {
    margin-top: 16px;
    color: #94a3b8;
    font-size: .85rem;
}

/* =========================
   ANCHOR OFFSET
========================= */
#about,
#projects,
#contact {
    scroll-margin-top: 110px;
}

/* =========================
   게시판 넓이
========================= */
#bo_list,
#bo_v,
#bo_w,
#fboardlist,
#faq_wrap,
#inq_write,
#new_sch,
#cop_search_rlt,
#search_result {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}



/* =========================
   SERMON PAGE
========================= */
.sermon-page {
    /* min-height: 100vh; */
}

.sermon-hero {
    position: relative;
    overflow: hidden;
    padding: 18px 22px 46px;
}

.sermon-hero__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 82%, rgba(255, 255, 255, 0.12) 0 0.35%, transparent 0.36%),
        radial-gradient(circle at 24% 14%, rgba(255, 255, 255, 0.12) 0 0.35%, transparent 0.36%),
        radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.1) 0 0.38%, transparent 0.39%),
        radial-gradient(circle at 90% 62%, rgba(255, 255, 255, 0.1) 0 0.32%, transparent 0.33%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    background-size: 260px 260px, 320px 320px, 300px 300px, 260px 260px, auto;
    filter: grayscale(1);
    opacity: 0.9;
}

.sermon-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1420px;
    margin: 0 auto;
}

.sermon-hero__header {
    text-align: center;
    margin-bottom: 28px;
}

.sermon-hero__header h1 {
    margin: 0;
    font-size: 55px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    font-weight: 700;
}

.sermon-poster {
    position: relative;
    max-width: 1390px;
    margin: 0 auto;
    padding: 28px 24px 40px;
    min-height: 760px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 62%, rgba(255, 246, 207, 0.98) 0 9%, rgba(255, 231, 174, 0.75) 10%, transparent 28%),
        radial-gradient(circle at 74% 24%, rgba(255, 255, 255, 0.52) 0 10%, transparent 32%),
        radial-gradient(circle at 26% 36%, rgba(248, 221, 162, 0.42) 0 12%, transparent 34%),
        linear-gradient(180deg, rgba(110, 155, 177, 0.72), rgba(248, 206, 116, 0.46) 58%, rgba(76, 101, 126, 0.68) 100%),
        linear-gradient(135deg, #6aa0b0 0%, #d6d5c5 48%, #f0c47d 74%, #766151 100%);
    box-shadow: var(--shadow);
}

.sermon-poster::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 38%;
    background:
        radial-gradient(circle at 16% 88%, rgba(66, 85, 111, 0.46) 0 16%, transparent 17%),
        radial-gradient(circle at 34% 92%, rgba(71, 88, 108, 0.52) 0 18%, transparent 19%),
        radial-gradient(circle at 54% 96%, rgba(58, 72, 95, 0.52) 0 20%, transparent 21%),
        radial-gradient(circle at 76% 100%, rgba(52, 65, 85, 0.44) 0 19%, transparent 20%);
}

.sermon-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 0%, rgba(255, 255, 255, 0.68) 0 8%, transparent 20%),
        radial-gradient(circle at 60% 12%, rgba(255, 255, 255, 0.24) 0 10%, transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 22%);
    pointer-events: none;
}

.sermon-poster__topline {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: var(--navy);
    font-size: clamp(0.95rem, 1vw, 1.2rem);
    font-weight: 700;
}

.sermon-poster__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 126px;
}

.sermon-poster__subtitle {
    position: relative;
    margin: 0 0 26px;
    color: var(--navy);
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.2;
    font-weight: 700;
}

.sermon-poster__subtitle::before,
.sermon-poster__subtitle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: clamp(70px, 10vw, 140px);
    height: 3px;
    background: var(--navy-soft);
}

.sermon-poster__subtitle::before {
    right: 100%;
    margin-right: 18px;
}

.sermon-poster__subtitle::after {
    left: 100%;
    margin-left: 18px;
}

.sermon-poster h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(3.2rem, 8vw, 9rem);
    line-height: 0.98;
    letter-spacing: -0.09em;
    font-weight: 700;
}

.sermon-poster__play {
    position: relative;
    width: 82px;
    height: 82px;
    margin: 22px 0 18px;
    border: 0;
    border-radius: 50%;
    background: rgba(58, 56, 53, 0.82);
    cursor: pointer;
}

.sermon-poster__play::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 27px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #ffffff;
}

.sermon-poster__meta {
    margin: 0;
    color: var(--navy);
    font-size: clamp(1.6rem, 2vw, 2.8rem);
    line-height: 1.35;
    letter-spacing: -0.06em;
    font-weight: 500;
}

.sermon-poster__meta strong {
    font-weight: 700;
}

.sermon-poster__cross {
    position: absolute;
    right: 88px;
    bottom: 92px;
    width: 42px;
    height: 310px;
    background: linear-gradient(180deg, rgba(72, 31, 78, 0.9), rgba(92, 43, 83, 0.68));
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(255, 199, 152, 0.18);
}

.sermon-poster__cross::before {
    content: "";
    position: absolute;
    left: -68px;
    top: 66px;
    width: 178px;
    height: 38px;
    background: linear-gradient(90deg, rgba(92, 43, 83, 0.74), rgba(85, 53, 96, 0.9));
    border-radius: 4px;
}

.sermon-hero__cta {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 34px;
}

.live-tag {
    display: inline-block;
    padding: 12px 20px;
    background: var(--red);
    color: #ffffff;
    text-decoration: none;
    font-size: clamp(1rem, 1.2vw, 1.3rem);
    line-height: 1;
    font-weight: 700;
}

.sermon-hero__copy {
    margin: 26px 0 28px;
    text-align: center;
    font-size: clamp(1.4rem, 1.8vw, 2.2rem);
    line-height: 1.4;
    letter-spacing: -0.05em;
}

.sermon-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.sermon-menu a {
    display: inline-block;
    padding: 14px 22px;
    background: var(--gold);
    color: #4b3a3a;
    text-decoration: none;
    font-size: clamp(1rem, 1.1vw, 1.28rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
    border: 1px solid #999;
}

.sermon-menu .is-accent {
    background: var(--red);
}

/* =========================
   ONLINE PAGE
========================= */
.online-page {
    max-width: 1450px;
    margin: 0 auto;
    padding: 56px 24px 76px;
}

.online-service__header {
    margin-bottom: 32px;
}

.online-service__header h1 {
    margin: 0 auto 14px;
    font-size: clamp(3rem, 5vw, 4.3rem);
    line-height: 1;
    letter-spacing: -0.07em;
    font-weight: 800;
    text-align: center;
}

.online-service__header p {
    margin: 0 auto;
    font-size: clamp(1.2rem, 1.8vw, 2rem);
    line-height: 1.3;
    color: var(--muted);
    font-weight: 700;
    letter-spacing: -0.05em;
}

.online-service__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.service-tile {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 190px;
    padding: 20px;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    box-shadow: var(--shadow);
}

.service-tile::before {
    content: "";
    position: absolute;
    inset: 0;
}

.service-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.46));
}

.service-tile > * {
    position: relative;
    z-index: 1;
}

.service-tile__label {
    text-align: center;
    font-size: clamp(1.55rem, 2vw, 2.1rem);
    line-height: 1.35;
    letter-spacing: -0.06em;
    font-weight: 700;
}

.service-tile__icon {
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
}

.service-tile__icon--book {
    width: 56px;
    height: 46px;
    border: 4px solid #ffffff;
    border-radius: 6px;
    border-top-width: 6px;
}

.service-tile__icon--book::before,
.service-tile__icon--book::after {
    content: "";
    position: absolute;
    top: 4px;
    width: 22px;
    height: 30px;
    border: 4px solid #ffffff;
    border-top: 0;
    border-bottom: 0;
}

.service-tile__icon--book::before {
    left: 4px;
}

.service-tile__icon--book::after {
    right: 4px;
}

.service-tile__icon--sprout {
    width: 56px;
    height: 60px;
}

.service-tile__icon--sprout::before {
    content: "";
    position: absolute;
    left: 25px;
    bottom: 0;
    width: 4px;
    height: 34px;
    background: #ffffff;
    border-radius: 999px;
}

.service-tile__icon--sprout::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    width: 48px;
    height: 34px;
    background:
        radial-gradient(circle at 12px 22px, transparent 0 9px, #ffffff 9px 11px, transparent 12px),
        radial-gradient(circle at 35px 18px, transparent 0 9px, #ffffff 9px 11px, transparent 12px);
}

.service-tile--bulletin::before {
    background:
        linear-gradient(180deg, rgba(38, 24, 14, 0.1), rgba(0, 0, 0, 0.26)),
        linear-gradient(135deg, #2d2118 0%, #0e0d0d 100%);
}

.service-tile--offering::before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.14)),
        linear-gradient(135deg, #ba2f3f 0%, #8c1b27 100%);
}

.service-tile--donation::before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.16)),
        linear-gradient(135deg, #3d7a40 0%, #24552f 100%);
}

.service-tile--search::before {
    background:
        radial-gradient(circle at 58% 42%, rgba(255, 241, 217, 0.26) 0 12%, transparent 13%),
        linear-gradient(135deg, #83603d 0%, #30261f 100%);
}

.service-tile--bank::before {
    background:
        radial-gradient(circle at 26% 34%, rgba(255, 180, 98, 0.32) 0 10%, transparent 11%),
        linear-gradient(135deg, #412619 0%, #152820 100%);
}

.service-tile--bulletin .service-tile__label,
.service-tile--offering .service-tile__label {
    padding-top: 90px;
}

/* =========================
   서브메뉴 보정
========================= */
.leaders-subnav-align,
.leaders-subnav-align * {
    box-sizing: border-box;
}

.leaders-subnav-align {
    overflow: visible !important;
}

.leaders-subnav-align a,
.leaders-subnav-align button,
.leaders-subnav-align select,
.leaders-subnav-align .current,
.leaders-subnav-align .dropdown-toggle,
.leaders-subnav-align .leaders-subnav-current,
.leaders-subnav-align .subnav-current {
    font-family: 'Noto Sans KR', 'GmarketSans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    min-height: 56px !important;
    height: auto !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
}

.leaders-subnav-align a span,
.leaders-subnav-align button span,
.leaders-subnav-align .current span,
.leaders-subnav-align .dropdown-toggle span,
.leaders-subnav-align .leaders-subnav-current span,
.leaders-subnav-align .subnav-current span,
.leaders-subnav-align strong,
.leaders-subnav-align em {
    display: inline-block !important;
    line-height: 1.5 !important;
    padding-top: 2px !important;
    overflow: visible !important;
}

.leaders-subnav-align > div,
.leaders-subnav-align ul,
.leaders-subnav-align li {
    overflow: visible !important;
}

.leaders-subnav-align select {
    -webkit-appearance: none;
    appearance: none;
    padding-right: 42px !important;
    background-position: right 14px center !important;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1280px) {
    .leaders-gnb {
        gap: 34px;
    }

    .leaders-gnb-item > a {
        font-size: 1rem;
    }

    .leaders-mega-panel__inner {
        column-gap: 22px;
    }

    .online-service__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .leaders-feature-grid,
    .leaders-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .leaders-gnb {
        gap: 24px;
    }

    .leaders-gnb-item > a {
        font-size: .95rem;
    }

    .sermon-hero {
        padding: 20px 16px 34px;
    }

    .sermon-poster {
        min-height: 620px;
    }

    .sermon-poster__body {
        padding-top: 92px;
    }

    .sermon-poster__cross {
        right: 34px;
        bottom: 58px;
        height: 250px;
    }

    .sermon-poster__cross::before {
        left: -58px;
        width: 152px;
    }
}

@media (max-width: 1024px) {
    #leadersHeader .leaders-nav {
        display: none !important;
    }

    #leadersHeader .leaders-request-btn {
        display: none !important;
    }

    #leadersHeader .hd_login_quick {
        display: none !important;
    }

    #leadersHeader .leaders-menu-btn {
        display: flex !important;
    }

    #leadersHeader .leaders-actions {
        margin-left: auto;
    }

    .leaders-inner {
        min-height: 78px;
    }

    #leadersContainer {
        padding-top: 78px;
    }

    .leaders-hero {
        min-height: calc(100vh - 78px);
    }

    .leaders-hero__content {
        padding: 100px 0 90px;
    }

    .leaders-sub-visual {
        height: 180px;
        margin-top: 78px;
    }

    .leaders-sub-visual__inner h2 {
        font-size: 34px;
    }

    .leaders-sub-tabs {
        justify-content: flex-start;
        gap: 10px;
        padding: 16px 0;
    }

    .leaders-sub-tabs li a {
        min-height: 42px;
        padding: 0 18px;
        font-size: 15px;
    }
}

@media (max-width: 820px) {
    .online-page {
        padding: 34px 16px 44px;
    }

    .online-service__header {
        margin-bottom: 24px;
    }

    .online-service__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .service-tile {
        min-height: 170px;
        border-radius: 18px;
    }

    .service-tile__icon {
        top: 34px;
    }
}

@media (max-width: 768px) {
    .leaders-container,
    .leaders-inner {
        width: min(100% - 28px, 1400px);
    }

    .leaders-logo a {
        height: 78px;
    }

    .leaders-logo__imgbox {
        width: 170px;
        height: 48px;
    }

    .leaders-logo .logo-img,
    .leaders-logo img {
        max-width: 170px;
        max-height: 48px;
    }

    .leaders-hero h2 {
        letter-spacing: -1px;
    }

    .leaders-hero p br {
        display: none;
    }

    .leaders-feature-grid,
    .leaders-project-grid {
        grid-template-columns: 1fr;
    }

    .leaders-features,
    .leaders-projects {
        padding: 82px 0;
    }

    .leaders-feature-card,
    .leaders-project-body {
        padding: 24px 22px;
    }

    .leaders-category-head h3 {
        font-size: 1.35rem;
    }

    .leaders-footer {
        padding: 76px 0 60px;
    }

    .leaders-sub-visual {
        height: 150px;
    }

    .leaders-sub-visual__inner h2 {
        font-size: 28px;
    }

    .leaders-sub-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 14px 0;
        white-space: nowrap;
    }

    .leaders-sub-tabs::-webkit-scrollbar {
        height: 6px;
    }

    .leaders-sub-tabs::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 999px;
    }

    .leaders-sub-tabs li a {
        padding: 0 16px;
        font-size: 14px;
    }

    #bo_list,
    #bo_v,
    #bo_w,
    #fboardlist,
    #faq_wrap,
    #inq_write,
    #new_sch,
    #cop_search_rlt,
    #search_result {
        padding-left: 14px;
        padding-right: 14px;
    }


}

@media (max-width: 760px) {
    .sermon-hero__header {
        margin-bottom: 18px;
    }

    .sermon-poster {
        min-height: 470px;
        padding: 18px 16px 28px;
    }

    .sermon-poster__topline {
        flex-direction: column;
        gap: 6px;
        font-size: 0.88rem;
    }

    .sermon-poster__body {
        padding-top: 42px;
    }

    .sermon-poster__subtitle {
        margin-bottom: 16px;
    }

    .sermon-poster__subtitle::before,
    .sermon-poster__subtitle::after {
        width: 42px;
    }

    .sermon-poster__play {
        width: 64px;
        height: 64px;
        margin: 16px 0 14px;
    }

    .sermon-poster__play::before {
        left: 27px;
        top: 21px;
        border-top-width: 11px;
        border-bottom-width: 11px;
        border-left-width: 18px;
    }

    .sermon-poster__cross {
        right: 18px;
        bottom: 34px;
        width: 24px;
        height: 150px;
    }

    .sermon-poster__cross::before {
        left: -36px;
        top: 36px;
        width: 96px;
        height: 20px;
    }

    .sermon-hero__copy {
        margin: 20px 0 22px;
    }

    .sermon-menu {
        gap: 10px 8px;
    }

    .sermon-menu a {
        padding: 12px 16px;
    }
}

@media (max-width: 480px) {
    .leaders-btn {
        width: 100%;
    }

    .leaders-hero__buttons {
        flex-direction: column;
    }

    .leaders-partner-item {
        width: 100%;
        text-align: center;
        border-radius: 14px;
    }

    .leaders-mobile-nav {
        width: min(92vw, 320px);
    }

    .online-service__grid {
        grid-template-columns: 1fr;
    }
}

/* 온라인 서비스 */
.church-online {
    width: 100%;
    max-width: 1500px;
	margin:  0 auto;
    padding-top: 125px;
    text-align: center;
}

.church-online h3 {
    margin: 0 0 65px;
    color: #0d1e42;
    font-size: 46px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.church-online-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 26px;
}

.church-online-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 185px;
    padding: 25px 15px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #fff;
    color: #111;
    text-decoration: none;
    box-shadow: 0 0 12px rgba(0,0,0,0.08);
    box-sizing: border-box;
    transition: all .25s ease;
}

.church-online-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.13);
}

.church-online-icon {
    position: relative;
    margin-bottom: 18px;
    color: #17315c;
    font-size: 52px;
    line-height: 1;
}

.church-online-card p {
    margin: 0;
    color: #111;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -0.06em;
}

/* 아이콘 포인트 색상 */
.church-online-icon::after {
    content: '';
    position: absolute;
    right: -8px;
    bottom: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #63ad90;
}

.icon-04::after {
    right: -12px;
    bottom: 5px;
}

.icon-05::after {
    display: none;
}

.icon-05 i {
    color: #17315c;
}

/* ================================
   Tablet
================================ */
@media (max-width: 1024px) {


    .church-online {
    width: 100%;
    max-width: 1024px;
        padding-top: 95px;
    }

    .church-online h3 {
        margin-bottom: 45px;
        font-size: 38px;
    }

    .church-online-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .church-online-card {
        min-height: 165px;
    }
}

/* ================================
   Mobile
================================ */
@media (max-width: 768px) {


    .church-online {
    width: 100%;
    max-width: 768px;
    padding-top: 75px;
    }

    .church-online h3 {
        margin-bottom: 35px;
        font-size: 34px;
    }

    .church-online-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .church-online-card {
        min-height: 145px;
        border-radius: 13px;
    }

    .church-online-icon {
        margin-bottom: 14px;
        font-size: 42px;
    }

    .church-online-icon::after {
        width: 16px;
        height: 16px;
    }

    .church-online-card p {
        font-size: 19px;
    }
}

/* ================================
   Small Mobile
================================ */
@media (max-width: 480px) {



    .church-online h3 {
        font-size: 30px;
    }

    .church-online-grid {
        grid-template-columns: 1fr;
    }

    .church-online-card {
        min-height: 120px;
        flex-direction: row;
        justify-content: flex-start;
        padding: 22px 28px;
        text-align: left;
    }

    .church-online-icon {
        width: 58px;
        margin: 0 22px 0 0;
        font-size: 38px;
        text-align: center;
    }

    .church-online-card p {
        font-size: 20px;
    }
}

.church-tail-wrap {
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
}

/* 상단 배경 영역 */
.church-tail-top {
    position: relative;
    padding: 90px 0 150px;
background: linear-gradient(135deg, rgb(51 51 51), rgb(52 59 95)), url(../img/footer_bg.jpg) center center / cover no-repeat;
    color: #fff;
}





.church-tail-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.church-tail-top::before {
    content: "";
    position: absolute;
    right: 3%;
    top: 40px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 70%);
    pointer-events: none;
}

.church-tail-top::after {
    content: "";
    position: absolute;
    left: -100px;
    bottom: 30px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 72%);
    pointer-events: none;
}

/* 사이트맵 */
.church-tail-sitemap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 45px;
    padding-bottom: 70px;
}

.church-tail-col h3 {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.church-tail-col h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background: rgba(255,255,255,0.85);
}

.church-tail-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.church-tail-col li {
    margin-bottom: 11px;
}

.church-tail-col li:last-child {
    margin-bottom: 0;
}

.church-tail-col a {
    color: rgba(255,255,255,0.88);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.45;
    transition: all .2s ease;
}

.church-tail-col a:hover {
    color: #fff;
    padding-left: 6px;
}

/* 연락 박스 - 기존 이미지와는 다르게 카드형 */
.church-tail-contact {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0 auto -90px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 32px;
    padding: 18px;
    box-sizing: border-box;
    box-shadow: 0 24px 60px rgba(0,0,0,0.12);
}

.church-tail-contact-item {
    text-align: center;
    padding: 28px 20px;
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    transition: transform .2s ease, background .2s ease;
}

.church-tail-contact-item:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.14);
}

.church-tail-contact-item .icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
}

.church-tail-contact-item h4 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
}

.church-tail-contact-item p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.92);
}

/* 하단 footer */
.church-tail-bottom {
    background: #f7f7f7;
    padding: 150px 0 70px;
}

.church-tail-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
}

.church-tail-info h2 {
    margin: 0 0 18px;
    font-size: 40px;
    line-height: 1.2;
    color: #177f89;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.church-tail-info p {
    margin: 0 0 7px;
    font-size: 17px;
    line-height: 1.5;
    color: #555;
}

.church-tail-info .copy {
    margin-top: 22px;
    color: #7b7b7b;
    font-size: 14px;
}

.church-tail-links {
    display: flex;
    gap: 80px;
    align-items: flex-end;
}

.church-tail-policy,
.church-tail-sns {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.church-tail-policy a,
.church-tail-sns a {
    color: #555;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    transition: color .2s ease;
}

.church-tail-policy a:hover,
.church-tail-sns a:hover {
    color: #177f89;
}

.church-tail-sns i {
    width: 20px;
    text-align: center;
    margin-right: 6px;
}

/* 반응형 */
@media (max-width: 1200px) {
    .church-tail-sitemap {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px 28px;
    }

    .church-tail-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .church-tail-links {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .church-tail-top {
        padding: 70px 0 120px;
    }

    .church-tail-sitemap {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 22px;
        padding-bottom: 50px;
    }

    .church-tail-col h3 {
        font-size: 20px;
    }

    .church-tail-col a {
        font-size: 15px;
    }

    .church-tail-contact {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
        border-radius: 24px;
        margin-bottom: -70px;
    }

    .church-tail-contact-item {
        padding: 22px 16px;
        text-align: left;
    }

    .church-tail-contact-item .icon {
        margin: 0 0 14px;
    }

    .church-tail-contact-item h4 {
        font-size: 22px;
    }

    .church-tail-contact-item p {
        font-size: 15px;
    }

    .church-tail-bottom {
        padding: 120px 0 55px;
    }

    .church-tail-info h2 {
        font-size: 32px;
    }

    .church-tail-info p {
        font-size: 15px;
    }

    .church-tail-links {
        width: 100%;
        flex-direction: column;
        gap: 26px;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .church-tail-sitemap {
        grid-template-columns: 1fr;
    }

    .church-tail-col h3 {
        margin-bottom: 14px;
    }
}
/* tail 전용 컨테이너 - leaders-container 사용 안 함 */
.church-tail-container {
    width: calc(100% - 80px);
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .church-tail-container {
        width: calc(100% - 32px);
    }
}

.church-tail-col h3 a {
    color: #fff;
    text-decoration: none;
}

.church-tail-col h3 a:hover {
    color: #fff;
}

.church-tail-col h3 {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.church-tail-col h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background: rgba(255,255,255,0.85);
}

.church-tail-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.church-tail-col li {
    margin-bottom: 11px;
}

.church-tail-col li:last-child {
    margin-bottom: 0;
}

.church-tail-col li a {
    color: rgba(255,255,255,0.88);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.45;
    transition: all .2s ease;
}

.church-tail-col li a:hover {
    color: #fff;
    padding-left: 6px;
}

.tail_logo { font-size: 35px;}

/* 예배시간 안내 */
.ch-worship-section {
    width: 100%;
    padding: 82px 0 96px;
    background: #eaf2eb;
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

.ch-worship-inner {
    width: min(100% - 40px, 1220px);
    margin: 0 auto;
}

.ch-worship-titlebox {
    text-align: center;
    margin-bottom: 52px;
}

.ch-worship-titlebox h2 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
    color: #3f4542;
    letter-spacing: -0.04em;
}

.ch-worship-titlebox p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #555;
    letter-spacing: -0.03em;
}

.ch-worship-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ch-worship-card {
    min-height: 110px;
    padding: 22px 22px;
    background: #fff;
    border: 1px solid #dcdfe3;
    border-radius: 11px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: flex-start;
    gap: 17px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ch-worship-card:hover {
    transform: translateY(-4px);
    border-color: #d96c36;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.ch-worship-icon {
    flex: 0 0 33px;
    width: 33px;
    height: 33px;
    margin-top: 1px;
    border-radius: 50%;
    background: #003143;
    position: relative;
}

/* 시계 아이콘 */
.ch-worship-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 13px;
    border: 2px solid #d86b35;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.ch-worship-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-left: 2px solid #d86b35;
    border-bottom: 2px solid #d86b35;
    transform: translate(-1px, -5px);
}

.ch-worship-text {
    min-width: 0;
}

.ch-worship-text h3 {
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.04em;
}

.ch-worship-text strong {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
    color: #d76732;
    letter-spacing: -0.03em;
}

.ch-worship-text p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #6b7b83;
    letter-spacing: -0.03em;
    position: relative;
    padding-left: 14px;
}

.ch-worship-text p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    border: 1.5px solid #6b7b83;
    border-radius: 50%;
}

.ch-worship-text p::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 3px;
    height: 3px;
    background: #6b7b83;
    border-radius: 50%;
}

.ch-worship-text em {
    font-style: normal;
    color: #d76732;
    margin-left: 4px;
}

/* 태블릿 */
@media (max-width: 1024px) {
    .ch-worship-section {
        padding: 70px 0 80px;
    }

    .ch-worship-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ch-worship-titlebox {
        margin-bottom: 40px;
    }
}

/* 모바일 */
@media (max-width: 640px) {
    .ch-worship-section {
        padding: 56px 0 64px;
    }

    .ch-worship-inner {
        width: min(100% - 30px, 1220px);
    }

    .ch-worship-titlebox {
        margin-bottom: 30px;
    }

    .ch-worship-titlebox h2 {
        font-size: 28px;
    }

    .ch-worship-titlebox p {
        font-size: 15px;
    }

    .ch-worship-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ch-worship-card {
        min-height: auto;
        padding: 20px 18px;
        border-radius: 10px;
    }

    .ch-worship-text h3 {
        font-size: 15px;
    }

    .ch-worship-text strong {
        font-size: 17px;
    }
}

/* 아주 작은 모바일 */
@media (max-width: 380px) {
    .ch-worship-card {
        gap: 13px;
        padding: 18px 15px;
    }

    .ch-worship-icon {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .ch-worship-titlebox h2 {
        font-size: 25px;
    }
}

.love-follow-section {
    position: relative;
    width: 100%;
    padding: 90px 20px 110px;
    background: #edf7ef;
    overflow: hidden;
    box-sizing: border-box;
}

.love-follow-inner {
    max-width: 1380px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    gap: 50px;
    align-items: start;
}

.love-title-box {
    margin-bottom: 45px;
}

.love-title-box h2 {
    margin: 0 0 10px;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: #4f4f4f;
}

.love-title-box p {
    margin: 0;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #555;
}

/* 메인 슬라이드 */
.love-main-slider {
    width: 100%;
    max-width: 720px;
    margin: 0;
    overflow: visible;
}

.love-main-slider .swiper-wrapper {
    align-items: stretch;
}

.love-main-slider .swiper-slide {
    position: relative;
    height: 370px;
    overflow: hidden;
    background: #ddd;
}

.love-main-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 어두운 오버레이 */
.love-main-slider .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.16);
    z-index: 1;
}

.love-slide-text {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

.love-slide-text span {
    display: block;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.love-slide-text strong {
    display: block;
    font-size: 39px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.love-swiper-pagination {
    position: static;
    margin-top: 24px;
    text-align: center;
}

.love-swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    background: #cfcfcf;
    opacity: 1;
}

.love-swiper-pagination .swiper-pagination-bullet-active {
    background: #e36b76;
}

/* 장식 이미지 */
.love-deco {
    margin-top: 100px;
    padding-left: 80px;
}

.love-deco img {
    width: 230px;
    max-width: 45%;
    display: block;
}

/* 오른쪽 카드 */
.love-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 310px;
    background: #fff;
}

.love-card {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    box-sizing: border-box;
}

.love-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 주보 카드 */
.love-paper-card {
    padding: 42px 34px 32px;
    text-align: center;
}

.love-paper-img {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.love-paper-img img {
    width: auto;
    max-width: 92%;
    height: 100%;
    object-fit: contain;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
}

.love-paper-card p {
    margin: 20px 0 0;
    font-size: 17px;
    line-height: 1.4;
    color: #111;
    letter-spacing: -0.03em;
}

/* 사진 카드 */
.love-photo-card::after,
.love-news-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0,0,0,0.08);
}

.love-photo-title {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    color: #fff;
    font-size: 39px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.06em;
    text-shadow: 0 3px 8px rgba(0,0,0,0.45);
}

/* 소식 리스트 */
.love-news-list {
    padding: 54px 42px;
    display: flex;
    align-items: center;
}

.love-news-list ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.love-news-list li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 13px;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: -0.04em;
    color: #111;
}

.love-news-list li:last-child {
    margin-bottom: 0;
}

.love-news-list li::before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
    color: #111;
}

.love-news-list a {
    display: block;
    color: #111;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.love-news-list a:hover {
    color: #6a8f63;
}

/* 반응형 */
@media (max-width: 1200px) {
    .love-follow-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .love-main-slider {
        max-width: 100%;
    }

    .love-main-slider .swiper-slide {
        height: 430px;
    }

    .love-deco {
        margin-top: 60px;
        padding-left: 40px;
    }

    .love-right {
        max-width: 760px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .love-follow-section {
        padding: 60px 16px 75px;
    }

    .love-title-box {
        margin-bottom: 28px;
    }

    .love-title-box h2 {
        font-size: 31px;
    }

    .love-title-box p {
        font-size: 18px;
    }

    .love-main-slider .swiper-slide {
        height: 300px;
    }

    .love-slide-text span {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .love-slide-text strong {
        font-size: 29px;
    }

    .love-deco {
        margin-top: 45px;
        padding-left: 0;
        text-align: center;
    }

    .love-deco img {
        width: 180px;
        max-width: 60%;
        margin: 0 auto;
    }

    .love-right {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        background: transparent;
        gap: 0;
    }

    .love-card {
        min-height: 280px;
    }

    .love-paper-card {
        padding: 35px 24px 28px;
        min-height: auto;
    }

    .love-paper-img {
        height: 220px;
    }

    .love-photo-card,
    .love-news-photo {
        height: 280px;
    }

    .love-photo-title {
        font-size: 34px;
    }

    .love-news-list {
        min-height: auto;
        padding: 34px 28px;
    }

    .love-news-list li {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .love-follow-section {
        padding: 48px 14px 60px;
    }

    .love-title-box h2 {
        font-size: 26px;
    }

    .love-title-box p {
        font-size: 16px;
    }

    .love-main-slider .swiper-slide {
        height: 230px;
    }

    .love-slide-text span {
        font-size: 18px;
    }

    .love-slide-text strong {
        font-size: 23px;
    }

    .love-swiper-pagination {
        margin-top: 18px;
    }

    .love-paper-img {
        height: 190px;
    }

    .love-photo-card,
    .love-news-photo {
        height: 230px;
    }

    .love-photo-title {
        font-size: 29px;
    }

    .love-news-list {
        padding: 30px 22px;
    }
}

.eco-visual {
    position: relative;
    width: 100%;
    min-height: 850px;
    padding: 180px 20px 160px;
    overflow: hidden;
    background:url("../img/eco_visual_bg.jpg") no-repeat center bottom / cover;
}

.eco-visual-inner {
    width: min(100%, 1280px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    gap: 80px;
}

.eco-title-box {
    padding-left: 20px;
}

.eco-icon {
    width: 110px;
    height: 110px;
    margin-bottom: 18px;
    opacity: 0.35;
}

.eco-icon svg {
    width: 100%;
    height: 100%;
    fill: #ef6f5f;
}

.eco-title-box h2 {
    margin: 0;
    font-size: clamp(36px, 3.2vw, 58px);
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #f15a45;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;    
}

.eco-text-box {
    padding-top: 40px;
}

.eco-text-box h3 {
    margin: 0 0 28px;
    font-size: clamp(24px, 2vw, 36px);
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #333;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;    
}

.eco-text-box p {
    margin: 0;
    font-size: clamp(16px, 1.05vw, 20px);
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #555;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;    
}

/* 태블릿 */
@media (max-width: 1024px) {
    .eco-visual {
        min-height: 560px;
        padding: 130px 24px 140px;
    }

    .eco-visual-inner {
        gap: 50px;
    }

    .eco-title-box {
        padding-left: 0;
    }

    .eco-icon {
        width: 86px;
        height: 86px;
    }
}

/* 모바일 */
@media (max-width: 768px) {
    .eco-visual {
        min-height: auto;
        padding: 90px 22px 150px;
        background-position: center bottom;
    }

    .eco-visual-inner {
        display: block;
        text-align: left;
    }

    .eco-title-box h2 {
        font-size: 38px;
        line-height: 1.25;
    }

    .eco-text-box {
        padding-top: 55px;
    }

    .eco-text-box h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .eco-text-box p {
        font-size: 16px;
        line-height: 1.7;
    }

    .eco-text-box p br {
        display: none;
    }
}

/* 작은 모바일 */
@media (max-width: 480px) {
    .eco-visual {
        padding: 70px 18px 130px;
    }

    .eco-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 14px;
    }

    .eco-title-box h2 {
        font-size: 32px;
    }

    .eco-text-box {
        padding-top: 42px;
    }

    .eco-text-box h3 {
        font-size: 21px;
    }

    .eco-text-box p {
        font-size: 15px;
    }
}

.royalcon-section {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.royalcon-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 640px;
}

.royalcon-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.royalcon-img img {
    width: 100%;
    height: 100%;
    min-height: 640px;
    display: block;
    object-fit: cover;
}

.royalcon-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    background: #fff;
}

.royalcon-text {
    width: min(100%, 520px);
}

.royalcon-text h2 {
    margin: 0 0 58px;
    font-size: clamp(34px, 2.7vw, 50px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #f25542;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;    
}

.royalcon-text h3 {
    margin: 0 0 18px;
    font-size: clamp(22px, 1.55vw, 30px);
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #333;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
}

.royalcon-text p {
    margin: 0;
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: -0.035em;
    color: #666;
    word-break: keep-all;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;    
}

.royalcon-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-width: 220px;
    height: 58px;
    margin-top: 46px;
    padding: 0 32px;
    border-radius: 7px;
    background: #282828;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-decoration: none;
    transition: all 0.25s ease;
}

.royalcon-btn span {
    display: block;
    width: 48px;
    height: 1px;
    background: rgba(255, 255, 255, 0.75);
}

.royalcon-btn:hover {
    background: #f25542;
    color: #fff;
}

/* 태블릿 */
@media (max-width: 1200px) {
    .royalcon-row {
        min-height: 540px;
    }

    .royalcon-img img {
        min-height: 540px;
    }

    .royalcon-content {
        padding: 70px 34px;
    }

    .royalcon-text h2 {
        margin-bottom: 42px;
    }
}

/* 모바일 */
@media (max-width: 768px) {
    .royalcon-row {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .royalcon-row-reverse {
        flex-direction: column;
    }

    /* 모바일에서는 항상 이미지가 먼저 나오도록 */
    .royalcon-row-reverse .royalcon-img {
        order: 1;
    }

    .royalcon-row-reverse .royalcon-content {
        order: 2;
    }

    .royalcon-img img {
        min-height: auto;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .royalcon-content {
        padding: 58px 24px 70px;
        justify-content: flex-start;
    }

    .royalcon-text {
        width: 100%;
    }

    .royalcon-text h2 {
        margin-bottom: 34px;
        font-size: 34px;
    }

    .royalcon-text h3 {
        font-size: 22px;
    }

    .royalcon-text p {
        font-size: 15px;
        line-height: 1.7;
    }

    .royalcon-btn {
        min-width: 190px;
        height: 52px;
        margin-top: 34px;
        padding: 0 26px;
        font-size: 15px;
    }

    .royalcon-btn span {
        width: 38px;
    }
}

/* 작은 모바일 */
@media (max-width: 480px) {
    .royalcon-img img {
        aspect-ratio: 4 / 3;
    }

    .royalcon-content {
        padding: 46px 20px 60px;
    }

    .royalcon-text h2 {
        font-size: 30px;
        margin-bottom: 26px;
    }

    .royalcon-text h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .royalcon-text p {
        font-size: 14px;
    }

    .royalcon-btn {
        width: 100%;
        justify-content: center;
    }
}

.royal-quick-section {
    width: 100%;
    padding: 56px 24px;
    background: #fff;
}

.royal-quick-wrap {
    width: min(100%, 1440px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 60px;
}

.royal-quick-card {
    min-height: 220px;
    padding: 54px 84px;
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    text-decoration: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: all 0.25s ease;
}

.royal-quick-card:hover {
    border-color: #ef7d6f;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.royal-quick-text h3 {
    display: inline-block;
    margin: 0 0 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #9e9e9e;
    font-size: clamp(30px, 2.4vw, 44px);
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.06em;
    color: #151515;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;    
}

.royal-quick-text p {
    margin: 0;
    font-size: clamp(18px, 1.3vw, 24px);
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #444;
    word-break: keep-all;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;    
}

.royal-quick-text strong {
    display: block;
    width: 280px;
    margin-top: 2px;
    font-size: clamp(25px, 3vw, 35px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #ef8174;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;    
}

.royal-quick-icon {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    color: #d95b4d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.royal-quick-icon i {
    font-size: 92px;
    line-height: 1;
    color: inherit;
    transition: all 0.25s ease;
}

.royal-quick-card:hover .royal-quick-icon i {
    transform: scale(1.08);
    color: #ef7d6f;
}

/* 태블릿 */
@media (max-width: 1200px) {
    .royal-quick-wrap {
        gap: 28px;
    }

    .royal-quick-card {
        padding: 46px 54px;
        min-height: 200px;
    }

    .royal-quick-icon {
        flex-basis: 100px;
        width: 100px;
        height: 100px;
    }

    .royal-quick-icon i {
        font-size: 78px;
    }
}


/* 모바일 */
@media (max-width: 768px) {
    .royal-quick-section {
        padding: 36px 18px;
    }

    .royal-quick-wrap {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .royal-quick-card {
        min-height: 160px;
        padding: 34px 28px;
        border-radius: 18px;
        gap: 24px;
    }

    .royal-quick-text h3 {
        margin-bottom: 14px;
        font-size: 30px;
    }

    .royal-quick-text p {
        font-size: 17px;
    }

    .royal-quick-text strong {
        font-size: 25px;
    }

    .royal-quick-icon {
        flex: 0 0 76px;
        width: 76px;
        height: 76px;
    }

    .royal-quick-icon i {
        font-size: 58px;
    }
}

/* 작은 모바일 */
@media (max-width: 480px) {
    .royal-quick-card {
        padding: 30px 22px;
        min-height: 145px;
    }

    .royal-quick-text h3 {
        font-size: 26px;
    }

    .royal-quick-text p {
        font-size: 15px;
    }

    .royal-quick-text strong {
        font-size: 28px;
    }

    .royal-quick-icon {
        flex-basis: 62px;
        width: 62px;
        height: 62px;
    }

    .royal-quick-icon i {
        font-size: 48px;
    }
}

.royalcon-footer {
    width: 100%;
    background: #2d2d2d;
    color: #bdbdbd;
    overflow: hidden;
}

.royalcon-footer-inner {
    width: min(100% - 80px, 1480px);
    min-height: 560px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

.royalcon-footer-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 120px 0 96px;
}

.royalcon-footer-menu {
    display: flex;
    align-items: center;
    gap: 38px;
    flex-wrap: wrap;
}

.royalcon-footer-menu a {
    font-size: 17px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #fff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.royalcon-footer-menu a:hover {
    color: #ef7d6f;
}

.royalcon-footer-info {
    margin-top: 120px;
}

.royalcon-footer-info p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #b8b8b8;
    word-break: keep-all;
}

.royalcon-footer-info p:last-child {
    margin-bottom: 0;
}

.royalcon-footer-info strong {
    color: #fff;
    font-weight: 800;
}

.royalcon-footer-info span {
    display: inline-block;
    margin-left: 12px;
}

.royalcon-footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-top: 24px;
}

.royalcon-footer-logo {
    text-align: left;
    color: #fff;
}

.royalcon-footer-logo > span {
    display: block;
    margin-left: 120px;
    margin-bottom: -10px;
    font-size: clamp(28px, 2.3vw, 44px);
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #c9c9c9;
}

.royalcon-footer-logo strong {
    display: block;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.08em;
    line-height: 0.78;
    color: #fff;
}

.royalcon-footer-logo strong em {
    display: block;
    font-style: normal;
    font-size: clamp(96px, 8.2vw, 160px);
}

.royalcon-footer-logo strong em:last-child {
    padding-left: 190px;
}

.royalcon-copy {
    margin-top: 60px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #7d7d7d;
}

.royalcon-copy span {
    margin-left: 22px;
    font-weight: 400;
}

/* 태블릿 */
@media (max-width: 1200px) {
    .royalcon-footer-inner {
        width: min(100% - 48px, 1100px);
        gap: 50px;
    }

    .royalcon-footer-left {
        padding: 90px 0 80px;
    }

    .royalcon-footer-menu {
        gap: 26px;
    }

    .royalcon-footer-info {
        margin-top: 90px;
    }

    .royalcon-footer-logo strong em:last-child {
        padding-left: 150px;
    }
}

/* 모바일 */
@media (max-width: 768px) {
    .royalcon-footer-inner {
        width: calc(100% - 36px);
        min-height: auto;
        display: block;
        padding: 64px 0 58px;
    }

    .royalcon-footer-left {
        padding: 0;
        display: block;
    }

    .royalcon-footer-menu {
        gap: 18px 24px;
    }

    .royalcon-footer-menu a {
        font-size: 15px;
    }

    .royalcon-footer-info {
        margin-top: 48px;
    }

    .royalcon-footer-info p {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.65;
    }

    .royalcon-footer-info span {
        display: block;
        margin-left: 0;
        margin-top: 4px;
    }

    .royalcon-footer-right {
        align-items: flex-start;
        margin-top: 58px;
        padding-top: 0;
    }

    .royalcon-footer-logo > span {
        margin-left: 70px;
        margin-bottom: -5px;
        font-size: 26px;
    }

    .royalcon-footer-logo strong em {
        font-size: 86px;
    }

    .royalcon-footer-logo strong em:last-child {
        padding-left: 110px;
    }

    .royalcon-copy {
        margin-top: 38px;
        font-size: 14px;
    }

    .royalcon-copy span {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
}

/* 작은 모바일 */
@media (max-width: 480px) {
    .royalcon-footer-inner {
        width: calc(100% - 30px);
        padding: 54px 0 48px;
    }

    .royalcon-footer-menu {
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: flex-start;
        gap: 16px 28px;
    }

    .royalcon-footer-info {
        margin-top: 42px;
    }

    .royalcon-footer-logo > span {
        margin-left: 50px;
        font-size: 21px;
    }

    .royalcon-footer-logo strong em {
        font-size: 66px;
    }

    .royalcon-footer-logo strong em:last-child {
        padding-left: 82px;
    }
}

/* =========================================================
   ROYALCON STYLE MEGA MENU
   첨부 이미지 스타일 메가메뉴
========================================================= */
@media (min-width: 1025px) {

    #leadersHeader,
    #leadersHeader .leaders-inner,
    #leadersHeader .leaders-nav,
    #leadersHeader .leaders-nav-pc {
        overflow: visible !important;
    }

    #leadersHeader {
        z-index: 9999 !important;
    }

    #leadersHeader .leaders-inner {
        min-height: 120px !important;
    }

    #leadersHeader .leaders-nav {
        height: 120px !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    #leadersHeader .leaders-nav-pc {
        --ld-menu-gap: 56px;
        --ld-col-width: 132px;
        --ld-mega-height: 260px;
        --ld-mega-width: min(calc(100vw - 120px), 1400px);

        position: relative !important;
        height: 120px !important;
        display: flex !important;
        align-items: center !important;
    }

    #leadersHeader .leaders-gnb {
        height: 120px !important;
        display: grid !important;
        grid-template-columns: repeat(var(--ld-menu-count), var(--ld-col-width)) !important;
        column-gap: var(--ld-menu-gap) !important;
        gap: 0 var(--ld-menu-gap) !important;
        align-items: center !important;
        justify-content: end !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #leadersHeader .leaders-gnb-item {
        height: 120px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #leadersHeader .leaders-gnb-item > a {
        height: 120px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        color: #fff !important;
        font-size: 18px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    #leadersHeader .leaders-header.is-scroll .leaders-gnb-item > a,
    #leadersHeader.is-scroll .leaders-gnb-item > a {
        color: #111 !important;
    }

    #leadersHeader .leaders-gnb-item > a::after {
        bottom: 31px !important;
        height: 3px !important;
        background: #fff !important;
    }

    #leadersHeader .leaders-gnb-item:hover > a {
        color: #fff !important;
    }

    #leadersHeader.is-scroll .leaders-gnb-item:hover > a {
        color: #b54d3e !important;
    }

    /* 메가메뉴 전체 패널 */
    #leadersHeader .leaders-mega-panel {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: 120px !important;
        width: 100vw !important;
        height: var(--ld-mega-height) !important;
        min-height: var(--ld-mega-height) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(-8px) !important;
        transition:
            opacity .22s ease,
            visibility .22s ease,
            transform .22s ease !important;
        z-index: 9998 !important;
    }

    #leadersHeader .leaders-nav-pc:hover .leaders-mega-panel,
    #leadersHeader .leaders-mega-panel:hover {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    /* 첨부 이미지처럼 가운데 1400px 정도의 붉은 반투명 박스 */
    #leadersHeader .leaders-mega-panel__bg {
        position: absolute !important;
        left: 50% !important;
        top: 0 !important;
        width: var(--ld-mega-width) !important;
        height: 100% !important;
        transform: translateX(-50%) !important;
        background: rgba(166, 70, 53, .86) !important;
        border: 0 !important;
        box-shadow: none !important;
        backdrop-filter: blur(1px);
    }

    /* 메뉴 내용 영역 */
    #leadersHeader .leaders-mega-grid {
        position: relative !important;
        z-index: 2 !important;
        width: var(--ld-mega-width) !important;
        height: 100% !important;
        min-height: 0 !important;
        margin: 0 auto !important;
        padding: 30px 25px 28px 0 !important;

        display: grid !important;
        grid-template-columns: repeat(var(--ld-menu-count), var(--ld-col-width)) !important;
        column-gap: var(--ld-menu-gap) !important;
        gap: 0 var(--ld-menu-gap) !important;
        justify-content: end !important;
        align-items: start !important;
    }

    #leadersHeader .leaders-mega-col {
        width: var(--ld-col-width) !important;
        min-height: 200px !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        border-left: 1px solid rgba(255, 255, 255, .08);
        padding-left: 0 !important;
    }

    #leadersHeader .leaders-mega-col:last-child {
        border-right: 1px solid rgba(255, 255, 255, .08);
    }

    #leadersHeader .leaders-mega-menu {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        text-align: left !important;
    }

    #leadersHeader .leaders-mega-menu li {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #leadersHeader .leaders-mega-menu a {
        display: block !important;
        padding: 0 !important;
        color: #fff !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        line-height: 1.55 !important;
        letter-spacing: -0.03em;
        white-space: nowrap !important;
        opacity: .96 !important;
        transform: none !important;
        transition: color .2s ease, padding-left .2s ease, opacity .2s ease !important;
    }

    #leadersHeader .leaders-mega-menu a:hover {
        color: #ffe2dc !important;
        opacity: 1 !important;
        padding-left: 6px !important;
        transform: none !important;
    }

    #leadersHeader .leaders-mega-empty {
        min-height: 1px !important;
    }

    #leadersHeader .leaders-sub-wrap,
    #leadersHeader .leaders-submenu {
        display: none !important;
    }
}

/* 중간 해상도 보정 */
@media (min-width: 1025px) and (max-width: 1400px) {
    #leadersHeader .leaders-nav-pc {
        --ld-menu-gap: 42px;
        --ld-col-width: 120px;
        --ld-mega-width: calc(100vw - 60px);
    }

    #leadersHeader .leaders-mega-grid {
        padding-right: 38px !important;
    }

    #leadersHeader .leaders-gnb-item > a {
        font-size: 17px !important;
    }

    #leadersHeader .leaders-mega-menu a {
        font-size: 14px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1180px) {
    #leadersHeader .leaders-nav-pc {
        --ld-menu-gap: 28px;
        --ld-col-width: 108px;
        --ld-mega-width: calc(100vw - 40px);
    }

    #leadersHeader .leaders-mega-grid {
        padding-right: 26px !important;
    }

    #leadersHeader .leaders-gnb-item > a {
        font-size: 15px !important;
    }
}

/* 모바일에서는 PC 메가메뉴 완전 숨김 */
@media (max-width: 1024px) {
    #leadersHeader .leaders-mega-panel {
        display: none !important;
    }
}

/* =========================================================
   ROYALCON 메가메뉴 최종 보정
   실제 대분류 메뉴 위치 기준으로 서브메뉴 정렬
========================================================= */
@media (min-width: 1025px) {

    #leadersHeader,
    #leadersHeader .leaders-inner,
    #leadersHeader .leaders-nav,
    #leadersHeader .leaders-nav-pc {
        overflow: visible !important;
    }

    #leadersHeader {
        z-index: 9999 !important;
    }

    #leadersHeader .leaders-inner {
        min-height: 120px !important;
    }

    #leadersHeader .leaders-nav {
        height: 120px !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #leadersHeader .leaders-nav-pc {
        --ld-menu-gap: 80px;
        --ld-col-width: 150px;
        --ld-mega-height: 279px;
        position: relative !important;
        height: 120px !important;
        display: flex !important;
        align-items: center !important;
        overflow: visible !important;
    }

    #leadersHeader .leaders-gnb {
        display: grid !important;
        grid-template-columns: repeat(var(--ld-menu-count), var(--ld-col-width)) !important;
        column-gap: var(--ld-menu-gap) !important;
        justify-content: center !important;
        align-items: center !important;
        height: 120px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #leadersHeader .leaders-gnb-item {
        height: 120px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #leadersHeader .leaders-gnb-item > a {
        height: 120px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        color: #fff !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        white-space: nowrap !important;
    }

    #leadersHeader.is-scroll .leaders-gnb-item > a {
        color: #111 !important;
    }

    #leadersHeader .leaders-gnb-item:hover > a {
        color: #fff !important;
    }

    #leadersHeader.is-scroll .leaders-gnb-item:hover > a {
        color: #b65043 !important;
    }

    #leadersHeader .leaders-gnb-item > a::after {
        bottom: 31px !important;
        height: 3px !important;
        background: #fff !important;
    }

    /* 메가메뉴 전체 영역 */
    #leadersHeader .leaders-mega-panel {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: var(--ld-panel-top, 120px) !important;
        width: 100vw !important;
        height: var(--ld-mega-height) !important;
        min-height: var(--ld-mega-height) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(-6px) !important;
        transition: opacity .22s ease, visibility .22s ease, transform .22s ease !important;
        z-index: 9998 !important;
    }

    #leadersHeader .leaders-nav-pc:hover .leaders-mega-panel,
    #leadersHeader .leaders-mega-panel:hover {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    /* 붉은 반투명 박스 */
    #leadersHeader .leaders-mega-panel__bg {
        position: absolute !important;
        left: 50% !important;
        top: 0 !important;
        width: min(calc(100vw - 160px), 1800px) !important;
        height: 100% !important;
        transform: translateX(-50%) !important;
        background: rgba(166, 70, 53, .88) !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    /* 핵심: 실제 상단 대분류 메뉴 위치에 맞춤 */
    #leadersHeader .leaders-mega-grid {
        position: absolute !important;
        left: var(--ld-gnb-left, 50%) !important;
        top: 0 !important;
        width: var(--ld-gnb-width, 900px) !important;
        height: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 40px 0 0 !important;
        z-index: 2 !important;

        display: grid !important;
        grid-template-columns: repeat(var(--ld-menu-count), var(--ld-col-width)) !important;
        column-gap: var(--ld-menu-gap) !important;
        justify-content: center !important;
        align-items: start !important;
    }

    #leadersHeader .leaders-mega-col {
        width: var(--ld-col-width) !important;
        min-height: 250px !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;
        padding: 0 !important;
        border-left: 1px solid rgba(255, 255, 255, .08) !important;
    }

    #leadersHeader .leaders-mega-col:last-child {
        border-right: 1px solid rgba(255, 255, 255, .08) !important;
    }

    #leadersHeader .leaders-mega-menu {
        width: max-content !important;
        min-width: 90px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        text-align: left !important;
    }

    #leadersHeader .leaders-mega-menu li {
        margin: 0 !important;
        padding: 0 !important;
    }

    #leadersHeader .leaders-mega-menu a {
        display: block !important;
        padding: 0 !important;
        color: #fff !important;
        font-size: 17px !important;
        font-weight: 400 !important;
        line-height: 1.45 !important;
        letter-spacing: -0.04em !important;
        white-space: nowrap !important;
        opacity: .98 !important;
        transform: none !important;
        transition: color .2s ease, padding-left .2s ease !important;
    }

    #leadersHeader .leaders-mega-menu a:hover {
        color: #ffe2dc !important;
        padding-left: 6px !important;
        transform: none !important;
    }
}

/* 태블릿 직전 사이즈 보정 */
@media (min-width: 1025px) and (max-width: 1450px) {
    #leadersHeader .leaders-nav-pc {
        --ld-menu-gap: 60px;
        --ld-col-width: 135px;
    }

    #leadersHeader .leaders-gnb-item > a {
        font-size: 18px !important;
    }

    #leadersHeader .leaders-mega-menu a {
        font-size: 16px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    #leadersHeader .leaders-nav-pc {
        --ld-menu-gap: 38px;
        --ld-col-width: 120px;
    }

    #leadersHeader .leaders-gnb-item > a {
        font-size: 16px !important;
    }

    #leadersHeader .leaders-mega-menu a {
        font-size: 15px !important;
    }
}

@media (max-width: 1024px) {
    #leadersHeader .leaders-mega-panel {
        display: none !important;
    }
}

/* 메인 비주얼 부모 */
.royal-main-visual {
    position: relative;
    width: 100%;
    min-height: 680px;
    overflow: hidden;
}

/* 가운데 문구 박스 */
.royal-visual-copy {
    position: absolute;
    left: clamp(20px, 13.5vw, 260px);
    top: 46%;
    transform: translateY(-50%);
    width: min(720px, calc(100% - 40px));
    padding: 30px 34px 28px;
    background: rgba(214, 83, 66, 0.82);
    color: #fff;
    z-index: 5;
    box-sizing: border-box;
}

.royal-visual-copy p {
    margin: 0 0 8px;
    font-size: clamp(18px, 1.65vw, 31px);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.04em;
}

.royal-visual-copy h2 {
    margin: 0;
    font-size: clamp(30px, 2.7vw, 52px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.055em;
}

/* 오른쪽 E-카달로그 고정 버튼 */
.royal-catalog-fixed {
    position: fixed;
    right: clamp(20px, 3.8vw, 78px);
    top: 150px;
    width: clamp(112px, 8.5vw, 160px);
    height: clamp(112px, 8.5vw, 160px);
    border-radius: 50%;
    background: #df5947;
    color: #fff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    text-decoration: none;
    font-size: clamp(15px, 1.1vw, 22px);
    font-weight: 300;
    letter-spacing: -0.04em;
    box-shadow: 0 12px 28px rgba(0,0,0,0.16);
    transition: 0.25s ease;
}

.royal-catalog-fixed:hover {
    background: #cf4837;
    color: #fff;
    transform: translateY(-4px);
}

.royal-catalog-icon {
    width: 28px;
    height: 28px;
    display: block;
}

.royal-catalog-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* 태블릿 */
@media (max-width: 1024px) {
    .royal-main-visual {
        min-height: 560px;
    }

    .royal-visual-copy {
        left: 40px;
        top: 52%;
        padding: 26px 28px;
    }

    .royal-catalog-fixed {
        top: 120px;
        right: 24px;
    }
}

/* 모바일 */
@media (max-width: 768px) {
    .royal-main-visual {
        min-height: 480px;
    }

    .royal-visual-copy {
        left: 20px;
        right: 20px;
        top: auto;
        bottom: 70px;
        transform: none;
        width: auto;
        padding: 22px 22px 20px;
    }

    .royal-visual-copy p {
        font-size: 17px;
    }

    .royal-visual-copy h2 {
        font-size: 30px;
        line-height: 1.25;
    }

    .royal-catalog-fixed {
        top: 86px;
        right: 14px;
        width: 82px;
        height: 82px;
        gap: 4px;
        font-size: 12px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .royal-catalog-icon {
        width: 18px;
        height: 18px;
    }
}

/* 아주 작은 모바일 */
@media (max-width: 420px) {
    .royal-visual-copy {
        bottom: 55px;
        padding: 20px;
    }

    .royal-visual-copy h2 {
        font-size: 26px;
    }
}

/* =========================================================
   메인 슬라이드 관리자 텍스트 박스
   cf_main_content -> .idx_text .main-content
========================================================= */

.mainimage {
    position: relative;
    overflow: hidden;
}

/* Swiper / Slick / WOW 공통 슬라이드 영역 */
.main-slider-wrap,
.main-slider-wrap .swiper-slide,
.main-slider-wrap .main-slick-item,
#wowslider-container1 {
    width: 100%;
    height: 100vh;
    min-height: 680px;
    position: relative;
    overflow: hidden;
}

/* 이미지 공통 */
.main-slider-wrap img,
.main-slider-wrap .swiper-slide img,
.main-slider-wrap .main-slick-item img,
#wowslider-container1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* 슬라이드 위 어두운 오버레이 */
.mainimage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 3;
    pointer-events: none;
}

/* 관리자 텍스트 위치 */
.mainimage .idx_text {
    position: absolute;
    left: clamp(24px, 13.5vw, 260px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: min(840px, calc(100% - 48px));
    text-align: left;
    color: #fff;
    pointer-events: none;
}

/* 붉은 배경 박스 */
.mainimage .idx_text .main-content {
    display: inline-block;
    width: 100%;
    padding: 30px 34px 28px;
    background: rgba(247, 148, 31, 0.82);
    box-sizing: border-box;
}

/* 작은 문구 */
.mainimage .idx_text .main-content p {
    margin: 0 0 8px;
    padding: 0;
    color: #fff;
    font-family: 'Noto Sans KR', 'GmarketSans', sans-serif;
    font-size: clamp(18px, 1.6vw, 31px);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.04em;
}

/* 큰 문구 */
.mainimage .idx_text .main-content h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    font-size: clamp(30px, 2.7vw, 52px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.055em;
}

/* E-카달로그 고정 버튼 */
.royal-catalog-fixed {
    position: fixed;
    right: clamp(20px, 3.8vw, 78px);
    top: 136px;
    width: clamp(112px, 8.5vw, 160px);
    height: clamp(112px, 8.5vw, 160px);
    border-radius: 50%;
    background: #f7941f;
    color: #fff;
    z-index: 990;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    text-decoration: none;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    font-size: clamp(15px, 1.1vw, 22px);
    font-weight: 300;
    letter-spacing: -0.04em;
    box-shadow: 0 14px 32px rgba(0,0,0,0.18);
    transition: 0.25s ease;
}

.royal-catalog-fixed:hover {
    background: #cf4837;
    color: #fff;
    transform: translateY(-4px);
}

.royal-catalog-icon {
    font-size: clamp(18px, 1.45vw, 27px);
    line-height: 1;
}

/* Swiper 버튼/페이지네이션이 텍스트보다 아래로 가지 않도록 */
.main-slider-wrap .swiper-button-prev,
.main-slider-wrap .swiper-button-next,
.main-slider-wrap .swiper-pagination,
.main-slider-wrap.main-slick .slick-prev,
.main-slider-wrap.main-slick .slick-next,
.main-slider-wrap.main-slick .slick-dots,
#wowslider-container1 .ws_bullets {
    z-index: 30;
}

/* 태블릿 */
@media (max-width: 1024px) {
    .main-slider-wrap,
    .main-slider-wrap .swiper-slide,
    .main-slider-wrap .main-slick-item,
    #wowslider-container1 {
        height: 620px;
        min-height: 620px;
    }

    .mainimage .idx_text {
        left: 40px;
        top: 53%;
        width: min(650px, calc(100% - 80px));
    }

    .mainimage .idx_text .main-content {
        padding: 26px 28px;
    }

    .royal-catalog-fixed {
        top: 108px;
        right: 24px;
    }
}

/* 모바일 */
@media (max-width: 768px) {
    .main-slider-wrap,
    .main-slider-wrap .swiper-slide,
    .main-slider-wrap .main-slick-item,
    #wowslider-container1 {
        height: 520px;
        min-height: 520px;
    }

    .mainimage .idx_text {
        left: 20px;
        right: 20px;
        top: auto;
        bottom: 70px;
        transform: none;
        width: auto;
    }

    .mainimage .idx_text .main-content {
        padding: 22px 22px 20px;
    }

    .mainimage .idx_text .main-content p {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .mainimage .idx_text .main-content h2 {
        font-size: 29px;
        line-height: 1.25;
    }

    .royal-catalog-fixed {
        top: 86px;
        right: 14px;
        width: 82px;
        height: 82px;
        gap: 5px;
        font-size: 12px;
        z-index: 990;
    }

    .royal-catalog-icon {
        font-size: 17px;
    }
}

/* 아주 작은 모바일 */
@media (max-width: 420px) {
    .main-slider-wrap,
    .main-slider-wrap .swiper-slide,
    .main-slider-wrap .main-slick-item,
    #wowslider-container1 {
        height: 470px;
        min-height: 470px;
    }

    .mainimage .idx_text {
        bottom: 50px;
    }

    .mainimage .idx_text .main-content {
        padding: 20px;
    }

    .mainimage .idx_text .main-content h2 {
        font-size: 25px;
    }
}
.royal-sub-visual {
    background-color: #111;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.royal-sub-visual__overlay {
    background: rgba(0, 0, 0, 0.34);
}
/* =========================================================
   Royalcon Sub Visual + Sub Menu
========================================================= */

.royal-sub-head {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* 서브 비주얼 */
.royal-sub-visual {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.royal-sub-visual__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.34);
    z-index: 1;
    pointer-events: none;
}

.royal-sub-visual__inner {
    position: relative;
    z-index: 2;
    width: min(100% - 40px, 1400px);
    height: 100%;
    margin: 0 auto;
}

/* 메인 텍스트와 동일한 느낌, 서브에서는 조금 작게 */
.royal-sub-copy {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-42%);
    width: min(710px, calc(100% - 40px));
    padding: 26px 30px 24px;
    background: rgba(247, 148, 31, 0.84);
    color: #fff;
    box-sizing: border-box;
}

.royal-sub-copy p {
    margin: 0 0 7px;
    padding: 0;
    color: #fff;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    font-size: clamp(17px, 1.45vw, 28px);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.045em;
}

.royal-sub-copy h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    font-size: clamp(28px, 2.35vw, 44px);
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: -0.06em;
}

/* 서브메뉴 바 */
.royal-subnav {
    position: relative;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ececec;
    z-index: 5;
}

.royal-subnav-inner {
    width: min(100% - 40px, 1400px);
    min-height: 76px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
}

/* 홈 아이콘 */
.royal-subnav-home {
    width: 90px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #df5947;
    font-size: 22px;
    transition: color .2s ease, background .2s ease;
}

.royal-subnav-home:hover {
    color: #c94334;
    background: #fff6f4;
}

/* 메뉴 */
.royal-subnav-scroll {
    width: 100%;
    overflow: visible;
}

.royal-subnav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(34px, 5vw, 88px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.royal-subnav-menu li {
    position: relative;
    margin: 0;
    padding: 0;
}

.royal-subnav-menu li a {
    position: relative;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.03em;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s ease;
}

.royal-subnav-menu li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #df5947;
    transform: translateX(-50%);
    transition: width .25s ease;
}

.royal-subnav-menu li.active a,
.royal-subnav-menu li a:hover {
    color: #df5947;
}

.royal-subnav-menu li.active a::after,
.royal-subnav-menu li a:hover::after {
    width: 100%;
}

/* 태블릿 */
@media (max-width: 1024px) {
    .royal-sub-visual {
        height: 330px;
    }

    .royal-sub-visual__inner {
        width: min(100% - 36px, 1400px);
    }

    .royal-sub-copy {
        width: min(560px, calc(100% - 20px));
        padding: 24px 26px 22px;
    }

    .royal-subnav-inner {
        min-height: 70px;
        grid-template-columns: 74px 1fr;
    }

    .royal-subnav-home {
        width: 74px;
        height: 70px;
    }

    .royal-subnav-menu {
        gap: 42px;
    }

    .royal-subnav-menu li a {
        height: 70px;
        font-size: 16px;
    }
}

/* 모바일 */
@media (max-width: 768px) {
    .royal-sub-visual {
        height: 280px;
        background-position: center center;
    }

    .royal-sub-visual__overlay {
        background: rgba(0, 0, 0, 0.38);
    }

    .royal-sub-visual__inner {
        width: 100%;
    }

    .royal-sub-copy {
        left: 20px;
        right: 20px;
        top: auto;
        bottom: 34px;
        transform: none;
        width: auto;
        padding: 20px 21px 18px;
    }

    .royal-sub-copy p {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .royal-sub-copy h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    .royal-subnav-inner {
        width: 100%;
        min-height: 58px;
        grid-template-columns: 58px 1fr;
    }

    .royal-subnav-home {
        width: 58px;
        height: 58px;
        font-size: 18px;
        border-right: 1px solid #f0f0f0;
    }

    .royal-subnav-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .royal-subnav-scroll::-webkit-scrollbar {
        height: 4px;
    }

    .royal-subnav-scroll::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 999px;
    }

    .royal-subnav-menu {
        justify-content: flex-start;
        gap: 0;
        width: max-content;
        min-width: 100%;
    }

    .royal-subnav-menu li a {
        height: 58px;
        padding: 0 18px;
        font-size: 15px;
    }
}

/* 작은 모바일 */
@media (max-width: 420px) {
    .royal-sub-visual {
        height: 250px;
    }

    .royal-sub-copy {
        left: 16px;
        right: 16px;
        bottom: 28px;
        padding: 18px;
    }

    .royal-sub-copy h2 {
        font-size: 23px;
    }

    .royal-subnav-menu li a {
        padding: 0 15px;
        font-size: 14px;
    }
}

/* =========================================================
   서브메뉴 아래 페이지 제목 영역
========================================================= */

.royal-sub-title-wrap {
    width: 100%;
    background: #fff;
    padding: 58px 20px 34px;
    box-sizing: border-box;
}

.royal-sub-title-inner {
    width: min(100%, 1400px);
    margin: 0 auto;
    text-align: center;
}

.royal-sub-title-inner h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 0 18px;
    color: #222;
    font-family: 'Noto Sans KR', 'GmarketSans', sans-serif;
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.055em;
}

.royal-sub-title-inner h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 46px;
    height: 3px;
    background: #df5947;
    transform: translateX(-50%);
}

/* 게시판이 제목 바로 아래 적당히 떨어지도록 */
.royal-sub-head + #leadersContainer,
.royal-sub-head + #bo_list,
.royal-sub-head + #bo_v,
.royal-sub-head + #bo_w {
    margin-top: 0;
}

/* 기존 게시판 목록과 제목 사이 여백 보정 */
.royal-sub-head ~ #bo_list,
.royal-sub-head ~ #bo_v,
.royal-sub-head ~ #bo_w {
    margin-top: 0;
}

/* 게시판 상단 여백이 너무 붙을 경우 */
#bo_list,
#bo_v,
#bo_w {
    margin-top: 0;
}

/* 모바일 */
@media (max-width: 768px) {
    .royal-sub-title-wrap {
        padding: 38px 16px 26px;
    }

    .royal-sub-title-inner h1 {
        font-size: 28px;
        padding-bottom: 14px;
    }

    .royal-sub-title-inner h1::after {
        width: 38px;
        height: 3px;
    }
}

/* 모바일 상단 기본 상태: 흰색 */
@media (max-width: 1024px) {
    #leadersHeader .leaders-menu-btn span {
        background: #fff !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    }

    /* 스크롤 후 헤더가 밝아질 경우: 검은색 */
    #leadersHeader.is-scroll .leaders-menu-btn span {
        background: #111 !important;
        box-shadow: none;
    }
}