/* header */

.tl_srch {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
.tl_srch .bd_faq_srch {
	display: block;
	flex: 1;
}
.tl_srch .bd_faq_srch .bd_tb {
	display: flex;
}
.tl_srch .bd_faq_srch .bd_tb .bd_btn {
	margin-left: 4px;
}
	.tl_srch.wide {
		flex-direction: column;
		align-items: baseline;
	}
	.tl_srch.wide .bd_tl {
		margin-bottom: 8px;
	}
	.tl_srch.wide .bd_faq_srch {
		width: calc(100% - 32px);
		margin-left: 16px;
	}

.bd_bar {
	display: none; position: absolute; top: 0; right: 16px; font-size: 20px;
}
.bd_bar i {
	cursor: pointer;
}

.cnb_n_list {
	margin-bottom: 20px;
}
	.cnb_n_list .bd_cnb.open .bg_f_f9 {
		padding-right: 11px;
	}
	.cnb3 {
		display: flex !important;
	}
		.cnb3.center {
			justify-content: center;
		}

.tgt_modal {
	display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%;
	background-color: #00000030; font-size: 16px; z-index: 11; align-items: center; justify-content: center;
}
.tgt_menu {
	display: inline-block; width: 320px; background-color: #fff; border-radius: 4px; box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.tgt_menu h3 {
	display: flex !important; align-items: center; margin: 0; padding: 20px 24px 0; font-size: 16px; line-height: 22px;
}
.tgt_menu h3 .bg_color {
	margin-right: 8px; width: 12px; height: 22px; border-radius: 2px;
}
.tgt_menu .fa-times {
	position: absolute; top: calc(50% + 10px); right: 24px; transform: translateY(-50%);
	margin: 0; width: 24px; height: 24px; line-height: 1.6;
	background-color: #fff; border: 1px solid #e5e5e5; border-radius: 2px;
	font-size: 14px; color: #aaa; text-align: center;
	cursor: pointer; box-sizing: border-box;
}
.tgt_menu .tgt_menu_wrap {
	padding: 24px;
}
	.tgt_menu .tgt_menu_wrap .cnb_n_list {
		margin-bottom: 0;
	}
		.tgt_menu .tgt_menu_wrap .cnb_n_list .bd_cnb {
			margin: 0; padding: 0; box-shadow: none;
		}
		.tgt_menu .tgt_menu_wrap .cnb_n_list .bd_cnb .home,
		.tgt_menu .tgt_menu_wrap .cnb_n_list .bd_cnb .dummy_ie,
		.tgt_menu .tgt_menu_wrap .cnb_n_list .bd_cnb .cnbMore {
			display: none;
		}
		.tgt_menu .tgt_menu_wrap .cnb_n_list .bd_cnb .bg_f_f9 {
			height: auto; background: none; border: none; box-shadow: none;
		}
	.tgt_menu .tgt_menu_wrap .cnb_n_list ul,
	.tgt_menu .tgt_menu_slct {
		display: flex; flex-flow: wrap; gap: 8px;
		margin: 0; text-align: center; line-height: 1.5em;
	}
		.tgt_menu .tgt_menu_wrap .cnb_n_list li,
		.tgt_menu .tgt_menu_slct > a {
			display: flex; justify-content: center; align-items: center; width: calc(50% - 4px);
		}
		.tgt_menu .tgt_menu_wrap .cnb_n_list li.all {
			width: 100%;
		}
		.tgt_menu .tgt_menu_wrap .cnb_n_list li > a {
			margin: 0; width: 100%; padding: 4px 12px; font-size: 11px;
		}
		.tgt_menu .tgt_menu_slct > a.on {
			background: #f0f0f0;
		}


/* body */

.cnt_info {
	display: flex; flex-wrap: wrap; gap: 16px; overflow: hidden;
}
.cnt_info.col {
	flex-direction: column;
}
	.cnt_info .cnt_docs,
	.cnt_info .cnt_coms {
		flex: 1;
	}
	.cnt_info .bd_m_lst {
		padding: 0;
	}
	.cnt_info .bd_m_lst.zine .cnt_title {
		display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;
		height: 1em; line-height: 1em; overflow: hidden; font-size: 14px;
	}
	.cnt_info li {
		width: 100% !important; box-sizing: border-box;
	}

.index_wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.index_target {
	padding: 16px;
	box-sizing: border-box;
}
	.cnt_info .index_target {
		width: auto;
	}
.index_target_header {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	padding: 0 12px;
}
	.index_target_header h3 {
		margin: 0 4px 0 0;
	}
	.index_target_header .comm_cmd {
		margin-left: 8px;
	}
.index_more a {
	padding: 4px 16px;
	background-color: #f3f3f3;
	border-radius: 18px;
}


/* document/comment */

.my_cnts,
.my_cnts * {
	box-sizing: border-box;
}
.my_cnts .bd_zine {
	margin-top: 0; padding: 0;
}
	.my_cnts .bd_zine li {
		width: auto;
		border-bottom: 1px solid #ccc;
	}
	.my_cnts .bd_zine.zine li:first-child {
		border-top: none;
	}
	.my_cnts .bd_zine.zine li.no_doc {
		border: 1px solid #ccc;
	}
	.my_cnts .bd_m_lst.zine h3 {
		font-size: 14px;
	}
	.my_cnts .bd_m_lst.zine h3.info {
		font-size: 13px;
		color: #666;
		line-height: 1.3;
	}
	.my_cnts .bd_m_lst.zine .info.summary {
		font-size: 12px;
		color: #888;
		line-height: 1.3;
	}


/* multimedia/file */

.my_cnts.files .bd_zine {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 16px;
}
	.my_cnts.files .bd_zine li {
		margin: 0;
		padding: 16px;
		border: 1px solid #ccc;
		border-radius: 4px;
	}
		.my_cnts.files .bd_zine .rt_area {
			display: flex;
			flex-direction: column;
		}
			.my_cnts.files .bd_zine .tmb_wrp > span {
				display: block;
				background: transparent !important;
				width: 120px !important;
				height: 120px !important;
			}
			.my_cnts.files .bd_zine .tmb_wrp > span > img {
				width: 72px !important;
				height: 72px !important;
				margin: -36px 0 0 -36px !important;
			}
		.my_cnts.files .bd_zine h3 {
			margin: 8px 0;
			font-size: 13px;
			text-overflow: ellipsis;
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
		}
		.my_cnts.files .bd_zine .info {
			font-size: 11px;
		}

.file_info .my_cnts.files .bd_zine {
	display: flex;
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
}
	.file_info .my_cnts.files .bd_zine::-webkit-scrollbar {
		height: 8px;
	}
	.file_info .my_cnts.files .bd_zine::-webkit-scrollbar-thumb {
		background: #ccc; border-radius: 12px;
	}
	.file_info .my_cnts.files .bd_zine::-webkit-scrollbar-track {
		background: #cccccc50;
	}
	.file_info .my_cnts.files .bd_zine li {
		display: inline-block;
		max-width: 288px;
		min-width: 200px;
	}
	.file_info .my_cnts.files .bd_zine .rt_area {
		white-space: normal;
	}