@charset "utf-8";
/* 게시판 목록 */
.brd_top {margin-top:70px;}
#brd_list,#brd_view,#brd_write {width:1500px;margin: 0 auto;padding: 100px 0;}
h2.brd_subject {float: left;font-size: 30px}
.list_tb_wrap {width:100%;}
.tb_brd {width: 100%;margin:30px 0;}
.tb_brd caption {display:none}
.tb_brd thead th {padding: 15px 0;border-bottom: 1px solid #ededed;border-top: 1px solid #ccc;color: #555;font-weight: 400;font-size: 17px}
.tb_brd thead th > a {color:#555; display: block}
.tb_brd tbody td {text-align: center;padding: 15px 10px;border-bottom: 1px solid #ededed;color:#777;font-size: 15px}
.tb_brd tbody td > a {color:#777}
.tb_brd tbody td.td_subject {text-align: left}
.tb_brd tbody td.td_subject i {color:#888;}
.tb_brd tbody td p.notice {display: inline-block; background: #333; color: #fff; padding: 2px 5px;border-radius: 4px;font-size: 12px}
.cmt_num {font-size: 12px; background: #ccb080;color: #fff;padding: 3px 5px;border-radius: 3px;text-align: center;display: inline-block;line-height: 15px;margin-left: 3px}
#brd_list .txt_active {color:#5d910b}
#brd_list .txt_expired {color:#ccc}

span.new {font-size: 10px; font-weight: 600; background: #fd4242; color: #fff;padding: 2px 5px;border-radius: 4px;margin: 0 1px}
span.file {font-size: 10px; font-weight: 600; background: #014da2; color: #fff;padding: 2px 5px;border-radius: 4px;margin: 0 1px}

.th_num {width: 60px}
.th_chk {width: 30px}
.th_name {width: 120px}
.th_subject {width: 750px}
.th_date {width: 80px}
.th_view {width: 60px}

#bo_cate {clear: both;margin-top:30px}
#bo_cate ul {width:100%}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display: inline-block;text-align: center;border:1px solid #ccc;margin-right:-1px;}
#bo_cate a {display:block;cursor:pointer;padding:10px 20px}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;background: #555;color: #fff;border:1px solid #555}

.td_subject img {margin-left:3px}

/* 게시판 목록 공통 */
.bo_fx {margin-bottom:5px;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {}
#brd_list_total {float:left;padding-top:5px}
.btn_bo_user {float:right;}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.bo_notice td {background:#f9f9f9}
.bo_notice td a {font-weight:500}
.td_num strong {color:#000}
.bo_cate_link {display: inline-block; background: #333; color: #fff !important; padding: 2px 10px; margin-right: 10px;} /* 글제목줄 분류스타일 */
.bo_current {color:#e8180c}
#brd_list .cnt_cmt {display:inline-block;}

#brd_search {width: 100%;background: #f5f5f5;border: 0;padding: 30px 0;text-align: center}
#brd_search legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
.search_select {border: 1px solid #ccc;border-radius: 2px; padding: 10px 25px 10px 7px;font-family: inherit}
.search_input {border: 1px solid #ccc;border-radius: 2px;margin:0 5px; padding: 11px 15px;vertical-align: middle;width: 300px;font-size: 15px}
.btn_search {background: #73c6be;color: #fff;padding: 9px 20px;font-size:15px;display: inline-block;border-radius: 2px;cursor:pointer;-webkit-appearance: none;-moz-appearance: none; appearance: none;}
.btn_search:hover {background:#25b7aa;transition:all 0.3s ease}

/* 게시판 쓰기 */
#write_title {font-size: 24px; margin:20px 0;}
.write_tb_wrap {width: 100%}
.wr_table {width: 100%}
.wr_table tbody th {padding: 15px 0;font-size: 14px;font-weight: 400;border-top:1px solid #222}
.wr_table tbody td {padding: 15px;border-top:1px solid #ddd;}
.wr_table tbody td > #wr_link1,.wr_table tbody td > #wr_link2 {width:100%}
#chk_notice {display: inline-block;padding: 7px 10px; border-radius: 2px}

#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;top:24px;right:117px;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll}
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:right}
#autosave_pop button {border:0;background:transparent}
#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e9e9e9;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}
.autosave_close {cursor:pointer}
.autosave_content {display:none}

/* 게시판 읽기 */
#bo_v_table {display: none}

/*게시글 제목, 작성자, 작성일 등등*/
.view_info {position:relative;width: 100%; height:auto;text-align: center;overflow: hidden;border-bottom: 1px solid #ddd;padding-bottom: 30px;}
#view_title {font-size: 28px;margin-bottom:20px;width: 1024px;margin: 0 auto;line-height: 1.5}
.view_info > ul.view_user_info {width: 100%;margin-top:15px}
.view_info > ul.view_user_info > li {display: inline-block;margin:0 5px;}

.view_nav {width: 100%;	position: absolute;top:10px}
.view_nav li {position: absolute; font-size: 40px; color: #666;}
.view_nav li.left {left:0}
.view_nav li.right {right:0}

/*첨부파일영역*/
#bo_v_file {}
#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {width: 100%}
#bo_v_file li {padding:5px 20px;border-bottom:1px solid #ddd;background:#f9f9f9}
#bo_v_file a {display:inline-block;padding:5px;color:#000;word-wrap:break-word}
#bo_v_file a span.add_file {background: #97c71a;color: #fff;border-radius: 3px;font-size: 12px;display: inline-block;line-height: 20px; padding: 0 5px;}
#bo_v_file a p {display: inline-block;font-weight: 600;margin-left: 5px;}
.bo_v_file_cnt {display:inline-block;margin: 0 5px 0px 10px;}

/*관련링크*/
#bo_v_link {}
#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {width: 100%}
#bo_v_link li {padding:5px 20px;border-bottom:1px solid #ddd;background:#f9f9f9}
#bo_v_link a {display:inline-block;padding:5px;color:#000;word-wrap:break-word}
#bo_v_link a span.add_link {background: #719222; color: #fff; padding: 3px 5px; border-radius: 3px;font-size: 12px;display: inline-block;text-align: center;line-height:15px}
#bo_v_link a p {display: inline-block;font-weight: 600;margin-left: 5px;}
.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px}

#bo_v_top {margin:0 0 10px;padding:10px 0;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_bot {width: 100%}
#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 {}

.bo_v_nb {width: 100%;height: auto; overflow: hidden;}
.bo_v_nb li {display: inline-block;}
.bo_v_nb li.right {float: right}
.bo_v_com {width: 100%;height: auto;overflow: hidden;margin: 20px 0;text-align: right;}
.bo_v_com li {display: inline-block;}

#bo_v_atc {min-height:200px;height:auto !important;}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

/*게시물 본문내용*/
#bo_v_con {width: 100%;overflow: hidden; margin: 30px auto;border-bottom:1px solid #ddd; padding-bottom:50px;line-height: 2}
#bo_v_con p {line-height:2;font-size: 15px;width: 100%;word-break: break-all}
#bo_v_con img {max-width:100%;height:auto;margin-bottom:20px}

#bo_v_act {display: none}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {display: inline-block;}
#bo_v_act strong {color:#ff3061}
#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_sns {margin:0 0 20px;padding:0;;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 게시판 댓글 */
#bo_vc {width: 100%;height: auto; margin: 20px 0;border:1px solid #ddd; background: #f9f9f9;padding: 20px}
#bo_vc div.com_area {width: 100%; padding: 0 10px; box-sizing: border-box;position: relative;border-top: 1px solid #dedede;}
#bo_vc div.com_area:first-child {border-top:0;}
#bo_vc .user_name {position:relative;float: left;padding:10px 0;}
#bo_vc .user_name > i {position:absolute;top:12px;left:-15px}
#bo_vc .user_name > .member {font-weight: 600}
#bo_vc p.comment {padding:10px;margin: 0 100px 0 200px;line-height: 1.7;text-align: justify;}
#bo_vc p.comment > i {font-size: 14px;color: #555;}
#bo_vc .sv_wrap {margin-right:15px}
.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px;font-size: 12px;}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc_empty {margin:0;padding:20px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {position: absolute; top: 10px; right: 10px;}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}

.bo_vc_act {float:right;margin:0;;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {float:left;margin-left:5px}
.bo_vc_act li a {padding: 5px; border-radius: 3px; font-size: 17px; color: #7e6b5a;}


/*댓글쓰기*/
#bo_vc_w {position:relative;margin:0 0 10px;padding:0 0 20px;border-bottom:1px solid #cfded8}
#bo_vc_w #char_cnt {display:block;margin:0 0 5px}

#bo_vc_sns {;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 20px 0 0}
#bo_vc_sns input {margin:0 0 0 5px}

.view_cmt_wrap {width: 100%;position: relative;border: 1px solid #e8e8e8;height:auto;overflow:hidden;margin:10px 0;}
.cmt_box {width: 100%;display: table;background: #fff;}
.cmt_box h2 {width: 120px; background: #f5f5f5;text-align: center;display: table-cell;vertical-align: middle;font-size:13px}
.wr_inner {padding: 10px 20px;}
.wr_inner > label {padding-right:5px;}
.wr_inner > input {margin-right: 20px;}
.wr_textarea {width: 100%;padding: 10px 20px;display: inline-table;}
.wr_textarea textarea {width: 85%; float: left;margin-right: 10px;min-height: 60px;}
/*대댓쓰기*/
h2.com_title {font-size: 17px; padding:20px 0;}

@media screen  and (max-width:1500px) {
	#brd_list, #brd_view,#brd_write {width:100%;padding:50px 10px}
}

@media screen  and (max-width:1024px) {
	#view_title {width:900px;font-size:24px}
}

@media screen  and (max-width:768px) {
	#view_title {width: 600px;margin: 10px auto;font-size: 22px;line-height: 1.7;text-align: center}
	.tb_brd thead th,.tb_brd tbody td {font-size:13px}
}
@media screen  and (max-width:570px) {
	#bo_v_file li {font-size:12px;padding:5px}
	#bo_v_file li span {display: none}
}
@media screen  and (max-width:414px) {
	h2.brd_subject {width: 100%;float: none;text-align: center;font-size:28px}
	#brd_search input[type="text"] {width: 150px;font-size:12px}
	.search_select {width:100px;min-width: auto;font-size:12px}
	.btn_search {font-size:12px}
	.th_num,.th_view,.td_num,.td_num,.th_date,.td_date {display: none}

	#view_title {width: 300px;font-size: 17px}
	.view_nav {bottom:50px;top:inherit}
	.view_nav li {font-size:20px}

	.wr_table,.wr_table tbody,.wr_table tbody tr,.wr_table tbody th,.wr_table tbody td {display: block}
	.wr_table tbody th,.wr_table tbody td {padding:15px 0}
	.wr_table tbody td .input_normal {width: 100%;margin-bottom:10px}

	.tb_brd tbody td {font-size:12px}
}

@media screen  and (max-width:375px) {
	.search_select {width:80px;padding:5px 10px}
	#brd_search input[type="text"] {width: 100px;padding:7px 5px}
	.btn_search {padding:5px 15px}
}
