/*기본 크기 및 폰트*/
.stw_bbs{
	position:relative;
	min-width:var( --main-minwidth-1 );
	font-size:14px;
}

.stw_bbs .sns_icon_align{
	margin-top:-3px;
	vertical-align:middle;
	width:inherit !important;
	height:inherit !important;
}
/*기본 크기 및 폰트*/



/* 게시글 잠금, 게시글수정, 게시글 삭제 */
.stw_bbs .board_lock_alert{
	width:100%;
	height:100%;
	display:table;
	padding:100px 0;
}
.stw_bbs .board_lock_alert_container{
	width:350px;
	margin: auto;
}
.stw_bbs .board_lock_alert_container .pass_btn_st{
	margin-bottom:0px !important;
	width:100% !important;
	display:block !important;
	font-size:16px !important;
	padding:15px 0 !important;
}
.stw_bbs .board_lock_alert .title{
	position: relative;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
	font-size:28px !important;
	color: #000000;
	text-align:center;
}



/*상세 > SNS아이콘 레이어*/
.stw_bbs .bbs_talk_box_sns{
	min-width:max-content;
	position:absolute;
	top:48px;
	left:-38px;
	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:10px;
}
.stw_bbs .bbs_talk_box_sns svg{
	margin-top:0 !important;
}
.stw_bbs .bbs_talk_box_sns:before{
	content:"";
	position:absolute;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #eaeaea;
	top:-17px;
	left:50px;
	width:16px;
	height:17px;
	z-index:3;
}
.stw_bbs .bbs_talk_box_sns:after{
	content:"";
	position:absolute;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #fafafa;
	top:-13px;
	left:51px;
	z-index:3;
}
/*상세 > SNS아이콘 레이어*/

/*소스보기 등 팝업*/
.stw_bbs_pop .bbs_popup_wrap {
	padding:10px 15px 0 15px;
	font-size:14px;
}

.stw_bbs_pop .bbs_popup_header {
	margin-bottom:10px;
}

.stw_bbs_pop .bbs_popup_header_title {
	position:relative;
	font-family:'Noto Sans KR' !important;
	font-weight:500 !important;
	font-size:18px;
	cursor:pointer;
	color:#000000;
	padding-left:25px;
}

.stw_bbs_pop .bbs_popup_header_title svg{
	left:0px;
	position:absolute;
	top:5px;
}

.stw_bbs_pop .bbs_popup_contents{
	padding-top:10px !important;
	padding-bottom:10px !important;
	border-top:1px solid #eee !important;
	border-bottom:1px solid #eee !important;
}

/*소스보기 등 팝업*/

/*게시글이동*/
.stw_bbs .board_movecopy_layer{
	border:1px solid #e9e9e9;
	background:#ffffff;
	width:390px;
	position:absolute;
	bottom:145px;
	left:0px;
	border-radius:3px;
	padding:15px 20px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	z-index:11;
}
.stw_bbs .board_movecopy_layer .title{
	position:relative;
	font-family:'Noto Sans KR' !important;
	font-weight:500 !important;
	font-size:18px;
	color:#000000;
	display:block;
	padding-bottom:10px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	margin-bottom: 10px;
}
.stw_bbs .board_movecopy_layer .label_width{
	padding-bottom:0px;
	border-bottom:1px solid rgba(0,0,0,0.05);
}
.stw_bbs .board_movecopy_layer .h_form.label_width .write_input{
	margin-bottom:10px;
}
.stw_bbs .board_movecopy_layer .h_form.label_width .write_input > label{
	width:100px;
}
.stw_bbs .board_movecopy_layer .h_form.label_width .write_input > div{
	width:calc(100% - 100px);
}
/*게시글이동*/


/* 추천 비추천 내역 */
.stw_bbs .board_detail .post_button_detail .scrap_m_del{
	color:#fff;
	background:var( --main-color-10 );
	border:1px solid rgba(0,0,0,0.1)
}
.stw_bbs .board_detail .post_button_detail .scrap_m_del:hover{
	color:#fff !important
}

