.card_body {
	background-color: rgb(36, 37, 37);
	position: relative;
	display: flex;
	/*display: inline-grid;*/
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border-radius: 2px;
	padding: 24px;
	/*width: 70%;*/
}

.memo_form {
	position: absolute;
	width: 500px;
	padding: 16px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 21, 0.175);
	border-radius: 0.5rem;
	z-index: 1;
}

.item_row {
	display: flex;
	width: 100%;
	margin-bottom: 5px;
	color: rgba(229, 224, 216, 0.85);
	text-align: left;
}

.item_box {
	width: 100%;
	margin-right: 5px;
	background: rgb(36, 37, 37);
	/*border: 2px solid rgba(143, 132, 117, 0.125);*/
	border: 2px solid rgba(255, 255, 255, 0.3);
	padding: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
	color: rgba(255, 255, 255, 0.7);
}

.item_label {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}

.item_text {
	color: rgba(255, 255, 255, 0.7);
}


.post_list {
	height: 300px;
	overflow-y: scroll;
	text-align: left;
}

.docs_list {
	text-align: left;
}

.docs_list a.post_row {
	padding: 7px 0;
}

.docs_list a.post_row:hover {
	color: rgba(255, 243, 205, 0.6);
}

.post_row {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	color: rgba(229, 224, 216, 0.85);
	overflow: hidden
}

.post_head {

}

.post_head th {
	border-bottom: 3px solid rgb(224, 224, 224);
	line-height: 30px;
	color: #fff;

	max-width: 0;

	border-right: 1px solid rgb(224, 224, 224, 0.4);
}

.post_head th:last-child {
	border-right: unset;
}


.post_body {
	color: rgba(229, 224, 216, 0.65);
	font-size: 16px;
}

.post_body tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-right: 1px solid rgb(224, 224, 224, 0.4);
	padding: 0 7px;
}

.post_body tr {
	border-bottom: 1px solid rgb(224, 224, 224);
	line-height: 52px;
	text-align: left;
}

.blog_title {
	font-weight: bold;
	font-size: 20px;
	color: rgb(255 255 255 / 81%);
	text-align: left;
	margin: 15px 0px 5px;
}

.nav-item {
	margin-left: 1rem;
	position: relative;
}


.spinner_wrap {
	/*position: fixed;
	top: calc(50% - 40px);
	left: calc(50% - 40px);*/
	margin: 25px 0;
	display: none;
}

.loader {
	border: 10px solid #f3f3f3;
	border-top: 10px solid #2c96ed;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	animation: spin 1s linear infinite;
	display: inline-flex;
}

.search_input {
	width: 100%;
	height: 60px;
	line-height: 58px;
	font-size: 18px;
	padding: 0 15px;
	color: rgba(229, 224, 216, 0.85);
	background: #262b38;
	font-weight: 400; /* box-shadow: 0 0 0 2px rgb(23 101 174 / 20%); */
	background-color: rgb(36, 37, 37);
	background-image: none;
	border: 1px solid rgb(69, 72, 71);
	border-right: none;
	outline: none;
}


.search_btn {
	color: rgba(229, 224, 216, 0.85);
	background-color: transparent;
	border: 1px solid rgb(69, 72, 71);
	border-left: none;
}

.tip_wrap {
	margin: 20px 0;
	text-align: left;
}

.tip_wrap h1 {
	color: #fff;
}

.tip_wrap span {
	color: rgba(255, 255, 255, 0.7);
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.logout {
	background: none;
	border: none;
	color: white;
	font-weight: bold;
}

.cst_side_btn {
	width: 100%;
}

a.notice_tele:hover{
	color: white;
}

#keyword_list {
	color: white;
	list-style: none;
	text-align: left;
}

#keyword_list li{
	margin: 5px 0;
}

.notice_tele{
	background: none;border: none;color: white;font-weight: bold;margin-left: 5px;text-decoration: none;
}

.notice_tele img{
	height: 30px; vertical-align: bottom
}

td.details-control {
	background: url('../img/details_open.png') no-repeat center center;
	cursor: pointer;
}
tr.details td.details-control {
	background: url('../img/details_close.png') no-repeat center center;
}

table.dataTable tbody tr a{
	color: rgb(255 255 255 / 81%);
	font-weight: 500;
	text-decoration: none;
}

footer {
	width: 100%;
	height: 10vh;
	padding-left: var(--cui-sidebar-occupy-start, 0);
}

footer .container {
	text-align: center;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;

	position: relative;
	top: 50%;
	transform: translate(0%, -50%);

}

footer .container span {
	line-height: 30px;
}

/*.info{
    background-color: #3700B3; color: white; font-weight: 700; padding: 24px; font-size: 1.125rem;
}*/

