@charset "utf-8";


#bo_cate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 40px 0 20px;
}

#bo_cate_ul {
    display: flex;
    align-items: center;
    gap: 10px;
}


#bo_cate li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 160px;
    height: 40px;
    font-size: 19px;
    font-weight: 500;
    color: #000;
	overflow:hidden;
}


#bo_cate li a {
	display: grid;
    background-color: #f8f8f8;
    font-weight: 700;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-items: center;
    background-color: #f8f8f8;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
}

#bo_cate li #bo_cate_on {
	display: grid;
    background-color: #dbf6ff;
    border-color: #c2e7ff;
    font-weight: 700;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-items: center;
}



@media (max-width: 767px) {

	#bo_cate {
        margin-top: 30px;
        padding: 30px 0 20px;
	}
	
	#bo_cate_ul {
        gap: 8px;
	}
	
	#bo_cate li {
        min-width: 100px;
        height: 32px;
        border-radius: 8px;
        font-size: 14px;
    }
	
}



#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_file li {
	display:grid;
	grid-template-columns:50px 1fr auto;
	align-items: center;
	position:relative;
	margin:10px 0;
	padding-right:20px;
	border:1px solid #dfdfdf;border-radius:5px;
	-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
	-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
	box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
	line-height:50px;
	height:50px;
}
#bo_v_file li i {color:#b2b2b2;text-align: center;}
#bo_v_file a {display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {color:#3a8afd}
#bo_v_file img {float:left;margin:0 10px 0 0}
#bo_v_file .bo_v_file_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_file li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_file li:hover i {color:#3a8afd}
#bo_v_file li:hover .bo_v_file_cnt {color:#99c2fc}


#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_link li {
	display:grid;
	grid-template-columns: 50px 1fr 100px;
	align-items: center;
	position:relative;
	margin:10px 0;
	padding-right:20px;
	border:1px solid #dfdfdf;border-radius:5px;
	-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
	-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
	box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
	line-height:50px;
	height:50px;
}
#bo_v_link li i {color:#b2b2b2;text-align: center;}
#bo_v_link a {display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {color:#3a8afd}
#bo_v_link .bo_v_link_cnt {text-align:right;color:#b2b2b2;font-size:0.92em}
#bo_v_link li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_link li:hover i {color:#3a8afd}
#bo_v_link li:hover .bo_v_link_cnt {color:#99c2fc}



/* 이전글 & 다음글 */
.bo_v_nb {position:relative;margin:20px 0;clear:both;text-align:left}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-top:1px solid #f1f1f1;height:auto;padding:15px;line-height:1.2;}
.bo_v_nb li:last-child {border-bottom:1px solid #f1f1f1}
.bo_v_nb li:hover {background:#f6f6f6}
.bo_v_nb li i {font-size:13px;color:#b3b3b3}
.bo_v_nb li .nb_tit {display:inline-block;padding-right:10px;color:#b3b3b3}
.bo_v_nb li .nb_date {float:right;display:inline-block;color:#b3b3b3}

@media screen and (max-width:767px){
	#bo_v_link li {
		grid-template-columns: 1fr;
	}
	
	#bo_v_link a {
		padding-left:20px;
	}
	
	#bo_v_link li i {
		display:none
	}
	
	.bo_v_link_cnt {
		display:none;
	}
	
	
	.bo_v_nb li .nb_date {display:none;}
	
	#bo_v_file li {
		grid-template-columns: 1fr;
	}
	
	#bo_v_file a {
		padding-left:20px;
	}
	
	#bo_v_file li i {
		display:none
	}
	
	.bo_v_file_cnt {
		display:none;
	}
}