.stw_bbs .board_detail .post_button_detail .bbs_pick_pop_wrap{
	width:300px;
	max-width:300px;
	max-height:285px;
	overflow:hidden;
}
.stw_bbs .board_detail .post_button_detail .bbs_pick_pop_wrap .scroll-wrapper{
	max-height:260px;
}
.stw_bbs .board_detail .post_button_detail .bbs_pick_pop_wrap .evaluation{
	width:100%;
	position:relative;
	display:block;
	text-align:left;
	padding:15px;
	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:80%;
	font-size:16px;
	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:14px;
	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 .h_form.board_form{
	border-bottom:1px solid #eaeaea;
}

.stw_bbs .h_form.board_form .write_input select{
	width:auto;
}


.stw_bbs .h_form.board_form .write_input .bbs_title_width_category {
	width:100%;
}

.stw_bbs .h_form.board_form .write_input .no_box_line,
.stw_bbs .h_form.board_form .write_input .no_box_line select {
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius:0px;
	padding-left:0px;
}

.stw_bbs .h_form.board_form .write_input .no_box_line:focus,
.stw_bbs .h_form.board_form .write_input .no_box_line select:focus {
	box-shadow:inset 0px -1px 0 0px var( --main-color-10 );
}

.stw_bbs .h_form.board_form .write_input .no_box_line:read-only:focus {
	box-shadow:inset 0px -1px 0 0px #ff0000;
}

.stw_bbs .h_form.board_form .write_input .no_box_line:-ms-read-only:focus {
	box-shadow:inset 0px -1px 0 0px #ff0000;
}

.stw_bbs .h_form.board_form .write_input .no_box_line:-moz-read-only:focus {
	box-shadow:inset 0px -1px 0 0px #ff0000;
}

.stw_bbs .h_form.board_form .write_input .no_box_line select {
	margin-right:5px;
	width:200px;
}


.stw_bbs .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;
}

.h_form .write_input .category_box{
	width:100%;
	margin-bottom:20px;
}
.h_form .write_input .category_box select{
	margin-right:5px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius:0px;
	padding-left:0px;
	width:200px;
}
.h_form .write_input .category_box select:focus{
	box-shadow:inset 0px -1px 0 0px var(--main-color-10);
}
/* 등록,수정,답변 */







