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

a.cm-board-button-small,
input.cm-board-button-small,
button.cm-board-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: #545861; background: #eaeaea; border: none; border-radius: 0; text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; } 
a.cm-board-button-small:hover,
a.cm-board-button-small:focus,
a.cm-board-button-small:active,
input.cm-board-button-small:hover,
input.cm-board-button-small:focus,
input.cm-board-button-small:active,
button.cm-board-button-small:hover,
button.cm-board-button-small:focus,
button.cm-board-button-small:active { opacity: 0.7; } 

.cm-board-poweredby { float: left; padding-bottom: 15px; width: 100%; font-size: 14px; } 

.cm-board-cut-strings { width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal;} 

#donggu-history-list { display: inline-block; *display: inline; zoom: 1; margin: 0; width: 100%; } 
#donggu-history-list form { margin: 0; padding: 0; } 
#donggu-history-list .kboard-list-header { float: left; display: table; padding-bottom: 15px; width: 100%; } 
#donggu-history-list .kboard-list-header .kboard-total-count { *float: left; display: table-cell; font-size: 17px; color: #000; font-weight: 500; } 
#donggu-history-list .kboard-list-header .kboard-total-count span { color: var(--sub-color); font-weight: 800; } 
#donggu-history-list .kboard-list-header .kboard-sort { *float: right; display: table-cell; text-align: right; } 
#donggu-history-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: 13px; 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; } 
#donggu-history-list .kboard-category { float: left; padding-bottom: 15px; width: 100%; } 
#donggu-history-list .kboard-category.category-mobile { display: none; } 
#donggu-history-list .kboard-category.category-pc { display: block; } 
#donggu-history-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: 13px; 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; } 
#donggu-history-list .kboard-category .kboard-category-list { display: flex; flex-wrap:wrap; margin: 2px -0.4px 5px; list-style: none; border: 0; overflow: hidden; border-radius: 5px; padding: 0.5rem; } 
#donggu-history-list .kboard-category .kboard-category-list li { display: inline-block; *display: inline; zoom: 1; margin:-0.5px; border: 0; list-style: none; width: calc(100% / 7); text-align: center; } 
#donggu-history-list .kboard-category .kboard-category-list li::before,
#donggu-history-list .kboard-category .kboard-category-list li::after { display: none; } 
#donggu-history-list .kboard-category .kboard-category-list li a { display: block; padding: 2rem; font-size: 1.7rem; border: 1px solid #ddd; text-decoration: none; text-shadow: none; box-shadow: none; color: #000; transition: all 0.3s ease; } 
#donggu-history-list .kboard-category .kboard-category-list li.kboard-category-selected { background: var(--main-color); } 
#donggu-history-list .kboard-category .kboard-category-list li.kboard-category-selected a { color: #fff; font-weight: 500; } 
#donggu-history-list .kboard-category .kboard-category-list li:hover a { background: var(--main-color); color: #fff; } 
#donggu-history-list .kboard-tree-category-wrap { overflow: hidden; } 
#donggu-history-list .kboard-tree-category-wrap select { display: inline; margin: 0 0 5px 0; padding: 0; width: 100%; height: 28px; line-height: 28px; font-size: 13px; 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; } 
#donggu-history-list .kboard-tree-category-search .kboard-search-option-wrap.type-select { width: auto; } 
#donggu-history-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab { width: 100%; } 
#donggu-history-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; } 
#donggu-history-list .kboard-tree-category li { display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 0 5px; border: 0; list-style: none; } 
#donggu-history-list .kboard-tree-category li::before,
#donggu-history-list .kboard-tree-category li::after { display: none; } 
#donggu-history-list .kboard-tree-category li a { display: block; padding: 10px 10px 8px 10px; font-size: 14px; border: 0; border-bottom: 2px solid transparent; text-decoration: none; text-shadow: none; box-shadow: none; color: #515151; } 
#donggu-history-list .kboard-tree-category li.kboard-category-selected a { font-weight: bold; border-bottom: 2px solid #545861; color: #545861; } 
#donggu-history-list .kboard-tree-category-search { float: left; width: 100%; } 
#donggu-history-list .kboard-tree-category-search .kboard-search-option-wrap { margin-right: 5px; float: left; } 
#donggu-history-list .kboard-list { float: left; width: 100%; background-color: white; } 
#donggu-history-list .kboard-list table { display: table; table-layout: fixed; margin: 0; padding: 0; width: 100%; border: 0; font-size: 14px; border-collapse: collapse; } 
#donggu-history-list .kboard-list table a { color: black; font-weight: normal; text-decoration: none; border: 0; box-shadow: none; padding: 25px 20px; display: inline-block; width: 100%; display:flex; align-items:center;} 
#donggu-history-list .kboard-list table tr { border: 0; background-color: transparent; transition-duration: 0.3s; } 
#donggu-history-list .kboard-list table td .xi-link {transform:rotate(130deg);border:none;;}
/* thead & tbody */
#donggu-history-list .kboard-list table td.kboard-list-uid { width: 100px; } 
#donggu-history-list .kboard-list table td.kboard-list-uid.notice p {border:1px solid var(--main-color); margin:0 1rem; color:var(--main-color); border-radius:50px; font-size:1.6rem; padding:0.5rem;}
#donggu-history-list .kboard-list table td.kboard-list-title { width: auto; } 
#donggu-history-list .kboard-list table td.kboard-list-title p
{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal;}
#donggu-history-list .kboard-list table td.kboard-list-title button
{border:none; background:none; font-size:16px; color:#555; padding:5px 0 5px 10px;}
#donggu-history-list .kboard-list table td.kboard-list-user { width: 100px; } 
#donggu-history-list .kboard-list table td.kboard-list-category1 { width: 190px; } 
#donggu-history-list .kboard-list table td.kboard-list-date { width: 150px; } 
#donggu-history-list .kboard-list table td.kboard-list-vote { width: 55px; } 
#donggu-history-list .kboard-list table td.kboard-list-attachments { width: 100px; } 
#donggu-history-list .kboard-list table td.kboard-list-attachments button { border: none; color: #000; font-size: 2.1rem; } 
#donggu-history-list .kboard-list table td.kboard-list-view { width: 100px; } 
/* thead */
#donggu-history-list .kboard-list thead { background-color: transparent; } 
#donggu-history-list .kboard-list thead tr td { border: none; font-weight: 700; color: #222; border-bottom: 2px solid #f2f2f2; border-top: 2px solid #999; background: #f7f7f7; font-size: 17px; padding: 20px 0; text-align:center; } 
/* tbody */
#donggu-history-list .kboard-list table tbody tr:hover td { background-color: #fff;} 
#donggu-history-list .kboard-list table tbody tr:hover td a { text-decoration: underline; } 
#donggu-history-list .kboard-list table tbody td { padding: 0px 0; height: auto; text-align: center; vertical-align: middle; font-size: 17px; word-break: break-all; border: 0; border-bottom: 1px solid #f1f1f1; background: #fff; color: #0a0a0a;} 

#donggu-history-list .kboard-list tbody tr:hover { background-color: #f7f7f7; } 
#donggu-history-list .kboard-list tbody tr.kboard-list-notice { background-color: #f4f4f4; } 
#donggu-history-list .kboard-list tbody tr.kboard-list-popular .kboard-list-uid { font-weight: bold; } 
#donggu-history-list .kboard-list tbody tr.kboard-list-selected .cm-board-cut-strings { font-weight: 500; } 

/** 카테고리 **/
#donggu-history-list .kboard-list tbody td.kboard-list-category1 .category { font-size: 1.6rem; color: #fff; padding: 0.5rem 0rem; display: inline-block; background: var(--sub-color); border-radius: 5px; min-width: 14rem; text-align: center; } 
/** 타이틀 **/

#donggu-history-list .kboard-list tbody td.kboard-list-title { text-align: left; } 

#donggu-history-list .kboard-list tbody td.kboard-list-title .cat { margin-right: 0.5rem; display: inline-block; color: #000; font-weight: 700; display: none; } 
#donggu-history-list .kboard-list tbody td.kboard-list-title img { display: inline; margin: 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; } 
#donggu-history-list .kboard-list tbody td.kboard-list-title .kboard-comments-count { color: #00a8e7; } 
#donggu-history-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%; } 
#donggu-history-list .kboard-list .kboard-mobile-contents { display: none; font-size: 13px; color: #999999; } 
#donggu-history-list .kboard-list .kboard-mobile-contents .contents-item { display: inline; margin: 0; padding: 0; } 
#donggu-history-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%; } 
#donggu-history-list .kboard-list .kboard-mobile-contents .contents-separator { display: inline; margin: 0; padding: 0 2px; color: #bebebe; } 


#donggu-history-list .kboard-pagination { float: left; padding: 15px 0; width: 100%; } 
#donggu-history-list .kboard-pagination .kboard-pagination-pages { float: left; margin: 0; padding: 0; width: 100%; list-style: none; text-align: center; border: 0; } 
#donggu-history-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; } 
#donggu-history-list .kboard-pagination .kboard-pagination-pages li a { display: block; margin: 0; padding: 0 11px; height: 28px; line-height: 28px; font-size: 14px; color: #999999; text-decoration: none; border: 0; background-color: #f9f9f9; box-shadow: none; transition-duration: 0.3s; } 
#donggu-history-list .kboard-pagination .kboard-pagination-pages li:hover a,
#donggu-history-list .kboard-pagination .kboard-pagination-pages li.active a { border: 0; color: #fff; background-color: var(--sub-color); border-radius: 10px; } 
#donggu-history-list .kboard-pagination .kboard-pagination-pages li:before { display: none; } 
#donggu-history-list .kboard-pagination .kboard-pagination-pages li:after { display: none; } 


#donggu-history-list .kboard-search { float: left; padding-bottom: 15px; width: 100%; text-align: center; } 
#donggu-history-list .kboard-search form { display: flex; align-items: stretch; justify-content: center; } 
#donggu-history-list .kboard-search select { display: inline; margin: 0; padding: 10px 5px; width: 100px; min-width: 0; max-width: 100px; min-height: 0; font-size: 17px; color: #666666; border-radius: 0; border: 1px solid #f1f1f1; background: none; background-color: white; vertical-align: middle; box-shadow: none; box-sizing: content-box; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; } 
#donggu-history-list .kboard-search input { display: inline; margin: 0; padding: 0 5px; width: 200px; min-width: 0; max-width: 200px; min-height: 0; font-size: 14px; color: #666666; border-radius: 0; border: 1px solid #f1f1f1; background: none; background-color: white; vertical-align: middle; box-shadow: none; box-sizing: content-box; } 
#donggu-history-list .kboard-search button { height: auto; line-height: 1; background: #333 !important; color: #fff !important; padding: 0 4rem; font-size: 17px; } 
#donggu-history-list .kboard-control { float: left; padding-bottom: 15px; width: 100%; text-align: right; } 
#donggu-history-list .kboard-control a { background: var(--main-color) !important; color: #fff !important; padding: 0.5rem 3rem; font-size: 1.5rem; border-radius: 5px; } 

#donggu-history-editor { overflow: hidden; } 
#donggu-history-editor form { margin: 0; padding: 0; } 
#donggu-history-editor select { display: inline; margin: 0; padding: 0 5px; font-size: 14px; 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: middle; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; } 
#donggu-history-editor input[type="text"],
#donggu-history-editor input[type="email"],
#donggu-history-editor input[type="number"],
#donggu-history-editor input[type="date"],
#donggu-history-editor input[type="password"] { display: inline; margin: 0; padding: 0 5px; width: 70%; height: 28px; line-height: 28px; font-size: 14px; 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; } 
#donggu-history-editor input[type="checkbox"] { width: auto; -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; } 
#donggu-history-editor input[type="radio"] { width: auto; -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; } 
#donggu-history-editor select:hover,
#donggu-history-editor input[type="text"]:hover,
#donggu-history-editor input[type="email"]:hover,
#donggu-history-editor input[type="number"]:hover,
#donggu-history-editor input[type="date"]:hover,
#donggu-history-editor input[type="password"]:hover { border-bottom: 1px solid #9e9e9e; } 
#donggu-history-editor select:focus,
#donggu-history-editor input[type="text"]:focus,
#donggu-history-editor input[type="email"]:focus,
#donggu-history-editor input[type="number"]:focus,
#donggu-history-editor input[type="date"]:focus,
#donggu-history-editor input[type="password"]:focus { border-bottom: 2px solid #9e9e9e; } 
#donggu-history-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; } 
#donggu-history-editor .kboard-attr-title input { width: 70%; } 
#donggu-history-editor .kboard-attr-row { float: left; padding: 5px 0; width: 100%; background-color: white; } 
#donggu-history-editor .kboard-attr-row .attr-name { display: inline; float: left; margin: 0; padding: 0 10px 0 10px; width: 120px; line-height: 30px; color: #545861; font-size: 14px; font-weight: bold; } 
#donggu-history-editor .kboard-attr-row .attr-name img { display: inline; margin: 0; padding: 0; width: auto; max-width: 100%; vertical-align: middle; } 
#donggu-history-editor .kboard-attr-row .attr-name .attr-required-text { color: red; font-weight: normal; font-size: 13px; } 
#donggu-history-editor .kboard-attr-row.kboard-attr-content .attr-name { display: none; } 
#donggu-history-editor .kboard-attr-row .attr-value { margin: 0 0 0 140px; padding: 0; line-height: 30px; font-size: 14px; } 
#donggu-history-editor .kboard-attr-row .attr-value .attr-value-option { display: inline; padding-right: 20px; width: auto; font-size: 14px; cursor: pointer; } 
#donggu-history-editor .kboard-attr-row .attr-value .attr-value-option input { cursor: pointer; } 
#donggu-history-editor .kboard-attr-row .attr-value .attr-value-label { display: inline; padding-right: 5px; width: auto; cursor: pointer; } 
#donggu-history-editor .kboard-attr-row .attr-value .attr-value-label input { cursor: pointer; } 
#donggu-history-editor .kboard-attr-row .attr-value .description { margin: 0; color: #666666; } 
#donggu-history-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap { float: left; width: 100%; } 
#donggu-history-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { clear: both; float: left; margin-bottom: 5px; width: 30%; } 
#donggu-history-editor .kboard-content { float: left; margin: 0; padding: 9px 0; width: 100%; background-color: white; } 
#donggu-history-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; } 
#donggu-history-editor .kboard-control { float: left; padding: 15px 0; width: 100%; } 
#donggu-history-editor .kboard-control .left { position: static; float: left; } 
#donggu-history-editor .kboard-control .right { position: static; float: right; width: 50%; text-align: right; } 
#donggu-history-editor .kboard-control button,
#donggu-history-editor .kboard-control a { background: var(--main-color) !important; color: #fff !important; padding: 0.5rem 3rem; font-size: 1.5rem; border-radius: 5px; } 

#donggu-history-editor.confirm { margin: 100px auto; max-width: 590px; } 
#donggu-history-editor.confirm input[type="password"] { width: 100%; box-sizing: border-box; } 

#donggu-history-document { display: inline-block; *display: inline; zoom: 1; margin: 0; width: 100%; } 
#donggu-history-document .kboard-document-wrap { /*float: left; */
 width: 100%; background-color: white; } 
