@charset "utf-8";
/**
 * @author https://www.cosmosfarm.com
 */

.default-button {
	background: #eaeaea;
	display: inline-block;
	padding: 5px 20px;
	font-size: 0.9rem;
	font-weight: 400;
	transition: all 0.3s ease;
	font-family: 'Noto Sans KR', sans-serif;
}

.default-button:hover {
	background: #043961;
	color: #fff;
}

#kboard-hwaikeul-video-list .board_info {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: end;
	margin-bottom: 20px;
}

#kboard-hwaikeul-video-list .board_info .total-count {
	font-size: 1rem;
	font-weight: 400;
	color: #707070;
}

#kboard-hwaikeul-video-list .board_info .board-search form {
	border: 1px solid #d9d9d9;
	padding: 5px 10px 5px 15px;
	display: flex;
	border-radius: 5px;
}

#kboard-hwaikeul-video-list .board_info .board-search select {
	display: none;
}

#kboard-hwaikeul-video-list .board_info .board-search input {
	display: block;
	width: 200px;
	height: 30px;
	border: none;
	outline: 0;
	font-weight: 400;
	line-height: 30px;
	text-overflow: ellipsis;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 0.9rem;
}

#kboard-hwaikeul-video-list .board_info .board-search button {
	background: transparent;
	border: 0;
	font-size: 0;
	padding: 0;
}

#kboard-hwaikeul-video-list .board_info .board-search button:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%231f1f1f'%3E%3Cpath d='M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z'/%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	display: block;
	padding: 0;
	background-size: 25px;
	background-position: center;
}

#kboard-hwaikeul-video-list .kboard-pagination + .control {
	margin-top: 30px;
	text-align: center;
	float: left;
	width: 100%;
}

.kboard-sort-ui-menu .ui-menu-item,
.kboard-search-ui-menu .ui-menu-item {
	font-size: 1rem;
}

.kboard-hwaikeul-video-thumbnail {
	position: relative;
	text-align: center;
}

.kboard-hwaikeul-video-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	vertical-align: middle;
	box-shadow: none;
}

.kboard-hwaikeul-video-thumbnail .target-image {
	display: none;
}

.kboard-hwaikeul-video-thumbnail .target-image:first-child {
	display: block;
}

.kboard-hwaikeul-video-thumbnail .video-foreground {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(./images/foreground.png);
}

.kboard-hwaikeul-video-thumbnail .video-foreground-search {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(./images/search-30.png) no-repeat;
	background-position: center;
	cursor: pointer;
}

.kboard-hwaikeul-video-thumbnail:hover .video-foreground,
.kboard-hwaikeul-video-thumbnail:hover .video-foreground-search {
	display: block;
}

.kboard-hwaikeul-video-container {
	text-align: center;
	width: 100%;
	aspect-ratio: 16/9;
	position: relative;
	overflow: hidden;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	padding: 0 !important;
}

.kboard-hwaikeul-video-container img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.kboard-hwaikeul-video-container.no-image {
	background-color: #f6f6f6;
}

.kboard-hwaikeul-video-container .wp-video,
.kboard-hwaikeul-video-container video,
.kboard-hwaikeul-video-container iframe,
.kboard-hwaikeul-video-container object,
.kboard-hwaikeul-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.kboard-hwaikeul-video-container .wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}

.kboard-hwaikeul-video-container .mejs-container {
	padding-top: 56.25%;
	min-width: 0 !important;
}

.kboard-hwaikeul-video-container .wp-video,
.kboard-hwaikeul-video-container video.wp-video-shortcode {
	max-width: 100% !important;
}

.kboard-hwaikeul-video-container video.wp-video-shortcode {
	position: relative;
}

.kboard-hwaikeul-video-container .mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.kboard-hwaikeul-video-container .mejs-controls {
	display: flex;
}

.kboard-hwaikeul-video-container .mejs-button,
.kboard-hwaikeul-video-container .mejs-time,
.kboard-hwaikeul-video-container .mejs-time-rail {}

.kboard-hwaikeul-video-container .mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

.kboard-hwaikeul-video-container .arve-wrapper,
.kboard-hwaikeul-video-container .arve-embed-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
}

#kboard-hwaikeul-video-list {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0;
	width: 100%;
}

#kboard-hwaikeul-video-list form {
	margin: 0;
	padding: 0;
}

