/* ie9이하 */
.legacy-browser {
	text-align: center;
	padding:25px 0;
	overflow:hidden;
	background:#363636;
}
.legacy-browser__title {
	font-size:21px;
	color:#ff0000;
}
.legacy-browser__content {
	margin-top:10px;
	font-size:18px;
	color:#fff;
}
.legacy-browser__link {
	color:#ffcb00;
}
.legacy-browser__link:hover {
	color:#e8b900;
	text-decoration: underline;
}
.legacy-browser__close {
	display:inline-block;
	margin-top:20px;
	width:100px;
	padding:6px;
	background:#ffcb00;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border:none;
	border-radius:4px;
}
.legacy-browser__close:hover {
	background-color:#e8b900;
}
.legacy-browser__close span {
	color:#000;
}

/* main popup */
.popup_cont_wrap {
  position:relative;
  overflow:hidden;
}
.popup_cont_wrap .popup_cont .popup_img {
	text-align: center;
}
.popup_cont_wrap .popup_cont .popup_img img {
	width:100%;
}

/* modal */
.modal {
	text-align: center;
  padding: 0 !important;
}
.modal-title {
	font-size: 17px;
  font-weight: 500;
}
.modal-content {
	border-radius: 10px;
	overflow: hidden;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.affix.affixed .hide-up{
	display:none;
}
.modal .close {
	text-indent:-99999px;
  background:url(/assets/common/img/user/close_icon.png) no-repeat center;
  background-size:12px;
  width:16px;
  height:24px;
}
.modal .modal_close_box label {
	float:left;
	display:block;
	width:50%;
	line-height:56px;
	text-align: center;
	padding-left:0;
}
.modal .modal_close_box button {
	float:left;
	display:block;
	width:50%;
	line-height:56px;
	border:none;
	border-left:1px solid #e2e7eb;
	border-radius:0 0 3px 0;
	background-color:#fff;
}
.round-pagination {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 1;
	width: 100%;
}
.round-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	background-color:#111;
	width: 10px;
	height: 10px;
}
.round-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color:var(--bs-theme);
}
.tag-modal { max-width:480px; width: 100%; }
.modal-tag-list > li + li {
	margin-top: 15px;
}
.modal-tag-list > li .item {
	background-color:#f5f5f5;
	text-align: left;
	border-radius: 8px;
	padding:15px 20px;
}
.modal-tag-list .item .path {
	color: #676767;
	font-size: 13px;
	margin-bottom: 5px;
}
.modal-tag-list .item .path span {
	display: inline-block;
	position: relative;
}
.modal-tag-list .item .path span::after {
	content: "\f105";
	font-family: "Font Awesome 6 pro";
	display: inline-block;
	font-size: 13px;
	padding: 0 4px;
	color: #979797;
}
.modal-tag-list .item .path span:last-child::after {
	display: none;
}
.modal-tag-list .item .tag-list-tit {
	font-size: 16px;
	font-weight: 700;
	color: #212121;
	margin-bottom: 5px;
}
.modal-tag-list .item .date {
	font-size: 13px;
	color: #979797;
}
/* Search */

.searchDiv {
	position: relative;
	background: #fff;
	margin-bottom: 30px;
	padding: 20px;
	border:solid 1px #ddd;
}
.searchDiv::before {
	content: "";
    position: absolute;
    bottom: -4px;
    left: -1px;
    display: block;
    width: 100%;
    height: 3px;
    background: #f1f1f1;
 }
