@charset "utf-8";

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_list a.btn_b01 {}
#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {}
#bo_list a.btn_b02 {}
#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {}
#bo_list a.btn_admin {} /* 관리자 전용 버튼 */
#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {}
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm {} /* 서식단계 진행 */
#bo_w .btn_submit {padding:0 20px;font-size:1.167em}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {font-size:1.167em;border-radius:3px}
#bo_w button.btn_cancel {}
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {}
#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */
#bo_w button.btn_frmline {}

/* 기본 테이블 */
/* 목록 테이블 */
#bo_list .tbl_head01 {}
#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th {}
#bo_list .tbl_head01 thead a {}
#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {}
#bo_list .tbl_head01 tfoot td {}
#bo_list .tbl_head01 tbody th {}
#bo_list .tbl_head01 td {}
#bo_list .tbl_head01 a {}
#bo_list td.empty_table {}
#bo_list tbody .even td {background:#fbfbfb}

/* 읽기 내 테이블 */
#bo_v .tbl_head01 {}
#bo_v .tbl_head01 caption {}
#bo_v .tbl_head01 thead th {}
#bo_v .tbl_head01 thead a {}
#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_v .tbl_head01 tfoot th {}
#bo_v .tbl_head01 tfoot td {}
#bo_v .tbl_head01 tbody th {}
#bo_v .tbl_head01 td {}
#bo_v .tbl_head01 a {}
#bo_v td.empty_table {}

/* 쓰기 테이블 */
#bo_w table {}
#bo_w caption {}
#bo_w .frm_info {}
#bo_w .frm_address {}
#bo_w .frm_file {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {}
#bo_w .tbl_frm01 textarea {}
#bo_w .tbl_frm01 a {}

/* 필수입력 */
#bo_w .required, #bo_w textarea.required {}

#bo_w .cke_sc {}
#bo_w button.btn_cke_sc {}
#bo_w .cke_sc_def {}
#bo_w .cke_sc_def dl {}
#bo_w .cke_sc_def dl:after {}
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
#bo_w .cke_sc_def dt {}
#bo_w .cke_sc_def dd {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 게시판 목록 */
#bo_list {position:relative;margin-bottom:20px}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1}
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_datetime {width:60px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_name {width:90px;text-align:left;padding:10px 0}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_num2 {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}
#bo_list tbody tr {border-left:2px solid transparent}
#bo_list tbody tr:hover {border-left:2px solid #253dbe}

#bo_cate {margin:25px 0}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px}
#bo_cate a {display:block;line-height:28px;padding:5px 15px;border-radius:30px;border:1px solid #d6e9ff;color:#6794d3}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#3a8afd;color:#fff}
#bo_cate #bo_cate_on {z-index:2;background:#3a8afd;color:#fff;font-weight:bold;border:1px solid #3a8afd;
-webkit-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
box-shadow:inset 0 2px 5px rgb(33, 135, 202)}
.td_subject img {margin-left:5px}

/* 게시판 목록 공통 */
.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 {float:left;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;width:40px;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:90px;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}

