.lds-facebook{display:inline-block;width:64px;height:64px;top:50%;left:50%;transform:translate(-50%,-50%);position:fixed;z-index:99999}.lds-facebook div{display:inline-block;position:absolute;left:7.8px;width:16.9px;background:#5c6bc0;animation:lds-facebook 1.2s cubic-bezier(0,.5,.5,1) infinite}.lds-facebook div:first-child{left:7.8px;animation-delay:-.24s}.lds-facebook div:nth-child(2){left:33.8px;animation-delay:-.12s}.lds-facebook div:nth-child(3){left:58.5px;animation-delay:0}.load-background{top:0;left:0;width:100%;height:100%;background-color:#0003;position:fixed;z-index:999}@keyframes lds-facebook{0%{top:6px;height:51px}50%,to{top:19px;height:26px}}.carousel{margin-bottom:20px}.carousel__pagination{display:none!important}*{box-sizing:border-box}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background-color:var(--bs-gray-500);border-radius:5px}::-webkit-scrollbar-thumb:hover{background-color:var(--bs-gray-600)}.cursor{cursor:pointer!important}body{margin:0;padding:0;font-family:Noto Sans KR,sans-serif;background-color:#f4f6f8;color:#333}a{text-decoration:none;color:inherit}ol,ul{list-style:none;padding:0;margin:0}button,input{font-family:Noto Sans KR,sans-serif}.float-clear{clear:both}.btn{display:inline-flex;justify-content:center;align-items:center;height:40px;padding:0 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;outline:none;text-decoration:none;gap:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn:active{transform:scale(.98)}.btn.primary{background-color:#5c6bc0;color:#fff;box-shadow:0 2px 5px rgba(92,107,192,.3)}.btn.primary:hover{background-color:#4f5eb3;transform:translateY(-2px);box-shadow:0 4px 8px rgba(92,107,192,.4)}.btn.secondary{background-color:#fff;border:1px solid #ddd;color:#555}.btn.secondary:hover{background-color:#f8f9fa;border-color:#bbb;color:#333}.btn.sm{height:32px;padding:0 12px;font-size:13px}.btn.full{width:100%}.text-center{text-align:center}.text-right{text-align:right}.mt-05{margin-top:5px}.mr-05{margin-right:5px}.app-container{min-height:100vh;display:flex;flex-direction:column}.main-wrapper{max-width:1600px;margin:30px auto;width:100%;display:grid;grid-template-columns:180px 1fr 300px 180px;gap:25px;align-items:start}.category-dot{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:8px;vertical-align:middle}.category-dot.free{background-color:#fff;border:1px solid #ddd}.category-dot.trip{background-color:#0082e0}.category-dot.night{background-color:#e6192e}.category-dot.massge{background-color:#ff841c}.category-dot.food{background-color:#ffef00}.category-dot.shop{background-color:#00c100}.category-dot.cp{background-color:#333}.category-dot.market{background-color:#8f7cee}.category-dot.job{background-color:#f48fb1}.category-dot.qna{background-color:#8d6e63}header{background:#fff;border-bottom:1px solid #e1e1e1;position:sticky;top:0;z-index:99;box-shadow:0 2px 10px rgba(0,0,0,.03);padding:15px 0}.header-inner{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;padding:0 20px;gap:15px}.header-top{display:flex;justify-content:space-between;align-items:center;position:relative;height:80px}.menu-area{z-index:2}.menu-trigger-btn{font-size:28px;cursor:pointer;color:#333;padding:5px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;transition:.2s}.menu-trigger-btn:hover{color:#5c6bc0;background:#f5f5f5;border-radius:50%}.logo-area{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.logo-img{height:100px;width:auto;-o-object-fit:contain;object-fit:contain;display:block}.auth-area{z-index:2}.auth-buttons{display:flex;gap:8px}.login-btn,.signup-btn{padding:8px 20px;border-radius:4px;font-size:14px;font-weight:600;transition:.2s;white-space:nowrap}.login-btn{background:#5c6bc0;color:#fff}.login-btn:hover{background:#4f5eb3}.signup-btn{border:1px solid #ddd;color:#555;background:#fff}.signup-btn:hover{background:#f8f9fa;border-color:#ccc}.header-bottom{display:flex;justify-content:center;margin-top:5px}.search-bar{width:100%;max-width:600px;display:flex;background:#f1f3f5;border-radius:50px;padding:0 5px 0 25px;height:48px;align-items:center;border:1px solid transparent;transition:.2s}.search-bar:focus-within{background:#fff;border-color:#5c6bc0;box-shadow:0 0 0 3px rgba(92,107,192,.1)}.search-bar input{border:none;background:transparent;padding:10px 0;flex-grow:1;outline:none;font-size:15px}.search-bar button{border:none;background:transparent;cursor:pointer;width:48px;height:100%;color:#777;display:flex;align-items:center;justify-content:center;font-size:18px}.slide-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:900}.slide-menu-overlay.active{display:block}.slide-menu-sidebar{position:fixed;top:0;left:-300px;width:280px;height:100%;background:#fff;z-index:99999;transition:left .3s;display:flex;flex-direction:column;box-shadow:2px 0 15px rgba(0,0,0,.1)}.slide-menu-sidebar.active{left:0}.sidebar-header{padding:20px;background:#5c6bc0;color:#fff;display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:700}.close-sidebar-btn{cursor:pointer;font-size:20px;padding:5px}.sidebar-content{flex:1;overflow-y:auto}.sidebar-content a.active{background:#e1e4f8;font-weight:700;color:#2c3e9f}.sidebar-content a{display:flex;align-items:center;padding:15px 20px;border-bottom:1px solid #f1f1f1;color:#333;font-size:15px;font-weight:500}.depth-2{display:none;background:#f8f9fa}.has-sub.open>.depth-2{display:block}.has-sub.open>a .arrow{transform:rotate(180deg);transition:.3s}.depth-2>li>a{padding-left:35px;color:#666;font-size:14px}.main-content{background:#fff;border-radius:10px;padding:25px;border:1px solid #e1e1e1;min-height:800px;box-shadow:0 2px 8px rgba(0,0,0,.02);overflow-x:hidden}.more-btn{font-size:13px;color:#999;display:flex;align-items:center;gap:4px;transition:.2s}.more-btn:hover{color:#5c6bc0}.top-slide-section{margin-bottom:40px}.slide-wrapper{overflow:hidden;width:100%;border-radius:8px}.slide-track{display:flex;gap:10px}.slide-item{min-width:calc(20% - 8px);position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.1)}.slide-item img{width:100%;height:130px;-o-object-fit:cover;object-fit:cover;display:block;transition:.3s}.slide-item:hover img{transform:scale(1.05)}.slide-overlay{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);color:#fff;padding:10px 8px;font-size:13px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.slide-dots{text-align:center;margin-top:15px;display:flex;justify-content:center;gap:6px}.dot{width:8px;height:8px;background:#ddd;border-radius:50%;transition:.3s}.dot.active{background:#5c6bc0;width:20px;border-radius:10px}.thumbnail-post-list .board-section{margin-bottom:50px}.thumbnail-post-list .thumb-post-item{display:flex;gap:18px;padding:12px 0;border-bottom:1px solid #f1f1f1;align-items:center;transition:.2s}.thumbnail-post-list .thumb-post-item:hover{background-color:#fafafa}.thumbnail-post-list .post-thumbnail{width:90px;height:60px;flex-shrink:0;position:relative;border-radius:8px;overflow:hidden;border:1px solid #eee}.thumbnail-post-list .post-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s}.thumbnail-post-list .rec-badge{position:absolute;top:0;left:0;background:#ff4757;color:#fff;font-size:11px;padding:3px 8px;border-bottom-right-radius:8px;font-weight:700}.thumbnail-post-list .post-details{flex:1;display:flex;flex-direction:column;justify-content:space-between;height:60px;padding:2px 0;white-space:nowrap;overflow:hidden}.thumbnail-post-list .post-title{margin:0;font-size:17px;line-height:1.4;font-weight:600;cursor:pointer;color:#222;overflow:hidden;text-overflow:ellipsis}.thumbnail-post-list .post-title:hover{color:#5c6bc0}.thumbnail-post-list .post-date.today{color:#03c75a}.thumbnail-post-list .comment-count{color:#ff4757;font-size:13px;font-weight:700;margin-left:4px}.thumbnail-post-list .post-meta-grid{display:flex;gap:15px;font-size:13px;color:#999}.thumbnail-post-list .post-meta-grid strong{color:#555;font-weight:500}.pagination-area{gap:6px;margin-top:30px}.page-btn,.pagination-area{display:flex;justify-content:center;align-items:center}.page-btn{min-width:32px;height:32px;border:1px solid #e1e1e1;background-color:#fff;color:#555;font-size:13px;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s}.page-btn:hover{background-color:#f1f3f5;border-color:#d1d1d1;color:#333}.page-btn.active{background-color:#5c6bc0;border-color:#5c6bc0;color:#fff;font-weight:700}.board-controls{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin:15px 0;padding-right:5px}.total-count{font-size:14px;color:#555;letter-spacing:-.5px}.pointStr{color:#ff4757;font-weight:800;margin:0 2px}.view-select{height:36px;padding:0 10px;border:1px solid #ddd;border-radius:5px;font-size:13px;color:#333;background-color:#fff;cursor:pointer;outline:none;transition:border-color .2s}.view-select:focus,.view-select:hover{border-color:#5c6bc0}.write-page-container{background-color:#f4f6f8;padding:40px 20px;min-height:100vh}.write-content-box{max-width:1100px;margin:0 auto;background:#fff;padding:15px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);border:1px solid #e1e1e1}.write-layout-table{width:100%;border-collapse:collapse;table-layout:fixed}.layout-cell{padding:0;border:none!important;display:block;width:100%}.title-cell{margin-bottom:30px;border-bottom:2px solid #eee!important}.modern-title-input{width:100%;border:none;font-size:28px;font-weight:700;padding:15px 0;outline:none;background:transparent;color:#222}.modern-title-input::-moz-placeholder{color:#ccc}.modern-title-input::placeholder{color:#ccc}.editor-cell{margin-bottom:40px}.editor-wrapper{min-height:400px}.file-cell{margin-bottom:10px}.file-input-group{display:flex;align-items:center;background-color:#f9f9f9;padding:12px 20px;border-radius:8px;border:1px solid #eee}.file-badge{font-size:13px;font-weight:700;color:#5c6bc0;background:#e8eaf6;padding:4px 8px;border-radius:4px;margin-right:15px;white-space:nowrap}.modern-file-input{flex:1;font-size:14px;color:#555}.post-view-wrapper{background-color:#f4f6f8;padding:30px 10px}.post-view-container{width:100%;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 15px rgba(0,0,0,.03);border:1px solid #e1e1e1;padding:15px}.post-header{border-bottom:1px solid #eee;padding-bottom:20px;margin-bottom:30px}.post-subject{font-size:26px;font-weight:700;color:#111;margin:0 0 20px 0;line-height:1.4;word-break:break-word}.meta-left{display:flex;align-items:center;justify-content:flex-end;gap:8px}.writer-info .nickname{font-weight:700;font-size:15px;color:#333}.writer-info .date{font-size:12px;color:#888;margin-top:2px}.meta-right{display:flex;justify-content:flex-end;gap:8px;font-size:13px;color:#777}.meta-right strong{color:#5c6bc0}.post-body{min-height:300px;font-size:16px;line-height:1.8;color:#333;margin-bottom:50px}.post-vote-box{gap:20px;margin-bottom:60px;padding:30px 0;border-top:1px dashed #eee;border-bottom:1px dashed #eee}.post-vote-box,.vote-btn{display:flex;justify-content:center}.vote-btn{flex-direction:column;align-items:center;width:70px;height:70px;border-radius:12px;border:2px solid #eee;background:#fff;cursor:pointer;transition:.2s}.vote-btn i{font-size:24px;margin-bottom:5px}.vote-btn span{font-size:16px;font-weight:700}.vote-btn.up{color:#888}.vote-btn.up.active,.vote-btn.up:hover{background:#e8eaf6;border-color:#5c6bc0;color:#5c6bc0}.vote-btn.down{color:#888}.vote-btn.down.active,.vote-btn.down:hover{border-color:#ff4757;color:#ff4757;background:#ffebee}.comment-head{display:flex;align-items:center;gap:3px}.comment-head h3{font-size:18px;font-weight:700;margin-bottom:15px;color:#111}.comment-head .count{color:#5c6bc0;margin-left:5px}.comment-item{padding:20px 0;border-bottom:1px solid #eee;display:flex;gap:15px}.comment-item.is-reply{background-color:#f9f9fa;padding:20px;margin-top:-1px}.reply-mark{color:#aaa;padding-top:5px;font-size:14px}.comment-inner{width:100%}.cmt-header{justify-content:space-between;margin-bottom:8px}.cmt-header,.writer-info{display:flex;align-items:center}.writer-info{gap:8px;font-size:14px}.writer-info img{width:32px;height:32px;border-radius:4px;-o-object-fit:cover;object-fit:cover}.writer-name{font-weight:700;color:#333}.cmt-date{font-size:12px;color:#999;margin-left:5px}.badge-writer{font-size:10px;color:#fff;background-color:#5c6bc0;padding:2px 6px;border-radius:4px;margin-left:4px;vertical-align:middle}.cmt-vote button{background:none;border:1px solid #eee;border-radius:4px;padding:2px 8px;font-size:12px;color:#777;cursor:pointer;margin-left:4px}.cmt-vote button:hover{background:#f5f5f5;color:#333}.cmt-content{font-size:15px;line-height:1.6;color:#222;white-space:pre-wrap;margin-bottom:12px;max-height:200px;overflow-y:auto;word-break:break-word}.cmt-content.cmt-del{color:#999;font-style:italic}.cmt-footer{display:flex;justify-content:flex-end;align-items:center;gap:8px}.txt-btn{background:none;border:none;font-size:12px;color:#777;cursor:pointer;padding:4px 6px;font-weight:500;white-space:nowrap}.txt-btn:hover{color:#333;text-decoration:underline}.txt-btn.danger:hover{color:#e53935}.divider{font-size:10px}.input-field{width:100%;height:80px;padding:10px;border:1px solid #ddd;border-radius:4px;resize:none;font-size:14px;outline:none;background:#fff}.input-field:focus{border-color:#5c6bc0}.form-btns{display:flex;justify-content:flex-end;gap:5px;margin-top:8px}.btn-save,.btn-submit{background:#5c6bc0;color:#fff;border:none;padding:6px 15px;border-radius:4px;font-size:13px;cursor:pointer}.btn-cancel{background:#fff;border:1px solid #ddd;padding:6px 12px;border-radius:4px;font-size:13px;cursor:pointer}.reply-form{margin-top:10px;padding:15px;background:#f1f2f4;border-radius:4px;border:1px solid #e0e0e0}.guide-text{font-size:12px;color:#888;margin-bottom:5px}.main-comment-form{margin-top:30px;border:1px solid #ddd;border-radius:6px;padding:15px;background:#fff}.main-comment-form textarea{width:100%;height:60px;border:none;resize:none;outline:none;font-size:14px}.widget-box{background:#fff;border:1px solid #e1e1e1;border-radius:10px;margin-bottom:20px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.02)}.widget-box h3{margin:0;padding:15px 20px;font-size:16px;border-bottom:1px solid #f1f1f1;background:#fff;font-weight:700;color:#333;display:flex;align-items:center;gap:5px}.live-dot{color:#ff4757;font-size:10px;animation:blink 1.5s infinite}@keyframes blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.chat-container{height:320px;display:flex;flex-direction:column}.chat-list{flex:1;overflow-y:auto;padding:15px;background-color:#fff}.chat-item{display:flex;margin-bottom:10px;align-items:flex-start}.profile-img{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;border:1px solid #eee}.profile-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.chat-content{font-size:13px;line-height:1.5;padding-top:2px}.chat-content .nickname{font-weight:700;color:#333;margin-right:5px}.chat-content .message{color:#555;word-break:break-all}.chat-input-area{display:flex;padding:12px;border-top:1px solid #eee;background:#f9f9f9;align-items:center}.chat-input-area input{flex:1;border:1px solid #ddd;padding:10px 12px;border-radius:20px;outline:none;font-size:13px;background:#fff;transition:.2s}.chat-input-area input:focus{border-color:#5c6bc0}.chat-input-area button{margin-left:8px;border:none;background:#5c6bc0;color:#fff;border-radius:50%;width:36px;height:36px;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-shrink:0;transition:.2s;box-shadow:0 2px 5px rgba(92,107,192,.3)}.chat-input-area button:hover{background:#4f5eb3;transform:scale(1.05)}.chat-input-area button i{font-size:14px}.popular-box ol{padding:10px 0}.popular-box li{padding:10px 20px;font-size:14px;border-bottom:1px solid #f9f9f9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#555}.popular-box li:last-child{border-bottom:none}.rank{font-weight:800;color:#5c6bc0;margin-right:12px;font-style:italic;width:15px;display:inline-block;text-align:center}.floating-btn-container{position:fixed;bottom:80px;left:20px;z-index:100;display:none}#chat-toggle-btn{width:56px;height:56px;border-radius:50%;background:#5c6bc0;color:#fff;border:none;font-size:22px;box-shadow:0 4px 15px rgba(92,107,192,.4);cursor:pointer;transition:.2s;display:flex;justify-content:center;align-items:center}#chat-toggle-btn:hover{transform:translateY(-3px)}.chat-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:2000;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.chat-modal.active{display:flex}.chat-modal-box{width:90%;max-width:380px;background:#fff;border-radius:15px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.3)}.modal-top{background:#5c6bc0;color:#fff;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;font-weight:700}.modal-body{flex:1;padding:0;overflow-y:hidden;display:flex;flex-direction:column;background:#f4f6f8}.mobile-chat-list{flex:1;overflow-y:auto;padding:15px}.modal-input-area{display:flex;padding:15px;background:#fff;border-top:1px solid #eee;align-items:center}.modal-input-area input{flex:1;padding:12px 15px;border-radius:25px;border:1px solid #ddd;outline:none;background:#f9f9f9}.modal-input-area button{margin-left:10px;background:#5c6bc0;color:#fff;border:none;padding:0 20px;border-radius:25px;height:42px;cursor:pointer;font-weight:700;box-shadow:0 2px 5px rgba(92,107,192,.3)}.ad-box{background:#e9ecef;color:#adb5bd;display:flex;align-items:center;justify-content:center;margin-bottom:15px;border-radius:10px;font-size:13px;font-weight:500}.left-ad-area .ad-box,.right-ad-area .ad-box{height:180px}footer{text-align:center;padding:40px 20px;color:#999;font-size:12px;margin-top:60px;border-top:1px solid #e1e1e1;background:#fff}.user-profile-area{gap:15px}.user-info,.user-profile-area{display:flex;align-items:center}.user-info{gap:8px}.header-profile-img{width:36px;height:36px;border-radius:50%;overflow:hidden;border:1px solid #ddd}.header-profile-img img.profile-img{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover}.header-nickname{font-size:14px;color:#333}.logout-btn{font-size:12px;color:#888;background:none;border:1px solid #ddd;padding:4px 8px;border-radius:4px;cursor:pointer}.logout-btn:hover{background:#f1f1f1}.auth-wrapper{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:20px}.auth-card{background:#fff;width:100%;max-width:420px;padding:40px 30px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);border:1px solid #eee;text-align:center}.auth-header{margin-bottom:30px}.auth-logo{height:60px;margin-bottom:10px}.auth-header h2{font-size:24px;color:#333;margin:0}.auth-form{text-align:left}.input-group{margin-bottom:15px}.input-group label{display:block;font-size:13px;font-weight:700;color:#555;margin-bottom:5px}.input-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:.2s}.input-group input:focus{border-color:#5c6bc0;outline:none}.input-with-btn{display:flex;gap:8px}.check-btn{white-space:nowrap;background:#f1f3f5;border:1px solid #ddd;padding:0 12px;border-radius:6px;font-size:13px;cursor:pointer}.full-btn{width:100%;padding:14px;border:none;border-radius:6px;font-size:16px;font-weight:700;cursor:pointer;margin-top:10px}.full-btn.primary{background:#5c6bc0;color:#fff}.full-btn.primary:hover{background:#4f5eb3}.auth-links,.mt-20{margin-top:20px}.auth-links{font-size:13px;color:#888;text-align:center}.auth-links a{color:#666}.divider{margin:0 10px;color:#ddd}.social-login{margin-top:30px;border-top:1px solid #eee;padding-top:20px}.social-login p{font-size:12px;color:#999;margin-bottom:15px}.social-icons{display:flex;justify-content:center;gap:15px}.social-btn{width:45px;height:45px;border-radius:50%;border:none;font-weight:700;cursor:pointer}.kakao{background:#fee500;color:#3c1e1e}.naver{background:#03c75a;color:#fff}.google{background:#fff;border:1px solid #ddd;color:#333}.auth-footer{margin-top:20px;font-size:14px;color:#666}.link{color:#5c6bc0;font-weight:700;text-decoration:underline}.sidebar-auth-section{padding:20px;background-color:#f8f9fa;border-bottom:1px solid #eee}.user-profile-box{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:15px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.profile-left{display:flex;align-items:center;gap:12px}.sidebar-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;border:1px solid #eee}.sidebar-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.user-text{display:flex;flex-direction:column}.user-text .nickname{font-size:15px;color:#333}.user-text .level{font-size:12px;color:#5c6bc0;font-weight:700;background:#e8eaf6;padding:2px 6px;border-radius:4px;display:inline-block;width:-moz-fit-content;width:fit-content;margin-top:3px}.sidebar-logout-btn{background:#fff;border:1px solid #eee;color:#888;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.sidebar-logout-btn:hover{background:#ffebee;color:#ff4757;border-color:#ffcdd2}.login-request-box{text-align:center}.login-request-box p{font-size:13px;color:#666;margin-bottom:10px}.sidebar-btns{display:flex;gap:8px;justify-content:center}.sidebar-login-btn,.sidebar-signup-btn{flex:1;padding:10px 0;border-radius:6px;font-size:14px;font-weight:700;text-align:center}.sidebar-login-btn{background:#5c6bc0;color:#fff}.sidebar-signup-btn{background:#fff;border:1px solid #ddd;color:#555}@media (max-width:1200px){figure{margin:20px 10px}.main-wrapper{grid-template-columns:1fr 300px}.left-ad-area,.right-ad-area{display:none}}@media (max-width:768px){#app{margin-bottom:45px}.main-content{padding:13px}.post-view-container,.write-content-box{padding:10px}figure{margin:10px 5px}.header-top{height:60px}.header-inner{padding:0 15px;gap:10px}.logo-img{height:50px}.menu-trigger-btn{font-size:24px;width:36px;height:36px}.auth-buttons{display:none!important}.auth-area{display:block!important;position:absolute;right:15px;top:18px}.user-profile-area{gap:0}.header-nickname,.logout-btn{display:none!important}.header-profile-img{width:32px;height:32px;border:1px solid #ddd}.search-bar{height:42px;padding-left:15px}.search-bar button{width:42px;font-size:16px}.main-wrapper{grid-template-columns:1fr;display:block}.widget-area{display:none}.floating-btn-container{display:block}.slide-item{min-width:calc(45% - 10px)}.post-thumbnail{width:90px;height:70px}.post-details{height:45px;justify-content:center;gap:5px}.post-meta-grid{flex-wrap:wrap;gap:5px 10px;font-size:11px}.list-head-row,.td-date,.td-views,.td-writer{display:none}.list-row{display:block;padding:15px}.td-title{display:block;margin-bottom:6px;font-size:15px}.list-row:after{content:"작성자 도칫삐 · 12.10 · 조회 150";display:block;font-size:12px;color:#999;margin-top:4px}.thumb-post-item{gap:10px}.post-thumbnail{width:85px;height:50px}.post-title{font-size:14px}.comment-head{padding:15px 20px 0 20px}.comment-item{padding:15px 20px;flex-direction:column;gap:10px}.comment-item.is-reply{background-color:#f8f9fa;padding-left:20px;padding-right:20px;flex-direction:row}.comment-item.is-reply .comment-inner{width:100%}.cmt-header{margin-bottom:6px}.writer-name{font-size:14px}.cmt-date{font-size:11px}.cmt-content{font-size:14px;margin-bottom:8px}.cmt-footer{justify-content:flex-end;width:100%;margin-top:5px}.txt-btn{font-size:12px;padding:6px 8px;background-color:#f5f5f5;border-radius:4px;margin-left:5px}.divider{display:none}}