/* rows 공통 */
.bbs_wrap .img_animate img{
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform .2s cubic-bezier(.165,.84,.44,1);
}
.bbs_wrap .img_animate:hover img{
	transform: scale(1.05);
}
.bbs_wrap .new_icon{
	color: #ff0000;
	display: block;
	font-size: 12px;
	letter-spacing: -1px;
	min-width: max-content;
}

/* 게시판 리스트 체크박스 */
.bbs_wrap .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;
}

/* 게시판 sns 이미지 */
.bbs_wrap .bbs_sns_img img { width:32px; display:inline-block; max-width: max-content !important;}

.bbs_wrap .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;
}

.bbs_wrap .bbs_cw_icon {
	padding-left:40px !important;
}

.bbs_wrap .bbs_cw svg {
	position:absolute;
	top:7px;
	left:16px;
	color:#ffffff !important;
}

.bbs_wrap .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;
}

.bbs_wrap .bbs_cw_01_icon {
	padding-top:21px !important;
}

.bbs_wrap .bbs_cw_01 svg {
	position:absolute;
	top:3px;
	left:15px;
	color:#ffffff !important;
}

/* 게시판 신고하기 */
.bbs_wrap .bbs_detail_report_buttons{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}
.bbs_wrap .bbs_detail_report_buttons a{
	font-size: 15px;
	color: #888 !important;
}

/* 커뮤니티 • 고객센터 메인 콘텐츠 */

/* 커뮤니티 정렬 */
.bbs_wrap .bbs_list_wrap_hori{
	display: flex;
	align-items: flex-start;
}

