@charset "utf-8";

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_list a.btn_b01 {color:#fff;}
#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {}
#bo_list a.btn_b02 {color:#fff;}
#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 {color:#fff;}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 {color:#fff;}
#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 {text-align:center;} /* 서식단계 진행 */
#bo_w .btn_confirm .btn {width:120px; height:50px; padding:0; text-align:center; font-size:16px; font-weight:600;}
#bo_w .btn_submit {}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {line-height:50px;}
#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 {}

/* 기본 테이블 */
/* 목록 테이블 */
.tbl_wrap table {border:0; border-bottom:1px solid #aaa; border-spacing:0;}

#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th {height:auto; border-top:1px solid #aaa; border-bottom:1px solid #ccc; background-color:#fff;}
#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 {height:auto; padding:10px 0;}
#bo_list .tbl_head01 a {}
#bo_list td.empty_table {}

    @media screen and (max-width:767px) {
      #bo_list .tbl_head01 thead th {height:30px; padding:5px 0;}
      #bo_list .tbl_head01 td {height:30px; padding:5px 0;}
      #bo_list .tbl_head01 .td_chk,
      #bo_list .tbl_head01 .td_num2,
      #bo_list .tbl_head01 .td_num {display:none;}
    }

/* 읽기 내 테이블 */
#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 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#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}
#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}
#bo_list .td_date {width:60px;text-align:center;font-style: italic;}
#bo_list .td_datetime {width:60px;text-align:center;font-style: italic}
#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:hover {border-left:2px solid #253dbe} */

#bo_cate { margin-bottom:20px; }
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {display: flex;gap: 5px;}
#bo_cate li {position: relative;}
#bo_cate a {display: block;padding: 8px 20px;font-weight: 500;font-size: 14px;line-height: 20px;letter-spacing: -0.4px;border: 1px solid rgba(0, 0, 0, 0.05);background: rgb(255, 255, 255);border-radius: 30px;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {background: #efefef;}
#bo_cate #bo_cate_on {z-index:2; color: rgb(255, 255, 255);
    background: rgb(24, 26, 28);
    border: none;}

.td_subject img {margin-left:5px}

  @media screen and (max-width:767px) {
    #bo_cate ul {overflow:hidden;}
    #bo_cate li {float:left; width:33%; margin:0.15%;}
    #bo_cate a {padding:0; border:1px solid #eee; font-size:0.85em; text-align:center;}

  }
/* 게시판 목록 공통 */
#bo_btn_top{overflow:hidden; margin-bottom:10px;}
.bo_fx {margin-bottom:5px;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; font-size:13px; color:#666;}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.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 a {font-weight:bold;}

.bo_notice .notice_icon{display:inline-block;background:#4158d1;width:25px;line-height:25px;border-radius:5px;font-weight:normal;color:#fff}
.td_num strong {color:#000}
.bo_cate_link {display: inline-block;color: #3497d9;height: 20px;font-size:0.92em} /* 글제목줄 분류스타일 */
.bo_tit{display:block;color:#000;font-weight:bold;}
.bo_current {color:#e8180c}
/*#bo_list .profile_img {display:inline-block;;margin-right:2px}*/
#bo_list .profile_img img{border-radius:50%}
#bo_list .cnt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.3);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.3);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.3);}

#bo_list .bo_tit .fa-download{width:16px;height:16px;line-height:16px;background:#e89f31;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;margin-right:2px}
#bo_list .bo_tit .fa-link{width:16px;height:16px;line-height:16px;background:#ad68d8;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;margin-right:2px;font-weight: normal;}
#bo_list .bo_tit .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;border-radius: 2px;vertical-align:middle;margin-right:2px}
#bo_list .bo_tit .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;;vertical-align:middle;margin-right:2px;font-weight:normal}
#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 #a2c6ce}


#bo_sch {width:320px; margin:0 auto; border:1px solid #ccc;background:#fff;box-sizing:border-box;}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select{float:left; width:87px; height:40px; padding:0 10px; border-right:1px solid #ccc; box-sizing:border-box;}


#bo_sch .sch_input{width:190px; height:40px; padding:0 10px; border:0; float:left; box-sizing:border-box;}
#bo_sch .sch_btn{float:right; height:40px; background:none;border:0;width:40px;font-size:15px; box-sizing:border-box;}

@media screen and (max-width:767px) {
	#bo_sch {width:100%; }
	#bo_sch select{width:20%; padding:0 5px;}
	#bo_sch .sch_input{width:70%}
	#bo_sch .sch_btn{width:10%;}
}

/* 게시판 쓰기 */
#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_v {margin-bottom:20px;background:#fff; box-sizing:border-box;}

#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_title {padding:20px 0;}
#bo_v_title .bo_v_cate {display:inline-block; margin-bottom:8px; font-weight:600; color:#888;}
#bo_v_title .bo_v_cate:before {content:"[ ";}
#bo_v_title .bo_v_cate:after {content:" ]";}
#bo_v_title .bo_v_tit{display:block; font-size:28px;}

#bo_v_info {padding: 10px; background-color:#f4f4f4; border-bottom:1px solid #ddd; color:#666}
#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 dl dt,
#bo_v_info dl dd,
#bo_v_info dl a {display:inline-block; font-size:13px; font-weight:400; color:#666;}
#bo_v_info dl dd:after {content:""; display:inline-block; width:1px; height:10px; margin:0 6px 0 8px; background-color:#ccc;}
#bo_v_info dl dd:last-child:after {width:0; margin:0;}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:600; color:#333;}
#bo_v_info .profile_img {}
#bo_v_info .profile_img img{border-radius:50%}
#bo_v_info .sv_member{color:#000}
#bo_v_info .if_view{display:inline-block;background:url(./img/icon_view.png) no-repeat 50% 50%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin-right:3px}
#bo_v_info .if_comment{display:inline-block;background:url(./img/icon_comment.png) no-repeat 50% 50%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin-right:3px}
#bo_v_info .if_date{float:right;margin:0;color:#888}

#bo_v_file {margin:10px 0;border:1px solid #d4d4d4}
#bo_v_file h2 {padding:10px;background: #f3f3f3}
#bo_v_file ul {margin:0;padding:5px 0;list-style:none}
#bo_v_file li {padding:5px 10px;position:relative;}
#bo_v_file a {display:inline-block;color:#3497d9;text-decoration:underline;word-wrap:break-word}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file img {float:left;margin:0 10px 0 0}
.bo_v_file_cnt  {position:absolute;top:5px;right:10px;color:#888;font-size:0.92em}

#bo_v_link {margin:10px 0;border:1px solid #d4d4d4}
#bo_v_link h2 {padding:10px;border-bottom:1px solid #e8e8e8;background: #f3f3f3}
#bo_v_link ul {margin:0;padding:5px 0;list-style:none}
#bo_v_link li {padding:5px 10px;position:relative;}
#bo_v_link a {display:inline-block;color:#3497d9;text-decoration:underline;word-wrap:break-word}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {position:absolute;top:5px;right:10px;color:#888;font-size:0.92em}

#bo_v_top {zoom:1}
#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}

#bo_v_bot {zoom:1}
#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}

  @media screen and (max-width:767px) {
    #bo_v_title {padding:15px 0;}
    #bo_v_title .bo_v_tit{font-size:1.4em;}

    #bo_v_info dl {overflow:hidden;}
    #bo_v_info dl dt,
    #bo_v_info dl dd,{font-size:0.85em; }
    #bo_v_info dl a {font-size:1em;}
    #bo_v_info dl dt,
    #bo_v_info dl dd {float:left; line-height:1.6;}
    #bo_v_info dl dt {width:20%;}
    #bo_v_info dl dd {width:80%;}
    #bo_v_info dl dd:after {width:0; margin:0;}

    #bo_v_file li {font-size:0.8em}
  }
.bo_v_com {margin:20px 0;float:right}
.bo_v_com li {float:left;margin-left:5px}

.bo_v_left {margin:20px 0;float:left}
.bo_v_left li {float:left;margin-right:5px}

.bo_v_nb {margin:20px 0;position:relative;clear:both;text-align:left;;border-bottom:1px solid #ddd}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-top:1px solid #ddd;padding:13px;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.bo_v_nb li:hover{background:#f6f6f6}
.bo_v_nb li i{font-size:13px}
.bo_v_nb li .nb_tit{display:inline-block;padding-right:20px;color:#4567b5}
.bo_v_nb li .nb_date{float:right;color:#888}

#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_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 {width:100%;line-height:1.7em;min-height:200px; padding:30px 0; word-break:break-all;overflow:hidden; box-sizing:border-box;font-size: 14px;}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act a:hover{background-color:#f3f3f3}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good{display:inline-block;border:1px solid #000;;width:70px;height:70px;padding-top:40px;background:url(./img/icon_good.png) 25px 18px no-repeat;border-radius:50%;font-style:italic}
#bo_v_act .bo_v_nogood{display:inline-block;border:1px solid #000;width:70px;height:70px;padding-top:40px;background:url(./img/icon_bad.png) 25px 18px no-repeat;border-radius:50%;font-style:italic}

#bo_v_share{position:relative;margin:20px 0;text-align:right}
#bo_v_share .btn{padding:0 10px 0 0;color:#555;font-weight:normal;font-size:1em ;line-height:30px;height:32px;border-radius:0;border-color:#d5d5d5}
#bo_v_share .btn:hover{background:#fff}
#bo_v_share .btn i{margin-right:5px;;background:#eee;color:#333;text-align:center;width:30px;line-height:30px;vertical-align:top;}
#bo_v_share .btn_share{}
#bo_v_share .btn_share:hover{}

.bo_v_snswr{position:relative;display:inline-block;margin-left:-1px}
#bo_v_sns {display:none;position:absolute;top:-50px;left:50%;margin-left:-90px;width:180px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns:before{content: "";position: absolute;bottom: -7px;left: 84px;width: 0;height: 0;border-style: solid;border-width: 7px 6px 0 6px;border-color: #415b92 transparent transparent transparent;}
#bo_v_sns li {float:left;;width:60px;text-align:center}
#bo_v_sns li a{height:40px;padding:10px 0;}
#bo_v_sns li .sns_f{display:block;background:#415b92}
#bo_v_sns li .sns_t{display:block;background:#35b3dc}
#bo_v_sns li .sns_g{display:block;background:#d5503a}
#bo_v_sns li img{vertical-align:top}

/* 게시판 댓글 */
.wrap_comment {padding:20px; border:1px solid #ddd; background-color:#fafafa; box-sizing:border-box;}
.cmt_btn{ padding:10px; text-align:left; width:100% ; background-color:#ddd; color:#444;font-weight:400;font-size:14px;box-sizing:border-box;}
.cmt_btn:after {content:"▼"; position:relative; top:-2px; display:inline-block; margin-left:6px; font-size:6px; color:#888;}
.cmt_btn_op:after{content:"▲"; position:relative; top:-2px; display:inline-block; margin-left:6px; font-size:6px; color:#888;}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {position:relative; border-bottom:1px solid #aaa;}
#bo_vc article .profile_img img{border-radius:50%}
#bo_vc header {padding-top:20px;}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:600;color:#333;}
.bo_vc_hdinfo{float:right;font-style:italic;color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {padding:15px 0 ;line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:80px 0 !important;;color:#777;text-align:center}
#bo_vc #bo_vc_winfo {float:left}

  @media screen and (max-width:767px) {
    .wrap_comment {padding:10px 5%; }
    .cmt_btn{font-size:0.9em;}
  }

.bo_vc_act {text-align:right;margin:0;list-style:none;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {display:inline-block;}
.bo_vc_act li a{padding:0 5px;line-height:23px}

.bo_vc_w {position:relative;margin:10px 0;display:block;}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle; padding:10px;width:100%;height:120px; box-sizing:border-box;}
#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{float:right;margin-top:10px}
.bo_vc_w .btn_confirm label{display:inline-block;margin-right:10px;border-radius:3px;font-size:1.5em;text-align:center;}
.bo_vc_w .btn_submit{height:45px;padding:0 20px;font-weight:500;font-size:1.083em;}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}

#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 }


/*글쓰기*/
#bo_w {width:100%; margin:0 auto;}
#bo_w .write_div{margin:10px 0;position:relative}
#bo_w .write_div.btn_confirm {margin-top:30px;}
#bo_w .set_option {overflow:hidden; height:22px; margin-bottom:15px;}
#bo_w .set_option .set_chkbox {float:left; margin-right:20px;}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .write_div>label {display:block; font-size:14px; font-weight:600}
#bo_w .bo_w_info .frm_input{display:block; width:100%;}
#bo_w #wr_password{margin-top:10px;  }
#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;font-size:14px;}

#bo_w .bo_w_opt {display:flex; align-items: center; gap:10px}
#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:0px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;;background: #eee;text-align:center;color:#888}
#bo_w .bo_w_link .frm_input{padding-left:50px}
#bo_w .bo_w_flie .lb_icon{position:absolute;top:0px;left:0px; height:40px; line-height:40px;width:40px;background:#eee;text-align:center;color:#888}
#bo_w .bo_w_flie .frm_file{width:100%; padding-left:50px; line-height:40px;box-sizing:border-box;}
#bo_w .bo_w_flie .file_wr{border:1px solid #ccc;background:#fff;color:#000; 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{display:block; width:100%; height:40px; padding:0 5px; border:1px solid #ccc;}

/*/////////////////////////
/* PRESS 스타일 */
/*///////////////////////*/
.subject-wr {padding-bottom: 15px;border-bottom: 1px solid #d9dddf;margin: 20px 0;}
.subject-wr .sbj {width: 100%;overflow: hidden;min-height: 32px;margin: 0;padding: 0;border: 0;color: #000;font-size: 24px;word-break: break-word;word-wrap: break-word;white-space: pre-wrap;cursor: text;resize: none;outline: none;font-family: inherit;text-decoration: none;background-color: transparent;transition: none !important;-webkit-transition: none !important;-moz-transition: none !important;-ms-transition: none !important;-o-transition: none !important;}

.select-box {display: inline-block;position: relative;background: transparent;z-index: 10;transition: all .2s ease;}
.select-box.active {background: #f9fbfc;z-index: 11;}
.select-box .selected {display: block;position: relative;width: 100%;height: 36px;padding: 0 38px 0 12px;border: 1px solid #d9dddf;border-radius: 2px;color: #333;font-size: 13px;line-height: 36px;box-sizing: border-box;text-align: left;}
.select-box .selected:hover {background: #f9fbfc;color: #666 !important;text-decoration: none;}
.select-box .selected:after {content: "";position: absolute;top: 50%;right: 8px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(85,85,85,0.999)' stroke='' viewBox='0 0 10 6'%3e%3cpath fill-rule='evenodd' d='M4.986 5.995L.113.778C-.065.587-.054.289.139.111c.192-.178.493-.167.672.025l4.175 4.47L9.161.136c.178-.192.481-.202.672-.025.192.178.204.476.025.667L4.986 5.995z'/%3e%3c/svg%3e") 0 0 no-repeat;width: 10px;height: 6px;margin-top: -3px;transition: all .2s ease;}
.select-box.active .selected:after {transform: rotate(180deg);}
.select-box .select-layer {display: none;position: absolute;top: 36px;background: #fff;border: 1px solid #e3e3e3;border-radius: 2px;}
.select-box.active .select-layer {display: block;animation: fadein 0.4s ease forwards;-webkit-animation: fadein 0.4s ease forwards;}
.select-box .select-layer li {padding: 0 !important;border: 0 !important;white-space: nowrap;animation: none;}
.select-box .select-layer li a, .select-box .select-layer li button {display: block;width: 100%;padding: 10px 34px 10px 16px;box-sizing: border-box;color: #333;line-height: 1.2;text-align: left;font-size: 14px;}
.select-box .select-layer li a:hover, .select-box .select-layer li button:hover {background: #e6edfb;color: #333;text-decoration: none;}
.category-wr {position: relative;padding-bottom: 14px;z-index: 5;text-align: left;}
.category-wr .select-box {max-width: calc(100% - 100px);}
.category-wr .select-box.active, .category-wr .select-box button.selected:hover {background: transparent;font-weight:600}
.category-wr .select-box .selected {background-color: transparent;padding: 0 34px 0 0;border: 0;font-size: 16px;font-weight: bold;}
.category-wr .select-box .selected span {font-size:18px; font-weight:600}

.post-list-wr {margin: 20px 0 30px 0;}
.post-list-wr .post-section {padding: 16px 16px 16px 0;font-weight: 500;font-size: 18px;line-height: 24px;color: #1A1E27;}
.post-list-wr .post-section .post-section-title {display: flex;align-items: center;font-size: 21px;}
.post-list-wr .post-section  .post-section-desc {font-size: 14px;color: #949EAC;font-weight: normal;}

.post-list {overflow: hidden;background: #ffffff;}
.post-list a.isnotice  .post-item{background-color:#ecefff}
.post-list a:last-child .post-item  {border-bottom:none;}
.post-item  {display: flex;padding: 10px 16px;border-bottom: 1px solid #eaedf0;gap: 15px;}

.post-item .post-file {width:104px;height:65px}
.post-item .post-header {font-size: 1.25rem;align-items: center;gap: 5px;display: flex;}
.post-item .post-header .post-title {font-size: 16px;color: #1a1e27;white-space: nowrap;text-overflow: ellipsis;max-width: 560px;}
.post-item .post-header .post-cmt {color: #2c6ceb;font-weight: 600;display: block;margin-left: 4px;font-size: 14px;}

.post-info span.thumb i {font-size: 11px;color: #fff;background-color: #a8b0c1;border-radius: 50%;padding: 3px;}
.post-info {line-height: 14px;margin-top: 8px;display: flex;align-items: center;}
.post-info span {font-size: 12px;color: #949eac;display: inline-block;}
.post-info > span:not(:first-child):before {content:'\00B7';padding: 0px 5px;}
.post-info span i {font-size:14px; color:#0093ff}
.post-info span.thumb-up i {font-size:14px; color:#0093ff}
.post-info span.thumb-down i {font-size:14px; color:#ff0000}
.post-item .chk-box-wr {width: 20px;padding: 0px 10px;}
.post-item input[type=checkbox] { cursor:pointer; border-color:#ddd}
.cate-bedge {display: inline-block;height: 22px;margin: 0 6px 0 0;padding: 0 9px;border: 1px solid #00bbed;border-radius: 30px;color: #00bbed !important;font-size: 13px;font-weight: bold;line-height: 22px;vertical-align: 2px;background-color:#fff;}

.file-wr, .link-wr {margin: 0px;padding: 24px 24px 24px;border: 1px solid #eee;border-top: none;background-color: #fff;text-align: left;}
.file-wr strong, .link-wr strong {color: #333;font-size: 14px;}
.file-wr .file-allow {display: flex;justify-content: space-between;align-items: center;margin: 10px 0 20px 0;color: #8f8f8f;}
.file-wr .file-allow .file-allow-size {font-size:13px;} 
.file-wr .file-allow .file-allow-size strong{color:#ff0000;} 
.file-wr .file-allow .file-allow-ext {display: flex;gap: 5px;padding-right: 5px;}
.file-wr .file-list {margin-top: 20px;}
.file-wr .file-list li {display: flex;position: relative;background: #f8fafc;margin-top: 8px;border: 1px solid #eee;border-radius: 6px;box-sizing: border-box;}
.file-wr .file-list li:first-child {margin-top: 0;}
.filebox {display: block;position: relative;height: 45px;width: 100%;border-radius: 4px;background-color: rgba(255,255,255,0.1);box-sizing: border-box;line-height: 1.3em;}
.filebox .lbl {position: absolute;left: 0;top: 0;z-index: 1;padding-left: 55px;padding-right: 30px;font-weight: 600;vertical-align: middle;font-size: 14px;padding-top: 16px;}
.filebox .fld {position: relative;z-index: 2;margin-left: 50px;display: block;height: 100%;border-top-right-radius: 4px;border-bottom-right-radius: 4px;transition: background 0.4s ease;}
.filebox .fld:hover {background-color:rgba(255,255,255,0.2);}
.filebox .is-file-sfrm {display: block;height: 100%;position: relative;overflow: hidden;vertical-align: middle;margin: 0px;box-sizing: border-box;padding-right: 50px;}
.filebox .is-file-sfrm .is-fbtn {position: absolute;right: 0;top: 0;display: block;width: 50px;height: 100%;line-height: 1.3em;overflow: hidden;background-color: transparent;color: #FFF;font-size: 12px;border: 0px;padding: 0 0px;vertical-align: middle;box-sizing: content-box;border-left: 0;border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.filebox .is-file-sfrm .is-fbtn span {white-space: nowrap;display: inline-block;padding-left: 9999em;}
.filebox .is-file-sfrm .is-fnm {cursor: pointer;width: auto;height: 100%;position: relative;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: flex; justify-content: space-between ;line-height: 1.3em;font-size: 15px;vertical-align: middle;border: 0;align-items: center;}
.filebox .is-file-sfrm .is-fnm.no-val {background-color:#fff;color:#423d3d;padding:0px 0px 0px 10px}
.filebox .is-file-sfrm .is-fnm.in-val {background-color:#fff;color:#423d3d;padding:0px 0px 0px 10px}
.filebox input[type=file] {width: 0px;height: 0px;overflow: hidden;position: absolute;left: -9999em;top: -1em;padding: 5px 2px 1px 2px;font-size: 100%;line-height: 110%;display:none;}
.filebox .is-file-sfrm .is-fnm .is-file {display: flex;}
.filebox .is-file-sfrm .is-fnm .is-file .is-fs-org * {font-size: 13px;}
.filebox .is-file-sfrm .is-fnm .is-file .is-fs-org {display: flex;align-items: center;padding: 0px 0px 0px 10px;}
.filebox .is-file-sfrm .is-fnm .is-file .is-fs-org .org-file-name {width:100px;}
.filebox .is-file-sfrm .is-fnm .is-file .is-fs-org .chk-box {margin-left: 10px;}


.link-wr strong {color: #333;font-size: 14px;}
.link-wr input.text {height: 45px;line-height: 40px;padding:0 10px 0 50px;color: #000;font-size: 14px;transition: all .2s ease;border: 1px solid #efefef;border-radius: 3px;box-sizing: border-box;background-color: #fff;}
.link-wr .link-list {margin-top: 20px;display: flex;flex-direction: column;gap: 10px;}
.link-wr .link-list li {position:relative;}
.link-wr label {width: 43px;height: 43px;position: absolute;left: 1px;top: 1px;display: block;z-index: 1;overflow: hidden;background-color: #f9fbfc;border-right: 1px solid #ddd;}
.link-wr label i {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);font-weight: 600;font-size: 18px;}
.link-wr input[type=text]:focus, .util-wr input[type=password]:focus {border-color: initial;;box-shadow: none !important;}

.util-wr {margin-top: 20px;border: 1px solid #eee;border-top: 0;background-color:#fff;}
.util-wr dl {display: table;width: 100%;border-top: 1px solid #eee;min-height: 58px;}
.util-wr dl.norobot {min-height:80px}
.util-wr dl.comments {display: flex;}
.util-wr dl.comments dt {display: flex;align-items: center;position: relative;width: auto;padding-left: 24px;box-sizing: border-box;}
.util-wr dl.comments dt .comments_info {position: absolute;top: 30px;right: -24px;margin-top: -8px;}


.util-wr dl dt {display: table-cell;width:105px;color: #333;font-size: 14px;font-weight: bold;text-align: center;padding-left: 24px;text-align:left;}
.util-wr dl dd {display: table-cell;text-align: left;padding:0 10px;}
.util-wr dl dd label {margin-left: 5px;font-weight: 600;}
.util-wr dl dt, .util-wr dl dd {vertical-align: middle;}
.util-wr dl dt label, .util-wr dl dd label {font-size:14px;font-weight:600}
.util-wr dl dd .chk-box {display: inline-block;margin-right: 24px;}
.util-wr dl.user dt{padding-left: 24px; text-align: left;}
.util-wr dl.user dd {padding:0 10px;}
.util-wr dl.comments dt .comments_info button span {display:block;background:#c3c3c3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,0.999)' stroke='' viewBox='0 0 5.81 10.14'%3e%3cpath data-name='pass 95' d='M2.84.2A3.67 3.67 0 014 .37a2.62 2.62 0 01.88.47 1.99 1.99 0 01.55.73 2.35 2.35 0 01.19.96v.15a2.06 2.06 0 01-.33 1.15 5.83 5.83 0 01-1.02 1.11q-.4.36-.64.62a2.88 2.88 0 00-.35.48 1.23 1.23 0 00-.16.41 2.81 2.81 0 00-.03.45.3.3 0 01-.14.27.54.54 0 01-.3.1.6.6 0 01-.33-.1.31.31 0 01-.14-.28 4.22 4.22 0 01.04-.6 1.63 1.63 0 01.17-.54 3.1 3.1 0 01.38-.53 6.2 6.2 0 01.66-.65Q3.77 4.26 4 4a4.1 4.1 0 00.39-.46 1.4 1.4 0 00.2-.42 1.62 1.62 0 00.06-.44v-.1a1.39 1.39 0 00-.47-1.1 1.96 1.96 0 00-1.33-.42 2.55 2.55 0 00-1.12.22 3.59 3.59 0 00-.83.56.4.4 0 01-.3.1.42.42 0 01-.29-.16.42.42 0 01-.12-.3.41.41 0 01.15-.3A3.88 3.88 0 011.41.52 3.44 3.44 0 012.84.2zm-.22 8.3a.7.7 0 01.52.21.7.7 0 01.21.52.69.69 0 01-.2.5.7.7 0 01-.53.2.71.71 0 01-.51-.2.68.68 0 01-.21-.5.7.7 0 01.2-.51.7.7 0 01.52-.22z' fill='%23fff' stroke='%23fff' stroke-width='.4'/%3e%3c/svg%3e") 50% 50% no-repeat;background-size:8px 8px;width:16px;height:16px;border-radius:50%;font:0/0 a}
.util-wr dl.comments dt .comments_info .comm-tip {display: none;background: #fff;height: 120px;border: 1px solid #ddd;border-radius: 2px;box-shadow: 0 2px 5px rgb(0 0 0 / 10%);box-sizing: border-box;white-space: nowrap;z-index: 10;text-align: left;}
.util-wr dl.comments dt .comments_info .comm-tip .tip-body {padding: 22px 26px;}
.util-wr dl.comments dt .comments_info .comm-tip .tip-body ul li {margin-bottom: 14px;font-size: 13px;color: #888888;}
.util-wr dl.comments dt .comments_info .comm-tip .tip-body ul li strong {color: #000;padding-right: 15px;}
.util-wr dl.comments dd {display: flex;align-items: center;padding-left: 52px;box-sizing: border-box;}
.util-wr dl.comments dd .radio-box {display: inline-block;margin-right: 24px;}
.util-wr dl.comments dd .radio-box span i {top: 50%;width: 16px;height: 16px;margin-top: -8px;box-sizing: border-box;}
.util-wr dl.comments dd .radio-box span input[type=radio]:checked+i::after {width: 8px;height: 8px;margin: -4px 0 0 -4px;}
.util-wr dl.norobot {display: flex;}
.util-wr dl.norobot dt {display: flex;align-items: center;position: relative;padding-left: 24px;box-sizing: border-box;}
.util-wr dl.norobot dd {display: flex;align-items: center;padding-left: 15px;box-sizing: border-box;gap: 3px;}
.util-wr dl.norobot dd .captcha{margin:5px 0}
.util-wr dl.pwd dd {padding-left: 10px;}
.util-wr input.text, input.password {height: 40px;line-height: 40px;padding: 0 10px 0 10px;color: #000;font-size: 14px;transition: all .2s ease;border: 1px solid #efefef;border-radius: 3px;box-sizing: border-box;}
.util-wr input[type=text]:focus, .util-wr input[type=password]:focus {border-color: initial;;box-shadow: none !important;}
.frm-ico {width: 45px;height: 45px;position: absolute;left: 0;top: 0;display: block;z-index: 1;overflow: hidden;}
.frm-ico i {position:absolute; left:50%; top:50%;transform: translate(-50%, -50%);color:#dbdbdb;font-size:24px;}


.button-wr {display: flex;margin: 20px 0;gap: 5px;justify-content: center;}
.button-wr [class$=start] {float: left;position: relative;}
.button-wr [class$=end] {float: right;position: relative;text-align: right;}
.btn-default {padding: 0 16px;min-width: 60px;height: 38px;border: 1px solid #d9dddf;border-radius: 3px;color: #333;font-size: 14px;line-height: 34px;text-align: center;transition: all .2s ease;background-color: #fff;font-weight: 600;}
.btn-submit {border-color: #4279ff;color: #4279ff;font-weight: bold;}


@media screen and (max-width:767px) {
	#bo_w {width:100%;}
	#bo_w .set_option .set_chkbox {width:25%; margin:0;}
	#bo_w .write_div>label {font-size:0.85em;}
}
