@charset "utf-8";
/* 게시판 목록 공통 */
.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:#1471f6;border-radius:3px}

#bo_calendar {margin: 0px auto;max-width: 100%;position:relative;z-index:100;}
#bo_calendar .calendar_header { text-align: center; margin-bottom: 30px; }
#bo_calendar .calendar_header h1 { margin-top:10px; margin-bottom:10px; font-size:14px; } 
#bo_calendar .calendar_header strong { font-size:14px; background:#eee; display:inline-block; line-height:30px; font-weight:500; padding-left:15px; padding-right:15px; }
#bo_calendar .prev_btn { background:#333; color:#fff;padding:6px 8px; line-height:30px; border-radius:5px 0px 0px 5px; position:relative; left:8px;  }
#bo_calendar .next_btn { background:#333; color:#fff;padding:6px 8px; line-height:30px; border-radius:0px 5px 5px 0px; position:relative; right:8px; }
#bo_calendar .calendar_table { width: 100%; border-collapse: collapse; table-layout: fixed; }
#bo_calendar .calendar_table th { height: 30px; background: #fff; border:1px solid #ddd; font-weight: bold; color: #333; }
#bo_calendar .calendar_table td { position:relative; border: 1px solid #ccc; height: 85px; vertical-align: top; padding: 0px; box-sizing: border-box; }
#bo_calendar .calendar_table td:empty { min-height: 85px;}
#bo_calendar .calendar_item { position: relative; display: block; height:100%; }
#bo_calendar .calendar_bar { position: absolute; top:30px; left: auto; height: 6px; border-radius: 4px; z-index: 1; box-sizing: border-box; width: calc(var(--duration) * 119.84px); max-width: calc(7 * 100%); /* 한 주 최대 7일 */ cursor:pointer; }
#bo_calendar .calendar_bar:hover { background-color: #45a049;}
#bo_calendar .tooltip { position: absolute;  top:0;  left: 30%; transform: translateX(-50%); background-color: rgba(51, 51, 51, 0.95); color: #fff; padding: 6px 10px; border-radius: 4px; white-space: normal; font-size: 12px; z-index: 100; width: max-content; max-width: 220px; opacity: 0; pointer-events: none; transition: opacity 0.3s ease;z-index:1000; height:40px;}
#bo_calendar .calendar_item:hover .tooltip { opacity: 1;pointer-events: none; left: 0;right: 0; transform: none; max-width: calc(100vw - 20px); /* 화면 너비 기준으로 제한 */ word-break: break-word; }
#bo_calendar .calendar_item:hover .tooltip { opacity: 1; pointer-events: none; }

#bo_calendar .date_num {float:left; width:18px; height:18px; font-weight: 400; margin-bottom: 5px; padding-top:2px; margin:2px 3px;  }
#bo_calendar .calendar_post { font-size: 0.9em; margin-bottom: 3px;}
#bo_calendar .holiday_name { font-size: 0.95em; color: #ff6600; margin-top: 5px; padding-left:0px; text-align:left;padding-top:0px; }
#bo_calendar .sunday { background-color: #ffecec; color: #d00; }
#bo_calendar .saturday {background-color: #e6f0ff; color: #007bff;}
#bo_calendar .holiday {color: red; font-weight: bold; width: 20px; height: 20px; text-align: center; border-radius: 50%;}
#bo_calendar .today { color: #fff; background: #000; text-align:center; border-radius:50%; width:20px; height:20px; }
#bo_calendar .empty { background-color: #f9f9f9; min-height: 85px;}

