@import url(https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap);.bbs-container{background:#f0fdf4;border-radius:12px;box-shadow:0 2px 8px #0000000d;box-sizing:border-box;margin:40px auto;max-width:800px;padding:0 16px}.bbs-title{color:#047857;font-size:2rem;font-weight:700;letter-spacing:1px;margin-bottom:24px;text-align:center}.bbs-threadlist-list{list-style:none;margin:0;padding:0}.bbs-threadlist-list li{background:#e6f9ef;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:8px;padding:14px 12px;transition:background .2s,transform .1s}.bbs-threadlist-list li:hover{background:#d1f5dc;transform:translateY(-1px)}.bbs-category{color:#065f46;font-size:.85rem;margin-top:4px}.bbs-threadform{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;width:100%}.bbs-threadform input{border:1px solid #a7f3d0}.bbs-threadform button,.bbs-threadform input{border-radius:8px;box-sizing:border-box;flex:1 1 100%;font-size:16px;max-width:100%;padding:12px}.bbs-threadform button{background:#10b981;border:none;color:#fff;cursor:pointer;min-width:120px;transition:background .2s}.bbs-threadform button:hover{background:#059669}.bbs-post{background:#e6f9ef;border-radius:10px;box-shadow:0 1px 3px #0000000d;box-sizing:border-box;margin-bottom:12px;padding:12px 16px}.bbs-post-header{color:#065f46;display:flex;flex-direction:column;font-size:.9rem;justify-content:space-between;margin-bottom:6px}.bbs-post-content{color:#064e3b;line-height:1.6}.bbs-replyform{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;margin-top:20px;width:100%}.bbs-replyform button,.bbs-replyform textarea{box-sizing:border-box;font-size:16px;max-width:100%;width:100%}.bbs-replyform textarea{border:1px solid #a7f3d0;border-radius:8px;height:100px;padding:12px;resize:vertical}.bbs-replyform button{align-self:flex-end;background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:12px 16px;transition:background .2s}.bbs-replyform button:hover{background:#059669}.bbs-backbtn{background:none;border:none;box-sizing:border-box;color:#047857;cursor:pointer;font-size:.95rem;font-weight:500;margin-bottom:12px}.bbs-backbtn:hover{text-decoration:underline}@media (min-width:500px){.bbs-threadform input{flex:1 1 auto;max-width:calc(100% - 140px)}.bbs-threadform button{flex:0 0 120px;max-width:120px;min-width:0}.bbs-post-header,.bbs-threadlist-list li{flex-direction:row;justify-content:space-between}.bbs-threadlist-list li{align-items:center}.bbs-category{margin-top:0}}*{font-family:Kosugi Maru}body,html{height:100%;margin:0;overflow-y:auto;padding:0}#root{min-height:100%}
/*# sourceMappingURL=main.6ad68f95.css.map*/