#kboard-hwaikeul-video-list .kboard-header {
	display: table;
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
}

#kboard-hwaikeul-video-list .kboard-header .kboard-total-count {
	display: table-cell;
}

#kboard-hwaikeul-video-list .kboard-header .kboard-total-count .entry-title {
	margin-right: 16px;
	color: black;
	font-size: 32px;
	font-weight: bold;
}

#kboard-hwaikeul-video-list .kboard-header .kboard-total-count .count {
	font-size: 16px;
	color: #4a90e2;
}

#kboard-hwaikeul-video-list .kboard-header .kboard-sort {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

#kboard-hwaikeul-video-list .kboard-header .kboard-sort select {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	min-width: 0;
	max-width: none;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #666666;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	background: white;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: content-box;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#kboard-hwaikeul-video-list .kboard-header .kboard-sort .kboard-selectmenu-sort-button .ui-icon {
	background: url(./images/sort-16.png) no-repeat;
	background-size: 16px;
	background-position: center;
}

#kboard-hwaikeul-video-list .kboard-header .kboard-sort .kboard-selectmenu-sort-text {
	font-size: 16px;
	color: #4a90e2;
}

#kboard-hwaikeul-video-list .kboard-category {
	overflow: hidden;
}

#kboard-hwaikeul-video-list .kboard-category .kboard-category-list {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	list-style: none;
	line-height: 28px;
}

#kboard-hwaikeul-video-list .kboard-category .kboard-category-list li {
	margin: 0 24px 10px 0;
	padding: 0;
	font-size: 24px;
}

#kboard-hwaikeul-video-list .kboard-category .kboard-category-list li a {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #9b9b9b;
	text-decoration: none;
	font-weight: normal;
}

#kboard-hwaikeul-video-list .kboard-category .kboard-category-list li.kboard-category-selected a {
	color: black;
}

#kboard-hwaikeul-video-list .kboard-selectmenu-sort-button,
#kboard-hwaikeul-video-list .kboard-selectmenu-search-button {
	margin: 0;
	padding: 0;
	width: auto;
	height: 26px;
	line-height: 26px;
	background: none;
	border: none;
}

#kboard-hwaikeul-video-list .kboard-selectmenu-sort-button span,
#kboard-hwaikeul-video-list .kboard-selectmenu-search-button span {
	height: 26px;
	line-height: 26px;
}

#kboard-hwaikeul-video-list .kboard-tree-category-wrap {
	margin: 0 0 20px 0;
	width: 100%;
}

#kboard-hwaikeul-video-list .kboard-tree-category-wrap select {
	display: inline;
	margin: 0 0 10px 0;
	padding: 5px;
	width: auto;
	height: auto;
	line-height: 1;
	font-size: 20px;
	color: black;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	background: white;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: border-box;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#kboard-hwaikeul-video-list .kboard-tree-category-search {
	margin-bottom: 0;
	width: 100%;
}

#kboard-hwaikeul-video-list .kboard-tree-category-search .kboard-search-option-wrap {
	margin-right: 5px;
}

#kboard-hwaikeul-video-list .kboard-tree-category-search .kboard-search-option-wrap.type-select {
	width: auto;
}

#kboard-hwaikeul-video-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab {
	width: 100%;
}

#kboard-hwaikeul-video-list .kboard-tree-category {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	list-style: none;
	border: 0;
	overflow: hidden;
}

#kboard-hwaikeul-video-list .kboard-tree-category li {
	margin: 0 24px 10px 0;
	padding: 0;
}

#kboard-hwaikeul-video-list .kboard-tree-category li a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 24px;
	color: #9b9b9b;
	text-decoration: none;
}

#kboard-hwaikeul-video-list .kboard-tree-category li.kboard-category-selected {}

#kboard-hwaikeul-video-list .kboard-tree-category li.kboard-category-selected a {
	color: black;
}

#kboard-hwaikeul-video-list .kboard-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	border: 0;
	display: flex;
	flex-flow: row wrap;
	gap: 30px;
}

#kboard-hwaikeul-video-list .notice-line {
	border-bottom: 1px dashed #d9d9d9;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #fff;
	border: 0;
	border-bottom: 1px dashed #d9d9d9;
}