/* 상세 */
	/* 글 복사, 이동시 상세페이지내 안내 문구 박스*/
	.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 .article_title_area{
		padding:0 0 20px 0;
		border-bottom:1px solid #eaeaea;
		position:relative;
		margin-bottom:20px
	}

	.stw_bbs .board_detail .article_title_area .article_title{
		font-size:26px;
		font-family: 'Noto Sans KR' !important;
		font-weight:500 !important;
		margin-bottom:20px;
		word-break:break-all;
		line-height:1.4;
	}

	.stw_bbs .board_detail .article_title_area .name,
	.stw_bbs .board_detail .article_title_area .date,
	.stw_bbs .board_detail .article_title_area .category{
		font-size:15px;
		color:#888888;
		vertical-align:middle;
	}

	.stw_bbs .board_detail .article_title_area .category{
		color:#111111;
	}


	.stw_bbs .board_detail .article_title_area .cate_line_st {
		font-size:14px;
		vertical-align:top;
		margin:0 5px;
		color:#cecece;
	}

	.stw_bbs .board_detail .detailbuttons_wrap{
		position:absolute;
		bottom:13px;
		right:0px;
	}

	.stw_bbs .board_detail .detailbuttons_wrap .detailbuttons{
		position:relative;
	}
	.stw_bbs .board_detail .detailbuttons_wrap .detailbuttons .circle_btn{
		height: 34px;
		width: 34px;
		border-radius: 50px;
		padding: 0px;
	}
	.stw_bbs .board_detail .detailbuttons_wrap .detailbuttons .circle_btn svg{
		margin-top: 7px
	}
	.stw_bbs .board_detail .detailbuttons_wrap .detailbuttons .btn{
		display: inline-block;
		padding: 9px 20px;
		vertical-align: middle;
		text-align: center;
		transition: 0.1s ease-in-out;
		font-size:14px;
		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: #333;
		border:1px solid #e5e5e5;
		float:left;
		position:relative;
		background-color:#ffffff;
	}
	.stw_bbs .board_detail .detailbuttons_wrap .detailbuttons .btn:hover{
		text-decoration: none;
		color: #333;
		border-color:#b2b2b2;
	}
	.stw_bbs .board_detail .detailbuttons_wrap .detailbuttons .detail_icon{
		padding-left: 40px !important;
	}
	.stw_bbs .board_detail .detailbuttons_wrap .detailbuttons .detail_icon svg{
		position: absolute;
		top: 7px;
		left: 16px;
	}

	.stw_bbs .board_detail .board_detail_contents .bbs_attach_file a {
		border-radius:25px;
		margin-bottom:20px;
	}



	/* 댓글영역*/
	.stw_bbs .board_detail .reply_list_area {
		border-top:1px solid #121212;
		margin-top:60px;
	}

	.stw_bbs .board_detail .reply_list_area .reply_count_title {
		position:relative;
		padding:15px 0;
		font-size:20px;
		font-family:'Noto Sans KR' !important;
		font-weight:400 !important;
		margin:0;
	}


	.stw_bbs .board_detail .reply_list_area .reply_open{
		cursor:pointer;
	}
	.stw_bbs .board_detail .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 .board_detail .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 .board_detail .reply_list_area .reply_list .reply_choose_box{
		padding:0 0 20px 0;
		color:#999999;
		border-bottom:1px solid #e1e1e1;
		text-align:center;
	}

	.stw_bbs .board_detail .reply_list_area .reply_list{
		background:#f2f2f2;
		padding:20px;
		border-top:1px solid #e1e1e1;
	}
	.stw_bbs .board_detail .reply_list_area .reply_list > div{
		margin-bottom:40px;
		position:relative;
	}
	.stw_bbs .board_detail .reply_list_area .reply_list > .comment_rows_wrap .writer_wrap{
		margin-left:70px;
	}

	.stw_bbs .board_detail .reply_list_area .reply_list > .comment_rows_wrap .comment_photo_wrap{
		position:absolute;
		left:0;
	}

	.stw_bbs .board_detail .reply_list_area .reply_list > .comment_rows_wrap .comment_photo_wrap img{
		border-radius:50%;
		width:60px;
		height:60px;
	}


	.stw_bbs .board_detail .reply_list_area .reply_list > div .writer_info{
		font-family: 'Noto Sans KR' !important;
		font-weight: 400 !important;
		font-size:14px;
	}
	.stw_bbs .board_detail .reply_list_area .reply_list > div .comment_box{
		max-width:calc(100% - 30px);
		min-width:200px;
		position:relative;
		display:inline-block;
		text-align:left;
		border-radius:5px;
		box-shadow:0 2px 8px 0 rgba(0,0,0,0.1);
		background:#ffffff;
		border:1px solid #eaeaea;
		padding:30px;
		margin-top:10px;
		font-size:14px;
		word-break:break-all;
	}

	.stw_bbs .board_detail .reply_list_area .reply_list > .comment_rows_wrap {
		float:left;
		width:100%;
		position:relative;
	}


		/* 내가 작성한 댓글 설정 */
		.stw_bbs .board_detail .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 .board_detail .reply_list_area .reply_list > .comment_rows_wrap.my_reply .writer_wrap{
			margin-left:0px !important;
			margin-right:70px;
		}

		.stw_bbs .board_detail .reply_list_area .reply_list > .comment_rows_wrap.my_reply {
			float:right !important;
		}

		.stw_bbs .board_detail .reply_list_area .reply_list > .comment_rows_wrap.my_reply.reply_content_depth {
			margin-right:70px;
			margin-left:initial !important;
			margin-left:inherit !important;
			margin-left:unset !important;
		}

		.stw_bbs .board_detail .reply_list_area .reply_list > .comment_rows_wrap.my_reply .writer_info{
			text-align:right;
		}

		.stw_bbs .board_detail .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 .board_detail .reply_list_area .reply_list > .comment_rows_wrap.my_reply .writer_info .nick_reg_st2{
			float:right !important;
		}

		.stw_bbs .board_detail .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 .board_detail .reply_list_area .reply_list > .comment_rows_wrap.reply_content_depth {
		margin-left:70px;
		width:calc(100% - 70px);
	}

	.stw_bbs .board_detail .reply_list_area .reply_list > .comment_rows_wrap .writer_info .nick_reg_st1{
		float:left;
		margin-right:10px;
	}

	.stw_bbs .board_detail .reply_list_area .reply_list > .comment_rows_wrap .writer_info .nick_reg_st2{
		float:left;
		color:#afafaf;
	}

	.stw_bbs .board_detail .reply_list_area .reply_list .detailbuttons {
		position:absolute;
		bottom:-17px;
		left:10px;
	}

	.stw_bbs .board_detail .reply_list_area .reply_list > .comment_rows_wrap.my_reply .detailbuttons {
		position:absolute;
		bottom:-17px;
		right:10px;
		left:inherit !important;
	}

	.stw_bbs .board_detail .reply_list_area .reply_list .detailbuttons .circle_btn,
	.stw_bbs .board_detail .reply_list_area .reply_list .detailbuttons .circle_btn2,
	.stw_bbs .board_detail .reply_list_area .reply_list .detailbuttons .circle_btn3,
	.stw_bbs .board_detail .reply_list_area .reply_list .detailbuttons .circle_btn4 {
		height:34px;
		width:34px;
		border-radius:50%;
		padding:0px;
	}
	.stw_bbs .board_detail .reply_list_area .reply_list .detailbuttons .circle_btn svg{
		margin-top:6px;
	}

	.stw_bbs .board_detail .reply_list_area .reply_list .detailbuttons .circle_btn2 svg{
		margin-top:5px;
	}

	.stw_bbs .board_detail .reply_list_area .reply_list .detailbuttons .circle_btn3 svg{
		margin-top:8px;
	}

	.stw_bbs .board_detail .reply_list_area .reply_list .detailbuttons .circle_btn4 svg{
		margin-top:6px;
		margin-left:1px;
	}


	.stw_bbs .board_detail .reply_list_area .reply_list .detailbuttons .btn{
		display: inline-block;
		padding: 9px 20px;
		vertical-align: middle;
		text-align: center;
		transition: 0.1s ease-in-out;
		font-size:14px;
		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: #333;
		border:1px solid #e5e5e5;
		float:left;
		position:relative;
		background-color:#ffffff;
	}
	.stw_bbs .board_detail .reply_list_area .reply_list .detailbuttons .btn:hover{
		text-decoration: none;
		color:#333;
		border-color:#b2b2b2;
	}
	.stw_bbs .board_detail .reply_list_area .reply_list .detailbuttons .detail_icon{
		padding-left:40px !important;
	}
	.stw_bbs .board_detail .reply_list_area .reply_list .detailbuttons .detail_icon svg{
		position: absolute;
		top: 7px;
		left: 16px;
	}
	.stw_bbs .board_detail .reply_list_area .reply_write{
		border-top:1px solid #e1e1e1;
		background:#f2f2f2;
		padding:20px;
		font-size:14px;
	}
	.stw_bbs .board_detail .reply_list_area .nomem_write{
		margin-top:20px;
		padding-top:20px;
		border-top:1px dashed rgba(0,0,0,0.1);
	}
	.stw_bbs .board_detail .reply_list_area .h_form.reply_write .h_btn_b,
	.stw_bbs .board_detail .reply_list_area .h_form.nomem_write .h_btn_b{
		padding:31px 26px 30px 26px;
	}

	.stw_bbs .board_detail .reply_list_area .h_form.reply_write .icon_b,
	.stw_bbs .board_detail .reply_list_area .h_form.nomem_write .icon_b{
		padding-left:50px !important;
	}

	.stw_bbs .board_detail .reply_list_area .h_form.reply_write .icon_b svg,
	.stw_bbs .board_detail .reply_list_area .h_form.nomem_write .icon_b svg{
		position:absolute;
		top:31px;
		left:23px;
	}

	.stw_bbs .board_detail .reply_list_area .reply_list .comment_rows_wrap .writer_wrap .comment_box .title_wrap{
		position:relative;
		margin-bottom:5px;
	}

	.stw_bbs .board_detail .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 .board_detail .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 .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:15px;
		font-weight:500 !important;
		border-radius:3px;
		height:40px;
		vertical-align:middle;
		line-height:38px;
		padding:0px 10px;
		margin-left:5px;
	}
	/* 댓글영역*/

	/* 하단버튼 */
	.stw_bbs .board_detail .post_button_detail{
		padding:5px 0 30px 0;
		border-top:1px solid #e9e9e9;
	}
	/* 하단버튼 */

	/* 상세페이지내 이미지 관련 설정*/
	.stw_bbs .board_detail .board_detail_contents {
		margin-bottom:20px;
	}
	.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:20px;
	}

	.stw_bbs .board_detail .bbs_img_auto_box{
		margin:0 0 20px 0;
	}
	.stw_bbs .board_detail .bbs_img_auto_box a{
		margin-right:10px;
	}
	/* 상세페이지내 이미지 관련 설정*/

	/* 질문과 답변형 게시판 > 답변 스타일*/
	.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:26px;
		font-family: 'Noto Sans KR' !important;
		font-weight:500 !important;
		margin-bottom:10px;
		word-break:break-all;
		line-height:1.4;
	}

	.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 .info {
		font-size:15px;
		color:#888888;
		vertical-align:middle;
	}

	.stw_bbs .board_detail .reply_box_area_wrap .article_title_area .cate_line_st {
		font-size:14px;
		vertical-align:top;
		margin:0 5px;
		color:#cecece;
	}

	/* 질문과 답변형 게시판 > 답변 스타일*/


	/* 상세내 전체 게시글 목록*/
	.stw_bbs .board_detail .all_list_wrap .all_list_title {
		position:relative;
		padding:15px 0;
		font-size:20px;
		font-family: 'Noto Sans KR' !important;
		font-weight: 400 !important;
		margin:0;
	}

	.stw_bbs .board_detail .all_list_wrap{
		margin-top:65px;
	}
	/* 상세내 전체 게시글 목록*/


	/* 질문과답변 */

	.stw_bbs .board_detail .h_form.stats a{
		margin-right:5px;
	}
	/* 질문과답변 */



	/* 글쓴이의 다른 게시글 */
	.stw_bbs .board_detail .bbs_detail_write_box {
		margin-top:10px;
		position:absolute;
		background:#f9f9f9;
		border:1px solid #cecece;
		border-radius:5px;
		width:500px;
		padding:15px 20px 20px 20px;
		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:18px;
		font-family:'Noto Sans KR' !important;
		font-weight:500 !important;
	}

	.stw_bbs .board_detail .bbs_detail_write_box .title_wrap .close{
		position: absolute;
		top:2px;
		right:-5px;
		color:#000000;
	}

	.stw_bbs .board_detail .bbs_detail_write_box .writer_other_text_wrap{
		max-height:400px;
	}

	.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:15px;
		margin-bottom:10px;
	}

	.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:50px;
		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;
	}

	.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: -1px;
	}


	.stw_bbs .board_detail .bbs_detail_write_box .writer_other_text_wrap .recommend_text_rows_wrap .cate_line_st{
		font-size:14px;
		margin:0 5px;
		color:#cecece;
	}


	/* 글쓴이의 다른 게시글 */
