/* ===== RESET ===== */
@charset "utf-8";
html { overflow-y:scroll; }
body {
    margin:0; padding:0; font-size:14px;
    font-family:-apple-system,BlinkMacSystemFont,Pretendard Variable,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-text-size-adjust:100%;
    overflow-wrap:break-word;
}
a { color:#000; text-decoration:none; }
*, :after, :before { box-sizing:border-box; }
input[type=text], input[type=password], textarea { outline:none; }
button { background:transparent; border:0; cursor:pointer; }
legend { position:absolute; margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden; }
fieldset { border:0; margin:0; padding:0; }
li { list-style:none; margin:0; padding:0; border:0; }
ul { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; border:0; }
.empty { min-height:120px; display:flex; justify-content: center; align-items: center; }

@media (min-width:1024px) {
/* ===== HEADER ===== */
header { background:#fff; padding-top:6px; padding-bottom:8px; display:flex; align-items:center; border-bottom:1px solid #f0f0f0; position:sticky; top:0; z-index:100; }
.header-inner { width:100%; max-width:1320px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.header-left { display:flex; align-items:center; gap:12px; flex:1; }
.header-logo { }
.header-logo img { height:35px; display:block; }
.header-search { display:flex; align-items:center; gap:8px; width:320px; height:38px; border:1px solid #ddd; border-radius:25px; padding:0 14px; background:#fff; margin-top:3px; }
.header-search i { color:#888; font-size:14px; }
.header-search input { flex:1; border:none; outline:none; background:none; font-size:14px; color:#333; }
.header-search input::placeholder { color:#bbb; }
.header-nav { display:flex; align-items:center; gap:4px; list-style:none; padding:0; margin-left:auto; margin-top:3px; }
.header-nav li a { display:flex; align-items:center; height:40px; padding:3px 18px; font-size:14px; color:#333; text-decoration:none; font-weight:500; white-space:nowrap; border:1px solid #e8e8e8; border-radius:25px; margin:0 3px; }
.header-nav li a:hover { background:#f5f5f5; }
.header-nav img { height:20px; margin-right:5px; }
.header-menu-btn { display:none; font-size:22px; color:#333; background:none; border:none; }

.community-top { width:1320px; margin-left:auto; margin-right:auto; display:flex; padding-top:0px; margin-bottom:50px; }
.community-top li { border:1px solid #eee; padding:10px 20px; line-height:20px; margin-right:10px; border-radius:25px; }
.community-top li.active { background:#000;  color:#fff; }
.community-categories { display:flex;  }
.community-write-btn { margin-left:auto; }
.community-write-btn li { background:#00BFA5; line-height:30px; padding:5px 22px 5px 22px; border-radius:25px; }
.community-write-btn a { color:#fff; }
.community-write-btn i { position:relative; top:1px; right:2px; }
/* ===== CONTAINER ===== */
#container { width:100%; max-width:1320px; margin:0 auto; padding:30px 0px 0; }
#container > h1 { font-size:22px; font-weight:700; padding-bottom:20px; border-bottom:1px solid #ddd; margin-bottom:30px; }
.container-contents { display:flex; gap:30px; }

/* ===== ASIDE ===== */
aside > #community-list { width:200px; flex-shrink:0; }
.aside-location { border-bottom:1px solid #ddd; padding-bottom:20px; margin-bottom:20px; }
.aside-location h2 { font-size:16px; font-weight:700; padding-bottom:16px; }
.location-reset { display:flex; align-items:center; gap:6px; width:165px; height:40px; padding:6px 0px 8px 0px; background:none; border:1px solid #ddd; border-radius:20px; font-size:13px; color:#333; cursor:pointer; justify-content:center; }
.location-reset svg { flex-shrink:0; position:relative; top:1px; }
.aside-category-pc { margin-bottom:30px; }
.aside-category-pc h3 { font-size:18px; font-weight:700; padding-bottom:14px; }
.aside-category-pc li { font-size:16px; color:#333; cursor:pointer; padding:4px 0; line-height:25px; }
.aside-category-pc li a.active { color:#3a8afd; font-weight:600;  }
.aside-category-pc li:hover { color:#1a73e8; }
.aside-category-pc img.hot-img { width:20px; height:20px; position:relative; top:5px; }

/* ===== COMMUNITY MAIN ===== */
.community-right { flex:1; min-width:0; margin-bottom:40px; }
.post-item { display:block; width:100%; border-bottom:1px solid #f0f0f0; padding:20px 0; }
.post-content { display:flex; justify-content:space-between; align-items:flex-start; gap:16px; }
.post-body { flex:1; min-width:0; width:100%;  }
.post-desc { display:flex; font-size:14px; color:#555; line-height:1.5; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-bottom:8px; }
.post-meta { font-size:13px; color:#999; margin-bottom:8px;  }
.post-meta span { margin-right:4px; }
.post-counts { display:flex; gap:12px; font-size:13px; color:#999; margin-top:10px;  }
.post-counts span { display:flex; align-items:center; gap:4px; }
.post-counts i { font-size:13px; color:#c9c9c9; }
.post-thumb { margin-left:auto; width:100px; height:100px; }
.post-thumb img { width:100px; height:100px; object-fit:cover; border-radius:8px; }
.post-title { font-size:17px; font-weight:700; margin-bottom:6px; color:#212124; width:60%; }
.post-title-wrap { display:flex; align-items:flex-start; justify-content:space-between; gap:8px; margin-bottom:6px; }
.post-more-wrap { position:relative; flex-shrink:0; width:3%; margin-left:auto; }
.post-more-btn { background:none; border:none; padding:4px 6px; cursor:pointer; color:#bbb; font-size:16px; }
.post-more-btn:hover { color:#666; }
.post-more-menu { display:none; position:absolute; right:0; top:28px; background:#fff; border:1px solid #eee; border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,0.1); z-index:10; min-width:130px; }
.post-more-menu.show { display:block; }
.post-more-menu ul { padding:6px 0; }
.post-more-menu li a { display:flex; align-items:center; gap:8px; padding:10px 16px; font-size:13px; color:#333; }
.post-more-menu li a:hover { background:#f5f5f5; }
.post-more-menu li:last-child a { color:#d70000; }
.popular-posts { margin-top:5px; margin-bottom:20px; }

.hashtag-preview { display:flex; flex-wrap:wrap; gap:6px; min-height:20px; margin-top:10px; }
.hashtag-preview dd { margin:0; padding:4px 12px; background:#f0f7ff; color:#3a8afd; border-radius:14px; font-size:12px; }
.hashtag-preview dd .tag-remove { cursor:pointer; font-weight:bold; }

.attached-file-list { display:flex; flex-direction:column; gap:6px; margin-bottom:14px; }
.attached-file-item { display:flex; align-items:center; gap:8px; padding:8px 14px; border:1px solid #eee; border-radius:6px; font-size:13px; color:#444; }
.attached-file-item i.fa-paperclip { color:#999; }
.attached-file-name { flex:1; }
.attached-file-del { background:none; border:none; color:#d70000; cursor:pointer; padding:2px 4px; }
.attached-file-del:hover { opacity:0.7; }
/* ===== FOOTER ===== */
footer { border-top:1px solid #ddd; }
.companyinfo { width:100%; max-width:1320px; margin:0 auto; padding:30px 0px 0; }
.companyinfo > h1 { font-size:16px; padding:0 0 10px; }
.companyinfo li { display:flex; line-height:24px; }
.companyinfo li h2 { font-size:12px; font-weight:500; padding-left:5px; }
.companyinfo span { padding-right:5px; }
.copyright { text-align:center; padding:20px 0 50px; }

#hamburgerBtn,.mobile-drawer { display:none; }
}

@media (max-width:1024px) {
header { height:60px; }
.header-nav { display:none; }
.header-search { display:none; }
.header-inner { display:flex; height:60px; align-items:center; }
.header-left { }    
.header-logo { display:flex; height:60px; align-items:center; padding-top:10px; padding-left:5px;  }
.header-logo img { height:35px; }
.aside-category-pc { display:none; }
.aside-location { display:flex; justify-content: space-between; padding-left:20px; padding-top:10px; border-bottom:1px solid #eee; padding-bottom:18px; margin-bottom:5px; }
.aside-location h2 {  font-size:14px;  }    
.aside-location i {  }
.aside-location svg { position:relative; top:2px; margin-right:5px; }
.aside-location button { padding-right:20px; display:inline-flex;  }        

.community-top { margin-top:10px; display:flex; }
.community-categories { background:#000; height:35px; line-height:35px; padding:0 0px; text-align:center; width:23%; margin-left:15px; margin-bottom:20px; border-radius:25px; }
.community-categories li { color:#fff; }
.community-write-btn { position: fixed; bottom:30px; right:0px; padding:0px 10px; margin-right:18px; height:45px; line-height:45px; width:25%; background-color: #00BFA5; border-radius:25px; text-align:center; }
.community-write-btn li { color:#fff; font-weight:600; }
#container {  }
#container > h1 { font-size:16px; padding-bottom:10px; padding-left:20px; } 
.community-right { flex:1; width:90%; margin-left:auto; margin-right:auto; min-width:0; margin-bottom:40px; }
.post-item { display:block; width:100%; border-bottom:1px solid #f0f0f0; padding-top:15px; padding-bottom:20px; }
.post-content { display:flex; justify-content:space-between; align-items:flex-start; gap:16px; }
.post-body { flex:1; min-width:0; width:100%;  }
.post-desc { display:flex; font-size:12px; color:#555; line-height:1.5; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-bottom:8px; }
.post-meta { font-size:11px; color:#999; margin-bottom:8px;  }
.post-meta span { margin-right:4px; }
.post-counts { display:flex; gap:12px; font-size:12px; color:#999; margin-top:10px;  }
.post-counts span { display:flex; align-items:center; gap:4px; }
.post-counts i { font-size:13px; color:#c9c9c9; }
.post-thumb { margin-left:auto; width:100px; height:100px; }
.post-thumb img { width:100px; height:100px; object-fit:cover; border-radius:8px; }
.post-title { font-size:14px; font-weight:700; padding-top:3px; color:#212124; width:92%; }
.post-title-wrap { display:flex; align-items:flex-start; justify-content:space-between; gap:8px; margin-bottom:6px; }
.post-more-wrap { position:relative; flex-shrink:0; width:3%; margin-left:auto; }
.post-more-btn { background:none; border:none; padding:4px 6px; cursor:pointer; color:#bbb; font-size:16px; }
.post-more-btn:hover { color:#666; }
.post-more-menu { display:none; position:absolute; right:0; top:28px; background:#fff; border:1px solid #eee; border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,0.1); z-index:10; min-width:130px; }
.post-more-menu.show { display:block; }
.post-more-menu ul { padding:6px 0; }
.post-more-menu li a { display:flex; align-items:center; gap:8px; padding:10px 16px; font-size:13px; color:#333; }
.post-more-menu li a:hover { background:#f5f5f5; }
.post-more-menu li:last-child a { color:#d70000; }
.popular-posts { margin-top:5px; margin-bottom:20px; }

.hashtag-preview { display:flex; flex-wrap:wrap; gap:6px; min-height:20px; margin-top:10px; }
.hashtag-preview dd { margin:0; padding:4px 12px; background:#f0f7ff; color:#3a8afd; border-radius:14px; font-size:12px; }
.hashtag-preview dd .tag-remove { cursor:pointer; font-weight:bold; }

.attached-file-list { display:flex; flex-direction:column; gap:6px; margin-bottom:14px; }
.attached-file-item { display:flex; align-items:center; gap:8px; padding:8px 14px; border:1px solid #eee; border-radius:6px; font-size:13px; color:#444; }
.attached-file-item i.fa-paperclip { color:#999; }
.attached-file-name { flex:1; }
.attached-file-del { background:none; border:none; color:#d70000; cursor:pointer; padding:2px 4px; }
.attached-file-del:hover { opacity:0.7; }
footer { border-top:1px solid #ddd; padding-left:20px; padding-right:20px; padding-top:20px; margin-top:50px; }
.companyinfo > h1 { font-size:14px; margin-bottom:12px; }
.companyinfo li { font-size:12px; line-height:22px; display:flex;  }
.companyinfo span { padding-right:8px; } 
.companyinfo h2 { padding-left:10px; font-size:12px; font-weight:400; } 
.copyright { font-size:12px; padding:10px 0 30px; }
}