#kboard-hwaikeul-video-list .kboard-list .kboard-list-item {
	box-sizing: content-box;
	list-style: none;
	width: calc(100%/3 - 20px);
	margin-right: 0;
	position: relative;
}

#kboard-hwaikeul-video-list .kboard-list .kboard-list-item > .uid {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	background: #555;
	z-index: 1;
	color: #fff;
	font-size: 0.8rem;
}

#kboard-hwaikeul-video-list .kboard-list .kboard-list-item a {
	text-decoration: none;
	display: block;
}

#kboard-hwaikeul-video-list .kboard-list .kboard-list-item a:hover {
	text-decoration: underline 1px #333 !important;
}

#kboard-hwaikeul-video-list .kboard-list .kboard-list-item .kboard-hwaikeul-video-wrap .kboard-hwaikeul-video-title {
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
}

#kboard-hwaikeul-video-list .kboard-list .kboard-list-item .kboard-hwaikeul-video-wrap .kboard-hwaikeul-video-title em {
	color: #1e81ce;
	line-height: 1;
	vertical-align: -1px;
}

#kboard-hwaikeul-video-list .kboard-list .kboard-hwaikeul-video-wrap .video-info .kboard-info-name {
	font-size: 0.8rem;
	color: #555;
}

#kboard-hwaikeul-video-list .kboard-list .kboard-hwaikeul-video-wrap .video-info .info-value {
	font-size: 0.8rem;
	color: #555;
}

#kboard-hwaikeul-video-list .kboard-list .kboard-hwaikeul-video-wrap .video-info .info-separator {
	color: #d2d2d2;
	font-size: 0.9rem;
}

#kboard-hwaikeul-video-list .kboard-list .kboard-list-selected .kboard-hwaikeul-video-wrap .kboard-hwaikeul-video-title {
	color: #4a90e2;
}

#kboard-hwaikeul-video-list .kboard-control {
	padding-bottom: 20px;
	width: 100%;
	text-align: right;
}

#kboard-hwaikeul-video-editor .video-description {
	margin-top: 5px;
	padding-left: 120px;
	width: 100%;
	font-size: 0.8rem;
}

#kboard-hwaikeul-video-document {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0;
	width: 100%;
}

#kboard-hwaikeul-video-document .kboard-document-wrap {
	width: 100%;
}

#kboard-hwaikeul-video-document .kboard-control {
	display: flex;
	justify-content: space-between;
}

#kboard-hwaikeul-video-document .document-navi {
	margin-top: 20px;
}

#kboard-hwaikeul-video-document .document-navi ul {
	list-style: none;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

#kboard-hwaikeul-video-document .document-navi ul li {
	display: flex;
	padding: 12px 0;
	font-size: 0.95rem;
}

#kboard-hwaikeul-video-document .document-navi ul li + li {
	border-top: 1px solid #d9d9d9;
}

#kboard-hwaikeul-video-document .document-navi ul li em {
	width: 120px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}

#kboard-hwaikeul-video-document .document-navi ul li.next em:before {
	content: "\e945";
	font-family: 'xeicon';
	margin-right: 10px;
	color: #777;
}

#kboard-hwaikeul-video-document .document-navi ul li.prev em:before {
	content: "\e942";
	font-family: 'xeicon';
	margin-right: 10px;
	color: #777;
}

#kboard-hwaikeul-video-document .document-navi ul li > span,
#kboard-hwaikeul-video-document .document-navi ul li > a {
	width: calc(100% - 120px);
}

#kboard-hwaikeul-video-document .kboard-header .tit {
	margin: 0;
	padding: 12px 22px;
	color: #111;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	box-sizing: border-box;
}

#kboard-hwaikeul-video-document .kboard-header .kboard-info {
	display: flex;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background-color: #f9f9f9;
	width: 100%;
	margin-top: 10px;
	padding: 12px 22px;
	gap: 50px;
	box-sizing: border-box;
}

#kboard-hwaikeul-video-document .kboard-header .kboard-info > div {
	display: flex;
	font-size: 14px;
	gap: 20px;
}


#kboard-hwaikeul-video-document .kboard-header .kboard-info > div .name {
	font-weight: bold;
	color: #545861;
}

#kboard-hwaikeul-video-document .kboard-document-thumbnail {
	margin-bottom: 40px;
	text-align: center;
	margin-top: 40px;
}

