@charset "utf-8";

/* List */
#bo_list {	overflow:hidden; }
#bo_list_header {
	width:100%;
	padding:0;
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
}
#bo_cate { margin-right:auto; }
#bo_cate_ul {
	margin:0;
	padding:0;
}
#bo_cate_ul li {
	margin-right:0.25rem;
	padding:0;
	display:inline-block;
}
#bo_cate_ul a {
	min-width:80px;
	font-size:0.96rem;
	color:#616161;
	font-weight:400;
	padding:0.6rem 1rem;
	background-color:#fafafa;
	border:1px solid #d5d5d5;
	text-align:center;
	transition:all 0.25s ease-in-out;
	display:block;
}
#bo_cate_ul a:hover { border-color:#616161 }
#bo_cate_ul #bo_cate_on {
	color:#F20000;
	background-color:#FFF;
	border-color:#F20000;
}

#bo_list_total {
	font-size:0.7rem;
	color:#919191;
	font-weight:400;
	margin-left:auto;
	padding:6px 10px;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:5px;
	display:inline-block;
}
#bo_list_total strong {
	color:#616161;
	font-weight:600;
	margin-left:0.25rem;
}
#bo_list {	overflow:hidden; }
#bo_list .all_chk { margin-bottom:1rem; }

#bo_gall {
	width:calc(100% + 2rem);
	margin:2rem -1rem 0 -1rem;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
}
#bo_gall .col {
	width:20%;
	padding:0 1rem 3rem 1rem;
}
#bo_gall .gall_con {
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}
#bo_gall .gall_img {
	position:relative;
	display:block;
}
#bo_gall .gall_img:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	box-shadow:inset 0 0 0 1px rgba(0,0,0, 0.1);
}
#bo_gall img {
	width:100%;
	height:auto;
}
#bo_gall .no_img {
	position:relative;
	width:100%;
	background-color:#B0BEC5;
	border-radius:0.6rem;
	display:block;
}
#bo_gall .no_img:after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:120px;
	background-image:url('./img/logo.svg');
	background-size:auto 25px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	transform:translate(-50%, -50%);
	display:block;
}
#bo_gall .gall_con .gall_chk { display:inline-flex; }
#bo_gall .gall_ca_name {
	font-size:0.83rem;
	color:#212121;
	margin-right:0.5rem;
	padding:0.25rem 0.5rem;
	background-color:#fafafa;
	border:1px solid #eaeaea;
}
#bo_gall .gall_subject {
	font-size:0.96rem;
	color:#212121;
	padding:0.6rem 0;
	text-align:left;
	text-transform:uppercase;
	display:flex;
	align-items:center;
}
#bo_gall .btn_select {
	font-size:0.86rem;
	color:#fff;
	font-weight:400;
	margin-top:0.5rem;
	padding:0.5rem 0.6rem;
	background-color:#616161;
	border:0;
	transition:all 0.25s ease-in-out;
	cursor:pointer;
	display:inline-flex;
}
#bo_gall .btn_select:hover { background-color:#212121; }

#bo_gall .empty {
	width:100%;
	font-size:1rem;
	color:#555;
	line-height:300px;
	text-align:center;
	overflow:hidden;
}