.bbs_section_wrap .bbs_list_text_col{
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.bbs_wrap .bbs_list_wrap_col{
	display: flex;
	flex-direction: column;
}
/* 커뮤니티 정렬 */

.container .bbs_wrap{
	padding-top:40px;
	border-top:1px solid #eaeaea;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 50px;
	margin-top: 40px;
	word-break:break-all;
}

.container .bbs_wrap .bbs_left{
	flex:1;
	position: relative;
	padding-bottom:60px;
}

.container .bbs_wrap .bbs_right{
	flex:0 1 250px;
	background-color: #ffffff;
	position: sticky;
	top: 120px;
	margin-bottom: 60px;
	height: max-content;
}

.bbs_wrap .bbs_section_wrap{
	margin-bottom: 40px;
}

.bbs_wrap .bbs_section_wrap .bbs_box_title_wrap{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bbs_wrap .bbs_section_wrap .bbs_box_title_wrap.bbs_underline{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
}

.bbs_wrap .bbs_section_wrap .bbs_box_title_wrap.bbs_underline + div .bbs_text_box{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
}

.bbs_wrap .bbs_section_wrap .bbs_box_title_wrap .bbs_box_title,
.bbs_wrap .bbs_section_wrap .bbs_box_title_wrap .bbs_box_title a{
	font-size: 22px;
	font-weight: 700;
	color: #000000;
	display: flex;
	align-items: center;
	gap: 10px;
}

.bbs_wrap .bbs_section_wrap .bbs_box_title_wrap .bbs_box_more_btn,
.bbs_wrap .bbs_section_wrap .bbs_box_title_wrap .bbs_box_more_btn a{
	color: rgba(136, 136, 136, 1);
}

/* 큰 이미지 rows */
.bbs_wrap .bbs_index_big_img_box{
	border-radius: 10px;
	overflow: hidden;
}

.bbs_wrap .bbs_index_big_img_box .bbs_big_img{
	overflow: hidden;
}

.bbs_wrap .bbs_index_big_img_box .bbs_big_info{
	padding:17px 20px;
	border: 1px solid #eaeaea;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
}

.bbs_wrap .bbs_index_big_img_box .bbs_big_info .bbs_title{
	font-size:18px;
	color:#333;
	font-weight: 500;
}

.bbs_wrap .bbs_index_big_img_box .bbs_big_info .bbs_review{
	font-size:15px;
	color:#666;
	margin:8px 0;
	min-height:45px;
}

.bbs_wrap .bbs_index_big_img_box .bbs_big_info .bbs_date{
	font-size:13px;
	color:#999;
	font-weight: 300;
}

/* 중간 이미지 rows */
.bbs_wrap .bbs_index_middle_img_box{
	display: flex;
	align-items:stretch;
	overflow: hidden;
	border-radius: 10px;
}

.bbs_wrap .bbs_index_middle_img_box .bbs_small_img{
	overflow: hidden;
	flex: 0 0 280px;
}

.bbs_wrap .bbs_index_middle_img_box .bbs_small_info{
	flex:1;
	padding: 10px 15px;
	border: 1px solid #eaeaea;
	border-left: none;
	border-radius: 0px 10px 10px 0px;
}

.bbs_wrap .bbs_index_middle_img_box .bbs_small_info .bbs_title{
	font-size:18px;
	color:#333;
	font-weight: 500;
}

.bbs_wrap .bbs_index_middle_img_box .bbs_small_info .bbs_review{
	font-size:15px;
	color:#666;
	min-height: 44px;
	margin:15px 0;
}

.bbs_wrap .bbs_index_middle_img_box .bbs_small_info .bbs_date{
	font-size:13px;
	color:#999;
	font-weight: 300;
}

/* 작은 이미지 rows */
.bbs_wrap .bbs_index_small_img_box{
	display: flex;
	align-items: center;
	gap:10px;
}

.bbs_wrap .bbs_index_small_img_box .bbs_small_img{
	overflow: hidden;
	border-radius: 10px;
	flex: 0 0 200px;
}

.bbs_wrap .bbs_index_small_img_box .bbs_small_info{
	flex:1;
}

.bbs_wrap .bbs_index_small_img_box .bbs_small_info .bbs_title{
	font-size:18px;
	color:#333;
	font-weight: 500;
}

.bbs_wrap .bbs_index_small_img_box .bbs_small_info .bbs_review{
	font-size:15px;
	color:#666;
	margin:5px 0 7px;
}

.bbs_wrap .bbs_index_small_img_box .bbs_small_info .bbs_date{
	font-size:13px;
	color:#999;
	font-weight: 300;
}

/* 텍스트 rows */
.bbs_wrap .bbs_text_box{
	display:flex;
}

.bbs_wrap .bbs_text_box .bbs_title{
	font-size:15px;
	color:#666;
	flex:1;
	padding-right:30px;
}

.bbs_wrap .bbs_text_box .bbs_date{
	font-size:14px;
	color:#999;
}

/* 커뮤니티 사이드바 */
.bbs_wrap .aside_box_wrap{
	margin-bottom:40px;
}

.bbs_wrap .aside_box_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bbs_wrap .aside_box_title .title_st{
	font-size: 22px;
	font-weight: 700;
	color: #000000;
}

.bbs_wrap .aside_box_content{
	margin-top:15px;
}

.bbs_wrap .aside_box_content.aside_list_area{
	display:flex;
	flex-direction: column;
	gap:15px;
}

.bbs_wrap .aside_box_content.aside_list_area .bbs_list_item{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}

.bbs_wrap .aside_box_content.s_connect_list_wrap{
	border: 1px solid #dedede;
	padding: 15px 15px 3px 15px;
	border-radius: 10px;
}

.bbs_wrap .aside_box_content.bbs_keyword_list_wrap{
	border: 1px solid #dedede;
	padding: 15px 15px 8px 15px;
	border-radius: 10px;
}

.bbs_wrap .aside_box_content.bbs_cloud_list_wrap{
	border: 1px solid #dedede;
	padding: 15px;
	border-radius: 10px;
}

/* 커뮤니티 • 고객센터 메인 콘텐츠 */

/* 게시판 리스트 페이지 */

/* 게시판 검색 */
.bbs_wrap .bbs_top_search{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #eaeaea;
	padding: 20px 0px;
}

.bbs_wrap .bbs_top_search .search_left select{
	width:150px;
}
.bbs_wrap .bbs_top_search .search_right form{
	display:flex;
	gap:5px;
}

.bbs_wrap .bbs_top_title{
	font-size: 28px;
	font-weight: 500;
	color: #000000;
	padding-bottom: 20px;
}

/* 게시판 하단 버튼 */
.bbs_wrap .bbs_bottom_btn{
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: stretch;
}
.bbs_wrap .bbs_bottom_btn .bbs_bottom_btn_left{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-start;
}
.bbs_wrap .bbs_bottom_btn .bbs_bottom_btn_right{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content:flex-end;
}

/* 게시판 리스트 작성자 날짜 */
.bbs_wrap .bbs_rows_by,
.bbs_wrap .bbs_rows_by a{
	color: #666666;
	font-size: 15px;
}

.bbs_wrap .bbs_rows_num{
	color:#888;
	font-size: 15px;
}

.bbs_wrap .bbs_rows_date{
	color:#999999;
	font-size: 15px;
}

/* 게시판 텍스트 리스트 */
.bbs_wrap .bbs_list_title_bar td,
.bbs_wrap .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);
}