.info {
	display: flex;
	line-height: 38px;
	color: rgb(255 255 255 / 81%);
}

.info div span {
	font-weight: bold;
}

.info div:nth-last-child(1) {
	margin-right: 7px;
}

.info div:nth-last-child(1)::after {
	content: unset;
}

.info div::after {
	content: "/";
	display: inline-block;
	height: 38px;
	position: relative;
	pointer-events: none;
	margin: 0 5px;
}

.docs textarea {
	width: 100%;
	background: transparent;
	border: unset;
	color: white;
}

.docs textarea:focus-visible, .docs textarea:focus {
	outline: none;
}

.docs_len .c_letter {
	font-size: 27px;
	line-height: 1.2;
	color: #447BED;
	font-weight: 600;
	margin-right: 4px;
}

.docs_len .c_byte {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.7);
}

.docs_len {
	display: flex;
}

.table-bordered td {
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.table-bordered {
	display: none;
}

.table-bordered td.rnak div {
	display: flex;
}

.dataTables_wrapper .table-bordered {
	display: table;
}

.log_wrap .log_list {
	display: flex;
	padding: 7px 0;
	cursor: pointer;
	width: 90%;
}

.log_wrap .ctr {
	width: 10%;
}

.log_wrap .ctr button.delete {
	background: none;
	border: none;
	color: rgb(255 255 255 / 70%);
	height: 100%;

}


.log_wrap:hover {
	background: rgb(255 255 255 / 20%);
	color: rgb(255 255 255 / 80%);
}

.log_wrap {
	color: rgb(255 255 255 / 60%);
	border: 1px solid rgb(69, 72, 71);
	display: flex;
	width: 100%;
}

.log_wrap .log_head {
	color: rgb(255 255 255 / 90%);

}

.log_wrap .keyword {
	width: 30%;
	text-align: left;
	padding: 0 15px;
}

.log_wrap .url {
	width: 100%;
	text-align: left;
	padding: 0 15px;
	overflow-y: hidden;
}

.slotDetail {
	text-align: right;
}

.slotDetail a {
	color: rgb(255, 255, 255, 0.8);
	margin-left: 15px;
	text-decoration: none;
}

.dropbtn {
	background-color: #3498DB;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
	background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	position: absolute;
	background-color: #f1f1f1;
	/*min-width: 160px;*/
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content button {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	border: none;
	background: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
	display: block;
}

@media (min-width: 500px) {
	.line_cont {
		display: inline-flex;
	}
}

@media (max-width: 768px) {
	.info div::after {
		display: contents;
	}

}



.menu_wrap {
	display: none;
	position: absolute;
	left: 240px;
	top: 0;
}
.menu_wrap ul{
	list-style: unset;
	padding-left: 0;
} 

.menu_cont ul > li > a{
	padding-left: 1.2rem!important;
	padding-right: 1.7rem!important;
	min-width: 125px;
	
}
.menu_cont {
	position: fixed;
	border: 1px solid rgb(36, 37, 37);
	border-left: none;
	font-weight: bold;
	background-color: rgb(42 44 44);
	box-sizing: border-box;
	display: inline-flex;
}

.nav_side_btn {
	color: rgba(255, 255, 255, 0.9)!important;
	font-weight: 600;
	cursor: pointer;
	user-select: none;
}

.nav_side_btn:before {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: url(/img/select_arrow.svg) no-repeat 50%;
	display: block;
	content: "";
}


.tb_style_1{margin:45px 0;}
.tb_style_1 th{padding:14px 10px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center; font-size:16px; color:white; }
.tb_style_1 th.br_0{border-right: 0; }
.tb_style_1 td.br_0{border-right: 0; }
.tb_style_1 td{padding:14px 50px; border-bottom:1px solid #ddd; font-size:16px; font-weight:500; color: #FFFFFFCC; text-align: center; border-right: 1px solid #444;}
.tb_style_1 td.bi_tb_wrap{border:none; padding:0; }
.tb_style_1 td.bi_tb_wrap .txt_2{padding:15px 20px; }
.tb_style_1 td .bi_tb{border-top:1px solid #ddd; }
.tb_style_1 td .bi_tb th{background-color:#e7eef7;}
.tb_style_1 td .bi_tb td.sky_bg{background-color:#f9fcff; }
.tb_style_1 td .bi_tb td{text-align:center; }
/*.tb_style_1 td ul li{margin-top:7px; font-size:16px; font-weight:200; color:#666;}*/
.tb_style_1 td ul li{ font-size:16px; font-weight:200; color:#666;}
.tb_style_1 td>ul>li{padding-bottom:5px; }
.tb_style_1 td>ul>li:last-child{padding-bottom:0;}