/* PAGING */
.pg_wrap {
	width:100%;
	margin-top:30px;
	text-align:center;
	display:block;
}
.pg {
	display:flex;
	align-items:center;
	justify-content:center;
}
.pg_page, .pg_current {
	display:inline-block;
	vertical-align:middle;
	border:1px solid #ddd;
}
.pg a:focus, .pg a:hover { text-decoration:none }
.pg_page {
	width:36px;
	height:36px;
	font-family:'Roboto', sans-serif;
	color:#616161;
	font-size:15px;
	font-weight:400;
	line-height:36px;
	margin:0 1px;
	background-color:#fff;
	background-size:auto 1rem;
	background-position:50% 50%;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	border-radius:50%;
	text-decoration:none;
}
.pg_page:hover { background-color:#f0f0f0; }
.pg_current {
	width:36px;
	height:36px;
	font-family:'Roboto', sans-serif;
	color:#FFF;
	font-size:15px;
	font-weight:500;
	line-height:36px;
	margin:0 1px;
	background-color:#212121;
	border:0;
	border-radius:50%;
	display:inline-block;
}
.pg_start, .pg_end, .pg_prev, .pg_next { text-indent:-999px; overflow:hidden; }
.pg_prev { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23919191' d='M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z'/%3E%3C/svg%3E"); }
.pg_prev:hover { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z'/%3E%3C/svg%3E"); }
.pg_next { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23919191' d='M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z'/%3E%3C/svg%3E"); }
.pg_next:hover { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z'/%3E%3C/svg%3E"); }
.pg_start { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23919191' d='M267.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160L64 241V96c0-17.7-14.3-32-32-32S0 78.3 0 96V416c0 17.7 14.3 32 32 32s32-14.3 32-32V271l11.5 9.6 192 160z'/%3E%3C/svg%3E"); }
.pg_start:hover { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M267.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160L64 241V96c0-17.7-14.3-32-32-32S0 78.3 0 96V416c0 17.7 14.3 32 32 32s32-14.3 32-32V271l11.5 9.6 192 160z'/%3E%3C/svg%3E"); }
.pg_end { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23919191' d='M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416V96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4l192 160L256 241V96c0-17.7 14.3-32 32-32s32 14.3 32 32V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V271l-11.5 9.6-192 160z'/%3E%3C/svg%3E"); }
.pg_end:hover { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416V96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4l192 160L256 241V96c0-17.7 14.3-32 32-32s32 14.3 32 32V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V271l-11.5 9.6-192 160z'/%3E%3C/svg%3E"); }

/* VIEW */
#bo_v { padding:0; }
#bo_v_header {
	width:100%;
	padding:1rem 0;
	background-color:#fff;
	border-top:1px solid #212121;
	border-bottom:1px solid rgba(0,0,0,0.1);
	text-align:left;
	display:flex;
	align-items:center;
}
#bo_v_header .bo_v_cate {
	font-size:15px;
	color:#1A4AB9;
	font-weight:600;
	padding:5px;
	border:1px solid #1A4AB9;
	display:inline-block;
}
#bo_v_header h1 {
	font-size:26px;
	color:#212121;
	font-weight:700;
	margin-left:1rem;
	text-align:left;
	display:block;
}
#bo_v_header .info {
	margin-top:20px;
	display:flex;
	flex-direction:row;
}
#bo_v_header article {
	font-size:13px;
	color:#818181;
	font-weight:500;
	margin-right:30px;
}
#bo_v_header em {
	font-size:13px;
	color:#616161;
	font-weight:500;
	font-style:normal;
	margin-right:10px;
}
#bo_v_header .sv_member { color:#818181; font-weight:500; }

#bo_v_atc {
	font-size:1rem;
	color:#212121;
	margin:0 auto;
	padding:2rem 1rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	text-align:center;
}
#bo_v_atc span {
	font-size:1rem;
	color:#929292;
	font-weight:400;
	display:block;
}

#bo_v_img {
	width:100%;
	overflow:hidden;
	text-align:center;
	zoom:1;
}
#bo_v_img img {
	margin-bottom:20px;
	max-width:100%;
	height:auto;
}

#bo_v_con { margin-top:1rem; }
#bo_v_con table { width:100%; }
#bo_v_con table td { padding:15px; }

#bo_v_link {
	padding:20px;
	border-bottom:1px solid #eaeaea;
	text-align:left;
}
#bo_v_link span.link {
	font-size:1rem;
	color:#212121;
	font-weight:400;
	margin-bottom:20px;
	padding-left:30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23212121'%3E%3Cpath d='M138.9,156.8c44.2-44.2,117.5-44.2,161.7,0c39.7,39.7,45.6,103,12.9,148.7l-0.9,1.3c-8.2,11.4-24.1,14.1-35.4,5.9 c-11.4-8.2-14.1-24.1-6-35.4l0.9-1.3c18.2-25.5,15.3-60.4-6.8-82.5c-24.9-24.9-65.5-24.9-90.5,0l-89.1,89.2c-25,24.3-25,65.5,0,90.5 c22.1,22.2,57,25,82.4,6.8l1.3-1.6c11.4-7.5,27.3-4.8,35.4,6.6c8.2,11.4,5.6,27.3-5.9,35.5l-1.3,0.9c-46.4,32.6-108.3,27.4-148-12.2 c-44.8-44.9-44.8-117.6,0-162.4L138.9,156.8z M373.2,354.5c-44.9,44.9-117.5,44.9-162.4,0c-39.7-39.7-44.9-102.3-12.2-148l0.9-1.3 c7.5-11.4,23.4-14.1,35.4-5.9c11.4,7.5,14.1,23.4,6,35.4l-0.9,1.3c-18.2,24.8-15.3,60.4,6.8,82.5c24.9,24.9,65.5,24.9,90.5,0 l89.1-89.2c25-25,25-66.2,0-90.5c-22.1-22.1-57-25-82.4-6.8l-1.3,0.9c-11.4,8.2-27.3,4.8-35.4-5.9c-8.2-11.4-5.6-27.3,5.9-35.5 l1.3-0.9c45.7-32.6,108.3-27.5,148,12.2c44.9,44.8,44.9,117.6,0,162.4L373.2,354.5z'/%3E%3C/g%3E%3C/svg%3E");
	background-size:auto 18px;
	background-position:0 50%;
	background-repeat:no-repeat;
	display:block;
}
#bo_v_link ul {
	margin:0;
	list-style:none;
}
#bo_v_link li {
	margin:0 0 10px 0;
	padding:0;
}
#bo_v_link a {
	font-size:1rem;
	color:#212121;
	word-wrap:break-word;
	text-decoration:none;
}
#bo_v_link a:hover { text-decoration:underline; }