.bbs_wrap .bbs_rows_text_wrap .bbs_rows_title,
.bbs_wrap .bbs_rows_text_wrap .bbs_rows_title a{
	font-size: 15px;
	color: #222222;
}

.bbs_wrap .bbs_rows_text_wrap .bbs_rows_title a:hover .bbs_cate{
	color:var(--main-color-10);
}

.bbs_wrap .bbs_rows_text_wrap .bbs_rows_reply{
	color: #666666;
	padding-left:5px;
	display:flex;
	align-items:center;
	font-size: 15px;
	gap:5px;
}

/* 게시판 자주하는질문 리스트 페이지 */
.bbs_wrap .bbs_rows_list_faq_wrap{
	padding:20px 0px;
	display: flex;
	align-items: center;
}

.bbs_wrap .bbs_rows_list_faq_wrap .bbs_rows_title{
	flex:1;
	display:flex;
	align-items:center;
}

.bbs_wrap .bbs_rows_list_faq_wrap .bbs_rows_title a{
	color: #333333;
	font-size: 18px;
	font-weight: 500;
}

.bbs_wrap .bbs_rows_list_faq_wrap .bbs_rows_reply{
	color: #666666;
	padding-left:5px;
	display:flex;
	align-items:center;
	font-size: 18px;
	font-weight: 500;
}

.bbs_wrap .bbs_rows_list_faq_view_wrap{
	display:flex;
}

.bbs_wrap .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;}

/* 게시판 이미지 텍스트 리스트 페이지 */
.bbs_wrap .bbs_rows_img_text_wrap{
	display: flex;
	align-items: center;
	gap: 20px;
}
.bbs_wrap .bbs_rows_img_text_wrap .bbs_rows_img_text_left{
	flex:1;
}
.bbs_wrap .bbs_rows_img_text_wrap .bbs_rows_title{
	flex:1;
	display:flex;
	align-items:center;
}

.bbs_wrap .bbs_rows_img_text_wrap .bbs_rows_title a{
	color: #333333;
	font-size: 18px;
	font-weight: 500;
}
.bbs_wrap .bbs_rows_img_text_wrap .bbs_rows_review a{
	color: #999999;
	font-size: 15px;
	font-weight: 400;
}

.bbs_wrap .bbs_rows_img_text_wrap .bbs_rows_reply{
	color: #666666;
	padding-left:5px;
	display:flex;
	align-items:center;
	font-size: 18px;
	font-weight: 500;
}

.bbs_wrap .bbs_rows_img_text_wrap .bbs_rows_img_text_right{
	width:200px;
	height:auto;
	overflow: hidden;
	border-radius: 10px;
}

.bbs_wrap .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);
}

/* 게시판 대형 이미지 리스트 */
.bbs_wrap .bbs_gall_wrap .bbs_info{
	overflow: hidden;
}
.bbs_wrap .bbs_gall_wrap .bbs_info{
	position:relative;
	border-radius: 10px 10px 0px 0px;
}
.bbs_wrap .bbs_gall_wrap{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.bbs_wrap .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;
}
.bbs_wrap .bbs_gall_wrap .bbs_info:hover .bbs_info_more{
	display: block !important;
}
.bbs_wrap .bbs_gall_wrap .bbs_rows_title a{
	color: #333333;
	font-size: 18px;
	font-weight: 500;
}


/* 게시판 중형 이미지 리스트 */
.bbs_wrap .bbs_gall_wrap .bbs_review{
	font-size: 15px;
}


/* 게시판 리스트 페이지 */

/* 게시판 상세 페이지 */

/* 첨부파일명 */
.bbs_attach_file{margin-bottom: 10px;}
.bbs_attach_file a {margin: 0px 10px 0px 0px;}


/* 게시판 공유 말풍선(상세) */
.bbs_wrap .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;
}
.bbs_wrap .bbs_talk_box_sns:after {
	content:"";
	position:absolute;
	background:url('../img/bg_talk_box_arrow.png');
	top:-17px;
	left:75px;
	z-index:2;
	width:17px;
	height:17px;
}

/* 아이콘회전 */
.bbs_wrap .sel_menu {
	cursor:pointer;
}

.bbs_wrap .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;
}

