/*기본 크기 및 폰트*/
.stw_bbs{
	position:relative;
	font-size:14px;
	min-width:300px;
	padding:0px;
}

.stw_bbs .sns_icon_align{
	margin-top:-3px;
	vertical-align:middle;
	width:inherit !important;
	height:inherit !important;
}
/*기본 크기 및 폰트*/


/* 목록 */
	/* 목록 기본*/
	.stw_bbs .list_table_dashboard .main_text .re_icon_st svg {
		margin-top:-2px;
	}

	.stw_bbs .list_table_dashboard table{
		margin-bottom:0px;
		font-size:15px;
	}

	.stw_bbs .list_table_dashboard table > tbody > tr:hover svg{
		color:inherit;
	}

	.stw_bbs .list_table_dashboard table > tbody > tr > td{
		vertical-align:middle;
		word-break:break-all;
	}

	.stw_bbs .listbuttons .btn{
		display:inline-block;
		padding:4px 10px 5px 25px;
		vertical-align: middle;
		text-align:center;
		transition:0.1s ease-in-out;
		font-size:12px;
		line-height:1;
		transition-property: color, background-color, border-color;
		border-radius:25px;
		-webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.20);
		box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.20);
		color:#fff;
		border:1px solid rgba(0, 0, 0, 0.1);
		float:left;
		position:relative;
		background:rgba(0, 0, 0, 0.4);
	}
	.stw_bbs .listbuttons .btn svg{
		position:absolute;
		top:4px;
		left:9px;
	}
	.stw_bbs .listbuttons .btn.circle_btn{
		height:40px;
		width:40px;
		border-radius:100px;
		padding:0px;
	}
	.stw_bbs .listbuttons .btn.circle_btn svg{
		position:absolute;
		top:4px;
		left:11px;
	}

	.stw_bbs .listbuttons .btn.circle_btn2{
		padding:13px 10px 13px 30px;
	}

	.stw_bbs .listbuttons .btn.circle_btn2 svg{
		top:12px;
	}

	.stw_bbs .gallery_type_border {
		border-top:1px solid #e1e1e1;
		margin-top:10px;
	}

	/* 목록 기본*/


	/* 페이징 */
	.stw_bbs .bbs_paging {
		text-align:center;
		padding-top:0px;
	}

	.stw_bbs .bbs_paging_10 {
		text-align:center;
		padding-top:10px;
	}
	/* 페이징 */


	/* 텍스트형 추천게시글 */
	.stw_bbs .text_recommend_wrap {
		border-top:3px solid #e9e9e9;
		border-bottom:3px solid #e9e9e9;
		background-color:#fcfcfc;
		padding:10px 0 0 0;
		margin-bottom:30px;
	}

	.stw_bbs .text_recommend_wrap .recommend_title_box {
		position:relative;
		padding-bottom:10px;
		border-bottom:1px solid #222222;
	}

	.stw_bbs .text_recommend_wrap .recommend_title {
		font-family:'Noto Sans KR' !important;
		font-weight:500 !important;
		font-size:18px;
		color:#000000;
		padding-left:10px;
	}

	.stw_bbs .text_recommend_wrap .recommend_title_more {
		position:absolute;
		top:3px;
		right:10px;
		color:#999999;
	}

	.stw_bbs .text_recommend_wrap .list_table_dashboard .recommend_text_rows_wrap{
		word-break:break-all;
		color:inherit;
		font-size:15px;
		padding:10px;
		border-bottom:1px solid #e5e5e5;
		position:relative;
	}

	.stw_bbs .text_recommend_wrap .list_table_dashboard a:last-child .recommend_text_rows_wrap{
		padding-bottom:15px !important;
		border-bottom:none !important;
	}

	.stw_bbs .text_recommend_wrap .h_form.list_table_dashboard .recommend_text_rows_wrap .main_text{
		display:inline-flex;
		max-width:100%;
	}

	.stw_bbs .text_recommend_wrap .list_table_dashboard .recommend_text_rows_wrap .main_text .title {
		padding-right:5px;
		font-size:16px;
		color:#333333;
		font-weight:500;
	}

	.stw_bbs .text_recommend_wrap .list_table_dashboard .recommend_text_rows_wrap .main_text .re_icon_st svg {
		margin-top:-2px;
	}

	.stw_bbs .text_recommend_wrap .h_form.list_table_dashboard .recommend_text_rows_wrap .list_icon_align .uk-icon {
		margin-right:3px;
		margin-top:-1px;
	}

	.stw_bbs .text_recommend_wrap .list_table_dashboard .recommend_text_rows_wrap .comment_wrap{
		min-width:40px;
		display:inline-block;
	}

	.stw_bbs .text_recommend_wrap .list_table_dashboard .recommend_text_rows_wrap .bbs_newicon{
		color:#f36c5d;
		font-weight:500;
		display:inline-block;
		margin-top:1px;
	}

	.stw_bbs .text_recommend_wrap .list_table_dashboard .recommend_text_rows_wrap .sub_info {
		margin-top:3px;
	}

	.stw_bbs .text_recommend_wrap .list_table_dashboard .recommend_text_rows_wrap .sub_info .sub_info_rows {
		font-size:13px;
		color:#888;
		vertical-align:top;
		position:relative;
		padding-left:9px;
		margin:0 0 0 8px !important;
		float:left;
		min-height:20px;
	}

	.stw_bbs .text_recommend_wrap .list_table_dashboard .recommend_text_rows_wrap .sub_info .sub_info_rows.svg_po svg{
		margin-right:5px;
		margin-top:-2px
	}

	.stw_bbs .text_recommend_wrap .list_table_dashboard .recommend_text_rows_wrap .sub_info .sub_info_rows:first-child {
		padding-left:0px !important;
		margin:0px !important;
	}

	.stw_bbs .text_recommend_wrap .list_table_dashboard .recommend_text_rows_wrap .sub_info .sub_info_rows:not(:first-child)::before {
		position:absolute;
		left:0;
		top:50%;
		width:1px;
		height:17px;
		margin-top:-8px;
		background-color:#eeeeee;
		content:'';
	}

	.stw_bbs .text_recommend_wrap .list_table_dashboard .list_no_result2{
		padding:50px 0 35px 0 !important;
	}
	/* 텍스트형 추천게시글 */




	/* 갤러리형 추천게시글 */
	.stw_bbs .gallery_recommend_wrap {
		border-top:3px solid #e9e9e9;
		border-bottom:3px solid #e9e9e9;
		background-color:#fcfcfc;
		padding:10px 0 15px 0;
		margin-bottom:30px;
	}

	.stw_bbs .gallery_recommend_wrap .recommend_title_box {
		position:relative;
		padding-bottom:10px;
		border-bottom:1px solid #222222;
	}

	.stw_bbs .gallery_recommend_wrap .recommend_title {
		font-family:'Noto Sans KR' !important;
		font-weight:500 !important;
		font-size:18px;
		color:#000000;
		padding-left:10px;
	}

	.stw_bbs .gallery_recommend_wrap .recommend_title_more {
		position:absolute;
		top:3px;
		right:10px;
		color:#999999;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info table{
		margin-bottom:0px;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info table tbody > tr td{
		position:relative;
		padding:0;
		vertical-align:top;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info table > tbody > tr{
		border-bottom:1px solid #e1e1e1;
		background:transparent !important;
		border-bottom:none;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info table > tbody > tr:hover{
		background:transparent !important;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info{
		width:calc(100% + 10px);
		position:relative;
		left:-10px;
		margin-top:10px;
		padding:0px;
		font-size:15px;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide{
		margin:0 0 15px 10px;
		position:relative;
		max-width:750px;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info table > tbody > tr:last-child > td .gallery_list_wide{
		margin-bottom:0px;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .wide{
		max-width:750px;
	}
	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .wide .thumb{
		position:relative;
		overflow:hidden;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .wide .thumb img{
		width:100%;
		height:auto;
		display:block;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .review_area {
		margin-top:7px;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .review_area .re_icon_st{
		float:none !important;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .review_area .re_icon_st svg {
		margin-top:-2px;
	}


	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .review_area .title{
		font-size:16px;
		margin-bottom:7px;
		max-width:100%;
		line-height:1.4;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .review_area .title .ellipsis_line2{
		word-break:break-all;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .review_area .info {
		vertical-align:top;
		font-size:14px;
		color:#888;
		word-break:break-all;
		text-align:left;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .list_no_result2{
		padding:50px 0 40px 10px !important;
	}
	/* 갤러리형 추천게시글 */




	/*검색창*/
	.stw_bbs .search_box {
		position:relative;
		background-color:rgba(250, 250, 250, 1);
		color:#212121;
		border-top:1px solid #e5e5e5;
		border-bottom:1px solid #e5e5e5;
	}

	.stw_bbs .search_box .sub_box_head .sub_box_head_title{
		display:inline-block;
		color:#000000;
		vertical-align:middle;
		float:left;
		font-size:15px;
		padding:12px 10px;
		font-family:'Noto Sans KR' !important;
		font-weight:500 !important;
	}

	.stw_bbs .search_box .sub_box_head .sub_box_head_more{
		position:absolute;
		color:#000000;
		display:inline-block;
		top:11px;
		right:10px;
	}

	.stw_bbs .search_box .sub_box_inner{
		border-top:1px solid #eee !important;
		padding:15px;
	}

	.stw_bbs .search_box .sub_box_inner .category{
		display:flex;
		height:auto;
		width:100%;
		flex-wrap:wrap;
		margin-bottom:15px;
	}
	.stw_bbs .search_box .sub_box_inner .category > select{
		width:100% !important;
		margin-right:0 !important;
	}
	.stw_bbs .search_box .sub_box_inner .category > span{
		display:inline-block;
		width:100%;
	}
	.stw_bbs .search_box .sub_box_inner .category > span > select{
		width:100% !important;
		margin-top:5px !important;
		margin-right:0 !important;
	}

	.stw_bbs .search_box .sub_box_inner .write_input_m .select_full select {
		width:100% !important;
	}

	.stw_bbs .search_box .sub_box_inner .write_input_m .select_80 select {
		width:80px !important;
	}

	.stw_bbs .search_box .sub_box_inner .search_word_box{
		width:calc(100% - 85px) !important;
		margin-left:5px !important;
	}


	.stw_bbs .search_box .sub_box_inner .search_box_manager {
		border-top:1px solid #eee;
		position:relative;
		padding-top:15px;
		text-align:center;
	}

	.stw_bbs .search_box .sub_box_inner .search_box_btn {
		position:relative;
		display:inline-block;
		text-align:center;
	}
	/*검색창*/


	/* 버튼*/
	.stw_bbs .sel_btn_wrap{
		margin-bottom:10px;
		padding-right:5px;
		position:relative;
	}

	.stw_bbs .sel_btn_wrap .menu_name_st{
		font-size:18px;
		font-weight:500;
		margin-left:0px;
		padding-top:6px;
		max-width:calc(100% - 100px);
	}

	.stw_bbs .sel_btn_wrap .btn_wrap{
		position:absolute;
		top:0px;
		right:0px;
	}
	/* 버튼*/

	/* 공지사항 목록 기본 */
	.stw_bbs .list_table_dashboard .notice_rows{
		word-break:break-all;
		color:inherit;
		font-size:15px;
		padding:10px 0;
		border-bottom:1px solid #e5e5e5;
		position:relative;
	}

	.stw_bbs .list_table_dashboard .notice_rows .main_check{
		position: absolute;
		top:calc(50% - 13px);
		left:0px;
	}

	.stw_bbs .list_table_dashboard .notice_rows .main_check .h-check input[type="checkbox"] + span::before {
		margin-top:0px !important;
	}

	.stw_bbs .list_table_dashboard .notice_rows .main_text_wrap_notice{
		margin-left:25px;
		display:block;
	}


	.stw_bbs .list_table_dashboard .notice_rows .main_text_wrap_notice .main_text{
		display:inline-flex;
		max-width:100%;
	}

	.stw_bbs .list_table_dashboard .notice_rows .main_text_wrap_notice .main_text .title {
		padding-right:5px;
		font-size:16px;
		color:#333333;
		font-weight:500;
	}

	.stw_bbs .list_table_dashboard .notice_rows .main_text_wrap_notice .main_text .re_icon_st svg {
		margin-top:-2px;
	}

	.stw_bbs .list_table_dashboard .notice_rows .main_text_wrap_notice .main_text .comment_wrap .list_icon_align .uk-icon {
		margin-right:3px;
		margin-top:-1px;
	}

	.stw_bbs .list_table_dashboard .notice_rows .main_text_wrap_notice .comment_wrap{
		min-width:40px;
		display:inline-block;
	}

	.stw_bbs .list_table_dashboard .notice_rows .main_text_wrap_notice .bbs_newicon{
		color:#f36c5d;
		font-weight:500;
		display:inline-block;
		margin-top:1px;
	}

	.stw_bbs .list_table_dashboard .notice_rows .main_text_wrap_notice .sub_info {
		margin-top:3px;
	}

	.stw_bbs .list_table_dashboard .notice_rows .main_text_wrap_notice .sub_info .sub_info_rows {
		font-size:13px;
		color:#888;
		vertical-align:top;
		position:relative;
		padding-left:9px;
		margin:0 0 0 8px !important;
		float:left;
		min-height:20px;
	}

	.stw_bbs .list_table_dashboard .notice_rows .main_text_wrap_notice .sub_info .sub_info_rows.svg_po svg{
		margin-right:5px;
		margin-top:-2px
	}

	.stw_bbs .list_table_dashboard .notice_rows .main_text_wrap_notice .sub_info .sub_info_rows:first-child {
		padding-left:0px !important;
		margin:0px !important;
	}

	.stw_bbs .list_table_dashboard .notice_rows .main_text_wrap_notice .sub_info .sub_info_rows:not(:first-child)::before {
		position:absolute;
		left:0;
		top:50%;
		width:1px;
		height:17px;
		margin-top:-8px;
		background-color:#eeeeee;
		content:'';
	}
	/* 공지사항 목록 기본 */



	/* 텍스트형 목록 기본 */
	.stw_bbs .bbs_list_text.list_table_dashboard .text_rows{
		word-break:break-all;
		color:inherit;
		font-size:15px;
		padding:10px 0;
		border-bottom:1px solid #e5e5e5;
		position:relative;
	}

	.stw_bbs .bbs_list_text.list_table_dashboard .text_rows .main_text_wrap{
		display:block;
	}


	.stw_bbs .bbs_list_text.list_table_dashboard .text_rows .main_text{
		display:inline-flex;
		max-width:100%;
	}

	.stw_bbs .bbs_list_text.list_table_dashboard .text_rows .main_text .title {
		padding-right:5px;
		font-size:16px;
		color:#333333;
		font-weight:500;
	}

	.stw_bbs .bbs_list_text.list_table_dashboard .text_rows .main_text .re_icon_st svg {
		margin-top:-2px;
	}

	.stw_bbs .bbs_list_text.list_table_dashboard .text_rows .main_text .comment_wrap{
		min-width:40px;
		display:inline-block;
	}

	.stw_bbs .bbs_list_text.list_table_dashboard .text_rows .main_text .comment_wrap .list_icon_align .uk-icon {
		margin-right:3px;
		margin-top:-1px;
	}

	.stw_bbs .bbs_list_text.list_table_dashboard .text_rows .main_text .bbs_newicon{
		color:#f36c5d;
		font-weight:500;
		display:inline-block;
		margin-top:1px;
	}

	.stw_bbs .bbs_list_text.list_table_dashboard .text_rows .sub_info {
		margin-top:3px;
	}

	.stw_bbs .bbs_list_text.list_table_dashboard .text_rows .sub_info .sub_info_rows {
		font-size:13px;
		color:#888;
		vertical-align:top;
		position:relative;
		padding-left:9px;
		margin:0 0 0 8px !important;
		float:left;
		min-height:20px;
	}

	.stw_bbs .bbs_list_text.list_table_dashboard .text_rows .sub_info .sub_info_rows.svg_po svg{
		margin-right:5px;
		margin-top:-2px
	}

	.stw_bbs .bbs_list_text.list_table_dashboard .text_rows .sub_info .sub_info_rows:first-child {
		padding-left:0px !important;
		margin:0px !important;
	}

	.stw_bbs .bbs_list_text.list_table_dashboard .text_rows .sub_info .sub_info_rows:not(:first-child)::before {
		position:absolute;
		left:0;
		top:50%;
		width:1px;
		height:17px;
		margin-top:-8px;
		background-color:#eeeeee;
		content:'';
	}

	.stw_bbs .bbs_list_text.list_table_dashboard .list_no_result2{
		border-bottom:1px solid #d7d7d7 !important
	}
	/* 텍스트형 목록 기본 */


	/* 이미지 + 텍스트형 목록 기본 */
	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows{
		word-break:break-all;
		color:inherit;
		font-size:15px;
		padding:15px 0px;
		border-bottom:1px solid #e5e5e5;
		position:relative;
	}


	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .img_list_board{
		width:100%;
		table-layout:fixed;
		display:table;
	}
	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .img_list_board > div{
		display:table-cell;
		vertical-align:middle;
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .img_list_board .main_text_wrap{
		padding-right:10px;
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .img_list_board .main_text_wrap .main_text{
		display:inline-flex;
		max-width:100%;
		position:relative;
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .img_list_board .main_text_wrap .main_text .title {
		font-size:16px;
		color:#333333;
		font-weight:500;
		line-height:1.4;
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .img_list_board .main_text_wrap .main_text .re_icon_st {
		float:none !important;
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .img_list_board .main_text_wrap .main_text .re_icon_st svg {
		margin-top:-2px;
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .img_list_board .main_text_wrap .main_text .bbs_newicon_cir{
		color:#f36c5d;
		position:absolute;
		left:-9px;
		top:-1px;
		z-index:2;
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .img_list_board .img_wrap{
		position:relative;
		width:100px;
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .img_list_board .img_wrap .thumb_inner_area{
		height:100px;
		overflow:hidden;
		position:relative;
		border-radius:6px;
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .img_list_board .img_wrap .thumb_inner_area img{
		max-width:100%;
		height:100px;
		width:100%;
		display:block;
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .sub_info {
		margin-top:3px;
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .sub_info .sub_info_rows {
		font-size:13px;
		color:#888;
		vertical-align:top;
		position:relative;
		padding-left:9px;
		margin:0 0 0 8px !important;
		float:left;
		min-height:20px;
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .sub_info .sub_info_rows.svg_po svg{
		margin-right:5px;
		margin-top:-2px
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .sub_info .sub_info_rows:first-child {
		padding-left:0px !important;
		margin:0px !important;
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .image_text_rows .sub_info .sub_info_rows:not(:first-child)::before {
		position:absolute;
		left:0;
		top:50%;
		width:1px;
		height:17px;
		margin-top:-8px;
		background-color:#eeeeee;
		content:'';
	}

	.stw_bbs .bbs_list_image_text.list_table_dashboard .list_no_result2{
		border-bottom:1px solid #d7d7d7 !important
	}
	/* 이미지 + 텍스트형 목록 기본 */




	/* 목록 갤러리소형 기본*/
	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_small table > tbody > tr{
		background:transparent !important;
		border-bottom:none;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_small table > tbody > tr:hover{
		background:transparent !important;
	}


	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_small{
		width:calc(100% + 1px);
		position:relative;
		left:-1px;
		margin-top:1px;
		padding-bottom:1px;
		border-bottom:1px solid #d7d7d7;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_small table > tbody > tr > td{
		padding:0;
		vertical-align:top
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_small .gallery_list_small{
		margin:0 0 1px 1px;
		position:relative;
		max-width:500px;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_small .gallery_list_small .bbs_newicon_cir{
		color:#f36c5d;
		position:absolute;
		left:8px;
		top:0px;
		z-index:2;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_small table > tbody > tr:last-child > td .gallery_list_small{
		margin-bottom:0px;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_small .gallery_list_small .bg{
		position:absolute;
		top:0;
		bottom:0;
		left:0px;
		right:0px;
		z-index:2;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_small .gallery_list_small .small{
		max-width:500px;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_small .gallery_list_small .small img{
		width:100%;
		height:auto;
		display:block;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_small .gallery_list_small .small .thumb{
		position:relative;
		overflow:hidden;
	}

	/* 목록 갤러리소형 기본*/


	/* 목록 갤러리대형 기본*/
	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big table > tbody > tr{
		background:transparent !important;
		border-bottom:none;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big table > tbody > tr:hover{
		background:transparent !important;
	}


	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big{
		width:calc(100% + 0px);
		left:-0px;
		position:relative;
		margin-top:20px;
		padding:0px;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big table > tbody > tr > td{
		padding:0;
		vertical-align:top
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide{
		margin:0 0 20px 0px;
		position:relative;
		max-width:1500px;
		padding:0px 0px;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .bg{
		position:absolute;
		top:-22px;
		bottom:0;
		left:0px;
		right:0px;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big table > tbody > tr:last-child > td .gallery_list_wide{
		margin-bottom:0px;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .wide{
		max-width:1500px;
		border-bottom:1px solid rgba(0,0,0,.07);
		padding-bottom:20px;
		z-index:2;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .wide .date_info{
		display:table;
		width:100%;
		table-layout:fixed;
		margin-bottom:10px;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .wide .date_info .info {
		vertical-align:top;
		display:table-cell;
		font-size:13px;
		color:#979797;
		word-break:break-all;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .wide .thumb{
		position:relative;
		overflow:hidden;
		border-radius:6px;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .wide .thumb img{
		width:100%;
		height:auto;
		display:block;
	}


	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .wide .review_area {
		margin-top:10px;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .wide .review_area .title{
		font-size:18px;
		margin-bottom:3px;
		max-width:100%;
		line-height:1.4;
		position:relative;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .wide .review_area .title .ellipsis_line2{
		word-break:break-all;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .wide .review_area .review{
		font-size:14px;
		margin-bottom:10px;
		max-width:100%;
		color:#999;
		max-height:115px;
		line-height:1.4;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .wide .review_area .title .re_icon_st{
		float:none !important;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .wide .review_area .title .re_icon_st svg {
		margin-top:-2px;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .wide .review_area .title .bbs_newicon_cir{
		color:#f36c5d;
		position:absolute;
		left:-11px;
		top:-1px;
		z-index:2;
	}


	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .review_area .writer_info{
		width:100%;
		position:relative;
		font-size:15px;
		color:#888;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .review_area .writer_info .name_st{
		max-width:calc(100% - 45px);
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .gallery_list_wide .review_area .writer_info .icon_st{
		position:absolute;
		right:0px;
		top:-2px;
	}

	.stw_bbs .bbs_list_image.list_table_dashboard .gallery_list_area_big .list_no_result2{
		border-bottom:1px solid #d7d7d7 !important;
		padding:30px 0 50px 0 !important;
	}
	/* 목록 갤러리대형 기본*/



	/* 질문과답변 목록 기본 */
	.stw_bbs .bbs_list_qna.list_table_dashboard .text_rows{
		word-break:break-all;
		color:inherit;
		font-size:15px;
		padding:10px 0px;
		border-bottom:1px solid #e5e5e5;
		position:relative;
	}

	.stw_bbs .bbs_list_qna.list_table_dashboard .text_rows .main_text_wrap{
		display:block;
	}


	.stw_bbs .bbs_list_qna.list_table_dashboard .text_rows .main_text{
		display:inline-flex;
		max-width:100%;
		position:relative;
	}

	.stw_bbs .bbs_list_qna.list_table_dashboard .text_rows .main_text .title {
		padding-right:3px;
		font-size:16px;
		color:#333333;
		font-weight:500;
	}

	.stw_bbs .bbs_list_qna.list_table_dashboard .text_rows .main_text .bbs_newicon_cir{
		color:#f36c5d;
		position:absolute;
		left:-11px;
		top:calc(50% - 2px);
		z-index:2;
	}

	.stw_bbs .bbs_list_qna.list_table_dashboard .text_rows .main_text .title .uk-label {
		padding:3px 5px !important;
		min-width:60px;
		text-align:center;
	}

	.stw_bbs .bbs_list_qna.list_table_dashboard .text_rows .main_text .title .align {
		vertical-align:middle;
		line-height:1.2;
	}

	.stw_bbs .bbs_list_qna.list_table_dashboard .text_rows .main_text .comment_wrap{
		min-width:20px;
		display:inline-block;
	}

	.stw_bbs .bbs_list_qna.list_table_dashboard .text_rows .main_text .comment_wrap .list_icon_align .uk-icon {
		margin-right:0px;
		margin-top:0px;
	}

	.stw_bbs .bbs_list_qna.list_table_dashboard .text_rows .sub_info {
		margin-top:3px;
	}

	.stw_bbs .bbs_list_qna.list_table_dashboard .text_rows .sub_info .sub_info_rows {
		font-size:13px;
		color:#888;
		vertical-align:top;
		position:relative;
		padding-left:9px;
		margin:0 0 0 8px !important;
		float:left;
		min-height:20px;
	}

	.stw_bbs .bbs_list_qna.list_table_dashboard .text_rows .sub_info .sub_info_rows.svg_po svg{
		margin-right:5px;
		margin-top:-2px
	}

	.stw_bbs .bbs_list_qna.list_table_dashboard .text_rows .sub_info .sub_info_rows:first-child {
		padding-left:0px !important;
		margin:0px !important;
	}

	.stw_bbs .bbs_list_qna.list_table_dashboard .text_rows .sub_info .sub_info_rows:not(:first-child)::before {
		position:absolute;
		left:0;
		top:50%;
		width:1px;
		height:17px;
		margin-top:-8px;
		background-color:#eeeeee;
		content:'';
	}

	.stw_bbs .bbs_list_qna.list_table_dashboard .list_no_result2{
		border-bottom:1px solid #d7d7d7 !important
	}
	/* 질문과답변 목록 기본 */





	/* 자주하는 질문 목록 기본 */
	.stw_bbs .bbs_list_faq.list_table_dashboard .text_rows{
		word-break:break-all;
		color:inherit;
		font-size:15px;
		padding:10px;
		border-bottom:1px solid #e5e5e5;
		position:relative;
	}

	.stw_bbs .bbs_list_faq.list_table_dashboard .text_rows .main_text_wrap{
		display:block;
		position:relative;
	}


	.stw_bbs .bbs_list_faq.list_table_dashboard .text_rows .main_text{
		display:inline-flex;
		max-width:calc(100% - 25px);
	}

	.stw_bbs .bbs_list_faq.list_table_dashboard .text_rows .main_text .title {
		padding-right:3px;
		font-size:16px;
		color:#333333;
		font-weight:500;
	}

	.stw_bbs .bbs_list_faq.list_table_dashboard .text_rows .main_text .re_icon_st svg {
		margin-top:-2px;
	}

	.stw_bbs .bbs_list_faq.list_table_dashboard .text_rows .main_text .comment_wrap{
		min-width:20px;
		display:inline-block;
	}

	.stw_bbs .bbs_list_faq.list_table_dashboard .text_rows .main_text .comment_wrap .list_icon_align .uk-icon {
		margin-right:0px;
		margin-top:-1px;
	}

	.stw_bbs .bbs_list_faq.list_table_dashboard .text_rows .main_text_wrap .list_open{
		position:absolute;
		right:0px;
		top:0px;
	}

	.stw_bbs .bbs_list_faq.list_table_dashboard .text_rows.tr_border_display{
		cursor:pointer;
	}
	.stw_bbs .bbs_list_faq.list_table_dashboard .text_rows.tr_border_display.open{
		border-bottom:0 none !important;
		background:rgba(250, 250, 250,1) !important;
	}

	.stw_bbs .bbs_list_faq.list_table_dashboard .text_rows.tr_border_display .main_text_wrap .list_open .list_open_hover{
		color:#999999 !important;
		transition: 0.4s ease-in-out;
		transition-property: transform;
		transition-duration: .2s;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.stw_bbs .bbs_list_faq.list_table_dashboard .text_rows.tr_border_display .main_text_wrap .list_open .list_open_hover svg{
		margin-top:-2px;
	}

	.stw_bbs .bbs_list_faq.list_table_dashboard .text_rows.tr_border_display.open .main_text_wrap .list_open .list_open_hover{
		color:#222222 !important;
		transition: 0.4s ease-in-out;
		transition-property: transform;
		transition-duration: .2s;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.stw_bbs .bbs_list_faq.list_table_dashboard .more_answer {
		background:rgba(250, 250, 250,1) !important;
		border-bottom:1px solid #e5e5e5;
		padding:0px 10px 10px 10px;
	}

	.stw_bbs .bbs_list_faq.list_table_dashboard .more_answer .review{
		color:#999;
		max-height:115px;
		line-height:1.3;
		word-break:break-all;
		border-top:1px solid #ececec;
		padding-top:10px;
	}


	.stw_bbs .bbs_list_faq.list_table_dashboard .list_no_result2{
		border-bottom:1px solid #d7d7d7 !important;
	}
	/* 자주하는 질문 목록 기본 */
/* 목록 */



/* 등록,수정,답변 */
	/* 제목 */
	.stw_bbs.write_wrap {
		padding:0 0px !important;
	}

	.stw_bbs.write_wrap .page_title_wrap{
		margin-bottom:10px;
		padding-bottom:10px;
		position:relative;
		border-bottom:1px solid #e5e5e5;
	}

	.stw_bbs.write_wrap .page_title_wrap .page_title_st{
		font-size:18px;
		font-weight:500;
	}

	.stw_bbs.write_wrap .page_title_wrap .btn_wrap.h_form{
		position:absolute;
		top:-6px;
		right:-5px;
	}
	/* 제목 */

	/* 작성폼 */
	.stw_bbs.write_wrap .h_form.board_form {
		border-bottom:1px solid #e5e5e5 !important;
	}

	.stw_bbs.write_wrap .h_form.board_form .write_input_m img{
		max-width:95% !important;
		height:auto;
	}

	.stw_bbs.write_wrap .h_form.board_form .bbs_dobae{
		display:inline-block;
		color:#ffffff;
		background:#636363;
		border:1px solid #373737;
		font-size:15px;
		font-weight:500 !important;
		border-radius:3px;
		height:40px;
		vertical-align:middle;
		line-height:38px;
		padding:0px 10px;
		margin-left:5px;
	}
	/* 작성폼 */
	/* 카테고리 */
	.stw_bbs.write_wrap .h_form.board_form .category_box{
		width:100%;
		margin-bottom:10px;
	}
	.stw_bbs.write_wrap .h_form.board_form .category_box select{
		margin-right:0px !important;
		margin-bottom:5px;
		width:100% !important;
	}

/* 등록,수정,답변 */


/* 게시글 잠금, 게시글수정, 게시글 삭제 */
.stw_bbs.board_lock_wrap {
	padding:0 10px;
	max-width:300px;
	margin:0 auto;
}

.stw_bbs.board_lock_wrap .board_lock_box {
	display:table;
	width:100%;
	height:100%;
}

.stw_bbs.board_lock_wrap .board_lock_box .input_width_st{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.stw_bbs.board_lock_wrap .board_lock_box .input_width_st {
	width:300px;
	font-size:16px;
	text-align:left;
	margin:0px auto;
}

.stw_bbs.board_lock_wrap .board_lock_box .input_width_st .title{
	color:#222222;
	text-align:center;
	line-height:1.0;
	font-size:24px;
	font-weight:500;
}


.stw_bbs.board_lock_wrap .board_lock_box .input_width_st .out_btn_st {
	width:100% !important;
	display:block !important;
	font-size:20px !important;
	padding:15px 0 !important;
	font-weight:500 !important;
	margin-top:10px !important;
}

.stw_bbs.board_lock_wrap .board_lock_box .input_width_st .info_form .info_form_input {
	z-index:1;
	position:relative;
	height:50px;
}

.stw_bbs.board_lock_wrap .board_lock_box .input_width_st .info_form .info_form_input:focus {
	z-index:2;
}
/* 게시글 잠금, 게시글수정, 게시글 삭제 */



/* 상세 */

.stw_bbs .board_detail {
	padding:0 0px;
}

.stw_bbs .board_detail .article_title_area{
	padding:0 0 20px 0;
	border-bottom:1px solid #eaeaea;
	position:relative;
}


.stw_bbs .board_detail .article_title_area .category{
	font-size:14px;
	vertical-align:middle;
}

.stw_bbs .board_detail .article_title_area .article_title {
	margin-bottom:20px;
	margin-top:3px;
}

.stw_bbs .board_detail .article_title_area .article_title h3{
	font-size:22px;
	font-weight:500 !important;
	line-height:1.3;
	word-break:break-word;
	color:#161616;
}

.stw_bbs .board_detail .article_title_area .article_info {
	position:relative;
}

.stw_bbs .board_detail .article_title_area .article_info .name,
.stw_bbs .board_detail .article_title_area .article_info .date{
	font-size:15px;
	color:#888888;
	vertical-align:middle;
	max-width:calc(100% - 55px);
	word-break:break-word;
}

.stw_bbs .board_detail .article_title_area .article_info .name .more_data svg{
	margin-left:5px;
	margin-top:-2px;
}


.stw_bbs .board_detail .article_title_area .article_info .more_btn {
	position:absolute;
	top:10px;
	right:0px;
}

.stw_bbs .board_detail .article_title_area .article_info .more_btn .scrap_m_del{
	color:var( --main-color-10 );
}

.stw_bbs .board_detail .article_title_area .article_info .more_btn .scrap_m_del:hover{
	color:var( --main-color-10 );
}

.stw_bbs .board_detail .article_title_area .article_info .more_btn .list_btn_st.uk-dropdown.uk-open{
	display:block !important;
}

.stw_bbs .board_detail .article_title_area .article_info .more_btn .list_btn_st.uk-dropdown{
	width:170px !important;
}

.stw_bbs .board_detail .article_title_area .article_info .more_btn .list_btn_st .list_btn_icon{
	margin-right:5px;
}

.stw_bbs .board_detail .article_title_area .article_info .more_btn .list_btn_st .list_btn_icon svg{
	margin-top:-3px;
}

.stw_bbs .board_detail .article_title_area .article_info .more_btn .list_btn_st.uk-dropdown .uk-dropdown-nav > li > a {
	font-size:16px !important;
}




	/* 상세페이지내 이미지 관련 설정*/
	.stw_bbs .board_detail .board_detail_contents {
		margin-top:15px
	}

	.stw_bbs .board_detail .board_detail_contents .bbs_attach_file a {
		border-radius:25px;
		margin:5px 0;
		text-align:left;
		word-break:break-all;
		padding:10px 15px 10px 30px !important;
		background:#f5f5f5;
	}

	.stw_bbs .board_detail .board_detail_contents .bbs_attach_file a svg{
		top:calc(50% - 7px);
		left:10px !important;
	}

	.stw_bbs .board_detail .board_detail_contents .detail_auto_img {
		margin-bottom:10px;
	}
	.stw_bbs .board_detail .board_detail_contents .detail_auto_img img {
		max-width:100%;
	}
	.stw_bbs .board_detail .board_detail_contents .detail_auto_img:nth-of-type(4) {
		margin-bottom:10px;
	}

	.stw_bbs .board_detail .bbs_img_auto_box{
		margin:0 0 10px 0;
	}
	.stw_bbs .board_detail .bbs_img_auto_box a{
		margin-right:10px;
	}

	
	/* 상세페이지내 이미지 관련 설정*/


	/* 글 복사, 이동시 상세페이지내 안내 문구 박스*/
	.stw_bbs .board_detail .board_detail_contents .bbsmove_box_area {
		position:relative;
		border-radius:5px;
		padding:15px;
		margin-top:20px;
		background:#f2f2f2;
		border:1px solid #e1e1e1;
	}
	/* 글 복사, 이동시 상세페이지내 안내 문구 박스*/

	.stw_bbs .board_detail .board_detail_contents .bbs_review_wrap {
		margin-top:5px;
	}

	/* 하단버튼 */
	.stw_bbs .board_detail .post_button_detail{
		padding:15px 0 10px 0;
		margin-top:20px;
		border-top:1px solid #e9e9e9;
	}

	.stw_bbs .board_detail .post_button_detail .pick_btn_wrap {
		display:inline-block;
		float:left;
	}

	.stw_bbs .board_detail .post_button_detail .pick_btn_wrap .pick_btn{
		margin-right:10px;
	}

	.stw_bbs .board_detail .post_button_detail .pick_btn_wrap .pick_btn a.uk-icon:focus{
		color:var( --main-color-10 );
	}

	.stw_bbs .board_detail .post_button_detail .pick_btn_wrap .pick_btn:last-child{
		margin-right:0px !important;
	}

	.stw_bbs .board_detail .post_button_detail .pick_btn_wrap .pick_btn svg{
		margin-top:-3px;
	}


	.stw_bbs .board_detail .post_button_detail .count_wrap {
		display:inline-block;
		float:right;
	}

	.stw_bbs .board_detail .post_button_detail .count_wrap .count_icon{
		margin-right:5px;
	}

	.stw_bbs .board_detail .post_button_detail .count_wrap .count_icon svg{
		margin-top:-3px;
	}
	/* 하단버튼 */


	/* 추천 비추천 내역 */
	.stw_bbs .board_detail .post_button_detail .uk-drop.uk-open{
		left:10px !important;
	}

	.stw_bbs .board_detail .post_button_detail .bbs_pick_pop_wrap{
		width:270px;
		max-width:270px;
		max-height:150px;
		overflow:auto;
		margin-top:10px;
	}

	.stw_bbs .board_detail .post_button_detail .bbs_pick_pop_wrap .evaluation{
		width:100%;
		position:relative;
		display:block;
		text-align:left;
		padding:10px;
		border-bottom:1px solid rgba(0, 0, 0, 0.05);
	}

	.stw_bbs .board_detail .post_button_detail .bbs_pick_pop_wrap .evaluation:last-child {
		border-bottom:none;
	}
	.stw_bbs .board_detail .post_button_detail .bbs_pick_pop_wrap .evaluation .evaluation_rows_name{
		color:#333;
		max-width:95%;
		font-size:14px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
	}

	.stw_bbs .board_detail .post_button_detail .bbs_pick_pop_wrap .evaluation .evaluation_rows_date{
		font-size:13px;
		color:#999;
		font-family: 'Noto Sans KR' !important;
		font-weight:400 !important;
	}
	.stw_bbs .board_detail .post_button_detail .bbs_pick_pop_wrap .evaluation:hover{
		background:var( --main-color-2 );
	}
	.stw_bbs .board_detail .post_button_detail .bbs_pick_pop_wrap .evaluation:hover .evaluation_rows_name{
		color:var( --main-color-10 );
	}
	.stw_bbs .board_detail .post_button_detail .bbs_pick_pop_wrap .evaluation:hover .evaluation_rows_date{
		color:var( --main-color-10 );
	}
	/* 추천 비추천 내역 */

	/* 전체게시글 목록 */
	.stw_bbs .detail_all_list_wrap {
		margin-top:50px;
	}
	.stw_bbs .detail_all_list_wrap .title_wrap{
		padding-bottom:10px;
		position:relative;
	}

	.stw_bbs .detail_all_list_wrap .title_wrap .title_st{
		font-size:18px;
		font-weight:500;
		margin-left:0px;
		padding-top:0px;
		width:100%;
	}

	.stw_bbs .detail_all_list_wrap .title_wrap.border_st{
		border-bottom:1px solid #e5e5e5;
	}
	/* 전체게시글 목록 */


	/* 글쓴이의 다른 게시글 */
	.stw_bbs .board_detail .bbs_detail_write_box {
		margin-top:10px;
		position:absolute;
		background:#f9f9f9;
		border:1px solid #cecece;
		border-radius:5px;
		min-width:280px;
		padding:12px 15px;
		z-index:2;
	}

	.stw_bbs .board_detail .bbs_detail_write_box .title_wrap{
		position:relative;
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px solid #cecece;
	}

	.stw_bbs .board_detail .bbs_detail_write_box .title_wrap .title{
		color:#000000;
		font-size:17px;
		font-family:'Noto Sans KR' !important;
		font-weight:500 !important;
	}

	.stw_bbs .board_detail .bbs_detail_write_box .title_wrap .close{
		position:absolute;
		top:0px;
		right:-3px;
		color:#000000;
	}

	.stw_bbs .board_detail .bbs_detail_write_box .writer_other_text_wrap{
		max-height:220px;
		overflow-y:auto;
	}

	.stw_bbs .board_detail .bbs_detail_write_box .writer_other_text_wrap > table{
		table-layout:fixed;
		width:100%;
	}


	.stw_bbs .board_detail .bbs_detail_write_box .writer_other_text_wrap .recommend_text_rows_wrap{
		text-align:left;
		font-size:16px;
		margin-bottom:5px;
	}

	.stw_bbs .board_detail .bbs_detail_write_box .writer_other_text_wrap > table > tbody > tr:last-child > td > .recommend_text_rows_wrap{
		margin-bottom:0px !important;
	}

	.stw_bbs .board_detail .bbs_detail_write_box .writer_other_text_wrap .recommend_text_rows_wrap .main_text {
		display:inline-flex;
		max-width:100%;
	}

	.stw_bbs .board_detail .bbs_detail_write_box .writer_other_text_wrap .recommend_text_rows_wrap .comment_wrap{
		min-width:40px;
		display:inline-block;
	}

	.stw_bbs .board_detail .bbs_detail_write_box .writer_other_text_wrap .recommend_text_rows_wrap .comment_wrap .bbs_newicon {
		color:#f36c5d;
		font-weight:500;
		display:inline-block;
		margin-right:5px;
		margin-top:-1px;
	}

	.stw_bbs .board_detail .bbs_detail_write_box .writer_other_text_wrap .recommend_text_rows_wrap .comment_wrap .uk-icon {
		margin-right:3px;
		margin-top:-2px;
	}
	/* 글쓴이의 다른 게시글 */




	/* 댓글영역*/
	.stw_bbs .reply_list_area {
		border-top:1px solid #121212;
		margin-top:10px;
		border-bottom:1px solid #e1e1e1;
	}

	.stw_bbs .reply_list_area .reply_count_title {
		position:relative;
		padding:15px 0px;
		font-size:18px;
		font-family:'Noto Sans KR' !important;
		font-weight:400 !important;
		margin:0;
		color:#000000;
	}


	.stw_bbs .reply_list_area .reply_open{
		cursor:pointer;
	}
	.stw_bbs .reply_list_area .reply_open .reply_open_hover{
		color:#999999 !important;
		transition: 0.4s ease-in-out;
		transition-property: transform;
		transition-duration: .2s;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.stw_bbs .reply_list_area .reply_open.uk-open .reply_open_hover{
		color:#222222 !important;
		transition: 0.4s ease-in-out;
		transition-property: transform;
		transition-duration: .2s;
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.stw_bbs .reply_list_area .reply_write{
		border-top:1px solid #e1e1e1;
		background:#f2f2f2;
		padding:10px;
		font-size:14px;
	}

	/* 도배방지키 */
	.stw_bbs .reply_list_area .reply_write .h_form.board_comment_form .bbs_dobae{
		display:inline-block;
		color:#ffffff;
		background:#636363;
		border:1px solid #373737;
		font-size:14px;
		font-weight:500 !important;
		border-radius:3px;
		height:40px;
		vertical-align:middle;
		line-height:38px;
		padding:0px 5px;
		margin-left:5px;
	}
	/* 도배방지키 */






	.stw_bbs .reply_list_area .reply_list{
		background:#f2f2f2;
		padding:10px 10px 30px 10px;
		border-top:1px solid #e1e1e1;
	}

	.stw_bbs .reply_list_area .reply_list .reply_choose_box{
		padding:0 0 10px 0;
		color:#999999;
		border-bottom:1px solid #e1e1e1;
		text-align:center;
		margin-bottom:10px !important;
	}

	.stw_bbs .reply_list_area .reply_list > div{
		margin-bottom:40px;
		position:relative;
	}

	.stw_bbs .reply_list_area .reply_list > div.comment_rows_wrap:last-child{
		margin-bottom:0px !important;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap .writer_wrap{
		margin-left:35px;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap .comment_photo_wrap{
		position:absolute;
		left:0;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap .comment_photo_wrap img{
		border-radius:50%;
		width:30px;
		height:30px;
	}


	.stw_bbs .reply_list_area .reply_list > div .writer_info{
		font-family:'Noto Sans KR' !important;
		font-weight:400 !important;
		font-size:14px;
	}

	.stw_bbs .reply_list_area .reply_list > div .comment_box .bbs_dobae{
		display:inline-block;
		color:#ffffff;
		background:#636363;
		border:1px solid #373737;
		font-size:14px;
		font-weight:500 !important;
		border-radius:3px;
		height:40px;
		vertical-align:middle;
		line-height:38px;
		padding:0px 5px;
		margin-left:5px;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap .writer_info .list_more_wrap{
		position:absolute;
		top:38px;
		left:7px;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap.my_reply .writer_info .list_more_wrap{
		right:7px;
		left:inherit !important;
	}



	.stw_bbs .reply_list_area .reply_list > div .comment_box{
		max-width:calc(100% - 15px);
		min-width:110px;
		position:relative;
		display:inline-block;
		text-align:left;
		border-radius: 0px 5px 5px 5px;
		box-shadow:0 2px 8px 0 rgba(0,0,0,0.1);
		background:#ffffff;
		border:1px solid #eaeaea;
		padding:15px 15px 20px 15px;
		margin-top:5px;
		font-size:14px;
		word-break:break-all;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap {
		float:left;
		width:100%;
		position:relative;
	}

	/* 내가 작성한 댓글 설정 */
	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap.my_reply .comment_photo_wrap{
		right:0 !important;
		left:initial !important;
		left:inherit !important;
		left:unset !important;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap.my_reply .writer_wrap{
		margin-left:0px !important;
		margin-right:35px;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap.my_reply {
		float:right !important;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap.my_reply.reply_content_depth {
		margin-right:35px;
		margin-left:initial !important;
		margin-left:inherit !important;
		margin-left:unset !important;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap.my_reply .writer_info{
		text-align:right;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap.my_reply .writer_info .nick_reg_st1{
		float:right !important;
		margin-left:10px !important;
		margin-right:0px !important;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap.my_reply .writer_info .nick_reg_st2{
		float:right !important;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap.my_reply .comment_box{
		background:#c7eaf5 !important;
		border:1px solid #c7eaf5 !important;
		float:right !important;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap.my_reply .comment_box{
		background:#c7eaf5 !important;
		border:1px solid #c7eaf5 !important;
		float:right !important;
	}
	/* 내가 작성한 댓글 설정 */



	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap.reply_content_depth {
		margin-left:20px;
		width:calc(100% - 20px);
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap .reply_content_depth_icon{
		position:absolute;
		left:-23px;
		top:0;
		display:none;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap.reply_content_depth .reply_content_depth_icon{
		display:block !important;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap .writer_info .nick_reg_st1{
		float:left;
		margin-right:10px;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap .writer_info .nick_reg_st2{
		float:left;
		color:#afafaf;
		letter-spacing:-1px;
	}


	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap .writer_info .list_btn_st.uk-dropdown.uk-open{
		display:block !important;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap .writer_info .list_btn_st.uk-dropdown{
		width:70px !important;
	}

	.stw_bbs .reply_list_area .reply_list .detailbuttons {
		position:absolute;
		bottom:-17px;
		left:10px;
	}

	.stw_bbs .reply_list_area .reply_list > .comment_rows_wrap.my_reply .detailbuttons {
		position:absolute;
		bottom:-17px;
		right:10px;
		left:inherit !important;
	}


	.stw_bbs .reply_list_area .reply_list .detailbuttons .circle_btn,
	.stw_bbs .reply_list_area .reply_list .detailbuttons .circle_btn3,
	.stw_bbs .reply_list_area .reply_list .detailbuttons .circle_btn4 {
		height:34px;
		width:34px;
		border-radius:50%;
		padding:0px;
	}
	.stw_bbs .reply_list_area .reply_list .detailbuttons .circle_btn svg{
		margin-top:6px;
	}

	.stw_bbs .reply_list_area .reply_list .detailbuttons .circle_btn3 svg{
		margin-top:8px;
	}

	.stw_bbs .reply_list_area .reply_list .detailbuttons .circle_btn4 svg{
		margin-top:6px;
		margin-left:0px;
	}



	
	.stw_bbs .reply_list_area .nomem_write{
		margin-top:10px;
		padding-top:10px;
		border-top:1px dashed rgba(0,0,0,0.1);
	}
	.stw_bbs .reply_list_area .h_form.reply_write .h_btn_b,
	.stw_bbs .reply_list_area .h_form.nomem_write .h_btn_b{
		padding:31px 26px 30px 26px;
	}


	.stw_bbs .reply_list_area .reply_list .comment_rows_wrap .writer_wrap .comment_box .title_wrap{
		position:relative;
		margin-bottom:5px;
	}

	.stw_bbs .reply_list_area .reply_list .comment_rows_wrap .writer_wrap .comment_box .title_wrap .title{
		color:#000000;
		font-size:15px;
		font-family:'Noto Sans KR' !important;
		font-weight:500 !important;
	}

	.stw_bbs .reply_list_area .reply_list .comment_rows_wrap .writer_wrap .comment_box .title_wrap .close{
		position: absolute;
		top:-5px;
		right:-5px;
		color:#000000;
	}
	/* 댓글영역*/


	/* 질문과답변 */

	.stw_bbs .board_detail .article_title_area .h_form.stats {
		border-top:1px dashed #eaeaea;
		margin-top:10px;
		padding-top:13px;
	}

	.stw_bbs .board_detail .article_title_area .h_form.stats a{
		margin-right:3px;
		padding:9px 12px;
	}

		/* 질문과 답변형 게시판 > 답변 스타일*/
		.stw_bbs .board_detail .reply_box_area_wrap{
			position:relative;
			border-radius:5px;
			margin-top:20px;
			border:1px solid #d7d7d7;
		}
		.stw_bbs .board_detail .reply_box_area_wrap .reply_box_area{
			position:relative;
			border-radius:3px;
			padding:15px;
			border:3px solid #e1e1e1;
		}

		.stw_bbs .board_detail .reply_box_area_wrap .article_title_area{
			padding:0 0 20px 0;
			border-bottom:1px solid #eaeaea;
			position:relative;
			margin-bottom:20px;
		}

		.stw_bbs .board_detail .reply_box_area_wrap .article_title_area .article_title{
			font-size:18px;
			font-family: 'Noto Sans KR' !important;
			font-weight:500 !important;
			margin-bottom:10px;
			word-break:break-all;
			line-height:1.3;
		}

		.stw_bbs .board_detail .reply_box_area_wrap .article_title_area .article_title svg{
			margin-top:-3px;
		}



		.stw_bbs .board_detail .reply_box_area_wrap .article_title_area .sub_info .info {
			font-size:15px;
			color:#888;
			vertical-align:top;
			position:relative;
			padding-left:9px;
			margin:0 0 0 8px !important;
			float:left;
		}

		.stw_bbs .board_detail .reply_box_area_wrap .article_title_area .sub_info .info:first-child {
			padding-left:0px !important;
			margin:0px !important;
		}

		.stw_bbs .board_detail .reply_box_area_wrap .article_title_area .sub_info .info:not(:first-child)::before {
			position:absolute;
			left:0;
			top:50%;
			width:1px;
			height:17px;
			margin-top:-8px;
			background-color:#eeeeee;
			content:'';
		}

		.stw_bbs .board_detail .reply_box_area_wrap .article_title_area .more_btn_wrap {
			position:absolute;
			bottom:20px;
			right:0px;
		}

		.stw_bbs .board_detail .reply_box_area_wrap .article_title_area .more_btn_wrap .list_btn_st.uk-dropdown.uk-open{
			display:block !important;
		}

		.stw_bbs .board_detail .reply_box_area_wrap .article_title_area .more_btn_wrap .list_btn_st.uk-dropdown{
			width:70px !important;
		}

		/* 질문과 답변형 게시판 > 답변 스타일*/
	/* 질문과답변 */
/* 상세 */