@charset "utf-8";

/* 카테고리 */
.list-category { margin-bottom:20px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* 목록 */
.list-item .label-tack { padding-left:10px; }
.list-item strong { display:block; line-height:20px; margin:10px 5px 5px; text-align:center; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-details { padding:0 3%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important }
}

/* 아이콘 */
.list-wrap .wr-icon { display:inline-block; padding:0px; margin:0px; overflow:hidden; vertical-align:middle; background-repeat: no-repeat; background-position: left top; }
.list-wrap .wr-new { width:12px; height:12px; background-image: url('./img/icon_new.gif'); }
.list-wrap .wr-secret { width:12px; height:12px; background-image: url('./img/icon_secret.gif'); }
.list-wrap .wr-hot { width:12px; height:12px; background-image: url('./img/icon_hot.gif'); }

/* 목록 공통 */
.list-notice .wr-notice { display:inline-block; padding:0px; margin:0px; overflow:hidden; vertical-align:middle; background-repeat: no-repeat; background-position: left top; width:37px; height:19px; background-image: url('./img/icon_notice.gif'); }
.list-wrap { width:100%; }
.list-btn-box { margin-bottom: 15px; }
.list-btn-box a span { margin-left: 4px; }
.list-btn-box .sort a { color:crimson !important; font-weight:bold !important; }
.list-btn-box .dropdown-menu { font-size: 12px; }
.list-none { margin:0px 0px 15px; padding:80px 0px; }
.list-page { margin-bottom:15px; }
.list-page .pagination { margin:0; }

/* 내용 공통 */
.view-wrap { width:100%; overflow:hidden; }
.view-wrap .img-photo i { background: rgb(245, 245, 245); padding: 16px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(143, 143, 143); font-size: 40px; display: inline-block; }
.view-wrap .img-photo img { border-radius: 50%; width: 80px !important; height: 80px !important; display:inline-block; }
.view-wrap .img-resize img { max-width:100%; height:auto; }
.view-wrap h1 { font-size: 22px; font-weight:bold; margin:0px; line-height:50px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; margin:0px; padding:0px 10px; color: rgb(59, 62, 67); letter-spacing:-1px; }
.view-wrap h1 .photo { border-radius: 50%; width: 50px; height: 50px; margin-bottom:10px; margin-right:10px; }
.view-wrap .no-attach { border-bottom:0px; }

.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

.view-head { border-left:0px; border-right:0px; }
.view-head .sp { display:inline-block; width:20px; text-align:center; font-size:11px; color:#888; }
.view-head .list-group-item { padding:5px 15px; border-style:dotted; }
.view-tag { margin:10px 0px; padding:0px; color:#888; }
.view-tag a { color:#888; }
.view-tag a:hover { color:crimson; }
.view-cnt { margin-top:4px; }
.view-img img { display:block; max-width:100%; margin:0 auto 15px; border:0; height:auto; }
.view-content { padding:0px 15px 20px }
.view-mobile .view-content { padding:0px 0px 20px; }
.view-content img { width:auto; height:auto; max-width:100%; }
.view-content p { padding:0; margin:0; line-height:22px; }
.view-good-box { text-align:center; }
.view-good-box span { margin:15px 6px; width:80px; height:80px; display:inline-block; }
.view-good-box a { background: rgb(245, 245, 245); padding-top:14px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(51, 51, 51); font-size: 22px; line-height:26px; display: inline-block; }
.view-good-box .view-good a:hover { background: rgb(223, 17, 25); color: rgb(255, 255, 255); }
.view-good-box .view-nogood a:hover { background: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.view-author .auth-photo { width:160px; padding-right:15px; }
.view-comment { color: rgb(51, 51, 51); font-family: "Roboto", sans-serif; margin: 0px 0px 10px; padding: 0px 0px 5px; text-transform: capitalize; overflow: hidden; font-size: 20px; font-weight: 500; border-bottom-color: rgb(51, 51, 51); border-bottom-width: 1px; border-bottom-style: solid; display: inline-block; position: relative; }

#bo_v_sns {margin:4px 0 15px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 댓글 */
.comment-media { }
.comment-media .photo i { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.comment-media .photo img { border-radius: 50%; width: 64px !important; height: 64px !important; display:inline-block; }
.view-mobile .comment-media .photo i { padding: 10px; width: 54px; height: 54px; }
.view-mobile .comment-media .photo img { width: 54px !important; height: 54px !important; }

.comment-media .media { border-top:1px solid #eee; margin:7px 0px; padding:7px 0px 0px; }
.comment-media :first-child.media { border-top:0px; margin-top:0px; padding-top:0px; }
.comment-media h5 { margin:2px 0px; line-height: 22px; }
.comment-media .media .media-body { padding-left:0px; }
.comment-media .media .media-info { margin-left:10px; }
.comment-media .media .media-content {	margin-top:8px; }
.comment-media .media .media-btn {	margin-left:4px; }
.comment-media .cmt-good-btn { text-align:right; padding-right:1px; }
.comment-media .cmt-good, .comment-media .cmt-nogood { display:inline-block; width:74px; height:20px; margin-top:10px; padding-right:10px; margin-right:-1px; font:bold 11px verdana; text-align:right; letter-spacing:-1px; line-height:19px; cursor:pointer; }
.comment-media .cmt-good { background: url('./img/cmt_good.gif') no-repeat left center; color:#f4695b; }
.comment-media .cmt-nogood { background: url('./img/cmt_nogood.gif') no-repeat left center; color:#888; }

#bo_vc_opt ol {	margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_opt ol:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_opt ol li { float:left;margin:0; }
#bo_vc_send_sns ul { margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_send_sns ul:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_send_sns ul li {	float:left;margin:0 0 0 20px; }
#bo_vc_send_sns input {	margin:0 0 0 5px; }

/* 쓰기 공통 */
.write-wrap { width:100%; overflow:hidden; }
.write-wrap h2 { padding:0px; margin:0px; font-size:14px; font-weight:bold; }
.write-wrap label { font-weight:bold; margin-top:4px; }
.write-wrap .write-content { height: 300px; }
.write-wrap .write-file { border:0;box-shadow:none; }
.write-wrap .write-btn { margin:15px 0px 25px; text-align:center; }
.write-wrap .delete-file { margin:0px; padding:0px 10px; font-weight:normal; }
.write-wrap .delete-file label { font-weight: normal; }
.write-wrap .sp-label { font-weight:normal; margin-right:10px; }
.write-wrap .sp-label input[type="checkbox"], .write-wrap .sp-label input[type="radio"] { margin-top:0px; }

#autosave_pop div { text-align:right; }
#autosave_pop button { margin:0; margin-left:10px; padding:0; border:0; background:transparent; color:#888; }
#autosave_pop ul { margin:0; padding:0; padding-left:15px; list-style:disc; }
#autosave_pop li { padding:2px 5px;  }
#autosave_pop li:after { display:block; visibility:hidden; clear:both; content:""; }
#autosave_pop a { display:block; float:left; }
#autosave_pop span { display:block;; float:right; }

/* 반응형 공통 */
@media all and (max-width:460px) {
	.responsive .list-btn { text-align:center; margin:0px auto; }
	.responsive .pull-right.list-btn { float:none !important; margin-bottom:14px; }
	.responsive .view-wrap h1 { text-overflow:clip; overflow:none; white-space:normal; line-height: 24px; font-size: 18px; margin-bottom:10px; }
	.responsive .view-wrap h1 .photo { display:none; }
	.responsive .view-btn i { margin-right:0px; }
	.responsive .view-author .auth-photo { float:none; width:100%; padding-right:0px; }
	.responsive .comment-btn { text-align:center; }
	.responsive .comment-btn .pull-right { float:none !important; }
}
/* ═══════════════════════════════════════════════════════
   3W 다크 테마 — 갤러리 / 영상 게시판 오버라이드
   ═══════════════════════════════════════════════════════ */

/* ── 공통 배경 / 글자 ── */
.board-list,
.view-wrap {
    background: transparent !important;
    color: #ccc !important;
    font-family: 'Noto Sans KR', sans-serif !important;
}

/* ── 카테고리 탭 ── */
.list-category { margin-bottom: 24px; }
.list-category a {
    color: #666 !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    background: transparent !important;
    font-size: 12px !important;
    letter-spacing: .06em !important;
    padding: 5px 14px !important;
    border-radius: 20px !important;
    transition: all .2s !important;
}
.list-category .active a,
.list-category .selected a,
.list-category a:hover {
    color: #0D0D0D !important;
    background: #F5C400 !important;
    border-color: #F5C400 !important;
    font-weight: normal !important;
}

/* ── 갤러리 카드 ── */
.list-item {
    background: rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.07) !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    transition: transform .2s, border-color .2s !important;
}
.list-item:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(245,196,0,.3) !important;
}
.list-item strong {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #ddd !important;
    margin: 10px 10px 4px !important;
    line-height: 1.4 !important;
}
.list-item strong a { color: #ddd !important; text-decoration: none !important; }
.list-item strong a:hover { color: #F5C400 !important; }
.list-item .list-details {
    color: #555 !important;
    font-size: 11px !important;
    padding: 0 10px 10px !important;
}
.list-item .list-details .member,
.list-item .list-details .guest { color: #555 !important; }
.list-item .list-details .red { color: #F5C400 !important; }

/* 라벨 */
.label-cap {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 10px !important;
    letter-spacing: .1em !important;
    padding: 2px 7px !important;
    border-radius: 2px !important;
}
.label-cap.bg-red  { background: #c0392b !important; color: #fff !important; }
.label-cap.bg-blue { background: #2980b9 !important; color: #fff !important; }
.label-cap.bg-black{ background: #333 !important; color: #fff !important; }
.label-cap.bg-green{ background: #27ae60 !important; color: #fff !important; }

/* ── 하단 버튼 영역 ── */
.list-btn-box { margin-bottom: 20px; margin-top: 12px; }
.btn-black {
    background: rgba(255,255,255,.06) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    color: #bbb !important;
    border-radius: 3px !important;
}
.btn-black:hover { background: rgba(255,255,255,.1) !important; color: #fff !important; }
.btn-color {
    background: #F5C400 !important;
    border: none !important;
    color: #0D0D0D !important;
    font-family: 'Black Han Sans', sans-serif !important;
    letter-spacing: .06em !important;
    border-radius: 3px !important;
}
.btn-color:hover { background: #ffd84d !important; }
.dropdown-menu {
    background: #1c1c1c !important;
    border: 1px solid rgba(255,255,255,.1) !important;
}
.dropdown-menu li a { color: #aaa !important; }
.dropdown-menu li a:hover { background: rgba(245,196,0,.1) !important; color: #F5C400 !important; }
.dropdown-menu li.sort a { color: #F5C400 !important; }

/* ── 페이지네이션 ── */
.list-page { margin: 20px 0; }
.pagination > li > a,
.pagination > li > span {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    color: #777 !important;
    font-family: 'Bebas Neue', sans-serif !important;
    letter-spacing: .05em !important;
    margin: 0 2px !important;
}
.pagination > li > a:hover {
    background: rgba(245,196,0,.1) !important;
    color: #F5C400 !important;
    border-color: rgba(245,196,0,.3) !important;
}
.pagination > .active > a,
.pagination > .active > span {
    background: #F5C400 !important;
    border-color: #F5C400 !important;
    color: #0D0D0D !important;
}

/* ── 검색 모달 ── */
.modal-content {
    background: #1a1a1a !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    color: #ccc !important;
}
.modal-body h4 { color: #F5C400 !important; }
.modal-body .form-control {
    background: rgba(255,255,255,.05) !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    color: #ddd !important;
    border-radius: 3px !important;
}
.modal-body .form-control:focus {
    border-color: #F5C400 !important;
    box-shadow: none !important;
}

/* ── 빈 목록 안내 ── */
.list-none { color: #444 !important; }

/* ══════════════════════
   글 보기 (view)
   ══════════════════════ */

.view-wrap h1 {
    background: transparent !important;
    color: #fff !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: .02em !important;
    padding: 18px 0 14px !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    white-space: normal !important;
    line-height: 1.4 !important;
}

/* 패널 (글 정보 헤더) */
.panel-default {
    background: rgba(255,255,255,.03) !important;
    border: 1px solid rgba(255,255,255,.07) !important;
    border-top: 2px solid rgba(245,196,0,.4) !important;
    border-radius: 0 0 4px 4px !important;
    box-shadow: none !important;
}
.panel-heading,
.panel-default > .panel-heading {
    background: transparent !important;
    border-bottom: 1px solid rgba(255,255,255,.06) !important;
    color: #777 !important;
    font-size: 12px !important;
    padding: 10px 16px !important;
}
.panel-heading i { color: #555 !important; }
.panel-body {
    background: transparent !important;
    color: #ccc !important;
}

/* 첨부파일 */
.list-group-item {
    background: rgba(255,255,255,.03) !important;
    border-color: rgba(255,255,255,.08) !important;
    color: #aaa !important;
}
.list-group-item:hover { background: rgba(255,255,255,.06) !important; color: #ddd !important; }

/* 본문 */
.view-content {
    background: transparent !important;
    color: #ccc !important;
    padding: 24px 0 !important;
    line-height: 1.8 !important;
}
.view-content img { max-width: 100% !important; }
.view-content a { color: #F5C400 !important; }

/* 추천 버튼 */
.view-good-box a {
    background: rgba(255,255,255,.06) !important;
    color: #888 !important;
}
.view-good-box .view-good a:hover  { background: #c0392b !important; color: #fff !important; }
.view-good-box .view-nogood a:hover{ background: #333 !important; color: #fff !important; }

/* 이전/다음글 */
.list-group.view-head .list-group-item { color: #666 !important; }
.list-group.view-head .list-group-item a { color: #aaa !important; }
.list-group.view-head .list-group-item a:hover { color: #F5C400 !important; }

/* 글 하단 버튼 */
.view-btn .btn-black  { background: rgba(255,255,255,.06) !important; border: 1px solid rgba(255,255,255,.1) !important; color: #aaa !important; }
.view-btn .btn-color  { background: #F5C400 !important; color: #0D0D0D !important; }
.view-btn .btn-black:hover { color: #fff !important; background: rgba(255,255,255,.1) !important; }

/* 댓글 헤더 */
.view-comment {
    color: #fff !important;
    border-bottom-color: rgba(255,255,255,.15) !important;
    font-size: 16px !important;
}

/* ── 댓글 ── */
.comment-media .media {
    border-top: 1px solid rgba(255,255,255,.06) !important;
}
.comment-media .photo i {
    background: rgba(255,255,255,.06) !important;
    color: #555 !important;
}
.comment-media h5 { color: #ccc !important; }
.comment-media h5 a { color: #ccc !important; }
.comment-media h5 a:hover { color: #F5C400 !important; }
.comment-media .media-content { color: #aaa !important; }
.comment-media .text-muted { color: #555 !important; }
.comment-media .media-btn a { color: #666 !important; }
.comment-media .media-btn a:hover { color: #F5C400 !important; }

/* 댓글 입력 */
.w3-comment-form textarea,
.comment_write textarea,
#wr_content { background: rgba(255,255,255,.05) !important; border: 1px solid rgba(255,255,255,.1) !important; color: #ddd !important; border-radius: 4px !important; }
.w3-comment-form textarea:focus,
#wr_content:focus { border-color: rgba(245,196,0,.5) !important; outline: none !important; }

/* 쓰기 폼 */
.write-wrap { color: #ccc !important; }
.write-wrap h2 { color: #fff !important; }
.write-wrap label { color: #aaa !important; font-weight: normal !important; }
.write-wrap .form-control {
    background: rgba(255,255,255,.05) !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    color: #ddd !important;
}
.write-wrap .form-control:focus { border-color: rgba(245,196,0,.5) !important; box-shadow: none !important; }
.write-wrap .panel-default { background: rgba(255,255,255,.03) !important; }
.write-wrap .panel-heading { color: #888 !important; }

/* Bootstrap 전역 잔여 */
.text-muted { color: #555 !important; }
.crimson { color: #F5C400 !important; }
a.crimson { color: #F5C400 !important; }

/* ── 페이지네이션 가로 정렬 수정 ── */
.pagination {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 3px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
}
.pagination > li {
    display: block !important;
    float: none !important;
}
.list-page { text-align: center; margin: 24px 0 !important; }
