@charset "utf-8";
/*--- 기본 스타일 커스터마이징 시작 ---*/

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_gall a.btn_b01 {font-size:1.2em}
#bo_gall a.btn_b01:focus, #bo_gall a.btn_b01:hover {}
#bo_gall a.btn_b02 {}
#bo_gall a.btn_b02:focus, #bo_gall a.btn_b02:hover {}
#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */
#bo_gall a.btn_admin:focus, #bo_gall .btn_admin:hover {}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 {}
#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 {} /* 서식단계 진행 */
#bo_w .btn_submit {padding:0 20px}
#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_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 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_cate {margin-bottom:50px;}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1; text-align:center;}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block; border:1px solid #d2d2d2; margin-left:-2px;}
#bo_cate a {display:block;height:50px; line-height:50px; background:#fff; font-size:16px;}
#bo_cate #bo_cate_on {z-index:2;background:#533b93;color:#fff;}

#bo_cate ul li:first-child:nth-last-child(1), #bo_cate ul li:first-child:nth-last-child(1)~li{width:100%;}
#bo_cate ul li:first-child:nth-last-child(2), #bo_cate ul li:first-child:nth-last-child(2)~li{width:50%;}
#bo_cate ul li:first-child:nth-last-child(3), #bo_cate ul li:first-child:nth-last-child(3)~li{width:33.3333%;}
#bo_cate ul li:first-child:nth-last-child(4), #bo_cate ul li:first-child:nth-last-child(4)~li{width:25%;}
#bo_cate ul li:first-child:nth-last-child(5), #bo_cate ul li:first-child:nth-last-child(5)~li{width:20%;}
#bo_cate ul li:first-child:nth-last-child(6), #bo_cate ul li:first-child:nth-last-child(6)~li{width:16.6666%;}
#bo_cate ul li:first-child:nth-last-child(7), #bo_cate ul li:first-child:nth-last-child(7)~li{width:14.2857%;}
#bo_cate ul li:first-child:nth-last-child(8), #bo_cate ul li:first-child:nth-last-child(8)~li{width:12.5%;}
#bo_cate ul li:first-child:nth-last-child(9), #bo_cate ul li:first-child:nth-last-child(9)~li{width:11.1111%;}
#bo_cate ul li:first-child:nth-last-child(10), #bo_cate ul li:first-child:nth-last-child(10)~li{width:10%;}

@media (max-width: 1339px) {
	#bo_cate ul li {width:25% !important; margin-top:-1px;}
	#bo_cate a {font-size:115%;}
	#bo_cate ul li:first-child:nth-last-child(1), #bo_cate ul li:first-child:nth-last-child(1)~li{width:100%;}
	#bo_cate ul li:first-child:nth-last-child(2), #bo_cate ul li:first-child:nth-last-child(2)~li{width:50%;}
	#bo_cate ul li:first-child:nth-last-child(3), #bo_cate ul li:first-child:nth-last-child(3)~li{width:33.3333%;}
	#bo_cate ul li:first-child:nth-last-child(4), #bo_cate ul li:first-child:nth-last-child(4)~li{width:25%;}
}

@media (max-width: 799px) {
	#bo_cate a {font-size:105%; height:40px; line-height:40px;}
}
.td_subject img {margin-left:5px}

/* 갤러리 목록 */
#bo_gall h2 {width:1px;height:1px;margin:0;padding:0;font-size:0;line-height:0;overflow:hidden}
#gall_allchk {position:relative}
#gall_allchk .all_chk {float:left; margin-top:5px;overflow:hidden}
#gall_allchk .all_chk label {display:inline-block;margin:0 !important;width:80px;height:19px;padding-left:25px;background:url('img/input_chk.png') no-repeat 0 -19px;vertical-align:top}
#gall_allchk .all_chk label.click_on {background:url('img/input_chk.png') no-repeat 0 0}
#gall_allchk .all_chk input {position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;outline:0;z-index:9}


#bo_gall #gall_ul {margin:10px 0 0;padding:0;list-style:none;zoom:1}
#bo_gall #gall_ul:after {content:"";display:block;visibility:hidden;clear:both}
#bo_gall .gall_box {position:relative;margin:0 0 30px 0;background:#fff}
#bo_gall .gall_li .gall_chk {position:absolute;top:0;right:5px;margin:5px;width:15px;height:15px;z-index:999}

