@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;
	}
}

/* 전도용품 테마 스타일 */
.evangelism-goods-card {
	border-top: 4px solid #28a745;
	transition: all 0.3s ease;
}

.evangelism-goods-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* 어필리에이트 링크 버튼 스타일 */
.affiliate-link-btn {
	background: linear-gradient(135deg, #28a745, #20c997);
	border: none;
	color: white;
	font-weight: 600;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
}

.affiliate-link-btn:hover {
	background: linear-gradient(135deg, #20c997, #17a2b8);
	color: white;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.affiliate-link-btn:active {
	transform: translateY(0);
}

/* 어필리에이트 섹션 스타일 */
#bo_v_affiliate .card {
	border-top: 4px solid #28a745;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#bo_v_affiliate .card-header {
	background: linear-gradient(135deg, #28a745, #20c997) !important;
	border-bottom: 1px solid #28a745;
}

/* 카테고리 배지 스타일 */
.badge-primary {
	background-color: #007bff;
	font-size: 0.75rem;
	padding: 0.25rem 0.5rem;
}

/* 모달 스타일 */
#affiliateModal .modal-header,
#goodsImageModal .modal-header {
	background: linear-gradient(135deg, #28a745, #20c997);
	color: white;
}

#affiliateModal .modal-title i,
#goodsImageModal .modal-title i {
	margin-right: 0.5rem;
}

/* 전도용품 이미지 확대 모달 스타일 */
#goodsImageModal .modal-dialog {
	max-width: 600px;
}

.goods-image-large {
	max-width: 100%;
	max-height: 500px;
	width: auto;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* 전도용품 정보 섹션 스타일 */
.evangelism-goods-section {
	background: #f8f9fa;
	border-radius: 8px;
	overflow: hidden;
}

.evangelism-goods-section .card {
	border: none;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.goods-image-container {
	text-align: center;
	padding: 1rem;
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	max-width: 200px;
	margin: 0 auto;
}

.goods-image {
	max-width: 100%;
	max-height: 300px;
	width: auto;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	transition: transform 0.3s ease;
	object-fit: contain;
}

.goods-image:hover {
	transform: scale(1.05);
}

.goods-image-clickable {
	cursor: pointer;
}

.goods-image-clickable:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.goods-image-placeholder {
	padding: 2rem;
	background: #e9ecef;
	border-radius: 8px;
	border: 2px dashed #ced4da;
	color: #6c757d;
}

.goods-title {
	color: #2c3e50;
	font-weight: 700;
	border-bottom: 3px solid #28a745;
	padding-bottom: 0.5rem;
}

.goods-meta {
	margin-top: 1.5rem;
}

.goods-info-item {
	margin-bottom: 0.75rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid #e9ecef;
}

.goods-info-item:last-child {
	border-bottom: none;
}

.goods-info-item strong {
	color: #495057;
	font-weight: 600;
	min-width: 80px;
	display: inline-block;
}

.goods-info-item strong i {
	margin-right: 0.5rem;
	width: 16px;
}

.goods-info-item span {
	color: #6c757d;
	font-weight: 500;
}

.goods-purchase {
	text-align: center;
	padding-top: 1rem;
	border-top: 1px solid #e9ecef;
}

.goods-content-section {
	margin-top: 2rem;
}

.goods-content-title {
	color: #2c3e50;
	font-weight: 600;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #28a745;
}

.goods-content-title i {
	margin-right: 0.5rem;
}

/* 반응형 조정 */
@media all and (max-width: 767px) {
	.affiliate-link-btn {
		font-size: 0.875rem;
		padding: 0.375rem 0.75rem;
	}
	
	#bo_v_affiliate .card-body {
		padding: 1rem;
	}
	
	#bo_v_affiliate .col-md-4 {
		margin-top: 1rem;
	}
	
	.goods-image-container {
		margin-bottom: 1rem;
	}
	
	.goods-info-item {
		margin-bottom: 0.5rem;
	}
	
	.goods-title {
		font-size: 1.25rem;
	}
}