@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;
	}
}
/* 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
}
@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: #f5f5f5; !important;
    border-top: 1px solid #00a69c !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:10px;
	padding-right:10px;
	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;
	}
}

/* CUSTOM CSS */
.col-form-label {
	text-align:center;
}
#bo_search {
	background:#fff;
	border-radius:12px;
}
.input-group .form-control {
		background: #f5f5f5;
	color:#000;
		border: 1px solid #cbcbcb;
		border-radius: 12px;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
}
.list-group-item:first-child {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
}
.list-group-item:last-child {
		border-bottom-right-radius: 12px;
		border-bottom-left-radius: 12px;
}
.text-muted {
		color: #000 !important;
}
h1#bo_subject_title {
	font-size:16px;
	font-weight:600;
}
#bo_list_select {
	border: 1px solid #cbcbcb;
	color:#000;
	background-color:#f5f5f5;
	padding: 9px calc(0.75em + 16px) 8px 0.75em;
	border-radius: 0.5rem;
	font-size: 0.9rem;
	line-height: 1.2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.border-bottom {
		border-bottom: 0px solid #dee2e6 !important;
}

#fboardlist.board_box {
		padding:10px;
		background-color:#fff;
	border-radius:12px;
}
#bo_list > ul.na-table {
		background: #f5f5f5;
	border-radius:12px;
}
.notice {
	color:#00a69c;
	background:#fff;
	border:1px solid #cbcbcb;
	padding: 1px 5px;
}

.main_head_title {
	display: inline-block;
	position: relative;
}
.w-100 #bo_v_img {
	margin-bottom: 0rem;
	max-height:300px;
	}

#bo_v_img img { 
	margin-bottom: 0rem;
}
.list-bg {
	background:#f5f5f5;
	border-radius:12px;
	padding:10px;
}
.list-bg:hover {
	transform: scale(1.03);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.list-info table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #444;
	border-radius: 6px;
	overflow: hidden;
}

.list-info th,
.list-info td {
	border: 1px solid #cbcbcb;
	padding: 8px 10px;
	font-size: 1rem;
	color: #000;
	text-align:center;
}
.list-info th {
	background: #fff;
	color: #000;
	width: 90px;
	text-align: center;
}

.list-info td {
	background: #fff;
}
.list-info-btns {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 10px;
}

.list-info-btns a {
	flex: 1;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	border-radius: 6px;
	font-size: 1rem;
	transition: background 0.2s ease;
	color: #cbcbcb;
	text-decoration: none;
}
.btn-review {
	background: #fff;
	border:2px solid #000;
}

.btn-review:hover {
	background: #f5f5f5;
}

.btn-go {
	background: #fff;
	border:2px solid #00a69c;
}

.btn-go:hover {
	background: #00a69c;
	color: #fff !important;
}
td.site_list_color {
	color:#00a69c;
}
.tag-box {
	display: inline-block;
	background: #444;
	color: #fff;
	padding: 4px 10px;
	margin: 3px 5px 0 0;
	border-radius: 5px;
	font-size: 0.85rem;
}

/* NEW CUSTOM*/
.bo_info_box {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 10px;
	background: #f5f5f5;
}

.bo_info_img {
	flex: 0 0 auto;
	width: 300px;
}

.bo_info_img img {
	width: 100%;
	height: 100%;
	max-height: 250px;
	display: block;
	border-radius: 8px;
}

.bo_info_text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start; 
}
.bo_info_text h2 {
	margin: 0 0 6px 0;
	font-size: 1.6rem;
	text-align: center;
}

.bo_info_text p {
	margin: 0;
	font-size: 1rem;
}

.box-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

.box-item {
	flex: 0 0 calc(50% - 5px);
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.box-item-full {
	flex: 0 0 100%;
	max-width: 100%;
	min-width: 0; /* ✅ 줄바꿈 안되던 문제 해결 */
}

.box-thumb {
	width: 40px;
	height: 40px;
	border-radius: 6px;
	object-fit: cover;
	margin-right: 10px;
}

.box-text {
	display: block; /* ✅ flex 제거 */
	text-align: left;
}

.box-title {
	margin: 0;
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}

.box-desc {
	margin: 3px 0 0;
	font-size: 0.95rem;
	color: #00a69c;
	display: block;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
}
.box-desc a {
	color: #00a69c !important;
}
.benefit-tag {
	display: inline-block;
	border: 1px solid #cbcbcb;
	background: #00a69c;
	color: #fff;
	padding: 3px 6px;
	border-radius: 6px;
	font-size: 0.9rem;
	word-break: keep-all;
	line-height: 1.4;
	max-width: 100%;
}
@media (max-width: 1000px) {
	.bo_info_box {
		flex-direction: column;
	}

	.bo_info_img {
		width: 100%;
		max-width: 100%;
	}

	.bo_info_text {
		width: 100%;
		align-items: center;
		text-align: center;
	}
	
	.box-grid {
		justify-content: center;
	}

	.box-item {
		width: 100%;
	}
}
h2.intro-sub {
    font-size: 1.6rem;
    text-align: center;
}
.intro-box {
	width:100%;
	background:#fff;
	border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.intro-box p {
    font-size: 1rem;
	font-weight: 400 !important;
}
