@charset "utf-8";
/**
 * @author https://www.cosmosfarm.com
 */
 .menu .icon{
	width: 1em !important;
	height: 1em !important;
}
.board-top{
	display:flex;
	gap:80px;
	margin-bottom:50px;
}
.board-top > div{
	
}
.board-top-right{
	display: flex;
    flex-direction: column;
}
.board-top .box img {
    width: 100%;
    height: auto;
	 /* 4:3 비율 직접 설정 */
    width: 100%;
    height: auto;
	/*
    object-fit: cover;  
	aspect-ratio: 120/67; */
}
.borer-top50 a{
	color:#222;
}
.board-top-left{
	flex:2;
}
.board-top-right{
	flex:1;
}
#bottom-slider{
	padding-top:4px;
}
#bottom-slider .box-m {
	padding:4px;
	box-sizing: border-box;
	border:1px solid #fff;
}
#bottom-slider .slick-next{
	right:10px;
	z-index: 2;
    background: rgb(255 255 255 / 60%);;
    padding: 5px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
#bottom-slider .slick-prev{
	left: 10px;
    z-index: 2;
    background: rgb(255 255 255 / 60%);;
    padding: 5px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.slick-prev:before, .slick-next:before {
	color: #000 !important;
    font-size: 14px !important;
}
#bottom-slider .box-m img {
    aspect-ratio: 4/4;  /* 4:3 비율 직접 설정 */
    width: 100%;
    height: auto;
    object-fit: cover;  /* 이미지가 컨테이너를 꽉 채우도록 설정 */
	
}
#bottom-slider .box-m.slick-current{
	border:1px solid #184997;
}
.board-top-title h1{
	margin:20px 0;
	padding-bottom:20px;
	position: relative;
	font-size:32px;
}
.board-top-title h1:before{
	content:"";
	display:block;
	position: absolute;
	width:28px;
	height:2px;
	background:#333;
	bottom:0;
}
.board-top-right .option_ul li{
	font-size:16px;
	margin:7px 0;
    display: flex;
    justify-content: space-between;
}
.board-top-right-bottom{
	padding-top: 20px;
    display: flex;
    justify-content: space-between;
	gap:10px;
}
.board-top-right-bottom + .board-top-right-bottom{
	padding-top:10px;
}
#kboard-default-document .board-top-right-bottom button.kboard-button-download{
	font-size: 16px;
    display: inline-block;
    padding: 10px 5px;
    width: 100%;
	text-align: center;
    background:#111;
	color:#fff;
	font-weight:600;
	letter-spacing: 2px;
	border:1px solid #111;
	line-height: 12px;
    margin: 0;
    height: 51px;
	margin:0;
}
#kboard-default-document .board-top-right-bottom button.kboard-button-download:last-child{
	
}
.board-top-right-bottom a{
	font-size: 16px;
    display: inline-block;
    padding: 15px 5px;
    width: 100%;
	text-align: center;
    background: #184997;
	color:#fff;
	font-weight:600;
	letter-spacing: 2px;
	border:1px solid #184997;
}
.kboard-list-ul{margin:0 -10px;padding:0 !important;list-style:none !important;display: flex;flex-wrap: wrap;}
.kboard-list-ul:after{content:"";display:block;clear:both;}
.kboard-list-ul li{width:100%;padding:12px 0;margin-bottom:40px;box-sizing: border-box;display:flex;gap:40px;align-items: center;justify-content: space-between;}
.option_ul{
	display:flex;
	flex-wrap: wrap;
}
.option_ul li{
	width: 100% !important;
    padding: 0 !important;
    margin: 5px 0;
    font-size: 14px;
	gap: 10px;
}
.option_ul li strong{
	display:inline-block;
	color:#222;
	min-width:95px;
}
.kboard-document-action .left{display:none;}
.wrap-link{    
	padding-bottom: 10px;
    background: #f7f7f7;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #efefef;
}
.wrap-link span{font-weight:600;color:#111;}
.option_ul{margin:0 !important;padding:0 !important;list-style:none !important;font-size:12px;}
.option_ul li{width:100% !important;padding:0 !important}
.option_ul span{color:#111;display:inline-block;padding:2px 10px;border-radius: 20px;background:#f1f1f1;}
.wrap-kboard-category{
	display:flex;
}
.span-num{position: absolute;
    left: 0;
    font-size: 50px;
    color:#b08a6c;
    font-weight: 600;
	width:60px;text-align:center;display:inline-block;
}
.kboard-list-title a{color:#58534e}
.option_right{position:relative;padding-left:70px;}
a.kboard-thumbnail-button-small,
input.kboard-thumbnail-button-small,
button.kboard-thumbnail-button-small { position: relative; display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 0 10px; width: auto; height: 28px; line-height: 28px; font-size: 14px; font-weight: normal; letter-spacing: normal; color: #fff !important; background: #333 !important; border: none; border-radius: 2px; text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; }
a.kboard-thumbnail-button-small:hover,
a.kboard-thumbnail-button-small:focus,
a.kboard-thumbnail-button-small:active,
input.kboard-thumbnail-button-small:hover,
input.kboard-thumbnail-button-small:focus,
input.kboard-thumbnail-button-small:active,
button.kboard-thumbnail-button-small:hover,
button.kboard-thumbnail-button-small:focus,
button.kboard-thumbnail-button-small:active{background: #000 !important;}
.kboard-thumbnail-poweredby { float: left; padding-bottom: 15px; width: 100%; font-size: 13px; }
.kboard-thumbnail-new-notify { display: inline-block; *display: inline; zoom: 1; padding: 2px 2px; line-height: 10px; font-size: 10px; color: white; background-color: #f61b5d; font-weight: normal; }
.kboard-thumbnail-cut-strings { width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; }

#kboard-thumbnail-list { box-sizing: border-box; }
#kboard-thumbnail-list form { margin: 0; padding: 0; width:100%;background:#f5f5f5;border-radius: 18px; height:36px;box-sizing: border-box;border: 1px solid #e2e2e2;}
#kboard-thumbnail-list .kboard-list-header { float: left; display: table; padding-bottom: 15px; width: 100%; }
#kboard-thumbnail-list form .kboard-default-button-small{
	background: transparent !important;
	border:0;
	outline: none;
}
#kboard-thumbnail-list form .kboard-default-button-small svg{
	width:18px;
	height:18px;
	vertical-align: middle;
	position: relative;
    top: -2px;
}
#kboard-thumbnail-list form#kboard-category-form-1{
	background:none;
	border:0;
}
#kboard-thumbnail-list .kboard-list-header .kboard-total-count {  font-size: 13px;padding:10px; }
#kboard-thumbnail-list .kboard-list-header .kboard-sort { *float: right; display: table-cell; text-align: right; }
#kboard-thumbnail-list .kboard-list-header .kboard-sort select { display: inline; margin: 0; padding: 0; width: auto; min-width: 0; max-width: none; height: 26px; min-height: 0; 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-thumbnail-list .kboard-category { float: left; padding-bottom: 15px; width: 100%; }
#kboard-thumbnail-list .kboard-category.category-mobile { display: none; }
#kboard-thumbnail-list .kboard-category.category-pc { display: block; }
#kboard-thumbnail-list .kboard-category select { display: inline; margin: 0 0 5px 0; padding: 0; width: 100%; min-width: 100%; height: 28px; min-height: 0; line-height: 28px; font-size: 12px; color: #666666; 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-thumbnail-list .kboard-category .kboard-category-list { margin: 0 0 5px 0; padding: 0; list-style: none; border: 0; }
#kboard-thumbnail-list .kboard-category .kboard-category-list li { display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 2px; border: 0; list-style: none; }
#kboard-thumbnail-list .kboard-category .kboard-category-list li::before,
#kboard-thumbnail-list .kboard-category .kboard-category-list li::after { display: none; }
#kboard-thumbnail-list .kboard-category .kboard-category-list li a { display: block; padding: 10px 0px 8px 0px; font-size: 14px; border: 0;padding: 10px 15px;
    background: #fff;
	border-radius: 30px;line-height:28px;text-decoration: none; text-shadow: none; box-shadow: none; color: #515151; }
#kboard-thumbnail-list .kboard-category .kboard-category-list li.kboard-category-selected a { font-weight: bold;    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    border-radius: 110px; }
#kboard-thumbnail-list .kboard-tree-category-wrap { float: left; padding-bottom: 15px; width: 100%; }
#kboard-thumbnail-list .kboard-tree-category-wrap select { display: inline; margin: 0 0 5px 0; padding: 0; width: 100%; height: 28px; line-height: 28px; font-size: 12px; color: #666666; 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-thumbnail-list .kboard-tree-category-search .kboard-search-option-wrap.type-select { width: auto; }
#kboard-thumbnail-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab { width: 100%; }
#kboard-thumbnail-list .kboard-tree-category { float: left; margin: 0 0 5px 0; padding: 0; width: 100%; list-style: none; border: 0; background-color: #f9f9f9; overflow: hidden; }
#kboard-thumbnail-list .kboard-tree-category li { display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 0 5px; border: 0; list-style: none; }
#kboard-thumbnail-list .kboard-tree-category li::before,
#kboard-thumbnail-list .kboard-tree-category li::after { display: none; }
#kboard-thumbnail-list .kboard-tree-category li a { display: block; padding: 10px 10px 8px 10px; font-size: 13px; border: 0; border-bottom: 2px solid transparent; text-decoration: none; text-shadow: none; box-shadow: none; color: #515151; }
#kboard-thumbnail-list .kboard-tree-category li.kboard-category-selected a { font-weight: bold; border-bottom: 2px solid #545861; color: #545861; }
#kboard-thumbnail-list .kboard-tree-category-search { float: left; width: 100%; }
#kboard-thumbnail-list .kboard-tree-category-search .kboard-search-option-wrap { margin-right: 5px; float: left; }
#kboard-thumbnail-list .kboard-list { float: left; width: 100%; background-color: white; }
#kboard-thumbnail-list .kboard-list table { display: table; table-layout: fixed; margin: 0; padding: 0; width: 100%; border: 0; font-size: 13px; border-collapse: collapse; }
#kboard-thumbnail-list .kboard-list table a { color: black; font-weight: normal; text-decoration: none; border: 0; box-shadow: none; font-size: 13px; }
#kboard-thumbnail-list .kboard-list table tr { border: 0; background-color: transparent; transition-duration: 0.3s; }
#kboard-thumbnail-list .kboard-list table td { padding: 10px 0; height: auto; text-align: center; vertical-align: middle; font-size: 13px; }
#kboard-thumbnail-list .kboard-list table td.kboard-list-uid { width: 72px; }
#kboard-thumbnail-list .kboard-list table td.kboard-list-thumbnail { width: 130px; }
#kboard-thumbnail-list .kboard-list table td.kboard-list-title { width: auto; }
#kboard-thumbnail-list .kboard-list table td.kboard-list-user { width: 80px; }
#kboard-thumbnail-list .kboard-list table td.kboard-list-date { width: 75px; }
#kboard-thumbnail-list .kboard-list table td.kboard-list-vote { width: 55px; }
#kboard-thumbnail-list .kboard-list table td.kboard-list-view { width: 55px; }
#kboard-thumbnail-list .kboard-list thead { background-color: transparent; }
#kboard-thumbnail-list .kboard-list thead tr td { font-weight: bold; color: #545861; border: 0; border-bottom: 2px solid #f1f1f1; }
#kboard-thumbnail-list .kboard-list tbody tr td { word-break: break-all; border: 0; border-bottom: 1px solid #f1f1f1; }
#kboard-thumbnail-list .kboard-list tbody tr:hover { background-color: #f7f7f7; }
#kboard-thumbnail-list .kboard-list tbody tr.kboard-list-notice { background-color: #f4f4f4; }
#kboard-thumbnail-list .kboard-list tbody tr.kboard-list-selected .kboard-thumbnail-cut-strings { font-weight: bold; }
#kboard-thumbnail-list .kboard-list tbody td.kboard-list-thumbnail .icon-picture { font-size: 14px; }
#kboard-thumbnail-list .kboard-list tbody td.kboard-list-thumbnail img { display: inline; margin: 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; }
.span-board-title{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    width: fit-content;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.8);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(219, 219, 219);
    border-image: initial;
    border-radius: 40px;
	display:inline-block;
	padding:0 15px;
}
.kboard-list-title h2{
	font-size: 24px;
    line-height: 42px;
    margin-bottom: 16px;
    width: 100%;
}
.kboard-list-title h2 a{
	color:#333;
	text-decoration: none !important;
}
.kboard-list-thumbnail {
	max-width:60%;
    padding:6px;
	border-radius: 4px;
    margin: 0;
    border: 1px solid #e2e2e2;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    -ms-transition: all 400ms;
    opacity: 1;
    filter: alpha(opacity=100);
    vertical-align: middle;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 0%);
    -moz-box-shadow: 0 1px 3px rgb(0 0 0 / 0%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 0%);
}
.kboard-list-ul li:hover .kboard-list-thumbnail{
	-webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 22%);
    -moz-box-shadow: 0 1px 3px rgb(0 0 0 / 22%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 22%);
	border: 1px solid #999;
}
.kboard-list-thumbnail a{
	display:block;
	overflow: hidden;
	border-radius: 2px;
}
.kboard-list-thumbnail img {
    transform: scale(1);
    transition: transform 0.6s ease-in-out;
	width:100%;
}
.kboard-list-ul li:hover .kboard-list-thumbnail img {
    transform: scale(1.05);
	
}
.kboard-list-title{
	
}
.kboard-list-title p{
	margin:5px 0 10px 0;
}
.kboard-list-title p strong{
	color:#000;
	font-weight:400;
}
.kboard-list-title a{
	color:#111 !important; 
}
#kboard-thumbnail-list .kboard-list tbody td.kboard-list-title { text-align: left; }
#kboard-thumbnail-list .kboard-list tbody td.kboard-list-title img { display: inline; margin: 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; }
#kboard-thumbnail-list .kboard-list tbody td.kboard-list-title .kboard-comments-count { color: #00a8e7; }
#kboard-thumbnail-list .kboard-list tbody td.kboard-list-user img.avatar { display: inline; margin: 0; width: 24px; max-width: none; height: 24px; vertical-align: middle; border-radius: 50%; }
#kboard-thumbnail-list .kboard-list .kboard-mobile-contents { display: none; font-size: 12px; color: #999999; }
#kboard-thumbnail-list .kboard-list .kboard-mobile-contents .contents-thumbnail { float: left; display: inline; margin: 0 10px 10px 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; border: 1px solid #f1f1f1; }
#kboard-thumbnail-list .kboard-list .kboard-mobile-contents .contents-item { display: inline; margin: 0; padding: 0; }
#kboard-thumbnail-list .kboard-list .kboard-mobile-contents .contents-item img.avatar { display: inline; margin: 0; width: 24px; max-width: none; height: 24px; vertical-align: middle; border-radius: 50%; }
#kboard-thumbnail-list .kboard-list .kboard-mobile-contents .contents-separator { display: inline; margin: 0; padding: 0 2px; color: #bebebe; }
#kboard-thumbnail-list .kboard-pagination { float: left; padding: 15px 0; width: 100%; }
#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages { float: left; margin: 0; padding: 0; width: 100%; list-style: none; text-align: center; border: 0; }
#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li { display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 0 1px; background: none; border: 0; list-style: none; }
#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li a { display: block; margin: 0; padding: 0 11px; height: 28px; line-height: 28px; font-size: 13px; color: #999999; text-decoration: none; border: 0; background-color: #f9f9f9; box-shadow: none; transition-duration: 0.3s; }
#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.active a {border: 0; color: #fff; background-color: #111;}
#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li:before { display: none; }
#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li:after { display: none; }
#kboard-thumbnail-list .kboard-search {  min-width:300px; text-align: center;height:36px; }
#kboard-thumbnail-list .wrap-kboard-category .kboard-search{margin-left:auto;}
#kboard-thumbnail-list .kboard-search select { outline:none;display: inline; margin: 0; padding: 0 5px; width: 90px; min-width: 0; max-width: 100px; height: 34px; min-height: 0; font-size: 13px; color: #666666; border-radius: 0; border:0; background: none; background-color:transparent; line-height: 34px; vertical-align: middle; box-shadow: none; box-sizing: content-box; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-thumbnail-list .kboard-search input { outline:none; display: inline; margin: 0; padding: 0 5px; width: 130px; min-width: 0; max-width: 200px; height: 34px; min-height: 0; font-size: 13px; color: #666666; border-radius: 0; border:0; background: none; background-color: transparent; line-height: 34px; vertical-align: middle; box-shadow: none; box-sizing: content-box; }
#kboard-thumbnail-list .kboard-control { float: left; padding-bottom: 15px; margin-bottom:50px;width: 100%; text-align: right; }