#kboard-hwaikeul-video-document .kboard-document-thumbnail .video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center;
	background-color: black;
}

#kboard-hwaikeul-video-document .kboard-category {
	padding: 0 22px;
}

#kboard-hwaikeul-video-document .kboard-category .category-name {
	margin-right: 5px;
	color: #4a4a4a;
	font-size: 0.9rem;
	font-weight: normal;
	line-height: normal;
}

#kboard-hwaikeul-video-document .kboard-content .content-view iframe {
	max-width: 100%;
}

#kboard-hwaikeul-video-document .kboard-content .content-view img {
	display: inline;
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
}

#kboard-hwaikeul-video-document .kboard-content .content-view p {
	margin: 0 0 0.75em;
}

#kboard-hwaikeul-video-document .kboard-content .content-view p:last-child {
	margin: 0;
}

#kboard-hwaikeul-video-document .kboard-content .content-view .thumbnail-area {
	text-align: center;
}

#kboard-hwaikeul-video-document .kboard-content .content-view .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#kboard-hwaikeul-video-document .kboard-content .content-view .alignright {
	float: right;
}

#kboard-hwaikeul-video-document .kboard-content .content-view .alignleft {}

#kboard-hwaikeul-video-document .kboard-document-action {
	padding: 0 22px 5px 22px;
	overflow: hidden;
	line-height: 1;
}

#kboard-hwaikeul-video-document .kboard-detail {
	padding: 10px 22px;
	font-size: 1rem;
	color: #9b9b9b;
	overflow: hidden;
}

#kboard-hwaikeul-video-document .kboard-detail .kboard-user-display {
	color: #4a4a4a;
}

#kboard-hwaikeul-video-document .kboard-detail a {
	color: #4a4a4a;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	border: 0;
}

#kboard-hwaikeul-video-document .kboard-detail img {
	display: inline;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	max-width: 100%;
	border-radius: 50%;
}

#kboard-hwaikeul-video-document .kboard-comments-form .comments-submit-button input[type=submit] {
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	background-image: linear-gradient(to right, #1298e3, #2575fc);
}


#kboard-hwaikeul-video-editor.default-editor {
	overflow: hidden;
}

#kboard-hwaikeul-video-editor.default-editor form {
	margin: 0;
	padding: 0;
}

#kboard-hwaikeul-video-editor.default-editor select {
	display: inline;
	margin: 0;
	padding: 0 5px;
	font-size: 14px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #666666;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: content-box;
	vertical-align: middle;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	box-sizing: border-box;
}

#kboard-hwaikeul-video-editor.default-editor input[type=text],
#kboard-hwaikeul-video-editor.default-editor input[type=email],
#kboard-hwaikeul-video-editor.default-editor input[type=number],
#kboard-hwaikeul-video-editor.default-editor input[type=date],
#kboard-hwaikeul-video-editor.default-editor input[type=password] {
	width: 100%;
	border: solid 1px #ddd;
	border-radius: 3px;
	padding: 0.5rem 1rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 40px;
	padding: 0 10px;
	line-height: 38px;
	border-radius: 0 !important;
	box-sizing: border-box;
}

#kboard-hwaikeul-video-editor.default-editor input[type=checkbox] {
	width: auto;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

#kboard-hwaikeul-video-editor.default-editor input[type=radio] {
	width: auto;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

#kboard-hwaikeul-video-editor.default-editor select:hover,
#kboard-hwaikeul-video-editor.default-editor input[type=text]:hover,
#kboard-hwaikeul-video-editor.default-editor input[type=email]:hover,
#kboard-hwaikeul-video-editor.default-editor input[type=number]:hover,
#kboard-hwaikeul-video-editor.default-editor input[type=date]:hover,
#kboard-hwaikeul-video-editor.default-editor input[type=password]:hover {
	border-bottom: 1px solid #9e9e9e;
}

#kboard-hwaikeul-video-editor.default-editor select:focus,
#kboard-hwaikeul-video-editor.default-editor input[type=text]:focus,
#kboard-hwaikeul-video-editor.default-editor input[type=email]:focus,
#kboard-hwaikeul-video-editor.default-editor input[type=number]:focus,
#kboard-hwaikeul-video-editor.default-editor input[type=date]:focus,
#kboard-hwaikeul-video-editor.default-editor input[type=password]:focus {
	border-bottom: 1px solid #666;
}

