@charset "utf-8"; 

/* 게시판 버튼 */
.bbs + .bbs { margin-top: 20px; }
.bbs .btn {}
.bbs .btn_submit { background: #3f4553; color: #fff; }
.bbs .btn_submit:hover {} 
.bbs .btn_cancel { background: #a0a0a0; color: #fff; }
.bbs .btn_cancel:hover {} 
.bbs .btn_frmline { background: #9eacc6; color: #fff; }
.bbs .btn_frmline:hover {} 
.bbs .btn_scrap { background: #eee; }
.bbs .btn_scrap:hover {} 

/* 목록 버튼 */
#bo_gall .btn_b01, 
#bo_gall .btn_b02, 
#bo_gall .btn_admin { background-color: #3f4553; border-color: #3f4553; color: #fff; }
#bo_gall .btn_b01:focus, 
#bo_gall .btn_b01:hover, 
#bo_gall .btn_b02:focus, 
#bo_gall .btn_b02:hover, 
#bo_gall .btn_admin:focus, 
#bo_gall .btn_admin:hover {}
#bo_gall .btn_b01 {}
#bo_gall .btn_b01:focus, 
#bo_gall .btn_b01:hover {}
#bo_gall .btn_b02 {}
#bo_gall .btn_b02:focus, 
#bo_gall .btn_b02:hover {}
#bo_gall .btn_admin { background-color: #3f4553; border-color:#3f4553; color: #fff; } /* 관리자 전용 버튼 */
#bo_gall .btn_admin:focus, 
#bo_gall .btn_admin:hover { background-color: #3f4553; border-color: #3f4553; color: #fff; }

/* 읽기 버튼 */
#bo_v .btn_b01, 
#bo_v .btn_b02, 
#bo_v .btn_admin { background-color: #3f4553; border-color: #3f4553; color: #fff; font-size: 12px;}
#bo_v .btn_b01:focus, 
#bo_v .btn_b01:hover, 
#bo_v .btn_b02:focus, 
#bo_v .btn_b02:hover, 
#bo_v .btn_admin:focus, 
#bo_v .btn_admin:hover {}
#bo_v .btn_b01 {}
#bo_v .btn_b01:focus, 
#bo_v .btn_b01:hover {}
#bo_v .btn_b02 {}
#bo_v .btn_b02:focus, 
#bo_v .btn_b02:hover {}
#bo_v .btn_admin { background-color: #333333; border-color: #333333; color: #fff; } /* 관리자 전용 버튼 */
#bo_v .btn_admin:focus, 
#bo_v .btn_admin:hover { background-color: #dc3545; border-color: #dc3545; color: #fff; }

/* 쓰기 버튼 */
#bo_w .btn_confirm { text-align: center; } /* 서식단계 진행 */
#bo_w .btn_submit {}
#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 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}

/* 필수입력 */
#bo_w .required, #bo_w textarea.required {}

#bo_w .cke_sc {}
#bo_w button.btn_cke_sc {}
#bo_w .cke_sc_def {}
#bo_w .cke_sc_def dl {}
#bo_w .cke_sc_def dl:after {}
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
#bo_w .cke_sc_def dt {}
#bo_w .cke_sc_def dd {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 게시판 분류 */
#bo_cate { clear: both; margin: 0 0 10px 0; padding: 0; }
#bo_cate h2, #bo_cate h3 { display: none; }
#bo_cate ul { clear: both; position: relative; z-index: 1; margin: 0; padding: 0; display: block; border-bottom: 1px solid #dee2e6; }
#bo_cate ul:after { content: ""; clear: both; display: block; visibility: hidden; }
#bo_cate ul li { padding: 0; margin: 0 0 -1px 0; list-style: none; float: left; }
#bo_cate ul li:first-child a { font-weight: 400; }
#bo_cate ul li a { display: block; padding: .25rem 1.25rem; border: 1px solid transparent; color: #495057; border-top-left-radius: .25rem; border-top-right-radius: .25rem; }
#bo_cate ul li a:hover { border-color: #e9ecef #e9ecef #dee2e6; background: #f2f2f2; } 
#bo_cate ul li a:focus,
#bo_cate ul li a#bo_cate_on { color: #333333; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; }
#bo_cate + #bo_btn_top > #bo_sch_toggle { display: none; }
#bo_cate + #bo_btn_top > #bo_sch_toggle + #bo_sch.toggle { display: inline-block !important; opacity: 1; visibility: visible; }

/* 게시판 목록 공통 */
#bo_btn_top { margin: 0 0 30px 0; zoom: 1;border-bottom:1px solid #ddd;padding-bottom:20px; }
#bo_btn_top:after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_fx { margin: 10px 0 0 0; zoom: 1; min-height: calc(0.75rem + 1.5em + 2px); }
.bo_fx:after { display: block; visibility: hidden; clear: both; content: ""; }

#bo_list_total {float: left;padding: .375rem .75rem;line-height: 1.5;height: auto;background-color: #fff;background-clip: padding-box;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;resize: none;margin-right: 5px;}

.btn_bo_user { float: right; margin: 0; padding: 0; list-style: none; }
.btn_bo_user li { float: left; margin-left: 5px; }
.btn_bo_user .btn_b01,
.btn_bo_user .btn_admin { padding: .375rem !important; min-width: calc(0.75rem + 1.5em + 2px); }
.btn_bo_user .btn_b01,
.btn_bo_user .btn_admin { background-color: #fff !important; color: #3f4553 !important; border-color: #ccc !important; }

.bo_fx ul { margin: 0; padding: 0; list-style: none; }
.bo_fx .btn_bo_user { float: right; }
.bo_fx .btn_bo_adm, 
.bo_fx .pg_wrap { float: left; margin: 0; padding: 0; clear: none; }
.bo_fx .btn_bo_adm { margin-right: 5px; } 
.bo_fx .pg_wrap .pg_page,
.bo_fx .pg_wrap .pg_current { border-radius: 0.25rem; margin: 0 5px 0 0; }

.btn_bo_adm { float: left; }
.btn_bo_adm li { float: left; margin-right: 5px; }
.btn_bo_adm .btn { padding: .375rem !important; min-width: calc(0.75rem + 1.5em + 2px); }

/* 갤러리 목록 */
#bo_gall { display: block; position: relative; clear: both; }
#bo_gall:after {}

#bo_gall .bo_notice { background: #f2f2f2; }
#bo_gall .bo_current { color: #c41b4c; }
#bo_gall .notice_icon { color: #c41b4c; }
#bo_gall .bo_cate_link {}
#bo_gall .cnt_cmt { color: #c41b4c; }
#bo_gall .profile_img {}
#bo_gall .profile_img img {}
#bo_gall .td_num strong { color: #000; }

#bo_gall h2 { margin: 0; padding: 0; width: 1px; height: 1px; font-size: 0; line-height: 0; overflow: hidden; }
#bo_gall #gall_ul { margin: -5px -5px -5px -5px; padding: 0; list-style: none; zoom: 1; }
#bo_gall #gall_ul:after { display: block; visibility: hidden; clear: both; content: ""; }

#bo_gall .gall_li { float: left; }
#bo_gall .gall_box { position: relative; }
#bo_gall .gall_chk { z-index: 2; position: absolute; top: 0; left: 0; width: 20px; height: 20px; line-height: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; -ms-flex-pack: center; }
#bo_gall .gall_chk input { display: block; margin: 0; }

#bo_gall .gall_con { margin: 0; padding: 0; list-style: none; }
#bo_gall .gall_con li {}
#bo_gall .gall_con .gall_subject {}
#bo_gall .gall_now .gall_text_href a {}
#bo_gall .gall_href strong, 
#bo_gall .gall_href span { display: inline-block; background: #f7f7f7; text-align: center; line-height: 10em; }
#bo_gall .gall_text_href {}
#bo_gall .gall_text_href a {}
#bo_gall .gall_text_href span {display: block;margin: 10px 0;font-size: 14px;}
#bo_gall .gall_text_href img {}

.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: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px; 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_img { position: relative; text-align: center; }
#bo_gall .gall_img a,
#bo_gall .gall_img .no_image,
#bo_gall .gall_img .is_notice { display: block; }
#bo_gall .gall_img video,
#bo_gall .gall_img img { width: 100%; height: auto !important; display: block; }
#bo_gall .gall_img .no_image { display: block; background: #eee; text-align: center; text-transform: uppercase; font-weight: bold; font-size: 1.25em; color: #777; }

#bo_gall .gall_img a { position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; z-index: 1; }
#bo_gall .gall_img a:before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; color: #fff; background: #000; opacity: 0; visibility: hidden; content: "\f03e"; font-family: 'FontAwesome'; z-index: 0; text-align: center; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; -ms-flex-pack: center; font-size: 28px; transition: opacity .2s ease-in-out; }
#bo_gall .gall_img a:hover:before { z-index: 9; background-color: rgba(0,0,0,.25); opacity: 1; visibility: visible; }
#bo_gall .gall_img a img { position: relative; z-index: 1; }

#bo_gall .gall_text_href { padding: 10px 5px 5px 5px; line-height: 1.25; }
#bo_gall .gall_text_href a {
    font-size: 17px;
    /* word-break: keep-all; */
}
#bo_gall .gall_text_href a:hover {color:#000;}
#bo_gall .gall_text_href img {}
#bo_gall .gall_name { margin: 10px; }
#bo_gall .bo_tit { color: #000; }
#bo_gall .cnt_cmt { color: #c41b4c; }

#bo_gall .bo_tit_chk { position: relative; display: inline-block; min-height: 1.2rem; padding-left: 1.2rem; }
#bo_gall .bo_tit_chk input[type="checkbox"] { position: absolute; z-index: -1; opacity: 0; }
#bo_gall .bo_tit_chk label { position: static !important; cursor: pointer; }
#bo_gall .bo_tit_chk label:before { position: absolute; top: 0; left: 0; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; background-color: #fff; border: #aaa solid 1px; border-radius: .25rem; transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
#bo_gall .bo_tit_chk label:after { position: absolute; top: 0; left: 0; display: block; width: 1rem; height: 1rem; content: ""; background: no-repeat 50%/50% 50%; }
#bo_gall .bo_tit_chk input[type="checkbox"]:checked ~ label:before { color: #fff; border-color: #99c93a; background-color: #99c93a; }
#bo_gall .bo_tit_chk input[type="checkbox"]:checked ~ label:after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

#bo_gall .bo_tit .fa {}
#bo_gall .bo_tit .xi {}
#bo_gall .bo_tit .xi-volume-up,
#bo_gall .bo_tit .fa-volume-up { color: #c41b4c; }
#bo_gall .bo_tit .xi-lock,
#bo_gall .bo_tit .xi-lock-o,
#bo_gall .bo_tit .fa-lock { color: #333333; }
#bo_gall .bo_tit .xi-new,
#bo_gall .bo_tit .xi-new-o { color: #009dda; }
#bo_gall .bo_tit .fa-heart,
#bo_gall .bo_tit .xi-heart,
#bo_gall .bo_tit .xi-heart-o { color: #c41b4c; }
#bo_gall .bo_tit .fa-heart,
#bo_gall .bo_tit .xi-heart { animation: beat .25s infinite alternate; }
#bo_gall .bo_tit .xi-download,
#bo_gall .bo_tit .fa-download { color: #4f818c; }
#bo_gall .bo_tit .xi-link,
#bo_gall .bo_tit .fa-link { color: #4f818c; }
#bo_gall .bo_tit .new_icon { color: #009dda; }

#bo_gall .gall_info { position: relative; padding: 0 5px 10px 5px; white-space: nowrap; color: #888; }
#bo_gall .gall_info:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_gall .gall_info i.fa {}
#bo_gall .gall_info strong,
#bo_gall .gall_info b { font-weight: normal; margin-right: 5px; }
#bo_gall .gall_info .gall_date { float: right; }
#bo_gall .gall_info .gall_date span {}
#bo_gall .gall_info .fa-user { display: none; }
#bo_gall .gall_info .sv_wrap .profile_img img { width: 1em; height: 1em; border-radius: 50%; }

#bo_gall #gall_ul .empty_list { margin: 0 5px !important; min-height: 300px; border: 1px solid #ddd; border-radius: 0.25rem; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: flex; align-items: center; justify-content: center; }

/* 게시판 검색 */
#bo_sch {}
#bo_sch:after {}
#bo_sch legend {}
#bo_sch select {}
#bo_sch .sch_input {}
#bo_sch .sch_btn {}
.bo_sch {}
.bo_sch:after {}
.bo_sch input[type="text"] {}
.bo_sch .btn_submit {}
.bo_sch span {}
#bo_sch {border: 1px solid #ccc;border-radius: 0.25rem;background: #fff;/* float: left; */display: block;opacity: 1;visibility: visible;width:385px;margin: 0 auto;
    -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
#bo_sch:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_sch.toggle { display: none !important; opacity: 0; visibility: hidden; }
#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: 0; float: left; border-right: 1px solid #ddd; padding: 0.375rem 1.5rem 0.375rem 0.75rem; height: calc(0.75rem + 1.5em); border-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0; }
#bo_sch .sch_input {padding: 0.375rem 0.5rem 0.375rem 1rem;height: calc(0.75rem + 1.5em);border: 0;border-radius: 0.25rem;float: left;width: 13em;font-size: 16px;}
#bo_sch .sch_btn {float: left;margin: 0;padding: 0;border: 0;width: calc(0.75rem + 0.5em);height: calc(1.2rem + 1.5em);line-height: calc(1.2rem + 1.5em);overflow: hidden;background: transparent;text-align: center;border-radius: 0.25rem;}
#bo_sch .sch_lst { border-left: 1px solid #ddd; border-top-left-radius: 0; border-bottom-left-radius: 0; background: #f5f5f5; }
#bo_sch input:focus, #bo_sch select:focus { outline: none; box-shadow: none; }
#bo_sch_toggle { float: left; margin-right: 5px; background: #fff; border: 1px solid #ccc; padding: .375rem !important; min-width: calc(0.75rem + 1.5em + 2px); }
#bo_sch_toggle + #bo_sch { float: left; }
#bo_gall > #bo_sch { position: absolute; bottom: 0; right: 0; }
#bo_gall > #bo_sch.toggle { display: inline-block !important; opacity: 1; visibility: visible; }

/* 게시판 목록 폰트 사이즈 */
#bo_gall #bo_sch,
#bo_gall #bo_btn_top,
#bo_gall #bo_list_total,
#bo_gall .btn_bo_user,
#bo_gall .bo_fx,
#bo_gall .pg_wrap .pg_page,
#bo_gall .pg_wrap .pg_current,
#bo_gall .btn { font-size: 14px !important; } 


/* 게시판 읽기 */
#bo_v { position: relative; }
#bo_v_table { display: none; }

#bo_v > header { margin: 0; height: 80px; border: 1px solid #ddd; background-color: #fff; overflow: hidden; }
#bo_v_title {margin: 0;padding: 15px 80px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 22px;color: #3f4553;/* font-family: 'SCDream','Noto Sans KR',sans-serif; */}

#bo_v_pfimg { position: absolute; top: 10px; left: 10px; overflow: hidden; display: block; width: 60px; height: 60px; border-radius: 30px; }
#bo_v_pfimg img { width: 100%; }

#bo_v_back { position: absolute; top: 0px; right: 0px; display: block; padding: 10px; width: 80px; height: 80px; overflow: hidden; border: 1px solid #ddd; text-align: center; text-decoration: none; color: #999; z-index: 1; }
#bo_v_back:hover > * { color: #333333 !important; }
#bo_v_back i { display: block; margin: 5px 0px; height: 30px; font-size: 30px; }
#bo_v_back span { display: block; font-size: 12px; }

#bo_v_info {position: absolute;padding: 5px 80px;top: 40px;font-size: 14px;border: 1px solid transparent;width: 100%;}
#bo_v_info h2 { display: none; }
#bo_v_info dl { display: inline-block; margin-right: .5em; }
#bo_v_info dt,
#bo_v_info dd { display: inline-block; font-weight: normal; }
#bo_v_info dt {}
#bo_v_info dd {}
#bo_v_info dd > b {}
#bo_v_info .sv_wrap .profile_img { display: none; }

#bo_v_link,
#bo_v_file { margin: 0; padding: 5px 20px; border: 1px solid #ddd; margin-top: -1px; white-space: nowrap; overflow: hidden; color: #999; font: normal normal 12px/16px 'Courier New','Gulimche',monospace; }
#bo_v_link > h2,
#bo_v_file > h2 { display: none; }
#bo_v_link > ul,
#bo_v_file > ul { margin: 0; padding: 0; }
#bo_v_link > ul > li,
#bo_v_file > ul > li { margin: 5px 0; padding: 0; list-style: none; width: 100%; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: flex-start; -ms-flex-pack: start; flex-wrap: nowrap; }
#bo_v_link > ul > li > i,
#bo_v_file > ul > li > i { font-size: 16px; color: #000; }
#bo_v_link > ul > li > a,
#bo_v_file > ul > li > a { overflow: hidden; text-overflow: ellipsis; margin: 0 10px; color: #2d60a9 !important; }
#bo_v_link > ul > li > span,
#bo_v_file > ul > li > span { margin-left: auto; }

#bo_v_act { margin: 10px 0px; text-align: center; }
#bo_v_act .bo_v_act_gng { display: inline-block; }
#bo_v_act a {}
#bo_v_act strong {}
#bo_v_act_good, #bo_v_act_nogood {}

#bo_v_atc { margin-top: -1px; border: 1px solid #ddd; }
#bo_v_atc_title { display: none; }
#bo_v_img { margin: 0; width: 100%; overflow: hidden; zoom: 1; padding: 20px; }
#bo_v_img:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_v_img a { display: inline-block; }
#bo_v_img img { max-width: 100%; height: auto; display: block; }
#bo_v_con { word-break: break-all; overflow: hidden; min-height: 150px; padding: 20px; }
#bo_v_con a {}
#bo_v_con img { max-width: 100%; height: auto; }
#bo_v_con p { margin: 0; }

#bo_v_sign { margin: 20px; padding: 10px 0; border-top: 1px dashed #ddd; }

#bo_v_act { margin: 0; padding: 20px; text-align: center; }
#bo_v_act .bo_v_act_gng { position: relative; display: inline-block; }
#bo_v_act_good, 
#bo_v_act_nogood { display: none; position: absolute; bottom: 4px; left: 50%; margin-left: -80px; padding: 0; height: 30px; line-height: 30px; width: 160px; background: rgba(0,0,0,.75); color: #fff; border-radius: 15px; border: 0; font-family: 'SCDream',sans-serif; font-size: 12px; font-weight: normal; }
#bo_v_act .bo_v_good,
#bo_v_act .bo_v_nogood { display: inline-block; margin: 0 10px; font-family: 'SCDream',sans-serif; font-size: 18px; cursor: pointer; }
#bo_v_act .bo_v_good:before,
#bo_v_act .bo_v_nogood:before { display: block; margin: auto; font-family: 'Material Icons'; font-feature-settings: "liga"; line-height: 1; width: 1em; height: 1em; font-size: 30px; }
#bo_v_act .bo_v_good:before { content: 'thumb_up'; }
#bo_v_act .bo_v_nogood:before { content: 'thumb_down'; }
#bo_v_act .bo_v_good span,
#bo_v_act .bo_v_nogood span { display: block; margin: auto; width: 100px; height: 40px; line-height: 34px; border-radius: 20px; border: 3px solid; }
#bo_v_act .bo_v_good strong,
#bo_v_act .bo_v_nogood strong { display: block; font-family: 'Montserrat',sans-serif; font-size: 25px; font-weight: 700; }
#bo_v_act .bo_v_good { color: #007bff; }
#bo_v_act .bo_v_nogood { color: #dc3545; }
#bo_v_act .bo_v_good span { border-color: #007bff; color: #007bff; }
#bo_v_act .bo_v_nogood span { border-color: #dc3545; color: #dc3545; }
#bo_v_act .bo_v_good:hover span, 
#bo_v_act .bo_v_good.active span { background-color: #007bff; border-color: #007bff; color: #fff; }
#bo_v_act .bo_v_nogood:hover span,
#bo_v_act .bo_v_nogood.active span { background-color: #dc3545; border-color: #dc3545; color: #fff; }

#bo_v_share { position: relative; margin: 0; padding: 20px; text-align: center; }
#bo_v_share .btn { background-color: #fff !important; border-color: #3f4553 !important; color: #3f4553 !important; font-size: 12px; height: calc(2.25em + 2px) !important; padding: 0.375em 0.75em !important; border-radius: 0.25em !important; }
#bo_v_share .btn:focus,
#bo_v_share .btn:hover { background-color: #3f4553 !important; border-color: #3f4553 !important; color: #fff !important; }
#bo_v_share .btn i {}
#bo_v_share .btn_share {}
#bo_v_share .btn_share:hover {}

#bo_v_sns { padding: 0; list-style: none; zoom: 1; display: inline-block; vertical-align: middle; font-size: 12px; }
#bo_v_sns:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_v_sns li { float: left; width: auto; margin: 0 2px; text-align: left; }
#bo_v_sns li a { display: flex; justify-content: center; align-items: center; width: 100%; height: calc(2.25em + 2px); padding: 0.375em 0.75em; border-radius: 0.25em; color: #fff; text-align: center; font-size: 12px; font-family: 'SCDream',sans-serif; }
#bo_v_sns li img { vertical-align: middle; margin-right: 5px; }
#bo_v_sns li .sns_f { background: #3b5997; }
#bo_v_sns li .sns_t { background: #09aeee; }
#bo_v_sns li .sns_g { background: #ea4026; }
#bo_v_sns li .sns_k { background: #fbe300; }

#bo_v_act + #bo_v_share { padding-top: 0; }

#bo_v_top, #bo_v_bot { -webkit-flex: 1; -ms-flex: 1; flex: 1; display: flex; align-items: center; justify-content: space-between; }
#bo_v_top { margin: 10px 0 11px 0; display: none; }
#bo_v_top h1, #bo_v_top h2, #bo_v_top h3, #bo_v_top h4, #bo_v_top h5, #bo_v_top h6 { display: none; }
#bo_v_top ul { margin: 0px; padding: 0px; }
#bo_v_top ul li { margin: 0px; padding: 0px; list-style: none; }
#bo_v_bot { margin: 10px 0; }
#bo_v_bot h1, #bo_v_bot h2, #bo_v_bot h3, #bo_v_bot h4, #bo_v_bot h5, #bo_v_bot h6 { display: none; }
#bo_v_bot ul { margin: 0; padding: 0; list-style: none; }
#bo_v_bot ul li { margin: 0px; padding: 0px; list-style: none; }
.bo_v_left {}
.bo_v_left li { float: left; margin-right: 5px !important; }
.bo_v_com {}
.bo_v_com li { float: left; margin-left: 5px !important; }

.bo_v_nb { margin: 0; padding: 0; list-style: none; position: relative; clear: both; text-align: left; border-top: 1px solid #ddd; }
.bo_v_nb:after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_v_nb li { border: 1px solid #ddd; border-top: 0; padding: 10px; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; flex-wrap: nowrap; }
.bo_v_nb li:hover { background: #f6f6f6; }
.bo_v_nb li > * { flex: 0 0 auto; white-space: nowrap; }
.bo_v_nb li .nb_tit { padding-right: 10px; color: #3f4553; }
.bo_v_nb li .nb_tit i { margin-right: 5px; }
.bo_v_nb li a { flex: 1 1 auto; overflow: hidden; text-overflow: ellipsis; }
.bo_v_nb li .nb_date { margin-left: auto; padding-left: 10px; color: #888; }



/* 게시판 댓글 */
.cmt_btn {position: relative;background: none;border: 0;text-align: left;width: 100%;margin: 30px 0 0 0;padding: 10px 0;font-size: 20px;color: #3f4553;border-bottom: 1px solid #3f4553;}
.cmt_btn_op {}
.cmt_btn i { color: #3f4553; }
.cmt_btn:after { position: absolute; right: 10px; top: 50%; margin-top: -0.5em; content: "\f077"; font-family: 'FontAwesome'; display: block; width: 1em; height: 1em; line-height: 1; transition: all 0.25s ease-in-out; transform-origin: center 0.6em; }
.cmt_btn_op:after { transform: rotate(180deg); }
.cmt_btn:before { position: absolute; bottom: 0; left: 0; content: ""; display: block; width: 3.5em; height: 2px; background: #3f4553; }
.cmt_btn_op:before {}

#bo_vc { margin-bottom: 10px; border-bottom: 1px solid #ddd; }
#bo_vc h1 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_vc h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_vc h3 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_vc article { margin: 0; padding: 10px 10px 10px 70px; position: relative; border-top: 1px solid #ddd; font-size: 14px; min-height: 72px; }
#bo_vc article:not([data-depth="0"]) { border-color: #eee; background: #f9f9f9 url('./img/icon_reply.gif') 50px 10px no-repeat; /* padding-left: 100px; background: #f9f9f9 url('./img/icon_reply.gif') 10px center no-repeat; */ }
#bo_vc article:not([data-depth="0"]) .pf_img { display: none; }
#bo_vc article .pf_img { position: absolute; top: 5px; margin-left: -70px; display: inline-block; width: 60px; height: 60px; overflow: hidden; border-radius: 50%; }
#bo_vc article .pf_img img { width: 100%; }
#bo_vc header { line-height: 1; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; flex-wrap: nowrap; white-space: nowrap; }
#bo_vc header > * { margin-right: 3px; }
#bo_vc header .icon_reply { position: absolute; top: 15px; left: -20px; }
#bo_vc header .sv_wrap a { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; flex-wrap: nowrap; }
#bo_vc header .sv_wrap a .profile_img { margin-right: 5px; }
#bo_vc header .sv_wrap a:before { content: ""; display: inline-block; width: 0; height: 22px; }
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest { font-family: 'SCDream',sans-serif; }
#bo_vc .bo_vc_hdinfo { color: #777; margin-left: auto; margin-right: 0; order: 9; }
#bo_vc .bo_vc_hdinfo i { display: none; }
#bo_vc .cmt_contents { margin: 5px 0; word-break: break-all; text-align: justify; line-height: 1.25; }
#bo_vc .cmt_contents p { margin: 0; padding: 0; }
#bo_vc p a { text-decoration: underline; }
#bo_vc p a.s_cmt { text-decoration: underline; color: #ed6479; }
#bo_vc_empty { margin: 0; padding: 30px 0 !important; color: #777; text-align: center; }
#bo_vc #bo_vc_winfo {}
#bo_vc footer { -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; -ms-flex-pack: space-between; }
#bo_vc .bo_vc_ftinfo { color: #777; }
#bo_vc .bo_vc_ftinfo i { display: none; }

.bo_vc_act { text-align: right; margin: 0; list-style: none; zoom: 1; }
.bo_vc_act:after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_vc_act li { display: inline-block; }
.bo_vc_act li a { padding: 0.25em 0.5em; line-height: 1; text-align: center; border-radius: 0.25em; background: #fff !important; border: 1px solid #999 !important; color: #999 !important; font-size: 11px; font-family: 'Dotum',sans-serif; letter-spacing: -0.1em; transition: all 0.3s ease-in-out; }
.bo_vc_act li a.active,
.bo_vc_act li a:hover { background-color: #3f4553 !important; border-color: #3f4553 !important; color: #fff !important; }

#bo_vc_w {}
#bo_vc_w h1 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_vc_w h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_vc_w h3 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#bo_vc_w #btn_cancel { display: none; }
.bo_vc_w { position: relative; margin: 0; display: block; font-size: 1rem; }
.bo_vc_w:after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_vc_w #fviewcomment { clear: both; display: block; margin: 10px 0 0 0; padding: 0; border: 1px solid #b3b3b3; background: #fff; }
.bo_vc_w #char_cnt { display: block; margin: 0 0 5px; }
.bo_vc_w textarea { border: 0; background: #fff; color: #000; vertical-align: middle; margin: 5px 15px; padding: 0; width: calc(100% - 30px); height: 60px; border-radius: 0; background: none !important; font-size: 12px; font-family: 'Dotum',sans-serif; }
.bo_vc_w textarea:focus {}
.bo_vc_w #wr_secret {}

.bo_vc_w_wr { padding: 5px 15px 15px 15px; }
.bo_vc_w_info {margin: 0;padding: 15px 15px 5px 15px;line-height: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;display: -ms-flexbox;display: -webkit-flex;display: flex;align-items: center;justify-content: space-between;-ms-flex-pack: space-between;}
.bo_vc_w_info .bo_vc_w_name {}
.bo_vc_w_info .frm_input { border-radius: 0; width: 150px; height: 40px; border: 1px solid #ddd; background: #fff; display: block; float: left; margin: 0 3px 0 0; }
.bo_vc_w_info #captcha { display: block; clear: both; }
.bo_vc_w_info #captcha:after { display: block; visibility: hidden; clear: both; content: ""; }
.bo_vc_w_info #captcha #captcha_img,
.bo_vc_w_info #captcha #captcha_key,
.bo_vc_w_info #captcha #captcha_mp3,
.bo_vc_w_info #captcha #captcha_reload { float: left; margin: 0 0 0 3px; border: 1px solid #ddd; border-radius: 0; background: #fff; color: #3f4553; }
.bo_vc_w_info #captcha #captcha_img,
.bo_vc_w_info #captcha #captcha_key { width: 120px; }
.bo_vc_w_info #captcha #captcha_img {}
.bo_vc_w_info #captcha #captcha_key { font-size: 18px; font-family: 'Montserrat',sans-serif; font-weight: 700; }
.bo_vc_w_info #captcha #captcha_mp3,
.bo_vc_w_info #captcha #captcha_reload { position: relative; width: 40px; height: 40px; }
.bo_vc_w_info #captcha #captcha_mp3:after,
.bo_vc_w_info #captcha #captcha_reload:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ""; font-family: 'FontAwesome'; font-size: 20px; text-indent: 0; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; -ms-flex-pack: center; }
.bo_vc_w_info #captcha #captcha_mp3:after { content: "\f028"; }
.bo_vc_w_info #captcha #captcha_reload:after { content: "\f021"; }
.bo_vc_w_info #captcha #captcha_info { display: none; }

.bo_vc_w_wr { -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: start; -moz-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; white-space: nowrap; flex-wrap: nowrap; }
.bo_vc_w_wr .wr_secret { order: 3; margin-left: auto; align-self: center; }
.bo_vc_w_wr .bo_vc_send_sns { order: 2; }
.bo_vc_w_wr .btn_confirm { order: 1; margin: 0; padding: 0; margin-right: 0.5rem; }
.bo_vc_w_wr .btn_confirm .btn_cancel,
.bo_vc_w_wr .btn_confirm .btn_submit { float: none; border-radius: 0; width: 150px; height: 40px !important; }
.bo_vc_w_wr .btn_confirm .btn_cancel { width: auto; }

#bo_vc_send_sns { height: 100%; }
#bo_vc_sns { -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; height: 100%; margin: 0; padding: 0; list-style: none; zoom: 1; }
#bo_vc_sns li { margin: 0 3px 0 0; padding: 0 10px; border-radius: 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
#bo_vc_sns .sns_li_f { background: #3a589b; }
#bo_vc_sns .sns_li_t { background: #00aced; }
#bo_vc_sns .sns_li_off { background: #bbb; }
#bo_vc_sns a { margin: 0; padding: 0; }
#bo_vc_sns input { margin: 0 5px; }
#bo_vc_sns img { margin: 0 5px; border-radius: 0.25rem; width: 20px; height: 20px; }



/* 게시판 쓰기 */
#bo_w .write_div { margin: 5px 0; position: relative; }
#bo_w .bo_w_info { -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; -ms-flex-pack: space-between; }
#bo_w .bo_w_info .frm_input { width: 100%; }
#bo_w .bo_w_info #wr_password { margin: 0 0.5%; }
#bo_w .bo_w_link + .bo_w_info,
#bo_w .bo_w_flie + .bo_w_info { margin-top: 10px; padding-top: 10px; border-top: 1px dashed #ddd; }
#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; padding-right: 10em; width: 100%; }
#bo_w .bo_w_tit #btn_autosave { position: absolute; top: 0; right: 0; }
#bo_w .bo_w_link label { position: absolute; top: 1px; bottom: 1px; left: 1px; border-radius: 0; width: 40px; border: 1px solid transparent; background: #eee; text-align: center; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; -ms-flex-pack: center; }
#bo_w .bo_w_link .frm_input { padding-left: 50px; width: 100%; }
#bo_w .bo_w_flie {}
#bo_w .bo_w_flie .file_wr { position: static; border: 1px solid #ced4da; background: #fff; vertical-align: middle; border-radius: 0.25rem; margin: 0; padding: 0; }
#bo_w .bo_w_flie .lb_icon { position: absolute; top: 1px; bottom: 1px; left: 1px; border-radius: 0; width: 40px; border: 1px solid transparent; background: #eee; text-align: center; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; -ms-flex-pack: center; }
#bo_w .bo_w_flie .frm_file { padding: calc(.375rem - 1px) .75rem calc(.375rem - 1px) 50px; width: 300px; height: calc(2.25rem + 0px); }
#bo_w .bo_w_flie .frm_input { position: absolute; top: 0; bottom: 0; left: 300px; border: 0; height: auto; background: transparent; }
#bo_w .bo_w_flie .file_del { position: absolute; top: 0.375rem; right: 0.75rem; color: #7d7d7d; }
#bo_w .bo_w_flie .file_del label b { max-width: 250px; white-space: nowrap; display: inline-block; overflow: hidden; text-overflow: ellipsis; vertical-align:top; }
#bo_w .bo_w_select select {}
#bo_w .btn_confirm { margin: 20px 0; }

/* 게시판 쓰기 자동저장 */
#autosave_wrapper { position: relative; }
#autosave_pop { display: none; z-index: 1; position: absolute !important; top: 43px; right: 0; width: 350px; height: auto !important; height: 180px; max-height: 180px; border: 1px solid #565656; background: #fff; -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2); -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2); box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2); font-size: 12px; }
#autosave_pop:before { content: ""; position: absolute; top: -8px; right: 45px; width: 0; height: 0; border-style: solid; border-width: 0 6px 8px 6px; border-color: transparent transparent #000 transparent; }
#autosave_pop:after { content: ""; position: absolute; top: -7px; right: 45px; width: 0; height: 0; border-style: solid; border-width: 0 6px 8px 6px; border-color: transparent transparent #fff transparent; }
html.no-overflowscrolling #autosave_pop { height: auto; max-height: 10000px !important; } /* overflow 미지원 기기 대응 */
#autosave_pop strong { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#autosave_pop div { text-align: center; margin: 0 !important; }
#autosave_pop button { margin: 0; padding: 0; border: 0; }
#autosave_pop ul { padding: 15px; border-top: 1px solid #e9e9e9; list-style: none; overflow-y: auto; height: 130px; border-bottom: 1px solid #e8e8e8; }
#autosave_pop li { margin: 5px 0; border-bottom: 1px solid #fff; 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; color: #999; }
.autosave_close { cursor: pointer; width: 100%; height: 30px; background: none; color: #888; font-weight: bold; font-size: 0.92em; }
.autosave_close:hover { background: #f3f3f3; color: #3597d9; }
.autosave_content { display: none; }
.autosave_del { /* background: url(./img/close_btn.png) no-repeat 50% 50%; text-indent: -999px; overflow: hidden; height: 20px; width: 20px; */ }
.autosave_del { font-style: normal; background: none; display: inline-block; overflow: hidden; height: 18px; width: 18px; }
.autosave_del:before { font-family: 'FontAwesome'; content: "\f014"; font-size: 15px; line-height: 1; }

/* 글쓰기 */
#bo_w .write_div {}
#bo_w .bo_w_info:after {}
#bo_w .bo_w_info .frm_input {}
#bo_w #wr_password {}
#bo_w .wr_content.smarteditor2 iframe {}
#bo_w .bo_w_tit {}
#bo_w .bo_w_tit .frm_input {}
#bo_w .bo_w_tit #btn_autosave {}
#bo_w .bo_w_link label {}
#bo_w .bo_w_link .frm_input {}
#bo_w .bo_w_flie .lb_icon {}
#bo_w .bo_w_flie .frm_file {}
#bo_w .bo_w_flie .file_wr {}
#bo_w .bo_w_flie .frm_input {}
#bo_w .bo_w_flie .file_del {}
#bo_w .bo_w_select select {}

@keyframes beat {
    to { transform: scale(0.8); }
}



/* 글읽기 */
#bo_v > header { margin: 0; background-color: #fff; overflow: hidden; height: auto; border: 0; }
#bo_v_title {margin: 0;padding: 0 70px 0 0;padding: 0;overflow: hidden;word-break: break-all;text-overflow: ellipsis;font-size: 22px;color: #000;/* font-family: 'SCDream','Noto Sans KR',sans-serif; */}
#bo_v_info {position: static;margin: 0;padding: 5px 70px 10px 0;font-size: 14px;border: 1px solid transparent;border-bottom-color: #ddd;width: 100%;top: auto;}
#bo_v_pfimg {position: absolute;top: 0;right: 0;left: auto;bottom: auto;overflow: hidden;display: block;width: 60px;height: 60px;border-radius: 0;display: none;}
#bo_v_back { display: none; }
#bo_v_atc { border: 1px solid #ddd; border-left: 0; border-right: 0; margin-top: -1; }
#bo_v_con { word-break: break-all; overflow: hidden;  min-height: 150px; padding: 20px 0; }

/* 공유하기 */
#bo_v_sns { padding: 0; list-style: none; zoom: 1; display: inline-block; vertical-align: middle; font-size: 12px; }
#bo_v_sns:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_v_sns li { float: left; width: auto; margin: 0 2px; text-align: left; }
#bo_v_sns li a { display: flex; justify-content: center; align-items: center; width: 100%; height: calc(2.25em + 2px); padding: 0.375em 0.5em; border-radius: 0.25em; color: #fff; text-align: center; font-size: 12px; font-family: 'SCDream',sans-serif; }
#bo_v_sns li img { vertical-align: middle; }
#bo_v_sns li .sns_f { background: #3b5997; }
#bo_v_sns li .sns_t { background: #09aeee; }
#bo_v_sns li .sns_g { background: #ea4026; }
#bo_v_sns li .sns_k { background: #fbe300; color: #000; }
#bo_v_sns li .sns_kakaostory { background: #f9e000; color: #000; }
#bo_v_sns li .sns_naver { background: #03cf5d; }
#bo_v_sns li .sns_line { background: #00b900; }
#bo_v_sns li .sns_band { background: #21c531; }
#bo_v_sns li .sns_pinterest { background: #e60023; }
#bo_v_sns li .sns_tumblr { background: #34465d; }
#bo_v_sns li .sns_blogger { background: #f57d00; }
#bo_v_sns li .sns_wordpress { background: #21759b; }
#bo_v_sns li .sns_weibo { background: #df2029; }



/* 2020-02-06 */
.vi_brand { border-radius: 3px; font-family: 'Verdana',sans-serif; font-size: 10px; background: #3f4553; color: #fff; line-height: 1; padding: 3px 5px; margin-right: 5px; font-weight: bold; vertical-align: middle; }
.vi_brand.youtube { background-color: #ff0000; }
.vi_brand.vimeo { background-color: #00adef; }
.vi_brand.naver { background-color: #03cf5d; color: #000; }
.vi_brand.kakao { background-color: #fae100; color: #000; }
.vi_brand.twitch { background-color: #9147ff; }

#bo_gall .btn_bookmarklet { background-color: #fff; border-color: #3f4553; color: #3f4553; }

#bo_gall .gall_img {position: relative;margin-bottom: 5px;}
#bo_gall .gall_img:before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; color: #fff; background: #000; content: "\f16a"; font-family: 'FontAwesome'; text-align: center; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; -ms-flex-pack: center; font-size: 28px; }
#bo_gall .gall_img a { display: block; width: 100%; padding-top: 66.66%; }
#bo_gall .gall_img a:before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; color: #fff; background: #000; opacity: 0; visibility: hidden; content: "\f16a"; font-family: 'FontAwesome'; z-index: 0; text-align: center; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; -ms-flex-pack: center; font-size: 28px; transition: opacity .2s ease-in-out; }

#bo_gall .gall_text_href {padding: 5px 0;/* text-align: justify; */font-size: 0.875rem;}
#bo_gall .bo_tit {white-space: initial;word-break: break-all;}
#bo_gall .gall_info { display: none; }

#bo_gall .gall_chk { width: auto; height: auto; top: 5px; left: 5px; }
#bo_gall .vi_brand {}

#viewer { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 1000; background: rgba(0,0,0,.75); -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; -ms-flex-pack: center; display: none; }
#viewer > iframe { position: absolute; top: 50%; left: 50%; margin-top: -269px; margin-left: -475px; width: 950px; height: 538px; border: 5px solid #fff; background: #000; }
#viewer > button { position: absolute; bottom: 50px; left: 50%; margin-left: -25px; width: 50px; height: 50px; background: none; border: 0; padding: 0; display: block; cursor: pointer; z-index: 1; }
#viewer > button:before,
#viewer > button:after { content: ""; position: absolute; top: 25px; left: 0; width: 100%; height: 1px; background: #fff; }
#viewer > button:before { transform: rotate(45deg); }
#viewer > button:after { transform: rotate(-45deg); }

#bo_v_link,
#bo_v_file { display: none; }

#bo_v_video { position: relative; margin: 0 0 10px 0; padding: 0; padding-top: 56.25%; overflow: hidden; background-position: 0 0; background-repeat: no-repeat; background-size: 100% auto; }
#bo_v_video iframe { display: block; width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#bo_v_video_info { margin: 10px 0; padding: 0; overflow: hidden; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; -ms-flex-pack: space-between; }
#bo_v_video_info .vi_brand {}
#bo_v_video_info .vi_label { display: inline-block; vertical-align: middle; }
#bo_v_video_info .vi_brand + .vi_label {}

#bo_v_con { min-height: auto; }
#bo_v_img { padding: 20px 0; }
#bo_v_img > a { display: block; margin-top: 10px; }

#bo_w { position: relative; }
#bo_w ._iholder { position: absolute; top: 0; left: 0; right: 0; display: block; height: 100%; border: 1px solid #ced4da; content: "\f03e"; font-family: 'FontAwesome'; z-index: 0; text-align: center; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; -ms-flex-pack: center; transition: color .2s ease-in-out; }
#bo_w ._spinner { position: absolute; top: calc(((2.25rem + 2px) / 2) - (1rem / 2)); right: 0.75rem; z-index: 1; line-height: 1; width: 1em; height: 1em; display: block; display: none; }
#bo_w #wr_thumb { margin: 0; }
#bo_w #wr_thumb ._spinner { top: 50%; left: 50%; margin-left: calc((1rem / 2) * -1); margin-top: calc((1rem / 2) * -1); text-shadow: 1px 1px #fff; }
#bo_w #wr_thumbnail { position: relative; width: 100%; margin: 0; padding-top: 56.25%; background-position: center center; background-repeat: no-repeat; background-size: cover; z-index: 1; }


#bo_w .bo_w_opt {}
#bo_w .bo_w_tit .frm_input { padding-right: .75rem; }
#bo_w textarea,
#bo_w select,
#bo_w .form-control,
#bo_w .frm_input { border-radius: 0; }
#bo_w #wr_content { display: block; height: 120px !important; }
#bo_w .bo_w_note label,
#bo_w .bo_w_link label,
#bo_w .bo_w_flie .file_wr { border-radius: 0; }
#bo_w .bo_w_note label { position: absolute; top: 1px; bottom: 1px; left: 1px; border-radius: 0; width: 40px; border: 1px solid transparent; background: #eee; text-align: center; color: #888; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; -ms-flex-pack: center; }
#bo_w .bo_w_note .frm_input { padding-left: 50px; width: 100%; }
#bo_w .bo_w_link { display: none; }
