/*
Theme Name: 김이장
Theme URI: https://kimijang.com
Author: Kimijang
Description: 한국 농업 정보 블로그를 위한 빠르고 읽기 편한 맞춤형 테마입니다.
Version: 1.1.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: kimijang
*/

:root {
	--green-900:#314813;--green-800:#3f5d19;--green-700:#567421;--green-600:#6f8d2b;--green-100:#eef2df;
	--cream:#f8f6ee;--cream-2:#f2efe4;--paper:#fff;--ink:#20241c;--muted:#687064;--line:#e4e2d9;
	--shadow:0 12px 35px rgba(35,49,19,.08);--radius:10px;--shell:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Pretendard,-apple-system,BlinkMacSystemFont,"Noto Sans KR","Malgun Gothic",Arial,sans-serif;font-size:16px;line-height:1.72;word-break:keep-all}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:hover{color:var(--green-700)}button,input,textarea,select{font:inherit}.site-shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed!important;top:10px;left:10px;width:auto;height:auto;padding:10px 16px;background:#fff;clip:auto;z-index:99999}.center{text-align:center}

.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:43px;padding:9px 18px;border:1px solid var(--green-800);border-radius:5px;background:var(--green-800);color:#fff;font-weight:700;transition:.2s}.button:hover{background:var(--green-900);color:#fff;transform:translateY(-1px)}.button-outline{background:#fff;color:var(--green-800);border-color:var(--line)}.button-outline:hover{border-color:var(--green-700)}.button-block{width:100%}

