.bbs_select_st select{
border:1px solid #ababab;
padding:5px 5px 6px 5px;
height:29px;
line-height:23px;
font-family:tahoma,'굴림','돋움',NanumGothic,'맑은고딕',Dotum,Helvetica,'Apple SD Gothic Neo',Sans-serif;
}

.input_text_st {
border:1px solid #ababab;
padding-left:3px;
line-height:26px;
height:27px;
background:#fbfbfb;
}

.list_title_st {
color:#505050;
text-align:center;
font-family:tahoma,'굴림','돋움',NanumGothic,'맑은고딕',Dotum,Helvetica,'Apple SD Gothic Neo',Sans-serif;
}

.check_box_st input[type=checkbox]{
vertical-align:middle;
margin-top:-2px;
}

.check_box_st input[type=radio]{
vertical-align:middle;
margin-top:-2px;
}

.input_title_st {
height:43px;
color:#686868;
background:#f6f6f6  url('../img/bbs_img/icon_bullet_title.gif') no-repeat 10px 18px;
text-align:left;
padding-left:17px;
font-size:12px;
border-bottom:1px solid #e7e7e6;
font-family:tahoma,'굴림','돋움',NanumGothic,'맑은고딕',Dotum,Helvetica,'Apple SD Gothic Neo',Sans-serif;
}

.input_content_st {
background:#ffffff;
text-align:left;
border-bottom:1px solid #e7e7e6;
padding:7px;
}

.input_editor_st {
background:#ffffff;
text-align:left;
border-bottom:1px solid #e7e7e6;
}




.detail_st_11 {
font-family:tahoma,'돋움','굴림',NanumGothic,'맑은고딕',Dotum,Helvetica,'Apple SD Gothic Neo',Sans-serif;
font-size:11px;
}

.detail_st_12 {
font-family:tahoma,'돋움','',NanumGothic,'맑은고딕',Dotum,Helvetica,'Apple SD Gothic Neo',Sans-serif;
font-size:12px;
}

.detail_st_14 {
font-family:tahoma,'돋움','굴림',NanumGothic,'맑은고딕',Dotum,Helvetica,'Apple SD Gothic Neo',Sans-serif;
font-size:14px;
}

.detail_st_16 {
font-family:tahoma,'돋움','굴림',NanumGothic,'맑은고딕',Dotum,Helvetica,'Apple SD Gothic Neo',Sans-serif;
font-size:16px;
}

.detail_st_20 {
font-family:tahoma,'돋움','굴림',NanumGothic,'맑은고딕',Dotum,Helvetica,'Apple SD Gothic Neo',Sans-serif;
font-size:20px;
}

.font_family{
font-family:tahoma,'굴림','돋움',NanumGothic,'맑은고딕',Dotum,Helvetica,'Apple SD Gothic Neo',Sans-serif;
}

.detail_link {
color:#6f6f6f
}

.detail_link a{
color:#6f6f6f
}

.detail_link a:hover {
color:#6f6f6f
}


.detail_link2 {
color:#4a8a1b
}

.detail_link2 a{
color:#4a8a1b
}

.detail_link2 a:hover {
color:#6f6f6f
}

.img_margin img{
margin-left:10px;
border:1px solid #efefef;
}