.gall_chk {position:relative}
.gall_chk label {display:inline-block;width:19px;height:19px;background:url('img/input_chk.png') no-repeat 0 -19px;vertical-align:top}
.gall_chk label.click_on {background:url('img/input_chk.png') no-repeat 0 0}
.gall_chk input {position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;outline:0;z-index:9}

.gall_row .col-gn-0,.gall_row .col-gn-1,.gall_row .col-gn-2,.gall_row .col-gn-3,.gall_row .col-gn-4,.gall_row .col-gn-5,.gall_row .col-gn-6,.gall_row .col-gn-7,.gall_row .col-gn-8,.gall_row .col-gn-9,.gall_row .col-gn-10 {position:relative;min-height:1px;padding-left:10px;*padding-left:0;padding-right:10px;*padding-right:0;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:0}
.gall_row .col-gn-0,.latest_row .col-gn-1 {width:100%}
.gall_row .col-gn-2 {width:50%}
.gall_row .col-gn-3 {width:33.33333333%}
.gall_row .col-gn-4 {width:25%}
.gall_row .col-gn-5 {width:20%}
.gall_row .col-gn-6 {width:16.66666667%}
.gall_row .col-gn-7 {width:14.28571428%}
.gall_row .col-gn-8 {width:12.5%}
.gall_row .col-gn-9 {width:11.11111111%}
.gall_row .col-gn-10 {width:10%}

.gall_row .box_clear {clear:both}

#bo_gall .gall_now .gall_text_href a {color:#ff3061}

#bo_gall .gall_con {}
#bo_gall .gall_con a {display:block; overflow:hidden;}

#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none}
#bo_gall .gall_img {text-align:center}
#bo_gall .gall_img a {display:block}
#bo_gall .gall_con a:hover .gall_img_area {border:2px solid #533b93;}
#bo_gall .gall_img img {max-width:100%;height:auto !important; width:100%;}
#bo_gall .gall_img span {display:inline-block;line-height:130px;width:100%;background:url('img/no_img.png') #eaeaea no-repeat 50% 50%;text-indent:-9999px}

#bo_gall .gall_text_href {}

#bo_gall .gall_text_href a {font-weight:normal;}
#bo_gall .gall_text_href a.bo_cate_link {position:absolute;top:0;left:0;display:inline-block;padding:5px 3px;font-size:0.92em;background:#35c4a8;color:#fff !important;font-weight:bold} /* 글제목줄 분류스타일 */
#bo_gall .gall_text_href img {margin:0 0 0 4px}
#bo_gall .bo_tit{display:block; font-size:20px; font-weight:normal; border-top:3px solid #533b93; padding-top:10px; text-align:center;}
#bo_gall .bo_tit .fa-heart {width:16px;height:16px;line-height:16px;text-align:center;color:#ff0000;padding:0 1px;vertical-align:middle}
#bo_gall .bo_tit .cnt_cmt {font-size:0.833em;height:16px;line-height:16px;margin:0 2px 0 3px;padding:0 5px;border-radius:10px;vertical-align:middle;border:1px solid #cdcdcd;background:#fff;color:#3598dc}

	@media (max-width: 1339px) {
	#bo_gall .bo_tit {font-size:140% !important;}
	}

	@media (max-width: 1199px) {
	}

	@media (max-width: 999px) {
		#bo_gall .bo_tit {font-size:130% !important;}
	}

	@media (max-width: 799px) {
		#bo_gall .bo_tit {font-size:110% !important;}
	}

	@media (max-width: 699px) {
	}


#bo_gall .profile_img img {border-radius:50%}

#bo_gall .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}
#bo_gall .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;font-weight:normal}
#bo_gall .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}
#bo_gall .bo_tit .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#6db142;text-align:center;border-radius: 2px;vertical-align:middle;margin-right:2px}
#bo_gall .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}
#bo_gall .bo_tit .fa-lock{display: inline-block;line-height: 16px;color: #999;text-align: center;vertical-align:middle;}
#bo_gall .date {font-size:16px; color:#222222;}