#donggu-history-document .kboard-document-top 
{padding:3rem 2rem; }
#donggu-history-document .kboard-document-top .kboard-title {width:100%;}

#donggu-history-document .kboard-title h1 {color: #1c1c1c; font-weight: 700; font-size: 36px; text-align:center; word-break: keep-all; line-height: 1.3; } 
#donggu-history-document .kboard-detail { width: 100%; font-size: 16px; display: flex; padding-top:3rem; } 
#donggu-history-document .kboard-detail .detail-attr { display: flex; align-items: center; *display: inline; zoom: 1; margin: 0; font-size: 1.7rem; margin-right:3rem;} 
#donggu-history-document .kboard-detail .detail-attr .detail-name { color: #a7a7a7; text-align: right; font-size: 15px; font-weight:600;} 
#donggu-history-document .kboard-detail .detail-attr .detail-value { padding-left: 10px; color: #232323; font-weight:600; font-size:15px; } 
#donggu-history-document .kboard-detail .detail-attr .detail-value a { color: #545861; text-decoration: none; border: 0; box-shadow: none; } 
#donggu-history-document .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%; } 
#donggu-history-document .kboard-content { clear: both; /* float: left; */
 width: 100%; min-height: 200px; } 
#donggu-history-document .kboard-content .content-view { margin: 0; padding: 22px; line-height: 1.5; word-break: break-all; font-size: 1.9rem; color: #000; } 
#donggu-history-document .kboard-content .content-view iframe { max-width: 100%; } 
#donggu-history-document .kboard-content .content-view img { display: inline; margin: 0; vertical-align: middle; max-width: 100%; } 
#donggu-history-document .kboard-content .content-view hr { margin: 10px 0; padding: 0; height: 1px; border: 0; background-color: #f1f1f1; } 
#donggu-history-document .kboard-content .content-view ul { margin: 0.75em 0; } 
#donggu-history-document .kboard-content .content-view ol { margin: 0.75em 0; } 
#donggu-history-document .kboard-content .content-view p { margin: 0 0 0.75em; } 
#donggu-history-document .kboard-content .content-view p:last-child { margin: 0; } 
#donggu-history-document .kboard-content .content-view p,
#donggu-history-document .kboard-content .content-view p span { word-break: normal; } 
#donggu-history-document .kboard-content .content-view .thumbnail-area { text-align: center; } 
#donggu-history-document .kboard-content .content-view .aligncenter { display: block; margin-right: auto; margin-left: auto; } 
#donggu-history-document .kboard-content .content-view .alignright { float: right; } 
#donggu-history-document .kboard-content .content-view .alignleft { float: left; } 
#donggu-history-document .kboard-document-action { padding: 0 22px 5px 22px; overflow: hidden; line-height: 1; } 
#donggu-history-document .kboard-document-action .left { position: static; float: left; } 
#donggu-history-document .kboard-document-action .right { position: static; float: right; text-align: right; } 
#donggu-history-document .kboard-attach {font-size: 13px; overflow: hidden; line-height: 1;border-bottom: 1px solid #ddd; padding:2rem;; } 

