#vt-care-board,
#vt-care-board * { box-sizing: border-box; }

#vt-care-board {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 20px 50px;
    color: #252629;
    font-family: Pretendard, "Noto Sans KR", Arial, sans-serif;
    letter-spacing: -.02em;
}

#vt-care-board a { color: inherit; text-decoration: none; }
#vt-care-board svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

#vt-care-board .vt-care-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
#vt-care-board .vt-care-breadcrumb { margin: 0 0 8px; color: #7a7268; font-size: 13px; }
#vt-care-board .vt-care-intro h1 { margin: 0; color: #1e2023; font-size: 38px; line-height: 1.25; font-weight: 700; }
#vt-care-board .vt-care-intro p:last-child { margin: 11px 0 0; color: #686b70; font-size: 15px; line-height: 1.65; }
#vt-care-board .vt-care-primary { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; padding: 0 19px; border-radius: 12px; background: #ff8500; color: #fff; font-weight: 700; white-space: nowrap; }
#vt-care-board .vt-care-primary svg { width: 18px; height: 18px; }

#vt-care-board .vt-care-categories { display: grid; grid-template-columns: repeat(7, minmax(70px, 1fr)); gap: 12px; margin: 0 0 28px; padding: 4px 4px 22px; overflow-x: auto; border-bottom: 1px solid #dcdde0; }
#vt-care-board .vt-care-categories a { display: grid; justify-items: center; gap: 8px; min-width: 70px; color: #55585d; font-size: 13px; }
#vt-care-board .vt-care-categories span { display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid #e1e3e6; border-radius: 18px; background: #f6f7f8; color: #6b6e73; transition: .16s ease; }
#vt-care-board .vt-care-categories svg { width: 26px; height: 26px; }
#vt-care-board .vt-care-categories em { font-style: normal; white-space: nowrap; }
#vt-care-board .vt-care-categories a:hover span { transform: translateY(-2px); border-color: #ffb667; }
#vt-care-board .vt-care-categories a.is-active span { border-color: #ff8500; background: #ff8500; color: #fff; }
#vt-care-board .vt-care-categories a.is-active em { color: #e76f00; font-weight: 700; }

#vt-care-board .vt-care-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 15px; }
#vt-care-board .vt-care-toolbar > p { margin: 0; color: #44474b; font-size: 14px; }
#vt-care-board .vt-care-toolbar > p strong { color: #ed7400; }
#vt-care-board .vt-care-search { display: flex; align-items: center; min-width: 250px; overflow: hidden; border: 1px solid #dedfe2; border-radius: 999px; background: #fff; }
#vt-care-board .vt-care-search input { width: 100%; min-width: 0; height: 42px; padding: 0 4px 0 15px; border: 0; outline: 0; background: transparent; color: #333; }
#vt-care-board .vt-care-search button { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border: 0; background: transparent; color: #666b71; cursor: pointer; }
#vt-care-board .vt-care-search svg { width: 18px; height: 18px; }

#vt-care-board .vt-care-adminbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; padding: 10px 12px; border-radius: 10px; background: #fff; color: #62656a; font-size: 12px; }
#vt-care-board .vt-care-adminbar div { display: flex; gap: 5px; }
#vt-care-board .vt-care-adminbar button { padding: 6px 9px; border: 0; border-radius: 7px; background: #565b63; color: #fff; cursor: pointer; }

#vt-care-board .vt-care-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
#vt-care-board .vt-care-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid #e3e5e8; border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(35, 38, 43, .06); transition: transform .18s ease, box-shadow .18s ease; }
#vt-care-board .vt-care-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(35, 38, 43, .11); }
#vt-care-board .vt-care-card.is-notice { border-color: #ffc483; }
#vt-care-board .vt-care-card-check { position: absolute; z-index: 5; top: 10px; right: 10px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: rgba(255,255,255,.9); }