#bo_gall .gall_info {font-size:0.92em;line-height:20px;color:#848484}
#bo_gall .gall_info strong {display:inline-block;margin:0 0 0 10px}
#bo_gall .gall_info i {font-size:12px}
#bo_gall .gall_info .gall_date {position:absolute;bottom:10px;right:10px;display:inline-block;color:#777}
#bo_gall .gall_info .align_right {float:right}

#bo_gall .gall_img_area {position:relative;}
#bo_gall .gall_recomm {position:absolute;right:5px;bottom:5px}
#bo_gall .gall_recomm .reco {float:left;display:inline-block;margin-left:-1px;padding:5px;border:1px solid #e1e5e8;background:#fff}
#bo_gall .gall_recomm .reco_good {color:#ff0300}
#bo_gall .gall_recomm .reco_nogood {}


/* 게시판 목록 공통 */
#bo_btn_top{margin: 10px 0}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin:10px 0; 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:inline-block;float:right;margin-top:5px;padding:0 10px;line-height:22px;font-size:0.92em;color:#7e90aa;background:#fff;border-radius:3px}
#bo_list_total:after {display:block;visibility:hidden;clear:both;content:""}
.btn_bo_user {float:right; text-align:right; margin:0;padding:0;list-style:none; width:100%;}
.btn_bo_user li {display:inline-block;}
.btn_bo_user_btm {margin:0;padding:0;list-style:none}
.btn_bo_user_btm li {float:left;margin-right:5px}
.btn_bo_user_btm li.btn_align_right {float:right}
.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:#eef7f1 !important;border-bottom:1px solid #d4ecdc}
.bo_notice td a {font-weight:bold}

