@charset "utf-8";
/* Exif 정보 */
.exif_info {
	text-align:center;
	padding-top:6px;
	color:#888;
	word-break: normal;
}

#bo_v_img .bo_v_img {
	margin-bottom:1.0rem;
}
/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:0.75rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

/* gallery */
#bo_gallery .chk-box {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:2;
}
#bo_gallery .wr-now {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.75);
	z-index:1;
}

/* 게시판 읽기 */
#bo_v_title {
	font-size:23px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:-1px;
	
}
#bo_v_con {
	min-height:200px; 
	word-break:break-all;
	overflow:hidden;
	text-align: center;
}
@media all and (max-width:575px) {
	.responsive #bo_v_title {
		font-size:20px;
		line-height:1.5;
	}
	.responsive #bo_v_con { 
		min-height:140px; 
	}
}


#bo_v_img {
	width:100%;
	text-align:center;
	overflow:hidden;
	zoom:1;
}
#bo_v_img:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_v_img a.view_image {
	display:block;
}
#bo_v_img img {
	margin-bottom:1.0rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon { 
	margin:-5px auto; 
}
#bo_v_sns_icon img { 
	width:40px; 
	border-radius:50%; 
	margin:5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
	top:0;
	left:-16px;
}
.by-writer { 
	background:#fbefef !important;
	border-top:1px solid #f6cece !important;
}
.cmt-content {
	word-break:break-all;
	overflow:hidden
}
.cmt-content img {
	max-width:100%;
	height:auto
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul { 
	list-style: none; 
	margin: 0; 
}
.cmt-btn ul > li { 
	float: left; 
	font-size:12px;
	padding: 0 10px; 
}
.cmt-btn ul > li::before { 
	float: left; 
	color:#ccc; 
	content: "|"; 
	margin-left:-12px;
}
.cmt-btn ul > li:last-child { 
	padding-right:0;
}
.cmt-btn ul > li:first-child::before, 
.cmt-btn ul > li.no-bar::before { 
	content: ""; 
	margin-left:0; 
}
.cmt-btn ul > li > a { 
	float:left;
	color:#888;
	white-space:nowrap;	
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content { 
	resize:none; 
}
@media all and (max-width:575px) {
	.responsive .cmt-box {
		border-right:0 !important;
	}
	.responsive #bo_vc_w .cmt-box {
		border-left:0 !important;
		border-radius:0 !important;
	}
	.responsive #bo_vc_login {
		border-left:0 !important;
		border-right:0 !important;
		border-radius:0 !important;
	}
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {	
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
	background:#ccc;
	border-radius:3px;
}
#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 1.0rem 0 0;
}
#bo_vc_send_sns input {	
	margin:0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
	padding-left:0;
	padding-right:0;
	border-left:0;
	border-right:0;
}
#bo_w #wr_content { 
	margin-bottom:1.0rem !important;
}
@media all and (max-width:575px) {
	#bo_w .list-group-item {
		padding-left:1.0rem;
		padding-right:1.0rem;
	}
	.responsive #bo_w #wr_content {
		max-height:160px !important;
	}
}
.go-btnl, .go-btnr{ position: fixed; z-index: 100; }
@media (min-width: 768px) {
	.go-btnl, .go-btnr { bottom: 45%; }
}
@media (max-width: 767px) {
	.go-btnl, .go-btnr {bottom: 45%;  }
}
.go-btnl {position: fixed; width:40px; left: 0px !important; right: 25px; z-index: 200; }
.go-btnl span { color:#777; background: rgba(0,0,0,0.2); margin:5px 0px; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }

.go-btnr {position: fixed; width:40px;right: -15px !important; z-index: 200; }
.go-btnr span { color:#777; background: rgba(0,0,0,0.2); margin:5px 0px; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
.go-btnr-gap{height:10px;}
.btn.btn-black2 {
    color: #888!important;
    border-image: none !important;
    background-image: none !important;
    border: 0px solid #444;
    background: rgba(0,0,0,0.2);}

.page-item.disabled .page-link {
  
    background-color: #333 !important;
	    border: 1px solid #555 !important;}
.page-item .page-link {
  
    background-color: #333 !important;
	    border: 1px solid #555 !important;}
#bo_vc_opt2{	
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
	background:#ccc;
	border-radius:3px;
}
#bo_vc_opt2 a{	
	color:#000;
}
.bo_s2_title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -1px;
}


/* 나리아 스킨 본문 확장 CSS - 게시판 스타일시트에 추가 */
/* 기본 컨테이너는 1400px 유지 */
.nt-container {
    max-width: 1400px !important;
}

/* 게시글 보기 페이지에서만 상단 메뉴 고정 해제 */
.view_page #nt_sticky_wrap.me-sticky,
body.view_page #nt_sticky_wrap.me-sticky {
    position: relative !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    z-index: auto !important;
}

.view_page .nt-header,
.view_page .navbar,
.view_page .nt-navbar,
body.view_page .nt-header,
body.view_page .navbar,
body.view_page .nt-navbar {
    position: relative !important;
    position: static !important;
    top: auto !important;
    z-index: auto !important;
}

/* body에 padding-top이 있다면 제거 (고정 메뉴용 여백) */
body.view_page {
    padding-top: 0 !important;
}

/* 게시글 보기 페이지에서만 본문 영역을 컨테이너 밖으로 확장 */
.view_page .nt-body #bo_v_con,
body.view_page #bo_v_con,
#bo_v #bo_v_con {
    position: relative !important;
    width: auto !important;
    max-width: 2000px !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
    left: auto !important;
    transform: none !important;
    z-index: 1 !important;
}

/* 2000px 이상 화면에서 중앙 정렬 */
@media (min-width: 2040px) {
    .view_page .nt-body #bo_v_con,
    body.view_page #bo_v_con,
    #bo_v #bo_v_con {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* 본문 내용 영역도 함께 확장 */
.view_page #bo_v_con .view-content,
.view_page #bo_v_article,
#bo_v #bo_v_con #bo_v_article {
    width: 100% !important;
    margin: 0 auto !important;
}

/* 본문 안의 이미지 최적화 */
.view_page #bo_v_con img,
#bo_v #bo_v_con img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 20px auto !important;
}

/* 첫 번째 이미지 위쪽 간격 제거 */
.view_page #bo_v_con img:first-child,
#bo_v #bo_v_con img:first-child {
    margin-top: 0 !important;
}

/* 마지막 이미지 아래쪽 간격 제거 */
.view_page #bo_v_con img:last-child,
#bo_v #bo_v_con img:last-child {
    margin-bottom: 0 !important;
}

/* 연속된 이미지들 사이의 간격 조정 */
.view_page #bo_v_con img + img,
#bo_v #bo_v_con img + img {
    margin-top: 30px !important;
}

/* 댓글은 원래 컨테이너 크기 유지 */
.view_page #bo_vc,
#bo_v #bo_vc {
    max-width: 1400px !important;
    margin: 0 auto !important;
    position: relative !important;
    left: auto !important;
    transform: none !important;
}

/* 모바일 */
@media (max-width: 768px) {
    .view_page .nt-body #bo_v_con,
    body.view_page #bo_v_con,
    #bo_v #bo_v_con {
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}