#kboard-thumbnail-editor { overflow: hidden; }
#kboard-thumbnail-editor form { margin: 0; padding: 0; }
#kboard-thumbnail-editor select { display: inline; margin: 0; padding: 0 5px; font-size: 13px; width: 30%; height: 28px; line-height: 28px; 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: top; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-thumbnail-editor input[type=text],
#kboard-thumbnail-editor input[type=email],
#kboard-thumbnail-editor input[type=number],
#kboard-thumbnail-editor input[type=date],
#kboard-thumbnail-editor input[type=password] { display: inline; margin: 0; padding: 0 5px; width: 30%; height: 28px; line-height: 28px; font-size: 13px; 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: top; }
#kboard-thumbnail-editor input[type=checkbox] { width: auto; -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; }
#kboard-thumbnail-editor input[type=radio] { width: auto; -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; }
#kboard-thumbnail-editor select:hover,
#kboard-thumbnail-editor input[type=text]:hover,
#kboard-thumbnail-editor input[type=email]:hover,
#kboard-thumbnail-editor input[type=number]:hover,
#kboard-thumbnail-editor input[type=date]:hover,
#kboard-thumbnail-editor input[type=password]:hover { border-bottom: 1px solid #9e9e9e; }
#kboard-thumbnail-editor select:focus,
#kboard-thumbnail-editor input[type=text]:focus,
#kboard-thumbnail-editor input[type=email]:focus,
#kboard-thumbnail-editor input[type=number]:focus,
#kboard-thumbnail-editor input[type=date]:focus,
#kboard-thumbnail-editor input[type=password]:focus { border-bottom: 2px solid #9e9e9e; }
#kboard-thumbnail-editor input[type=file] { display: inline; margin: 0; padding: 0; width: 30%; font-size: 12px; color: #666666; border-radius: 0; border: 0; box-shadow: none; background-color: transparent; }
#kboard-thumbnail-editor .kboard-attr-title input { width: 70%; }
#kboard-thumbnail-editor .kboard-attr-row { float: left; padding: 5px 0; width: 100%; background-color: white; }
#kboard-thumbnail-editor .kboard-attr-row .attr-name { display: inline; float: left; margin: 0; padding: 0 10px 0 10px; width: 150px; line-height: 32px; color: #545861; font-size: 13px; font-weight: bold; }
#kboard-thumbnail-editor .kboard-attr-row .attr-name img { display: inline; margin: 0; padding: 0; width: auto; max-width: 100%; vertical-align: middle; }
#kboard-thumbnail-editor .kboard-attr-row .attr-name .attr-required-text { color: red; font-weight: normal; font-size: 12px; }
#kboard-thumbnail-editor .kboard-attr-row.kboard-attr-content .attr-name { display: none; }
#kboard-thumbnail-editor .kboard-attr-row .attr-value { margin: 0 0 0 140px; padding: 0; line-height: 32px; font-size: 13px; }
#kboard-thumbnail-editor .kboard-attr-row .attr-value .attr-value-option { display: inline; padding-right: 20px; width: auto; font-size: 13px; cursor: pointer; }
#kboard-thumbnail-editor .kboard-attr-row .attr-value .attr-value-option input { cursor: pointer; }
#kboard-thumbnail-editor .kboard-attr-row .attr-value .attr-value-label { display: inline; padding-right: 10px; width: auto; cursor: pointer; }
#kboard-thumbnail-editor .kboard-attr-row .attr-value .attr-value-label input { cursor: pointer; }
#kboard-thumbnail-editor .kboard-attr-row .attr-value .description { margin: 0; color: #666666; }
#kboard-thumbnail-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap { overflow: hidden; }
#kboard-thumbnail-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { clear: both; float: left; margin-bottom: 5px; width: 30%; }
#kboard-thumbnail-editor .kboard-content { float: left; margin: 0; padding: 9px 0; width: 100%; background-color: white; }
#kboard-thumbnail-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: 13px; border: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; text-indent: 0; }
#kboard-thumbnail-editor .kboard-control { float: left; padding: 15px 0; width: 100%; }
#kboard-thumbnail-editor .kboard-control .left { position: static; float: left; }
#kboard-thumbnail-editor .kboard-control .right { position: static; float: right; width: 50%; text-align: right; }
#kboard-thumbnail-editor.confirm { margin: 100px auto; max-width: 590px; }
#kboard-thumbnail-editor.confirm input[type=password] { width: 100%; box-sizing: border-box; }