#donggu-history-document .kboard-button-action {padding: 0; font-size: 15px; border: none; cursor: pointer; vertical-align: middle; display:block; margin:1rem 0; line-height:1.5;} 
#donggu-history-document .kboard-button-action span { position: static; display: inline; margin: 0; padding: 0; font-size: 13px; line-height: 12px; } 
#donggu-history-document .kboard-button-like { color: #ff5959; } 
#donggu-history-document .kboard-button-unlike { color: #3d62aa; } 
#donggu-history-document .kboard-button-print { color: gray; } 
#donggu-history-document .kboard-button-download { display:flex; align-items:center; color: #444; font-weight: 500; } 
#donggu-history-document .kboard-button-download i { margin-right: 5px; } 
#donggu-history-document .kboard-button-download:hover {background:#fff; color:#000;}

#donggu-history-document .kboard-comments-area { float: left; width: 100%; } 
#donggu-history-document .kboard-document-navi { float: left; padding-top: 15px; width: 100%; } 
#donggu-history-document .kboard-document-navi a { display: block; text-decoration: none; border: 0; font-size: 14px; line-height: 20px; box-shadow: none; color: #545861; transition-duration: 0.3s; } 
#donggu-history-document .kboard-document-navi .navi-document-title { display: block; } 
#donggu-history-document .kboard-document-navi .navi-arrow { position: absolute; display: block; } 
#donggu-history-document .kboard-document-navi .kboard-prev-document { position: relative; float: left; width: 45%; } 
#donggu-history-document .kboard-document-navi .kboard-prev-document .navi-document-title { padding-left: 15px; } 
#donggu-history-document .kboard-document-navi .kboard-prev-document .navi-arrow { left: 0; top: 0; } 
#donggu-history-document .kboard-document-navi .kboard-prev-document:hover a { color: black; } 
#donggu-history-document .kboard-document-navi .kboard-next-document { position: relative; float: right; width: 45%; text-align: right; } 
#donggu-history-document .kboard-document-navi .kboard-next-document .navi-document-title { padding-right: 15px; } 
#donggu-history-document .kboard-document-navi .kboard-next-document .navi-arrow { right: 0; top: 0; } 
#donggu-history-document .kboard-document-navi .kboard-next-document:hover a { color: black; } 

