@charset "utf-8";

/* 기본테이블 */
.tbl_wrap table { width:100%;border-collapse:collapse;border-spacing:0; padding:10px 0 0 0; }
.tbl_wrap caption {padding:10px 0; text-align:left}
.tbl_head {margin:0 0 10px; } 
.tbl_head caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head thead { width:100%; line-height:50px; top:0; margin-bottom:20px; text-align:center; border-top:2px #222 solid; border-bottom:1px #ccc solid; }

.tbl_head thead th { font-size:18px; font-weight:500; line-height:50px; text-align:center; background:#F8F8F8; }
.tbl_head tr { transition: all 0.3s ease; }
.tbl_head tr:hover { background:#f2f9ff; transition: all 0.3s ease; }
.tbl_head td {font-weight:400; font-size:17px; padding:12px 5px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; word-break:break-all; }


/* 게시판 폼 테이블 */
.tbl_frm { margin:0 0 20px; }
.tbl_frm table { width:100%;border-collapse:collapse;border-spacing:0;  }
.tbl_frm th { width:130px; min-width:130px; font-weight:400;padding:0 13px; text-align:right; border-bottom:1px #e5e5e5 solid; }
.tbl_frm th label { font-size:15px; }
.tbl_frm td { display:inline-block; width:100%; padding:10px 10px; background:transparent;border-bottom:1px #e5e5e5 solid; }
.tbl_frm input, .frm_input { height:46px; padding:4px 10px; }
.tbl_frm select, .frm_input { height:46px; padding:0 15px; border:1px solid #ccc; }
.tbl_frm textarea, .frm_input { border:1px solid #ccc; padding:10px; line-height:24px; }
.tbl_frm textarea { padding:10px; width:100%;height:100px; }
.frm_input { height:46px; padding:0 4px; }
.tbl_frm .agreefrm { width:100%; height:80px; margin:15px 0 0; padding:10px; line-height:20px; color:#555; border-radius:2px;}
.tbl_frm .agreetext { display:inline-block; padding:10px 0 30px 0; }
.tbl_frm a {text-decoration:none}
.tbl_frm .frm_file { text-align:left; }
.tbl_frm .frm_info {display:block;padding:0 0 5px; line-height:20px}

@media only screen and (max-width:1024px){
	.tbl_frm th { width:90px; min-width:90px; }
	label .checkbox {display:inline-block;font-size: 15px;vertical-align: bottom;}
	label .checkbox .span {margin-right: 15px;}
}

/* 코멘트 폼 테이블 */
.tbl_frm_co { margin:20px 0; padding:20px; border:1px #e1e1e1 solid; background:#fafafa; }
.tbl_frm_co table { width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm_co th { width:110px; padding:2px 15px 0 0; text-align:left; font-weight:500; color:#444; letter-spacing:-0.03em; }
.tbl_frm_co td { padding:2px 0px;border-top:0px solid #e9e9e9;border-bottom:0px solid #e9e9e9;background:transparent}
.tbl_frm_co input, .frm_input {  height:34px; padding:4px; vertical-align:middle;line-height:2em; }
.tbl_frm_co select, .frm_input {  height:34px; padding:4px; border:1px solid #ccc; padding:2px 0; vertical-align:middle;line-height:1.7em; }
.tbl_frm_co textarea, .frm_input { border:1px solid #ccc; padding:10px; vertical-align:middle;line-height:1.7em; }
.tbl_frm_co textarea { width:98%;height:104px; padding:10px; font-size:15px; }
.tbl_frm_co a {text-decoration:none}
.tbl_frm_co .frm_file {display:block;margin-bottom:0px}
.tbl_frm_co .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

@media only screen and (max-width:1024px){
	.tbl_frm_co { margin:20px 0; padding:10px; border:1px #e1e1e1 solid; background:#fafafa; }
	.tbl_frm_co th { width:70px; padding:2px 5px 0 0; text-align:left; font-size:15px; }
	.tbl_frm_co .frm_input {  width:100%; height:34px; padding:4px;}
	.tbl_frm_co input, .checkbox { display:inline-block; width:20px; height:20px; margin:0px 6px 0 0; }
	.tbl_frm_co textarea { display:inline-block; width:100%;height:104px; padding:0px; font-size:13px; }
	.tbl_frm_co label {  font-size:15px; }
}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required { background:url('') #fff top right no-repeat !important}

/* 버튼 */
a.btn,.btn{  line-height:30px; padding:0 10px; text-align:center; font-weight:500; border-radius:2px;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

a.btn_co,.btn_co{text-decoration:none;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}


/* 글쓰기 버튼 */
.btn_confirm { text-align:center; margin:20px 0; padding:40px 0; } 
.btn_submit { padding:8px 40px;border:0; background:#000;color:#fff; border:1px #000 solid; letter-spacing:0em;cursor:pointer; font-weight:bold; }
.btn_submit:hover { background:#fff; color:#000; }
.btn_submit_co input { width:107px; height:107px; border:0; background:#eee; color:#000; cursor:pointer;   font-weight:bold; }

@media only screen and (max-width:768px){
	.btn_submit_co { width:70px; height:107px; }
	.btn_submit_co input { margin-left:9px; width:70px; height:107px; font-weight:bold; }
}

.btn_cancel {  display:inline-block;padding:8px 40px; }
a.btn_cancel {display:inline-block;padding:8px 40px; background:#fff;color:#444; border:1px #444 solid; text-decoration:none; }
a.btn_cancel:hover { background:#fff;color:#444; border:1px #000 solid; }

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block; padding:0 20px; height:40px; line-height:40px; border:1px solid #ccc; background:#fafafa; color:#000; text-decoration:none; }
a.btn_b01:focus, .btn_b01:hover {text-decoration:none;  background:#eee; border:1px solid #999;}
a.btn_b02 {display:inline-block; padding:0 20px; height:40px; line-height:40px; border:1px solid #000; background:#000; color:#fff; text-decoration:none;  }
a.btn_b02:focus, .btn_b02:hover {text-decoration:none; background:#fff; color:#000; border:1px solid #000;}
a.btn_b03 {display:inline-block; padding:0 20px; height:40px; line-height:40px; border:1px solid #ccc; background:#4b545e; color:#fff; text-decoration:none; }
a.btn_b03:focus, .btn_b03:hover {text-decoration:none;  background:#eee; border:1px solid #999;}
.btn_b04 {display:inline-block; padding:0 20px; height:40px; line-height:40px; border:1px #ccc solid; background:#fff; color:#000 ; text-decoration:none; }
.btn_b04:focus, .btn_b04:hover {text-decoration:none;  background:#eee; border:1px solid #999; }
a.btn_admin {display:inline-block; padding:0 15px; height:47px; line-height:47px; border:1px solid #314585; background:#314585; color:#fff; text-decoration:none; } 
a.btn_admin:hover { background:#152a6f; }
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
a.btn_admin1 {display:inline-block; padding:0 15px; height:47px; line-height:47px; background:#FF0000; color:#fff; text-decoration:none; } 
a.btn_admin1:hover { background:#FF0000; }
a.btn_admin1:focus, a.btn_admin1:hover {text-decoration:none}
a.btn_excel {display:inline-block; margin-left:3px; padding:0 15px; height:47px; line-height:47px; background:#273CA5; color:#fff; text-decoration:none; } 
a.btn_excel:hover { background:#273CA5; }
a.btn_excel:focus, a.btn_admin1:hover {text-decoration:none}

/* 게시판 목록 */
#bo_list { margin:0 0 40px 0; text-align:center}
#bo_list .td_1 {width:100px; }
#bo_list .td_2 { width:30px;}
#bo_list .td_3 { width:150px;}
#bo_list .td_4 { width:100px; }
#bo_list .td_5 {width:180px;}
#bo_list .td_6  { width:'*'; }
#bo_list .td_7 { width:280px; }
#bo_list .td_8 { width:180px;}
#bo_list .td_9 { width:100px;}
#bo_list .td_date {width:150px; }
#bo_list .td_datetime {width:150px; }
#bo_list .td_hit { width:90px;}
#bo_list .td_good {width:50px; }
#bo_list .td_nogood {width:50px; }
#bo_list .td_file {width:80px; }
#bo_list .td_by {width:90px; }
#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}


#device_mobile_list { display:none; }

@media only screen and (max-width:1024px){
	#device_pc_list { display:none; }
	#device_mobile_list { display:block; }
}


@media only screen and (max-width:1024px){
	#bo_list { margin:0 0 40px 0;text-align: center;font-size:16px;}
	#bo_list .td_2 { width:30px;}
	#bo_list .td_3 { width:15%;}
	#bo_list .td_4 { width:10%; }
	#bo_list .td_6  {width:'*';text-align: left;padding: 0 15px}
	#bo_list .td_6  { width:35%; }
	#bo_list .td_8 { width:15%;}
	a.btn_b02 {display:inline-block; font-size:15px; padding:0 10px; height:30px; line-height:30px; border:1px solid #000; background:#000; color:#fff; text-decoration:none;  }
	a.btn_b02:focus, .btn_b02:hover {text-decoration:none; background:#fff; color:#000; border:1px solid #000;}
}

/* 진행상태 */
.se { display:block;width:80px; background:#EA0626; color:#fff; border-radius:2px; padding:0 10px; font-family:'Noto Sans Kr'; font-weight:400; font-size:13px; line-height:24px; letter-spacing:-0.02em;}
.st { display:block;width:80px; background:#fff; color:#EA0626; border:1px #EA0626 solid; border-radius:2px; padding:0 10px; font-family:'Noto Sans Kr'; font-weight:400; font-size:13px; line-height:24px; letter-spacing:-0.02em;}

/* 웹페이지 목록 */ 
#bo_list .webpage { height:auto !important; margin:10px 0; }
#bo_list .webpage img {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_l_img { width:100%;overflow:hidden;zoom:1;text-align:center;}
#bo_l_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_l_img img { margin-bottom:10px;max-width:100%;height:auto; }
.comingsoon { text-align:center; padding:100px 0; }
.icon_reply { font-size:22px; color:#EA0626; }

/* 갤러리 목록 */
#gall_allchk { padding:10px 0 10px 10px; font-weight:bold; border-top:1px #e1e1e1 solid; }


/* 게시판 목록 공통 */
.bo_fx { margin:25px 0;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; margin-top:10px;}
.bo_list_total .list_rss { margin-right:10px; }
.bo_list_adm { float:right;}
.bo_list_adm .fa { line-height:35px; }
.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 {font-size:14px; line-height:19px; padding:5px 10px;text-align:center;font-weight:300;border-radius:2px;border:1px solid #314585; background:#314585;color:#fff;text-decoration:none;vertical-align:middle; letter-spacing:-0.05em;}
.btn_bo_adm input:hover { background:#152a6f; cursor:pointer;}
.bo_notice td {background:#f5f6fa}
.bo_notice td a {font-weight:bold}
.td_num strong {color:#000}
.bo_cate_link { display:block; padding:0 10px 0 0; line-height:16px; border-right:1px #ccc solid; } 
.bo_cate_link a { color:#3e47ff; }
.bo_current {color:#e8180c}
.bo_icon_new { padding:0px 5px 1px 3px; line-height:17px; border-radius:2px; margin-left:5px; background:#2090f9; color:#fff; font-size:14px; font-family:'tahoma';}
.bo_icon_secret { position:relative; top:2px; margin-left:5px; }
.bo_secret { display:block; padding:0 10px; line-height:16px; border-left:1px #ccc solid; border-right:1px #ccc solid; }
.comingsoon { text-align:center; padding:100px 0;}
#bo_list .cnt_cmt { color:#ea0626; font-size:20px; font-family:'arial'; }

#bo_sch { float:right; width:400px; border:1px solid #ccc; background:#fff; border-radius:3px; border-right:none;}
#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; width:27%; height:45px;float:left; padding:0 6px; border-right:1px solid #ccc; }
#bo_sch .sch_input { display:block; width:56%; height:45px; margin:0;border:0;padding:0 10px;background-color:transparent; float:left; outline: none;}
#bo_sch .sch_btn { width:60px; height:45px; margin:0 1px 0 0; float:right; background:#152A6F; color:#fff; font-size:17px; border:0; }

@media only screen and (max-width:794px){
#bo_sch { width:300px;}
#bo_sch select { width:27%; }
#bo_sch .sch_input { width:50%; }
.bo_list_adm { display:none;}
}


#bo_cate {width: 100%;height: 50px;line-height: 47px; margin-bottom: 28px;font-weight:400; border-bottom: 0px #ccc solid; }
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul { display: flex;width: 100%;height: 50px;padding: 0;margin: 0;}
#bo_cate li {flex: 1;list-style: none;height: 50px;border: 1px #ccc solid;margin-right:-1px;display: flex;}
#bo_cate li:last-child {margin-right: 0;}
#bo_cate li a {flex: 1;display: flex;align-items: center;justify-content: center;padding: 4px 10px 0 10px;text-align: center;cursor: pointer;transition: 0.3s;box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#bo_cate li a:focus, 
#bo_cate li a:hover, 
#bo_cate li a:active {background: #1036b0;color: #fff;text-decoration: none;}
#bo_cate #bo_cate_on {background: #1036b0;color: #fff;}

/* 게시판 쓰기 */
#bo_w { margin:0 auto; text-align:left; }
#bo_w header { display:block; position:relative; line-height:52px; top:0; margin-bottom:20px; text-align:center; border-top:2px #222 solid; border-bottom:1px #ccc solid; font-size:17px; font-weight:500;}
#char_count_desc {display:block;margin:0 0 5px;padding:0; }
#char_count_wrap {margin:5px 0 0;text-align:right; width: }
#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 {margin:0;padding:0;border:0;background:transparent}
#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
#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_w  label { font-size:1.05em; }
#bo_w .write_div{ margin:3px 0 0;position:relative; }
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input{float:left;width:33%}
#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:45px;line-height:45px;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:45px;line-height:45px;width:40px;background:#eee;text-align:center;color:#888; border:1px solid #ccc;}
#bo_w .bo_w_flie .frm_file{ padding-left:50px; line-height:40px; }
#bo_w .bo_w_flie .file_wr{ border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px; height:45px;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:1.05em;color:#7d7d7d}
#bo_w .bo_w_select select{border:1px solid #3497d9;height:40px;border-radius:3px}

@media only screen and (max-width:1024px){
	#bo_w .bo_w_flie .frm_file{ width:100%; height:35px; margin-top:0px;}
}

/* 게시판 읽기 */
#bo_v { margin:30px 0; padding-bottom:20px; font-weight:400; }
#bo_v header { display:inline-block; position:relative; width:100%; top:10px; border-top:2px #bbb solid; }
#bo_v header .header_subject { display:flex; width:100%; font-size:18px; height:70px; line-height:75px; }
#bo_v header .header_subject .if_tit { float:left; width:10%; text-align:center; background:#f5f5f5; border-left:1px #ddd solid; border-right:1px #ddd solid; border-bottom:1px #ddd solid; }
#bo_v header .header_subject .if_info { float:left; width:90%; text-align:left; padding:0 15px; border-right:1px #ddd solid;  border-bottom:1px #ddd solid; }
#bo_v header .header_info { display:flex; width:100%; font-size:18px; height:50px; line-height:50px; border-bottom:1px #ddd solid; }
#bo_v header .header_info .if_tit { float:left; width:10%; text-align:center; background:#f5f5f5; border-left:1px #ddd solid; border-right:1px #ddd solid;  }
#bo_v header .header_info .if_info { float:left; width:63%; font-size:17px; color:#777; text-align:left; padding:0 15px; }
#bo_v header .header_info .if_info1 { float:left; width:17%; font-size:17px; color:#777; text-align:left; padding:0 15px; border-right:1px #ddd solid; }

#bo_v header .header_file { display:block; width:100%; font-size:18px; line-height:50px; border-top:1px #ddd solid; }
#bo_v header .header_file .if_tit { float:left; width:10%; text-align:center; background:#f5f5f5; border-left:1px #ddd solid; border-right:1px #ddd solid; }
#bo_v header .header_file .if_info { float:left; width:90%; text-align:left; padding:0 15px; border-right:1px #ddd solid; }
#bo_v header .header_file .if_info a { margin-right:20px; font-size:16px; font-weight:400;}
#bo_v header .header_file .fa { color:blue; }

@media only screen and (max-width:1024px){
	#bo_v header .header_subject { font-size:16px; height:60px; line-height:65px; }
	#bo_v header .header_subject .if_tit { width:15%;}
	#bo_v header .header_subject .if_info { width:85%; padding:0 15px;}
	#bo_v header .header_info { display:flex; width:100%; font-size:16px;}
	#bo_v header .header_info .if_tit { width:15%;}
	#bo_v header .header_info .if_info { width:85%; font-size:16px; padding:0 15px; border-right:1px #ddd solid;}
	#bo_v header .header_info .if_info1 { width:17%; padding:0 15px;}
	#bo_v header .header_info .fa { padding:0 0 0 20px }
	#bo_v header .header_file { font-size:16px; }
	#bo_v header .header_file .if_tit { width:15%; }
	#bo_v header .header_file .if_info { width:85%; padding:0 15px;}
	#bo_v header .header_file .if_info a { margin-right:20px; font-size:16px; font-family:'s-core-dream-regular';  }
	#bo_v header .header_file .fa { color:blue; }
	#bo_v header .no_hidden { display:none;}
}
@media only screen and (max-width:794px){
	#bo_v header .header_subject { font-size:15px; height:50px; line-height:55px; }
	#bo_v header .header_subject .if_info { padding:0 10px;}
	#bo_v header .header_info { font-size:15px;}
	#bo_v header .header_info .if_info { font-size:15px; padding:0 10px; }
	#bo_v header .no_hidden { display:none;}
}



#bo_v_printwin { width:96%; margin:0 auto; margin-bottom:20px;padding-bottom:20px }
#bo_v_printwin header { display:block; position:relative; height:52px; top:0; margin-bottom:20px; text-align:left; border-top:2px #BBB solid; border-bottom:1px #DDD solid; font-weight:bold; font-size:16px; padding:15px 0 10px 0;  }

#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:10px 0;font-size:1.2em }

#bo_v_info { padding:15px 0; border-top:1px solid #ddd; color:#777; }
#bo_v_info h2 { position:absolute;font-size:0;line-height:0;overflow:hidden }
#bo_v_info span { display:inline-block; margin:0 20px 0 0; font-size:14px;}
#bo_v_info strong { display:inline-block;margin:0 6px 0 0; color:#222; font-size:14px;}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest { font-weight:bold }
#bo_v_info .if_date{float:right;margin:0;color:#888}

#bo_v_fp { display:block; float:right; position:relative; margin-top:-32px; }
#bo_v_fp a { font-size:15px; text-decoration:none; letter-spacing:-0.03em; font-weight:400;}
#bo_v_fp h2 { position:absolute;font-size:0;line-height:0;overflow:hidden }
#bo_v_fp .ps03 { float:left; padding:0 20px; height:40px; line-height:40px; margin:0 0 0 3px; border:1px #ccc solid; }
#bo_v_fp .ps03:focus, .ps03:hover {text-decoration:none;  background:#eee; border:1px solid #999;}

#bo_v_file { }
#bo_v_file h2 { position:absolute;font-size:0;line-height:0;overflow:hidden }
#bo_v_file ul { margin:0;padding:0;list-style:none }
#bo_v_file li { padding:12px 0 10px;border-top:1px solid #DDD; background:#fff; font-size:14px;}
#bo_v_file li strong { display:inline-block;margin:0 3px 0 0; color:#222; }
#bo_v_file a {padding:8px 0 7px;width:100%; color:#777; }
#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 { display:inline-block;margin:0 0 3px 16px; color:#999; }

#bo_v_link {}
#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li { padding:12px 0 10px;border-top:1px solid #DDD; background:#fff; font-size:14px; }
#bo_v_link li strong { display:inline-block;margin:0 3px 0 0; color:#222; }
#bo_v_link a {padding:8px 0 7px;width:100%;color:#777; }
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px; color:#999; }

@media only screen and (max-width:1024px){
	.divice_mobile { display:none; }
	#bo_v_fp { display:none; }
	#bo_v_fp1 { display:none; }
	#bo_v_file li { padding:5px 0 3px;border-top:1px solid #DDD; background:#fff; font-size:14px;}
	#bo_v_link li { padding:5px 0 3px;border-top:1px solid #DDD; background:#fff; font-size:14px; }
 }

#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_top ul {margin:0;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 {margin:0;padding:0;list-style:none}

.bo_v_nb {float:left; }
.bo_v_nb li {float:left; margin-right:5px; }
.bo_v_com {float:right; }
.bo_v_com li {float:left;margin-left:5px; }

@media only screen and (max-width:768px){
	#bo_v_top ul {width:100%; margin:0 auto; text-align:center;}
	.bo_v_nb {float:left;  }
	.bo_v_nb li {float:left;margin-right:5px;margin-top:5px;}
	.bo_v_com {float:left; }
	.bo_v_com li {float:left; margin-top:5px;margin-left:0px; margin-right:5px;}
	.bo_v_com .btn_admin1 {float:right; margin-top:5px;margin-right:0px;}
 }

#bo_v_atc { height:auto !important; border:1px #e1e1e1 solid; padding:30px 30px 55px 30px; margin:10px 0 0; background:#fff; }
#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;text-align:center;}
#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 { padding-bottom:50px;width:100%; margin:0 auto; line-height:27px;font-size:16px;font-weight:400; word-break:break-all;overflow:hidden; }
#bo_v_con a { color:#000; font-weight:500px; text-decoration:underline; }
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act { display:block; float:right; }
#bo_v_act .bo_v_act_etc { float:left; position:relative; width:203px; right:-6px;}
#bo_v_act .bo_v_act_etc img { float:left; }
#bo_v_act .bo_v_act_gng { float:left; position:relative; line-height:14px;}
#bo_v_act a .goodnum { color:#ff3061; font-size:0.93em;}
#bo_v_act a .nogoodnum { color:#2271c1; font-size:0.93em;}
#bo_v_act strong { }
#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}

@media only screen and (max-width:1024px){
	#bo_v_atc { height:auto !important; border:1px #e1e1e1 solid; padding:15px 10px 25px 10px; margin:10px 0 0; background:#fff; }
	#bo_v_con { padding-bottom:25px;width:100%; margin:0 auto; line-height:1.5em;font-size:15px;word-break:break-all;overflow:hidden; }
}

#bo_v_coun { text-align:left; border:1px #e1e1e1 solid; margin:0 0 30px 0; padding:10px 0 10px 30px; background:#f8f8f8; }
#bo_v_coun li { display:inline-block;width:100%;padding:3px 0; font-size:1.1em;  }
#bo_v_coun .info_l { display:block; position:relative; float:left; width:100px; padding:1px 0; font-weight:bold; }
#bo_v_coun .info_r { display:block; position:relative; width:300px; padding:1px 0; text-align:left; }
#bo_v_coun_btn { float:right; position:relative; padding:30px 0; margin-top:-32px; /*float:right; text-align:right; margin-top:-6px;*/}

#bo_v_prenext { display:inline-block; width:100%; padding:0; margin:0 0 20px 0; font-size:16px; }
#bo_v_prenext .v_pre { padding:13px 0; border-bottom:1px #ddd solid; }
#bo_v_prenext .v_next { padding:13px 0; border-bottom:1px #ddd solid; }
#bo_v_prenext strong { font-weight:normal; padding:0 25px; margin:0 15px 0 0; border-right:1px #ddd solid; }

@media only screen and (max-width:1024px){
	#bo_v_prenext strong { padding:0 7px 0 0; margin:0 7px 0 0; }
}


#bo_v_share{ position:absolute;margin:0 0 20px;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:0; border-radius:2px;border:1px #d5d5d5 solid;background:#fff;}
#bo_v_share .btn:hover{background:#EEEEEE}
#bo_v_share .btn i{margin-right:5px;background:#000;color:#fff;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:-50px;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_vc { margin:10px 0 10px 0; padding:25px 25px 0 25px; border:1px solid #E5E8EC; }
#bo_vc h2 { font-size:18px; padding-bottom:20px}
#bo_vc article {padding:15px 0 0;border-top:1px dotted #ccc; }
#bo_vc header { font-size:16px; position:relative; padding:0; border-top:none; }
#bo_vc header .icon_reply {position:absolute;top:27px;left:-24px}
#bo_vc .sv_wrap {margin-right:15px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest { font-weight:500; }
#bo_vc .bo_vc_hdinfo { display:inline-block; margin:0 10px 0 5px; color:#777; font-size:15px; font-weight:400;}
#bo_vc h1 { position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc a { color:#000; text-decoration:none}
#bo_vc p { margin-top:28px; padding:0 0 25px 0; line-height:23px; font-weight:400; font-size:16px;}
#bo_vc p a {text-decoration:underline}
#bo_vc_empty { font-size:15px; margin:0;padding:0px;text-align:center;position:relative; top:-40px; color:#777;}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1; position:relative; top:-13px;  font-size:12px; }
#bo_vc footer a { color:#1978e0; }
#bo_vc footer a:hover { text-decoration:underline}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc .s_cmt { text-decoration:none; color:red; }

.bo_vc_act {float:right;position:relative;z-index:7;margin-top:-35px; list-style:none;zoom:1; }
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {float:left; margin-left:10px; font-size:15px; font-weight:400; }

#bo_vc_w { position:relative;margin:0 0 10px;padding:0 0 20px;border-bottom:1px solid #cfded8}
#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_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 }

@media only screen and (max-width:1024px){
	#bo_vc { margin:10px 0 10px 0; padding:10px;border:1px solid #E5E8EC; }
	#bo_vc h2 { font-size:16px; }
	#bo_vc header { display:inline-block; width:100%; margin:10px 0 15px 0;  height:36px; font-size:16px; }
	#bo_vc .bo_vc_hdinfo { display:inline-block;  margin:0 15px 0 5px; color:#777; font-size:13px; }
	.cmt_contents { width:100%; font-size:15px; line-height:17px;margin-top:10px;}
	.bo_vc_act li { float:left; margin:15px 0 0 5px }
}