@charset "utf-8";

/* 모바일 목록 */
@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;
	}
}

/* 웹진 스타일 */
#bo_webzine .chk-box {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:2;
}
#bo_webzine .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
}
@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_con img {
	max-width:100%;
	height:auto
}
#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;
	}
}

/* 게시판 읽기 본문 스타일 */
.view-content {width:100%;line-height:1.7em;min-height:200px;word-break:break-all;overflow:hidden}
.view-content h1, .view-content h2, .view-content h3, .view-content h4, .view-content h5, .view-content h6 {margin:20px 0 10px;font-weight:bold;line-height:1.5em}
.view-content h1 {font-size:2em}
.view-content h2 {font-size:1.8em}
.view-content h3 {font-size:1.6em}
.view-content h4 {font-size:1.4em}
.view-content h5 {font-size:1.2em}
.view-content h6 {font-size:1.1em}
.view-content p {margin:0 0 15px;line-height:1.7em}
.view-content a {color:#3a8afd;text-decoration:underline}
.view-content ul, .view-content ol {margin:0 0 15px 20px;padding:0}
.view-content ul li {list-style:disc;margin-bottom:5px}
.view-content ol li {list-style:decimal;margin-bottom:5px}
.view-content table {border-collapse:collapse;width:100%;margin:15px 0}
.view-content table th, .view-content table td {border:1px solid #ddd;padding:8px}
.view-content table th {background:#f5f5f5}
.view-content img {max-width:100%;height:auto}
.view-content iframe {max-width:100%;margin:15px 0}
.view-content blockquote {padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee;background:#f9f9f9}
.view-content code {font-family:Consolas,Monaco,monospace;background:#f5f5f5;padding:2px 5px;border-radius:3px}
.view-content pre {background:#f5f5f5;padding:15px;border-radius:5px;margin:15px 0;overflow-x:auto}
/*    Ÿ */
.view-content, #bo_v_con {
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    word-break: break-word;
    color: #333;
    padding: 20px 0;
}

/*  Ÿ */
.view-content h1, #bo_v_con h1 { font-size: 2em; font-weight: bold; margin: 0.67em 0; }
.view-content h2, #bo_v_con h2 { font-size: 1.5em; font-weight: bold; margin: 0.83em 0; }
.view-content h3, #bo_v_con h3 { font-size: 1.17em; font-weight: bold; margin: 1em 0; }
.view-content h4, #bo_v_con h4 { font-size: 1em; font-weight: bold; margin: 1.33em 0; }
.view-content h5, #bo_v_con h5 { font-size: 0.83em; font-weight: bold; margin: 1.67em 0; }
.view-content h6, #bo_v_con h6 { font-size: 0.67em; font-weight: bold; margin: 2.33em 0; }

/* ܶ Ÿ */
.view-content p, #bo_v_con p {
    margin: 0 0 1em 0;
}

/*  Ÿ */
.view-content ul, #bo_v_con ul,
.view-content ol, #bo_v_con ol {
    padding-left: 2em;
    margin: 1em 0;
}

.view-content li, #bo_v_con li {
    margin-bottom: 0.5em;
}

/* ̺ Ÿ */
.view-content table, #bo_v_con table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

.view-content table th, #bo_v_con table th,
.view-content table td, #bo_v_con table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.view-content table th, #bo_v_con table th {
    background-color: #f8f8f8;
    text-align: left;
    font-weight: bold;
}

/* ̹ Ÿ */
.view-content img, #bo_v_con img {
    max-width: 100%;
    height: auto;
    margin: 1em auto;
    display: block;
}

/* ũ Ÿ */
.view-content a, #bo_v_con a {
    color: #3a8afd;
    text-decoration: underline;
}

.view-content a:hover, #bo_v_con a:hover {
    color: #1559cf;
}

/* ο뱸 Ÿ */
.view-content blockquote, #bo_v_con blockquote {
    margin: 1em 0;
    padding: 1em;
    border-left: 5px solid #eee;
    background-color: #f9f9f9;
    color: #555;
}

/* ڵ  Ÿ */
.view-content pre, #bo_v_con pre {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1em;
    overflow-x: auto;
    margin: 1em 0;
    font-family: monospace;
}

/* ζ ڵ Ÿ */
.view-content code, #bo_v_con code {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 2px 4px;
    font-family: monospace;
}

/* м Ÿ */
.view-content hr, #bo_v_con hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2em 0;
}