.searchDiv .searchtxt { margin: 0; line-height: 36px; font-size: 15px; color: #777; }
.searchDiv .searchtxt b { font-size: 15px; color: #333; }
.searchDiv .searchForm { text-align: right; }
.search-area { background: #f4f4f4; height: 70px; }
.search-area .container { position: relative; }
.search-area .container .search-btn { position: absolute; top: 25px; left: 0; background: none; border: 0; }
.search-area .container .search-btn i { font-size: 22px; }
.search-area .container .search-input { position: relative; margin: 0 20px; }
.search-area .container .search-input input { position: absolute; width: 100%; top: 14px; background: none; border: 0; line-height: 30px; font-size: 24px; }


.search-cont .dashedLine { width: 100%; height: 1px; display: inline-block; margin:30px 0;  }




/*----- Board Stert -----*/

/* .gallery-list .gallery-list-item .cont .rating > span + span {
	margin-left:10px;
	padding-left:10px;
} */
/* basic */
.label {
	font-weight: 300;
}
.table.tablebasic { width: 100%; border-top:solid 1px #bbb; }
.table.tablebasic th { background:#fafafa; text-align:center; padding:15px 0; font-size: 15px;   border-top:solid 1px #2a2a2a; }
.table.tablebasic td { padding: 13px 0 13px 0; border-bottom:solid 1px #ddd; font-size: 14px;  color: #333; }
.table.tablebasic td a { color: #666; font-size: 15px; }
.table.tablebasic td a:hover { color: #444; }
/* responsive basic */
.table.responList { width: 100%; border-top:solid 1px #ccc; }
.table.responList th { text-align:center; padding:20px 0; font-size: 15px;   border-top:solid 1px #ccc; }
.table.responList td { padding: 15px 0 15px 0; border-bottom:solid 1px #ddd; font-size: 15px; color: #333; vertical-align: middle; }
.table.responList td a { font-size: 15px; font-weight: 400; }
.table.responList td a:hover { color: #444; }
.table.responList .w-hd a .tit { margin: 0; padding: 0; color: #333; line-height: 1.5; font-size: 16px; }
.table.responList .w-hd a:hover .tit { color: #444; text-decoration: none; }
.table.responList .w-hd a .desc { margin: 8px 0 0; color: #888;  font-size: 13px; text-decoration: none; }
.table.responList td a .desc > .icon { display: inline-block; border-radius: 6px; padding: 5px 10px; line-height: 1.25; font-size: 95%; }
.new-icon { position: relative; background: #ff5b57; width: 18px; height:18px; line-height: 14px; text-align: center; border-radius: 50%; display: inline-block; }
.new-icon::before { content: 'N'; font-size: 11px; color: #fff; }

.responList .w-hd { display: block; float: left; }
.responList .m-hd { display: none; }
.wasTable .table thead tr {
	background:#f9f9f9;
	border-top:2px solid #ddd;
}
.wasTable .table thead tr th {
	text-align: center;
}
/* Gallery */
.gallery {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-right: -10px;
	margin-left: -10px;
}
.gallery.book {
	margin-right: -20px;
	margin-left: -20px;
}
.gallery::after {
	content:'';
	display:block;
	clear:both;
}
.gallery .galleryList {
	position: relative;
	float:left;
	width: 100%;
	min-height: 1px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding:0 10px;
	margin-bottom:20px;
}
.gallery.book .bookList {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding:0 20px;
}
.gallery .galleryList .img { position: relative; text-align: center; overflow: hidden; border-radius: 4px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.gallery .galleryList .img.default_photo {
	background-color:#f9f9f9;
	background-image:url(/assets/common/img/user/image_icon.png);
	background-size:14%;
}
.gallery .galleryList .img a {
	position:relative;
	display: block;
	padding-bottom:56.25%
}
.gallery .galleryList .img a img.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.gallery .galleryList .cont { position: relative; width: 100%;  padding: 15px 0; display: inline-block; }
.gallery .galleryList .cont .category {
	font-size:14px;
	font-weight: 700;
	color:#c96218;
	display: block;
	margin-bottom: 5px;
}
.gallery .galleryList .cont .title { font-size:16px; margin-bottom: 10px; overflow: hidden; }
.gallery.book .galleryList .cont .title {
	margin-bottom: 7px;
}
.gallery .galleryList .cont .title a {
	line-height: 1.4; font-size: 16px; color: #111;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	max-height: 58px;
	color: #333;
	font-weight: 500;
}
.gallery.book .galleryList .cont .title a {
	font-size:16px;
}
.gallery .galleryList .cont .title a i { font-size: 20px; line-height: 1.4; vertical-align: middle; color: #666; }
.gallery .galleryList .cont .title a:hover { color: #333; text-decoration: underline; }
.gallery .galleryList .cont .txt {
	font-size: 16px;
	margin-bottom:10px;
}
.gallery .galleryList .cont .card-sub-title{
	margin-bottom:10px;
}
.gallery .galleryList .cont .desc { margin: 12px 0 0; height: 57px; overflow: hidden;}
.gallery .galleryList .cont .desc .txt a {  font-size: 13px; color:#777; }
.gallery .galleryList .cont .desc .txt a:hover { text-decoration: underline; }
.gallery .galleryList .cont .desc .tag { display: inline-block; margin: 10px 0 0; }
.gallery .galleryList .cont .rating { color: #777; font-size: 13px; }
.gallery .galleryList .cont .rating > span { position:relative; font-size: 14px; line-height: 1.2; display: inline-block; padding-right: 8px; padding-left: 8px; }
.gallery .galleryList .cont .rating > span:first-child {
	padding-left:0;
}
.gallery .galleryList .cont .rating > span:last-child {
	padding-right:0;
}
.gallery .galleryList .cont .rating > span::after {
	content: '';
	position:absolute;
	right:-2px;
	top:3px;
	display: block;
	width:1px;
	height:12px;
	background-color:#b7b7b7;
	-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery .galleryList .cont .rating > span:last-child::after {
	display: none;
}
.gallery .galleryList .cont .rating > span i { font-size: 14px; color: #999; vertical-align: middle; }
.gallery .galleryList .cont .option { position: absolute; bottom: 18px; right:20px; }
.gallery .galleryList .cont .tags { margin: 6px 0 0;overflow: hidden; height: 22px;  }
.gallery .galleryList .cont .review { margin-top: 10px; border-top: solid 1px #ddd; }
.gallery .galleryList .cont .review .review-tit{ background: #fafafa; padding: 5px 0; line-height: 24px;}
.gallery .galleryList .cont .review .review-ul { border-top: solid 1px #eee; border-bottom: solid 1px #ddd; }
.gallery .galleryList .cont .review .review-ul li { position: relative;  padding:8px 0 8px 50px; border-top: solid 1px #eee; }
.gallery .galleryList .cont .review .review-ul li:first-child { border-top: 0; }
.gallery .galleryList .cont .review .review-ul li .icon { position: absolute; top: 12px; left: 10px; }

/* Webzine */
.webzine { border:0; padding: 0; border-radius: 0; }
.webzine > li { border:solid 1px #eee; padding: 15px; margin-bottom:15px; background: #fff; box-shadow: 0px 2px 4px rgba(0,0,0,0.1); }
.webzine > li > div {
	display: table-cell;
    vertical-align: middle;
    padding: 0;
    position: relative;
}
.webzine > li a {
	display: block;
}
.webzine > li .img { width: 160px; overflow: hidden; border-radius: 4px;}
.webzine > li .img a { position:relative; display:block; overflow: hidden; }
.webzine > li .img a::before {
	content: '';
	display: block;
	padding-top:100%;
	/* background:#ddd; */
}
.webzine > li .img a img {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	max-width: 100%; height:auto;
	-ms-transform:all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
	border-radius: 4px;
}
.webzine > li .img.default_photo > a::before{
	background-color:#f5f5f5;
}
.webzine > li .img.default_photo a img {
	width:79%;
}
.webzine > li .img a:hover img {
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.webzine > li .cont { padding: 10px 0px 0px 15px; vertical-align: middle; }
.webzine > li .cont .title a { line-height: 1.4; font-size:18px; color: #000; }
.webzine > li .cont .desc { margin: 5px 0 0;   font-size: 14px; color:#111; }
.webzine > li .cont .desc a {  }
.webzine > li .cont .title a:hover,.desc a:hover { text-decoration: underline; }
.webzine > li .cont .rating { margin: 10px 0 0; color: #bbb; font-size: 14px; }
.webzine > li .cont .rating > span i { font-size: 15px; color: #999; vertical-align: middle; }
.webzine > li .cont .rating > span {  font-size: 14px; line-height: 1.3;  color: #575757; }
.webzine > li.webzineNone { width: 100%; padding: 100px 0; text-align: center; }
.webzine > li .cont .info-list {
	margin-top: 10px;
}
.webzine > li .cont .info-list > li {
	font-size: 15px;
    line-height: 1.6;
    margin-bottom: 3px;
}
.webzine > li .cont .info-list > li strong {
	display: inline-block;
		margin-right: 10px;
		color: #111;
}
.webzine > li .cont .discount {
	margin-bottom: 0;
}

/* Detail */

/* View Page */
.board-view { position: relative; }
.board-view-header {
	padding-top:30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
.board-view-header.access {
	padding-right: 55px;
}
.board-view-category {
	display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 8px;
}
.board-view-category .status-item {
	display: inline-block;
	font-size: 13px;
	background-color:#212121;
	color:#fff;
	padding:2px 6px;
}
.board-view-category .board-view-category-item {
	font-size: 18px;
  color: #767676;
}
.board-view-category .board-view-category-item + .board-view-category-item::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  vertical-align: middle;
  margin: 0 6px;
  opacity: .3;
}
.board-view-title {
	font-size: 44px;
	font-weight: 500;
	color:#212121;
	letter-spacing: -1px;
	line-height: 1.3;
	overflow: hidden;
	margin-bottom: 15px;
}
.board-view-info {
	display: flex;
	flex-wrap: wrap;
}
.board-view-info .board-view-info-item {
	position:relative;
	font-size: 14px;
	color:#767676;
}
.board-view-info .board-view-info-item::after {
	content: '';
  display: inline-block;
  width: 1px;
  height: 49%;
  background-color: #ccc;
  margin: 0 8px;
}
.board-view-info .board-view-info-item:last-child::after {
	display: none;
}
.board-menu-dorpdown {
	position:absolute;
	display: inline-block;
	right:0;
	top:30px;
}
.board-menu-dorpdown .board-menu-dropdown-btn {
	display: inline-block;
	width:30px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	outline: none;
	border:0;
	background:none;
	transition: transform 0.2s ease-in-out;
}
.board-menu-dorpdown.open .board-menu-dropdown-btn {
	transform: rotate(90deg);
}
.board-menu-dorpdown .dropdown-menu {
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}
.board-menu-dorpdown .dropdown-menu .dropdown-item a {
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 500;
}
.board-view .view-body { padding-top:20px;  margin-bottom: 100px;}
.board-view .view-body .viewContent { width: 100%; display: inline-block; padding: 25px; font-size: 13px; }
.board-view .view-body .viewContent table { width: 100%!important;  }
.board-view .view-body .viewContent img { width: auto!important; max-width: 100% !important; height:auto !important; }

.view-body .article-editor {
	margin-bottom: 80px;
}
.view-body .article-editor video {
	max-width:100%;
}
.article-editor * {
	word-break: break-all;
}
.article-editor .media {
	position: relative;
}

.article-editor .youtube_img {
	width: 100%;
	padding-bottom: 56.25%;
}

.article-editor .play::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
	cursor: pointer;
}

.article-editor .play::after {
	content: "\f04b";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 80px;
	z-index: 1;
	color: #fff;
	cursor: pointer;
}

.article-editor .thumb-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.view-download-list {
	display: flex;
	margin-bottom: 30px;
	padding-top: 50px;
	border-top: 1px solid #eee;
}
.view-download-list .view-download-tit {
	width: 100px;
	font-weight: 500;
}
.view-download-list .view-download-box {
	flex: 1;
}
.view-download-list .view-download-item {
	position: relative;
	display: inline-block;
	font-size:14px;
	margin-right: 15px;
	margin-bottom: 10px;
}
/* .view-download-list .view-download-item + .view-download-item {
	padding-left:15px;
	margin-left: 15px;
} */
/* .view-download-list .view-download-item + .view-download-item::before {
	content: "";
	position: absolute;
	top: 53%;
	left: -2px;
	width: 1px;
	height: 50%;
	background: #ccc;
	transform: translateY(-50%);
} */
.view-download-list .view-download-item .file-size {
	font-weight: 300;
	font-size: 12px;
}
.view-tag {
	position: relative;
	text-align: center;
	margin-top: 30px;
	max-width: 860px;
	margin: 40px auto 0;
}
.view-tag .view-tag-item {
	display: inline-block;
	line-height: 32px;
	height: 32px;
	font-size: 16px;
	background-color:#eee;
	border-radius: 99px;
	padding:0 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.edit-group-wrap {
	justify-content: end;
	margin-bottom: 50px;
}
.edit-group-wrap .edit-group-btn {
	font-size: 16px;
	padding: 0;
	color: #979797;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	line-height: 1.4;
}
.edit-group-wrap .edit-group-btn + .edit-group-btn {
	margin-left: 15px;
}
.edit-group-wrap .edit-group-btn span {
	font-weight: 400;
	margin-left:5px;

}
.edit-group-btn.delete:hover {
	color:#fe2727;
}
.edit-group-btn.edit:hover {
	color:#1ad364;
}
.single-pagination {
	position:relative;
	display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.single-pagination .single-pagination-btn {
	width: 120px;
	text-align: center;
	font-size: 18px;
	background-color: #212121;
	color: #fff;
	line-height: 48px;
	height: 48px;
	border-radius: 99px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.single-pagination .single-pagination-btn:hover {
	background-color:#000;
}
.single-pagination .single-pagination-nav a {
	position: relative;
}
.single-pagination .single-pagination-nav .txt {
	font-size: 21px;
	font-weight: 700;
	color:#979797;
	transition: color 0.2s ease-in-out;
}
.single-pagination .single-pagination-nav .hide-txt {
	display: block;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	padding-top:5px;
	font-size: 18px;
	font-weight: 500;
	opacity: 0;
	transition: 0.2s ease-in-out;
	transform: translateY(5px);
}
.single-pagination .single-pagination-nav a:hover .hide-txt {
	opacity: 1;
	transform: translateY(0);
}
.single-pagination .single-pagination-nav a:hover .txt {
	color:#212121;
}
.single-pagination .single-pagination-prev {
	flex: 1 0 auto;
	width: 50%;
	padding-right: 70px;
}
.single-pagination .single-pagination-next {
	text-align: right;
  flex: 0 0 auto;
  width: 50%;
  padding-left: 70px;
}
.single-pagination .single-pagination-prev i {
	margin-right: 8px;
}
.single-pagination .single-pagination-next i {
	margin-left: 8px;
}
/* comment */
.commnet-container {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
}
.commnet-container .commnet-list {
    flex: 1 1 auto;
    padding: 20px 0px
}
.commnet-container .commnet-list + .commnet-list {
	border-top:1px solid #ddd;
}
.commnet-container .comment-inner {
	width: 100%;
}
.commnet-container .comment-user-image {
	flex: 0 0 auto;
	width: 45px;
	height: 45px;
	background-size:cover;
	border-radius: 50%;
	margin-right: 15px;
}
.commnet-container .comment-user-name {
	font-size: 14px;
	margin-top:5px;
}
.commnet-container .comment-user-date {

}
.commnet-container .comment-text {
	padding: 20px 0 0;
	font-size:14px;
	line-height: 1.5;
}
.commnet-container .comment-btn-list {
	margin-top: 10px;
}
.commnet-container .comment-btn-list .comment-list-btn {
	font-size: 13px;
}
.commnet-container .comment-btn-list .comment-list-btn + .comment-list-btn {
	margin-left: 10px;
}
.reply-comment {
	margin-top: 10px;
}
.reply-container {
	margin-top: 30px;
}
.comment-area {
	overflow-y: hidden;
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 35px;
	padding: 15px 25px;
	height: 70px;
	font-size:14px;
}
.comment-area:focus {
	outline: none;
}
.noresize {
	resize: none;
}
.comment-area-btn-box {
	margin-top:5px;
	justify-content: flex-end;
}
.comment-area-btn {
	background-color:#212121;
	color:#fff;
	transition: 0.2s ease-in-out;
	font-size:14px;
	border-radius: 99px;
}
.comment-area-btn:hover {
	background-color:#000;
	color:#fff;
}
.comment-area-default-btn {
	background-color:#eee;
	color:#111;
	transition: 0.2s ease-in-out;
	font-size:14px;
	border-radius: 99px;
}
.comment-area-default-btn:hover {
	background-color:#212121;
	color:#fff;
}
.comment-none { text-align: center; padding: 40px 0 30px;  color: #979797; background-color:#fafafa; border-radius: 4px; border:1px solid #eee;}
.comment-none .txt {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.reply-write { padding: 15px 0; }

.comment-menu-dorpdown {
	position: relative;
	width: 30px;
	flex: 0 0 auto;
	text-align: right;
	height: 24px;
}
.comment-menu-dorpdown .comment-menu-dropdown-btn {
	width: 30px;
	height: 30px;
	background: none;
	border: 0;
	font-size: 17px;
  transition: transform 0.2s ease-in-out;
}
.comment-menu-dorpdown.open .comment-menu-dropdown-btn {
  transform: rotate(90deg);
}
.comment-menu-dorpdown .dropdown-menu {
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.comment-menu-dorpdown .dropdown-menu .dropdown-item a {
	padding:8px 12px;
}
/* board view 모바일 */
@media(max-width:768px){
	.board-view-header {
		padding:20px 0 10px;
	}
	.board-view-header.access {
		padding-right: 40px;
	}
	.board-view-info .board-view-info-item {
		font-size:12px;
	}
	.board-view-title {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.board-menu-dorpdown {
    top: 23px;
	}
	.board-menu-dorpdown .board-menu-dropdown-btn {
		font-size: 20px;
	}
	.board-view .view-body {
		margin-bottom: 35px;
	}
	.view-download-list {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.view-download-list .view-download-tit {
		width: 100%;
		margin-bottom: 10px;
	}
	.edit-group-wrap .edit-group-btn {
		font-size:13px;
	}
	.commnet-container .comment-user-image {
		width: 36px;
		height: 36px;
	}
	.commnet-container .comment-user-name {
		font-size:13px;
	}
	.commnet-container .comment-text {
		padding-top:13px;
	}

	.view-tag .view-tag-item {
		font-size: 12px;
		line-height: 28px;
		height: 28px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.single-pagination {
		align-items: center;
	}
	.single-pagination .single-pagination-nav .txt {
		font-size: 14px;
	}
	.single-pagination .single-pagination-nav .hide-txt {
		display: none;
	}
	.single-pagination .single-pagination-prev, .single-pagination .single-pagination-next {
		flex: 0 0 auto;
		width: auto;
		padding:0;
	}
	.single-pagination .single-pagination-btn {
		width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    top: -13px;
	}

}


/* Write */
.panel-write { position: relative; max-width: 1200px; margin: 0 auto; border:solid 1px #eee; border-radius: 10px; }
.panel-write .panel-heading { background: #eee!important; padding: 15px; }
.panel-write .panel-heading .panel-title { color: #333; font-size: 14px; }
.panel-write .panel-body { padding: 20px; }
.panel-write .panel-footer { border: 0; }
.panel-write .form-group { margin-right:0; margin-left: 0; }
.panel-write .form-group .coverImg {   }
.panel-write .form-group .coverImg > .img {
	background: #fafafa;
    padding: 0;
	border: solid 1px #ddd;
    text-align: center;
    overflow: hidden;
 }
.panel-write .form-group .coverImg .img img { max-width: 100%; height: auto; }
.panel-write .form-group .coverImg .img > div { height: 180px; }
.panel-write .form-group .coverImg .img > div > img { max-width: 100%; height:100%; }
.panel-write .form-group { padding: 0 0 20px; border-bottom: dashed 1px #ddd; }
.panel-write .form-group .control-label{ font-size: 14px; text-align: left; }
.panel-write .form-group.last { border-bottom:0; margin: 0; padding: 0; }
.panel-write .panel-body .title {
	width: 100%; display: inline-block; padding: 12px 0; margin: 0 0 20px; border-bottom: solid 2px #ddd;
	font-size: 18px; color:#333; font-weight: bold;
}
.panel-write .agreement {  width: 100%; display: inline-block; margin: 0 0 20px; border: solid 1px #eee;  border-bottom:0;}
.panel-write .agreement label { width: 100%; display: inline-block; text-align: right; margin: 0; padding: 10px; border-bottom:solid 1px #eee;}
.panel-write .agreement .text-box { background: #fafafa; max-height: 300px; padding: 20px; border-bottom: solid 2px #eee;  font-size: 14px; }
.btn-wrap { position: relative; max-width: 1200px; width:100%; margin: 50px auto 0; }

/* SNS button */
.sns-button  { width: 100%; margin: 30px 0 0;text-align: center; }
.sns-button ul { display: inline-block; }
.sns-button ul > li { float:left;   }
.sns-button ul > li:first-child {   }
.sns-button ul > li:last-child A { border-right: 0; }
.sns-button ul > li button,
.sns-button ul > li A {
	background: #ddd;
	position: relative;
	width: 40px;
	height: 40px;
	display: inline-block; padding: 0; border-radius:0;
	box-shadow: none;
	line-height: 40px; text-align: center;	color:#999;
}
.sns-button ul > li A i { font-size: 18px; }
.sns-button ul > li A.btn-kakaostory { background:#fcbd03; }
.sns-button ul > li A.btn-kakaostory > span {
	position: absolute; top:10px; left: 50%; margin-left: -9px;
	background-image:url(/assets/common/images/user/icon-cacaostory-on.png);
	width: 18px; height:18px;
	background-size: 18px 18px;
	background-position: 50% 50%;
	border-radius:0;
}
.sns-button ul > li A.btn-naverblog { background:#29b200; }
.sns-button ul > li A.btn-naverblog > span {
	background-image:url(/assets/common/images/user/icon-naverblog-on.png);
	width:18px; height:18px; display: inline-block;
	background-size: 18px 18px;
	background-position: 50% 50%;
	margin-bottom: -5px;
	border-radius:0;
  }
.sns-button ul > li A.btn-facebook { background:#3a5795; color:#fff;  }
.sns-button ul > li A.btn-twitter	{ background:#59adea; color:#fff; }
.sns-button ul > li A.btn-google { background:#ff5b57; color:#fff; }
.sns-button ul > li A.btn-kakao { background:#ffed11; color:#2e1922; }
.sns-button ul > li A.btn-band { background:#5c5b63; }
.sns-button ul > li A.btn-band > span {
	background-image:url(/assets/common/images/user/icon-band-on.png);
	width:18px; height:18px; display: inline-block;
	background-size: 18px 18px;
	background-position: 50% 50%;
	margin-bottom: -5px;
	border-radius:0;
  }

.sns-button li A.heart-score  { width: 40px; padding: 0 5px; }


/* File List */
.document-list { border-top: solid 1px #ddd; padding:15px 0; overflow:hidden; }
.document-list strong { float: left; margin-right: 15px; color: #777; font-weight: normal; }
.document-list ul { float: left; display: inline-block; }
.document-list ul li { display: block; padding: 0 0 0; }
.document-list ul li .document-file {  padding: 0 0 0; }
.document-list ul li A { display: block;}
.document-list ul li .document-name	{  }
.document-list ul li .document-name A {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* Paging */
.pagination {
  display: block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
	width:100%;
	text-align: center;
}
.pagination > li {
  display: inline-block;
	margin: 0 2px;
}
.pagination > li > a > i { font-size: 1.2rem;}
.pagination > li > a,
.pagination > li > span {
  position: relative;
	display: inline-flex;
  padding: 0;
	width:38px;
	height: 38px;
	justify-content: center;
	align-items: center;
  line-height: 1.42857143;
  text-decoration: none;
  color: #111;
  background-color: #ffffff;
  border:solid 1px #111;
  margin-left: -1px;
  box-shadow:none;
  border-radius: 4px !important;
	font-size: 1.15rem;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #111;
  background-color: #eeeeee;
  border-color: #111;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #111!important;
  border-color: #111!important;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #111;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}


/*----- Board END -----*/
/* Faq */
.faq-tabs { background: #fff; width: 100%; display: inline-block; }
.faq-tabs li { width: 25%; float: left; margin:-1px 0 0 -1px; border: solid 1px #ddd; }
.faq-tabs li a { display: block; text-align: center; height: 45px; padding: 12px 18px; font-size:14px; color: #555; }
.faq-tabs li.active a,
.faq-tabs li a:hover {
	background: #F33285;
	border: solid 1px #F33285;
	color:#fff;
}

.faq-list { margin: 0; border-radius: 0!important;  border: solid 1px #ddd; }
.faq-list .panel-heading { background: #fff; padding: 0;  border-radius: 0; }
.faq-list .panel-heading .panel-title a { background: #f5f5f5; margin: 0; padding: 15px; border-radius: 0; border:0; color:#333; font-size: 15px; font-weight: 600; }
.faq-list .panel-heading .panel-title a.accordion-toggle-styled { background: #fff; font-weight: bold; color: #222; }
.faq-list .panel-heading .panel-title a.accordion-toggle-styled.collapsed { background: #f5f5f5; font-weight: normal; color: #333; }


.faq-list .panel-heading .panel-title a .label { background: #fff; color: #555;  font-size: 12px; font-weight: normal;  }
.faq-list .panel-heading .panel-title a span { color:#F33285; font-size:18px; font-weight: normal;  }

.faq-list .panel-collapse .panel-body { border-top:1px solid #ddd; font-size: 15px;  }
.faq-list .panel-collapse .panel-footer { border-top:solid 1px #eee!important; }

/* Q&A */
.help-panel { position: relative; max-width: 800px; margin: 0 auto; padding-bottom: 50px; border-radius: 0; }
.help-panel .panel-body { padding: 30px; }

.help-panel .panel-body .title {
	width: 100%;
	display: inline-block;
	padding: 12px 0; margin: 0 0 20px;
	border-bottom: solid 2px #ddd;
	font-size: 18px; color:#333;
	font-weight: bold;
}
.help-panel .panel-body .agreement {  width: 100%; display: inline-block; margin: 0 0 20px; border: solid 1px #eee;  border-bottom:0;}
.help-panel .panel-body .agreement label { width: 100%; display: inline-block; text-align: right; margin: 0; padding: 10px; border-bottom:solid 1px #eee;}
.help-panel .panel-body .agreement .agreement-box { background: #fafafa; max-height: 300px; padding: 20px; border-bottom: solid 2px #eee;  font-size: 14px; overflow-y: scroll; }
.help-panel .panel-body .agreement .agreementAll { background: #fafafa; text-align: center; font-size: 15px; color: #333; font-weight: bold; }
.help-panel .panel-body .form-control { height: 40px;  color: #333; }
.help-panel .panel-body .control-label {
    padding-top: 12px;
    margin-bottom: 0;
    text-align: left;
	font-size: 14px;
	color: #666;
}
.help-panel .panel-footer { border: 0; }

/* Provision */
.provision { text-align: center;  }
.provision .title { display: inline-block; margin-bottom: 30px; font-size: 24px; color: #333;  }
.provision .cont-text { position: relative; background: #fafafa; max-width: 640px; margin: 0 auto; padding: 30px; border:solid 2px #eee;  text-align: left; font-size: 15px; }
.provision .cont-text p { font-size: 15px; line-height: 1.6; }
.provision .cont-text .s1 { font-size: 15px; line-height: 1.6; }


/* site-map */
.site-map { width: 100%; display: inline-block;  }
.site-map > div {  min-height: 450px; }
.site-map .title { padding: 10px 0 10px 10px; border-bottom: solid 2px #ddd; }
.site-map .title a { color: #00acac; font-size:22px; }
.site-map ul { display: inline-block; margin: 15px 0 0; padding: 0; }
.site-map ul li { margin: 0 0 15px 10px; padding: 0 0 0 10px; background:url('/assets/common/img/content/ul-bg.png') no-repeat 0px 10px; }
.site-map ul > li > ul > li > a { font-size:14px;  }
.site-map ul li a { display: block;  color: #666; font-size:16px; }
.site-map ul li a:hover { color: #222; text-decoration: underline; }


/* 포트폴리오 - 리스트 */
.portfolio-list { position: relative; background: #E8F3F1; padding:70px 0 0;}
.portfolio-list > ul { border-top:solid 1px #BEE0D9;  }
.portfolio-list > ul > li { border-bottom:solid 1px #BEE0D9; }
.portfolio-list > ul > li:focus,
.portfolio-list > ul > li:active,
.portfolio-list > ul > li:hover { background: #BEE0D9; }
.portfolio-list > ul > li a { position: relative; display: block; padding:30px 0;  font-weight: normal; }
.portfolio-list > ul > li .cate { width: 200px; position: relative; font-size: 15px;  color: #00acac; font-weight: bold; }
.portfolio-list > ul > li .tit {  margin:0 40px 0 0px; display: inline-block; font-size: 16px; color: #333; font-weight: 500; }
.portfolio-list > ul > li .icon { position: absolute; right:0;top:0;bottom: 0; display: block;  }
.portfolio-list > ul > li .cate:after,
.portfolio-list > ul > li .icon:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.portfolio-list > ul > li .icon i { font-size: 32px; color: #999; vertical-align: middle;  }
.portfolio-list > ul > li .list-view { background: #fff; }
.portfolio-list > ul > li .list-view > div { padding: 20px; }

.portfolio-list-history { position: relative; width: 100%; max-width: 720px; margin: -120px auto 30px; padding: 0 50px; text-align: center;}

.portfolio-list-history .owl-item { text-align: center; }
.portfolio-list-history .item { background: none; display: inline-block; }
.portfolio-list-history .item a {
    background: #fff; border: solid 2px #E8F3F1; color: #555; font-weight: normal;
    display: block; width: 100px; height:100px; line-height: 100px; border-radius: 50%; font-size:20px;
}
.portfolio-list-history .item  a:hover,
.portfolio-list-history .item.active > a { background: #00acac; border:solid 2px #00acac; color: #fff;}
.portfolio-list-history .item.active > a.category-txt > div > span {   font-weight: bold;}
.portfolio-list-history .owl-dots { display: none; }

.portfolio-list-history .owl-nav { display: block!important;}
.portfolio-list-history .owl-nav .owl-prev,
.portfolio-list-history .owl-nav .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    top:50%;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    outline: none;
}
.portfolio-list-history .owl-nav > button { border: 0; background: none; }
.portfolio-list-history .owl-nav > button > span { display: inline-block; font-size: 0; }
.portfolio-list-history .owl-nav > .owl-prev { background-image: url('/assets/common/img/user/owl_prev.png'); left: 0; }
.portfolio-list-history .owl-nav > .owl-next { background-image: url('/assets/common/img/user/owl_next.png');  right: 0; }

/* history */
.history_wrap {
	position:relative;
	margin-top:30px;
	padding:70px 0 20px;
}
.history { position: relative; max-width:800px;  margin: 10px auto;  }
.history:before { content: ''; position: absolute; background: #797979; top:0; bottom:0; left: 4px; width: 1px;}
.history > ul { padding: 30px 0 30px 20px; position:relative; }
.history > ul::before {
	content: '';
	position:absolute;
	top:0;
	left:0;
	width:10px; height:10px;
	background:#333;
	border-radius:99px;
}
.history > ul::after {
	content: '';
	position:absolute;
	bottom:0;
	left:0;
	width:10px; height:10px;
	background:#333;
	border-radius:99px;
}
.history > ul > li { padding: 15px 0 15px 150px; }
.history > ul > li > strong { position: absolute; left: 0; padding: 0 0 0 65px; font-size: 16px; color:#333; }
.history > ul > li > strong:before {
	content: '';
	position: absolute; top:5px; left: 0;
	width: 10px; height: 10px;
	background:#fff;
	border-radius:99px;
	border:1px solid #333;
}
.history > ul > li > strong:after{ content: ''; position: absolute; top:10px; left: 10px;  width: 50px;height: 1px; background: #333; }
.history > ul > li .cont { font-size: 16px; color:#555; }
/*
.sns_wrap {
	text-align: right;
}
.sns_wrap .dropdown-menu {
	right:0;
	left:auto;
	max-width:300px;
}
.sns_wrap .sns_list {
	padding:20px 30px;
}
.sns_list li {
	float:left;
	width:20%;
	line-height:40px;
	position:relative;
	text-align: center;
	transition:0.3s;
}
.sns_list li:hover {
	background:#eaeaea;
}
.sns_list li:hover a {
	color:#333;
}
.sns_list li a p {
	line-height:1.6;
	padding:5px 0;
}
.sns_list li a > .sns_icon  {
}
.sns_list li a > .sns_facebook {
	background:#4266b2;
}
.sns_list li a > .sns_twitter {
	background:#1da1f2;
}
.sns_list li a > .sns_kakaoStory {
	background:#fccc02;
}
.sns_list li a > .sns_naverBlog {
	background:#3AB54A;
}
.sns_list li a > .sns_naverBand {
	background:#4ed4af;
}
.sns_list li a > .sns_icon img {
	width:21px;
}
*/

/* sns */
.sns_frame {
	position:relative;
	float:right;
}
.sns_close {
	display:none;
}
.snsButton {
	position:absolute;
	top:0;
	right:0;
}
.sns_frame .sns_list {

}
.sns_frame .sns_list ul {
	margin-top:30px;
}
.sns_frame .sns_list ul li {
	display:inline-block;
	margin-right:5px;
}
.sns_frame .sns_list ul li a {
	display:inline-block;
	border:1px solid #000;
	width:40px;
	height:40px;
	line-height:40px;
	text-align: center;
}
@media(max-width:1199px){

}

@media(max-width:1024px){
.modal-dialog {
	width:92%;
}
.responList th:nth-child(1),.responList td:nth-child(1){ display: none; }
.responList th:nth-child(2) { display: none; }
.responList th:nth-child(3),.responList td:nth-child(3) { display: none; }
.responList th:nth-child(4),.responList td:nth-child(4){ display: none; }
.responList th:nth-child(5),.responList td:nth-child(5){ display: none; }
.responList th:nth-child(6),.responList td:nth-child(6){ display: none; }
.table.responList td { padding: 0; width:100%; }
.table.responList .w-hd { display: none; }
.table.responList .m-hd { display: block; }
.table.responList .m-hd A { display: block; padding: 22px 10px; font-size: 1.5rem; }
.table.responList .m-hd A:hover,
.table.responList .m-hd:hover { background: #fafafa; }
.table.responList .m-hd A .tit { margin: 0; padding: 0; line-height: 1.5; font-size: 1.5rem; }
.table.responList .m-hd A:hover .tit { color: #444; text-decoration: underline; }
.table.responList .m-hd A .desc { margin: 8px 0 0; color: #777;  font-size: 14px; text-decoration: none; }
.table.responList .m-hd A .desc li { position:relative; padding: 0 12px 0 0; display: inline-block; }
.table.responList .m-hd A .desc li::after {
	content: '|';
	display: block;
	position: absolute;
	right: 2px;
	top: 0px;
}
.table.responList .m-hd A .desc li:last-child::after {
	display: none;
}
.table.responList .m-hd A .desc span i { color: #aaa; font-size: 16px; vertical-align: middle; display: inline-block; }

/* Gallery */
.gallery .galleryList { width:50%; }

}

@media(max-width:767px){
	/* 공유 */
	.sns_list {
		padding:10px;
	}

}

/* 일정 css*/
.placeList { border-top: solid 1px #bbb;}
.placeList .dateTit { position: relative; height: 50px; background: #f5f5f5; padding: 0 50px; }
.placeList .dateTit .tit { text-align: center; font-size:22px; line-height: 50px; }
.placeList .dateTit .prev,
.placeList .dateTit .next { position: absolute; width: 50px; height: 50px; line-height: 50px; text-align: center; top:0;}
.placeList .dateTit .prev { left: 0; border-right: solid 1px #ddd; }
.placeList .dateTit .next { right: 0; border-left: solid 1px #ddd; }
.placeList .dateTit .prev a,
.placeList .dateTit .next a { background: #f5f5f5; display:block; color: #666; }
.placeList .dateTit .prev a:hover,
.placeList .dateTit .next a:hover { background: #eee; color: #222; }

.list_table { width: 100%; border-top:solid 1px #bbb; }
.list_table th { background:#fafafa; text-align:center; padding:13px 0; font-size: 14px;  border-bottom:solid 1px #ddd; border-left: dashed 1px #ddd; }
.list_table th:first-child { border-left:0; }
.list_table td { padding: 13px 0 13px 0; border-bottom:dashed 1px #ddd; font-size: 14px;  color: #888; vertical-align: middle !important;}
.list_table td span { font-size: 11px;  }
.list_table td A { color: #666;  }