.site-header{background:rgba(255,255,255,.97);border-top:3px solid var(--green-800);position:relative;z-index:30}.header-main{min-height:98px;display:flex;align-items:center;justify-content:space-between;gap:28px}.site-branding{display:flex;align-items:center;gap:23px;min-width:0}.brand-mark{display:inline-flex;align-items:center;color:var(--green-800);font-family:"Nanum Myeongjo","Batang",serif;font-size:34px;font-weight:900;letter-spacing:-2px;white-space:nowrap}.brand-mark:hover{color:var(--green-800)}.brand-sprout{color:#c5a63b;font-size:24px;margin-left:2px;transform:rotate(-22deg)}.custom-logo{max-width:200px;max-height:62px;width:auto}.site-tagline{max-width:280px;margin:0;padding-left:23px;border-left:1px solid var(--line);color:#60685d;font-size:13px;line-height:1.55}.header-actions{display:flex;align-items:center;gap:14px}.search-form{width:220px;height:43px;display:flex;border:1px solid var(--line);border-radius:5px;background:#fff}.search-form label{flex:1}.search-field{width:100%;height:100%;padding:0 12px;border:0;background:transparent;outline:0;font-size:14px}.search-submit{width:44px;border:0;background:transparent;color:var(--ink);font-size:25px;cursor:pointer}.menu-toggle{display:none;width:43px;height:43px;padding:10px;border:1px solid var(--line);border-radius:5px;background:#fff}.menu-toggle>span:not(.screen-reader-text){display:block;height:2px;margin:4px 0;background:var(--ink)}.primary-navigation{border-block:1px solid var(--line);background:#fff}.primary-menu{list-style:none;display:flex;align-items:center;justify-content:space-between;margin:0;padding:0}.primary-menu li{margin:0}.primary-menu a{display:block;padding:17px 10px 15px;font-size:15px;font-weight:700;position:relative}.primary-menu a:after{content:"";position:absolute;left:50%;right:50%;bottom:-1px;height:3px;background:var(--green-700);transition:.2s}.primary-menu a:hover:after,.primary-menu .current-menu-item>a:after{left:10px;right:10px}

.home-main{padding:18px 0 0}.ad-slot{overflow:hidden;border-radius:var(--radius);margin:0 0 18px}.ad-slot .widget{margin:0}.ad-slot-guide{min-height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #d8d3c5;background:linear-gradient(110deg,#f8f6ef,#f2efe6);color:#8a887e;font-size:13px}.ad-slot-guide small{font-size:11px}.home-columns{display:grid;grid-template-columns:minmax(0,1fr) 244px;gap:28px;align-items:start}.feature-grid{display:grid;grid-template-columns:1.25fr .6fr .6fr;grid-template-rows:270px 220px;gap:10px}.post-card{min-width:0}.feature-grid .post-card{position:relative;overflow:hidden;border-radius:7px;background:#20251e;color:#fff}.feature-grid .post-card-hero{grid-row:1/3}.feature-grid .post-card-side{grid-column:2/4}.feature-grid .post-card-side:nth-of-type(3){grid-column:auto}.feature-grid .post-card-lower{grid-row:2}.feature-grid .post-card-lower:nth-of-type(4){grid-column:2}.feature-grid .post-card-lower:nth-of-type(5){grid-column:3}.feature-grid .post-card-lower:nth-of-type(6){display:none}.feature-grid .post-card-image{position:absolute;inset:0}.feature-grid .post-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(12,15,9,.9) 100%)}.feature-grid img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.feature-grid .post-card:hover img{transform:scale(1.035)}.feature-grid .post-card-content{position:absolute;left:0;right:0;bottom:0;padding:18px;z-index:2}.feature-grid .post-card-hero .post-card-content{padding:24px}.post-category{display:inline-block;margin-bottom:8px;color:var(--green-700);font-size:12px;font-weight:800}.feature-grid .post-category{padding:3px 8px;border-radius:3px;background:rgba(91,119,33,.93);color:#fff}.post-card-title{margin:0;letter-spacing:-.035em;line-height:1.38}.post-card-title a{color:inherit}.post-card-hero .post-card-title{font-size:27px}.post-card-side .post-card-title{font-size:19px}.post-card-lower .post-card-title{font-size:16px}.post-card-excerpt{margin:9px 0 0;color:inherit;font-size:13px;opacity:.9}.post-card-lower .post-card-excerpt,.post-card-side .post-card-excerpt{display:none}.post-meta{display:flex;align-items:center;gap:7px;margin-top:11px;color:#7a8176;font-size:12px}.feature-grid .post-meta{color:rgba(255,255,255,.8)}

.home-sidebar{display:grid;gap:14px}.sidebar-card{padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff}.sidebar-card h2{margin:0 0 14px;font-size:16px;letter-spacing:-.03em}.sidebar-card ul{list-style:none;margin:0;padding:0}.profile-card{text-align:center;padding:21px 18px}.profile-image{width:92px;height:92px;margin:0 auto 12px;border-radius:50%;overflow:hidden;background:linear-gradient(145deg,#dfe9bd,#8ba94c);display:grid;place-items:center;color:#fff;font-family:serif;font-size:36px;font-weight:900}.profile-image img{width:100%;height:100%;object-fit:cover}.profile-card h2{margin:0 0 7px;font-size:20px}.profile-card p{margin:0 0 14px;color:var(--muted);font-size:13px}.popular-card ol{counter-reset:popular;list-style:none;margin:0;padding:0}.popular-card li{counter-increment:popular;display:grid;grid-template-columns:20px 1fr;gap:7px;margin:9px 0;font-size:12px;line-height:1.45}.popular-card li:before{content:counter(popular);width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:var(--green-700);color:#fff;font-size:10px}.category-card li,.archive-card li{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px dotted var(--line);font-size:13px}.category-card li:last-child,.archive-card li:last-child{border:0}.comments-card li{display:grid;grid-template-columns:14px 1fr;gap:5px;margin:8px 0;color:var(--muted);font-size:12px;line-height:1.5}.newsletter-card{background:var(--green-100)}.newsletter-card p{font-size:12px;color:var(--muted)}

.home-section{padding:35px 0 6px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.section-heading h2{margin:0;font-family:"Nanum Myeongjo","Batang",serif;font-size:20px;letter-spacing:-.03em}.section-heading h2 span{color:var(--green-600)}.section-heading>a{color:var(--muted);font-size:12px;font-weight:700}.recommend-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.post-card-recommend{overflow:hidden}.post-card-recommend .post-card-image{display:block;aspect-ratio:1.45;overflow:hidden;border-radius:6px}.post-card-recommend img{width:100%;height:100%;object-fit:cover;transition:.35s}.post-card-recommend:hover img{transform:scale(1.04)}.post-card-recommend .post-card-content{padding:10px 2px}.post-card-recommend .post-card-title{font-size:15px}.post-card-recommend .post-card-excerpt{margin:6px 0;color:var(--muted);font-size:12px;line-height:1.55}.weekly-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:7px;overflow:hidden}.weekly-item{min-height:98px;display:flex;align-items:center;gap:13px;padding:16px;border-right:1px solid var(--line);background:var(--cream)}.weekly-item:last-child{border:0}.weekly-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:50%;background:#e7dc9d;color:var(--green-800);font-size:22px}.weekly-item h3{margin:0 0 5px;font-size:13px;line-height:1.45}.text-link{color:var(--green-700);font-size:11px;font-weight:700}.photo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.photo-grid a{aspect-ratio:1.4;overflow:hidden;border-radius:5px}.photo-grid img{width:100%;height:100%;object-fit:cover;transition:.35s}.photo-grid a:hover img{transform:scale(1.045)}.latest-section{padding-bottom:50px}.latest-list{border-top:1px solid var(--line)}.latest-item{display:grid;grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:18px;padding:12px 0;border-bottom:1px solid var(--line)}.latest-thumb{height:74px;overflow:hidden;border-radius:5px}.latest-thumb img{width:100%;height:100%;object-fit:cover}.latest-content .post-category{margin:0;font-size:11px}.latest-content h3{margin:1px 0;font-size:15px}.latest-content p{margin:0;color:var(--muted);font-size:12px}.latest-item>.post-meta{white-space:nowrap}.latest-section .center{margin-top:20px}

.site-footer{padding:32px 0 15px;border-top:1px solid var(--line);background:var(--cream)}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px}.footer-brand p{max-width:280px;margin:8px 0;color:var(--muted);font-size:12px}.site-footer h2{margin:5px 0 10px;font-size:13px}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li,.site-footer a{color:var(--muted);font-size:12px}.social-links{display:flex;flex-wrap:wrap;gap:8px 12px}.footer-bottom{display:flex;justify-content:space-between;margin-top:26px;padding-top:13px;border-top:1px solid var(--line);color:#8a8d85;font-size:11px}

.inner-main{padding:28px 0 60px}.breadcrumbs{display:flex;gap:7px;align-items:center;margin-bottom:20px;color:var(--muted);font-size:12px}.content-layout{display:grid;grid-template-columns:minmax(0,790px) 280px;gap:45px;align-items:start}.entry-header{text-align:center;margin-bottom:27px}.entry-header .post-category{margin-bottom:12px}.entry-title{margin:0;font-family:"Nanum Myeongjo","Batang",serif;font-size:clamp(30px,4vw,45px);line-height:1.3;letter-spacing:-.045em}.entry-summary{max-width:670px;margin:15px auto 0;color:var(--muted);font-size:18px}.entry-header .post-meta{justify-content:center}.entry-featured{margin:0 0 32px;border-radius:10px;overflow:hidden}.entry-featured img{width:100%}.entry-content{font-size:17px}.entry-content>*{max-width:760px;margin-left:auto;margin-right:auto}.entry-content>.alignwide{max-width:1040px}.entry-content>.alignfull{max-width:none}.entry-content h2{margin-top:2em;font-size:28px;line-height:1.4}.entry-content h3{margin-top:1.7em;font-size:22px}.entry-content a{text-decoration:underline;text-underline-offset:3px;color:var(--green-700)}.entry-content blockquote{padding:12px 24px;border-left:4px solid var(--green-600);background:var(--cream);color:#4f554b}.entry-content img{border-radius:6px}.entry-tags{max-width:760px;margin:30px auto;display:flex;gap:7px;flex-wrap:wrap}.entry-tags a{padding:5px 10px;border-radius:20px;background:var(--cream);font-size:12px}.post-author-note{max-width:760px;margin:28px auto;padding:17px;border:1px solid var(--line);border-radius:8px;background:var(--cream);font-size:13px}.related-posts{margin-top:45px}.related-posts h2{font-size:20px}.related-grid,.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.archive-header{margin:0 0 26px}.archive-header h1{margin:0;font-size:36px}.archive-header p{color:var(--muted)}.archive-grid .post-card-image{display:block;aspect-ratio:1.45;overflow:hidden;border-radius:7px}.archive-grid .post-card-image img{width:100%;height:100%;object-fit:cover}.archive-grid .post-card-title{font-size:18px}.archive-grid .post-card-content{padding:12px 0 25px}.pagination{margin-top:30px}.nav-links{display:flex;gap:6px;justify-content:center}.page-numbers{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:5px}.page-numbers.current{background:var(--green-800);color:#fff}.not-found{padding:70px 20px;text-align:center;background:var(--cream);border-radius:10px}.comments-area{max-width:760px;margin:45px auto}.comments-title{font-size:21px}.comment-list{list-style:none;padding:0}.comment-body{margin:18px 0;padding:17px;border:1px solid var(--line);border-radius:7px}.comment-meta{font-size:12px}.comment-content{font-size:14px}.comment-form input:not([type=submit]),.comment-form textarea{width:100%;padding:10px;border:1px solid var(--line);border-radius:5px}.comment-form-cookies-consent input{width:auto!important}.form-submit input{padding:11px 18px;border:0;border-radius:5px;background:var(--green-800);color:#fff;font-weight:700}.site-main>.site-shell>.search-form{width:100%;max-width:650px;margin-bottom:30px}

@media(max-width:1020px){.site-shell{width:min(calc(100% - 30px),var(--shell))}.site-tagline{display:none}.home-columns{grid-template-columns:minmax(0,1fr) 220px;gap:18px}.feature-grid{grid-template-columns:1.15fr .7fr;grid-template-rows:260px 210px}.feature-grid .post-card-side{grid-column:2}.feature-grid .post-card-side:nth-of-type(3){display:none}.feature-grid .post-card-lower:nth-of-type(4){grid-column:2}.feature-grid .post-card-lower:nth-of-type(5),.feature-grid .post-card-lower:nth-of-type(6){display:none}.recommend-grid{grid-template-columns:repeat(2,1fr)}.content-layout{grid-template-columns:minmax(0,1fr) 240px;gap:25px}}
@media(max-width:780px){body{font-size:15px}.header-main{min-height:75px}.brand-mark{font-size:29px}.header-actions .search-form,.button-subscribe{display:none}.menu-toggle{display:block}.primary-navigation{display:none;position:absolute;left:0;right:0;top:76px;border-top:0;box-shadow:var(--shadow)}.primary-navigation.is-open{display:block}.primary-menu{display:block;padding:8px 15px 16px}.primary-menu a{padding:11px 8px;border-bottom:1px solid var(--line)}.home-main{padding-top:12px}.home-columns,.content-layout{grid-template-columns:1fr}.home-sidebar{grid-template-columns:repeat(2,1fr);margin-top:22px}.profile-card{grid-row:span 2}.feature-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 190px}.feature-grid .post-card-hero{grid-column:1/3;grid-row:1}.feature-grid .post-card-side:nth-of-type(2){grid-column:1;grid-row:2}.feature-grid .post-card-lower:nth-of-type(4){grid-column:2;grid-row:2}.weekly-grid{grid-template-columns:repeat(2,1fr)}.weekly-item:nth-child(2){border-right:0}.weekly-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.photo-grid{grid-template-columns:repeat(3,1fr)}.photo-grid a:nth-child(n+4){display:none}.latest-item{grid-template-columns:115px 1fr}.latest-item>.post-meta{display:none}.related-grid,.archive-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{display:none}.entry-title{font-size:32px}.entry-summary{font-size:16px}.entry-content{font-size:16px}}
@media(max-width:520px){.site-shell{width:calc(100% - 24px)}.feature-grid{display:grid;grid-template-columns:1fr;grid-template-rows:330px 180px 180px}.feature-grid .post-card-hero{grid-column:1;grid-row:1}.feature-grid .post-card-side:nth-of-type(2){grid-column:1;grid-row:2}.feature-grid .post-card-lower:nth-of-type(4){grid-column:1;grid-row:3}.post-card-hero .post-card-title{font-size:24px}.home-sidebar{grid-template-columns:1fr}.profile-card{grid-row:auto}.home-sidebar .comments-card,.home-sidebar .archive-card{display:none}.recommend-grid{grid-template-columns:1fr 1fr;gap:14px 8px}.post-card-recommend .post-card-title{font-size:14px}.post-card-recommend .post-card-excerpt{display:none}.weekly-grid{grid-template-columns:1fr}.weekly-item{border-right:0;border-bottom:1px solid var(--line)!important}.weekly-item:last-child{border-bottom:0!important}.latest-item{grid-template-columns:92px 1fr;gap:12px}.latest-thumb{height:68px}.latest-content p{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-brand{grid-column:1/3}.footer-bottom{display:block}.footer-bottom span{display:block;margin:3px 0}.related-grid,.archive-grid{grid-template-columns:1fr 1fr;gap:10px}.archive-grid .post-card-title{font-size:15px}.entry-title{font-size:28px}.entry-content h2{font-size:24px}.entry-content h3{font-size:20px}}

/* Starter screen: replaced automatically after six real posts are published. */
.demo-image{background-image:url("assets/images/demo-agriculture-grid.png");background-repeat:no-repeat;background-size:300% 200%;background-color:#dfe7c2}.demo-image-1{background-position:0 0}.demo-image-2{background-position:50% 0}.demo-image-3{background-position:100% 0}.demo-image-4{background-position:0 100%}.demo-image-5{background-position:50% 100%}.demo-image-6{background-position:100% 100%}.starter-notice{margin-bottom:12px;padding:8px 12px;border-radius:5px;background:#f4f0d8;color:#5c612e;font-size:12px}.starter-notice strong{color:var(--green-800)}.photo-grid .demo-image{display:block;width:100%;height:100%}.latest-thumb.demo-image,.post-card-recommend .demo-image{display:block}
