@charset "utf-8";
/* 글읽기 */
#bo_v {width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box}

#bo_v_title {position:relative;padding:24px 20px;/*border-top:solid 1px #222;*/border-bottom:solid 1px #ddd;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#bo_v_title .bo_v_cate {display:inline-block;margin:0 0 4px 0;padding:0 6px;color:#fff;font-size:12px;line-height:19px;padding:0 8px;background:#15aacf;border:solid 1px #0f96b8;}
#bo_v_title .bo_v_tit {display:block;font-size:22px;word-break:break-all;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

#bo_v_info {}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_info .profile_info {margin:18px 0 0 0;}
#bo_v_info .profile_info ul {}
#bo_v_info .profile_info ul:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_v_info .profile_info ul li {display:block;float:left;margin:0 18px 0 0;color:#666;}
#bo_v_info .profile_info ul li:last-child {margin:0;}
#bo_v_info .profile_info ul li strong {display:inline-block;margin:0 8px 0 0;color:#444;font-weight:700;}
#bo_v_info .profile_info ul li a {color:#15aacf;}

#bo_v_info strong {}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:500;}
#bo_v_info .profile_img {display:none}
#bo_v_info .sv_member {color:#444}
#bo_v_info .if_date {margin:0;color:#999}

/*#bo_v_info .profile_info .pf_img {float:left;margin-right:10px}
#bo_v_info .profile_info .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_v_info .profile_info .profile_info_ct {float:left;padding:5px 0;line-height:18px}*/

/*#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}*/


#bo_v_atc {min-height:200px;height:auto !important;height:200px}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_share {position:relative;margin:0 20px;padding:20px 0}
#bo_v_share:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_share .btn_scrap {padding:0 12px 0 32px;background:url(./img/icon_folder_add.png) no-repeat 12px 50%;}

#bo_v_sns {display:block;float:left;padding:0;list-style:none;zoom:1;}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;width:135px;margin:0 5px 0 0;text-align:center;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#bo_v_sns li a {height:40px;color:#fff;line-height:40px;text-align:center;}
#bo_v_sns li img {vertical-align:middle;margin-right:5px}
#bo_v_sns li .sns_f {display:block;background:#3b5997}
#bo_v_sns li .sns_t {display:block;background:#09aeee}
#bo_v_sns li .sns_g {display:block;background:#ea4026}
#bo_v_sns li .sns_k {display:block;background:#fbe300}

#bo_v_img {width:100%;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:20px;max-width:100%;height:auto}

#bo_v_con {margin:10px 0 60px 0;width:100%;min-height:200px;padding:0 20px;font-size:14px;line-height:24px;overflow:hidden;word-break:break-all;}
#bo_v_con a {color:#222;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_more {display:block;position:absolute;right:0;top:50%;}
#bo_v_more button.btn_bo_sch {display:block;width:32px;height:40px;overflow:hidden;line-height:999px;background:url(./img/icon_zoomer.png) no-repeat 50% 50% #fff;border:none;}
#bo_v_more button.btn_more_opt {display:block;width:32px;height:40px;overflow:hidden;background:none;border:none;}
#bo_v_more button.btn_more_opt .dot {margin:2px auto;;}

#bo_v_act {margin:0 0 60px 0;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative;}
#bo_v_act a {margin:0 5px 0 0;color:#444;font-size:14px;vertical-align:middle;border:solid 1px #ccc;}
#bo_v_act a:hover {color:#ff7700;background-color:#fff;border:solid 1px #999;}
#bo_v_act img {width:24px;height:auto;margin:0 6px 0 0;}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;width:165px;padding:10px 0;color:#fff;text-align:center;background:#f75665;z-index:9999;}
#bo_v_act .bo_v_good {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;}
#bo_v_act .bo_v_nogood {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;}

#bo_v_file,
#bo_v_link {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

#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:block;position:relative;padding:20px;margin:0 0 10px 0;border:1px solid #aaa;}
#bo_v_file li .var {display:inline-block;width:1px;height:14px;margin:0 12px 0 12px;background:#ccc;vertical-align:middle;}
#bo_v_file a {display:block;float:left;text-decoration:none;word-wrap:break-word;color:#444}
#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {color:#ff7700;text-decoration:underline;}
#bo_v_file img {float:left;margin:0 10px 0 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#bo_v_file .bo_v_file_cnt {color:#999;font-size:12px;}

