.dis_flex{display:flex; align-items: center;}
/* rows 공통 */
.right_area .img_animate img{
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform .2s cubic-bezier(.165,.84,.44,1);
}
.right_area .img_animate:hover img{
	transform: scale(1.05);
}
.right_area .new_icon{
	color: #ff0000;
	display: block;
	font-size: 12px;
	letter-spacing: -1px;
	min-width: max-content;
}

.flex_line_cetner{display:flex; align-items:center;}

/* 아이콘회전 */
.sel_menu {
	cursor:pointer;
}

.sel_menu .sel_menu_hover {
	color:#999999 !important;
	transition: 0.4s ease-in-out;
	transition-property: transform;
	transition-duration: .2s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	vertical-align:middle;
	margin-top:-8px;
}
.sel_menu.uk-open .sel_menu_hover {
	color:#222222 !important;
	transition: 0.4s ease-in-out;
	transition-property: transform;
	transition-duration: .2s;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* 게시판 리스트 체크박스 */
.right_area .h_form.bbs_rows_checkbox label{
	padding-right:5px;
}

/* 게시글 관리팝업창 */
.post_move_tit{height:60px}

.bbs_move_table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.bbs_move_table table th {
	width:100px;
	text-align:left;
	font-size:15px;
	font-family: 'Noto Sans KR' !important;
	font-weight:400 !important;
	color:#666666;
	height:60px;
	border-bottom:1px solid #eaeaea;
}

.bbs_move_table table td {
	padding:10px 0px 10px 10px;
	border-bottom:1px solid #eaeaea;
	text-align:left;
}


.right_area .bbs_section_wrap{
	margin-bottom: 40px;
}

.right_area .bbs_section_wrap:last-child{
	margin-bottom: 0px;
}

.right_area .bbs_section_wrap .bbs_box_title_wrap{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.right_area .bbs_section_wrap .bbs_box_title_wrap.under-line{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
}

.right_area .bbs_section_wrap .bbs_box_title_wrap .bbs_box_title,
.right_area .bbs_section_wrap .bbs_box_title_wrap .bbs_box_title a{
	font-size: 22px;
	font-weight: 500;
	color: #000000;
}

.right_area .bbs_section_wrap .bbs_box_title_wrap .bbs_more_btn,
.right_area .bbs_section_wrap .bbs_box_title_wrap .bbs_more_btn a{
	color: #000000;
}


.right_area .bbs_list_wrap_hori{
	display: flex;
	align-items: flex-start;
}



.right_area .bbs_list_wrap_hori2{
	display: flex;
	align-items: flex-start;
	position:relative;
	gap:60px;
}


.right_area .bbs_list_wrap_hori2 > div:first-child:after{
	content: "";
	border-right: 1px solid #eaeaea;
	position: absolute;
	right: calc(50% - 1px);
	top: 0;
	width: 1px;
	height: 100%;
}


.right_area .h_form .h_btn_st3 {
	background-color: var(--main-color-10);
}
.right_area .h_form .h_btn_st3:hover,
.right_area .h_form .h_btn_st3:focus {
	background-color: var(--main-color-10);
}
.right_area .h_form .h_btn_st3:active {
	background-color: var(--main-color-10);
}

.right_area .bbs_top_title{
	display: none;
	font-size: 28px;
	font-weight: 500;
	color: #000000;
	padding-bottom:20px;
}

/* 게시판 신고하기 */
.right_area .bbs_detail_report_buttons{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}
.right_area .bbs_detail_report_buttons a{
	font-size: 15px;
	color: #888 !important;
}

/* 게시판 공유 말풍선(상세) */
.right_area .bbs_talk_box_sns .bbs_sns_img:first-child img{
	margin-left:0 !important;
}
.right_area .bbs_talk_box_sns {
	position:absolute;
	top:10px;
	left:-60px;
	z-index:1;
	border-radius:5px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	background:#fafafa;
	border:1px solid #eaeaea;
	padding:30px;
	display: flex;
	gap: 10px;
}
.right_area .bbs_talk_box_sns:after,
.right_area .bbs_talk_box_sns:before {
	content:"";
	position:absolute;
	width:0;
	height:0;
	border-style:solid;
}
.right_area .bbs_talk_box_sns:after {
	/* border */
	top:-17px;
	left:75px;
	z-index:2;
	border-width: 0 17px 17px 0px;
	border-color: transparent transparent #eaeaea transparent;
}
.right_area .bbs_talk_box_sns:before {
	/* fill */
	top: -15px;
	left: 76px;
	z-index: 3;
	border-width: 0 15px 15px 0px;
	border-color: transparent transparent #fafafa transparent;
}

/* 게시판 리스트 작성자 날짜 */
.right_area .bbs_rows_by,
.right_area .bbs_rows_by a{
	color: #666666;
	font-size: 15px;
}

.right_area .bbs_rows_num{
	color:#888;
	font-size: 15px;
}

.right_area .bbs_rows_date{
	color:#999999;
	font-size: 15px;
}


/* 게시판 텍스트 리스트 */
.right_area .bbs_list_title_bar td,
.right_area .bbs_list_title_bar th{
	text-align: center;
	height: 60px;
	font-size: 15px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	border-bottom: 1px solid rgb(234, 234, 234);
}

.right_area .bbs_rows_text_wrap .bbs_rows_title,
.right_area .bbs_rows_text_wrap .bbs_rows_title a{
	font-size: 15px;
	color: #222222;
}

.right_area .bbs_rows_text_wrap .bbs_rows_title a:hover .bbs_cate{
	color:var(--main-color-10);
}

.right_area .bbs_rows_text_wrap .bbs_rows_reply{
	color: #666666;
	padding-left:5px;
	display:flex;
	align-items:center;
	font-size: 15px;
	gap:5px;
}

/* 게시판 자주하는질문 리스트 페이지 */
.right_area .bbs_rows_list_faq_wrap{
	padding:20px 0px;
	display: flex;
	align-items: center;
}

.right_area .bbs_rows_list_faq_wrap .bbs_rows_title{
	flex:1;
	display:flex;
	align-items:center;
}

.right_area .bbs_rows_list_faq_wrap .bbs_rows_title a{
	color: #333333;
	font-size: 18px;
	font-weight: 500;
}

.right_area .bbs_rows_list_faq_wrap .bbs_rows_reply{
	color: #666666;
	padding-left:5px;
	display:flex;
	align-items:center;
	font-size: 18px;
	font-weight: 500;
}

.right_area .bbs_rows_list_faq_view_wrap{
	display:flex;
}

.right_area .bbs_rows_list_faq_view_wrap .bbs_rows_review a{
	color: #666666;
	font-size: 15px;
	font-weight: 400;
}

/* 게시판 질문과답변 리스트 페이지 */
.bbs_radio_info_01 {font-size:15px; display:inline-block; color:#ffffff; background:#5da7f7; border-radius:3px; padding:5px 0px; box-sizing: border-box; width:77px; text-align:center;}
.bbs_radio_info_02 {font-size:15px; display:inline-block; color:#222222; background:#ffffff; border-radius:3px; border:1px solid #e9e9e9; padding:5px 0px; box-sizing: border-box;  width:77px; text-align:center;}

/* 게시판 이미지 텍스트 리스트 페이지 */
.right_area .bbs_rows_img_text_wrap{
	display: flex;
	align-items: center;
	gap: 20px;
}
.right_area .bbs_rows_img_text_wrap .bbs_rows_img_text_left{
	flex:1;
}
.right_area .bbs_rows_img_text_wrap .bbs_rows_title{
	flex:1;
	display:flex;
	align-items:center;
}

.right_area .bbs_rows_img_text_wrap .bbs_rows_title a{
	color: #333333;
	font-size: 18px;
	font-weight: 500;
}
.right_area .bbs_rows_img_text_wrap .bbs_rows_review a{
	color: #999999;
	font-size: 15px;
	font-weight: 400;
}

.right_area .bbs_rows_img_text_wrap .bbs_rows_reply{
	color: #666666;
	padding-left:5px;
	display:flex;
	align-items:center;
	font-size: 18px;
	font-weight: 500;
}

.right_area .bbs_rows_img_text_wrap .bbs_rows_img_text_right{
	width:200px;
	height:auto;
	overflow: hidden;
	border-radius: 10px;
}

.right_area .bbs_rows_img_text_wrap .bbs_rows_img_text_right img{
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform .2s cubic-bezier(.165,.84,.44,1);
}

/* 게시판 대형 이미지 리스트 */
.right_area .bbs_gall_wrap .bbs_info{
	overflow: hidden;
	position:relative;
	border-radius: 10px 10px 0px 0px;
}
.right_area .bbs_gall_wrap .bbs_info .iframe_img{
	padding-bottom: 56.2%;
	position: relative;
}
.right_area .bbs_gall_wrap .bbs_info .iframe_img iframe{
	width: 100%;
	height: 100%;
	position: absolute;
}
.right_area .bbs_gall_wrap{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.right_area .bbs_gall_wrap .bbs_content{
	position: relative;
	border-radius:0px 0px 10px 10px;
	display: block;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.right_area .bbs_gall_wrap .bbs_info:hover .bbs_info_more{
	display: block !important;
}
.right_area .bbs_gall_wrap .bbs_rows_title a{
	color: #333333;
	font-size: 18px;
	font-weight: 500;
}


/* 게시판 중형 이미지 리스트 */
.right_area .bbs_gall_wrap .bbs_review{
	font-size: 15px;
}
/* 게시판 리스트 페이지 */



/* 게시판 검색 */
.right_area .bbs_top_search{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
}

.right_area .bbs_top_search .search_left select{
	width:150px;
}
.right_area .bbs_top_search .search_right form{
	display:flex;
	gap:5px;
}

/* 게시판 하단 버튼 */
.right_area .bbs_bottom_btn{
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: stretch;
}
.right_area .bbs_bottom_btn .bbs_bottom_btn_left{
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-start;
}
.right_area .bbs_bottom_btn .bbs_bottom_btn_right{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content:flex-end;
}


/* 게시판 sns 이미지 */

.right_area .bbs_cw {
	display: inline-block !important;
	padding: 7px 20px !important;
	vertical-align: middle !important;
	font-size:14px !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	transition: 0.1s ease-in-out !important;
	transition-property: color, background-color, border-color !important;
	border-radius:2em !important;
	background-color: transparent !important;
	color: #fff !important;
	border:1px solid #fff !important;
	position:relative !important;
	margin-left:5px !important;
}

.right_area .bbs_cw_icon {
	padding-left:40px !important;
}

.right_area .bbs_cw svg {
	position:absolute;
	top:7px;
	left:16px;
	color:#ffffff !important;
}

.right_area .bbs_cw_01 {
	display: inline-block !important;
	width:48px !important;
	height:48px !important;
	vertical-align: middle !important;
	font-size: 14px !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	transition: 0.1s ease-in-out !important;
	transition-property: color, background-color, border-color !important;
	border-radius:2em !important;
	background-color: transparent !important;
	color: #fff !important;
	border:1px solid #fff !important;
	position:relative !important;
}

.right_area .bbs_cw_01_icon {
	padding-top:21px !important;
}

.right_area .bbs_cw_01 svg {
	position:absolute;
	top:3px;
	left:15px;
	color:#ffffff !important;
}


/* 게시판 상세 */
.right_area .bbs_cate{
	color: var(--main-color-10);
}

.right_area .bbs_cate span{
	margin-right: 6px;
}

.right_area .bbs_gubun_line {
	display: inline-block;
	height: 12px;
	border-left: 1px solid #e0e0e0;
	margin: 0px 10px;
}

.right_area .bbs_detail_count_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.right_area .bbs_detail_date{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.right_area .bbs_detail_date .bbs_by{
	font-size:15px;
	color: #666666;
}

.right_area .bbs_detail_date .bbs_date{
	font-size:15px;
	color: #999999;
}

.right_area .bbs_detail_count_wrap .bbs_detail_count_left{
	display: flex;
	align-items: center;
	gap: 10px;
}

.right_area .bbs_detail_count_wrap .bbs_detail_count{
	display: flex;
	align-items: center;
	gap: 10px;
}

.right_area .bbs_detail_count_wrap .bbs_cw_detail_icon {
	padding-left: 40px !important;
}

.right_area .bbs_detail_count_wrap .bbs_cw_detail {
	padding: 9px 20px;
	font-size: 14px;
	line-height: 1;
	border-radius: 2em;
	color: #333;
	border: 1px solid #e5e5e5;
	position: relative;
}

.right_area .bbs_detail_count_wrap .bbs_cw_detail svg {
	position: absolute !important;
	top: 7px !important;
	left: 16px !important;
}

/* 게시판 자주하는질문 상세 페이지 */
.right_area .bbs_detail_faq_box{
	border-radius: 5px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
	background: #fafafa;
	border: 1px solid #eaeaea;
	padding: 30px 30px 30px 30px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
}

.right_area .bbs_detail_date .uk-icon svg{
	margin-top: -4px;
}

.bg_reply_list { background:url('../img/bg_reply_list.gif') left top  repeat; }


/* 게시판 댓글 말풍선(상세) */

/* 좌측 */
.bbs_comment_box {
	position:relative;
	border-radius:15px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	background:#ffffff;
	border:1px solid #eaeaea;
	padding:30px;
	margin-top:10px;
}

.bbs_comment_box:after {
	content:"";
	position:absolute;
	background:url('../img/bg_comment_box_arrow.png');
	top:17px;
	left:-17px;
	width:17px;
	height:17px;
}
.highlight2:after {
	content:"";
	position:absolute;
	background:url('../img/bg_comment_box_arrow2.png') !important;
	top:17px;
	left:-15px;
	width:17px;
	height:17px;
}
/* 우측(자신) */
.bbs_comment_box_right {
	position:relative;
	border-radius:15px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	background:#fff5f1;
	border:1px solid #eaeaea;
	padding:30px;
	margin-top:10px;
}

.bbs_comment_box_right:after {
	content:"";
	position:absolute;
	background:url('../img/bg_comment_box_arrow_right.png');
	top:17px;
	right:-17px;
	width:17px;
	height:17px;
}

/* 댓글 들여쓰기 모바일 */
.reply_content_depth { padding-left:80px; }


/* 댓글 회원 사진 */
.bbs_reply_member_img { border-radius:30px; width:60px; height:60px; }

/* 댓글작성 텍스트에어리어 가로길이 */
.short_comment_size {width: calc(100% - 120px);}

.reply_content_depth { padding-left:80px; }

/* 신고버튼 */
.report_particulars_btn{margin-top:10px;}
.report_particulars_btn a { font-size: 15px; color: #888 !important;}

/* 게시판 상세 페이지 */


/* 게시판 등록 • 수정 페이지 */
.right_area .bbs_form_content .bbs_form_row{
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid #ededed;
}
.right_area .bbs_form_content .bbs_form_row:last-child{
	border-bottom: none;
}
.right_area .bbs_form_content .bbs_form_row .bbs_form_title{
	flex: 0 1 150px;
	position: relative;
	background-color: #f9f9f9;
	border-right: 1px solid #ededed;
	display: flex;
	align-items: center;
	padding-left: 15px;
	font-size: 15px;
	font-weight: 400;
	color: #666;
}
.right_area .bbs_form_content .bbs_form_row .bbs_form_info{
	flex: 1;
	background-color: #ffffff;
	padding: 15px;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
.right_area .bbs_form_content .bbs_form_row .bbs_form_info label{
	margin:0 !important;
}
.right_area .bbs_form_content .bbs_form_row .bbs_form_info select{
	width: 200px !important;
}
.right_area .bbs_reg_bottom_btn{
	padding-top: 20px;
	text-align: center;
}
.right_area .bbs_reg_bottom_btn a{
	margin:0 5px;
}
.right_area .bbs_dobae{
	display: inline-block;
	color: #333333;
	background: #ffffff;
	font-size: 15px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
	border: 1px solid #e5e5e5;
	border-radius: 0.3em;
	height: 40px;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 38px;
	padding: 0px 10px;
}
.right_area .bbs_dobae font{
	color: transparent !important;
}
/* 게시판 등록 • 수정 페이지 */