:root{--navy:#162b4d;--blue:#2f80ed;--mint:#2ed3b7;--bg:#f4f8fc;--line:#dfe9f3;--muted:#65758b}*{box-sizing:border-box}body{margin:0;font-family:Pretendard,"Noto Sans KR",Arial,sans-serif;color:var(--navy);background:#fff}a{text-decoration:none;color:inherit}header{height:72px;display:flex;align-items:center;justify-content:space-between;max-width:1240px;margin:auto;padding:0 28px;background:#fff}.brand{font-size:23px;font-weight:900;display:flex;align-items:center;gap:9px}.brand b{font-size:25px}header nav{display:flex;gap:30px;font-weight:700;font-size:14px}.hero{padding:68px 24px 34px;text-align:center;background:radial-gradient(circle at 80% 20%,#d9f7f1,transparent 24%),radial-gradient(circle at 15% 0,#dcecff,transparent 28%),linear-gradient(135deg,#f8fbff,#edf6ff)}.eyebrow{color:#1b80d7;font-weight:800;font-size:13px}.hero h1{font-size:52px;margin:14px 0 8px;letter-spacing:-.04em}.hero>p:not(.eyebrow){font-size:20px;color:#60728b}.hero form,.sub-search{max-width:760px;margin:28px auto 20px;display:flex;padding:5px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 14px 35px rgba(33,74,120,.1)}.hero input,.sub-search input{flex:1;border:0;outline:0;padding:0 18px;font-size:16px}.hero button,.sub-search button{border:0;border-radius:10px;background:var(--navy);color:#fff;padding:15px 34px;font-weight:800}.chips{display:flex;justify-content:center;flex-wrap:wrap;gap:9px}.chips a{padding:10px 15px;border-radius:22px;background:#fff;border:1px solid #e2ebf4;font-weight:700;font-size:13px}.content{max-width:1240px;margin:0 auto;padding:42px 24px 80px;display:grid;grid-template-columns:1fr 280px;gap:28px}.section-head{display:flex;justify-content:space-between;align-items:end;margin:0 0 16px}.section-head small{color:#ed623d;font-weight:800}.section-head h2{margin:5px 0;font-size:25px}.popular-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:35px}.link-card{position:relative;display:flex;gap:13px;align-items:center;padding:18px;background:#fff;border:1px solid var(--line);border-radius:14px;min-width:0}.popular-grid .link-card{display:block;min-height:174px}.link-card i{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;color:#fff;font-style:normal;font-size:22px;font-weight:900}.link-card h3{margin:10px 0 4px;font-size:16px}.link-card h3 em{color:var(--mint);font-style:normal;margin-left:4px}.link-card p{color:var(--muted);font-size:12px;line-height:1.5;margin:0}.link-card>a{position:absolute;right:13px;bottom:13px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eff5fb;font-size:22px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.category-grid>a{position:relative;display:grid;grid-template-columns:43px 1fr;align-items:center;padding:15px;border:1px solid var(--line);border-radius:12px}.category-grid i{grid-row:span 2;font-size:24px}.category-grid b{font-size:14px}.category-grid span{font-size:11px;color:var(--muted)}.category-grid strong{position:absolute;right:14px}.rank{background:#f7fbff;border:1px solid var(--line);padding:20px;border-radius:16px}.rank h2{font-size:17px;margin:0 0 15px}.rank a{display:flex;gap:12px;padding:10px 5px;border-bottom:1px solid #e7eef5;font-size:13px}.rank a b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#e7f1ff;color:var(--blue)}footer{display:flex;justify-content:center;gap:30px;padding:32px;background:#e7f8fb;color:#34516d;font-size:13px}.subpage{max-width:980px;margin:auto;padding:50px 24px 100px}.crumb{font-size:13px;color:var(--muted)}.subpage h1{font-size:38px;margin:25px 0 10px}.lead{color:var(--muted);margin-bottom:30px}.list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.detail{text-align:center;padding:45px;border:1px solid var(--line);border-radius:22px}.detail>i{display:grid;place-items:center;margin:auto;width:75px;height:75px;border-radius:18px;color:#fff;font-size:31px;font-style:normal;font-weight:900}.detail dl{max-width:620px;margin:30px auto;text-align:left}.detail dl div{display:grid;grid-template-columns:110px 1fr;padding:12px;border-bottom:1px solid var(--line)}.detail dt{font-weight:800}.visit{display:inline-block;padding:15px 26px;border-radius:11px;background:var(--navy);color:#fff;font-weight:800}@media(max-width:900px){header nav{display:none}.hero h1{font-size:38px}.content{grid-template-columns:1fr}.popular-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:1fr 1fr}.rank{display:none}}@media(max-width:520px){.hero h1{font-size:32px}.hero form{margin-inline:0}.hero button{padding-inline:20px}.popular-grid,.category-grid,.list-grid{grid-template-columns:1fr}footer{flex-direction:column;text-align:center;gap:8px}}
.category-sections{display:grid;gap:22px;margin-top:34px}.category-block{border:1px solid var(--line);border-radius:16px;padding:20px;background:#fff}.category-block-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.category-block-head h2{font-size:20px;margin:0}.category-block-head a{font-size:13px;color:var(--blue);font-weight:800}.category-five{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.category-five .link-card{display:block;min-height:145px;padding:14px}.category-five .link-card i{width:42px;height:42px}.category-five .link-card h3{font-size:14px}.category-five .link-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:900px){.category-five{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.category-five{grid-template-columns:1fr}}
/* 메인 카테고리 링크를 한 화면에 많이 보여주는 압축 목록 */
.category-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.category-block{padding:16px}.category-block-head{margin-bottom:9px;padding-bottom:9px;border-bottom:1px solid var(--line)}.category-block-head h2{font-size:17px}.category-five{display:grid;grid-template-columns:1fr;gap:0}.category-five .link-card{display:grid;grid-template-columns:32px minmax(0,1fr) 24px;align-items:center;gap:9px;min-height:0;padding:8px 4px;border:0;border-bottom:1px solid #edf2f7;border-radius:0}.category-five .link-card:last-child{border-bottom:0}.category-five .link-card i{grid-column:1;width:30px;height:30px;border-radius:8px;font-size:13px}.category-five .link-card div{grid-column:2;min-width:0}.category-five .link-card h3{margin:0;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-five .link-card p{display:none}.category-five .link-card>a{position:static;grid-column:3;width:24px;height:24px;font-size:17px}.category-grid{grid-template-columns:repeat(4,1fr)}.category-grid>a{padding:11px}.category-grid i{font-size:20px}.category-grid span{display:none}@media(max-width:900px){.category-sections{grid-template-columns:1fr 1fr}.category-five{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.category-sections{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}}
/* 검색창과 첫 링크 목록을 첫 화면 가까이 배치 */
.hero{padding-top:28px;padding-bottom:24px}.hero h1{margin-top:8px;margin-bottom:4px}.hero form{margin-top:18px;margin-bottom:12px}.content{padding-top:26px}.category-sections{margin-top:22px}

.category-sections{margin-top:0}

.chips{max-width:760px;margin:0 auto;flex-wrap:nowrap;overflow:hidden}.chips a{flex:0 0 auto;padding:8px 13px}.chips .all-categories{background:var(--navy);border-color:var(--navy);color:#fff}@media(max-width:700px){.chips a:nth-child(n+4):not(.all-categories){display:none}.chips{justify-content:center}}
/* 카테고리 링크 행 전체 클릭 및 시각 정리 */
.category-block{background:#fbfdff;border-color:#dbe6f1;box-shadow:0 5px 18px rgba(25,55,90,.055)}.category-block-head{border-bottom-color:#dce7f2}.category-block-head h2{display:flex;align-items:center;gap:7px}.category-five .link-card{position:relative;transition:background-color .16s ease,padding-left .16s ease}.category-five .link-card:hover{background:#eef6ff;padding-left:9px}.category-five .link-card div,.category-five .link-card i{pointer-events:none}.category-five .link-card>a{position:absolute;inset:0;z-index:2;width:auto;height:auto;border-radius:8px;background:transparent;font-size:0}.category-five .link-card>a::after{content:'›';position:absolute;right:8px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#eaf2fb;color:#174b7d;font-size:17px}.category-five .link-card:hover>a::after{background:var(--blue);color:#fff}.category-five .link-card:focus-within{outline:2px solid var(--blue);outline-offset:1px}
.category-five .compact-link{display:grid;grid-template-columns:32px minmax(0,1fr) 24px;align-items:center;gap:9px;min-height:46px;padding:7px 5px;border-bottom:1px solid #edf2f7;border-radius:7px;transition:background-color .16s ease,padding-left .16s ease}.category-five .compact-link:last-child{border-bottom:0}.category-five .compact-link:hover{background:#eaf4ff;padding-left:10px}.category-five .compact-link i{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;color:#fff;font-style:normal;font-size:13px;font-weight:900}.category-five .compact-link b{min-width:0;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-five .compact-link b em{color:var(--mint);font-style:normal;margin-left:4px}.category-five .compact-link span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#eaf2fb;color:#174b7d;font-size:17px}.category-five .compact-link:hover span{background:var(--blue);color:#fff}.category-five .compact-link:focus-visible{outline:2px solid var(--blue);outline-offset:1px}
.site-icon{display:grid;place-items:center;width:42px;height:42px;padding:7px;border:1px solid #dfe8f2;border-radius:12px;background:#fff;box-shadow:0 3px 10px rgba(31,62,96,.08);overflow:hidden;flex:0 0 auto}.site-icon img{display:block;width:28px;height:28px;object-fit:contain}.site-icon i{place-items:center;width:28px;height:28px;border-radius:7px;color:#fff;font-style:normal;font-size:12px;font-weight:900}.site-icon i:not([hidden]){display:grid}.category-five .compact-link .site-icon{width:32px;height:32px;padding:5px;border-radius:9px}.category-five .compact-link .site-icon img{width:22px;height:22px}.category-five .compact-link .site-icon i{width:22px;height:22px;font-size:10px}.link-card>.site-icon{align-self:flex-start}.popular-grid .site-icon{margin-bottom:4px}