#vt-care-board .vt-care-cover { position: relative; display: block; aspect-ratio: 1/1; padding: 20px; overflow: hidden; color: #2c241d; }
#vt-care-board .vt-care-cover::after { content: ""; position: absolute; right: -28px; bottom: -30px; width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,.4); }
#vt-care-board .vt-care-cover-orange { background: linear-gradient(145deg, #fff1dd, #ffc776); }
#vt-care-board .vt-care-cover-blue { background: linear-gradient(145deg, #e5f4ff, #a8d9ff); }
#vt-care-board .vt-care-cover-green { background: linear-gradient(145deg, #eff9df, #bee58b); }
#vt-care-board .vt-care-cover-pink { background: linear-gradient(145deg, #fff0f1, #ffc2ca); }
#vt-care-board .vt-care-cover-purple { background: linear-gradient(145deg, #f4efff, #cfc0ff); }
#vt-care-board .vt-care-cover-yellow { background: linear-gradient(145deg, #fff9dc, #ffe078); }
#vt-care-board .vt-care-cover.has-image { background: #ddd; }
#vt-care-board .vt-care-cover.has-image::before { content: ""; position: absolute; z-index: 1; inset: 0 0 42%; background: linear-gradient(to bottom, rgba(0,0,0,.72), rgba(0,0,0,.34) 58%, transparent); }
#vt-care-board .vt-care-cover.has-image::after { display: none; }
#vt-care-board .vt-care-cover > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#vt-care-board .vt-care-cover-icon { position: absolute; z-index: 2; right: 18px; bottom: 18px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: rgba(255,255,255,.82); color: #4b4f54; box-shadow: 0 4px 14px rgba(28,31,35,.10); }
#vt-care-board .vt-care-cover-icon svg { width: 22px; height: 22px; }
#vt-care-board .vt-care-cover-copy { position: absolute; z-index: 2; top: 20px; right: 58px; left: 20px; display: grid; gap: 8px; }
#vt-care-board .vt-care-cover-copy small { font-size: 12px; font-weight: 700; }
#vt-care-board .vt-care-cover-copy strong { display: block; font-size: 23px; line-height: 1.34; font-weight: 700; word-break: keep-all; }
#vt-care-board .vt-care-cover.has-image .vt-care-cover-copy { color: #fff; text-shadow: 0 1px 5px rgba(0,0,0,.35); }

#vt-care-board .vt-care-card-body { padding: 15px 16px 16px; }
#vt-care-board .vt-care-actions { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; color: #4f5257; }
#vt-care-board .vt-care-actions span { display: inline-flex; align-items: center; gap: 5px; }
#vt-care-board .vt-care-actions svg { width: 19px; height: 19px; stroke-width: 1.8; }
#vt-care-board .vt-care-actions .vt-care-bookmark { margin-left: auto; }
#vt-care-board .vt-care-card-body p { margin: 0; color: #5a5d62; font-size: 14px; line-height: 1.55; }
#vt-care-board .vt-care-card-body p strong { color: #242629; }
#vt-care-board .vt-care-empty { padding: 70px 20px; text-align: center; color: #73767b; }
#vt-care-board .vt-care-pagination { margin-top: 28px; text-align: center; }
#vt-care-board .pg_wrap { display: inline-block; }

