@charset "utf-8";
/* css by OOparts */


/* boot 설정 - start ----------------------------------------------------------------------------------- */

.bo_skin .btn-default {
	color:#3e3e3e;
}
.bo_skin .btn-primary {
	color:#3e3e3e;
	background-color:#fff;
	border-color: #adadad;
}
.bo_skin .btn-primary:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}
.bo_skin .btn-xs {
	font-size:inherit;
	line-height:inherit;
}
.bo_skin .btn-lg {
	display:inline-block;
    padding: 10px 25px;
	font-size: 1.5em;
	line-height:inherit;
	border-radius:0;
}
.bo_skin input[type="checkbox"], .bo_skin input[type="radio"] {
	margin:0;
}
.bo_skin input[type="file"]:focus, .bo_skin input[type="checkbox"]:focus, .bo_skin input[type="radio"]:focus {
    outline:none;
}
.bo_skin .form-control {
	box-shadow:none;
}
.bo_skin .form-control:focus {
    border-color:#ccc;
    box-shadow:none;
}
.bo_skin label, .bo_skin dl {
	margin:0;
}
.bo_skin .label-success {
	background:#dc7960;
}
.bo_skin .btn-info {
	background-color:#fff;
	border-color:#333;
}
.bo_skin .btn-info:hover,
.bo_skin .btn-info:focus,
.bo_skin .btn-info:active {
	background-color:#fff;
	border-color:#999;
	color:#999;
}
/* boot 설정 - end ------------------------------------------------------------------------------------- */


/* basic ----------------------------------------------------------------------------------------------- */

.padding_t30 {
	padding-top:30px !important;
}

.text_ellipse {
	display:inline-block;
	/*width:70%;*/
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
}

/* basic ----------------------------------------------------------------------------------------------- */


/* 게시판 공통 ------------------------------------------------------------------------------------------ */

/* 게시판 카테고리 */
#bo_cate {
	margin-bottom:30px;
}
#bo_cate  .nav-tabs {
	border-color:#3e3e3e ;
}
#bo_cate  .nav-tabs li +  li {
	margin-left:-1px;
}
#bo_cate  .nav-tabs li > a {
	margin:0;
	border-radius:0;
	background:#3e3e3e ;
	color:#fff;
	padding:10px 20px;
}
#bo_cate .nav-tabs li > a:after {
    clear:both;
    content:"";
    display:block;
    background:#3f5470;
    position:absolute;
    left:-1px;
	top:0;
    width:1px;
    height:100%;
}
#bo_cate  .nav-tabs li > a:hover, 
#bo_cate .nav-tabs li > #bo_cate_on {
    color:#3e3e3e;
	background:#fff;
	border-color:#3e3e3e #3e3e3e #3e3e3e;
}
#bo_cate .nav-tabs li:first-child > a:after, 
#bo_cate .nav-tabs li > a:hover:after, 
#bo_cate .nav-tabs li > #bo_cate_on:after {
	width:0;
}

/* 게시물 검색 */
#bo_sch .search_input_wrap {
	max-width:250px;
	width:100;
	margin:0 auto;
}
#bo_sch .search_input_wrap input {
	max-width:210px;
	display:inline-block;
	box-shadow:none;
	border:2px solid #3e3e3e;
	border-right:0;
}
#bo_sch .search_input_wrap .btn_submit {
	width:40px;
    height:34px;
	padding:0;
    line-height:inherit;
	float:right;
	background:#fff;
	border:2px solid #3e3e3e;
	border-left:0;
	color:#3e3e3e;
}

/* 상단, 하단 버튼 */
.bo_fx {
	margin-bottom:15px;
}
.bo_fx::after {
    clear:both;
    display:block;
    content:"";
}
.bo_fx .btn_bo_user {
	float:right;
}
.bo_fx .btn_bo_user li {
	float:left;
	margin-left:5px;
}

/* 관리자 : 선택삭제 / 선택복사 / 선택이동 버튼 */
.bo_fx .btn_bo_adm li {
	float:left;
	margin-left:5px;
}

#bo_v_top, #bo_v_bot {
	margin-bottom:20px;
}
.bo_v_nb {
	margin-bottom:20px;
}
.bo_v_nb li {
	border:1px solid #ddd;
	border-width:1px 0;
	position:relative;
}
.bo_v_nb li + li {
	margin-top:-1px;
}
.bo_v_nb li .btn {
	border:0;
}
.bo_v_nb li a span:before {
	margin-left:5px;
}
.bo_v_com {
	float:right;
}
.bo_v_com li {
	float:left;
	margin-left:5px;
}

/* 검색 해당 단어 표시 */
.sch_word { 
	color:#3e3e3e;
}

/* pagination */
.pg_wrap {
	text-align:center;
    margin:10px 0;
	padding:0;
}
.pg_wrap .pg {
	display:inline-block;
}
.pg_wrap .pg .pg_page, .pg_wrap .pg .pg_current {
    position:relative;
    float: left;
	height:auto;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #35383f;
    line-height: 1.42857;
    margin-left: -1px;
    padding:6px 12px;
}
.pg_wrap .pg .pg_page:focus, .pg_wrap .pg .pg_page:hover {
  background-color: #eee;
 }
