@charset "utf-8";


/*-----------------리스트-----------------*/
#bo_webz{border-top:2px solid #121212;}
.webzin_list{width:100%; clear:both; padding:15px 0; overflow:hidden; position:relative; border-bottom:1px solid #9e9e9e; display:table;}
.webzin_list .webz_some{width:200px; text-align:center; display:table-cell}
.webzin_list .webz_con{vertical-align:top; padding:0 0 0 25px; display:table-cell}
.webzin_list .webz_con .webz_subject{font-size:20px; position:relative; font-weight:600; color:#3a3a3a; margin:0 0 10px 0; letter-spacing:-1px;}
.webzin_list .webz_con .webz_subject a:hover{color:#3a3a3a;}
.webzin_list .webz_con .webz_con_info{clear:both; font-size:13px; padding:10px 0 0 0; color:#696969; position:relative; overflow:hidden; float:right;}
.webzin_list .webz_con .webz_con_info dt{float:left; font-weight:normal; margin:0 10px 0 0;}
.webzin_list .webz_con .webz_con_info dd{font-weight:normal; float:left; margin:0 20px 0 0;}
.no_data_tit{text-align:center; padding:30px 0; border-bottom:1px solid #9e9e9e;}

.search_box{background:#f8f8f8; border-bottom:1px solid #9e9e9e; border-top:1px solid #9e9e9e; padding:12px 0;}
.search_box .txt_box{border:1px solid #9e9e9e; height:30px; line-height:28px; padding:0 5px;}

.webzin_list .td_chk {width:3%;}
.webzin_list .webz_some {width:22%;}
.webzin_list .webz_con {width:75%;}

/*-----------------글읽기-----------------*/
.writ_view_tit{overflow:hidden; border-bottom:1px solid #cdcdcd; border-top:2px solid #121212; position:relative; background:#f8f8f8;}
.writ_view_tit h4{font-weight:600; font-size:15px; padding:15px 10px; color:#1e1e1e;}
.writ_view_info{overflow:hidden; position:relative;}
.writ_view_info .writ_view_info1{overflow:hidden; width:100%; padding:10px 10px; border-bottom:1px solid #cdcdcd;}
.writ_view_info .writ_view_info1 dt{float:left; width:10%;}
.writ_view_info .writ_view_info1 dd{float:left; width:23.33333333333333%;}
.writ_view_info .writ_view_info2{overflow:hidden; width:100%; padding:10px 10px; border-bottom:1px solid #cdcdcd;}
.writ_view_info .writ_view_info2 dt{float:left; width:10%;}
.writ_view_info .writ_view_info2 dd{float:left;}
.writ_view_info .atta_file{width:100%; padding:7px 0; border-bottom:1px solid #cdcdcd; background:#f8f8f8;}
.writ_view_info .atta_file li{padding:3px 15px; font-size:13px;}
.writ_view_con{padding:30px 0; overflow:hidden; border-bottom:1px solid #cdcdcd;}

/*-----------------글쓰기폼-----------------*/
.writ_form{padding:0; overflow:hidden; width:100%; margin:0 auto; position:relative;}
.writ_con{width:100%; float:left;}
.writ_form dl.writ_list {overflow:hidden; position:relative; width:100%; border:1px solid #bebebe; margin:0 0 8px 0;}
.writ_form dl.writ_list dt{color:#686868; font-size:13px; padding:10px 0 5px 0; position:absolute; left:15px; top:0; z-index:999;}
.writ_form dl.writ_list dt span{color:#e73c00;}
.writ_form dl.writ_list dt .writ_option{display:inline-block; padding:0 0 0 20px; font-size:12px;}
.writ_form dl.writ_list dd{overflow:hidden; height:40px;}
.writ_form dl .check_area{width:100%; padding:0 0 0 120px; line-height:40px;}
.writ_form dl .check_area input{margin:0 0 -3px 0;}
.w_txt_box{border:0; background:#fff; width:100%; height:40px; line-height:40px; padding:0 15px 0 120px;}
.w_sele_box{border:0; background:#fff; width:100%; line-height:40px; padding:0 15px 0 120px; margin:10px 0 0 0; text-align:middle;}
.w_file_box{border:0; background:#fff; width:100%; position:relative; text-align:middle;}
.w_file_box input{position:absolute; top:10px; left:120px;}
.w_text_area{border-radious:5px; border:1px solid #bebebe; width:100%; overflow:hidden; margin:0 0 8px 0;}
.w_text_area textarea{width:100%; padding:15px; border:0; min-height:267px;}
.w_edit_area{border-radious:5px; width:100%; overflow:hidden; margin:0 0 8px 0;}
.w_edit_area textarea{width:100%; padding:15px; border:0; min-height:267px;}
.notice_chek{position:absolute; top:0; left:10px;}

/*-----------------버튼-----------------*/
.btn_box{padding:15px 0; clear:both; overflow:hidden;}
.btn_black{background:#333130; display:inline-block; line-height:30px; height:30px; border:0; color:#fff; font-size:14px; padding:0 13px; border:1px solid #333130}
.btn_black:hover{color:#fff !important;}
.btn_gray{background:#fff; display:inline-block; line-height:30px; height:30px; border:0; color:#3f3f3f; border:1px solid #9e9e9e; font-size:14px; padding:0 13px;}
.btn_gray:hover{color:#3f3f3f !important;}
.btn_green{background:#545454; display:inline-block; line-height:30px; height:30px; border:0; color:#fff; font-size:14px; padding:0 13px; border:1px solid #545454;}
.btn_green:hover{color:#fff !important;}
.btn_search{border:0; padding:0; margin:0;}

@media (max-width: 800px) {
	/*-----------------리스트-----------------*/
	.webzin_list{padding:15px 0;}
	.webzin_list .webz_some{display:block; width:100%; padding:0 0 20px 0; vertical-align:top;}
	.webzin_list .webz_con{width:100%; display:block; vertical-align:top; padding:0 0 10px 0;}
	.webzin_list .webz_con .webz_subject{font-size:14px; margin:0 0 10px 0;}
	.webzin_list .webz_con .td_name{font-size:13px; margin:0;}
	.webzin_list .webz_con .td_txt{display:none;}
	.webzin_list .webz_con .webz_con_info dt{margin:0 5px 0 0;}
	.webzin_list .webz_con .webz_con_info dd{margin:0 10px 0 0;}

	/*-----------------글읽기-----------------*/
	.writ_view_tit h4{font-size:14px; padding:10px;}
	.writ_view_info .writ_view_info1{padding:10px 0;}
	.writ_view_info .writ_view_info1 dt{float:left; width:25%; font-size:13px; margin:0 0 5px 0;}
	.writ_view_info .writ_view_info1 dd{float:left; width:75%; font-size:13px; margin:0 0 5px 0;}

	/*-----------------버튼-----------------*/
	.btn_black{line-height:30px; height:30px; font-size:13px; padding:0 7px;}
	.btn_gray{line-height:30px; height:30px; font-size:13px; padding:0 7px;}
	.btn_green{line-height:30px; height:30px; font-size:13px; padding:0 7px;}
}

/* 게시판 목록 공통 */
#bo_btn_top{margin: 10px 0;}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:40px;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 {display:none; float:left;line-height:30px;font-size:0.92em;color:#4e546f;}

.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 {/*background:#e6f8ff !important;border-bottom:1px solid #c3dfe8;*/}
.bo_notice td a {font-weight:bold;}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {background:#999;padding:0 15px;color:#fff;}
.btn_b01:hover, .btn_b01:hover {background:#666}
a.btn_b02,.btn_b02 {background:#6b71b2;padding:0 10px;color:#fff;}
a.btn_b02:hover, .btn_b02:hover {background:#535bb1}
a.btn_b03, .btn_b03 {background:#fff;border:1px solid #b9bdd3;color:#646982;}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {background:#fff;border:1px solid #ccc;color:#707070;}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {background:#fff;padding:0 10px;color:#333;border:solid 1px #bbb;} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#fff;background:#aaa;}

#bo_sch {/*float:left;*/clear:both;width:385px;margin:0 auto;padding:0;border:1px solid #ccc;background:#fff;}
#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select{border:0;margin:9px 5px ;height:20px;float:left;background:#fff; border:0; border-right:1px solid #ddd;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:none;}
#bo_sch .sch_input{height:38px;border:0;padding:0 0 0 5px;width:45%;background:#fff;line-height:38px;background-color:transparent;float:left;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:none;}
#bo_sch .sch_btn{height:38px;float:right;background:#999;border:0;width:40px;font-size:15px;color:#fff}
@media (max-width:767px) {
	#bo_sch {width:100%;}
}


/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;border:1px solid #bbb}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:36px;line-height:34px;padding:0 5px;min-width:36px;text-decoration:none;outline:none;background:#fff;border-radius:5px;}
.pg_page:hover{background-color:#fff;color:#15b0ff;}
.pg_start {text-indent:-999px;overflow:hidden;background:url('/img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('/img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('/img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;background:#6b71b2;color:#fff;font-weight:bold;height:36px;line-height:34px;padding:0 10px;min-width:36px;border:1px solid #6b71b2;border-radius:5px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}

.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:0;padding:5px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}


/* 게시판 읽기 */

#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 {}
#bo_v_title .bo_v_cate{display:none;/*display:inline-block;*/line-height:26px;background: #3497d9;color: #fff;font-weight: bold;border-bottom:1px solid #1977b5;padding:0 10px;border-radius:3px;
-webkit-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
box-shadow: inset 0 2px 5px rgb(33, 135, 202);
}
#bo_v_title .bo_v_tit{display:block;font-size:1.2em;padding:15px 10px;/*margin:5px 0 0;*/word-break:break-all;background:#fafafa}

#bo_v_info {padding: 10px 0 15px;margin:0 0 20px;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 strong {display:inline-block;margin:0 10px 0 0;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}
#bo_v_info .profile_img {}
#bo_v_info .profile_img img{border-radius:50%}
#bo_v_info .sv_member{color:#000;padding-left:10px;}
#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;font-style:italic;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;word-break:break-all}

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

.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 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{display:none;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}


/* 쓰기 버튼 */
#bo_w .btn_confirm {text-align:center;} /* 서식단계 진행 */
#bo_w .btn_submit {padding:0 40px;background:#1589ff;}
#bo_w .btn_submit:hover{background:#1a67b5;}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {}
#bo_w button.btn_cancel {}
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {}
#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */
#bo_w button.btn_frmline {}


/*글쓰기*/
#bo_w .write_divBox{border-top:solid 3px #222;}
#bo_w .write_divBox .line{padding-bottom:15px;border-bottom:solid 1px #ddd;}
#bo_w .write_div{position:relative;margin:15px 0;}
#bo_w .bo_w_info label, #bo_w .bo_w_tit label, #bo_w .bo_w_select label{display:inline-block !important;width:90px;margin:0;padding:0;font-size:15px;line-height:40px;}
#bo_w .bo_w_info label strong, #bo_w .bo_w_tit label strong, #bo_w .bo_w_select label strong{visibility:hidden;color:#ff0000;}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:"";}
#bo_w .bo_w_info .frm_input{/*float:left;*/width:350px;}
#bo_w #wr_password{/*margin:0 0.5%*/  }
#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;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;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;background:#eee;text-align:center;color:#888}
#bo_w .bo_w_flie .frm_file{padding-left:50px;}
#bo_w .bo_w_flie .file_wr{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{}
#bo_w .bo_w_select select{border:1px solid #ccc;height:40px;}
#bo_w .bo_w_select select.selectbox{width:200px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url('./img/s_arrow.gif') no-repeat 95% center #fff;}
#bo_w .bo_w_select select.selectbox::-ms-expand{display: none;}

#bo_cate {margin:0 0 15px 0;}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {overflow:hidden;}
#bo_cate ul:after {display:block; clear:both; content:""; height:0;}
#bo_cate li {float:left; padding:2px;}
#bo_cate a {display:block;box-sizing:border-box;padding:10px 15px; font-size:16px;background:#e6e6e6; color:#5a5a5a;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;}
#bo_cate #bo_cate_on {z-index:2;background:#42a3ac; color:#fff; font-weight:600;}
.td_subject img {margin-left:5px}