/* 보기 */
#vt-care-board.vt-care-view { max-width: 860px; }
#vt-care-board .vt-care-view-head { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid #e1e2e5; }
#vt-care-board .vt-care-view-cate { display: inline-flex; margin-bottom: 10px; padding: 6px 11px; border-radius: 999px; background: #fff0df; color: #d96b00; font-size: 12px; font-weight: 700; }
#vt-care-board .vt-care-view-head h1 { margin: 0; color: #202225; font-size: 34px; line-height: 1.35; font-weight: 700; word-break: keep-all; }
#vt-care-board .vt-care-view-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 14px; color: #7d8085; font-size: 13px; }
#vt-care-board .vt-care-view-body { padding: 0 4px; color: #35383c; font-size: 16px; line-height: 1.8; }
#vt-care-board .vt-care-view-images img,
#vt-care-board .vt-care-view-body img { max-width: 100%; height: auto; border-radius: 14px; }
#vt-care-board .vt-care-view-images { display: grid; gap: 14px; margin-bottom: 24px; }
#vt-care-board .vt-care-view-content { min-height: 180px; overflow-wrap: anywhere; font-family: "Noto Sans KR", Arial, sans-serif !important; font-size: 16px !important; line-height: 1.8 !important; }
#vt-care-board .vt-care-view-content p,
#vt-care-board .vt-care-view-content li { font-family: inherit !important; font-size: inherit; line-height: inherit; }
#vt-care-board .vt-care-view-content p { margin: 0 0 1em; }
#vt-care-board .vt-care-view-content ul,
#vt-care-board .vt-care-view-content ol { margin: .5em 0 1.2em; padding-left: 1.6em; }

/* 정보글 템플릿 */
#vt-care-board .vt-article { color: #35383c; font-family: "Noto Sans KR", Arial, sans-serif; font-size: 16px; line-height: 1.8; }
#vt-care-board .vt-article-chip { display: inline-block; margin-bottom: 14px; padding: 5px 12px; border-radius: 999px; background: #fff0df; color: #d96b00; font-size: 13px; font-weight: 700; }
#vt-care-board .vt-article-main-title { margin: 0 0 12px; color: #202225; font-size: 32px; font-weight: 800; line-height: 1.35; letter-spacing: -.025em; word-break: keep-all; }
#vt-care-board .vt-article-lead { margin: 0 0 32px !important; color: #73767b; font-size: 18px !important; line-height: 1.65 !important; }
#vt-care-board .vt-article h2 { margin: 46px 0 15px; color: #202225; font-size: 24px; font-weight: 750; line-height: 1.4; word-break: keep-all; }
#vt-care-board .vt-article h3 { margin: 0 0 6px; color: #292b2f; font-size: 18px; line-height: 1.45; }
#vt-care-board .vt-article-intro { margin: 26px 0 36px; padding: 22px 24px; border-radius: 16px; background: #fff7ed; }
#vt-care-board .vt-article-intro p:last-child,
#vt-care-board .vt-article-callout p:last-child,
#vt-care-board .vt-article-card p:last-child,
#vt-care-board .vt-article-source p:last-child,
#vt-care-board .vt-article-step p:last-child { margin-bottom: 0; }
#vt-care-board .vt-article mark { padding: 0 .14em; background: #ffe3b4; color: inherit; }
#vt-care-board .vt-article-checks { margin: 10px 0 28px !important; padding: 0 !important; list-style: none; }
#vt-care-board .vt-article-checks li { position: relative; margin: 9px 0; padding: 12px 14px 12px 42px; border-radius: 11px; background: #f6f7f8; }
#vt-care-board .vt-article-checks li::before { content: "✓"; position: absolute; top: 12px; left: 15px; color: #f07900; font-weight: 800; }
#vt-care-board .vt-article-callout { margin: 30px 0; padding: 21px 23px; border-left: 4px solid #ff8500; border-radius: 4px 14px 14px 4px; background: #fff7ed; }
#vt-care-board .vt-article-callout > strong { display: block; margin-bottom: 5px; color: #d96800; font-size: 15px; }
#vt-care-board .vt-article-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: 26px 0 34px; }
#vt-care-board .vt-article-stats > div { padding: 21px 10px; border-radius: 14px; background: #fff0df; text-align: center; }
#vt-care-board .vt-article-stats strong { display: block; color: #e96f00; font-size: 27px; line-height: 1.15; }
#vt-care-board .vt-article-stats span { display: block; margin-top: 7px; color: #71695f; font-size: 13px; }
#vt-care-board .vt-article-card { margin: 24px 0 32px; padding: 22px 23px; border: 1px solid #ffd5a7; border-radius: 15px; background: #fff; }
#vt-care-board .vt-article-card > span { display: inline-block; margin-bottom: 9px; padding: 4px 10px; border-radius: 999px; background: #fff0df; color: #d96800; font-size: 12px; font-weight: 700; }
#vt-care-board .vt-article-source { margin: 38px 0 0; padding: 18px 20px; border-radius: 12px; background: #f3f4f5; color: #666a70; font-size: 14px; }
#vt-care-board .vt-article-source > strong { display: block; margin-bottom: 4px; color: #44474c; }
#vt-care-board .vt-article-step { display: flex; align-items: flex-start; gap: 15px; margin: 12px 0; padding: 19px; border: 1px solid #e2e4e7; border-radius: 14px; background: #fff; }
#vt-care-board .vt-article-step > b { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: #ff8500; color: #fff; font-size: 15px; }
#vt-care-board .vt-article-step > div { min-width: 0; }
#vt-care-board .vt-care-filebox { margin-top: 30px; padding: 18px; border-radius: 12px; background: #f6f7f8; }
#vt-care-board .vt-care-filebox h2 { margin: 0 0 10px; font-size: 15px; }
#vt-care-board .vt-care-filebox ul { margin: 0; padding: 0; list-style: none; }
#vt-care-board .vt-care-filebox li + li { margin-top: 7px; }
#vt-care-board .vt-care-filebox a { color: #d86c00; text-decoration: underline; }
#vt-care-board .vt-care-view-actions { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 32px; padding-top: 22px; border-top: 1px solid #e1e2e5; }
#vt-care-board .vt-care-view-actions div { display: flex; flex-wrap: wrap; gap: 7px; }
#vt-care-board .vt-care-like { display: inline-flex; align-items: center; gap: 6px; }
#vt-care-board .vt-care-like svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#vt-care-board .vt-care-like-result { display: none; align-self: center; color: #ee6b27; font-size: 13px; }
#vt-care-board .vt-care-button { display: inline-flex; align-items: center; min-height: 40px; padding: 0 15px; border: 1px solid #d9dbde; border-radius: 10px; background: #fff; color: #44474c; }
#vt-care-board .vt-care-button.is-primary { border-color: #ff8500; background: #ff8500; color: #fff; }
#vt-care-board .vt-care-button.is-dark { border-color: #565b63; background: #565b63; color: #fff; }