.td_num strong {color:#000}
.bo_cate_link {float:left;display:inline-block;margin-right:10px;background:#e2eaf6;color:#3a8afd;font-weight:normal !important;height:20px;line-height:10px;padding:5px 8px;border-radius:5px;font-size:0.95em} /* 글제목줄 분류스타일 */
.bo_cate_link:hover {text-decoration:none}
.bo_tit {display:block;color:#000;font-weight:bold}
.bo_current {color:#e8180c}
#bo_list .profile_img img {border-radius:50%}
#bo_list .cnt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}

#bo_list .bo_tit .title_icon {margin-right:2px}
#bo_list .bo_tit .fa-heart {color:#ff0000}
#bo_list .bo_tit .fa-lock {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:middle}
#bo_list .bo_tit .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
#bo_list .bo_tit .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
#bo_list .bo_tit .fa-caret-right {color:#bbb}
#bo_list .bo_tit .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}
#bo_list .bo_tit .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}

.bo_sch_wrap {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
.bo_sch {position:absolute;top:50%;left:50%;background:#fff;text-align:left;width:330px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
.bo_sch legend {background:red}
.bo_sch form {padding:15px;display:block}
.bo_sch select {border:0;width:100%;height:40px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_bar {display:inline-block;width:100%;clear:both;margin-top:15px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_input {width:250px;height:38px;border:0;padding:0;background-color:transparent;float:left}
.bo_sch .sch_btn {height:38px;float:right;color:#656565;background:none;border:0;width:40px;font-size:15px}
.bo_sch .bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
.bo_sch_bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height:100%}

/* 게시판 쓰기 */
#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
#autosave_pop:before {content:"";position:absolute;top:-8px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #000 transparent}
#autosave_pop:after {content:"";position:absolute;top:-7px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:center;margin:0 !important}
#autosave_pop button {margin:0;padding:0;border:0}
#autosave_pop ul {padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:130px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;background:#eee;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right;font-size:0.92em;font-style:italic;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover {background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del {background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px}

/* NEXONLv1 Gothic */
@font-face{
  font-family:'NEXON Gothic';
  font-weight:400;
  src:url(https://cdn.jsdelivr.net/gh/4bigchoi23/git@master/fonts/NEXON%20Lv1%20Gothic%20OTF.eot), url(https://cdn.jsdelivr.net/gh/4bigchoi23/git@master/fonts/NEXON%20Lv1%20Gothic%20OTF.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/gh/4bigchoi23/git@master/fonts/NEXON%20Lv1%20Gothic%20OTF.woff) format("woff");
}
@font-face{
  font-family:'NEXON Gothic Bold';
  font-weight:400;
  src:url(https://cdn.jsdelivr.net/gh/4bigchoi23/git@master/fonts/NEXON%20Lv1%20Gothic%20OTF%20Bold.eot), url(https://cdn.jsdelivr.net/gh/4bigchoi23/git@master/fonts/NEXON%20Lv1%20Gothic%20OTF%20Bold.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/gh/4bigchoi23/git@master/fonts/NEXON%20Lv1%20Gothic%20OTF%20Bold.woff) format("woff");
}
@font-face {
  font-family: 'NEXON Gothic Light';
  font-style: normal;
  font-weight:400;
  src:url(https://cdn.jsdelivr.net/gh/4bigchoi23/git@master/fonts/NEXONLv1GothicOTFLight.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/gh/4bigchoi23/git@master/fonts/NEXONLv1GothicOTFLight.woff) format("woff");
}


/* 2020-07-07 */

#aside { display: none; }
#container { width: 100%; float: none; }

/* 페이징 */
.pg_wrap { clear: both; margin: 0 0 20px; padding: 20px 0 0; text-align: center; line-height: 0; display: block; width: 100%; }
.pg_wrap:after { display: block; visibility: hidden; clear: both; content: ""; }
.pg { display: inline-block; }
.pg_page, .pg_current { color: #fff; display: inline-block; float: left; padding: 0.375rem; min-width: calc(0.75rem + 1.5em + 2px); height: calc(0.75rem + 1.5em + 2px); line-height: 1.5; text-decoration: none; border: none; margin: 0 2px; font-family: 'Montserrat','NEXON Gothic','Noto Sans KR',sans-serif; font-size: 12px; font-weight: normal; }
.pg a { background-color: #fff; border: solid 1px #9f9f9f;color:#000;}
.pg a:focus, .pg a:hover { background-color: #fff;color:#000; }
.pg a.pg_empty:focus, .pg a.pg_empty:hover { background-color: #fff;color:#000; }
.pg_page { background: #fff; text-decoration: none;color: #000 !important; }
.pg_current { display: inline-block; background: #dc3545 !important; border-color: #dc3545 !important; color: #fff !important; font-weight: normal; }
.pg_start, .pg_prev, .pg_next, .pg_end { background-repeat: no-repeat; background-position: center center; width: calc(0.75rem + 1.5em + 2px); height: calc(0.75rem + 1.5em + 2px); text-indent: -9999em; overflow: hidden; }
.pg_start { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAQAAABwkq/rAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAgUMNgSLdPxuAAAAM0lEQVQI113IwQ0AIBACwZVK7eyuU3womsiHyWKMKe83ZQG0OWuD/gD6A4iRFOkx0ryMFkK5FMLg71WIAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTAyLTA1VDE5OjU0OjA0LTA3OjAw35alBAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0wMi0wNVQxOTo1NDowNC0wNzowMK7LHbgAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC'); }
.pg_prev  { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAQAAACFbCRbAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAgUMNgSLdPxuAAAAKklEQVQI1zXJsQ0AIAwEMScswmiMxqaheFGdpasBdzqhE9bO0+pD2Ef4AFSlB21hbHOKAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTAyLTA1VDE5OjU0OjA0LTA3OjAw35alBAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0wMi0wNVQxOTo1NDowNC0wNzowMK7LHbgAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC'); }
.pg_next  { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAQAAACFbCRbAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAgUMNgSLdPxuAAAAKElEQVQI1y3JsQ3AMAwDMNqX9rPkU2VQNwJ0EhHLDSzlUv4wxbSGzwPSzgnosIbzMQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0wMi0wNVQxOTo1NDowNC0wNzowMN+WpQQAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMDItMDVUMTk6NTQ6MDQtMDc6MDCuyx24AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg=='); }
.pg_end   { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAQAAABwkq/rAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAgUMNgSLdPxuAAAANUlEQVQI113LwQ0AIAgEweUqpTPtFB8naoTPZAmMKrwtwSz2WLps6b1bOxGdCP3BjwF5QrIAMi0Uwgmj85cAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDItMDVUMTk6NTQ6MDQtMDc6MDDflqUEAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTAyLTA1VDE5OjU0OjA0LTA3OjAwrssduAAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII='); }
.pg_empty.pg_start { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAQAAABwkq/rAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAgUNARAAa+IQAAAAOElEQVQI113IsQ0AIAwDwZf3yw5sluzAgKaAgIQbnx5jTMZ+kyGACs4qQH8A/QHE7NTSY0vjsrUAre8TXtKYgf8AAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDItMDVUMjA6MDE6MTYtMDc6MDDoKfyGAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTAyLTA1VDIwOjAxOjE2LTA3OjAwmXREOgAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII='); }
.pg_empty.pg_prev  { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAQAAACFbCRbAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAgUNARAAa+IQAAAAK0lEQVQI1zXGQRUAEBAFwPEVUUgH0XQQkMM+p5l2wZ4pSEEfE4jzo5ql+gD2Bga7Ycf36wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0wMi0wNVQyMDowMToxNi0wNzowMOgp/IYAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMDItMDVUMjA6MDE6MTYtMDc6MDCZdEQ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg=='); }
.pg_empty.pg_next  { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAQAAACFbCRbAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAgUPDh5jzwe2AAAAK0lEQVQI1y3JQQ0AIAwEsGb+8IAz8DCB43H8mtRZY4ziLijCIvzQQaea7QFwEgk2wRayCQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0wMi0wNVQyMjoxNDozMC0wNzowMI4nbw4AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMDItMDVUMjI6MTQ6MzAtMDc6MDD/eteyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg=='); }
.pg_empty.pg_end   { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAQAAABwkq/rAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAgUNARF3bNKGAAAAOElEQVQI12OY7/ufAQJhLCYGhgW+DFAAYTEhmDAWE7I8hAUVYtgME2LYzIQuANG4mYEhAS6QwAAAlQsTXntFYmoAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDItMDVUMjA6MDE6MTctMDc6MDBOXvcyAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTAyLTA1VDIwOjAxOjE3LTA3OjAwPwNPjgAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII='); }

#bo_list { margin-bottom: 50px; }
#bo_list #bo_sch,
#bo_list #bo_btn_top,
#bo_list #bo_list_total,
#bo_list .btn_bo_user,
#bo_list .bo_fx,
#bo_list .pg_wrap .pg_page,
#bo_list .pg_wrap .pg_current,
#bo_list .btn { font-size: 12px !important; } 
#bo_list .btn_b01, 
#bo_list .btn_b02, 
#bo_list .btn_admin { background-color: #3f4553; border-color: #3f4553; color: #fff; }
#bo_list .btn_admin { background-color: #3f51b5; border-color: #3f51b5; color: #fff; }
#bo_list .btn_admin:focus, 
#bo_list .btn_admin:hover { background-color: #dc3545; border-color: #dc3545; color: #fff; }

#bo_sch {}
#bo_sch:after {}
#bo_sch legend {}
#bo_sch select {}
#bo_sch .sch_input {}
#bo_sch .sch_btn {}
.bo_sch {}
.bo_sch:after {}
.bo_sch input[type="text"] {}
.bo_sch .btn_submit {}
.bo_sch span {}
#bo_sch { border: 1px solid #ccc; border-radius: 0.25rem; background: #fff; display: block; float: left; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; opacity: 1; visibility: visible; }
#bo_sch:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_sch.toggle { display: none !important; opacity: 0; visibility: hidden; }
#bo_sch legend { position: absolute; margin: 0; padding: 0; font-size: 0; line-height: 0; text-indent: -9999em; overflow: hidden; }
#bo_sch select { border: 0 !important; margin: 0; float: left; border-right: 1px solid #ddd; padding: 0.375rem 1.5rem 0.375rem 0.75rem !important; height: calc(0.75rem + 1.5em) !important; border-radius: 0.25rem !important; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
#bo_sch .sch_input { padding: 0.375rem 0.5rem 0.375rem 1rem; height: calc(0.75rem + 1.5em); border: 0; border-radius: 0.25rem; float: left; width: 12em; }
#bo_sch .sch_btn { display: inline-block; float: left; margin: 0; padding: 0; border: 0; width: calc(0.75rem + 1.5em); height: calc(0.75rem + 1.5em); line-height: calc(0.75rem + 1.5em); overflow: hidden; background: transparent; text-align: center; border-radius: 0.25rem; }
#bo_sch .sch_lst { border-left: 1px solid #ddd; border-top-left-radius: 0; border-bottom-left-radius: 0; background: #f5f5f5; }
#bo_sch input:focus, #bo_sch select:focus { outline: none; box-shadow: none; }
#bo_sch_toggle { float: left; display: inline-block; margin-right: 5px; background: #fff; border: 1px solid #ccc; padding: .375rem !important; min-width: calc(0.75rem + 1.5em + 2px); }
#bo_sch_toggle + #bo_sch { float: left; }
#bo_list > #bo_sch { /* position: absolute; bottom: 0; right: 0; */ }
#bo_list > #bo_sch.toggle { display: inline-block !important; opacity: 1; visibility: visible; }

#bo_list_total { float: left; padding: .375rem .75rem; line-height: 1.5; height: auto; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; resize: none; margin-right: 5px; }
.btn_bo_user li { width: auto; }
.bo_fx { float: none; }


.avatar { display: block; width: 60px; height: 60px; background: #f2f2f2; overflow: hidden; -webkit-flex: 1; -ms-flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; -ms-flex-pack: center; }
.avatar img { display: block; width: 100%; height: auto; }

#avatar[data-toggle="dropdown"] { cursor: pointer; }
#avatar + .dropdown-menu { border-color: #ced4da; }
#avatar + .dropdown-menu .avatar { cursor: pointer; }
#avatar + .dropdown-menu .avatar:hover { box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25); }
#avatar + .dropdown-menu { margin: 0; margin-left: 0.5rem; }
#avatar + .dropdown-menu:before,
#avatar + .dropdown-menu:after {content: ""; position: absolute; width: .5rem; height: 1rem; display: block; border-style: solid; border-color: transparent; }
#avatar + .dropdown-menu:before { left: -0.5rem; top: 1.5rem; border-width: .5rem .5rem .5rem 0; border-right-color: #bbb; }
#avatar + .dropdown-menu:after { left: calc(-0.5rem + 1px); top: 1.5rem; border-width: .5rem .5rem .5rem 0; border-right-color: #fff; }

#calendar {background-color: #fff;border-radius: 5px 5px 10px 10px;}
#calendar .flipover { position: relative; text-align: center; }
#calendar .flipover h3 { font-size: 1.75rem; }
#calendar .flipover h3 strong {}
#calendar .flipover h3 strong b {}
#calendar .flipover h3 strong span { font-size: 0.75em; color: #000; }
#calendar .flipover .y_title {}
#calendar .flipover .m_title {}
#calendar .flipover .goto-btn { position: relative; margin-top: -2rem; }
#calendar .flipover .goto-btn .btn { font-size: 12px !important; color: #000;}
#calendar .flipover .goto-btn .today { opacity: 0; width: 15rem; }
#calendar .flipover .goto-btn .prev_m:before,
#calendar .flipover .goto-btn .prev_d:before,
#calendar .flipover .goto-btn .next_d:after,
#calendar .flipover .goto-btn .next_m:after { font-family: 'FontAwesome'; font-size: 16px; line-height: 1; }
#calendar .flipover .goto-btn .prev_m:before,
#calendar .flipover .goto-btn .prev_d:before { margin-right: 0.25em; }
#calendar .flipover .goto-btn .next_d:after,
#calendar .flipover .goto-btn .next_m:after { margin-left: 0.25em; }
#calendar .flipover .goto-btn .prev_m:before { content: "\f100"; }
#calendar .flipover .goto-btn .prev_d:before { content: "\f104"; }
#calendar .flipover .goto-btn .next_d:after { content: "\f105"; }
#calendar .flipover .goto-btn .next_m:after { content: "\f101"; }

#calendar hr { display: block; }

#calendar .calendar { position: relative; }
#calendar .calendar .dts { position: relative; margin: 0; padding: 0; display: inline-block; line-height: 1; position: relative; }
#calendar .calendar .sat:not(.dim) > * { color: #007bff; }
#calendar .calendar .sun:not(.dim) > * { color: #dc3545; }
#calendar .calendar .day { margin: 0; padding: 0; display: block; width: 2em; height: 2em; line-height: 2em; text-align: center; border-radius: 1em; font-style: normal; font-family: 'Montserrat',sans-serif; }
#calendar .calendar i.day { color: #bbb; cursor: default; }
#calendar .calendar i.day:hover,
#calendar .calendar i.day.on { background-color: #bbb; color: #fff; }
#calendar .calendar a.day {}
#calendar .calendar a.day:hover,
#calendar .calendar a.day.on { background-color: #3f4553; color: #fff; }
#calendar .calendar a.day.to {}
#calendar .calendar em,
#calendar .calendar b { display: block; font-style: normal; color: #fff; font-size: 12px; line-height: 1; margin-top: 3px; }
#calendar .calendar b { position: absolute; top: -6px; left: 50%; margin-left: -3px; text-indent: -9999em; width: 6px; height: 6px; border-radius: 3px; background: #28a745; box-shadow: 0 0 0 1px rgba(255,255,255,1); }

ul.roll { border-top: 2px solid #333;background-color: #1F201F;border-radius: 5px 5px 10px 10px; }
ul.roll .avatar { width: 32px; height: 32px; } 
ul.roll li { border-bottom: 1px solid rgba(0,0,0,.15); clear: both; }
ul.roll li .ca_name {}
ul.roll li .wr_secret {}
ul.roll li .wr_subject { display: none; }
ul.roll li .wr_content {}
ul.roll li .wr_datetime { margin-left: 1rem; }
ul.roll li .wr_ranking { clear: both; }
ul.roll li .wr_ranking strong { position: relative; display: block; float: left; width: auto; min-width: 70px; margin: 0 0.5rem 0 0; padding: 0 8px 0 25px; line-height: calc(1.5rem - 2px); border: 1px solid; border-radius: 0.75rem; font-size: 12px; font-family: 'Montserrat','Noto Sans KR',sans-serif; white-space: nowrap; text-align: center;}
ul.roll li .wr_ranking strong:before { position: absolute; left: 8px; top: 50%; margin-top: -0.5em; line-height: 1; font-family: 'FontAwesome'; content: "\f005"; font-size: 14px; }
ul.roll li .wr_ranking strong.rank1 { border-color: #ffd700; color: #ffd700; }
ul.roll li .wr_ranking strong.rank2 { border-color: #c0c0c0; color: #c0c0c0; }
ul.roll li .wr_ranking strong.rank3 { border-color: #cd7f32; color: #cd7f32; }
/* 불필요 부분 감추기 */
#bo_list #bo_btn_top, #bo_list .bo_fx { display: none; }
#bo_v_share { display: none; }
#bo_v_file { display: none; }
#bo_v_link { display: none; }
.bo_v_nb { display: none; }


.border-bottom
{
border-bottom: 1px solid #333!important;
}

#bo_v{
	border: 1px solid #db3232 !important;border-radius: 5px;
}
/* 게시판 읽기 */
#bo_v_title {
	font-size:23px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:-1px;
}
#bo_v_con {
	min-height:200px; 
	word-break:break-all;
	overflow:hidden
}
@media all and (max-width:575px) {
	.responsive #bo_v_title {
		font-size:15px !important;
		line-height:1.5;
	}
	.responsive #bo_v_con { 
		min-height:140px; 
		font-size: 15px !important;
	}
}

#bo_v_con img {
	max-width:100%;
	height:auto
}
#bo_v_img {
	width:100%;
	text-align:center;
	overflow:hidden;
	zoom:1;
}
#bo_v_img:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_v_img a.view_image {
	display:block;
}
#bo_v_img img {
	margin-bottom:1.0rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon { 
	margin:-5px auto; 
}
#bo_v_sns_icon img { 
	width:40px; 
	border-radius:50%; 
	margin:5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
	top:0;
	left:-16px;
}
.by-writer { 
	background:#fbefef !important;
	border-top:1px solid #f6cece !important;
}
.cmt-content {
	word-break:break-all;
	overflow:hidden
}
.cmt-content img {
	max-width:100%;
	height:auto
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul { 
	list-style: none; 
	margin: 0; 
}
.cmt-btn ul > li { 
	float: left; 
	font-size:12px;
	padding: 0 10px; 
}
.cmt-btn ul > li::before { 
	float: left; 
	color:#ccc; 
	content: "|"; 
	margin-left:-12px;
}
.cmt-btn ul > li:last-child { 
	padding-right:0;
}
.cmt-btn ul > li:first-child::before, 
.cmt-btn ul > li.no-bar::before { 
	content: ""; 
	margin-left:0; 
}
.cmt-btn ul > li > a { 
	float:left;
	color:#888;
	white-space:nowrap;	
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content { 
	resize:none; 
}
@media all and (max-width:575px) {
	.responsive .cmt-box {
		border-right:0 !important;
	}
	.responsive #bo_vc_w .cmt-box {
		border-left:0 !important;
		border-radius:0 !important;
	}
	.responsive #bo_vc_login {
		border-left:0 !important;
		border-right:0 !important;
		border-radius:0 !important;
	}
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {	
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
	background:#ccc;
	border-radius:3px;
}
#bo_vc_opt ol:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_opt ol li { 
	float:left;
	margin:0; 
}
#bo_vc_send_sns ul { 
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
}
#bo_vc_send_sns ul:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_send_sns ul li {	
	float:left;
	margin:0 1.0rem 0 0;
}
#bo_vc_send_sns input {	
	margin:0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
	padding-left:10px;
	padding-right:10px;
	border-left:0;
	border-right:0;
}
#bo_w .list-group-item.border-top-0{
	background-color: #dc3545;color: #fff;
}
#bo_w #wr_content { 
	margin-bottom:1.0rem !important;
}
@media all and (max-width:575px) {
	#bo_w .list-group-item {
		padding-left:1.0rem;
		padding-right:1.0rem;
	}
	.responsive #bo_w #wr_content {
		max-height:160px !important;
	}
}