#kboard-hwaikeul-video-editor.default-editor input[type=file] {
	display: inline;
	margin: 0;
	padding: 0;
	width: 30%;
	font-size: 13px;
	color: #666666;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	background-color: transparent;
}

#kboard-hwaikeul-video-editor.default-editor .kboard-attr-title input {
	width: 100%;
	box-sizing: border-box;
}

#kboard-hwaikeul-video-editor.default-editor .row {
	width: 100%;
	background-color: white;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

#kboard-hwaikeul-video-editor.default-editor .row + .row {
	margin-top: 20px;
}

#kboard-hwaikeul-video-editor.default-editor .row .attr-name {
	width: 120px;
	font-weight: 500;
	letter-spacing: -0.04em;
	font-size: 15px;
	font-weight: 600;
}

#kboard-hwaikeul-video-editor.default-editor .row .attr-value {
	width: calc(100% - 120px);
}


#kboard-hwaikeul-video-editor.default-editor .row .attr-name img {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

#kboard-hwaikeul-video-editor.default-editor .row .attr-name .attr-required-text {
	color: red;
	font-weight: normal;
	font-size: 13px;
}

/*
#kboard-hwaikeul-video-editor.default-editor .row.kboard-attr-content .attr-name {
    display: none;
}
*/

#kboard-hwaikeul-video-editor.default-editor .row .attr-value .attr-value-option {
	display: inline;
	padding-right: 20px;
	width: auto;
	font-size: 14px;
	cursor: pointer;
}

#kboard-hwaikeul-video-editor.default-editor .row .attr-value .attr-value-option input {
	cursor: pointer;
}

#kboard-hwaikeul-video-editor.default-editor .row .attr-value .attr-value-label {
	display: inline;
	padding-right: 5px;
	width: auto;
	cursor: pointer;
}

#kboard-hwaikeul-video-editor.default-editor .row .attr-value .attr-value-label input {
	cursor: pointer;
}

#kboard-hwaikeul-video-editor.default-editor .row .attr-value .description {
	margin: 0;
	color: #666666;
}

#kboard-hwaikeul-video-editor.default-editor .row .attr-value .kboard-tree-category-wrap {
	float: left;
	width: 100%;
}

#kboard-hwaikeul-video-editor.default-editor .row .attr-value .kboard-tree-category-wrap select {
	clear: both;
	float: left;
	margin-bottom: 5px;
	width: 30%;
}

#kboard-hwaikeul-video-editor.default-editor .row.confirm-row {
	align-items: first baseline;
}

#kboard-hwaikeul-video-editor.default-editor .kboard-content {
	width: calc(100% - 120px);
}

#kboard-hwaikeul-video-editor.default-editor .kboard-content .editor-textarea {
	display: inline;
	margin: 0;
	padding: 5px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 250px;
	min-height: 0;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: border-box;
	text-indent: 0;
}


#kboard-hwaikeul-video-editor.default-editor.confirm {
	margin: 100px auto;
	max-width: 590px;
}

#kboard-hwaikeul-video-editor.default-editor.confirm input[type=password] {
	width: 100%;
	box-sizing: border-box;
}

#kboard-hwaikeul-video-editor.default-editor .inner {
	padding: 0;
	border-bottom: 0;
}

#kboard-hwaikeul-video-editor.default-editor .inner .kboard-attr-media {
	display: none;
}


#kboard-hwaikeul-video-editor.default-editor .inner #wp-kboard_content-media-buttons button:not(.add_media) {
	display: none;
}

#kboard-hwaikeul-video-editor.default-editor .kboard-control {
	margin-top: 70px;
	display: flex;
	justify-content: center;
}

#kboard-hwaikeul-video-editor.default-editor .kboard-control > .left {
	margin-right: auto;
}

#kboard-hwaikeul-video-editor.default-editor .kboard-control [type="submit"] {
	color: #fff;
	background-color: #555;
	border: 0;
	font-family: 'Noto Sans KR', sans-serif;
}

#kboard-hwaikeul-video-editor.default-editor .kboard-control a + a {
	margin-left: 10px;
}

#kboard-hwaikeul-video-editor.default-editor .kboard-control {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.kboard-hwaikeul-video-latest {
	display: flex;
	margin-right: -15px !important;
	flex-flow: row wrap;
}