.pg_wrap .pg .pg_current {
    display:inline-block;
    background-color:#3e3e3e;
    border-color:#3e3e3e;
    color:#fff;
    cursor:default;
	margin-right:0;
}
.pg_wrap .pg .pg_start, .pg_wrap .pg .pg_end {
	font-size:0;
}
.pg_wrap .pg .pg_start::after {
    content:"<<";
	font-size: 10px;
    line-height: 1.98;
}
.pg_wrap .pg .pg_end::after {
    content:">>";
	font-size: 10px;
    line-height: 1.98;
}

/* 게시판 최상위 div */
.bo_skin_wrap {
    background-color:#fff;
    padding:50px 0 35px;
}
.bo_skin {
	margin:0 auto;
	max-width:1000px;
	min-height:500px;
	padding:0 10px;
}

/* 하단 버튼 감싸는 div */
.btn_confirm {
	margin:20px 0;
}

/* 게시판 공통 end -------------------------------------------------------------------------------------- */


/* 게시판 목록 */
#bo_list {

}
.bo_skin .list_wrap .list-group {
	margin-bottom:;
}
.bo_skin .list_wrap .list-group .row {
	margin-left:0;
	margin-right:0;
}
.bo_skin .list_wrap .list-group .list_header.active {
	background:none;
	border-color:#3e3e3e;
	border-width:1px 0;
	color:#3e3e3e;
	font-size:1.2rem;
}
.bo_skin .list_wrap .list-group .list_header li {
	font-weight:600;
}
.bo_skin .list_wrap .list-group .list_header li a {
	color:#fff;
}
.bo_skin .list_wrap .list-group .list_header li.col_num_all input[type="checkbox"],
.bo_skin .list_wrap .list-group .list_content .list-group-item ul li.col_num input[type="checkbox"] {
	margin-right:5px;
}
.bo_skin .list_wrap .list-group .list_header li.col_num_all span {
	position:absolute;
	left:25px;
	max-width:100px;
}
.bo_skin .list_wrap .list-group .list_content .list-group-item {
	padding:15px;
	border-width:1px 0;
}
.bo_skin .list_wrap .list-group .list_content .list-group-item:focus,
.bo_skin .list_wrap .list-group .list_content .list-group-item:hover {
	background:#f5f5f5;
}
.bo_skin .list_wrap .list-group .list_content .list-group-item ul li .bo_cate_link {
	padding:0 5px;
	color:#999;
	display:block;
	float:left;

}
.bo_skin .list_wrap .list-group .list_content .list-group-item ul li .bo_cate_link:before {
	clear:both;
	display:inline-block;
	content:"[";
	margin-right:3px;
	font-weight:600;
}
.bo_skin .list_wrap .list-group .list_content .list-group-item ul li .bo_cate_link:after {
	clear:both;
	display:inline-block;
	content:"]";
	margin-left:3px;
	font-weight:600;
}
.bo_skin .list_wrap .list-group .list_content .list-group-item ul li .badge {
	line-height:1.2;
	background:#3e3e3e;
}
.bo_skin .list_wrap .list-group .list_content .list-group-item ul li .badge .cnt_cmt {
    display:inline-block;
    font-weight:normal;
    margin:0;
}
.bo_skin .list_wrap .list-group .list_content .list-group-item ul li p {
	display:block;
	float:left;
	max-width:80%;
	margin-right:5px;
}
.bo_skin .list_wrap .list-group .list_content .list-group-item ul li .icon_wrap {
	display:inline-block;
}
.bo_skin .list_wrap .list-group .list_content .list-group-item ul li .glyphicon {
	color:#3e3e3e;
	top:2px;
	margin-right:5px;
}
.bo_skin .list_wrap .list-group .list_content .list-group-item ul li .glyphicon label {
    position: absolute;
	margin: 0;
    top: 2px;
    left: 4px;
    color: #fff;
    font-size: 0.65em;
}
/* 게시물이 없는 경우 */
.bo_skin .list_wrap .list-group .list_content .empty_list {
	padding:50px 0;
	border-bottom:1px solid #3e3e3e;
	text-align:center;
}

/* 게시판 읽기 */
#bo_v {

}
#bo_v .row {
	margin-left:0;
	margin-right:0;
}
/* 게시판 읽기 상단 */
#bo_v > header {
	margin-bottom:30px;
}
/* 게시판 읽기 상단 분류, 제목 부분 */
#bo_v_title {
	background:none;
	color:#3e3e3e;
	border:1px solid #3e3e3e;
	border-width:2px 0;
	font-size:1.2rem;
}
#bo_v_title li {
	padding:10px 15px;
	display:block;
}
#bo_v_title .bo_v_cate {
	background:#3e3e3e;
	line-height:1.68;
}
#bo_v_title .bo_v_subject {
	font-size:1.2em;
	font-weight:600;
	max-width:70%;
}
/* 게시판 읽기 상단 작성자, 날짜, 조회, 댓글 부분 */
#bo_v_info {
	padding:10px 0;
	border-bottom:1px solid #3e3e3e;
	text-align:right;
}
#bo_v_info li {
	display:inline-block;
	padding:0 10px;
}
#bo_v_info li.bo_v_name span {
	display:inline-block;
}
#bo_v_info li label {
	margin:0;
	font-weight:normal;
	vertical-align:baseline;
}
#bo_v_info li label:after {
	content:"|";
	clear:both;
	margin:0 10px;
	color:#ddd;
}