.month_schedule_list ul { display:flex; align-items: center; }
.month_schedule_list h2 { padding-top:20px; padding-bottom:20px; width:89.5%; }
.month_schedule_list dt { display:flex; gap:10px;	}
.month_schedule_list dt li { line-height:40px; } 
.month_schedule_list dt li button { background:#fafafa; width:75px; padding-left:10px; padding-right:10px; height:35px; line-height:35px; border:1px solid #ddd; font-size:14px; }
.tbl_head01 td { padding:0px; }
/* 📱 반응형 스타일 */
@media (max-width: 768px) {
#bo_calendar .calendar_header h1 { margin-top:10px; margin-bottom:10px; font-size:12px; } 
#bo_calendar .calendar_header strong { font-size:14px;  }
#bo_calendar .calendar_table th { height:30px; }
#bo_calendar .calendar_table td { font-size: 12px; height: 55px; padding: 0x; text-align:left; }
#bo_calendar .calendar_bar { font-size: 10px; padding: 2px 4px; min-width: 30px; }
#bo_calendar .tooltip { left: 0 !important;right: 0; transform: none;max-width: calc(100vw - 40px); font-size: 11px; padding: 5px 8px; word-break: break-word; }
#bo_calendar .calendar_bar { position: absolute;top: 19px;height: 4px;background-color: #4caf50;border-radius: 0px;z-index: 1;box-sizing: border-box; width: calc(var(--duration) * 46.2px); max-width: calc(7 * 100%); /* 한 주 최대 7일 */ word-break:break-all;}
#bo_calendar .date_num {float:left; width:12px; height:12px; font-weight: 400; margin-bottom: 5px; padding-top:2px; margin:2px 3px; }
#bo_calendar .holiday_name { font-size:9px; width:40px; height:15px; position:absolute;bottom:0px; padding-left:2px; }
#bo_calendar .date_num { font-size:9px; width:18px; height:15px; }
#bo_calendar .today { color: #fff; background: #000; text-align:center; border-radius:50%; width:15px; height:15px; }
.tbl_head01 td.startdate { padding-left:0px; width:45%; }
.tbl_head01 td.content { padding-left:10px; }
}


@media (min-width: 320px) and (max-width: 1279px) {
#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_pc { display:none; } 
#bo_list .td_datetime_mobile {width:55px;text-align:center;font-size:12px;}
#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:30px;text-align:center;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_cate_link { display:none }
.bo_tit {display:block;color:#000;font-weight:500;padding-right:10px;}
.bo_v_top { background:#f6f6f6; width:100%; height:50px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; margin-top:18px; }
.bo_v_top ul { display:flex; align-items: center; justify-content: space-between; }
.bo_v_top em { padding-left:10px; } 
.bo_v_top li.top_ca_name { width:auto; align-items: center; } 
.bo_v_top li.top_subject { width:80%; } 
.bo_v_top li.top_comment { width:20%; text-align:right; padding-right:20px; }
.bo_v_top .bo_v_ca_name { width:auto; height:28px; margin-left:20px; padding-right:0px; font-size:14px; font-weight:500; background:#333; color:#eee; padding:5px 8px 5px 8px; border-radius:5px; text-align:center; }
.bo_v_top .bo_v_subject {  line-height:48px; padding-left:10px; font-size:15px; font-weight:500; }
.top_comment { display:none; }
}
@media (min-width: 1280px) {
#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_mobile {display:none;}
#bo_list .td_datetime_pc { width:100px; 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:center;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_v_top { background:#f6f6f6; width:100%; height:50px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; margin-top:18px; }
.bo_v_top ul { display:flex; align-items: center; justify-content: space-between; }
.bo_v_top em { padding-left:10px; } 
.bo_v_top li.top_ca_name { min-width:15%; align-items: center; } 
.bo_v_top li.top_subject { width:70%; align-items: center; margin-left:auto; } 
.bo_v_top li.top_comment { width:10%; text-align:right; padding-right:20px; }
.bo_v_top .bo_v_ca_name { width:auto; height:28px; margin-left:20px; padding-right:0px; font-size:14px; font-weight:500; background:#333; color:#eee; padding:5px 8px 5px 8px; border-radius:5px; text-align:center; }
.bo_v_top .bo_v_subject {  line-height:48px; padding-left:10px; font-size:15px; font-weight:500; }

.bo_cate_link {float:left;display:inline-block;margin-right:10px;background:#333;color:#eee;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_list {position:relative;margin-bottom:0px}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}

#bo_list .btn_red { color:#ff3746; position:relative; top:0px; }

#bo_cate {margin:-5px 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:5px;border:1px solid #ddd;color:#454545}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#eee;color:#111}
#bo_cate #bo_cate_on {z-index:2;background:#333;color:#eee;font-weight:bold;border:1px solid #333;}
.td_subject img {margin-left:5px}

.readonly { background:#aaa; color:#eee; }

/* 게시판 목록 공통 */
.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 strong { margin-bottom:10px; display:inline-block; } 
.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}
.write_div .datelabel { background:#e8e8e8; display:block; float:left; height:40px; padding:10px 12px; border:1px solid #ddd; border-right:1px solid #fff; } 
.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}

/* 게시판 테이블 커스텀 */
.tbl_basic_list {  }
.tbl_basic_list caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_basic_list table { width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff; margin-bottom:10px; }
.tbl_basic_list table th { height:40px; border-top:1px solid #111; border-bottom:1px solid #eee; font-size:14px; font-weight:400; }
.tbl_basic_list table td { height:40px; border-bottom:1px solid #eee;  }

/* 게시판 읽기 */
#bo_v { margin-top:30px; }
.bo_v_button { display:flex; justify-content: flex-end; gap:10px; }
.bo_v_button li { display:inline-block; margin-right:10px; background:#fafafa; padding-left:10px; padding-right:10px; height:35px; line-height:35px; border:1px solid #ddd; }
.bo_v_button li:last-child { display:inline-block; margin-right:0px; }
.bo_v_top .bo_v_comment_num {  }
.bo_v_contetns { width:100%; min-height:320px; border-bottom:1px solid #ddd; }
.bo_v_info { height:40px; line-height:38px; border-bottom:1px solid #ddd; } 
.bo_v_info ul { display:flex; }  
.bo_v_info span.bo_v_info_ip { font-size:12px; color:#666; }
.bo_v_info .right_info { width:80%; display:flex; justify-content: flex-end;  } 
.bo_v_info li.info_writename { width:30%; } 
.bo_v_info li.info_datetime { display:flex; justify-content: flex-end; margin-right:15px; }
.bo_v_info li.info_hit { display:flex; justify-content: flex-end; padding-right:5px; }
.bo_v_con { padding-top:20px; padding-bottom:20px; }
.bo_v_footer { }

#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;position:relative; z-index:100;}
.btn_bo_user button { background:transparent; border:1px transparent; width:100%; height:32px; position:relative; top:-1px; }
.btn_bo_user li { float:left; margin-right:10px; background:#fafafa; padding-left:10px; padding-right:10px; height:35px; line-height:35px; border:1px solid #ddd; font-size:14px; }
.btn_bo_user a:hover { color:#111; }

.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}


.td_num strong {color:#000}
.bo_current {color:#e8180c}
#bo_list .profile_img img {border-radius:50%}
.vcmt_content {position: relative; left:14px; top:3.5px; padding:8px; background:#feffff;}
.vcmt_content::after {content: ""; display: inline-block; position: absolute; top: 5px; left: -10px; border: 5px solid transparent; border-bottom-color: #aaa; border-right-color: #aaa;}
#bo_list .cnt_cmt {background:#fff;color:#111;font-size:11px;height:20px;line-height:20px;padding:0 5px;border-radius:35px;vertical-align:middle;border:1px solid #ccc;position:relative;top:-3px; left:-7px;}

#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:15px;line-height:16px;font-size:0.833em;color:#fff;background:#e86001;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}

.more_opt {display:none;position:absolute;top:45px;right:10px;background:#fff;border:0.5px solid #b8bfc4;z-index:999}
.more_opt button { background:transparent; border:1px transparent; position:relative; top:0px;  }
.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:1px solid #f1f1f1;padding:0px;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;margin-right:6px;}

.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}

/*글쓰기*/
#bo_w .bo_v_option li {display:inline-block;float:left;text-align:left;margin:0 5px 0 0}
#bo_w .bo_v_option li label {vertical-align:baseline}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {margin-left:0;margin-right:5px}
#bo_w .write_div {margin:10px 0;position:relative}
#bo_w .write_div:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input {float:left;margin-bottom:1%}
#bo_w #wr_password, #bo_w #wr_homepage {margin-left:1%}
#bo_w .wr_content.smarteditor2 iframe {background:#fff}
#bo_w .bo_w_tit {position:relative}
#bo_w .bo_w_tit .frm_input {padding-right:120px}
#bo_w .bo_w_tit #btn_autosave {position:absolute;top:5px;right:5px;line-height:30px;height:30px}
#bo_w .bo_w_link label {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_link .frm_input {padding-left:50px}
#bo_w .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_flie .frm_file {padding-left:50px;margin-top:3px}
#bo_w .bo_w_flie .file_wr {position:relative;border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input {margin:10px 0 0}
#bo_w .bo_w_flie .file_del {position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}
#bo_w .bo_w_select select {border:1px solid #d0d3db;width:100%;height:40px;border-radius:3px}
#bo_w .btn_submit {padding:0 20px;font-size:1.167em}
#bo_w .btn_cancel {border-radius:3px;font-size:1.167em}

/* 게시판 댓글 */
.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 div.comment {position:relative;display:inline-block;margin-right:5px;font-size:1em;color:#3a8afd}
.cmt_btn .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:14px;color:#361d1e}
.cmt_btn div.comment:after {position:absolute;bottom:-17px;left:0;display:inline-block;background:#361d1e;content:"";width:100%;height:2px}
.cmt_btn em.total {position:relative;top:-6px;display:inline-block;margin-right:5px;font-size:12px;color:#fff; background:#f6551f; padding:1px 5px 1px 5px; border-radius:50%;}

#bo_vc { border-top:1px solid #d8d8d8; border-right:1px solid #d8d8d8; border-left:1px solid #d8d8d8; background:#bacee0; padding:10px; }
#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}
#bo_vc article .cm_wrap {float:left;max-width:870px;width:98%;background:#fae100;border-radius:3px; padding:10px; margin-left:8px;}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {line-height:1.8em;padding:10px 0 10px;font-weight:400;font-size:14px;}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:40px 0 !important;color:#454545;text-align:center;font-weight:bold;font-size:16px;}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc .bo_vl_opt {position:absolute;top:0;right:0;z-index:100;}

.bo_vc_act {float:right;width:115px;line-height:35px;text-align:right;list-style:none; margin-right:10px;margin-top:10px;padding-right:10px;}
.bo_vc_act li {float:left;padding-right:10px;}
.bo_vc_act li:last-child {border-bottom:0}
.bo_vc_act li a:hover {color:#3a8afd}

.bo_vc_w {position:relative;margin:0px 0;display:block; z-index:100;}
.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 {position:relative;top:-1px;border-top:1px solid #f0f1f3;border-left:1px solid #d8d8d8; border-bottom:1px solid #d8d8d8; border-right:1px solid #d8d8d8; background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:10px;width:100%;height:100px;
-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:30px;padding:0 12px;border-radius:3px;font-weight:500;font-size:1.083em;background:#e8e8e8;color:#361d1e; border:1px solid #ddd; }
.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_vc_send_sns {display:inline-block;float:left}
#bo_vc_sns {display:inline-block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f {border-radius:3px;background:#3a589b;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_t {border-radius:3px;background:#00aced;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_off {background:#bbb}
#bo_vc_sns a {display:inline-block;padding:0 15px 0 5px}
#bo_vc_sns input {margin:0 5px 0 0}