@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:#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;
	}
}

/* ───────── 이벤트 레이아웃 ───────── */
.na-event-layout {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 40px
}

.na-event-thumb {
	flex: 0 0 320px
}

	.na-event-thumb img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 6px
	}

.na-event-meta.card {
	flex: 1;
	min-width: 280px;
	border: 0;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0,0,0,.08)
}

.na-event-meta .card-header {
	font-weight: 700
}

.na-event-meta .row-tb {
	display: flex;
	border-top: 1px solid #eee
}

	.na-event-meta .row-tb:first-of-type {
		border-top: 0
	}

	.na-event-meta .row-tb div:first-child {
		flex: 0 0 90px;
		font-weight: 600;
		background: #f7f7f7;
		padding: 10px 14px
	}

	.na-event-meta .row-tb div:last-child {
		flex: 1;
		padding: 10px 14px
	}

/* ───────── 정답 선택 카드 ───────── */
.na-event-layout {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 40px
}

.na-event-thumb {
	flex: 0 0 320px
}

	.na-event-thumb img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 6px
	}

.na-event-meta.card {
	flex: 1;
	min-width: 280px;
	border: 0;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0,0,0,.08)
}

.na-event-meta .card-header {
	font-weight: 700
}

.na-event-meta .row-tb {
	display: flex;
	border-top: 1px solid #eee
}

	.na-event-meta .row-tb:first-of-type {
		border-top: 0
	}

	.na-event-meta .row-tb div:first-child {
		flex: 0 0 90px;
		font-weight: 600;
		background: #f7f7f7;
		padding: 10px 14px
	}

	.na-event-meta .row-tb div:last-child {
		flex: 1;
		padding: 10px 14px
	}

/* ───────── 정답 선택 카드 ───────── */
.answer-card {
	border: 0;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0,0,0,.08)
}

.answer-options {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap
}

.answer-option {
	cursor: pointer;
	user-select: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 150px;
	padding: 24px 12px;
	border: 2px solid #ddd;
	border-radius: 10px;
	transition: .2s
}

	.answer-option:hover {
		border-color: #888;
		background: #fafafa
	}

	.answer-option.selected {
		border-color: #d9232d;
		background: #fff3f3
	}

	.answer-option .title {
		font-weight: 700;
		margin-bottom: 6px
	}

	.answer-option .stat {
		font-size: .85rem;
		color: #666
	}

	.answer-option input {
		display: none
	}
.eventtopbox {
	display: flex;
	flex-direction: row-reverse;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
	gap: 10px;
}

#bo_v_con {
	flex: 0 0 70%; /* 70% 고정 */
}

.bo_v_text_wrapper {
	flex: 0 0 30%; /* 30% 고정 */
	display: flex;
	justify-content: center;
	align-items: center;
}

.view-images img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}
.mt-3, .my-3 {
	margin-top: 0px !important;
}
.card-header:first-child {
	border-radius: 10px 10px 0 0;
	margin-top: 1.8rem;
	background: #007bff !important;
}
.custom-border {
	border-bottom: 1px solid rgba(0, 0, 0, 0.11) !important;
}

.label-box {
	width: 25%;
	background: #333;
	color: white;
}

.rounded-left {
	border-radius: 0 0 0 10px;
}
.custom-border {
	border-bottom: 1px solid rgba(0, 0, 0, 0.11) !important;
}

.label-dark {
	background: #333;
	color: white;
}

.rounded-left {
	width: 25%;
	border-radius: 0 0 0 10px;
}
.daydate {
	display: flex;
	border-bottom: 1px solid #00000014;
}
.day_period {
	width: 25%;
	background: #333;
	color: white;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.day_point {
	width: 25%;
	background: #333;
	color: white;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.nt-body {
	margin-top: 1.5rem;
}
.answer-option {
	display: inline-block;
	width: 230px;
	padding: 24px 15px 22px;
	margin: 5px 3px;
	border: 1px solid #ccc;
	border-radius: 15px;
	background: url('https://mt-kick.com/theme/BS4-Basic/img/img_bo_event_btn_bg.png') repeat-x;
	background-size: auto 101%;
	text-align: center;
	box-shadow: 0px 2px 4px rgb(50 60 70 / 10%);
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

	.answer-option:hover {
		box-shadow: 0 0 0 2px #007bff;
		transform: translateY(-2px);
	}

	.answer-option.selected {
		border-color: #007bff;
		background-color: rgba(0, 123, 255, 0.1);
		box-shadow: 0 0 0 3px #007bff66;
	}

.answer-text {
	display: block;
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
}

input[type="radio"].d-none {
	display: none;
}

.event-meta card border-0 rounded-0 {
	background: #ffffff00 !important;
}
, btn btn-success btn-sm {
	width: 50%;
	margin: 20px 0;
	padding: 10px;
	font-size: 1em;
	font-weight: bold;
	border-radius: 10px;
	background: white;
	color: #007bff;
	border: 1px solid #007bff;
}

.btn btn-success btn-sm {
	padding: 10px 20px;
	font-size: 1em;
	margin: 20px 0;
	width: 50%;
	background: #f5f5f5;
	color: #636363;
	border: 2px solid #007bff;
	border-radius: 10px;
}
.right_side_event {
	background: #f3f3f3;
	margin-top: -25px;
	height: 110%;
	border-radius: 10px;
}
.event_top_notice {
	position: relative;
	margin-bottom: 40px;
}
.event_text {
	position: relative;
	z-index: 2;
	display: inline-block;
	border: 4px solid #007bff;
	border-radius: 8px 8px 0 0;
	border-bottom: 0;
	padding: 7px 25px;
	background: #f7f8fa;
	color: #007bff;
	font-weight: bold;
}
.event_bar {
	position: relative;
	z-index: 1;
	background: #007bff;
	width: 100%;
	height: 4px;
	margin-top: -4px;
}
.answer-submit-btn {
	background: #85c0ff;
	border: 0;
	padding: 10px 20px;
	color: #1e1e1e;
	border-radius: 10px;
	margin-top: 30px;
	width: 50%;
}




.event-list-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
	padding: 1rem;
}

.event-card {
	display: block;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0,0,0,0.08);
	text-decoration: none;
	color: #000;
	transition: transform 0.2s ease;
}

	.event-card:hover {
		transform: translateY(-4px);
	}

.thumb-wrap {
	position: relative;
	overflow: hidden;
	height: 200px;
}

	.thumb-wrap img,
	.thumb-wrap .no-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

.label {
	position: absolute;
	top: 0;
	left: 0;
	background: #e53935;
	color: #fff;
	font-size: 0.85rem;
	padding: 5px 10px;
	border-bottom-right-radius: 10px;
}

.hover-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-weight: bold;
	padding: 0.5rem;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.event-card:hover .hover-text {
	opacity: 1;
}

.event-info {
	padding: 15px;
	text-align: center;
}

	.event-info .title {
		font-weight: bold;
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}

	.event-info .date {
		font-size: 0.9rem;
		color: #777;
	}

@media (max-width: 767.98px) {
	.eventtopbox {
		display: flex;
		flex-direction: column-reverse;
		align-items: stretch;
		justify-content: flex-start;
		width: 100%;
		gap: 10px;
	}

	#bo_v_con img {
		max-width: 100%;
		height: 100%;
		width: 100%;
	}
}