/* 첨부파일 */
#bo_v_file {
	padding:10px 0;
	border-bottom:1px solid #ddd;
}
#bo_v_file h4 {
	font-size:1em;
	line-height:inherit;
	padding:0 10px;
}
#bo_v_file ul {
	padding:0;
}
#bo_v_file li {
	display:inline-block;
	padding:0 10px;
}
#bo_v_file li a img {
	display:none;
}

/* 게시판 본문*/
#bo_v_atc {
	text-align:center;
	border-bottom:0px solid #3e3e3e;
}
/* 본문 이미지 */
#bo_v_atc #bo_v_img {
	margin-bottom:10px;
}
#bo_v_atc #bo_v_img .view_image {
	display:inline-block;
	padding:7px;
	margin-bottom:20px;
	border:1px solid #ddd;
	max-width:100%;
}
#bo_v_atc #bo_v_img .view_image img {
	width:auto !important;
}
/* 본문 내용 */
#bo_v_atc #bo_v_con {
	display:inline-block;
	text-align:left;
	padding:20px;
	margin-bottom:30px;
}
/* 스크랩 추천 비추천 */
#bo_v_act {
	text-align:center;
	margin:20px 0;
}

/* 게시판 쓰기 */
#bo_w {

}
.write_wrap {
	border-top:2px solid #3e3e3e;
	border-bottom:1px solid #3e3e3e;
}
.write_wrap dl {
	margin:0;
	/*border:1px solid #3e3e3e;*/
	background:#f7f7f7;
	border-bottom:1px solid #ddd;
}
.write_wrap dl:last-child {
	border:0;
}

.write_wrap dl dt {
	padding:10px;
	text-align:center;
}
.write_wrap dl label {
	margin-bottom:0;
}
.write_wrap dl dd {
	background:#fff;
	padding:10px;
	min-height:34px;
	height:100%;
	line-height:2.4;
	
}
.write_wrap dl dd input {
	margin:0;
}
.write_wrap dl dd .form-control {
	max-width:500px;
	box-shadow:none;
}
.write_wrap dl dd textarea {
	max-width:500px;
	width:100%;
    border:1px solid #ccc;
    padding:6px 12px;
	background-image:none !important;
	background-color:#fff !important;
}

/* 임시저장글 */
#btn_autosave {
	margin-top:5px;
}
#autosave_pop {
    background:#fff;
    border:1px solid #ccc;
    display:none;
    height:auto !important;
    max-height:180px;
    overflow-y:scroll;
    padding: 8px;
	position:relative;
    left:0;
    top:5px;
	margin-bottom:5px;
    max-width:500px;
	width:100%;
    z-index:10;
}
#autosave_pop div {
    text-align:right;
}
html.no-overflowscrolling #autosave_pop {
    height: auto;
    max-height: 10000px !important;
}
#autosave_pop div {
    text-align: right;
}
#autosave_pop ul {
    border-top: 1px solid #e9e9e9;
    list-style: outside none none;
    margin: 10px 0;
    padding: 0;
}
#autosave_pop li {
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 5px;
}
#autosave_pop li::after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
}
#autosave_pop a {
    display: block;
    float: left;
}
#autosave_pop span {
    display: block;
    float: right;
}
.autosave_close {
    cursor: pointer;
}
.autosave_content {
    display: none;
}

/* 댓글 */
#bo_vc {
    border:1px solid #3e3e3e;
	border-width:0 0 1px;
    margin:30px auto;
}
#bo_vc h2 {
	font-size:1.3rem;
	line-height:inherit;
    padding:10px 20px;
	background:none;
	border:1px solid #3e3e3e;
	border-width:2px 0;
	color:#3e3e3e;
}
#bo_vc article {
    border-bottom:1px solid #e5e8ec;
	padding:10px 20px;
}
#bo_vc article:last-child {
    border-bottom:0;
}
#bo_vc article > header {
	line-height:1.8;
	color:#888;
}	
#bo_vc article > p {
	margin-bottom:10px;
}
#bo_vc .bo_vc_act {
	text-align:right;
}
#bo_vc .bo_vc_act li {
	display:inline-block;
}
#bo_vc_w {
	margin-bottom:20px;
}
/* 등록된 댓글이 없을 경우 */
#bo_vc .no_comment_wrap {
	margin:0;
}
#bo_vc .no_comment_wrap dt {
	font-weight:normal;
}
#bo_vc .no_comment_wrap dt, #bo_vc .no_comment_wrap dd {
	padding:10px 20px;
}
#bo_vc .no_comment_wrap dt #bo_vc_empty {
	padding:7px 0;
}