/**
	board skin css
*/

.board .table{border-top: 2px solid #000;border-bottom: 1px solid #ccc;}
.board .table dd {vertical-align:middle;}
.border_button{overflow:hidden;}
.board .comment-count a{color:#348fe2;padding-left:10px;}
.board .info{overflow:hidden;}
.board .info li{float:left; padding-right:20px;}
.board .contents-view{margin-bottom:10px; clear:both; padding:20px 0;}
.board .contents-view-img img { display:block; max-width:100%; margin:0 auto 15px; border:0; height:auto; }
#post-content {word-wrap: break-word;}
#post-content img {max-width:100%;}

.board .fa-user{color:#626262;}
.board .fa-comments{color:#626262;}
.board .fa-eye{color:#626262;}
.board .fa-thumbs-up{color:#626262;}
.board .fa-thumbs-down{color:#626262;}
.board .fa-clock-o{color:#626262;}
.board .fa-reply{color:#626262;}
.board .gallery .thumbnail{margin-bottom:10px;}
.board .recommand{text-align:center;margin-bottom:20px;}
.board .recommand a:hover{background:#348fe2; color:#fff; text-decoration:none;}
.board .recommand .good{background:#e9e9e9; width:50px; height:50px; display:inline-block; border-radius:50px; padding:8px; margin:0 10px;}
.board .recommand .bad{background:#e9e9e9; width:50px; height:50px; display:inline-block; border-radius:50px;padding:6px; margin:0 10px;}
.board .like {padding-top:20px;}
.board .like a{text-decoration:none;}
.board .time{font-size:12px; padding-left:10px;}
.board .tags a{font-size:12px; padding-left:5px;}
.board .reply{float:right; font-size:12px;}
.board .reply a{padding-left:5px;}
.board .ip{font-size:12px; padding-left:10px;}
.board .tags li{float:left; padding-right:10px;}
.board .sns_button div {float:left; padding-right:5px;}
.board .btn-point-info {padding-top:8px;color:#BBB;}

.board .view_full_image {cursor:pointer;}
.board .btn-admin-manage-layer { display:none;border:1px solid #ddd;position:absolute;background-color:#fff;z-index:99999; }
.board .btn-admin-manage-layer div.item { height:23px;border-bottom:1px solid #ddd; cursor:pointer;padding-left:2px;padding-right:10px; }
.board .btn-admin-manage-layer div.item { font:normal 11px 'dotum';line-height:23px; }
.board .btn-admin-manage-layer div.item i { width:20px;text-align:center; }
/*
.board .autowrap { margin:0 auto 15px; }
.board .autosize { position:relative; height: 0; padding-bottom: 56.25%; overflow: hidden; margin:0; }
.board .autosize iframe, .autosize object, .autosize embed { position: absolute; top: 0; left: 0; width: 100%; height:100%; }
*/
.board .passcord { text-align: center;margin:10px auto 0 auto;}
.board .passcord li{display:inline-block;margin-right:20px;vertical-align:middle;}

.board .copy_post_url {cursor:pointer;}

.lucky {font-size:11px;}
.lucky .luckypoint{color:#E71A41;}

.gallery-box {float:left;}
.chk_comment_all_wrapper {padding:10px;}
.comment_write_box_inner { padding:20px;}
.comment_write_button_area {margin-top:20px;overflow:hidden;}

.board #comment_write_box {
	--comment-compose-height: 138px;
	--comment-submit-height: var(--comment-compose-height);
	margin: 18px 0 22px;
	border: 1px solid #dbe2ea;
	border-top: 1px solid #dbe2ea;
	border-radius: 14px;
	background: linear-gradient(180deg, #fbfdff 0%, #f5f8fc 100%);
	overflow: hidden;
}
.board .comment_write_box_inner {
	padding: 18px;
}
.board .comment-compose-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 14px;
	align-items: stretch;
}
.board .comment_area ul,
.board .comment_write_button_area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.board .comment_area li,
.board .comment_write_button_area li {
	margin: 0;
	padding: 0;
}
.board .comment-compose-input {
	flex: 1;
	display: flex;
}
.board .comment-compose-submit {
	flex: 0 0 128px;
	display: flex;
}
.board .comment-compose-submit > div {
	display: flex;
	width: 100%;
}
.board .comment_write {
	width: 100%;
	height: var(--comment-compose-height);
	min-height: var(--comment-compose-height);
	padding: 14px 16px;
	border: 1px solid #c7d4e1;
	border-radius: 12px;
	background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
	resize: vertical;
	line-height: 1.55;
	font-size: 14px;
	box-sizing: border-box;
	box-shadow: inset 0 1px 1px rgba(23, 45, 67, 0.05);
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.board .comment_write::placeholder {
	color: #8e99a5;
	font-weight: 500;
}
.board .comment_write:hover {
	border-color: #b8c9da;
}
.board .comment_write:focus {
	border-color: #467ab0;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(70, 122, 176, 0.15);
	outline: 0;
}
.board #comment_write_box .comment-compose-submit .comment-submit-btn,
.board #comment_write_box .comment-compose-submit .commet_btn,
.board #comment_write_box .comment-compose-submit .comet_btn {
	width: 100% !important;
	height: var(--comment-submit-height) !important;
	line-height: 1.2 !important;
	border: 1px solid #2f5f91 !important;
	border-radius: 12px !important;
	background: linear-gradient(180deg, #3d77ad 0%, #2f5f91 100%) !important;
	box-shadow: 0 8px 20px rgba(37, 76, 116, 0.22) !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	padding: 14px 10px !important;
	min-height: var(--comment-submit-height) !important;
	letter-spacing: -0.01em;
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.board #comment_write_box .comment-compose-submit .comment-submit-btn:hover,
.board #comment_write_box .comment-compose-submit .commet_btn:hover,
.board #comment_write_box .comment-compose-submit .comet_btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(32, 66, 102, 0.28) !important;
	filter: brightness(1.02);
}
.board #comment_write_box .comment-compose-submit .comment-submit-btn:active,
.board #comment_write_box .comment-compose-submit .commet_btn:active,
.board #comment_write_box .comment-compose-submit .comet_btn:active {
	transform: translateY(0);
	box-shadow: 0 5px 12px rgba(32, 66, 102, 0.2) !important;
}
.board .comment-write-options {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px dashed #ccd7e3;
}
.board .comment-admin-options {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}
.board .comment-admin-options li {
	margin: 0;
	padding: 0;
}
.board .comment-admin-options input[type="text"] {
	height: 34px;
	padding: 6px 10px;
	border: 1px solid #cad4df;
	border-radius: 8px;
	background: #fff;
}

.board .comment-item {
	padding: 12px;
	margin-bottom: 10px;
	border: 1px solid #e1e6ed;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 1px 0 rgba(24, 38, 58, 0.04);
}
.board .reply_media {
	padding: 12px;
	margin-bottom: 10px;
	border: 1px solid #e1e6ed;
	border-radius: 12px;
	background: #fff;
}
.board .reply_media .top_box {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	flex-wrap: wrap;
}
.board .comment-item-best {
	border-color: #d7e3f1;
	background: linear-gradient(180deg, #fbfdff 0%, #f5f9ff 100%);
}
.board .comment-main {
	overflow: hidden;
}
.board .comment-heading {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	line-height: 1.45;
	flex-wrap: wrap;
}
.board .comment-heading .time,
.board .comment-heading .ip {
	color: #7d8792;
	font-size: 12px;
}
.board .comment-heading .reply {
	margin-left: auto;
	float: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
}
.board .comment-heading .reply a {
	padding-left: 0;
	color: #335d89;
	cursor: pointer;
	pointer-events: auto;
	text-decoration: none;
}
.board .comment-heading .reply a:hover {
	text-decoration: underline;
}
.board .comment-body {
	padding: 12px 14px;
	border-radius: 10px;
	background: #f7fafc;
	line-height: 1.7;
	word-break: break-word;
	color: #2e3640;
}
.board .comment-body-best {
	background: #eef5fc;
}
.board .reply_media .comment-author {
	font-weight: 700;
	color: #1f2933;
	min-width: 0;
	word-break: break-word;
}
.board .reply_media .comment-tools {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 12px;
}
.board .comment-pagination {
	margin-top: 14px;
	text-align: center;
}

@media (max-width: 767px) {
	.board #comment_write_box {
		--comment-compose-height: 96px;
		--comment-submit-height: 48px;
		margin: 12px 0 16px;
	}
	.board .comment_write_box_inner {
		padding: 12px;
	}
	.board .comment-compose-list {
		display: block;
		gap: 10px;
	}
	.board .comment-compose-list > li,
	.board .comment_area ul > li {
		float: none !important;
		display: block;
		width: 100% !important;
	}
	.board .comment-compose-input {
		margin-bottom: 10px;
	}
	.board .comment-compose-submit {
		display: block;
		flex-basis: auto;
		width: 100%;
	}
	.board .comment-compose-submit > div {
		display: block;
		width: 100%;
	}
	.board .comment_write {
		resize: none;
	}
	.board #comment_write_box .comment-compose-submit .comment-submit-btn,
	.board #comment_write_box .comment-compose-submit .commet_btn,
	.board #comment_write_box .comment-compose-submit .comet_btn {
		height: var(--comment-submit-height) !important;
		min-height: var(--comment-submit-height) !important;
		padding: 12px 10px !important;
	}
	.board .comment-write-options {
		margin-top: 10px;
		padding-top: 8px;
	}
	.board .comment-admin-options {
		gap: 6px;
	}
	.board .comment-admin-options li {
		max-width: 100%;
	}
	.board .comment-admin-options input[type="text"] {
		height: 32px;
		max-width: 110px;
	}
	.body .board_admin_remote,
	body .board_admin_remote {
		display: none;
	}
	.board .comment-item {
		padding: 10px;
	}
	.board .comment-item-best .media-left,
	.board .comment-item-best .media-body {
		display: block;
		width: 100%;
	}
	.board .comment-item-best .media-left {
		padding-right: 0;
		margin-bottom: 10px;
	}
	.board .comment-item-best .member-photo {
		width: 44px;
		height: 44px;
	}
	.board .comment-heading {
		gap: 6px;
		margin-bottom: 8px;
	}
	.board .comment-heading .reply {
		width: 100%;
		margin-left: 0;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.board .comment-heading .reply a,
	.board .reply_media .comment-tools .reply a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 5px 10px;
		border: 1px solid #c6d2df;
		border-radius: 999px;
		background: #fff;
		line-height: 1.2;
		font-size: 12px;
		cursor: pointer;
		pointer-events: auto;
		text-decoration: none;
	}
	.board .reply_media .top_box {
		align-items: center;
		justify-content: space-between;
		gap: 6px;
	}
	.board .reply_media .comment-author {
		flex: 1 1 auto;
		width: auto;
	}
	.board .reply_media .comment-tools {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex: 0 1 auto;
		width: auto;
		max-width: 100%;
		margin-left: auto;
		margin-top: 0;
	}
	.board .reply_media .comment-tools .reply {
		float: none !important;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: wrap;
		gap: 6px;
		width: auto;
		margin-left: auto;
	}
	.board .comment-body {
		padding: 10px 12px;
		font-size: 14px;
	}
	.board .reply_media .comment-tools .reply a:active {
		background: #f1f6fb;
	}
	.board .comment-heading .time,
	.board .comment-heading .ip {
		font-size: 11px;
	}
}

.board .url-qrcode {position:relative;cursor:pointer;}
.board .url-qrcode i {margin:3px 0 0 5px;}
#qrcode-content {display:none;position:absolute;background-color:#FFF;border:2px solid #DDD;padding:10px;width:240px;}
#qrcode-content .qrcode_code {border:5px solid #479BE3;float:left;}
#qrcode-content .qrcode_code img {width:100px;height:100px;}
#qrcode-content .qrcode_info {float:left;margin:0 0 0 10px;width:90px;font-size:12px;line-height:18px;color:#555;}

.list_page .board_form_box {display:none;}
.sbx-play-link-wrap {
	margin: 20px 0;
}
.sbx-play-btn {
	display: inline-block;
	padding: 11px 24px;
	border-radius: 999px;
	background-color: #111;
	border: 1px solid #111;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background-color .2s ease, border-color .2s ease;
}
.sbx-play-btn:hover,
.sbx-play-btn:focus {
	background-color: #000;
	border-color: #000;
	color: #fff !important;
}

.board #comment_write_box #cmt_btn_submit {
	width: 100% !important;
	height: var(--comment-submit-height) !important;
	min-height: var(--comment-submit-height) !important;
	padding: 14px 10px !important;
	border: 1px solid #2f5f91 !important;
	border-radius: 12px !important;
	background: linear-gradient(180deg, #3d77ad 0%, #2f5f91 100%) !important;
	box-shadow: 0 8px 20px rgba(37, 76, 116, 0.22) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.01em;
	text-shadow: none !important;
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.board #comment_write_box #cmt_btn_submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(32, 66, 102, 0.28) !important;
	filter: brightness(1.02);
}
.board #comment_write_box #cmt_btn_submit:active {
	transform: translateY(0);
	box-shadow: 0 5px 12px rgba(32, 66, 102, 0.2) !important;
}

@media (max-width: 767px) {
	.board #comment_write_box #cmt_btn_submit {
		height: var(--comment-submit-height) !important;
		min-height: var(--comment-submit-height) !important;
		padding: 12px 10px !important;
	}
}