.bo_notice .notice_icon {display:inline-block;background:#ed6478;padding:0 3px;line-height:20px;font-weight:normal;font-size:0.92em;color:#fff}
.td_num strong {color:#000}
.bo_current {color:#e8180c}
#bo_list .profile_img {display:inline-block;;margin-right:5px}
#bo_list .profile_img img{border-radius:50%}

#search_box {clear:both; width:100%; text-align:center; display:block; overflow:hidden; padding-top:40px;}
#bo_sch {display:inline-block;;background:#fff;border-radius:3px;}
#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;padding:0px 5px; height:38px;float:left; border:1px solid #ccc;}
#bo_sch .sch_input{height:38px;border:0;padding:0px 10px;background-color:transparent;float:left; border:1px solid #ccc; margin:0px 10px;}
#bo_sch .sch_btn{height:38px;float:left;border:0;font-size:14px; background:#533b93; color:#fff; padding:0px 20px;}


@media (max-width: 699px) {
	#bo_sch {width:100%;}
	#bo_sch select {width:20%;}
	#bo_sch .sch_input {width:65%; margin:0% 1%;}
	#bo_sch .sch_btn {width:13%;float:left; padding:0;}
}
#bo_gall li.empty_list {padding:85px 0 !important;text-align:center}


/* 게시판 쓰기 */
#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:290px;height:auto !important;height:180px;max-height:180px;border:1px solid #d9dee9;background:#fff;
-webkit-box-shadow:1px 1px 5px -1px rgba(0,0,0,0.1);
-moz-box-shadow:1px 1px 5px -1px rgba(0,0,0,0.1);
box-shadow:1px 1px 5px -1px rgba(0,0,0,0.1)}
#autosave_pop:before {content:"";position:absolute;top:-8px;right:15px;width:0;height:0;border-style:solid;border-width:0 8px 8px 8px;border-color:transparent transparent #d9dee9 transparent}
#autosave_pop:after {content:"";position:absolute;top:-7px;right:15px;width:0;height:0;border-style:solid;border-width:0 8px 8px 8px;border-color:transparent transparent #fff transparent}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */

#btn_autosave {width:34px}
#btn_autosave i {display:inline-block;color:#2162d0;font-size:14px}
.autosave_div {position:relative;padding:15px}
#autosave_pop strong {display:block;text-align:left;margin-bottom:15px}
#autosave_pop div {text-align:center;margin:0 !important}
#autosave_pop button {margin:0;border:0}
#autosave_pop ul {height:112px;margin:0;border:1px solid #d9e3e9;list-style:none;overflow-y:scroll}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e6edf1;background:#f5f9fb}
#autosave_pop li:last-child {border-bottom:0}
#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;color:#999}
.autosave_close {position:absolute;top:0;right:0;width:40px;height:40px;background:none;color:#b5bdcd;font-size:1.2em;cursor:pointer}
.autosave_content {display:none}
.autosave_del {display:inline-block;padding:1px 5px;font-size:14px;background:transparent;border:1px solid #c3c3c3 !important;border-radius:3px;color:#9b9b9b}
.autosave_del:hover {color:#ffa5b0;border-color:#ffa5b0 !important}

/* 게시판 읽기 */
#bo_v {padding:0px;background:#fff; position:relative;}
#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 {border-top:3px solid #533b93; color:#533b93; margin-bottom:80px;}
#bo_v_title .bo_v_cate{display:inline-block;line-height:26px;background:#533b93; color:#fff; font-weight:normal; padding:5px 10px; margin:20px 0 0; font-size:16px;}
#bo_v_title .bo_v_tit{display:block;font-size:35px;margin:5px 0 0;word-break:break-all}

@media (max-width: 1339px) {
	#bo_v_title {margin-bottom:5%;}
	#bo_v_title .bo_v_tit {font-size:220%;}
}

@media (max-width: 1199px) {
}

@media (max-width: 999px) {
}

@media (max-width: 799px) {
	#bo_v_title .bo_v_tit {font-size:180%;}
}

@media (max-width: 699px) {
}


#bo_v_info {position: absolute; padding: 10px 0 15px; margin: 0 0 20px; color: #666; right: 0; top: 45px;}
#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}
#bo_v_info .if_view {display:inline-block;background:url('./img/icon_view.png') no-repeat 50% 50%;width:20px;height:15px;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%;width:20px;height:15px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin-right:3px}

#bo_v_info .bo_v_info_l {float:left;margin:0;line-height:35px}
#bo_v_info .bo_v_info_r {display:inline-block;position:absolute;bottom:15px;right:0;height:35px;margin:0;color:#888}
.bo_vc_btn {display:inline-block;float:left;height:35px;margin-right:3px;padding:0 10px;line-height:30px;background:#fff;border:1px solid #dedede;font-size:1em}
#copy_post {float:left;display:inline-block;height:35px;margin-right:3px;padding:0 10px;line-height:30px;background:#fff;border:1px solid #dedede;font-size:1.2em}

#bo_v_share {position:relative;display:inline-block;float:left;text-align:left;height:35px}
#bo_v_share .btn_b03 {float:left}
#bo_v_share .btn {height:35px;margin-top:-1px;line-height:30px;border-radius:0;border-color:#d5d5d5;font-size:1.2em;font-weight:normal;color:#555}
#bo_v_share .btn:hover {background:#fff}
#bo_v_share .btn i {width:15px;line-height:30px;color:#646982;text-align:center;vertical-align:top}
#bo_v_share .btn_share, #bo_v_share .btn_scrap {display:inline-block;height:35px;margin-right:3px;margin-top:0;padding:0 10px;line-height:30px;background:#fff;border:1px solid #dedede;font-size:1.2em;vertical-align:middle}
#bo_v_share .btn_scrap .sound_txt {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

.bo_v_snswr {position:relative;display:inline-block}
#bo_v_sns {display:none;position:absolute;top:45px;right:0;width:150px;padding:5px;border:1px solid #d9dee9;background:#fff;list-style:none}
#bo_v_sns h3 {padding:15px 0 10px;text-align:center;color:#161616;font-weight:bold}
#bo_v_sns ul {padding:10px;border-top:1px solid #d4d4d4;text-align:center}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns:before {content:"";position:absolute;top:-6px;right:15px;width:10px;height:10px;background:url('img/ico_arrow.png') no-repeat}
#bo_v_sns li {display:inline-block;text-align:center}
#bo_v_sns li a {padding:5px}
#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_v_opt {display:inline-block;float:right;padding:8px 10px;border:none;font-size:1.2em;background:transparent}
#bo_v_opt {display:none;position:absolute;top:45px;right:0px;width:100px;padding:0;list-style:none;background:#fff;border:1px solid #d9dee9;z-index:2}
#bo_v_opt:before {content:"";position:absolute;top:-6px;right:5px;width:10px;height:10px;background:url('img/ico_arrow.png') no-repeat}
#bo_v_opt li {border-bottom:1px solid #f1f1f1;text-align:left}
#bo_v_opt li:last-child {border-bottom:0}
#bo_v_opt li a {display:block;padding:10px}
#bo_v_opt li a i {float:right;color:#92a1af}

@media (max-width: 599px) {
	.bo_v_opt {margin-top:25px;}
}

#bo_v_file {margin:10px 0;border:1px solid #d9e3e9;background:#f5f9fb}
#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_file li {position:relative;padding:5px 10px;border-bottom:1px solid #e6edf1}
#bo_v_file li:last-child {border-bottom:0}
#bo_v_file li i {display:inline-block;margin-right:5px;padding:5px;background:#6eb15a;border:1px solid #447d34;color:#fff;border-radius:2px}
#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:10px;right:10px;color:#718b9e;font-size:0.92em}

#bo_v_link {margin:10px 0;border:1px solid #d9e3e9;background:#f5f9fb}
#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;list-style:none}
#bo_v_link li {position:relative;padding:5px 10px;border-bottom:1px solid #e6edf1}
#bo_v_link li:last-child {border-bottom:0}
#bo_v_link li i {display:inline-block;background:#fd648b;margin-right:5px;padding:5px;border:1px solid #d03663;border-radius:2px;color:#fff}
#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:10px;right:10px;color:#718b9e;font-size:0.92em}

#bo_v_btm {}
#bo_v_btm:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_btm h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_btm ul {padding:0;list-style:none}

.bo_v_com {float:right}
.bo_v_com li {float:left;margin-left:5px}

.bo_v_nb {position:relative;margin:20px 0;clear:both;text-align:left}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb a {display:inline-block;width:50.1%;border:1px solid #d9dee9;background:#fff;vertical-align:middle}
.bo_v_nb a.btn_prv {float:left;text-align:left}
.bo_v_nb a.btn_next {float:right;margin-left:-2px;text-align:right}
.bo_v_nb a i {display:inline-block;margin:15px;color:#d4d9e0;vertical-align:inherit}
.bo_v_nb .cnt_cmt {background:#fff;color:#3598dc;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:10px;vertical-align:middle;border:1px solid #cdcdcd}

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

#bo_v_img {width:100%;overflow:hidden}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {max-width:100%;height:auto;margin-bottom:20px}
#bo_v_img .view_image{display:block}

#bo_v_con {margin:10px 0 30px;width:100%;line-height:1.7em;min-height:200px;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}
#bo_v_con h3 {position:relative; font-size:35px; color:#533b93; line-height:35px; padding:15px 0; margin:105px 0 50px; text-align:left;}
#bo_v_con h3:before {position:absolute; top:0; left:0; width:300px; height:3px; background:#533b93; content:'';}

@media (max-width: 1339px) {
	#bo_v_con h3 {font-size:220%; margin:10% 0 5%;}
}

@media (max-width: 1199px) {
}

@media (max-width: 999px) {
	#bo_v_con h3:before {width:100%;}
}

@media (max-width: 799px) {
	#bo_v_con h3 {font-size:180%;}
}

@media (max-width: 699px) {
}


#bo_v_con .main_img {margin-bottom:50px;}
#bo_v_con .html {}
#bo_v_con .drawing {text-align:center;}
#bo_v_con .ldc {text-align:center;}

@media (max-width: 1339px) {
	#bo_v_con .main_img {margin-bottom:4%;}
}

@media (max-width: 1199px) {
}

@media (max-width: 999px) {
	#bo_v_con .html {overflow-x: auto;}
	#bo_v_con .html table {width:100%; min-width:900px;}
}

@media (max-width: 799px) {
}

@media (max-width: 699px) {
}

#bo_v_act {position:relative;margin-bottom:30px;text-align:center}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act a:hover {color:#ff0c05}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;margin:0 3px;padding:10px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good, #bo_v_act .bo_v_nogood {display:inline-block;margin:0 3px;padding:15px;border:1px solid #dedede;border-radius:30px}

/* 게시판 댓글 */
.cmt_btn {background:url('./img/cmt_btn.png') no-repeat 99% 7px;text-align:left;width:100%;margin:30px 0 0px;padding:0  0 10px;border:0;color:#3598dc;font-weight:bold;font-size:1.25em}
.cmt_btn_op {background:url('./img/cmt_btn.png') no-repeat 99% -20px}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {position:relative;border-top:1px solid #d9dee9;border-bottom:1px solid #d9dee9;margin-top:-1px;padding:20px 0}
#bo_vc article .profile_img img {border-radius:50%}
#bo_vc article .bo_vc_hdinfo {color:#888d92}
#bo_vc header {position:relative;padding:0;line-height:20px;background:transparent}
#bo_vc .cmt_depth header:after {content: "";position:absolute;top:5px;left:-12px;width:10px;height:10px;background:url('img/icon_reply.gif') no-repeat;background-color:transparent}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc header img {width:40px;height:40px;margin-right:10px;border-radius:50%}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {margin:10px 0 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}
#bo_vc .cmt_author {color:#f63e54;border:1px solid;padding:1px 2px;height:24px;line-height:18px;display:inline-block}

.bo_vc_act {text-align:right;margin:0;list-style:none}
.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;display:block;margin:10px 0}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea {width:100%;height:120px;margin-bottom:10px;padding:5px;border:1px solid #cfd4db;background:#fff;color:#000;vertical-align:middle}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input {float:left;border:0}
.bo_vc_w_info #wr_name {width:438px;margin-bottom:10px;margin-right:10px;border:1px solid #cfd4db;border-bottom:1px solid #cfd4db}
.bo_vc_w_info #wr_password {width:437px;margin-bottom:10px;border:1px solid #cfd4db}
.bo_vc_w_info #captcha {display:block;padding-top:10px;clear:both}

.bo_vc_w .btn_confirm {position:relative;text-align:left}
.bo_vc_w .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w #wr_secret {position:absolute;z-index:9;top:0;left:0;width:25px;height:25px;opacity:0;outline:0}
.bo_vc_w .btn_confirm .wr_secret_ck {display:inline-block;width:100px;height:19px;margin-top:10px;padding-left:25px;background:url('img/register_input_chk.png') no-repeat 0 -19px}
.bo_vc_w .btn_confirm .click_on {width:100px;height:19px;padding-left:25px;background:url('img/register_input_chk.png') no-repeat 0 0}

.bo_vc_w #captcha {float:left;margin:-1px}
.bo_vc_w #captcha #captcha_info {display:inline-block}

.bo_vc_w .btn_submit {float:right;margin:-1px;height:47px;padding:0 20px;font-weight:bold;font-size:1.083em}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}

.bo_vl_opt {display:inline-block}
.bo_vl_opt .cmt_opt {background:transparent;padding:0 15px;font-size:1.2em;border:0;;;;;;position:absolute;top:20px;right:0;text-align:right;z-index:998}
.bo_vl_act {position:absolute;top:45px;right:10px;width:100px;text-align:left;background:#fff;z-index:999}
.bo_vl_act {display:none;border:1px solid #d9dee9}
.bo_vl_act li {border-bottom:1px solid #f1f1f1}
.bo_vl_act li:last-child {border-bottom:0}
.bo_vl_act li a {display:block;padding:10px}
.bo_vl_act li i {display:inline-block;float:right;color:#92a1af}

#bo_vc_send_sns {display:inline-block;float:left}
#bo_vc_sns {display:inline-block;margin:0;padding:0;list-style:none}
#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 div {position:relative;margin:10px 0}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input {float:left;width:49.5%}
#bo_w #wr_name, #bo_w #wr_password {margin-bottom:10px}
#bo_w #wr_password, #bo_w #wr_homepage {margin-left:1%}
#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;height:30px;line-height:30px}
#bo_w .bo_w_link {margin:0 0 -1px 0}
#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;line-height:28px}
#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;line-height:28px}
#bo_w .bo_w_flie .file_wr {height:40px;padding:5px;margin:0;border:1px solid #d9dee9;background:#fff;color:#000;vertical-align:middle}
#bo_w .bo_w_flie .frm_input {margin-top:-1px}
#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 {width:100%;height:40px;border:1px solid #d9dee9}

/*글쓰기 옵션*/
.bo_w_option {position:relative}
.bo_w_option:after {display:block;visibility:hidden;clear:both;content:""}
.bo_w_option #notice {position:absolute;top:0;right:0;width:1px;height:1px;z-index:9;opacity:0;outline:0}
.bo_w_option #notice:after {display:block;visibility:hidden;clear:both;content:""}
.bo_w_option .notice_ck {display:inline-block;padding:0 5px;height:30px;line-height:28px;border:1px solid #cecedc;background:#fff;text-align:center;cursor:pointer}
.bo_w_option #secret {position:absolute;top:0;right:0;width:30px;z-index:9;opacity:0;outline:0}
.bo_w_option #secret:after {display:block;visibility:hidden;clear:both;content:""}
.bo_w_option #mail {position:absolute;top:0;right:0;z-index:9;opacity:0;outline:0}
.bo_w_option #mail:after {display:block;visibility:hidden;clear:both;content:""}
.bo_w_option .mail_ck {display:inline-block;height:30px;line-height:28px;padding:0 5px;border:1px solid #4ad193;background:#fff;color:#4ad193;text-align:center;cursor:pointer}

.bo_w_option i {display:inline-block;width:30px;height:30px;line-height:30px;font-size:1.8em;background:#fff;color:#5a5a5a;border:1px solid #cecedc;text-align:center;vertical-align:top}
.bo_w_option .click_off {color:#5a5a5a;border:1px solid #cecedc}
.bo_w_option .click_on {color:#4ad193;border:1px solid #4ad193}


/* html - 표 */
.tb01 {width:100%; border-top:1px solid #533b93;}
.tb01 thead {}
.tb01 thead tr th {font-size:15px; background:#f6f5f9; border-bottom:1px solid #533b93; padding:10px 5px; word-break:keep-all;}
.tb01 tbody tr td {text-align:center; font-size:14px;  border-bottom:1px solid #d2d2d2; padding:10px 5px; word-break:keep-all;}
.tb01 tbody tr td span.icon1, .tb01 tbody tr td span.icon2 {position:relative; top:-2px; margin:0px 3px; font-size:0; width:24px; height:25px; display:inline-block;}
.tb01 tbody tr td span.icon1 {background:url('img/pro_icon01.png') no-repeat;}
.tb01 tbody tr td span.icon2 {background:url('img/pro_icon02.png') no-repeat;}

@media (max-width: 1339px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 999px) {
	.tb01 thead tr th {font-size:105% !important;}
	.tb01 tbody tr td {font-size:100% !important;}
}

@media (max-width: 799px) {
}

@media (max-width: 699px) {
}


@media all and (max-width: 999px)
{
	.gall_row .box_clear{clear:none;}
	.gall_row .col-gn-0, .gall_row .col-gn-3, .gall_row .col-gn-4, .gall_row .col-gn-5, .gall_row .col-gn-6, .gall_row .col-gn-7, .gall_row .col-gn-8, .gall_row .col-gn-9, .gall_row .col-gn-10
	{width:33.33333333% !important;}
	.gall_row .col-gn-1, .gall_row .col-gn-2 {width:50% !important;}
}
@media all and (max-width: 699px)
{
	.gall_row .col-gn-0, .gall_row .col-gn-2, .gall_row .col-gn-3, .gall_row .col-gn-4, .gall_row .col-gn-5, .gall_row .col-gn-6, .gall_row .col-gn-7, .gall_row .col-gn-8, .gall_row .col-gn-9, .gall_row .col-gn-10
	{width:50% !important;}
	.gall_row .col-gn-1 {width:100% !important;}
}

@media all and (max-width: 400px)
{
	.gall_row .col-gn-0, .gall_row .col-gn-3, .gall_row .col-gn-4, .gall_row .col-gn-5, .gall_row .col-gn-6, .gall_row .col-gn-7, .gall_row .col-gn-8, .gall_row .col-gn-9, .gall_row .col-gn-10
	{width:100% !important;}
	.gall_row .col-gn-1, .gall_row .col-gn-2 {width:100% !important;}
}