/* 쓰기 */
#vt-care-board.vt-care-write { max-width: 860px; }
#vt-care-board .vt-care-write-head { margin-bottom: 24px; }
#vt-care-board .vt-care-write-head h1 { margin: 0; font-size: 32px; font-weight: 700; }
#vt-care-board .vt-care-write-head p { margin: 8px 0 0; color: #73767b; }
#vt-care-board .vt-care-form { display: grid; gap: 18px; }
#vt-care-board .vt-care-field { display: grid; gap: 8px; }
#vt-care-board .vt-care-field > label,
#vt-care-board .vt-care-field > strong { color: #34363a; font-size: 14px; font-weight: 700; }
#vt-care-board .vt-care-field input[type="text"],
#vt-care-board .vt-care-field input[type="password"],
#vt-care-board .vt-care-field input[type="file"],
#vt-care-board .vt-care-field select { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid #d9dbde; border-radius: 10px; background: #fff; color: #333; }
#vt-care-board .vt-care-field input[type="file"] { padding: 9px 12px; }
#vt-care-board .vt-care-options { display: flex; flex-wrap: wrap; gap: 13px; }
#vt-care-board .vt-care-editor { overflow: hidden; }
#vt-care-board .vt-care-template-tools { display: grid; gap: 11px; padding: 14px; border: 1px solid #e0e2e5; border-radius: 12px; background: #f8f9fa; }
#vt-care-board .vt-care-template-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
#vt-care-board .vt-care-template-row + .vt-care-template-row { padding-top: 11px; border-top: 1px solid #e1e3e6; }
#vt-care-board .vt-care-template-row > div:first-child { display: grid; gap: 2px; }
#vt-care-board .vt-care-template-tools strong { color: #35383c; font-size: 14px; }
#vt-care-board .vt-care-template-tools span { color: #7c8085; font-size: 12px; }
#vt-care-board .vt-care-template-buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
#vt-care-board .vt-care-template-buttons button { min-height: 34px; padding: 0 11px; border: 1px solid #ffb568; border-radius: 9px; background: #fff; color: #d96800; font-size: 12px; font-weight: 700; cursor: pointer; }
#vt-care-board .vt-care-template-buttons button:hover { border-color: #ff8500; background: #fff4e8; }
#vt-care-board .vt-care-editor textarea { width: 100%; min-height: 320px; padding: 14px; border: 1px solid #d9dbde; border-radius: 10px; }
#vt-care-board .vt-care-file-help { margin: 0; color: #83868b; font-size: 12px; }
#vt-care-board .vt-care-submit { display: flex; justify-content: flex-end; gap: 8px; margin-top: 7px; }
#vt-care-board .vt-care-submit button,
#vt-care-board .vt-care-submit a { display: inline-flex; align-items: center; justify-content: center; min-width: 92px; min-height: 44px; border: 0; border-radius: 10px; cursor: pointer; }
#vt-care-board .vt-care-submit button { background: #ff8500; color: #fff; font-weight: 700; }
#vt-care-board .vt-care-submit a { border: 1px solid #d9dbde; background: #fff; }

