@charset "utf-8";

/* 게시판 공통 */
.margin-hr-10 {
	height: 1px;
	border-top: 1px dotted #ddd;
	margin: 10px 0;
	clear: both;
}
.margin-top-m-1 {
	margin-top: -1px;
}
.board-write .sky-form section {
	margin-bottom: 0;
}

/* 게시판 목록 */
.board-list .sky-form .radio i, .board-list .sky-form .checkbox i {
	top: 0;
}
.board-list .bo_current {
	color: crimson;
}
.board-btn-adm li {
	float: left;
	margin-right: 5px;
}
.gallery-list-eb .gallery-img {
	overflow: hidden;
	max-height: 260px;
}
.gallery-list-eb img {

}
.gallery-list-eb .gallery-list-title {
	border: 1px solid #ddd;
	border-top: 0;
}
.gallery-list-eb .gallery-list-sub {
	padding: 6px 10px;
	text-align: center;
	font-size: 14px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
}
.gallery-list-eb .gallery-list-icon i {
	margin-left: 5px;
}
.gallery-list-eb .gallery-list-description {
	padding: 6px 10px;
	font-size: 12px;
	background: #f8f8f8;
}
.zoomer:hover .overlay-zoom .zoom-icon {
	opacity:0.4;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	filter: alpha(opacity = 50);
}
.overlay-zoom {
	z-index: 90;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.overlay-zoom .zoom-icon {
	top:0;
	opacity: 0;
	z-index: 100;
	width: 100%;
	height: inherit;
	position: absolute;
	background-color: #000;
	background-position: 50%;
	filter: alpha(opacity = 0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.overlay-zoom .zoom-icon i {
	color: #fff;
	text-align:center;
	font-weight:bold;
	font-size:30px;
	z-index:100;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-15px;
}

/* 게시판 쓰기 */
.board-write .tbl_wrap {
	border: 1px solid #eee;
	padding: 10px;
}
.board-write .tbl_frm01 textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #ddd;
	background: #fafafa;
	line-height: 1.7;
}
.board-write .input-group-btn .btn {
	cursor: inherit;
}

#char_count_desc {
	display: block;
	margin: 0 0 5px;
	padding: 0;
}
#char_count_wrap {
	margin: 5px 0 0;
	text-align: right;
}
#char_count {
	font-weight: bold;
}

#autosave_wrapper {
	position: relative;
}
#autosave_pop {
	display: none;
	z-index: 10;
	position: absolute;
	top: 24px;
	right: 15px;
	padding: 8px;
	width: 320px;
	height: auto !important;
	height: 180px;
	max-height: 180px;
	border: 1px solid #565656;
	background: #fff;
	overflow-y: scroll;
}
html.no-overflowscrolling #autosave_pop {
	height: auto;
	max-height: 10000px !important;
} /* overflow 미지원 기기 대응 */
#autosave_pop strong {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
#autosave_pop div {
	text-align: right;
}
#autosave_pop button {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	margin-left: 10px;
}
#autosave_pop ul {
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #e9e9e9;
	list-style: none;
}
#autosave_pop li {
	padding: 8px 5px;
	border-bottom: 1px solid #e9e9e9;
	zoom:1;
}
#autosave_pop li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
#autosave_pop a {
	display: block;
	float: left;
}
#autosave_pop span {
	display: block;
	float: right;
}
.autosave_close {
	cursor: pointer;
}
.autosave_content {
	display: none;
}

/* CK Editor Style */
.cke_chrome {
	border: 1px solid #ddd !important;
	box-shadow: none !important;
}
.cke_top {
	background: #f8f8f8 !important;
	border-bottom: 1px solid #ddd !important;
	box-shadow: none !important;
}
.cke_bottom {
	background: #f8f8f8 !important;
	border-top: 1px solid #ddd !important;
	box-shadow: none !important;
}
.cke_toolgroup {
	border: 1px solid #aaa !important;
	border-bottom-color: #aaa !important;
	box-shadow: none !important;
	background: #fff !important;
	background-image: none !important;
}
.cke_combo_button {
	border: 1px solid #aaa !important;
	border-bottom-color: #aaa !important;
	box-shadow: none !important;
	background: #fff !important;
	background-image: none !important;
}