/*달력형 게시판_대형*/
.bbs_calendar table {border-collapse:collapse; }
.bbs_calendar table td {border:1px solid #ececec; width:14.2%; background:#none;}
.bbs_calendar table td:hover {background:#fdfdfd;}
.bbs_calendar table td a {background:none;}
.bbs_calendar table td a:hover {color:#000;}
.bbs_calendar table td table td {border:none;}
.bbs_calendar table td table td:hover {background:none;}

/*달력형 게시판_소형*/
.bbs_calendar_small table {border-collapse:collapse; }
.bbs_calendar_small table td {border:1px solid #ececec; width:14.2%; background:#none; vertical-align:middle;}
.bbs_calendar_small table td table td {border:none;}
.bbs_calendar_small table td table td:hover {background:none;}

/* 게시판하단버튼(리스트) */
.bbs_bottom_btn { margin-top:20px;}
.bbs_bottom_btn_left { float:left; }
.bbs_bottom_btn_left a{ margin-right:5px !important; }
.bbs_bottom_btn_right { float:right; }
.bbs_bottom_btn_right a{ margin-left:5px !important; }

/* 게시판 글쓴이가쓴글 말풍선(상세) */
.bbs_detail_write_box {
	position:absolute;
	top:10px;
	left:0px;
	z-index:2;
	border-radius:5px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	background:#fafafa;
	border:1px solid #eaeaea;
	padding:30px 30px 50px 30px;
	width:470px;
}

.bbs_detail_write_box:after {
	content:"";
	position:absolute;
	background:url('../img/bg_talk_box_arrow.png');
	top:-17px;
	left:60px;
	z-index:2;
	width:17px;
	height:17px;
}

/* 게시판 공유 말풍선(상세) */
.bbs_talk_box_sns {
	position:absolute;
	top:10px;
	left:-60px;
	z-index:1;
	border-radius:5px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	background:#fafafa;
	border:1px solid #eaeaea;
	padding:30px;
}

/* 게시판 sns 이미지 */
.bbs_sns_img img { width:32px; margin-left:10px; display:inline-block;}


/* 게시판 카운터(상세) */
.bbs_cw_detail {
	margin: 0 !important;
	border: none !important;
	overflow: visible !important;
	font: inherit !important;
	color: inherit !important;
	text-transform: none !important;
	display: inline-block !important;
	box-sizing: border-box !important;
	padding: 9px 20px !important;
	vertical-align: middle !important;
	font-size:14px !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	transition: 0.1s ease-in-out !important;
	transition-property: color, background-color, border-color !important;
	border-radius:2em !important;
	background-color: transparent !important;
	color: #333 !important;
	border:1px solid #e5e5e5 !important;
	outline:none !important;
	position:relative !important;
	margin-right:10px !important;
}


.bbs_cw_detail_icon {
	padding-left:40px !important;
}

.bbs_cw_detail svg {
	position:absolute !important;
	top:7px !important;
	left:16px !important;
}

/* 댓글영역배경 */
.bg_reply_list { background:url('../img/bg_reply_list.gif') left top  repeat; }

/* 댓글작성 텍스트에어리어 가로길이 */
.short_comment_size { width:calc(100% - 130px); }

/* 게시판 리스트 타이틀 바 */
.bbs_list_title_bar td { text-align:center; color:#222222; height:50px; font-size:14px; font-family:'맑은 고딕'}

/* 게시판 댓글 말풍선(상세) */

/* 좌측 */
.bbs_comment_box {
	position:relative;
	border-radius:15px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	background:#ffffff;
	border:1px solid #eaeaea;
	padding:30px;
	margin-top:10px;
}
.highlight2:after {
	content:"";
	position:absolute;
	background:url('../img/bg_comment_box_arrow2.png') !important;
	top:17px;
	left:-15px;
	width:17px;
	height:17px;
}

.bbs_comment_box:after {
	content:"";
	position:absolute;
	background:url('../img/bg_comment_box_arrow.png');
	top:17px;
	left:-17px;
	width:17px;
	height:17px;
}
/* 우측(자신) */
.bbs_comment_box_right {
	position:relative;
	border-radius:15px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	background:#fff5f1;
	border:1px solid #eaeaea;
	padding:30px;
	margin-top:10px;
}

.bbs_comment_box_right:after {
	content:"";
	position:absolute;
	background:url('../img/bg_comment_box_arrow_right.png');
	top:17px;
	right:-17px;
	width:17px;
	height:17px;
}

/* 댓글 들여쓰기 모바일 */
.reply_content_depth { padding-left:80px; }


/* 댓글 회원 사진 */
.bbs_reply_member_img { border-radius:30px; width:60px; height:60px; }


/* 아이콘회전 */
.sel_menu {
	cursor:pointer;
}

.sel_menu .sel_menu_hover {
	color:#999999 !important;
	transition: 0.4s ease-in-out;
	transition-property: transform;
	transition-duration: .2s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sel_menu.uk-open .sel_menu_hover {
	color:#222222 !important;
	transition: 0.4s ease-in-out;
	transition-property: transform;
	transition-duration: .2s;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* 게시판 등록 수정 */
.bbs_reg_table > table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.bbs_reg_table > table th {
	width:130px;
	padding-left:20px;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
	background-color:rgba(250, 250, 250, 1);
	height:60px;
	border-bottom: 1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	font-family: '맑은 고딕'

}

.bbs_reg_table > table td {
	padding:10px 0px 10px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #eaeaea;
}

.bbs_reg_table select {
	width:170px !important;
}

/* 도배방지키 */
.bbs_dobae { display:inline-block; color:#333333; background:#ffffff; font-size:15px; font-family: 'Noto Sans KR' !important; font-weight:500 !important; border:1px solid #e5e5e5; border-radius:0.3em; height:40px; vertical-align:middle; box-sizing: border-box; line-height:38px; padding:0px 10px;}

/* 게시판하단버튼(등록수정) */
.bbs_reg_bottom_btn { margin-top:20px; padding-top:20px; text-align:center;}
.bbs_reg_bottom_btn a{ margin:0px 5px !important;}
.bbs_reg_bottom_btn button { margin:0px 5px; }

/* 게시판검색 */
.bbs_top_search { border-top:1px solid #eaeaea; height:40px; padding:20px 0px; font-size:0px;}
.bbs_top_search_left {float:left;}
.bbs_top_search_left select { width:150px; float:left; margin-right:5px;}
.bbs_top_search_right {min-width: 55%; float:right;}
.bbs_top_search_right select,.bbs_top_search_right input,.bbs_top_search_right button { float:left; margin-left:5px !important;}

/* 게시판 로우즈 정보 구분선 */
.bbs_gubun_line { display:inline-block; height:12px; border-left:1px solid #e0e0e0; margin:0px 10px;}

/* 게시판리스트 작성자 등록일 번호  */
.bbs_rows_by { color:#888888; }
.bbs_rows_by a { color:#888888; }
.bbs_rows_date { color:#888888; }
.bbs_rows_num { color:#888888; }
.bbs_rows_review { color:#999999; }
.bbs_rows_review a { color:#999999; }

/* 제목뒤에 댓글 뉴아이콘 출력부분 댓글채택  */
.bbs_rows_reply { color:#666666; white-space:nowrap;}
.bbs_rows_reply img { margin-left:5px;}
.bbs_rows_reply_choose  { margin-left:5px; }


/* 로우즈 마우스오버 효과 그림자 */
.bbs_rows_sh:hover { box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);}

/* 로우즈 마우스오버 정보 더보기 */
.bbs_info:hover .bbs_info_more { display:block !important;}

/* 로우즈 게시판 카운터(흰색,라운드,원) */
.bbs_cw {
	margin: 0 !important;
	border: none !important;
	overflow: visible !important;
	font: inherit !important;
	color: inherit !important;
	text-transform: none !important;
	display: inline-block !important;
	box-sizing: border-box !important;
	padding: 7px 20px !important;
	vertical-align: middle !important;
	font-size:14px !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	transition: 0.1s ease-in-out !important;
	transition-property: color, background-color, border-color !important;
	border-radius:2em !important;
	background-color: transparent !important;
	color: #fff !important;
	border:1px solid #fff !important;
	outline:none !important;
	position:relative !important;
	margin-left:5px !important;
}


.bbs_cw_icon {
	padding-left:40px !important;
}

.bbs_cw svg {
	position:absolute;
	top:7px;
	left:16px;
	color:#ffffff !important;
}


.bbs_cw_01 {
	margin: 0 !important;
	border: none !important;
	overflow: visible !important;
	font: inherit !important;
	color: inherit !important;
	text-transform: none !important;
	display: inline-block !important;
	box-sizing: border-box !important;
	width:48px !important;
	height:48px !important;
	vertical-align: middle !important;
	font-size: 14px !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	transition: 0.1s ease-in-out !important;
	transition-property: color, background-color, border-color !important;
	border-radius:2em !important;
	background-color: transparent !important;
	color: #fff !important;
	border:1px solid #fff !important;
	outline:none !important;
	position:relative !important;
}

.bbs_cw_01_icon {
	padding-top:21px !important;
}

.bbs_cw_01 svg {
	position:absolute;
	top:3px;
	left:15px;
	color:#ffffff !important;
}

/* 게시판 리스트 좌우 마진(대형 중형 소형) */
.bbs_rows_margin_01 .bbs_rows_margin { margin-left:20px;}
.bbs_rows_margin_01 td:first-child .bbs_rows_margin { margin-left:0px;}

/* 게시판 자주하는질문 말풍선(상세) */
.bbs_detail_faq_box {
	border-radius:5px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	background:#fafafa;
	border:1px solid #eaeaea;
	padding:30px 30px 30px 30px;
	font-family: '맑은 고딕'
}

/* 질문과답변 아이콘 */
.bbs_radio_info_01 { display:inline-block; color:#ffffff; background:#5da7f7; border-radius:3px; padding:5px 10px; box-sizing: border-box;}
.bbs_radio_info_02 { display:inline-block; color:#222222; background:#ffffff; border-radius:3px; border:1px solid #e9e9e9; padding:5px 10px; box-sizing: border-box;}



/* 게시글 관리팝업창 */

.bbs_move_table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.bbs_move_table table th {
	width:100px;
	text-align:left;
	font-size:15px;
	color:#666666;
	height:60px;
	border-bottom:1px solid #eaeaea;
}

.bbs_move_table table td {
	padding:10px 0px 10px 10px; 
	border-bottom:1px solid #eaeaea;
	text-align:left; 
}