#donggu-history-document #custom { margin-top: 3rem; text-align: center; } 
#donggu-history-document #custom a { padding: 1.5rem 6rem; background: var(--sub-color); color: #fff; font-size: 1.8rem; border-radius: 50px; font-weight: 500; } 
#donggu-history-document #custom a:hover
{background:var(--sub-color)}

#donggu-history-document .kboard-control { float: left; padding: 15px 0; width: 100%; margin-top: 3rem; } 
#donggu-history-document .kboard-control .left { position: static; float: left; } 
#donggu-history-document .kboard-control .right { position: static; float: right; text-align: right; } 
#donggu-history-document .kboard-control a { background: var(--sub-color) !important; color: #fff !important; padding: 0.5rem 3rem; font-size: 1.5rem; border-radius: 5px; } 
/* 관련링크 */
#donggu-history-document .relation-link 
{padding:2rem; background:#f4f4f4;}
#donggu-history-document .relation-link li
{margin:1rem 0;}
#donggu-history-document .relation-link li a 
{font-size:1.6rem; color:#254e9d; text-decoration:underline;}
#donggu-history-document .relation-link li a i
{transform:rotate(45deg); margin-right:1rem;}


#donggu-history-latest
{ margin-top:3rem;}
#donggu-history-latest ul { display: flex; flex-wrap: wrap; } 
#donggu-history-latest ul li { position: relative; width: 100%;} 

#donggu-history-latest ul li:last-child { margin: 0; } 
#donggu-history-latest .latest-item a {position:relative; width:100%; display:flex; align-items:center; justify-content:space-between; padding:2rem 2rem; } 
#donggu-history-latest .latest-item a:before {content:''; width:5px; height:5px; border-radius:50%; background:var(--main-color); position:absolute; left:0; top:50%; transform:translateY(-50%);}
#donggu-history-latest .latest-item span { display: inline-block; border: 1px solid #231815; border-radius: 50px; padding: 5px 3rem; font-size: 1.4rem; font-weight: 400; color: #101010; } 
#donggu-history-latest .latest-item .tit-con {width:100%; display:flex; justify-content:space-between; align-items:center;}
#donggu-history-latest .latest-item .tit { width:80%;} 
#donggu-history-latest .latest-item .tit h4 { font-size:1.8rem; color:#090909; font-weight:600; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; position:relative; } 
#donggu-history-latest .latest-item .date { font-size: 1.6rem; font-weight: 600; color: #555555; width:10rem; transition: all 0.3s ease; } 
#donggu-history-latest .latest-item .more-icon {width:2.5rem; height:2.5rem; display:flex; flex-direction:column; align-items:center; justify-content:center; position:relative; }
#donggu-history-latest .latest-item .more-icon .row1 {width:100%; height:3px; background:#919191;}
#donggu-history-latest .latest-item .more-icon .row2 {width:3px;; height:100%; background:#919191; position:absolute;}

#donggu-history-latest .latest-item:hover:before { background: #231815; } 
#donggu-history-latest .latest-item:hover .tit h4 {color:#000; font-weight:600;}
#donggu-history-latest .latest-item:hover .date { color: #000; } 
#donggu-history-latest .latest-item:hover .more-icon .row {background:var(--main-color);;}




@media screen and (max-width: 600px){
  #donggu-history-list .kboard-category.category-mobile { display: block; } 
  #donggu-history-list .kboard-category.category-pc { display: none; } 
  #donggu-history-list .kboard-tree-category-search .kboard-search-option-wrap.select { width: 100%; } 
  #donggu-history-list .kboard-list-header .kboard-total-count { font-size: 15px; } 
  #donggu-history-list .kboard-list table { border-top: 1px solid #f1f1f1; } 
  #donggu-history-list .kboard-list table a { padding: 10px 0 0; } 
  #donggu-history-list .kboard-list table thead { display: none; } 
  #donggu-history-list .kboard-list table tbody td.kboard-list-title { padding: 10px 5px; } 
  #donggu-history-list .kboard-list table tbody td.kboard-list-title .cm-board-cut-strings { white-space: normal; font-size: 15px; } 
  #donggu-history-list .kboard-list table tbody td.kboard-list-uid,
  #donggu-history-list .kboard-list table tbody td.kboard-list-user,
  #donggu-history-list .kboard-list table tbody td.kboard-list-date,
  #donggu-history-list .kboard-list table tbody td.kboard-list-vote,
  #donggu-history-list .kboard-list table tbody td.kboard-list-attachments,
  #donggu-history-list .kboard-list table tbody td.kboard-list-view { display: none; } 
  #donggu-history-list .kboard-list .kboard-mobile-contents { display: block; } 
  #donggu-history-list .kboard-pagination .kboard-pagination-pages li { display: none; } 
  #donggu-history-list .kboard-pagination .kboard-pagination-pages li.first-page,
  #donggu-history-list .kboard-pagination .kboard-pagination-pages li.last-page,
  #donggu-history-list .kboard-pagination .kboard-pagination-pages li.prev-page,
  #donggu-history-list .kboard-pagination .kboard-pagination-pages li.next-page,
  #donggu-history-list .kboard-pagination .kboard-pagination-pages li.active { display: inline-block; } 
  #donggu-history-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
  #donggu-history-list .kboard-pagination .kboard-pagination-pages li.next-page a { padding: 0 18px; } 
  #donggu-history-list .kboard-search select { float: left; margin-right: 1%; width: 23%; min-width: 23%; box-sizing: border-box; font-size: 15px; } 
  #donggu-history-list .kboard-search input { float: left; margin-right: 1%; width: 49%; min-width: 49%; box-sizing: border-box; } 
  #donggu-history-list .kboard-search button { float: left; width: 23%; min-width: 23%; box-sizing: border-box; text-align: center; padding: 0 1rem; font-size: 15px; } 

  #donggu-history-editor select,
  #donggu-history-editor input[type="text"],
  #donggu-history-editor input[type="email"],
  #donggu-history-editor input[type="number"],
  #donggu-history-editor input[type="date"],
  #donggu-history-editor input[type="password"],
  #donggu-history-editor input[type="file"] { width: 100% !important; box-sizing: border-box; } 
  #donggu-history-editor .kboard-attr-row { padding: 10px 0; } 
  #donggu-history-editor .kboard-attr-row .attr-name { padding: 0; width: 100%; font-size: 14px; } 
  #donggu-history-editor .kboard-attr-row .attr-value { margin: 0; } 
  #donggu-history-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { margin-bottom: 10px; width: 100%; } 
  #donggu-history-editor.confirm { max-width: none; } 

  #donggu-history-document .kboard-title h1 { padding: 20px 10px; font-size: 19px; } 

  #donggu-history-document .kboard-content .content-view { padding: 10px 5px; font-size: 17px; } 
  #donggu-history-document .kboard-detail .detail-attr { clear: both; padding: 10px 5px; line-height: normal; font-size: 16px; } 
  #donggu-history-document .kboard-detail .detail-attr .detail-name { font-size: 15px; } 
  #donggu-history-document .kboard-detail .detail-attr .detail-value { font-size: 15px; } 
  #donggu-history-document .kboard-document-action { padding: 10px 5px 5px 5px; } 
  #donggu-history-document .kboard-attach { margin: 0 5px; padding: 0; margin: 5px; } 
  #donggu-history-document .kboard-attach .attach-tit { width: 100%; } 
  #donggu-history-document .kboard-button-action { margin-top: 1rem; font-size: 1.5rem; } 
  #donggu-history-document .kboard-document-navi .kboard-prev-document { width: 100%; } 
  #donggu-history-document .kboard-document-navi .kboard-next-document { margin-top: 10px; float: left; width: 100%; text-align: left; } 
  #donggu-history-document .kboard-list tbody tr td.kboard-list-category1 { display: none; } 

  #donggu-history-list .kboard-list tbody tr td.kboard-list-category1 { display: none; } 
}

@media screen and (max-width: 767px){
  #donggu-history-latest ul li { width: 100%; margin: 0; } 
  #donggu-history-latest .latest-item a { padding: 2rem 0; } 
  #donggu-history-latest .latest-item .tit { margin: 2rem 0 2rem; } 
  .cm-board-cut-strings { font-size: 1.6rem; } 
  #donggu-history-latest table .kboard-latest-date { font-size: 1.4rem; } 
}
#donggu-history-document .content-view li,
#donggu-history-document .content-view ol
{list-style:revert}
#donggu-history-document .content-view em 
{font-style:italic}