/* ===== base ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --primary: #3d1a2b;
    --secondary: #56243d;
    --accent: #ff4757;
    --gold: #ffd32a;
    --light: #f0f0f0;
    --gray: #888;
    --radius: 16px;
    --shadow: 0 8px 32px rgba(0,0,0,0.18);
    --font: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-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); }

.nv6-bar { position: sticky; top: 0; z-index: 1000; background: #fff; border-bottom: 1px solid rgba(0,0,0,0.1); }
.nv6-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 62px; flex-wrap: wrap; }
.nv6-toggle { position: absolute; top: 0; left: 0; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.nv6-logo { display: flex; align-items: center; gap: 9px; color: var(--primary); text-decoration: none; white-space: nowrap; }
.nv6-ico { font-size: 22px; line-height: 1; }
.nv6-kw { font-size: 20px; font-weight: 800; letter-spacing: 1px; }
.nv6-kw em { font-style: normal; color: var(--accent); }
.nv6-brand { font-size: 12px; color: var(--gray); padding-left: 9px; border-left: 1px solid rgba(0,0,0,0.14); }
.nv6-burger { display: none; }
.nv6-drawer { display: block; }
.nv6-menu { display: flex; align-items: center; gap: 4px; list-style: none; }
.nv6-menu a { display: block; padding: 8px 14px; font-size: 14px; color: #3d3d3d; border-radius: var(--radius); text-decoration: none; }
.nv6-menu a:hover { background: var(--light); color: var(--accent); }
@media (max-width:768px) {
    .nv6-burger { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 42px; height: 42px; border: 1px solid rgba(0,0,0,0.16); border-radius: var(--radius); cursor: pointer; }
    .nv6-burger span { display: block; width: 20px; height: 2px; background: var(--primary); transition: transform 0.28s ease, opacity 0.28s ease; }
    .nv6-drawer { order: 9; width: 100%; max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
    .nv6-menu { flex-direction: column; align-items: stretch; gap: 0; }
    .nv6-menu a { padding: 12px 4px; font-size: 14px; border-bottom: 1px solid rgba(0,0,0,0.07); border-radius: 0; }
    .nv6-toggle:checked ~ .nv6-drawer { max-height: 460px; }
    .nv6-toggle:checked ~ .nv6-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nv6-toggle:checked ~ .nv6-burger span:nth-child(2) { opacity: 0; }
    .nv6-toggle:checked ~ .nv6-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .nv6-ico { font-size: 19px; }
    .nv6-kw { font-size: 18px; }
    .nv6-brand { font-size: 11px; padding-left: 8px; }
}
.hr5-hero {
    position: relative;
    padding: 78px 0;
    background: var(--light);
    border-top: 1px solid rgba(0,0,0,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    text-align: center;
    overflow: hidden;
}
.hr5-hero::before {
    content: '';
    position: absolute;
    top: -70px;
    right: -70px;
    width: 250px;
    height: 250px;
    border: 16px solid var(--accent);
    border-radius: 50%;
    opacity: 0.14;
}
.hr5-hero::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
}
.hr5-inner {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
}
.hr5-title {
    margin-bottom: 18px;
    color: var(--primary);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 3px;
}
.hr5-title span {
    color: var(--accent);
}
.hr5-desc {
    max-width: 660px;
    margin: 0 auto 30px;
    color: var(--gray);
    font-size: 16px;
    line-height: 1.9;
}
.hr5-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    flex-wrap: wrap;
}
.hr5-btn {
    padding: 12px 32px;
    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;
}
.hr5-btn:hover {
    background: var(--accent);
    color: #fff;
    transform: translateY(-2px);
}
.hr5-genre {
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.hr5-genre span {
    margin-right: 6px;
}
@media (max-width: 768px) {
    .hr5-hero {
        padding: 48px 0;
    }
    .hr5-hero::before {
        top: -46px;
        right: -46px;
        width: 150px;
        height: 150px;
        border-width: 10px;
    }
    .hr5-title {
        margin-bottom: 12px;
        font-size: 24px;
        letter-spacing: 1px;
    }
    .hr5-desc {
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 1.72;
    }
    .hr5-row {
        gap: 14px;
    }
    .hr5-btn {
        padding: 10px 24px;
        font-size: 14px;
    }
}
.it2-head { max-width: 720px; margin-bottom: 34px; }
.it2-head .sec-sub { margin-bottom: 0; }
.it2-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-bottom: 46px; }
.it2-cols p { color: #555; line-height: 1.9; font-size: 15px; margin: 0; padding-top: 18px; border-top: 2px solid rgba(0, 0, 0, .06); }
.it2-cols p strong { color: var(--primary); }
.it2-bar { display: flex; background: var(--primary); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.it2-stat { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 26px 14px; text-align: center; border-right: 1px solid rgba(255, 255, 255, .16); }
.it2-stat:last-child { border-right: 0; }
.it2-num { font-size: 32px; line-height: 1; font-weight: 800; color: #fff; }
.it2-lbl { font-size: 13px; color: rgba(255, 255, 255, .72); }
@media (max-width: 768px) {
    .it2-cols { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
    .it2-bar { flex-direction: column; }
    .it2-stat { flex: none; width: 100%; padding: 18px 14px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
    .it2-stat:last-child { border-bottom: 0; }
    .it2-num { font-size: 26px; }
}
.wk6-layout { display:grid; grid-template-columns:1.6fr 1fr; grid-template-rows:repeat(3,minmax(0,1fr)); gap:20px }
.wk6-layout .wk1-item { background:#fff; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow) }
.wk6-layout .wk1-item:first-child { grid-column:1; grid-row:1 / span 3; display:flex; flex-direction:column }
.wk6-layout .wk1-item:first-child .wk1-thumb { position:relative; flex:1 1 auto; min-height:240px; overflow:hidden; background:var(--light) }
.wk6-layout .wk1-item:first-child .wk1-thumb img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .5s ease }
.wk6-layout .wk1-item:first-child:hover .wk1-thumb img { transform:scale(1.05) }
.wk6-layout .wk1-item:first-child .wk1-info { display:flex; flex-direction:column; align-items:flex-start; padding:20px 22px 22px }
.wk6-layout .wk1-item:first-child .wk1-head { display:flex; align-items:center; justify-content:space-between; gap:12px; width:100% }
.wk6-layout .wk1-item:first-child .wk1-title { margin:0; font-size:24px; line-height:1.35; color:var(--primary) }
.wk6-layout .wk1-item:first-child .wk1-tag { flex:none; padding:3px 12px; border-radius:999px; background:var(--gold); color:#1f2937; font-size:12px }
.wk6-layout .wk1-item:first-child .wk1-meta { margin-top:10px; font-size:13px; color:var(--gray) }
.wk6-layout .wk1-item:first-child .wk1-desc { margin:10px 0 16px; font-size:14px; line-height:1.75; color:var(--gray) }
.wk6-layout .wk1-item:first-child .wk1-btn { padding:10px 26px; border:none; border-radius:var(--radius); background:var(--accent); color:#fff; font-size:14px; cursor:pointer; transition:background .25s ease }
.wk6-layout .wk1-item:first-child .wk1-btn:hover { background:var(--primary) }
.wk6-layout .wk1-item:not(:first-child) { display:grid; grid-template-columns:150px minmax(0,1fr); gap:14px; align-items:center; padding:12px }
.wk6-layout .wk1-item:not(:first-child) .wk1-thumb { position:relative; height:100px; overflow:hidden; border-radius:var(--radius); background:var(--light) }
.wk6-layout .wk1-item:not(:first-child) .wk1-thumb img { display:block; width:100%; height:100%; object-fit:cover }
.wk6-layout .wk1-item:not(:first-child) .wk1-desc { display:none }
.wk6-layout .wk1-item:not(:first-child) .wk1-head { display:flex; align-items:center; justify-content:space-between; gap:8px }
.wk6-layout .wk1-item:not(:first-child) .wk1-title { margin:0; font-size:16px; line-height:1.4; color:var(--primary) }
.wk6-layout .wk1-item:not(:first-child) .wk1-tag { flex:none; color:var(--accent); font-size:12px }
.wk6-layout .wk1-item:not(:first-child) .wk1-meta { margin-top:6px; font-size:12px; color:var(--gray) }
.wk6-layout .wk1-item:not(:first-child) .wk1-btn { margin-top:8px; padding:5px 14px; border:1px solid var(--accent); border-radius:999px; background:transparent; color:var(--accent); font-size:12px; cursor:pointer; transition:background .25s ease, color .25s ease }
.wk6-layout .wk1-item:not(:first-child) .wk1-btn:hover { background:var(--accent); color:#fff }
.wk6-layout .wk1-badge { position:absolute; top:10px; left:10px; padding:4px 10px; border-radius:var(--radius); background:var(--accent); color:#fff; font-size:12px }
.wk6-layout .wk1-idx { position:absolute; top:10px; right:12px; color:#fff; font-size:13px; letter-spacing:1px }
@media (max-width:768px) {
    .wk6-layout { grid-template-columns:minmax(0,1fr); grid-template-rows:auto; gap:14px }
    .wk6-layout .wk1-item:first-child { grid-column:auto; grid-row:auto }
    .wk6-layout .wk1-item:first-child .wk1-thumb { flex:none; aspect-ratio:16/9; min-height:0 }
    .wk6-layout .wk1-item:first-child .wk1-title { font-size:19px }
    .wk6-layout .wk1-item:first-child .wk1-desc { font-size:13px; margin:8px 0 12px }
    .wk6-layout .wk1-item:not(:first-child) { grid-template-columns:120px minmax(0,1fr); gap:12px; padding:10px }
    .wk6-layout .wk1-item:not(:first-child) .wk1-thumb { height:80px }
}
.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}
}
.nw6-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px }
.nw6-grid .nw1-item { position:relative; display:block; margin-top:20px; padding:36px 24px 26px; border:1px solid #e8ecf2; border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); text-decoration:none; transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease }
.nw6-grid .nw1-idx { position:absolute; left:22px; top:-20px; display:flex; align-items:center; justify-content:center; width:54px; height:54px; border-radius:16px; background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); color:#fff; font-size:20px; font-weight:800; line-height:1; letter-spacing:-1px; box-shadow:0 12px 24px rgba(15,23,42,.22); transition:background .3s ease, transform .3s ease }
.nw6-grid .nw1-date { display:block; padding-left:58px; margin-bottom:14px; font-size:12px; line-height:1.7; letter-spacing:.5px; color:var(--gray); transition:color .3s ease }
.nw6-grid .nw1-title { display:block; font-size:18px; line-height:1.5; font-weight:700; color:var(--primary); transition:color .3s ease }
.nw6-grid .nw1-item:hover { transform:translateY(-6px); border-color:var(--accent); box-shadow:0 20px 40px rgba(15,23,42,.16) }
.nw6-grid .nw1-item:hover .nw1-idx { background:linear-gradient(135deg, var(--accent) 0%, var(--secondary) 100%); transform:scale(1.06) }
.nw6-grid .nw1-item:hover .nw1-date { color:var(--accent) }
.nw6-grid .nw1-item:hover .nw1-title { color:var(--accent) }
@media (max-width:768px) {
    .nw6-grid { grid-template-columns:minmax(0,1fr); gap:16px }
    .nw6-grid .nw1-item { margin-top:16px; padding:28px 18px 20px }
    .nw6-grid .nw1-idx { left:16px; top:-16px; width:44px; height:44px; border-radius:13px; font-size:16px }
    .nw6-grid .nw1-date { padding-left:50px; margin-bottom:10px; font-size:11px }
    .nw6-grid .nw1-title { font-size:16px }
}
.fq2-grid { position:relative; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); max-width:1080px; margin:0 auto; border-top:1px solid #e4eaf2 }
.fq2-grid::after { content:""; position:absolute; top:0; bottom:0; left:50%; width:1px; background:#e4eaf2 }
.fq2-grid .fq1-item { padding:24px 34px 26px; border-bottom:1px solid #e4eaf2; transition:background .3s ease }
.fq2-grid .fq1-item:hover { background:#fafbfe }
.fq2-grid .fq1-q { font-size:16px; line-height:1.55; font-weight:700; color:var(--primary) }
.fq2-grid .fq1-no { display:inline-block; min-width:26px; margin-right:6px; color:var(--gold); font-size:15px; font-weight:700; letter-spacing:1px }
.fq2-grid .fq1-a { max-height:none; overflow:visible; opacity:1 }
.fq2-grid .fq1-a-in { margin-top:10px; padding-left:34px; font-size:14px; line-height:1.85; color:var(--gray) }
@media (max-width:768px) {
    .fq2-grid { grid-template-columns:minmax(0,1fr) }
    .fq2-grid::after { display:none }
    .fq2-grid .fq1-item { padding:18px 16px; }
    .fq2-grid .fq1-q { font-size:15px }
    .fq2-grid .fq1-no { min-width:22px; margin-right:4px; font-size:14px }
    .fq2-grid .fq1-a-in { margin-top:8px; padding-left:26px; font-size:13px }
}
.cm3-masonry { column-count:3; column-gap:22px }
.cm3-masonry .cm1-item { position:relative; overflow:hidden; break-inside:avoid; -webkit-column-break-inside:avoid; page-break-inside:avoid; display:block; margin:0 0 22px; padding:18px 18px 18px 22px; background:#fff; border:1px solid #e8ecf2; border-left:4px solid var(--accent); border-radius:var(--radius); box-shadow:var(--shadow); transition:box-shadow .3s ease, border-color .3s ease }
.cm3-masonry .cm1-item:hover { box-shadow:0 16px 32px rgba(15,23,42,.14) }
.cm3-masonry .cm1-item:nth-child(3n+2) { border-left-color:var(--secondary) }
.cm3-masonry .cm1-item:nth-child(3n) { border-left-color:var(--gold) }
.cm3-masonry .cm1-head { display:flex; align-items:center; gap:10px }
.cm3-masonry .cm1-av { flex:none; width:40px; height:40px; border-radius:12px; object-fit:cover; background:var(--light) }
.cm3-masonry .cm1-who { display:flex; flex-direction:column; gap:2px; min-width:0 }
.cm3-masonry .cm1-name { font-size:14px; font-weight:600; color:var(--primary) }
.cm3-masonry .cm1-date { font-size:12px; color:var(--gray) }
.cm3-masonry .cm1-text { margin:12px 0 0; font-size:13px; line-height:1.85; color:#4b5563 }
.cm3-masonry .cm1-idx { position:absolute; top:16px; right:16px; font-size:12px; letter-spacing:1px; color:#c3cad6 }
.cm3-masonry .cm1-initial { position:absolute; right:14px; bottom:6px; font-size:46px; font-weight:700; line-height:1; color:var(--light); pointer-events:none }
@media (max-width:768px) {
    .cm3-masonry { column-count:2; column-gap:12px }
    .cm3-masonry .cm1-item { margin-bottom:12px; padding:14px 14px 14px 16px }
    .cm3-masonry .cm1-av { width:34px; height:34px; border-radius:10px }
    .cm3-masonry .cm1-name { font-size:13px }
    .cm3-masonry .cm1-text { margin-top:10px; font-size:12px; line-height:1.75 }
    .cm3-masonry .cm1-idx { top:12px; right:12px; font-size:11px }
    .cm3-masonry .cm1-initial { font-size:34px }
}
.ft6-foot { background: linear-gradient(135deg, var(--primary) 0%, #0b0f16 100%); padding: 52px 0 34px; }
.ft6-logo { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 16px; color: #fff; text-decoration: none; }
.ft6-ico { font-size: 30px; line-height: 1; }
.ft6-kw { font-size: 56px; font-weight: 900; line-height: 1.08; letter-spacing: 2px; }
.ft6-kw em { font-style: normal; color: var(--gold); }
.ft6-brand { font-size: 12px; font-weight: 500; letter-spacing: 3px; color: rgba(255,255,255,0.4); text-transform: uppercase; }
.ft6-rule { height: 1px; margin: 26px 0 20px; background: rgba(255,255,255,0.14); }
.ft6-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.ft6-line { max-width: 420px; font-size: 12px; line-height: 1.85; color: rgba(255,255,255,0.55); }
.ft6-nav { flex-shrink: 0; }
.ft6-menu { display: flex; flex-wrap: wrap; gap: 6px 18px; list-style: none; }
.ft6-menu a { font-size: 12px; color: rgba(255,255,255,0.62); text-decoration: none; }
.ft6-menu a:hover { color: var(--gold); }
.ft6-copy { flex-shrink: 0; font-size: 12px; color: rgba(255,255,255,0.42); }
.ft6-dom { font-weight: 700; letter-spacing: 1px; color: var(--gold); }
@media (max-width:768px) {
    .ft6-foot { padding: 34px 0 24px; }
    .ft6-logo { gap: 4px 10px; }
    .ft6-ico { font-size: 20px; }
    .ft6-kw { font-size: 30px; letter-spacing: 1px; }
    .ft6-brand { font-size: 10px; letter-spacing: 2px; }
    .ft6-rule { margin: 18px 0 14px; }
    .ft6-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
    .ft6-line { font-size: 11px; }
    .ft6-menu { gap: 6px 14px; }
    .ft6-menu a { font-size: 11px; }
    .ft6-copy { font-size: 11px; }
    .ft6-dom { font-size: 11px; }
}


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