#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;list-style:none}
#bo_v_link li {display:block;position:relative;padding:20px;margin:0 0 10px 0;border:1px solid #aaa;}
#bo_v_link li .var {display:inline-block;width:1px;height:14px;margin:0 12px 0 12px;background:#ccc;vertical-align:middle;}
#bo_v_link a {display:block;float:left;text-decoration:none;word-wrap:break-word;color:#444}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {color:#ff7700;text-decoration:underline;}
#bo_v_link img {float:left;margin:0 10px 0 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#bo_v_link .bo_v_link_cnt {color:#999;font-size:12px;}

#bo_v_top {zoom:1;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {padding:0;list-style:none;word-break:break-all;background:#fff}

#bo_v_bot {zoom:1;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {padding:0;list-style:none}

.bo_v_com {margin:20px 0;float:right}
.bo_v_com > li {position:relative;float:left;margin-left:5px}

.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 {display:block;padding:18px 20px;overflow:hidden;white-space:nowrap;border-top:1px solid #ddd;
text-overflow:ellipsis;  /* IE, Safari */
-o-text-overflow:ellipsis;  /* Opera under 10.7 */
-moz-binding: url('ellipsis.xml#ellipsis');

-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.bo_v_nb li:last-child {border-bottom:1px solid #ddd}
.bo_v_nb li:hover {background:#f6f6f6}
.bo_v_nb li.btn_prv {background:url(./img/arrow_up.png) no-repeat 20px 50%;}
.bo_v_nb li.btn_next {background:url(./img/arrow_down.png) no-repeat 20px 50%;}
.bo_v_nb li .nb_tit {display:inline-block;padding:0 20px;color:#999}
.bo_v_nb li .nb_date {float:right;color:#999}

/* 게시판 댓글 */
.cmt_btn {width:100%;margin:30px 0 0 0;padding:0;text-align:left;background:none;border:none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.cmt_btn span.total {position:relative;display:inline-block;font-size:16px;font-weight:500;color:#444;line-height:40px;}
.cmt_btn span.total strong {font-family:'Lato';font-weight:700;}
.cmt_btn span.cmt_more {display:block;float:right;width:30px;height:30px;margin:5px 0 0 0;background:url(./img/btn_cmt.png) no-repeat 50% 0;border:none;}
.cmt_btn_op span.cmt_more {background-position:50% -30px}

.bo_vc_w {display:block;position:relative;margin:0 0 30px 0;padding:0;}
.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 form {display:block;border:solid 1px #ccc;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.bo_vc_w_info {padding:12px 20px;border-bottom:solid 1px #eee}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input {float:left;width:120px;margin-right:5px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.bo_vc_w_info #captcha {display:block;}

.bo_vc_w textarea {display:block;width:100%;height:120px;padding:10px 20px;background:#fff;border:none;border-bottom:solid 1px #eee;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.bo_vc_w #char_cnt {display:block;float:left;margin:0;padding:0 20px;font-family:'Lato';color:#666;line-height:40px;}
.bo_vc_w .secret_cm label {font-size:12px !important}
.bo_vc_w .btn_cmt_submit {display:inline-block;width:60px;margin:0 0 0 8px;padding:0;color:#222;line-height:40px;background:#eee;border:none;}

#wr_secret {}
.bo_vc_w_wr {text-align:right;}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}

.bo_vc_login {display:block;position:relative;margin:0 0 30px 0;padding:20px;background:url(./img/icon_smile.png) no-repeat right 50% #f6f6f6;border:solid 1px #ccc;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {position:relative;margin:20px 0;padding:0 20px 0 70px;border-bottom:1px solid #ddd;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#bo_vc article:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc article .pf_img {display:block;position:absolute;left:20px;top:0;}
#bo_vc article .pf_img img {width:40px;height:40px;border-radius:50%;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#bo_vc article .profile_img img {border-radius:50%}

#bo_vc article .cm_wrap {}
#bo_vc header {position:relative;width:100%;margin:0 0 12px 0;}
#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_hdinfo {color:#999}

#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:500}

#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {padding:0;}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#f63941;}
#bo_vc_empty {margin:0;padding:40px 0 !important;color:#666;text-align:center}
#bo_vc #bo_vc_winfo {float:left}

#bo_vc .bo_vl_opt {position:absolute;top:0;right:20px;z-index:9;}

.btn_cm_opt {display:block;width:30px;height:30px;line-height:30px;text-align:center;background:none;border:none;}
.btn_cm_opt .dot {margin:2px auto;}
.bo_vc_act {display:none;position:absolute;right:0;top:40px;width:48px;text-align:right;border:1px solid #ccc;margin:0;list-style:none;background:#fff;zoom:1;z-index:999}
.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 #ccc 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:dotted 1px #444}
.bo_vc_act li:last-child {border-bottom:none;}
.bo_vc_act li a {display:block;padding:0 6px;font-size:12px;line-height:26px;text-align:center;}
.bo_vc_act li a:hover {color:#ff7700}

.bo_vc_vote {margin:10px 0 0 0;}
.bo_vc_vote:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_vote ul {float:right;}
.bo_vc_vote ul:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_vote ul li {display:block;float:left;position:relative;margin:0 0 0 5px;}
.bo_vc_vote ul li:first-child {margin:0;}
.bo_vc_vote ul li a {display:block;padding:0 8px;line-height:24px;border:solid 1px #ddd;}
.bo_vc_vote ul li a strong {color:#999;font-size:12px;font-weight:400;}
.bo_vc_vote ul li img {width:16px;height:auto;margin:0 4px 0 0;}
#bo_vc_act_good, #bo_vc_act_nogood {display:none;position:absolute;top:30px;right:0;width:165px;padding:10px 0;color:#fff;text-align:center;background:#f75665;z-index:9999;}

#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}

/* 게시판 쓰기 */
/*#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:700}*/


/* 게시판 목록 */
#bo_list {position:relative;width:100%;max-width:1200px;margin:0 auto;}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}
#bo_list h2 {display:block;margin:0 0 24px 0;font-family:'Lato';color:#222;font-size:30px;font-weight:900;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

/*카테고리*/
#bo_cate {width:100%;margin:0 0 36px 0;}
#bo_cate ul {text-align:left;border-bottom:solid 1px #ddd;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate ul li {display:block;float:left;}
#bo_cate ul li a {display:block;margin:0 -1px -1px 0;padding:0 36px;color:#666;font-size:14px;line-height:50px;border:solid 1px #ddd;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {color:#fff;background:#444;}
#bo_cate #bo_cate_on {color:#5bc0de;font-weight:500;background:#444;z-index:2;}

#bo_btn_top {margin:0 0 10px 0;}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_list_total {float:left;line-height:40px;color:#444}
#bo_list_total strong {color:#ff7700;font-weight:500;}

.bo_fx {zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {display:block;float:left;margin:0 0 0 5px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.btn_bo_user li:first-child {margin:0;}
/*.btn_bo_user li button.btn_bo_sch {display:block;width:40px;height:40px;overflow:hidden;line-height:999px;background:url(./img/icon_zoomer2.png) no-repeat 50% 50% #4a4c58;border:none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.btn_bo_user li button.btn_bo_sch:hover {background:url(./img/icon_zoomer2.png) no-repeat 50% 50% #15aacf;}*/
.btn_bo_user li button.btn_bo_sch {display:block;width:32px;height:40px;overflow:hidden;line-height:999px;background:url(./img/icon_zoomer.png) no-repeat 50% 50% #fff;border:none;}
.btn_bo_user li button.btn_more_opt {display:block;width:32px;height:40px;overflow:hidden;background:none;border:none;}
.btn_bo_user li button.btn_more_opt .dot {margin:2px auto;;}
.btn_bo_user li a.btn_list {padding:0 12px 0 32px;background:url(./img/icon_list.png) no-repeat 12px 50%;}
.btn_bo_user li a.btn_admin_icon {display:block;width:32px;height:40px;overflow:hidden;line-height:999px;background:url(./img/icon_admin.png) no-repeat 50% 50% #fff;border:none;}


.btn_bo_user > li {position:relative}

.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #bbb;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 #bbb 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 {float:none;margin:0;padding:0;text-align:left;border-bottom:dotted 1px #444;}
.more_opt li:last-child {border-bottom:none}
.more_opt li button, .more_opt li a {display:block;padding:0 12px;color:#666;font-size:12px;line-height:40px;text-align:center;white-space:nowrap;background:#fff;border:none;}
.more_opt li:hover a,
.more_opt li:hover button {color:#ff7700}

/*
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}


.td_subject img {margin-left:5px}
*/

#list_type {margin:0 0 30px 0;border-top:solid 1px #222;}
#list_type table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-bottom:1px solid #ececec} 
#list_type caption {padding:0;font-size:0;line-height:0;overflow:hidden}
#list_type th {padding:18px 0;color:#222;font-weight:500;text-align:center;border-bottom:solid 1px #ddd;}
#list_type td {padding:18px 0;border-bottom:solid 1px #ddd;}
#list_type td input,
#list_type td span,
#list_type td img,
#list_type td a {vertical-align:middle}

#list_type .td_board {width:120px;text-align:center}
#list_type .td_chk {width:30px;text-align:center;}
#list_type .td_date {width:60px;text-align:center}
#list_type .td_datetime {width:80px;text-align:center}
#list_type .td_group {width:120px;text-align:center}
#list_type .td_mb_id {width:120px;text-align:center}
#list_type .td_mng {width:100px;text-align:center}
#list_type .td_name {width:120px;text-align:center}
#list_type .td_nick {width:120px;text-align:center}
#list_type .td_num {width:80px;text-align:center}
#list_type .td_num2 {width:80px;text-align:center}
#list_type .td_numbig {width:80px;text-align:center}
#list_type .td_subject {}
#list_type .txt_active {color:#5cb85c}
#list_type .txt_expired {color:#ccc}
#list_type .td_img {width:120px;text-align:center}
#list_type .td_img img {width:100px;height:auto;}

#list_type .bo_notice td {background:#f6f6f6;}
#list_type .bo_notice td a {font-weight:500;}
#list_type .bo_notice .notice_icon {display:inline-block;padding:0 6px;color:#fff;font-size:12px;font-weight:400;line-height:22px;background:#444;/*border-radius:5px;*/}
#list_type .bo_current {display:inline-block;padding:0 8px;color:#ff7700;font-size:12px;line-height:19px;background:#fff;border:solid 1px #ccc;/*border-radius:5px;*/}
#list_type .td_num strong {}
#list_type .bo_cate_link {display:inline-block;margin:0 0 4px 0;color:#fff;font-size:12px;line-height:19px;padding:0 6px;background:#15aacf;border:solid 1px #0f96b8;/*border-radius:5px;*/} /* 글제목줄 분류스타일 */
#list_type .bo_cate_link:hover {text-decoration:none}
#list_type .bo_tit {display:block;overflow:hidden;/*white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
-moz-binding: url('ellipsis.xml#ellipsis');*/
}
#list_type .bo_tit a {font-size:14px !important;}

ul.bo_tit_mobile {display:none;margin:6px 0 0 0;}
ul.bo_tit_mobile:after {display:block;visibility:hidden;clear:both;content:""}
ul.bo_tit_mobile li {display:block;float:left;margin:0 16px 0 0;}
ul.bo_tit_mobile li.date {color:#999;}
ul.bo_tit_mobile li.view {color:#999;}

#list_type .profile_img img {border-radius:50%}
#list_type .cnt_cmt {color:#ff7700;font-size:11px;}
#list_type .bo_tit a {font-size:14px;}
#list_type .bo_tit .new_icon {display:inline-block;width:14px;line-height:14px;font-size:10px;color:#fff;font-weight:300;text-align:center;background:#ff7700;vertical-align:middle}


/*
#bo_list .bo_tit .title_icon {margin-right:2px}
#bo_list .bo_tit .fa-heart {color:#ff0000}
#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;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;}
.bo_sch {position:absolute;top:50%;left:50%;width:300px;max-height:300px;overflow-y:auto;margin:-150px 0 0 -150px;background:#fff;text-align:left;
-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);
}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch h3 {display:block;padding:0 10px;color:#fff;line-height:40px;background:#4a4c58;}
.bo_sch legend {background:#f00001}
.bo_sch form {display:block;padding:40px 20px;}
.bo_sch .sch_select {display:block;position:relative;width:100%;height:40px;line-height:40px;text-transform:uppercase;border:1px solid #ccc;background:#fff;}
.bo_sch .sch_select label {display:block;position:absolute;top:0;left:0;width:100%;padding:0;color:#666;font-weight:300;line-height:40px;text-indent:10px;}
.bo_sch .sch_select label:after{position:absolute;top:0;right:0;width:38px;height:38px;padding:0;content:'';font-size:13px;color:#444;text-align:center;background:url(./img/ico-select.png) no-repeat 50% 50% #fff;}
.bo_sch .sch_select select {display:block;width:100%;height:40px;opacity:0;filter:alpha(opacity=0);-ms-filter:alpha(opacity=0)/* IE 8 */;}
.bo_sch .sch_bar {display:block;position:relative;margin:10px 0 0 0;border:solid 1px #ccc;}
.bo_sch .sch_bar:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch .sch_input {display:block;width:100%;height:40px;text-indent:10px;border:none;}
.bo_sch .sch_btn {display:block;position:absolute;right:0;top:0;width:40px;height:38px;overflow:hidden;line-height:999px;background:url(./img/icon_zoomer.png) no-repeat 50% 50%;border:none}
.bo_sch .bo_sch_cls {position:absolute;right:0;top:0;width:40px;height:40px;overflow:hidden;line-height:999px;background:url(./img/btn_close.gif) no-repeat 50% 50%;border:none;}
.bo_sch_bg {width:100%;height:100%;background:rgba(0,0,0,0.4);}

.bo_sch_wrap2 {display:block;position:relative;width:100%;max-width:600px;margin:40px auto 0 auto;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.bo_sch2 {position:relative;}
.bo_sch2:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch2 .sch_select2 {display:block;float:left;position:relative;width:29%;height:40px;margin:0 1% 0 0;line-height:40px;text-transform:uppercase;border:1px solid #ccc;background:#fff;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.bo_sch2 .sch_select2 label {display:block;position:absolute;top:0;left:0;width:100%;padding:0;color:#666;font-weight:300;line-height:40px;text-indent:10px;}
.bo_sch2 .sch_select2 label:after{position:absolute;top:0;right:0;width:38px;height:38px;padding:0;content:'';font-size:13px;color:#444;text-align:center;background:url(./img/ico-select.png) no-repeat 50% 50% #fff;}
.bo_sch2 .sch_select2 select {display:block;width:100%;height:38px;opacity:0;filter:alpha(opacity=0);-ms-filter:alpha(opacity=0)/* IE 8 */;}
.bo_sch2 .sch_bar {display:block;float:left;position:relative;width:70%;border:solid 1px #ccc;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.bo_sch2 .sch_bar:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch2 .sch_input {display:block;width:100%;height:38px;text-indent:10px;border:none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.bo_sch2 .sch_btn {display:block;position:absolute;right:0;top:0;width:40px;height:38px;overflow:hidden;line-height:999px;background:url(./img/icon_zoomer2.png) no-repeat 50% 50% #4a4c58;border:none}


/*글쓰기*/
#bo_w {position:relative;width:100%;max-width:1200px;margin:0 auto;border-top:solid 2px #444;}

#bo_w .write_div {position:relative;padding:10px 20px 10px 120px;border-bottom:solid 1px #ddd;}
#bo_w .write_div:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .write_div label {display:block;position:absolute;left:20px;top:0;padding:10px 0;color:#222;font-weight:500;line-height:40px;}

#bo_w .bo_w_info {}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input {}

#bo_w .bo_w_select .select {display:block;position:relative;width:30%;height:40px;line-height:40px;text-transform:uppercase;border:1px solid #ccc;background:#fff;}
#bo_w .bo_w_select .select label {display:block;position:absolute;top:0;left:0;width:100%;padding:0;color:#666;font-weight:300;line-height:40px;text-indent:10px;}
#bo_w .bo_w_select .select label:after{position:absolute;top:0;right:0;width:38px;height:38px;padding:0;content:'';font-size:13px;color:#444;text-align:center;background:url(./img/ico-select.png) no-repeat 50% 50% #fff;}
#bo_w .bo_w_select .select select {display:block;width:100%;height:40px;opacity:0;filter:alpha(opacity=0);-ms-filter:alpha(opacity=0)/* IE 8 */;}
/*#bo_w .bo_w_select select {width:100%;height:40px;border:solid 1px #ccc;}*/

#bo_w .bo_v_option {}
#bo_w .bo_v_option:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_v_option li {display:block;float:left;text-align:left;margin:0 12px 0 0;}
#bo_w .bo_v_option li label {display:inline;position:relative;left:0;padding:0 0 0 24px;color:#666;font-weight:400;vertical-align:baseline}

#bo_w .bo_w_tit {position:relative;}
#bo_w .bo_w_tit .frm_input {}
#bo_w .bo_w_tit #btn_autosave {position:absolute;top:0;right:0;}

#bo_w .bo_w_content {padding:0 20px;}

#bo_w .wr_content.smarteditor2 iframe {background:#fff}

#bo_w .bo_w_link label {}
#bo_w .bo_w_link .frm_input {}

#bo_w #wr_password, #bo_w #wr_homepage {}

#bo_w .bo_w_flie .file_wr {position:relative;}
#bo_w .bo_w_flie .file_wr label {display:block;position:absolute;width:120px;height:40px;left:0;top:0;padding:0;color:#fff;line-height:40px;font-weight:300;text-align:center;background:#4a4c58;border:none;cursor:pointer;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#bo_w .bo_w_flie .file_wr label:hover {background:#15aacf;}
#bo_w .bo_w_flie .file_wr label input {position:absolute;width:0;height:0;overflow:hidden;}
#bo_w .bo_w_flie .file_wr input[type=text] {display:block;width:100%;height:40px;line-height:40px;text-indent:130px;border:solid 1px #ccc;}
#bo_w .bo_w_flie .frm_file {}
#bo_w .bo_w_flie .file_del {display:block;position:relative;min-width:100px;line-height:30px;}
#bo_w .bo_w_flie .file_del label {display:inline;position:relative;left:0;padding:0 0 0 24px;color:#666;font-weight:400;vertical-align:baseline}

.btn_confirm .btn_submit {width:200px;}
.btn_confirm .btn_cancel {width:200px;}


/*임시저장*/
#autosave_wrapper {position:relative}
#autosave_pop {display:none;position:absolute !important;top:44px;right:0;width:400px;height:auto !important;height:180px;max-height:180px;border:1px solid #444;background:#fff;z-index:999;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#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 {height:130px;padding:15px;list-style:none;overflow-y:scroll;border-top:1px solid #eee;border-bottom:1px solid #eee}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;background:#f6f6f6;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:12px;color:#666}
.autosave_close {cursor:pointer;width:100%;height:30px;color:#fff;font-size:12px;background:#444;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.autosave_close:hover {background:#222;color:#5bc0de}
.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}




@media screen and (max-width:1024px) {
/* 글읽기 */
#bo_v_title {padding:18px 10px;}
#bo_v_title .bo_v_tit {font-size:22px;}

#bo_v_info .profile_info {margin:18px 0 0 0;}
#bo_v_info .profile_info ul li {margin:0 16px 0 0;}
#bo_v_info .profile_info ul li strong {margin:0 8px 0 0;}

#bo_v_share {margin:0 10px;}

#bo_v_file {margin:0 10px 10px 10px;}
#bo_v_link {margin:0 10px 10px 10px;}

#bo_v_top {margin:0 10px;}

#bo_v_bot {margin:0 10px;}

.bo_v_com {margin:20px 10px;}

.cmt_btn {margin:30px 0 0 0;padding:0 10px;}
.cmt_btn span.cmt_more {margin:5px 0 0 0;}

.bo_vc_w {margin:0 10px 30px 10px;}
.bo_vc_w_info {padding:12px 10px;}

.bo_vc_login {margin:0 10px 30px 10px;}

/*카테고리*/
#bo_cate {width:auto;margin:0 10px 36px 10px;}
#bo_cate h2 {margin:0 0 24px 0;font-size:30px;}
#bo_cate ul li a {padding:0 16px;font-size:14px;line-height:50px;}

/* 리스트 */
#bo_list h2 {margin:0 10px 24px 10px;;font-size:30px;}

#bo_btn_top {margin:0 10px 10px 10px;}

.bo_fx {margin:0 10px;}
}




@media screen and (max-width:768px) {
/* 글읽기 */
#bo_v_title {padding:16px 40px 16px 10px;}
#bo_v_title .bo_v_tit {font-size:18px;line-height:24px;}

#bo_v_info .profile_info {margin:12px 0 0 0;}
#bo_v_info .profile_info ul li {margin:0 12px 0 0;}
#bo_v_info .profile_info ul li strong {margin:0 6px 0 0;}

#bo_v_share .btn_scrap {padding:0 8px 0 28px;background:url(./img/icon_folder_add.png) no-repeat 8px 50%;}

#bo_v_sns li {width:40px;}
#bo_v_sns li span {display:none;}

#bo_v_con {padding:0 10px;}

#bo_v_more {right:0;top:34px;}

#bo_v_act {margin:0 0 40px 0;}

#bo_v_file li .var {margin:0 8px 0 8px;}
#bo_v_file img {width:24px;height:auto;}

#bo_v_link li .var {margin:0 8px 0 8px;}
#bo_v_link img {width:24px;height:auto;}

.bo_v_nb li {padding:12px 10px 12px 30px;}
.bo_v_nb li.btn_prv {background:url(./img/arrow_up.png) no-repeat 10px 50%;}
.bo_v_nb li.btn_next {background:url(./img/arrow_down.png) no-repeat 10px 50%;}
.bo_v_nb li .nb_tit,
.bo_v_nb li .nb_date {display:none;}

.cmt_btn span.total {font-size:14px;}

.bo_vc_w_info .frm_input {float:none;width:100%;margin:0 0 10px 0}
.bo_vc_w_info #captcha {display:block;}

.bo_vc_w textarea {height:100px;padding:10px 10px;}

#bo_vc article {margin:10px 0;padding:0 10px 0 40px;}
#bo_vc article .pf_img {left:10px;}
#bo_vc article .pf_img img {width:24px;height:24px;}

#bo_vc .bo_vl_opt {right:10px;}

/*카테고리*/
#bo_cate {}
#bo_cate h2 {margin:0 0 24px 0;font-size:24px;}
#bo_cate ul {border-bottom:none;}
#bo_cate ul li {width:50%;}
#bo_cate ul li a {padding:0 10px;font-size:13px;line-height:40px;}

/* 리스트 */
#bo_list h2 {margin:0 10px 24px 10px;;font-size:24px;}

.bo_sch_wrap2 {width:auto;max-width:100%;margin:40px 10px 0 10px;}

#list_type th {display:none;}
#list_type td {padding:14px 10px;}

#list_type .td_board {display:none;}
#list_type .td_chk {display:none;}
#list_type .td_date {display:none;}
#list_type .td_datetime {display:none;}
#list_type .td_group {display:none;}
#list_type .td_mb_id {display:none;}
#list_type .td_mng {display:none;}
#list_type .td_name {display:none;}
#list_type .td_nick {display:none;}
#list_type .td_num {display:none;}
#list_type .td_num2 {display:none;}
#list_type .td_numbig {display:none;}
#list_type .td_img {width:100px;text-align:center}
#list_type .td_img img {width:80px;height:auto;}

#list_type .bo_tit {display:block;}
#list_type .bo_tit a {font-size:14px;}
#list_type .bo_tit .new_icon {width:13px;line-height:13px;}

ul.bo_tit_mobile {display:block;}





.bo_cate_link {float:none;display:inline-block;margin:0 0 4px 0;padding:0 4px;}

/*글쓰기*/
#bo_w .write_div {padding:10px 20px 10px 20px;}
#bo_w .write_div label {display:none;}

#bo_w .bo_w_select .select {width:100%;}

#bo_w .bo_w_flie .file_wr label {width:80px;}
#bo_w .bo_w_flie .file_wr input[type=text] {text-indent:90px;}

#autosave_pop {width:100%;}

.btn_confirm .btn_submit {width:49.5%}
.btn_confirm .btn_cancel {width:49.5%;}
}




@media screen and (max-width:480px) {
}