/*************************************************************************
***********************       게시판 댓글   *******************************
**************************************************************************/
/* 게시판 댓글 */
.cmt_btn {width:100%;text-align:left;border:0;border-bottom:1px solid #f0f0f0;background:#fff;font-weight:bold;margin:30px 0 0px;padding:0 0 15px}
.cmt_btn span.total {position:relative;display:inline-block;margin-right:5px;font-size:1em;color:#3a8afd}
.cmt_btn span.cmt_more {float:right;display:inline-block;width:15px;height:10px;background:url(./img/btn_cmt.png) no-repeat right 2px;margin-top:5px}
.cmt_btn_op span.cmt_more {background-position:right -8px}
.cmt_btn b {font-size:1.2em;color:#000}
.cmt_btn span.total:after {position:absolute;bottom:-17px;left:0;display:inline-block;background:#3a8afd;content:"";width:100%;height:2px}

#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {margin:20px 0;position:relative;}
#bo_vc article:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc article .profile_img img {border-radius:50%}
#bo_vc article .pf_img {float:left;margin-right:10px}
#bo_vc article .pf_img img {border-radius:50%;width:50px;height:50px;margin-bottom:5px;}
#bo_vc article .cm_wrap {float:left;width:calc(100% - 60px);}
#bo_vc article .cm_wrap .profile_img img {display:none;} 
#bo_vc header {position:relative;width:100%}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .profile_img {display:none}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {margin-left:10px; color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:80px 0 !important;color:#777;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc .bo_vl_opt {position:absolute;top:0;right:0;}
#bo_vc .bo_vl_opt button {background:none;}
#bo_vc .bo_vl_opt .btn_opt {width:20px; font-size:18px; color:#ccc; border:0;}
#bo_vc .bo_vl_opt .btn_opt:hover {color:#777;}

#bo_vc .cmt_contents {display:block;position: relative; margin:10px 0 0 5px; padding:7px; background:#feffff; border:1px solid #dadada; border-radius:5px; box-sizing: border-box;}
#bo_vc .cmt_contents::after {content: ""; display: inline-block; position: absolute; top: 5px; left: -10px; border: 5px solid transparent; border-top-color: #dadada; border-right-color: #dadada;}
#bo_vc .cmt_contents .bo_cv_act {text-align:right;margin:5px;}
#bo_vc .cmt_contents .bo_cv_act li {display:inline-block;margin-left:5px;}
#bo_vc .cmt_contents .bo_cv_act li strong {font-weight:bold;}
#bo_vc .cmt_contents p {line-height:1.5;}
#bo_vc .cmt_contents textarea {margin-top:20px;}

@media screen and (max-width:480px){
	#bo_vc article .pf_img img {width:40px;height:40px;}
    .info .bo_vc_hdinfo {display: block; margin: 5px 0 0 0;}
}

/* 댓글 옵션 버튼 */
.bo_vc_act {display:none;position:absolute;right:0;top:40px;width:auto;width:120px;text-align:center;padding:10px;border:1px solid #b8bfc4;margin:0;background:#fff;zoom:1;z-index:9999}
.bo_vc_act:before {content:"";position:absolute;top:-8px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.bo_vc_act:after {content:"";position:absolute;top:-6px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.bo_vc_act li {border-bottom:1px solid #f0f0f0}
.bo_vc_act li:last-child {border-bottom:0}
.bo_vc_act li a {display:inline-block;padding:10px 15px}
.bo_vc_act li a:hover {color:#3a8afd}

/* 댓글 쓰기 */
.bo_vc_w {position:relative;margin:10px 0;display:block}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:120px;
-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1)}
#wr_secret {}
.bo_vc_w_info {margin:10px 0;float:left}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input {float:left;margin-right:5px}
.bo_vc_w_info #captcha {padding-top:10px;display:block;clear:both}
.bo_vc_w .btn_confirm {clear:both;margin-top:10px}
.bo_vc_w .btn_confirm label {display:inline-block;margin-right:10px;border-radius:3px;font-size:1.5em;text-align:center}
.bo_vc_w .btn_submit {height:45px;padding:0 20px;border-radius:3px;font-weight:bold;font-size:1.083em}
.bo_vc_w .btn_confirm .secret_cm label {font-size:1em !important}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
.secret_cm {display:inline-block;float:left}





#bo_btn_top{position:relative; margin-bottom:10px;}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {clear:both;display:block;margin-top:30px;}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx .more_btn {float: left; }
.bo_fx .more_btn button, .bo_fx .more_btn a, .bo_fx .adm_btn a {margin-bottom:10px;}
.bo_fx .adm_btn {float: right;}
.bo_fx .adm_btn li {display:inline-block;}












/******************************************************************************
************                  버튼 관련 추가 스타일                ****************
******************************************************************************/
.btn_group {position:static !important;margin:0;padding:0;}
.btn_group .btn_small{margin-left:-1px;padding:2px 6px !important;}
.btn_group .btn_small:first-child {margin-left:0 !important;}
.btn_ssmall, .btn_small, .btn_lsmall, .btn_medium, .btn_large, .btn_txt, .btn_letter {
	display:inline-block;text-decoration:none !important;vertical-align:middle !important;font-family:inherit;white-space:nowrap;cursor:pointer;background:transparent;text-align:center;border-radius:0;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
.btn_ssmall {padding:1px 5px;font-size:11px;line-height:1.222;font-weight:normal !important;}
.btn_small {padding:2px 8px;font-size:11px;line-height:1.555;font-weight:normal !important;}
.btn_lsmall {padding:3px 10px;font-size:12px;line-height:1.666;font-weight:normal !important;}
.btn_medium {padding:8px 15px;font-size:13px;line-height:1.444;font-weight:600;}
.btn_large {padding:10px 21px;font-size:15px;line-height:1.222;font-weight:600;}
.btn_ssmall, .btn_small, .btn_lsmall, .btn_medium, .btn_large {background:#333;border:1px solid #333;color:#fff !important;border-radius:3px}
.btn_ssmall:hover, .btn_small:hover, .btn_lsmall:hover, .btn_medium:hover, .btn_large:hover {background:#222;border:1px solid #222;color:#fff !important;}
.btn_letter {width:78px;height:76px;font-size:13px;font-weight:500;line-height:1.333;color:#fff !important;background:#777;}
a.btn_letter {padding-top:19px;}
.white, .white:active {background:#fff;border:1px solid #ccc;color:#181c1f !important;}
.white:hover, .white:focus {background:#e6e6e6;border:1px solid #ccc;color:#181c1f !important;}
.gray {background:#888;border:1px solid #888;color:#fff !important;}
.gray:hover {background:#666;border:1px solid #666;color:#fff !important;}
.dgray {background:#4f4f4f;border:1px solid #4f4f4f;color:#fff !important;}
.dgray:hover {background:#aaa;border:1px solid #aaa;color:#fff !important;}
.green {background:#26c281;border:1px solid #26c281;color:#fff !important;}
.green:hover {background:#1e9765;border:1px solid #1c8f5f;color:#fff !important;}
.yellow {background:#e87e04;border:1px solid #e87e04;color:#fff !important;}
.yellow:hover {background:#b66303;border:1px solid #ac5d03;color:#fff !important;}
.red {background:#ef4836;border:1px solid #ef4836;color:#fff !important;}
.red:hover {background:#e02612;border:1px solid #d72411;color:#fff !important;}
.blue {background:#4b77be;border:1px solid #4b77be;color:#fff !important;}
.blue:hover {background:#395f9d;border:1px solid #365b96;color:#fff !important;}
.purple {background: #8e44ad;border: 1px solid #8e44ad;color: #fff !important;}
.purple:hover {background: #7d3c98;border: 1px solid #6c3483;color: #fff !important;}
.orange {background: #e67e22;border: 1px solid #e67e22;color: #fff !important;}
.orange:hover {background: #d35400;border: 1px solid #b03a00;color: #fff !important;}
.pink {background: #ff69b4;border: 1px solid #ff69b4;color: #fff !important;}
.pink:hover {background: #ff1493;border: 1px solid #ff007f;color: #fff !important;}
.bx-white {background:#fff;border:1px solid #ccc;color:#222 !important;}
.bx-white:hover {background:#fff;border:1px solid #222;color:#222 !important;}
.bx-black {background:#fff;border:1px solid #222;color:#222 !important;}
.bx-black:hover {background:#222;border:1px solid #222;color:#fff !important;}
.bx-gray {background:#f8f8f8;border:1px solid #ccc;color:#666 !important;}
.bx-gray:hover {background:#999;border:1px solid #999;color:#fff !important;}
.bx-green {background:#fff;border:1px solid #26c281;color:#26c281 !important;}
.bx-green:hover {background:#26c281;border:1px solid #26c281;color:#fff !important;}
.bx-yellow {background:#fff;border:1px solid #e87e04;color:#e87e04 !important;}
.bx-yellow:hover {background:#e87e04;border:1px solid #e87e04;color:#fff !important;}
.bx-red {background:#fff;border:1px solid #ef4836;color:#ef4836 !important;}
.bx-red:hover {background:#ef4836;border:1px solid #ef4836;color:#fff !important;}
.bx-blue {background:#fff;border:1px solid #4b77be;color:#4b77be !important;}
.bx-blue:hover {background:#4b77be;border:1px solid #4b77be;color:#fff !important;}
.btn_txt {font-size:12px;height:18px;line-height:1.6;font-weight:normal;color:#999 !important;letter-spacing:0;}
.btn_txt i {margin-left:5px;}
.bx-gray2 {background:transparent;border:1px solid #888;color:#bbb !important;}
.bx-gray2:hover {background:transparent;border:1px solid #fff;color:#fff !important;}




/* 게시판 목록 공통 */
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label {position:relative;color:#676e70}
.chk_box input[type="checkbox"] + label:hover {color:#2172f8}
.chk_box input[type="checkbox"] + label span {margin:0 auto;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.write_div .chk_box input[type="checkbox"] + label, .bo_vc_w .chk_box input[type="checkbox"] + label {padding-left:20px}
.write_div .chk_box input[type="checkbox"] + label span, .bo_vc_w .chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}


#bo_btn_top {margin:10px 0}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:34px;font-size:0.92em;color:#4e546f}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;text-align:center;margin-left:5px;background:#fff}
.btn_bo_user > li {position:relative}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#fff6fa !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:bold;color:#f9267f}

.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:100px;margin:0;color:#6b757c;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}

a.btn_admin {
	padding:0 12px;
}

.fa-spin {	
	width:1em;
}

a.btn_b01, .btn_b01 {
	padding:0 12px;
	line-height:40px;
}