.borer-top50 { display: inline-block; *display: inline; zoom: 1; margin: 0; width: 100%; }
.borer-top50 .kboard-document-wrap { float: left; width: 100%; background-color: white; }

.borer-top50 .kboard-detail { clear: both; float: left; width: 100%; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; background-color: #f9f9f9; font-size: 13px; }
.borer-top50 .kboard-detail .detail-attr { display: inline-block; *display: inline; zoom: 1; float: left; margin: 0; padding: 12px 45px 12px 5px; }
.borer-top50 .kboard-detail .detail-attr .detail-name { float: left; font-weight: bold; color: #545861; text-align: right; }
.borer-top50 .kboard-detail .detail-attr .detail-value { float: left; padding-left: 20px; color: #545861; }
.borer-top50 .kboard-detail .detail-attr .detail-value a { color: #545861; text-decoration: none; border: 0; box-shadow: none; }
.wrap-link a{color:#48abf3}
.borer-top50 .kboard-detail .detail-attr .detail-value img.avatar { display: inline; margin: 0; width: 24px; max-width: none; height: 24px; vertical-align: middle; border-radius: 50%; }
.borer-top50 .kboard-content { clear: both; float: left; width: 100%; min-height: 200px; }
#kboard-default-document .kboard-content .content-view{padding:22px 0 !important;}
.borer-top50 .kboard-content .content-view { margin: 0; padding: 0px; word-break: break-all; }
.borer-top50 .kboard-content .content-view iframe { max-width: 100%; }
.borer-top50 .kboard-content .content-view img { display: inline; margin: 0; vertical-align: middle; max-width: 100%; }
.borer-top50 .kboard-content .content-view hr { margin: 10px 0; padding: 0; height: 1px; border: 0; background-color: #f1f1f1; }
.borer-top50 .kboard-content .content-view ul { margin: 0.75em 0; }
.borer-top50 .kboard-content .content-view ol { margin: 0.75em 0; }
.borer-top50 .kboard-content .content-view p { margin: 0 0 0.75em; }
.borer-top50 .kboard-content .content-view p:last-child { margin: 0; }
.borer-top50 .kboard-content .content-view .thumbnail-area { text-align: center; }
.borer-top50 .kboard-content .content-view .aligncenter { display: block; margin-right: auto; margin-left: auto; }
.borer-top50 .kboard-content .content-view .alignright { float:right; }
.borer-top50 .kboard-content .content-view .alignleft { float: left; }
.borer-top50 .kboard-document-action { padding: 0 22px 5px 22px; overflow: hidden; line-height: 1; }
.borer-top50 .kboard-document-action .left { position: static; float: left; }
.borer-top50 .kboard-document-action .right { position: static; float: right; text-align: right; }
.borer-top50 .kboard-attach { clear: both; margin: 0 22px; padding: 10px 0 5px 0; font-size: 12px; overflow: hidden; line-height: 1; border-top: 1px dashed #ededed; }
.borer-top50 .kboard-button-action { margin: 0 0 5px 0; padding: 4px 5px; font-size: 12px; font-weight: normal; line-height: 12px; text-align: left; border: 1px solid #ededed; background: none; background-color: white; border-radius: 2px; letter-spacing: normal; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; }
.borer-top50 .kboard-button-action span { position: static; display: inline; margin: 0; padding: 0; font-size: 12px; line-height: 12px; }
.borer-top50 .kboard-button-like { color: #ff5959; }
.borer-top50 .kboard-button-unlike { color: #3d62aa; }
.borer-top50 .kboard-button-print { color: gray; }
.borer-top50 .kboard-button-download { color: gray; }
.borer-top50 .kboard-comments-area { float: left; width: 100%; }
.borer-top50 .kboard-document-navi { float: left; padding-top: 15px; width: 100%; }
.borer-top50 .kboard-document-navi a { display: block; text-decoration: none; border: 0; font-size: 13px; line-height: 20px; box-shadow: none; color: #545861; transition-duration: .3s; }
.borer-top50 .kboard-document-navi .navi-document-title { display: block; }
.borer-top50 .kboard-document-navi .navi-arrow { position: absolute; display: block; }
.borer-top50 .kboard-document-navi .kboard-prev-document { position: relative; float: left; width: 45%; }
.borer-top50 .kboard-document-navi .kboard-prev-document .navi-document-title { padding-left: 15px; }
.borer-top50 .kboard-document-navi .kboard-prev-document .navi-arrow { left: 0; top: 0; }
.borer-top50 .kboard-document-navi .kboard-prev-document:hover a { color: black; }
.borer-top50 .kboard-document-navi .kboard-next-document { position: relative; float: right; width: 45%; text-align: right; }
.borer-top50 .kboard-document-navi .kboard-next-document .navi-document-title { padding-right: 15px; }
.borer-top50 .kboard-document-navi .kboard-next-document .navi-arrow { right: 0; top: 0; }
.borer-top50 .kboard-document-navi .kboard-next-document:hover a { color: black; }
.borer-top50 .kboard-control { float: left; padding: 15px 0;  width: 100%; }
.borer-top50 .kboard-control .left { position: static; float: left; }
.borer-top50 .kboard-control .right { position: static; float: right; text-align: right; }
.borer-top50 button.kboard-default-button-small,
.borer-top50 .kboard-control a{
	background:#222;
	border-radius: 4px;
	padding:5px 15px; 
	display:inline-block;
	color:#fff;
	margin:2px;
	font-size: 14px;
	text-decoration: none;
}


#kboard-thumbnail-latest table { display: table; table-layout: fixed; width: 100%; border: 0; border-bottom: 1px solid #f1f1f1; }
#kboard-thumbnail-latest table tr { padding: 0; border: 0; }
#kboard-thumbnail-latest table th { padding: 5px 0; height: auto; border: 0; text-align: center; }
#kboard-thumbnail-latest table td { padding: 5px 0; height: auto; border: 0; border-top: 1px solid #f1f1f1; vertical-align: middle; }
#kboard-thumbnail-latest table td.kboard-latest-title { text-align: left; }
#kboard-thumbnail-latest table .kboard-latest-title { padding-left: 5px; font-size: 13px; }
#kboard-thumbnail-latest table .kboard-latest-title a { text-decoration: none; box-shadow: none; }
#kboard-thumbnail-latest table .kboard-latest-title img { display: inline; margin: 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; }
#kboard-thumbnail-latest table .kboard-latest-title .kboard-comments-count { }
#kboard-thumbnail-latest table .kboard-latest-date { width: 80px; text-align: center; font-size: 13px; }

@media screen and (max-width: 860px) {
.kboard-list-ul li{flex-direction: column;width:50%;gap:20px;}
}
@media screen and (max-width: 600px) {
	.kboard-document-add-option-value-wrap{display:block;}
	
	#kboard-thumbnail-list .kboard-category.category-pc {padding-bottom:0;  }
	#kboard-thumbnail-list .kboard-tree-category-search .kboard-search-option-wrap.select { width: 100%; }
	#kboard-thumbnail-list .kboard-list table { border-top: 1px solid #f1f1f1; }
	#kboard-thumbnail-list .kboard-list table thead { display: none; }
	#kboard-thumbnail-list .kboard-list table td.kboard-list-title { padding: 10px 5px; }
	#kboard-thumbnail-list .kboard-list table td.kboard-list-title .kboard-mobile-contents { float: left; width: 100%; }
	#kboard-thumbnail-list .kboard-list table td.kboard-list-title .kboard-thumbnail-cut-strings { display: inline; margin-bottom: 10px; white-space: normal; font-size: 15px; line-height: 23px; }
	#kboard-thumbnail-list .kboard-list table td.kboard-list-title .kboard-thumbnail-cut-strings .kboard-mobile-contents { width: auto; }
	#kboard-thumbnail-list .kboard-list table td.kboard-list-thumbnail,
	#kboard-thumbnail-list .kboard-list table td.kboard-list-uid,
	#kboard-thumbnail-list .kboard-list table td.kboard-list-user,
	#kboard-thumbnail-list .kboard-list table td.kboard-list-date,
	#kboard-thumbnail-list .kboard-list table td.kboard-list-vote,
	#kboard-thumbnail-list .kboard-list table td.kboard-list-view { display: none; }
	#kboard-thumbnail-list .kboard-list .kboard-mobile-contents { display: block; }
	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li { display: none; }
	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.first-page,
	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.last-page,
	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.prev-page,
	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.next-page,
	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.active { display: inline-block; }
	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.prev-page a
	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.next-page a { padding: 0 18px; }

	#kboard-thumbnail-editor select,
	#kboard-thumbnail-editor input[type=text],
	#kboard-thumbnail-editor input[type=email],
	#kboard-thumbnail-editor input[type=number],
	#kboard-thumbnail-editor input[type=date],
	#kboard-thumbnail-editor input[type=password],
	#kboard-thumbnail-editor input[type=file] { width: 100% !important; box-sizing: border-box; }
	#kboard-thumbnail-editor .kboard-attr-row { padding: 10px 0; }
	#kboard-thumbnail-editor .kboard-attr-row .attr-name { padding: 0; width: 100%; font-size: 14px; }
	#kboard-thumbnail-editor .kboard-attr-row .attr-value { margin: 0; }
	#kboard-thumbnail-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { margin-bottom: 10px; width: 100%; }
	#kboard-thumbnail-editor.confirm { max-width: none; }
	
	
	.borer-top50 .kboard-content .content-view { padding: 10px 0px; }
	.borer-top50 .kboard-detail .detail-attr { clear: both; padding: 10px 5px; line-height: normal; }
	.borer-top50 .kboard-document-action { padding: 10px 5px 5px 5px; }
	.borer-top50 .kboard-attach { margin: 0 5px; padding: 10px 0 5px 0; }
	.borer-top50 .kboard-document-navi .kboard-prev-document { width: 100%; }
	.borer-top50 .kboard-document-navi .kboard-next-document { margin-top: 10px; float: left; width: 100%; text-align: left; }
}


.entry-content{
	background:#fff;
}

#kboard-thumbnail-list > div{
	float:none !important;
}
.kboard-thumbnail-poweredby{
	display:none;
}
.wp-switch-editor{
	border-radius:0 !important;
}
.kboard-document-add-option-value-wrap{
    margin-bottom: 20px;
	font-size:15px;
}
.kboard-document-add-option-value-wrap .option-name{
	font-weight:600;
	color:#000;
}

.kboard-list-title h4 a{
	font-size:17px !important;
}

.widget-kboard-list-ul .kboard-list-title{
	padding-top:0;
	text-align: center;
}
@media screen and (max-width: 1000px) {
	#kboard-default-document{
		box-sizing: border-box;
	}
	.board-top{
		gap: 20px;
		margin-bottom: 20px;
		flex-direction: column;
		max-width:600px;
	
	}
	.board-top > div{
		width:100%;
	}

}
@media screen and (max-width: 600px) {
	.wrap-kboard-category{
		padding-bottom:10px;
		flex-direction: column;

	}
	#kboard-thumbnail-list .kboard-category.category-mobile{
		padding-bottom:0;
	}
	#kboard-thumbnail-list .wrap-kboard-category .kboard-search{
		min-width:0px;
		width:100%;
		max-width:300px;
		margin-left:0;
	}
	#kboard-thumbnail-list form{
		
	}
	#kboard-thumbnail-list .kboard-category select{
		border-radius: 15px;
	}
}

@media screen and (max-width: 540px) {
	.kboard-list-ul{margin:0 -5px;}
	.kboard-list-ul > li{
		padding:6px;
		margin-bottom: 30px;
		align-items: flex-start;
	}
	.kboard-list-title h2 a{
		font-size:16px !important;
	}
	.kboard-list-title h4 {
		font-size: 15px !important;
		line-height:1.4em;
	}
	.kboard-list-title h4 a {
		font-size: 15px !important;
	}
	div[id^="kboard-"]{
		padding:0 !important;
	}
	.board-top-right-bottom {
		flex-direction: column;
	}
	.kboard-list-ul > li {
		width:100%;
	}
	#kboard-thumbnail-list .kboard-category .kboard-category-list li a{
		padding:5px 15px !important;
	}
	#kboard-thumbnail-list{
		padding:0;
	}
	.board-top-right .option_ul li strong{
		display:block;
	}
}
@media screen and (max-width: 360px) {
	#kboard-thumbnail-list .kboard-category .kboard-category-list li a{
		padding:5px 10px !important;
		font-size:13px !important;
	}
}
