/* ===== base ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --primary: #22272e;
    --secondary: #2f3540;
    --accent: #5b8c5a;
    --gold: #e9c46a;
    --light: #f0f0f0;
    --gray: #888;
    --radius: 8px;
    --shadow: 0 8px 32px rgba(0,0,0,0.18);
    --font: Georgia, "Songti SC", "SimSun", "Times New Roman", serif;
    --transition: 0.3s cubic-bezier(.4,0,.2,1);
}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); background: #fafafa; color: #222; line-height: 1.7; font-size: 16px; }
a { color: var(--accent); text-decoration: none; transition: color var(--transition); }
img { display: block; max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.sec { padding: 70px 0; }
.alt { background: #f5f7fa; }
.tc { text-align: center; }
.sec-title { font-size: 32px; font-weight: 700; color: var(--primary); margin-bottom: 12px; line-height: 1.3; }
.sec-title span { color: var(--accent); }
.sec-sub { color: #666; max-width: 680px; margin-bottom: 40px; }
.tc .sec-sub { margin-left: auto; margin-right: auto; }

/* ===== breadcrumb ===== */
.bc { background: #f5f5f5; padding: 10px 0; font-size: 13px; color: #666; }
.bc a { color: #666; }
.bc a:hover { color: var(--accent); }
.bc .bc-sep { margin: 0 8px; color: #bbb; }

/* ===== friend links ===== */
.flinks { background: #f7f8fa; padding: 32px 0; border-top: 1px solid #e8ecf2; }
.flinks .fl-title { font-size: 15px; font-weight: 700; color: var(--primary); margin-bottom: 14px; }
.flinks ul { list-style: none; display: flex; flex-wrap: wrap; gap: 9px 24px; }
.flinks a { color: #666; font-size: 13px; }
.flinks a:hover { color: var(--accent); }
.flinks.g2 ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 26px; }
.flinks.g2 a { position: relative; padding-left: 13px; }
.flinks.g2 a::before { content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; background: var(--accent); border-radius: 50%; }
.flinks.col ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 11px 22px; }
.flinks.col a { display: block; padding: 7px 12px; background: #fff; border-radius: calc(var(--radius) - 4px); border: 1px solid #e8ecf2; }
.flinks.col a:hover { border-color: var(--accent); }
@media (max-width: 768px) {
    .flinks.g2 ul, .flinks.col ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ===== modal ===== */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.75); display: flex; align-items: center; justify-content: center; z-index: 2000; opacity: 0; pointer-events: none; transition: opacity var(--transition); padding: 20px; }
.modal-overlay.active { opacity: 1; pointer-events: auto; }
.modal-box { background: #fff; border-radius: var(--radius); max-width: 560px; width: 100%; padding: 30px; position: relative; max-height: 90vh; overflow-y: auto; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border: none; background: #f0f0f0; border-radius: 50%; cursor: pointer; font-size: 18px; line-height: 1; color: #444; }
.modal-box h2 { font-size: 24px; margin-bottom: 8px; color: var(--primary); }
.modal-box .m-year { color: #888; margin-bottom: 16px; }
.modal-box .m-desc { color: #555; line-height: 1.8; margin-bottom: 16px; }
.modal-box .m-meta { color: var(--accent); font-size: 14px; font-weight: 600; }

/* ===== demo -> detail links (works cards / faq questions become real anchors) ===== */
a.wk1-btn { display: inline-block; text-align: center; }
.fq1-link { color: inherit; }
.fq1-link:hover { color: var(--accent); }

.nv8-bar { position: relative; z-index: 900; background: transparent; border-bottom: 1px solid rgba(0,0,0,0.15); }
.nv8-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding: 20px 0; }
.nv8-logo { display: inline-flex; align-items: baseline; gap: 6px; color: var(--primary); text-decoration: none; flex-shrink: 0; }
.nv8-ico { font-size: 15px; line-height: 1; }
.nv8-kw { font-size: 17px; font-weight: 600; letter-spacing: 3px; white-space: nowrap; }
.nv8-kw em { font-style: normal; color: var(--gray); }
.nv8-brand { font-size: 10px; letter-spacing: 2px; color: var(--gray); text-transform: uppercase; white-space: nowrap; }
.nv8-menu { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 24px; list-style: none; }
.nv8-menu a { display: block; padding-bottom: 3px; font-size: 13px; letter-spacing: 1px; color: #5a5a5a; text-decoration: none; border-bottom: 1px solid transparent; }
.nv8-menu a:hover { color: var(--primary); border-bottom-color: var(--primary); }
@media (max-width:768px) {
    .nv8-inner { flex-direction: column; align-items: center; gap: 10px; padding: 14px 0; }
    .nv8-kw { font-size: 16px; letter-spacing: 2px; }
    .nv8-ico { font-size: 14px; }
    .nv8-brand { font-size: 9px; }
    .nv8-menu { justify-content: center; gap: 14px; }
    .nv8-menu a { font-size: 12px; }
}
.hr12-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 600px;
    padding: 86px 0;
    background: var(--light);
    overflow: hidden;
}
.hr12-media {
    position: absolute;
    inset: 0;
    clip-path: polygon(0 0, 58% 0, 36% 100%, 0 100%);
}
.hr12-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hr12-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, rgba(8,14,24,0.74) 0%, rgba(8,14,24,0.28) 100%);
}
.hr12-edge {
    position: absolute;
    inset: 0;
    clip-path: polygon(58.2% 0, 58.7% 0, 36.7% 100%, 36.2% 100%);
    background: var(--gold);
}
.hr12-inner {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.hr12-copy {
    width: 46%;
    max-width: 520px;
}
.hr12-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: #fff;
    color: var(--accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    box-shadow: var(--shadow);
}
.hr12-title {
    margin-bottom: 18px;
    color: var(--primary);
    font-size: 46px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: 1px;
}
.hr12-desc {
    margin-bottom: 30px;
    color: var(--gray);
    font-size: 16px;
    line-height: 1.9;
}
.hr12-btn {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: background 0.3s ease, transform 0.3s ease;
}
.hr12-btn:hover {
    background: var(--accent);
    color: #fff;
    transform: translateY(-2px);
}
@media (max-width: 768px) {
    .hr12-hero {
        min-height: 0;
        padding: 286px 0 46px;
    }
    .hr12-media {
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        height: 260px;
        clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
    }
    .hr12-edge {
        display: none;
    }
    .hr12-copy {
        width: 100%;
        max-width: none;
    }
    .hr12-kicker {
        padding: 5px 12px;
        margin-bottom: 14px;
        font-size: 12px;
    }
    .hr12-title {
        margin-bottom: 12px;
        font-size: 28px;
        letter-spacing: 0;
    }
    .hr12-desc {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.72;
    }
    .hr12-btn {
        padding: 11px 26px;
        font-size: 14px;
    }
}
.it8-head { margin-bottom: 36px; }
.it8-head .sec-sub { margin-bottom: 0; }
.it8-line { position: relative; max-width: 880px; }
.it8-line::before { content: ""; position: absolute; left: 84px; top: 10px; bottom: 10px; width: 1px; background: rgba(0, 0, 0, .12); }
.it8-row { position: relative; display: grid; grid-template-columns: 84px 1fr; gap: 26px; padding-bottom: 30px; }
.it8-row:last-child { padding-bottom: 0; }
.it8-row::after { content: ""; position: absolute; left: 84px; top: 7px; width: 9px; height: 9px; margin-left: -4px; border-radius: 50%; background: var(--accent); }
.it8-idx { display: block; font-size: 15px; font-weight: 800; letter-spacing: .08em; color: var(--accent); }
.it8-body { padding-left: 30px; }
.it8-body p { margin: 0; color: #555; line-height: 1.95; font-size: 15px; }
.it8-body p strong { color: var(--primary); }
.it8-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; padding-top: 28px; border-top: 1px solid rgba(0, 0, 0, .08); }
.it8-stats .it1-stat { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 0; text-align: center; background: none; border: 0; border-left: 0; border-radius: 0; }
.it8-stats .it1-num { font-size: 30px; line-height: 1.1; color: var(--primary); }
.it8-stats .it1-lbl { font-size: 13px; color: #666; }
@media (max-width: 768px) {
    .it8-line::before { left: 42px; }
    .it8-row { grid-template-columns: 42px 1fr; gap: 16px; padding-bottom: 22px; }
    .it8-row::after { left: 42px; }
    .it8-body { padding-left: 10px; }
    .it8-stats { grid-template-columns: 1fr; gap: 16px; margin-top: 26px; padding-top: 22px; }
    .it8-stats .it1-num { font-size: 24px; }
}
.wk11-split {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding-top: 6px;
    border-top: 2px solid var(--light);
}
.wk11-split .wk1-item {
    order: 1;
    flex: 1 1 170px;
    min-width: 0;
    background: #fff;
    border: 1px solid #e8ecf2;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.wk11-split .wk1-item:hover {
    transform: translateY(-4px);
    border-color: var(--accent);
}
.wk11-split .wk1-item:first-child {
    order: 2;
    flex: 1 0 100%;
    display: grid;
    grid-template-columns: 1.45fr minmax(0, 1fr);
    margin-top: 10px;
    border: 2px solid var(--accent);
}
.wk11-split .wk1-thumb {
    position: relative;
    height: 148px;
    overflow: hidden;
    background: var(--light);
}
.wk11-split .wk1-item:first-child .wk1-thumb {
    height: auto;
    min-height: 300px;
}
.wk11-split .wk1-thumb img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}
.wk11-split .wk1-item:hover .wk1-thumb img {
    transform: scale(1.07);
}
.wk11-split .wk1-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 2px 9px;
    border-radius: 999px;
    background: rgba(15,23,42,0.72);
    color: #fff;
    font-size: 11px;
    line-height: 1.7;
}
.wk11-split .wk1-item:first-child .wk1-badge {
    top: 16px;
    left: 16px;
    padding: 5px 14px;
    background: var(--gold);
    color: #1f2937;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}
.wk11-split .wk1-idx {
    position: absolute;
    right: 9px;
    bottom: 6px;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0,0,0,0.55);
}
.wk11-split .wk1-item:first-child .wk1-idx {
    right: 18px;
    bottom: 12px;
    font-size: 40px;
    opacity: 0.86;
}
.wk11-split .wk1-info {
    padding: 10px 12px 12px;
}
.wk11-split .wk1-item:first-child .wk1-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 32px;
}
.wk11-split .wk1-head {
    display: block;
}
.wk11-split .wk1-item:first-child .wk1-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.wk11-split .wk1-title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wk11-split .wk1-item:first-child .wk1-title {
    display: block;
    font-size: 24px;
    line-height: 1.34;
}
.wk11-split .wk1-item:not(:first-child) .wk1-tag,
.wk11-split .wk1-item:not(:first-child) .wk1-meta,
.wk11-split .wk1-item:not(:first-child) .wk1-desc,
.wk11-split .wk1-item:not(:first-child) .wk1-btn {
    display: none;
}
.wk11-split .wk1-item:first-child .wk1-tag {
    flex: none;
    padding: 4px 13px;
    border-radius: 999px;
    background: var(--light);
    color: var(--secondary);
    font-size: 12px;
}
.wk11-split .wk1-item:first-child .wk1-meta {
    margin-top: 10px;
    color: var(--gray);
    font-size: 13px;
}
.wk11-split .wk1-item:first-child .wk1-desc {
    margin: 12px 0 20px;
    color: var(--gray);
    font-size: 14px;
    line-height: 1.8;
}
.wk11-split .wk1-item:first-child .wk1-btn {
    align-self: flex-start;
    padding: 11px 30px;
    border: none;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.25s ease;
}
.wk11-split .wk1-item:first-child .wk1-btn:hover {
    background: var(--primary);
}
@media (max-width: 768px) {
    .wk11-split {
        gap: 12px;
    }
    .wk11-split .wk1-item {
        flex: 1 1 44%;
    }
    .wk11-split .wk1-thumb {
        height: 104px;
    }
    .wk11-split .wk1-title {
        font-size: 12px;
    }
    .wk11-split .wk1-item:first-child {
        flex: 1 0 100%;
        grid-template-columns: minmax(0, 1fr);
        margin-top: 4px;
    }
    .wk11-split .wk1-item:first-child .wk1-thumb {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
    .wk11-split .wk1-item:first-child .wk1-idx {
        right: 12px;
        bottom: 8px;
        font-size: 24px;
    }
    .wk11-split .wk1-item:first-child .wk1-info {
        padding: 18px;
    }
    .wk11-split .wk1-item:first-child .wk1-title {
        font-size: 18px;
    }
    .wk11-split .wk1-item:first-child .wk1-meta {
        margin-top: 8px;
        font-size: 12px;
    }
    .wk11-split .wk1-item:first-child .wk1-desc {
        margin: 10px 0 14px;
        font-size: 13px;
        line-height: 1.72;
    }
    .wk11-split .wk1-item:first-child .wk1-btn {
        padding: 9px 22px;
        font-size: 13px;
    }
}
.ad9-head{padding-bottom:18px;border-bottom:2px solid var(--primary)}
.ad9-table > .ad1-item{position:relative;display:grid;grid-template-columns:38px 46px minmax(170px,240px) 1fr;column-gap:18px;align-items:center;padding:22px 6px;border-bottom:1px solid #e6eaf0;transition:background .25s ease}
.ad9-table > .ad1-item:last-child{border-bottom:0}
.ad9-table > .ad1-item:hover{background:#f7f9fc}
.ad9-table .ad1-toggle{display:none}
.ad9-table .ad1-num{grid-column:1;grid-row:1;font-size:13px;font-weight:800;letter-spacing:1px;color:#b6c1d0;line-height:1;text-align:center}
.ad9-table .ad1-icon{grid-column:2;grid-row:1;width:40px;height:40px;margin:0;border-radius:10px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1}
.ad9-table .ad1-label{display:inline}
.ad9-table .ad1-title{grid-column:3;grid-row:1;font-size:17px;font-weight:700;color:var(--primary);margin:0;line-height:1.45}
.ad9-table .ad1-desc{grid-column:4;grid-row:1;font-size:14px;line-height:1.8;color:#666;margin:0}
@media (max-width:768px){
  .ad9-head{padding-bottom:14px}
  .ad9-table > .ad1-item{grid-template-columns:32px 40px 1fr;column-gap:12px;row-gap:6px;padding:16px 2px}
  .ad9-table .ad1-num{grid-column:1;grid-row:1;font-size:11px}
  .ad9-table .ad1-icon{grid-column:2;grid-row:1;width:34px;height:34px;border-radius:9px;font-size:15px}
  .ad9-table .ad1-title{grid-column:3;grid-row:1;font-size:15px}
  .ad9-table .ad1-desc{grid-column:2 / span 2;grid-row:2;font-size:13px;line-height:1.75}
}
.nw2-timeline { position:relative; padding-left:30px }
.nw2-timeline::before { content:""; position:absolute; left:9px; top:8px; bottom:8px; width:2px; background:linear-gradient(180deg, var(--primary) 0%, var(--accent) 100%) }
.nw2-timeline .nw1-item { position:relative; display:grid; grid-template-columns:104px minmax(0,1fr); align-items:center; column-gap:18px; margin-bottom:16px; padding:18px 20px; background:#fff; border-radius:var(--radius); box-shadow:var(--shadow); overflow:hidden; text-decoration:none; transition:transform .3s ease, box-shadow .3s ease }
.nw2-timeline .nw1-item:last-child { margin-bottom:0 }
.nw2-timeline .nw1-item::before { content:""; position:absolute; left:-27px; top:50%; width:14px; height:14px; margin-top:-7px; box-sizing:border-box; border:3px solid #fff; border-radius:50%; background:var(--primary); box-shadow:0 0 0 2px var(--accent) }
.nw2-timeline .nw1-item:hover { transform:translateX(6px); box-shadow:0 16px 32px rgba(15,23,42,.14) }
.nw2-timeline .nw1-date { grid-column:1; grid-row:1; justify-self:start; padding:4px 12px; border-radius:999px; background:var(--light); color:var(--secondary); font-size:12px; line-height:1.6; letter-spacing:.5px; transition:background .3s ease, color .3s ease }
.nw2-timeline .nw1-title { grid-column:2; grid-row:1; min-width:0; font-size:17px; line-height:1.5; font-weight:600; color:var(--primary); transition:color .3s ease }
.nw2-timeline .nw1-idx { position:absolute; right:16px; bottom:4px; font-size:40px; font-weight:800; line-height:1; color:rgba(15,23,42,.05) }
.nw2-timeline .nw1-item:hover .nw1-date { background:var(--accent); color:#fff }
.nw2-timeline .nw1-item:hover .nw1-title { color:var(--accent) }
@media (max-width:768px) {
    .nw2-timeline { padding-left:22px }
    .nw2-timeline::before { left:6px }
    .nw2-timeline .nw1-item { grid-template-columns:minmax(0,1fr); row-gap:8px; column-gap:0; margin-bottom:12px; padding:14px 15px }
    .nw2-timeline .nw1-item::before { left:-21px; top:22px; margin-top:0; width:12px; height:12px }
    .nw2-timeline .nw1-date { grid-column:1; grid-row:1; font-size:11px; padding:3px 10px }
    .nw2-timeline .nw1-title { grid-column:1; grid-row:2; font-size:15px }
    .nw2-timeline .nw1-idx { font-size:28px; right:12px }
}
.faq6-deck { display: flex; flex-direction: column; gap: 16px; max-width: 900px; margin: 0 auto; }
.faq6-deck .fq1-item { position: relative; border-left: 4px solid transparent; border-radius: 20px; background: #fff; box-shadow: 0 4px 18px rgba(0, 0, 0, .06); transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.faq6-deck .fq1-item:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0, 0, 0, .1); }
.faq6-deck .fq1-item.open { border-left-color: var(--accent); box-shadow: 0 14px 32px rgba(0, 0, 0, .12); }
.faq6-deck .fq1-q { display: flex; align-items: center; gap: 14px; padding: 20px 22px; font-size: 16px; line-height: 1.6; font-weight: 700; color: var(--primary); cursor: pointer; transition: color .3s ease; }
.faq6-deck .fq1-item.open .fq1-q { color: var(--accent); }
.faq6-deck .fq1-no { flex: none; display: block; width: 34px; height: 34px; border-radius: 12px; background: var(--light); color: var(--gray); font-size: 13px; font-weight: 700; line-height: 34px; text-align: center; transition: background .3s ease, color .3s ease; }
.faq6-deck .fq1-item.open .fq1-no { background: var(--accent); color: #fff; }
.faq6-deck .fq1-q::after { content: "+"; flex: none; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-left: auto; border-radius: 50%; background: var(--primary); color: #fff; font-size: 18px; line-height: 1; transition: background .3s ease, transform .3s ease; }
.faq6-deck .fq1-item.open .fq1-q::after { background: var(--accent); transform: rotate(45deg); }
.faq6-deck .fq1-a { max-height: 0; overflow: hidden; transition: max-height .45s ease; }
.faq6-deck .fq1-item.open .fq1-a { max-height: 480px; }
.faq6-deck .fq1-a-in { margin: 0 22px; padding: 14px 0 20px 48px; border-top: 1px solid rgba(0, 0, 0, .07); font-size: 14px; line-height: 1.9; color: var(--gray); }
@media (max-width: 768px) {
    .faq6-deck { gap: 12px; }
    .faq6-deck .fq1-item { border-radius: 14px; }
    .faq6-deck .fq1-q { gap: 10px; padding: 15px 16px; font-size: 15px; }
    .faq6-deck .fq1-no { width: 28px; height: 28px; border-radius: 9px; font-size: 12px; line-height: 28px; }
    .faq6-deck .fq1-q::after { width: 24px; height: 24px; font-size: 16px; }
    .faq6-deck .fq1-item.open .fq1-a { max-height: 640px; }
    .faq6-deck .fq1-a-in { margin: 0 16px; padding: 12px 0 16px; font-size: 13px; }
}
.cm5-list { display:flex; flex-direction:column; border-top:1px solid #e8ecf2 }
.cm5-list .cm1-item { position:relative; display:flex; align-items:flex-start; gap:16px; padding:16px 4px; border-bottom:1px solid #e8ecf2; transition:background .25s ease }
.cm5-list .cm1-item:hover { background:#f9fbfd }
.cm5-list .cm1-head { flex:none; display:flex; align-items:center; gap:10px; width:168px; min-width:0 }
.cm5-list .cm1-av { flex:none; width:38px; height:38px; border-radius:50%; object-fit:cover; background:var(--light) }
.cm5-list .cm1-who { display:flex; flex-direction:column; gap:2px; min-width:0 }
.cm5-list .cm1-name { font-size:14px; font-weight:600; color:var(--primary); white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.cm5-list .cm1-date { font-size:12px; color:var(--gray) }
.cm5-list .cm1-text { flex:1 1 auto; min-width:0; margin:0; padding-top:2px; font-size:14px; line-height:1.7; color:#4b5563 }
.cm5-list .cm1-idx { flex:none; padding-top:4px; font-size:12px; letter-spacing:1px; color:#c3cad6 }
.cm5-list .cm1-initial { display:none }
@media (max-width:768px) {
    .cm5-list .cm1-item { display:block; padding:14px 0 }
    .cm5-list .cm1-head { width:auto; margin-bottom:8px }
    .cm5-list .cm1-av { width:32px; height:32px }
    .cm5-list .cm1-name { font-size:13px }
    .cm5-list .cm1-text { font-size:13px; line-height:1.7 }
    .cm5-list .cm1-idx { position:absolute; top:16px; right:2px; padding-top:0; font-size:11px }
}
.ft2-foot { background: #101319; padding: 48px 0 42px; }
.ft2-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 34px; }
.ft2-logo { display: inline-flex; align-items: center; gap: 8px; color: #fff; text-decoration: none; }
.ft2-ico { font-size: 20px; line-height: 1; }
.ft2-kw { font-size: 19px; font-weight: 800; letter-spacing: 1px; }
.ft2-kw em { font-style: normal; color: var(--gold); }
.ft2-brand { font-size: 11px; color: rgba(255,255,255,0.42); padding-left: 8px; border-left: 1px solid rgba(255,255,255,0.18); white-space: nowrap; }
.ft2-line { margin-top: 15px; font-size: 13px; line-height: 1.95; color: rgba(255,255,255,0.6); }
.ft2-h { margin-bottom: 15px; font-size: 14px; font-weight: 700; color: #fff; letter-spacing: 1px; }
.ft2-h::after { content: ''; display: block; width: 26px; height: 2px; margin-top: 8px; background: var(--accent); }
.ft2-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px; list-style: none; }
.ft2-menu a { font-size: 13px; color: rgba(255,255,255,0.66); text-decoration: none; }
.ft2-menu a:hover { color: var(--gold); }
.ft2-info { list-style: none; font-size: 13px; }
.ft2-info li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 0; color: rgba(255,255,255,0.5); border-bottom: 1px dashed rgba(255,255,255,0.12); }
.ft2-info li:last-child { border-bottom: none; }
.ft2-info b { font-weight: 600; color: #fff; }
.ft2-dom { font-weight: 600; color: var(--gold); }
@media (max-width:768px) {
    .ft2-foot { padding: 30px 0 26px; }
    .ft2-grid { grid-template-columns: 1fr; gap: 26px; }
    .ft2-ico { font-size: 18px; }
    .ft2-kw { font-size: 17px; }
    .ft2-brand { font-size: 10px; }
    .ft2-line { margin-top: 11px; font-size: 12px; }
    .ft2-h { margin-bottom: 11px; font-size: 13px; }
    .ft2-menu { gap: 8px 12px; }
    .ft2-menu a { font-size: 12px; }
    .ft2-info { font-size: 12px; }
    .ft2-info li { padding: 7px 0; }
}


@media (max-width: 768px) {
    .sec { padding: 50px 0; }
    .sec-title { font-size: 26px; }
}