#bo_v_file {
	padding:20px;
	border-bottom:1px solid #eaeaea;
	text-align:left;
}
#bo_v_file span.file {
	font-size:1rem;
	color:#212121;
	font-weight:400;
	margin-bottom:20px;
	padding-left:30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23212121'%3E%3Cpath d='M19,0H3A3,3,0,0,0,0,3V24H24V5ZM7,2H17V6H7ZM22,22H2V3A1,1,0,0,1,3,2H5V8H19V2.828l3,3Z'/%3E%3Cpath d='M12,10a4,4,0,1,0,4,4A4,4,0,0,0,12,10Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,16Z'/%3E%3C/g%3E%3C/svg%3E");
	background-size:auto 18px;
	background-position:0 50%;
	background-repeat:no-repeat;
	display:block;
}
#bo_v_file ul {
	margin:0;
	list-style:none;
}
#bo_v_file li {
	margin:0 0 10px 0;
	padding:0;
}
#bo_v_file a {
	font-size:1rem;
	color:#212121;
	word-wrap:break-word;
	text-decoration:none;
}
#bo_v_file a:hover { text-decoration:underline; }

#bo_v_nb {
	width:100%;
	margin-top:30px;
	padding:0;
	border-top:1px solid #eaeaea;
	display:block;
}
#bo_v_nb li {
	padding:20px;
	border-bottom:1px solid #eaeaea;
	text-align:left;
	display:flex;
	flex-direction:row;
}
#bo_v_nb li span {
	position:relative;
	font-weight:'Roboto', sans-serif;
	font-size:14px;
	color:#616161;
	font-weight:500;
	padding-right:80px;
	transition:all 0.25s ease-in-out;
}
#bo_v_nb li span:after {
	content:'';
	position:absolute;
	top:50%;
	right:0;
	width:0;
	height:1rem;
	margin-top:-8px;
	border-right:1px solid #ddd;
	display:block;
}
#bo_v_nb li.nb_prev span:before {
	content:'';
	position:absolute;
	top:50%;
	right:20px;
	width:8px;
	height:8px;
	margin-top:-2px;
	border-top:2px solid #616161;
	border-right:2px solid #616161;
	transform:rotate(-45deg);
}
#bo_v_nb li.nb_next span:before {
	content:'';
	position:absolute;
	bottom:50%;
	right:20px;
	width:8px;
	height:8px;
	margin-bottom:-2px;
	border-right:2px solid #616161;
	border-bottom:2px solid #616161;
	transform:rotate(45deg);
}
#bo_v_nb li a {
	position:relative;
	font-size:1rem;
	color:#616161;
	font-weight:400;
	margin-left:20px;
	padding-bottom:2px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	display:inline-block;
}
#bo_v_nb li a:after {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	border-bottom:1px solid #919191;
	transition:all 0.25s ease-in-out;
}
#bo_v_nb li a:hover:after {	width:100%; }

/*글쓰기*/
#bo_w { overflow:hidden; }

#bo_w_tbl {
	width:100%;
	border-top:1px solid #212121;
	border-spacing:0;
}
#bo_w_tbl th {
	width:150px;
	font-size:0.96rem;
	color:#212121;
	font-weight:500;
	padding:10px 20px;
	border-bottom:1px solid #eaeaea;
	text-align:center;
}
#bo_w_tbl td {
	font-size:0.96rem;
	color:#555;
	line-height:1.5em;
	padding:10px 20px;
	border-bottom:1px solid #eaeaea;
	text-align:left;
}
#bo_w_tbl td em {
	font-size:0.86rem;
	color:#F20000;
	font-weight:normal;
	font-style:normal;
	margin-top:0.5rem;
	padding-left:1.25rem;
	background-image:url('./img/caution.png');
	background-size:auto 16px;
	background-position:0 50%;
	background-repeat:no-repeat;
	display:inline-block;
}
#bo_w_tbl th:last-child,
#bo_w_tbl td:last-child {
	border-right:none;
}
#bo_w_tbl .frm_input {
	font-size:0.96rem;
	color:#333;
	padding:10px;
	border:1px solid rgba(0,0,0,0.2);
	vertical-align:middle;
	border-radius:3px;
	box-shadow:none;
    transition: all 0.5s ease;
}
#bo_w_tbl .frm_input:disabled {
	background:#f2f2f2;
}
#bo_w_tbl .frm_full { width:100%; }

#bo_w_tbl .bo_w_link { margin:3px 0; }
#bo_w_tbl .bo_w_file {
	margin:3px 0;
	padding:10px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:3px;
	display:flex;
	flex-direction:row;
	align-items:center;
}
#bo_w_tbl .bo_w_file input { border:0 !important; }
#bo_w_tbl .bo_w_file span.file_del {
	color:#616161;
	margin-left:auto;
}
#bo_w_tbl .bo_w_file span.file_del input[type="checkbox"] + label { font-size:0.86rem !important; }