@charset "utf-8";
/* ### 기본 스타일 커스터마이징 시작 ### */
/* 게시판 버튼 */
/* 목록 버튼 */
#bo_gall a.btn_b01 {}
#bo_gall a.btn_b01:focus, #bo_gall .btn_b01:hover {}
#bo_gall a.btn_b02 {}
#bo_gall a.btn_b02:focus, #bo_gall .btn_b02:hover {}
#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */
#bo_gall a.btn_admin:focus, #bo_gall a.btn_admin:hover {}
/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v .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 {}
#bo_w .btn_cancel {}
#bo_w .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_address {}
#bo_w .frm_file {}
#bo_w .frm_info {}
#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 caption {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w .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 {}
/* ### 기본 스타일 커스터마이징 끝 ### */

.red { color:red; }
.green { color:#68b880; }
.notice_event1 { font-size:0.9em;color:green;}


#bo_cate {text-align:center;padding-bottom:5px;border-bottom:1px solid #dbdee4;margin-top:20px} 
#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {display:inline-block}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_cate li {display:inline-block;float:left;position:relative}
#bo_cate a {display:block;position:relative;font-size:1em;padding:5px 15px;color:#646779}
#bo_cate a:before {position:absolute;left:0;top:12px;content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:#a9aab2}
#bo_cate #bo_cate_on {color:#fd1a5d;font-weight:bold}
#bo_cate #bo_cate_on:before {content:"\f00c" !important;top:8px;color:#fd1a5d;width:0;height:0;background:transparent;font-family:fontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

/* 갤러리 목록 */
#bo_gall {}
#bo_gall {top:0px;}
#bo_gall #fboardlist  {position:relative}
#bo_gall h2 {width:1px;height:1px;margin:0;padding:0;font-size:0;line-height:0;overflow:hidden}
#bo_gall .list_chk {display:inline-block;color:#fff}
#bo_gall .all_chk {float:left;margin:10px 0;vertical-align:text-bottom}
#bo_gall #gall_ul {list-style:none}
#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}
#bo_gall .gall_li {
float: left;
width: 24.25%; /* Set width to fit 4 items */
margin-right: 1%; /* Adjust margin to avoid overflow */
margin-bottom: 1.5%;
}
#bo_gall .gall_li_wr {background:#fff;position:relative;}
#bo_gall .gall_li_chk {display:inline-block;padding:5px;position:absolute;top:0;left:0;z-index:9999}
#bo_gall .gall_li:nth-child(4n) {margin-right:0}
#bo_gall .gall_li:nth-child(4n+1) {clear:both}
#bo_gall .gall_li .gall_img img {width:100%;height:auto}
#bo_gall .gall_li .gall_img .no-img {width:100%;height:205px;display:block;text-align:center}
.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_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_img img {max-width:100%;height:auto !important}
#bo_gall .gall_img span {display:inline-block;line-height:130px;background:url('img/no_img.png') #eaeaea no-repeat 50% 50%;text-indent:-9999px}
.bo_cate_link {display:inline-block;height:20px;margin:10px 0 0 10px;padding:0 5px;line-height:16px;border:1px solid #694ecc;background:#694ecc;color:#fff;font-weight:normal;text-decoration:none;font-size:0.92em;border-radius:3px} /* 글제목줄 분류스타일 */
#bo_gall .gall_text_href {margin:10px 0px 5px 2px;height:auto !important;}
#bo_gall .gall_text_href a i {display:inline-block;padding:2px;width:16px;height:16px;margin-right:2px;line-height:14px;font-size:0.833em;vertical-align:middle;text-align:center}
#bo_gall .gall_text_href a .fa-download {background:#5cbad6;border:1px solid #38a3c3;color:#fff;text-align:center;border-radius:2px}
#bo_gall .gall_text_href a .fa-link {color:#fff;background:#5588e8;border:1px solid #497dde;text-align:center;border-radius:2px}
#bo_gall .gall_text_href a .new_icon {display:inline-block;width:16px;margin-right:3px;line-height:14px;font-size:0.833em;color:#fff;background:#3fd49e;border:1px solid #32c791;text-align:center;border-radius:2px}
#bo_gall .gall_text_href a .hot_icon {display:inline-block;width:16px;margin-right:3px;line-height:14px;font-size:0.833em;color:#fff;background:#ff7261;border:1px solid #e75341;text-align:center;border-radius:2px}
#bo_gall .gall_text_href a .fa-lock {color:#fff;background:#262b88;border:1px solid #10157d;text-align:center;border-radius:2px}
#bo_gall .cnt_cmt {background:#fff;color:#3598dc;font-size:0.823em;height:16px;line-height:16px;padding:0 5px;border-radius:10px;vertical-align:middle;border:1px solid #cdcdcd}
#bo_gall .gall_text_href img {margin:0 5px 0 0}
#bo_gall .bo_tit {display:block;font-weight:bold;color:#000;font-size:1.083em}
#bo_gall .bo_tit .cnt_cmt {font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:10px;vertical-align:middle;border:1px solid #cdcdcd;background:#fff;color:#3598dc}
#bo_gall .profile_img img {border-radius:50%}
#bo_gall .bo_tit .fa-download {width:16px;height:16px;line-height:16px;background:#5cbad6;border:1px solid #38a3c3;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;margin-right:2px}
#bo_gall .bo_tit .fa-link {display:inline-block;width:16px;line-height:14px;font-size:0.833em;color:#fff;background:#5588e8;border:1px solid #497dde;text-align:center;border-radius:2px;font-size:12px}
#bo_gall .bo_tit .new_icon {display:inline-block;width:16px;line-height:14px;font-size:0.833em;color:#fff;background:#3fd49e;border:1px solid #32c791;text-align:center;border-radius:2px;margin-right:3px}
#bo_gall .bo_tit .hot_icon {display:inline-block;width:16px;line-height:14px;font-size:0.833em;color:#fff;background:#ff7261;border:1px solid #e75341;text-align:center;border-radius:2px}
#bo_gall .bo_tit .fa-lock {display:inline-block;width:16px;line-height:14px;font-size:0.833em;color:#fff;background:#262b88;text-align:center;border-radius:2px;font-size:12px;border:1px solid #262b88}
#bo_gall .gall_writer {margin-top:10px}
#bo_gall .gall_info {float:right;font-size:1em;color:#a09b9b}
#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;border:1px solid #d4d4d4}
#bo_gall .gall_recomm {position:absolute;top:15px;right:15px}
#bo_gall .gall_recomm .reco {float:left;display:inline-block;box-shadow:0px 1px 5px 1px rgba(0, 0, 0, 0.05);padding:0 10px;margin-left:5px;line-height:45px;border-radius:50%;min-width:45px;background:#fff}
#bo_gall .gall_recomm .reco i {display:inline-block;margin-right:2px}
#bo_gall .gall_recomm .reco_good {color:#f63e54;background:#fff}
#bo_gall .gall_recomm .reco_nogood {color:#5f96ff;background:#fff}

@media (max-width:1020px){
#bo_gall .gall_li {width:49.12%;margin-right:1.76%}
#bo_gall .gall_li:nth-child(3n) {margin-right:1.76%}
#bo_gall .gall_li:nth-child(2n) {margin-right:0}
#bo_gall .gall_li:nth-child(3n+1) {clear:inherit}
#bo_gall .gall_li:nth-child(2n+1) {clear:both}
}

@media (max-width:480px){ /**모바일 영역 */
#bo_gall .gall_li {width:49.12%;margin-right:1.76%}
#bo_gall .gall_li:nth-child(3n) {margin-right:1.76%}
#bo_gall .gall_li:nth-child(2n) {margin-right:0}
#bo_gall .gall_li:nth-child(3n+1) {clear:inherit}
#bo_gall .gall_li:nth-child(2n+1) {clear:both}
#bo_gall .gall_recomm {right:2.5%;bottom:2.5%}
}

#bo_gall .dc_late			{ margin:0px; padding:0px; }
#bo_gall .dc_late	 p		{ margin:0px; }
#bo_gall .dc_late	 .dc	{ background-color:#f00; border-radius:3px; padding:2px 3px 1px 3px;  text-shadow:1px 1px 1px #444;  }

/* 게시판 목록 공통 */
#bo_gall{position:relative}
.bo_fx {margin:10px 0;float:right}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total{margin:35px 0}
#bo_list_total .total{display:inline-block;background:#f8f8fa;border-radius:3px;line-height:35px;padding:0 10px;color:#999ea0;
;-webkit-box-shadow:inset  0 1px 4px #ddd;
-moz-box-shadow: inset  0 1px 4px #ddd;
box-shadow:inset 0 1px 4px #ddd;}
#bo_list_total a{line-height:33px;padding:0 10px;vertical-align:Top}
.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {text-align:center}
.btn_bo_adm li {display:inline-block;}
.btn_bo_adm button {border:0;padding:0 10px;background:#d13f4a;color:#fff;text-decoration:none;height:40px;vertical-align:middle}
.btn_bo_adm  a{line-height:40px;padding:0 10px;}
.bo_notice td {background:#f7f7f7}
.bo_notice td a {font-weight:bold}
.td_num strong {color:#000}
.bo_subject{display:block;;font-weight:bold;margin:0 0 10px }
.bo_subject .bo_tit{font-size: 1.25em;color: #484f56}
.bo_subject i{color: #8d96c2;font-size:12px}
.bo_subject  .fa-heart{color:#ff0000}
.bo_detail{margin: 10px 0 20px;line-height: 1.5em;}
.bo_current {color:#e8180c}
.bo_info{ color: #86909a;position:relative;padding-left:50px;height:40px }
.bo_info .sv_wrap img{display:none;}
.bo_info .pf-icon {position:absolute;bottom:0;left:0;}
.bo_info .pf-icon img{border-radius:50%;;width:43px;height:43px;}
.bo_info .comment_icon{background:url(./img/icon_comment.png) no-repeat 50% 50% ;display:inline-block;width:20px;height:28px;text-indent:-999px;overflow:hidden;vertical-align:top;background-size:70%;margin:0 0px 0 5px}
.bo_info .bo_date{display:block;margin-top:5px}
.bo_info .bo_cmt{position:absolute;bottom:0;right:0;font-style: italic;}
.bo_info .bo_cmt span{display:inline-block;margin:0 3px;font-size:0.92em}
.bo_info .cnt_cmt {display:inline-block;margin: 0 5px 0 3px;}
.bo_info .profile_img img{border-radius:50%;vertical-align:top}
#bo_sch {float:left;background:#f4f4f4;position:relative;margin:10px 0;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;height:40px;float:left;width:40%}
#bo_sch .sch_input{height:40px;border:0;padding:0;background-color:transparent;float:left;width:60%;padding:0 40px 0 10px}
#bo_sch .sch_btn{height:40px;position:absolute;top:0;right:0;border:0;width:40px;background:none;font-size:15px}
#bo_gall li.empty_list {height:100px;padding:85px 0;text-align:center}
#bo_list{margin:10px 0;position:relative}
#bo_list .list_01{padding:0;clear:both;}
#bo_list .list_01 ul{border-top:1px solid #f3f3f3;}
#bo_list .list_01 li{padding:15px 5px;margin:0;position:relative}
#bo_list .list_01 li:hover{background:#fafafa}
#bo_list .list_01 .bo_notice{background:#f5f6e6;border-color:#e3e6b6}
#bo_list .list_01 .bo_notice .bo_tit{color:#71a526}
#bo_list .list_01 .gall_img img {width:100%;height:auto}
.al_chk{padding:10px}
#bo_list .list_01 .bo_notice .bo_subject{margin:10px 0}

@media (min-width: 640px){
.bo_subject .bo_tit{font-size: 1.5em;}
#bo_list .list_01 li{padding:20px  240px 20px 20px;position:relative;min-height:190px;}
#bo_list .list_01 .li_noimg{padding:20px}
#bo_list .list_01 .gall_img{position:absolute;top:5px;right:0}
#bo_list .list_01 .gall_img img{width:220px;height:auto}
#bo_list_total{position:absolute;top:-50px;right:0}
#bbs_submit {font-weight:bold;font-size:1.083em;float:left;height:40px;padding:0 15px;margin-right:10px }
}

/* 게시판 쓰기 */
#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}
#wr_email, #wr_homepage, #wr_subject, .wr_link {width:100%}
/* 게시판 읽기 */
#bo_v {padding:0px 0 }
.wrapper-view #container_title{display:none;}
#bo_v_table {padding: 10px;color:#999;font-size:0.9em;font-weight:bold}
#bo_v_title {}
.bo_v_cate{display:block;color: #e9586f !important;font-weight: bold;text-decoration: none;font-size: 0.92em;}
.bo_v_tit{display:block;font-size:1.2em;margin:5px 0 0;font-weight: bold;}
.bo_v_tit_r{display:block;color:#e9586f;font-weight: bold;font-size:1.5em;margin:10px 0px 0px 0px}
.bo_v_tit_sr{display:block;font-size: 0.9em;margin:0px 0px 0px 3px}
.bo_v_tit_bk{color:gray;display:block;font-size:0.9em;margin:5px 0 0}
.won{color:#e9586f;font-size:0.85em;margin:0px 0 0 2px}
.list_won{font-size:0.85em;margin:0px 0 0 2px}

.bo_price_red1{display:block;color: #e9586f !important;font-weight: bold;text-decoration: none;font-size:1.2em;}


#bo_v header p{font-size:0.92em;color:#777;font-style:italic ;text-align:center;margin:10px 0 0 }
#bo_v_info {padding:20px 0;position:relative;border-bottom:1px solid #e9e9e9;color:#86909a}
#bo_v_info h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_info .bo_v_name {padding-left:50px;position:relative}
#bo_v_info .bo_v_name img{border-radius:50%;vertical-align:top}
#bo_v_info .bo_v_name .sv_wrap img{display:none}
#bo_v_info .pf-icon{position: absolute; top: 0; left: 0;}
#bo_v_info .pf-icon img{width: 43px;  height: 43px;}
#bo_v_info .bo_v_cmt{position:absolute;bottom:20px;right:0}
#bo_v_info .bo_v_cmt span{display:inline-block;margin:0 3px}
#bo_v_info .bo_v_name .date{display:block;margin-top:5px}
#bo_v_info .icon_view{display:inline-block;background:url(./img/icon_view.png) no-repeat 50% 50%;background-size:80%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin:0 3px 0 5px}
#bo_v_info .icon_comment{display:inline-block;background:url(./img/icon_comment.png) no-repeat 50% 50%;background-size:70%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin:0 3px 0 5px}
.btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.btn_top a{padding:0 20px}
.btn_top .btn_b02{float:right}
#bo_v_file {}
#bo_v_file h2  {position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {padding: 10px 10px 10px 60px;border:1px solid #ccd2e8;color:#718b9e;margin:10px 0;border-radius:5px;position:relative;
-webkit-box-shadow: 0 0 5px  #e2e4f1;
-moz-box-shadow: 0 0 5px #e2e4f1;
box-shadow: 1px 2px 8px #e2e4f1
}

#bo_v_file li i{position:absolute;top:50%;left:15px;font-size:25px;;width:40px;line-height:40px;margin-top:-20px}
#bo_v_file a {display:block;color:#5c75c3;text-decoration:none;margin:0 0 3px}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file a strong{text-decoration:underline}
#bo_v_file  span {font-size:0.91em}
#bo_v_file li:hover{background:#5c75c3;color:#c5ceeb}
#bo_v_file li:hover a{color:#fff}
#bo_v_link {}
#bo_v_link h2  {position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {padding: 10px 10px 10px 60px;border:1px solid #dac4e5;color:#a573c8;margin:10px 0;border-radius:5px;position:relative;
-webkit-box-shadow: 0 0 5px  #e2e4f1;
-moz-box-shadow: 0 0 5px #e2e4f1;
box-shadow: 1px 2px 8px #e2e4f1
}

#bo_v_link li i{position:absolute;top:50%;left:15px;font-size:25px;;width:40px;line-height:40px;margin-top:-20px}
#bo_v_link a {display:block;color:#a629e0;text-decoration:none;margin:0 0 3px}
#bo_v_link a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_link a strong{text-decoration:underline}
#bo_v_link  span {font-size:0.91em}
#bo_v_link li:hover{background:#9c5eb9;color:#e5cef0}
#bo_v_link li:hover a{color:#fff}
.bo_v_link_cnt {font-size:0.92em}
.dot_line	{ clear:both; border-top:1px dotted #ccc; }
#bo_v_top {padding:20px 0;border-bottom:1px solid #e9e9e9;position:relative;}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}
#bo_v_top ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_edit{position:absolute;top:0;right:0}
#bo_v_edit .view_btn{background:none;border:0;width:30px;height:30px;font-size:18px;color:#86909a}
#bo_v_edit .view_btn:hover{color:#000}
#bo_v_edit .bo_v_left{display:none;position:absolute;top:30px;right:0;width: 100px;background: #fff;border: 1px solid #d4d4d4;z-index: 599;
-webkit-box-shadow: 0 2px 3px #eee;
-moz-box-shadow: 0 2px 3px #eee;
box-shadow: 0 2px 3px #eee;}
#bo_v_edit .bo_v_left li{line-height: 40px;width: 100%;border-top: 1px solid #f1f1f1;font-size: 12px !important;text-align: left;padding: 0 10px;position: relative;}
#bo_v_edit .bo_v_left li a{color:#92a1af;display:block}
#bo_v_edit li i { position: absolute; top: 0;right: 10px;line-height: 40px; font-size: 14px !important;color: #92a1af; }
#bo_v_share{position:relative;float:left}
#bo_v_share:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_share .bo_v_snswr{float:left}
.btn_share{display:none;}
.bo_v_snswr{position:relative;float:right}
#bo_v_sns {padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;width:30px;text-align:center;margin-left:3px}
#bo_v_sns li a{height:30px;padding-top:5px}
#bo_v_sns li .sns_f{display:block;background:#415b92;border-radius:3px}
#bo_v_sns li .sns_f:hover{background:#3861b8}
#bo_v_sns li .sns_t{display:block;background:#35b3dc;border-radius:3px}
#bo_v_sns li .sns_t:hover{background:#0ec4ff}
#bo_v_sns li .sns_g{display:block;background:#d5503a;border-radius:3px}
#bo_v_sns li .sns_g:hover{background:#eb3d20}
#bo_v_sns li .sns_k{display:block;background:#fbe300;border-radius:3px}
#bo_v_sns li .sns_k:hover{background:#0ec4ff}
#bo_v_sns li img{vertical-align:top}
#bo_v_share .btn_scrap{line-height:28px;border:1px solid #cbd0d5;width:30px;text-align:center;display:inline-block;margin-left:3px;border-radius:3px}
#bo_v_bot {padding:0 10px}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_bot ul {margin:0;padding:0;list-style:none}
.bo_v_nb{margin:20px 0;border-top:1px solid #e9ebed;position:relative;}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {padding:15px;text-overflow: ellipsis;;border-bottom:1px solid #e9ebed;overflow: hidden;white-space: nowrap;}
.bo_v_nb li a{color:#484f56}
.bo_v_nb li i{color:#cad4e1;width:20px}
#bo_v_atc {min-height:200px;margin:0px 0}
#bo_v_atc_title {margin:0;padding:0;height:0;overflow:hidden}
#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:15px;max-width:100%;height:auto}
#bo_v_con {min-height:200px;margin-bottom:20px;width:100%;font-size:1.250em;line-height:1.7em;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_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act a:hover{background-color:#f3f3f3}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good{display:inline-block;border:1px solid #dedede;border-radius:50px;line-height:50px;padding:0 26px;color:#ff0c05}
#bo_v_act .bo_v_nogood{display:inline-block;border:1px solid #dedede;border-radius:50px;line-height:50px;padding:0 26px}
#bo_v_act .bo_v_good i,#bo_v_act .bo_v_nogood i{font-size:18px;}
#bo_v .btn_top {text-align:left}

@media (min-width: 640px){
.bo_v_tit_sr{font-size:1.2em}
.bo_v_tit{font-size:1.8em}
.bo_v_tit_r{font-size:2em}
.bo_v_tit_bk{font-size:1.2em}
#bo_v_top {min-height:50px}
#bo_v_sns li{width:40px}
#bo_v_sns li a{height:40px;;padding-top:10px}
#bo_v_share .btn_scrap{line-height:38px;width:40px}
#bo_v_edit .view_btn{height:40px}
#bo_v_edit .bo_v_left{top:40px}
}

@media (min-width: 970px){
.bo_v_tit_sr{font-size:1.2em}
.bo_v_tit{font-size:1.8em}
.bo_v_tit_r{font-size:2em}
.bo_v_tit_bk{font-size:1.2em}
}
/* 게시판 댓글 */
.cmt_btn{text-align:left ;width:100% ;border:0;color:#000;background:none;font-weight:bold;font-size:1.167em;margin: 20px 0 10px;padding:0  0 10px }
.cmt_btn_op{background:url('./img/cmt_btn.png') no-repeat right  -23px}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {padding:20px 0;border-bottom:1px solid #e2e4e7;}
#bo_vc header {position:relative;padding:0 0 0 50px;height:40px;line-height:20px;color:#86909a}
#bo_vc .comment_profile_img{position:absolute;top:0;left:0}
#bo_vc .comment_profile_img img, #bo_vc .profile_img img{border-radius:50%}
#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
#bo_vc .sv_member img{display:none}
.bo_vc_hdinfo {display:inline-block}
#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {margin:10px 0 0;line-height:1.8em}
#bo_vc .cmt_contents  p{font-size:1.083em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:15px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}
.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;margin:0 2px}
.bo_vc_act li a{color:#628590;font-size:0.92em}
.bo_vc_act .reply-btn{float:left;color:#68b880}
.bo_vc_act .reply-btn a{color:#68b880}
.bo_vc_act li a:hover{color:#000}
.bo_vc_act .reply-btn a:hover{color:#00d941}
.bo_vc_w {position:relative;margin:10px 0;display:block;}
.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}
#wr_secret{}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input{float:left;;margin:5px 0;width:49%;}
.bo_vc_w_info #wr_password{margin-left:2%}
.bo_vc_w_info #captcha{display:block;clear:both}
.bo_vc_w .btn_confirm{float:none;margin-top:5px;text-align:left}
.bo_vc_w .icon_lock{display:inline-block;font-size:17px;padding: 5px;margin-right:5px;}
.bo_vc_w .btn_submit{width:100%;height:40px;padding:0 20px;border-radius:3px;font-weight:bold;font-size:1.083em;}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w .bo_vc_secret{}
#bo_vc_w{margin:20px 0}
#bo_vc_w h2  {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc_send_sns{display:block;float:left}
#bo_vc_sns {display: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;;padding: 10px 0 10px 10px}
#bo_vc_sns .sns_li_t{border-radius:3px;background:#00aced;height:40px;;padding: 10px 0 10px 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 (min-width: 640px){
.bo_vc_w_info{float:left}
.bo_vc_w .btn_confirm{margin-top:5px;float:right}
.bo_vc_w .btn_submit{width:auto}
}

/*글쓰기*/
#bo_w .bo_w_select select{border:1px solid #3497d9;background:#fff;width:100%}
#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}
#bo_w .bo_w_link .frm_input{padding-left:50px}
#bo_w .bo_w_flie .lb_icon{position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;background:#eee;text-align:center}
#bo_w .bo_w_flie .frm_file{padding-left:50px;}
#bo_w .bo_w_flie .file_wr{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input{margin:5px 0 0 }
/* 표서식 */
.t_basic			{ width:100%; margin:10px 0px 10px 0px; border-top:1px solid #eee; border-collapse:collapse; table-layout:fixed; }
.t_basic tr			{ height:35px; }
.t_basic th			{ height:45px;border-bottom:1px solid #eee; font-weight:normal; background-color:#F9F9F9; color:#969696;font-weight:bold;}
.t_basic td			{ border-bottom:1px dotted #eee; }
.t_basic .center	{ text-align:center; }
.t_basic .left		{ text-align:left; }
.t_basic .noborder	{ border:0px; }
.t_basic label		{ font-size:0.98em; color:#ccc; }
.t_basic input		{ margin:2px 0px 2px 0px; }
.t_center tr		{ text-align:center; }
.t_center td		{ text-align:center; }
.t_th_center tr		{ text-align:center; }
.t_th_center td		{ text-align:left; padding-left:10px; }
/* 상품정보고시 */
.spec_list { margin:10px 0; }
.spec_item { display:flex; justify-content:space-between; padding:5px 0; border-bottom:1px dashed #ccc; }
.spec_key { font-weight:bold; color:#333; }
.spec_val { color:#666; }
.subject_bar { margin:15px 0; }
.gray8 { color:#888; }
.big1 { font-size:1.1em; }
.dot_line { border-top:1px dotted #ccc; margin:10px 0; }
.clear2	{ clear:both; margin:5px 0px 5px 0px; }


.reviewbbs	{color:gray;font-size:0.9em;margin:5px 0px 0px 2px}

/* 상품 상세보기 - 사용후기 */
#sit_use {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9}
#sit_use h2 {margin:0 0 10px}
#sit_use h3 {margin:0 0 10px}

.sit_use_li {position:relative;padding:0 0 10px;border-bottom:1px solid #e9e9e9;background:#f2f5f9}
.sit_use_li_title {position:relative;background:transparent;margin:0px 0px 15px 0px;text-align:right}

.sit_use_dl {margin:0;padding:0 10px;zoom:1}
.sit_use_dl:after {display:block;visibility:hidden;clear:both;content:""}
.sit_use_dl dt {float:left;margin:2px 0 0}
.sit_use_dl dd {float:left;margin:2px 20px 0 5px}
.sit_use_star {margin:0 !important;padding:0 0 0 5px}

.sit_use_con {display:none;padding:20px 10px 20px 10px;}
.sit_use_p {margin:0 0 10px;padding:10px;border:1px solid #e9e9e9;background:#fff;}
.sit_use_p p { margin-bottom: 10px !important;color:gray; }
.sit_use_cmd {text-align:right}

#sit_use_wbtn {margin:0 0 5px;text-align:right}

#sit_use_write {}
#sit_use_write #is_subject {width:100%}
#sit_use_write ul {margin:5px 0 0}
#sit_use_write li {margin:0 0 5px}
#sit_use_write li label {display:inline-block;width:80px}
#sit_use_write_star {margin:0;padding:0;list-style:none}

#sit_tab{margin:20px 0}
#sit_tab .tab_tit{margin: 0px;padding: 0px; background: #f4f4f4;list-style: none;border: 1px solid #d7d7d7;height: 50px; }
#sit_tab .tab_tit:after {display:block;visibility:hidden;clear:both;content:""}
#sit_tab .tab_tit li {float: left;width:25%; background: none;display: inline-block;text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
#sit_tab .tab_tit li button{background:0;width:100%;border:0px;line-height: 28px;color: #8c919c;padding: 10px ;}
#sit_tab .tab_tit li .selected{background: #fff;color: #222;border: 1px solid #d7d7d7;border-bottom-color: #fff;border-top: 0;position: relative;padding-bottom: 11px;z-index: 9;color: #5dae76;font-weight: bold;}

#sit_tab .tab_con{padding:15px 0}