@media (max-width: 900px) {
    #vt-care-board .vt-care-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #vt-care-board .vt-care-categories { grid-template-columns: repeat(7, 78px); }
}

@media (max-width: 640px) {
    #vt-care-board { padding: 24px 14px 40px; }
    #vt-care-board .vt-care-intro { align-items: flex-start; flex-direction: column; }
    #vt-care-board .vt-care-intro h1 { font-size: 29px; }
    #vt-care-board .vt-care-intro p:last-child br { display: none; }
    #vt-care-board .vt-care-categories { gap: 8px; margin-bottom: 22px; padding: 4px 0 18px; }
    #vt-care-board .vt-care-categories span { width: 58px; height: 58px; }
    #vt-care-board .vt-care-toolbar { align-items: stretch; flex-direction: column; }
    #vt-care-board .vt-care-search { min-width: 0; width: 100%; }
    #vt-care-board .vt-care-grid { gap: 10px; }
    #vt-care-board .vt-care-cover { padding: 13px; }
    #vt-care-board .vt-care-cover-icon { right: 12px; bottom: 12px; width: 36px; height: 36px; border-radius: 11px; }
    #vt-care-board .vt-care-cover-copy { top: 13px; right: 44px; left: 13px; gap: 5px; }
    #vt-care-board .vt-care-cover-copy strong { font-size: 17px; }
    #vt-care-board .vt-care-card-body { padding: 11px; }
    #vt-care-board .vt-care-card-body p { display: none; }
    #vt-care-board .vt-care-actions { gap: 10px; }
    #vt-care-board .vt-care-view-head h1 { font-size: 27px; }
    #vt-care-board .vt-care-view-body { font-size: 15px; }
    #vt-care-board .vt-article-main-title { font-size: 27px; }
    #vt-care-board .vt-article-lead { font-size: 16px !important; }
    #vt-care-board .vt-article h2 { margin-top: 38px; font-size: 21px; }
    #vt-care-board .vt-article-intro,
    #vt-care-board .vt-article-callout,
    #vt-care-board .vt-article-card { padding: 18px; }
    #vt-care-board .vt-article-stats strong { font-size: 22px; }
    #vt-care-board .vt-care-template-row { align-items: stretch; flex-direction: column; }
    #vt-care-board .vt-care-template-buttons { justify-content: flex-start; }
}

@media (max-width: 370px) {
    #vt-care-board .vt-care-grid { grid-template-columns: 1fr; }
    #vt-care-board .vt-care-card-body p { display: block; }
}