.bbs_wrap .sel_menu.uk-open .sel_menu_hover {
	color:#222222 !important;
	transition: 0.4s ease-in-out;
	transition-property: transform;
	transition-duration: .2s;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* 게시판 댓글 말풍선(상세) */
.bbs_wrap .bg_reply_list{
	/* background: url(../img/bg_reply_list.gif) left top repeat; */
}
.bbs_wrap #reply_view_bool > div:last-child > div{
	border-bottom:none !important;
}
.reply_content_depth_1, .reply_reply_box {padding-left:35px; position:relative; box-sizing:border-box; width:100%;}
.reply_content_depth_1:before, .reply_reply_box:before{content:''; width:13px; height:12px; display:block; background:url(/img/icon_reply_reply.gif) no-repeat; position:absolute; top:16px; left:10px;}
.reply_content_depth_1 textarea.dd_txt_box, .reply_reply_box textarea.dd_txt_box{width:728px; height:71px; border:1px solid #dbdbdb; font-size:12px;}

.reply_content_depth_2 { margin-left:3%; padding-left:35px;  position:relative;  box-sizing:border-box; width:97%;}
.reply_content_depth_2:before{content:''; width:13px; height:12px; display:block; background:url(/img/icon_reply_reply.gif) no-repeat; position:absolute; top:16px; left:10px;}
.reply_content_depth_2 textarea.dd_txt_box{width:700px; height:71px; border:1px solid #dbdbdb; font-size:12px;}

.bbs_wrap .short_comment_size {
	width: calc(100% - 140px);
}

/* 댓글 버튼 */
.bbs_wrap .bbs_detail_comment_btn > a{
	color:#888;
	position:relative;
}
.bbs_wrap .bbs_detail_comment_btn > a::after{
	content:'•';
	position:absolute;
	top:0;
	right:-15px;
}
.bbs_wrap .bbs_detail_comment_btn > a:last-child::after{
	display:none;
}

.bbs_wrap .bbs_detail_comment_btn .bbs_detail_dropdown{
	background: #FFF;
	width: max-content !important;
	min-width: max-content !important;
}
.bbs_wrap .bbs_detail_comment_btn .bbs_detail_dropdown a{
	padding: 10px 20px 0 20px;
	display: block;
	color:#333;
}
.bbs_wrap .bbs_detail_comment_btn .bbs_detail_dropdown a:hover{
	background:var(--main-color-10);
	color:#FFF;
}

/* 게시판 상세 */
.bbs_wrap .bbs_cate{
	color: var(--main-color-10);
}

.bbs_wrap .bbs_cate span{
	margin-right: 6px;
}

.bbs_wrap .bbs_gubun_line {
	display: inline-block;
	height: 12px;
	border-left: 1px solid #e0e0e0;
	margin: 0px 10px;
}

.bbs_wrap .bbs_detail_count_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bbs_wrap .bbs_detail_date{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bbs_wrap .bbs_detail_date .bbs_by{
	font-size:15px;
	color: #666666;
}

.bbs_wrap .bbs_detail_date .bbs_date{
	font-size:15px;
	color: #999999;
}

.bbs_wrap .bbs_detail_count_wrap .bbs_detail_count_left{
	display: flex;
	align-items: center;
	gap: 10px;
}

.bbs_wrap .bbs_detail_count_wrap .bbs_detail_count{
	display: flex;
	align-items: center;
	gap: 10px;
}

.bbs_wrap .bbs_detail_count_wrap .bbs_cw_detail_icon {
	padding-left: 40px !important;
}

.bbs_wrap .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;
}

.bbs_wrap .bbs_detail_count_wrap .bbs_cw_detail svg {
	position: absolute !important;
	top: 7px !important;
	left: 16px !important;
}

/* 게시판 자주하는질문 상세 페이지 */
.bbs_wrap .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;
}


/* 게시판 상세 페이지 */

/* 게시판 등록 • 수정 페이지 */
.bbs_wrap .bbs_form_content .bbs_form_row{
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid #ededed;
}
.bbs_wrap .bbs_form_content .bbs_form_row:last-child{
	border-bottom: none;
}
.bbs_wrap .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;
}
.bbs_wrap .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;
}
.bbs_wrap .bbs_form_content .bbs_form_row .bbs_form_info label{
	margin:0 !important;
}
.bbs_wrap .bbs_form_content .bbs_form_row .bbs_form_info select{
	width: 200px !important;
}
.bbs_wrap .bbs_reg_bottom_btn{
	padding-top: 20px;
	text-align: center;
}
.bbs_wrap .bbs_reg_bottom_btn a{
	margin:0 5px;
}
.bbs_wrap .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;
}
/* 게시판 등록 • 수정 페이지 */