.kboard-hwaikeul-video-latest a {
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
}

.kboard-hwaikeul-video-latest .kboard-hwaikeul-video-latest-item {
	width: calc(100%/3 - 15px);
	margin-right: 15px;
}

.kboard-hwaikeul-video-latest .kboard-hwaikeul-video-latest-item .kboard-hwaikeul-video-thumbnail {
	width: 100%;
}

.kboard-hwaikeul-video-latest .kboard-hwaikeul-video-latest-item .subject {
	width: 100%;
	padding-top: 20px;
}

.kboard-hwaikeul-video-latest .kboard-hwaikeul-video-latest-title {
	display: -webkit-box;
	margin: 0 0 8px 35%;
	overflow: hidden;
	line-height: 16px;
	height: 32px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	white-space: normal;
	font-size: 1rem;
	text-decoration: none;
	color: #000000;
}

.kboard-hwaikeul-video-latest .kboard-hwaikeul-video-latest-title:hover {
	color: #2575fc;
}

.kboard-hwaikeul-video-latest .kboard-hwaikeul-video-latest-title img {
	display: inline;
	margin: 0;
	width: 14px;
	vertical-align: middle;
	box-shadow: none;
}

@media screen and (max-width: 1200px) {
	#kboard-hwaikeul-video-list .kboard-list .kboard-list-item {
		width: calc(100%/2 - 15px);
	}
}


@media screen and (max-width: 768px) {
	#kboard-hwaikeul-video-list .kboard-list .kboard-list-item {
		width: 100%;
	}

	#kboard-hwaikeul-video-list .board_info .board-search input {
		width: calc(100% - 30px);
	}

	#kboard-hwaikeul-video-list .board_info {
		flex-direction: column-reverse;
		align-items: normal;
		gap: 30px;
	}

	#kboard-hwaikeul-video-document .kboard-header .tit {
		padding: 10px 5px;
		font-size: 18px;
	}

	#kboard-hwaikeul-video-document .kboard-header .kboard-info {
		gap: 10px;
		padding: 10px 5px;
		flex-direction: column;
	}

	#kboard-hwaikeul-video-document .document-navi ul li em {
		width: 90px;
		text-align: left;
	}

	#kboard-hwaikeul-video-document .document-navi ul li > span,
	#kboard-hwaikeul-video-document .document-navi ul li > a {
		width: calc(100% - 90px);
	}

	.kboard-hwaikeul-video-thumbnail:hover .video-foreground,
	.kboard-hwaikeul-video-thumbnail:hover .video-foreground-search {
		display: none;
	}

	#kboard-hwaikeul-video-list .kboard-list {
		margin: 0 !important;
		width: 100%;
	}

	#kboard-hwaikeul-video-list .kboard-list .kboard-list-item {
		margin: 0;
		width: 100%;
	}

	#kboard-hwaikeul-video-editor .video-description {
		margin-top: 0;
		padding-left: 0;
		border-top: 0;
		padding-top: 0;
	}

	.kboard-hwaikeul-video-latest {
		margin-right: 0 !important;
		flex-direction: column;
	}

	.kboard-hwaikeul-video-latest .kboard-hwaikeul-video-latest-item {
		width: 100%;
		margin-right: 0;
	}

	.kboard-hwaikeul-video-latest .kboard-hwaikeul-video-latest-item + .kboard-hwaikeul-video-latest-item {
		margin-top: 30px;
	}

	#kboard-hwaikeul-video-editor.default-editor .row {
		flex-direction: column;
		align-items: normal;
		gap: 5px;
	}


	#kboard-hwaikeul-video-editor.default-editor .row .attr-name {
		width: 100%;
	}

	#kboard-hwaikeul-video-editor.default-editor .row .attr-value,
	#kboard-hwaikeul-video-editor.default-editor .kboard-content {
		width: 100%;
	}

}


#kboard-hwaikeul-video-list .not-login {
	padding: 20px;
	border: 2px solid #1e81ce;
	font-size: 0.9rem;
	margin-bottom: 40px;
}

#kboard-hwaikeul-video-list .not-login strong {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 1.1rem;
	color: #000;
}

.logged-in #kboard-hwaikeul-video-list .not-login {
	display: none;
}