/* 상세 */




/* 목록 */
	/* 상단 검색 */
	.stw_bbs .board_list_search {
		padding-bottom:5px;
	}

	.stw_bbs .board_list_search .search_input {
		width:180px;
		margin-left:5px;
	}

	.stw_bbs .board_list_search .submit_btn {
		margin-left:5px;
	}
	/* 상단 검색 */

	/* 텍스트형 추천게시글 */
	.stw_bbs .text_recommend_wrap {
		border:3px solid #e9e9e9;
		background-color:#fcfcfc;
		padding:20px 30px 30px 30px;
		margin-bottom:50px;
	}

	.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:24px;
		color:#000000;
	}

	.stw_bbs .text_recommend_wrap .recommend_title_more {
		position:absolute;
		top:7px;
		right:0px;
		color:#999999;
	}

	.stw_bbs .text_recommend_wrap .recommend_info .recommend_text_rows_wrap{
		border-bottom:1px solid #e1e1e1;
		text-align:left;
		padding:20px;
		background-color:rgba(255,255,255,1);
		font-size:15px;
	}

	.stw_bbs .text_recommend_wrap .recommend_info table > tbody > tr > td{
		padding:0;
		vertical-align:top;
	}

	.stw_bbs .text_recommend_wrap .recommend_info table > tbody > tr{
		background:transparent !important;
		border-bottom:none;
	}

	.stw_bbs .text_recommend_wrap .recommend_info table > tbody > tr:hover{
		background:transparent !important;
	}

	.stw_bbs .text_recommend_wrap .recommend_info .recommend_text_rows_wrap:hover {
		background-color:rgba(255,255,221,1);
	}


	.stw_bbs .text_recommend_wrap .recommend_info .recommend_text_rows_wrap .title {
		margin-bottom:5px;
	}

	.stw_bbs .text_recommend_wrap .recommend_info .recommend_text_rows_wrap .main_text {
		display:inline-flex;
		max-width:100%;
	}


	.stw_bbs .text_recommend_wrap .recommend_info .recommend_text_rows_wrap .comment_wrap{
		min-width:100px;
		display:inline-block;
	}

	.stw_bbs .text_recommend_wrap .recommend_info .recommend_text_rows_wrap .cate_line_st{
		font-size:14px;
		margin:0 5px;
		color:#cecece;
	}


	.stw_bbs .text_recommend_wrap .recommend_info .recommend_text_rows_wrap .info {
		font-size:15px;
		color:#888;
		vertical-align:middle;
	}

	/* 텍스트형 추천게시글 */



	/* 갤러리형 추천게시글 */
	.stw_bbs .gallery_recommend_wrap {
		border:3px solid #e9e9e9;
		background-color:#fcfcfc;
		padding:20px 30px 20px 30px;
		margin-bottom:50px;
	}

	.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:24px;
		color:#000000;
	}

	.stw_bbs .gallery_recommend_wrap .recommend_title_more {
		position:absolute;
		top:7px;
		right:0px;
		color:#999999;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info table tbody > tr td{
		position:relative;
	}
	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info table > tbody > tr{
		border-bottom:1px solid #e1e1e1;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info table > tbody > tr{
		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% + 20px);
		position:relative;
		left:-20px;
		margin-top:20px;
		font-size:15px;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info table > tbody > tr > td{
		padding:0;
		vertical-align:top;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .wide.animate img{
		width:100%;
		height:auto;
		display:block;

		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition:-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
		transition:-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
		transition:transform .2s cubic-bezier(.165,.84,.44,1);
		transition:transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
		image-rendering: -webkit-optimize-contrast;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .wide.animate:hover img{
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide{
		margin:0 0 40px 20px;
		position:relative;
		max-width:740px;
	}

	.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:740px;
	}
	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .thumb{
		position:relative;
		overflow:hidden;
	}
	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .bg{
		display:none;
	}
	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide:hover .bg{
		display:block;
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		z-index:9;
		background: rgba(0,0,0,0.3);
	}
	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .icons{
		display:none;
	}
	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide:hover .icons{
		display:block;
		position:absolute;
		top:0;
		right:0;
		left:0;
		bottom:0;
		z-index:10;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .review_area{
		padding:10px;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .review_area .title{
		font-size:18px;
		margin-bottom:3px;
		display:inline-flex;
		max-width:100%;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .review_area .title .cate_line_st{
		font-size:16px;
		vertical-align:top;
		margin:0 5px;
	}


	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .review_area .title .comment_wrap{
		min-width:20px;
		display:inline-block;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .review_area .writer_info{
		display:table;
		width:100%;
		table-layout:fixed;
	}

	.stw_bbs .gallery_recommend_wrap .h_form.list_table_dashboard.recommend_info .gallery_list_wide .review_area .writer_info .info {
		vertical-align:top;
		display:table-cell;
		padding:10px 0 3px 0;
		font-size:15px;
		color:#888;
		word-break:break-all;
	}
	/* 갤러리형 추천게시글 */



	/* 목록 기본*/
	.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 > thead > tr > th{
		text-align:center;
	}

	.stw_bbs .list_table_dashboard table > tbody > tr > td{
		vertical-align:middle;
		word-break:break-all;
	}

	.stw_bbs .post_button{
		padding-top:5px;
	}

	.stw_bbs .gallery_type_border {
		border-top:1px solid #e1e1e1;
		margin-top:20px;
	}

	.stw_bbs .bbs_paging{
		text-align:center;
		padding-top:20px;
	}

	.stw_bbs .list_table_dashboard .cate_line_st {
		font-size:14px;
		margin:0 5px;
		color:#cecece;
	}

	.stw_bbs .h_form.list_table_dashboard .list_icon_align .uk-icon {
		margin-right:3px;
		margin-top:-1px;
	}

	.stw_bbs .h_form.list_table_dashboard .list_icon_align.notice_svg .uk-icon svg {
		margin-top:-2px;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .bbs_now_color.notice_now{
		display:block !important;
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}
	/* 목록 기본*/



	/* 목록 텍스트형_기본*/
	.stw_bbs .list_table_dashboard .comment_wrap{
		min-width:100px;
		display:inline-block;
	}

	.stw_bbs .list_table_dashboard .bbs_date_wrap{
		min-width:85px;
		display:inline-block;
		float:right;
		text-align:right;
	}

	.stw_bbs .list_table_dashboard .bbs_newicon{
		color:#f36c5d;
		font-weight:500;
		display:inline-block;
		margin-right:5px;
	}

	.stw_bbs .h_form.list_table_dashboard .main_text{
		display:inline-flex;
		max-width:100%;
	}

	.stw_bbs .h_form.list_table_dashboard .main_text.date_info{
		display:inline-flex;
		max-width:calc(100% - 90px);
	}

	.stw_bbs .h_form.list_table_dashboard .main_text .cate_line_st{
		font-size:13px;
		vertical-align:top;
		margin:0 5px;
	}

	.stw_bbs .h_form.list_table_dashboard .h-check input[type="checkbox"] + span::before {
		margin-top:3px !important;
	}

	.stw_bbs .h_form.list_table_dashboard .h-check span {
		vertical-align:text-top;
		line-height:inherit;
		font-size:inherit;
	}
	/* 목록 텍스트형_기본 */

	/* 목록 FAQ 창열림 */
	.stw_bbs .h_form.list_table_dashboard .tr_border_display{
		cursor:pointer;
	}
	.stw_bbs .h_form.list_table_dashboard .tr_border_display.open{
		border-bottom:0 none !important;
		background:rgba(250, 250, 250,1) !important;
	}

	.stw_bbs .h_form.list_table_dashboard .tr_border_display .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 .h_form.list_table_dashboard .tr_border_display .list_open .list_open_hover svg{
		margin-top:-2px;
	}

	.stw_bbs .h_form.list_table_dashboard .tr_border_display.open .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);
	}
	/* 목록 FAQ 창열림 */


	/* 목록 질문과답변형 */

	.stw_bbs .h_form.list_table_dashboard .h_form.stats a{
		width:100%;
		display:block;
		cursor:default !important;
	}

	/* 목록 질문과답변형 */



	/* 목록 이미지+텍스트형_기본 */
	.stw_bbs .h_form.list_table_dashboard.none_th {
		border-top:1px solid #222222
	}
	.stw_bbs .h_form.list_table_dashboard.none_th table > thead{
		border-top:0 none;
		border-bottom:0 none;
	}
	.stw_bbs .h_form.list_table_dashboard.none_th table > thead > tr > th{
		padding:0;
	}

	.stw_bbs .h_form.list_table_dashboard .img_list_board.animate img{
		width:100%;
		height:100%;
		display:block;

		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition:-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
		transition:-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
		transition:transform .2s cubic-bezier(.165,.84,.44,1);
		transition:transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
		image-rendering:-webkit-optimize-contrast;
	}
	.stw_bbs .h_form.list_table_dashboard .img_list_board.animate:hover img{
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.stw_bbs .h_form.list_table_dashboard .img_list_board .thumb_inner_area{
		height:145px;
		overflow:hidden;
	}
	.stw_bbs .h_form.list_table_dashboard .img_list_board .thumb_inner_area img{
		max-width:100%;
		height:145px;
	}

	.stw_bbs .h_form.list_table_dashboard .img_list_board{
		width:100%;
		table-layout:fixed;
		display:table;
	}
	.stw_bbs .h_form.list_table_dashboard .img_list_board > div{
		display:table-cell;
	}

	.stw_bbs .h_form.list_table_dashboard .img_list_board .list_title_area {
		text-align:left;
		vertical-align:middle;
		padding:0 10px 0 20px;
	}
	.stw_bbs .h_form.list_table_dashboard .img_list_board .list_title_area .title {
		margin-bottom:5px;
	}
	.stw_bbs .h_form.list_table_dashboard .img_list_board .list_title_area .review {
		height:46px;
		margin-bottom:20px;
	}
	.stw_bbs .h_form.list_table_dashboard .img_list_board .list_title_area .review a {
		height:46px;
		color:#999;
	}

	.stw_bbs .h_form.list_table_dashboard .img_list_board .list_title_area .main_text {
		display:inline-flex;
		max-width:100%;
	}

	.stw_bbs .h_form.list_table_dashboard .img_list_board .list_title_area .comment_wrap{
		min-width:100px;
		display:inline-block;
	}

	.stw_bbs .h_form.list_table_dashboard .img_list_board .list_title_area .info {
		font-size:15px;
		color:#888;
		vertical-align:middle;
	}
	/* 목록 이미지+텍스트형_기본 */


	/* 목록 갤러리형 기본 / 공지*/
	.stw_bbs .list_table_dashboard.gallery_board table tbody > tr td{
		position:relative;
	}
	.stw_bbs .h_form.list_table_dashboard.gallery_board table > tbody > tr{
		border-bottom:1px solid #e1e1e1;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area table > tbody > tr{
		background:transparent !important;
		border-bottom:none;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area table > tbody > tr:hover{
		background:transparent !important;
	}


	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area{
		width:calc(100% + 20px);
		position:relative;
		left:-20px;
		margin-top:20px;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area table > tbody > tr > td{
		padding:0;
		vertical-align:top
	}
	
	.stw_bbs .listbuttons .btn{
		display: inline-block;
		padding: 5px 10px 5px 30px;
		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 .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small .small.animate img{
		width:100%;
		height:auto;
		display:block;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition:-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
		transition:-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
		transition:transform .2s cubic-bezier(.165,.84,.44,1);
		transition:transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
		image-rendering: -webkit-optimize-contrast;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small:hover .small.animate img{
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small{
		margin:0 0 20px 20px;
		padding:20px;
		position:relative;
		max-width:380px;
		border:1px solid rgba(0,0,0,0.1);
		border-radius:5px;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small:hover {
		border:1px solid rgba(0,0,0,0.3);
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area table > tbody > tr:last-child > td .gallery_list_small{
		margin-bottom:0px;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small .small{
		max-width:380px;
	}
	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small .thumb{
		position:relative;
		overflow:hidden;
	}
	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small .bg{
		display:none;
	}
	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small:hover .bg{
		display:block;
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		z-index:9;
		background: rgba(0,0,0,0.3);
	}
	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small .icons{
		display:none;
	}
	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small:hover .icons{
		display:block;
		position:absolute;
		top:0;
		right:0;
		left:0;
		bottom:0;
		z-index:10;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small .review_area{
		margin-top:10px;
	}
	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small .review_area .title{
		font-size:16px;
		margin-bottom:5px;
		display:inline-flex;
		max-width:100%;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small .review_area .title .h-check input[type="checkbox"] + span::before {
		margin-top:4px !important;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small .review_area .title .h-check span {
		vertical-align:text-top;
		line-height:inherit;
		font-size:inherit;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small .review_area .title .comment_wrap{
		min-width:30px;
		display:inline-block;
		font-size:16px;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small .review_area .writer_info{
		display:table;
		width:100%;
		table-layout:fixed;
		margin-top:9px;
		border-top:1px solid #e1e1e1;
	}
	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_small .review_area .writer_info .info {
		vertical-align:top;
		display:table-cell;
		padding:10px 0 3px 0;
		font-size:15px;
		color:#888;
		word-break:break-all;
	}
	/* 목록 갤러리소형 기본*/




	/* 목록 갤러리대형 기본*/
	.stw_bbs .h_form.list_table_dashboard.gallery_board {
		border-top:1px solid #222222
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area {
		font-size:15px;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide .wide.animate img{
		width:100%;
		height:auto;
		display:block;

		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition:-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
		transition:-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
		transition:transform .2s cubic-bezier(.165,.84,.44,1);
		transition:transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
		image-rendering: -webkit-optimize-contrast;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide .wide.animate:hover img{
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide{
		margin:0 0 40px 20px;
		position:relative;
		max-width:740px;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area table > tbody > tr:last-child > td .gallery_list_wide{
		margin-bottom:0px;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide .wide{
		max-width:740px;
	}
	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide .thumb{
		position:relative;
		overflow:hidden;
	}
	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide .bg{
		display:none;
	}
	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide:hover .bg{
		display:block;
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		z-index:9;
		background: rgba(0,0,0,0.3);
	}
	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide .icons{
		display:none;
	}
	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide:hover .icons{
		display:block;
		position:absolute;
		top:0;
		right:0;
		left:0;
		bottom:0;
		z-index:10;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide .review_area{
		padding:10px;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide .review_area .title{
		font-size:18px;
		margin-bottom:3px;
		display:inline-flex;
		max-width:100%;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide .review_area .title .cate_line_st{
		font-size:16px;
		vertical-align:top;
		margin:0 5px;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide .review_area .title .h-check input[type="checkbox"] + span::before {
		margin-top:5px !important;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide .review_area .title .h-check span {
		vertical-align:text-top;
		line-height:inherit;
		font-size:inherit;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide .review_area .title .comment_wrap{
		min-width:30px;
		display:inline-block;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide .review_area .writer_info{
		display:table;
		width:100%;
		table-layout:fixed;
	}

	.stw_bbs .h_form.list_table_dashboard.gallery_board .gallery_list_area .gallery_list_wide .review_area .writer_info .info {
		vertical-align:top;
		display:table-cell;
		padding:10px 0 3px 0;
		font-size:15px;
		color:#888;
		word-break:break-all;
	}
	/* 목록 갤러리대형 기본*/

/* 목록 */