/* 게시판 읽기 */
.board-view {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.board-view-info {
	padding: 5px 10px;
	border: 1px solid #eee;
	color: #555;
	background: #fafafa;
}
.board-view-info h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.board-view-info small {
	display: inline-block;
	margin: 0 10px 0 5px;
	font-weight: normal;
}
.board-view-info .view-photo img {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
}
.board-view-info .view-photo .fa-user {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #aaa;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
}

.board-view-file {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.board-view-file h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.board-view-file ul {
	margin-bottom: 0;
}
.board-view-file li {
	padding: 7px 10px;
	border-bottom: 1px solid #eee;
	background: #fff;
	font-size: 12px;
}
.board-view-file span {
	padding: 0 5px;
	color: #888;
}
.board-view-file a {
	color: #000;
	word-wrap: break-word;
}

.board-view-link {
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.board-view-link h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
.board-view-link li {
	padding: 7px 10px;
	border-bottom: 1px solid #eee;
	background: #fff;
	font-size: 12px;
}
.board-view-link a {
	word-wrap: break-word;
}

.board-view-bot {
	zoom: 1;
}
.board-view-bot:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
	}
.board-view-bot h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.board-view-bot ul {
	margin:0;
	padding:0;
	list-style:none;
}

.view-top-btn {
	margin: 0 0 10px;
	padding: 10px 0;
	zoom: 1;
}
.view-top-btn:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.view-top-btn h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.view-top-btn .top-btn-left li {
	float: left;
	margin-right: 5px;
}
.view-top-btn .top-btn-right li {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}

.board-view-atc {
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
.board-view-atc-title {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.board-view-img {
	margin: 0;
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.board-view-img:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.board-view-img img {
	max-width: 100%;
	height: auto;
}

.board-view-con {
	margin-bottom: 30px;
	width: 100%;
	line-height: 1.7;
	word-break: break-all;
	overflow: hidden;
}
.board-view-con a {
	color: #000;
	text-decoration: underline;
	}
.board-view-con img {
	max-width: 100%;
	height: auto;
}

.board-view-act {
	margin-bottom: 30px;
	text-align: center;
}
.board-view-act .board-view-act-gng {
	position: relative;
}
.board-view-act a {
	margin-right: 5px;
	vertical-align: middle;
}
.board-view-act strong {
	color: crimson;
}
.board-view-act-good, .board-view-act-nogood {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	padding: 5px 0;
	width: 165px;
	background: #000;
	color: #fff;
	text-align: center;
}

.board-view-sns {
	margin:0 0 20px;
	padding:0;
	list-style:none;
	zoom:1;
}
.board-view-sns:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
.board-view-sns li {
	float:left;
	margin:0 5px 0 0;
}

/* 게시판 보기에서 이미지 자동조절 */
.board-view-con .photo-image, .board-view-con .photo-image {
	margin: 0px 10px;
}
.board-view-con .photo-image img, .board-view-con .photo-image img {
	width: 100%;
}
.board-view-con .photo-text, .board-view-con .photo-text {
	color: #777;
	font-size: 11px;
	line-height: 13pt;
	margin: 0;
	padding: 5px;
	border: 1px solid #ddd;
	border-top: 0;
}
.board-view-con a {
	text-decoration: none;
}
.blind{
	display: none;
}

/* 게시판 댓글 */
.view-comment .fa-reply {
    -ms-transform: scale(-1,-1); /* IE 9 */
    -webkit-transform: scale(-1,-1); /* Chrome, Safari, Opera */
    transform: scale(-1,-1);
}
.view-comment .view-comment-photo .fa-user {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	width: 50px;
	height: 50px;
	background: #eee;
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	color: #aaa;
	margin-bottom: 10px;
}
.view-comment .view-comment-photo img {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}
.view-comment .view-comment-photo {
	float: left;
	margin-right: 10px;
}
.view-comment .media-body {
	padding-left: 60px;
}
.view-comment .media-body-pn {
	padding-left: 0px;
}
.view-comment .media-heading {
	padding-top: 3px;
}
.view-comment .comment-name {
	font-weight: bold;
}
.view-comment .comment-ip {
	font-size: 11px;
}
.view-comment .comment-time {
	padding-left: 10px;
	background: #fff;
}

.comment-area .view-comment-write-box {
	border: 1px solid #ddd;
}
.comment-area .sky-form header {
	padding:8px 16px;
}
.comment-area .sky-form footer {
	padding:10px 16px;
}
.comment-area .sky-form button {
	margin: 0;
}

/* 게시물 복사 이동 */
.copy-move {
	padding: 15px;
}
.copy-move .sky-form {
	border: 0;
}
.copy-move .copy-move-list label {
	margin-bottom: 0;
}
.copy-move .copymove_current {
	color: #e33334;
}
.copy-move .sky-form .checkbox i {
	top: 0;
}