* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: "Noto Sans KR", -apple-system, "Malgun Gothic", sans-serif; background: #f7f3e9; color: #2b2c1f; font-size: 17px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; }
.site-header { background: #2f5233; color: #fff; padding: 18px 24px; }
.header-inner { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; gap: 24px; }
.logo { font-family: "Gowun Batang", serif; font-size: 20px; font-weight: 700; }
.main-nav { display: flex; gap: 22px; font-size: 14px; font-weight: 500; margin-left: 12px; }
.main-nav a, .main-nav ul, .main-nav li { display: inline-flex; }
.main-nav a { opacity: .88; }
.main-nav a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 5px; }
.mobile-nav-btn { display: none; margin-left: auto; background: none; border: none; color: #fff; font-size: 20px; }
.search-hero { max-width: 1160px; margin: 0 auto; padding: 36px 24px 0; }
body:not([id="tt-body-index"]) .search-hero { display: none; }
.search-card { background: linear-gradient(135deg, #3c6b45, #2f5233); color: #fff; border-radius: 20px; padding: 36px 40px; position: relative; overflow: hidden; }
.search-card h1 { font-size: 25px; font-weight: 900; margin-bottom: 6px; }
.search-card p { opacity: .9; font-size: 14.5px; margin-bottom: 20px; }
.search-box { background: #fff; border-radius: 12px; padding: 6px 6px 6px 16px; display: flex; align-items: center; gap: 10px; max-width: 520px; }
.search-box input { border: none; outline: none; flex: 1; font-size: 14.5px; color: #333; font-family: inherit; }
.search-box button { background: #c9a15a; color: #2b2c1f; border: none; border-radius: 8px; padding: 10px 18px; font-weight: 800; font-size: 13.5px; }
.region-chips { margin-top: 16px; }
.region-chips, .region-chips ul { display: flex; flex-wrap: wrap; gap: 8px; }
.region-chips a { background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.35); color: #fff; font-size: 12.5px; font-weight: 600; padding: 6px 14px; border-radius: 20px; display: inline-block; }
.region-chips a:hover { background: #c9a15a; border-color: #c9a15a; color: #2b2c1f; }
.layout { max-width: 1160px; margin: 0 auto; padding: 32px 24px 60px; display: grid; grid-template-columns: 2fr 1fr; gap: 30px; }
@media (max-width: 800px) { .layout { grid-template-columns: 1fr; } .main-nav { display: none; } .mobile-nav-btn { display: block; } }
.section-title { font-size: 15px; font-weight: 900; color: #2f5233; margin-bottom: 16px; }
.card-list { display: flex; flex-direction: column; gap: 14px; }
.course-card { background: #fff; border-radius: 16px; padding: 16px; display: flex; gap: 16px; align-items: center; border: 1px solid #eee3cf; box-shadow: 0 3px 0 #e8dcc0; }
.thumb { width: 84px; height: 84px; flex: none; border-radius: 12px; background: #e6ecd8 center/cover no-repeat; }
.course-info { flex: 1; min-width: 0; }
.course-top { margin-bottom: 6px; }
.region-tag { display: inline-block; font-size: 11.5px; font-weight: 800; color: #2f5233; background: #e6ecd8; padding: 3px 9px; border-radius: 10px; }
.course-card h2 { font-size: 16.5px; font-weight: 700; margin: 4px 0 4px; color: #223521; }
.course-card .desc { font-size: 13px; color: #6b6c58; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.course-meta { font-size: 12px; color: #9a9a82; margin-top: 6px; display: flex; gap: 10px; }
.go-btn { flex: none; background: #2f5233; color: #fff; font-size: 12.5px; font-weight: 700; padding: 9px 16px; border-radius: 10px; white-space: nowrap; }
.widget { background: #fff; border-radius: 16px; padding: 20px; margin-bottom: 18px; border: 1px solid #eee3cf; box-shadow: 0 3px 0 #e8dcc0; }
.widget h3 { font-size: 14px; color: #2f5233; font-weight: 900; margin-bottom: 14px; }
.profile-widget { text-align: center; }
.profile-widget .avatar { width: 56px; height: 56px; border-radius: 50%; background: #e6ecd8; margin: 0 auto 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.profile-widget .name { font-weight: 700; font-size: 15px; }
.profile-widget .bio { font-size: 12.5px; color: #7c7d68; margin-top: 4px; }
.region-list a, .region-list li, .region-list ul { display: block; }
.side-list li { display: flex; justify-content: space-between; gap: 8px; font-size: 13px; padding: 8px 0; border-bottom: 1px dashed #eee3cf; }
.side-list li:last-child { border: none; }
.side-meta { font-size: 11.5px; color: #9a9a82; white-space: nowrap; }
.ad-slot { text-align: center; color: #a8a084; font-size: 12.5px; border-style: dashed; }
.post-detail { background: #fff; border-radius: 18px; padding: 28px; border: 1px solid #eee3cf; box-shadow: 0 3px 0 #e8dcc0; }
.crumb { font-size: 12.5px; color: #8b8c73; margin-bottom: 14px; }
.top-badges { margin-bottom: 10px; }
.post-detail h1 { font-size: 25px; font-weight: 900; line-height: 1.45; margin-bottom: 8px; }
.post-meta { font-size: 12.5px; color: #9a9a82; margin-bottom: 20px; }
.body-text { font-size: 15.5px; color: #3a3b30; }
.body-text h2 { font-size: 19px; font-weight: 800; margin: 26px 0 10px; color: #223521; }
.body-text p { margin-bottom: 12px; }
.body-text img { border-radius: 12px; margin: 12px 0; }
.tag-trail { margin-top: 22px; font-size: 12.5px; color: #8b8c73; }
.admin-bar { font-size: 12px; color: #9a9a82; margin-top: 10px; }
.related-title { font-size: 14px; font-weight: 900; color: #2f5233; margin: 30px 0 12px; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .related-grid { grid-template-columns: 1fr; } }
.rel-card { background: #f7f3e9; border-radius: 12px; padding: 12px; display: flex; gap: 10px; }
.rel-thumb { width: 48px; height: 48px; border-radius: 8px; background: #e6ecd8 center/cover no-repeat; flex: none; }
.rel-card h4 { font-size: 13px; font-weight: 700; margin-bottom: 3px; }
.rc-meta { font-size: 11px; color: #9a9a82; }
.prev-next { display: flex; justify-content: space-between; gap: 10px; margin-top: 24px; font-size: 13px; }
.pn-item { color: #6b6c58; }
.comment-wrap { margin-top: 34px; border-top: 1px solid #eee3cf; padding-top: 20px; }
.comment-wrap h3 { font-size: 14px; font-weight: 900; color: #2f5233; margin-bottom: 14px; }
.comment-list li { padding: 12px 0; border-bottom: 1px dashed #eee3cf; font-size: 13.5px; }
.c-name { font-weight: 700; }
.c-date { font-size: 11.5px; color: #9a9a82; margin: 2px 0 6px; }
.comment-form { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.comment-form input { flex: 1; min-width: 120px; border: 1px solid #eee3cf; border-radius: 8px; padding: 9px 12px; font-size: 13px; }
.comment-form textarea { width: 100%; border: 1px solid #eee3cf; border-radius: 8px; padding: 10px 12px; font-size: 13.5px; min-height: 70px; }
.comment-form button { background: #2f5233; color: #fff; border: none; border-radius: 8px; padding: 9px 18px; font-weight: 700; font-size: 13px; }
.paging { display: flex; justify-content: center; gap: 6px; margin-top: 30px; font-size: 13px; }
.pg-num, .pg-nav { padding: 6px 12px; border-radius: 8px; background: #fff; border: 1px solid #eee3cf; }
.pg-num.on { background: #2f5233; color: #fff; }
.quick-box { margin-top: 6px; background: #f7f3e9; border: 1px solid #eee3cf; border-radius: 16px; padding: 20px 22px; }
.quick-box h3 { font-size: 14px; font-weight: 900; color: #2f5233; margin-bottom: 14px; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; font-size: 13.5px; }
@media (max-width: 480px) { .quick-grid { grid-template-columns: 1fr; } }
.quick-grid .k { color: #8b8c73; font-weight: 700; display: inline-block; width: 64px; }
.cta-btn { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 18px; background: #2f5233; color: #fff !important; font-weight: 800; font-size: 15.5px; padding: 15px; border-radius: 12px; box-shadow: 0 4px 0 #1f3a22; }
.cta-sub { text-align: center; font-size: 11.5px; color: #9a9a82; margin-top: 8px; }
table.fee { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 14px; }
table.fee th, table.fee td { border: 1px solid #eee3cf; padding: 10px 12px; text-align: left; }
table.fee th { background: #f0ead9; color: #2f5233; font-weight: 800; }
.addr-copy { display: flex; align-items: center; justify-content: space-between; background: #f7f3e9; border: 1px solid #eee3cf; border-radius: 10px; padding: 12px 16px; margin-top: 10px; font-size: 13.5px; }
.steps { display: flex; flex-direction: column; gap: 12px; margin: 14px 0; }
.step-item { display: flex; gap: 14px; align-items: flex-start; background: #f7f3e9; border: 1px solid #eee3cf; border-radius: 12px; padding: 14px 16px; }
.step-num { flex: none; width: 28px; height: 28px; border-radius: 50%; background: #2f5233; color: #fff; font-weight: 900; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.step-body b { font-size: 14.5px; color: #223521; display: block; margin-bottom: 3px; }
.step-body span { font-size: 13px; color: #6b6c58; }
.checklist { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; margin: 14px 0; }
@media (max-width: 480px) { .checklist { grid-template-columns: 1fr; } }
.checklist li { display: flex; align-items: center; gap: 8px; font-size: 13.5px; background: #fff; border: 1px solid #eee3cf; border-radius: 10px; padding: 10px 12px; }
.checklist li::before { content: "✔"; color: #2f5233; font-weight: 900; font-size: 12px; }
.faq { margin: 14px 0; display: flex; flex-direction: column; gap: 8px; }
.faq details { background: #fff; border: 1px solid #eee3cf; border-radius: 12px; padding: 4px 16px; }
.faq summary { cursor: pointer; font-weight: 700; font-size: 14.5px; padding: 12px 0; color: #223521; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "Q. "; color: #2f5233; font-weight: 900; }
.faq summary::after { content: "＋"; float: right; color: #9a9a82; }
.faq details[open] summary::after { content: "－"; }
.faq p { font-size: 13.5px; color: #6b6c58; padding: 0 0 14px; }
.hashtags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; }
.hashtags a { font-size: 12.5px; color: #2f5233; background: #e6ecd8; padding: 5px 12px; border-radius: 20px; }
.site-footer { text-align: center; padding: 30px 24px; font-size: 12.5px; color: #8b8c73; background: #efe8d4; }
.footer-sub { margin-top: 6px; font-size: 11.5px; color: #a8a48a; }

/* 글 상세 페이지에서는 목록용 섹션 제목 숨김 */
body#tt-body-page .section-title { display: none; }
