
.container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 100px 0;
	min-height: calc(100vh - 140px);
	letter-spacing: -2%;
}

.m_br {
	display: none;
}

/* 📌📌📌📌 게시판 쓰기 📌📌📌📌 */
/* 메인 */
#main {
	background: #f3f0eb;
}
#bo_w .bo_title {
	color: #111;
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
	text-align: center;
}
#fwrite {
	max-width: 768px;
	margin: 56px auto 0;
}
.frm_input {
	background-color: transparent;
	padding: 16px 0px;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: -0.32px;
	border: 0;
	border-bottom: 1px solid #A2A09C;
	border-radius: 0;
}
.frm_input::placeholder {
	color: #959595;
}
.write_div {
	display: flex;
	flex-direction: column;
	margin-bottom: 28px;
}
.write_div label {
	color: #111;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.write_div .key {
	color: #F26E6E;
}
.wr_content textarea {
	background:transparent;
	color:#111;
	vertical-align:middle;
	border-radius:0;
	padding: 16px;
	margin-top: 16px;
	border: 1px solid #d0d3db;
	resize:none;
}

#bo_w .bo_w_link {
	position: relative;
}
#bo_w .bo_w_link .frm_input {padding-left:50px}
#bo_w .bo_w_link .frm_input.link {padding-left:0}
#bo_w .bo_w_flie .frm_file {cursor: pointer;}
#bo_w .bo_w_flie .file_del {position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}
#bo_w .bo_w_select select {border:1px solid #d0d3db;width:100%;height:40px;border-radius:3px}
#bo_w .btn_submit {padding:0 20px;font-size:1.167em}
#bo_w .btn_cancel {border-radius:3px;font-size:1.167em}
#bo_w .bo_w_tit #btn_autosave {position:absolute;top:5px;right:5px;line-height:30px;height:30px}
#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
#autosave_pop:before {content:"";position:absolute;top:-8px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #000 transparent}
#autosave_pop:after {content:"";position:absolute;top:-7px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:center;margin:0 !important}
#autosave_pop button {margin:0;padding:0;border:0}
#autosave_pop ul {padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:130px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;background:#eee;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right;font-size:0.92em;font-style:italic;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover {background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del {background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px}
.btn_confirm {display: flex;gap: 0 10px;justify-content: center;align-items: center;}
.btn_submit {border: 0;background: transparent;color: #111;border: 1px solid #111;border-radius: 0;cursor: pointer;}
a.btn_cancel {background:#969696;color:#fff; border: 1px solid #111;border-radius: 0 !important; padding: 0 20px; color: #111;background: transparent;}
.btn_submit:hover {background-color: #111;color: #fff;border: 1px solid #111;}

/* 📌📌📌📌 게시판 목록 📌📌📌📌 */
.empty_table {
	padding: 50px 0;
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	text-align: center;
	border-bottom: 1px solid #CCCBC1;
	background: #F3F0EB;
	vertical-align: bottom;
}
.tbl_head {
	display: flex;
	color: #FFF;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */
	letter-spacing: -0.36px;
	background-color: #111;
	padding: 16.5px 0;
	text-align: center;
}
.tbl_head .chk_box {
	width: 30px;
}
.tbl_head .head_num {
	width: 6.06%;
}
.tbl_head .head_subject {
	flex: 1 0 0;
}
.tbl_body .row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #CCCBC1;
}
.tbl_body .row .td_num2 {
	width: 6.06%;
	color: #979797;
	font-size: 15px;
	font-weight: 400;
	line-height: 130%;
	text-align: center;
	padding: 22px 0;
}
.tbl_body .row .td_subject a {
	color: #111;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 130%; 
	padding: 22px 0;
}
.tbl_body .row .dropdown {
	margin-left: auto;
}
.tbl_body .row .answer {
	background-color: #fff;
	width: 100%;display: flex;
	padding: 20px 116px 28px 116px;
	align-items: center;
	align-self: stretch;
	display: none;
	border-top: 1px solid #CCCBC1;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
}
.tbl_body .row .answer p,
.tbl_body .row .answer span {
	color: #666 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 150% !important;
}

.dropdown {
	width: 60px;
	height: 24px;
	cursor: pointer;
}
.dropdown img {
	width: 24px;
	transition: transform 0.3s ease;
}
.dropdown.rotated img {
	transform: rotate(-180deg);
	transition: transform 0.3s ease;
}
#bo_view .bo_title,
#bo_list .bo_title{
	color: #111;
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
	text-align: center;
}

.community_tab {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 48px;
	margin: 24px 0 56px;
}
.community_tab li {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
}
.community_tab li a {
	transition: all 0.3s ease;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.community_tab li.active a {
	border-bottom: 2px solid #111;
	color: #111;
}
.community_tab li:hover a {
	color: #111;
	transition: all 0.3s ease;
}
.td_subject a {
	display: flex;
	align-items: center;
}
.board_community_cate {
	display: inline-block;
	margin-left: 36px;
	margin-right: 10px;
	color: #F3F0EB;
	font-size: 14px;
	font-weight: 400;
	background: #666;
	padding: 3px 15px;
}
#bo_btn_top {margin:10px 0}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:5px;float:right;zoom:1; margin-top: 20px;}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:34px;font-size:0.92em;color:#4e546f}

.btn_bo_user {display: flex; justify-content: flex-end; align-items: center;}
.btn_bo_user li {display: flex; align-items: center;width:40px;text-align:center;}
.btn_bo_user.user li {width: auto;}
.btn_bo_user.user li a span {
	border: 1px solid #111;
	display: flex;
	width: 130px;
	height: 44px;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	transition: all 0.2s ease;
}
.btn_bo_user.user li a span:hover {
	border: 0;
	color: #fff;
	background-color: #111;
	transition: all 0.2s ease;
}
.btn_bo_user > li {position:relative}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#fff6fa !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:bold;color:#f9267f}

.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:90px;margin:0;color:#6b757c;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}

.td_num strong {color:#000}
.bo_cate_link {float:left;display:inline-block;margin-right:10px;background:#e2eaf6;color:#3a8afd;font-weight:normal !important;height:20px;line-height:10px;padding:5px 8px;border-radius:5px;font-size:0.95em} /* 글제목줄 분류스타일 */
.bo_tit {display:block;color:#000;font-weight:bold}
.bo_current {color:#e8180c}
#bo_list .profile_img img {border-radius:50%}
#bo_list .cnt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}

.bo_sch_wrap {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
.bo_sch {position:absolute;top:50%;left:50%;background:#fff;text-align:left;width:330px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
.bo_sch legend {background:red}
.bo_sch form {padding:15px;display:block}
.bo_sch select {border:0;width:100%;height:40px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_bar {display:inline-block;width:100%;clear:both;margin-top:15px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_input {width:250px;height:38px;border:0;padding:0;background-color:transparent;float:left}
.bo_sch .sch_btn {height:38px;float:right;color:#656565;background:none;border:0;width:40px;font-size:15px}
.bo_sch .bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
.bo_sch_bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height:100%}

/* 📌📌📌📌 게시판 뷰 📌📌📌📌 */
#bo_view {
}
#bo_view .view_tit {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
	text-align: center;
	width: 100%;
	background-color: #111;
	padding: 18.5px 0;
	margin-top: 56px;
}

#bo_view .view_info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #CCCBC1;
}
#bo_view .view_info .other {
	display: flex;
	align-items: center;
	gap: 0 8px;
}
#bo_view .view_info .other li {
	display: inline-block;
}
#bo_view .view_info .other li a {
	color: #979797;
	font-size: 15px;
	font-weight: 400;
	line-height: 130%;
}
#bo_view .view_info strong {
	color: #111;
	font-size: 15px;
	font-weight: 400;
	line-height: 130%;
	width: 80px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#bo_view .view_info strong.if_date {
	color: #979797;
}
#bo_v_con {
	text-align: center;
	margin: 0 auto;
	padding: 40px 0;
	color: #111;
	font-size: 16px;
	line-height: 160%;
	border-bottom: 1px solid #CCCBC1;
}
#bo_v_con img,
#bo_v_con div{
	margin: 0 auto;
	width: 60%;
}
#bo_v_con .contact_list {
	display: flex;
	flex-direction: column;
	gap:16px 0;
}
#bo_v_con .contact_list li {
	display: flex;
	gap: 0 4px;
}
#bo_v_btn {
	margin-top: 32px;
	
}
#bo_v_btn a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	background-color: #666;
	padding: 17px 0;
}
#bo_v_top {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
	align-items: center;
}
.bo_v_left {
	display: flex;
	justify-content: flex-end;
	gap: 0 4px;
}
.bo_v_com {
	display: flex;
	justify-content: flex-end;
	gap: 0 4px;
}
.bo_v_com li {
	display: flex;
	width: 130px;
	height: 44px;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	border: 1px solid #111;
	background-color: transparent;
}
.bo_v_com li a {display: flex; align-items: center; justify-content: center; color: #111;font-size: 16px;font-weight: 400;line-height: 16px; background-color: transparent;}
.bo_v_nb li{
	padding: 17.5px 0;
	display: flex;
	gap: 0 10px;
	font-size: 14px;
	color: #666;
}
.bo_v_nb li:first-child {
	border-bottom: 1px solid #CCCBC1;
}

/*  */

/* 768px ~ 1320px */
@media (max-width: 1320px) {
	.container {
		padding: 80px 24px;
	}
	.top {
		font-size: 13px;
		padding: 7px 0;
	}

	.pc_br {
		display: none;
	}

	/* 창업문의 */
	.contact {
		padding-top: 60px;
		position: relative;
	}
	.contact::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 1px;
		background-color: #111;
		left: 0;
		top: 60px;
	}
}
/* 모바일 ~ 768px */
@media (max-width: 768px) {
	.container {
		padding: 40px 20px;
	}
	.m_br {
		display: block;
	}
	
	#bo_w {
		padding-top: 60px;
	}
	#bo_w .bo_title {
		font-size: 22px;
	}
	.tbl_head01 td.td_num,
	.board_community_cate {
		display: none;
	}
	.community_tab {
		gap: 0 24px;
		margin: 20px 0 40px;
	}
	.community_tab li {
		font-size: 14px;
		line-height: 26px;
	}
	.community_tab li a {
		gap: 8px;
	}
	.td_subject a {
		display: flex;
		align-items: center;
	}
	.board_community_cate {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 12px;
		padding: 3px 10px;
	}
	.th_date {
		width: 20% !important;
	}
	.th_num {
		width: 12% !important;
	}
	#bo_view,
	#bo_list {
		margin-top: 60px;
	}
	
	#bo_view .bo_title,
	#bo_list .bo_title{
		font-size: 22px;
	}
	#bo_btn_top {
		margin: 20px 0;
	}
	.bo_fx {margin-bottom:5px;float:inherit;zoom:1; margin-top: 0;}
	#bo_view .view_tit {
		font-size: 16px;
		padding: 10.5px 0;
		margin-top: 36px;
	}
	
	#bo_view .view_info {
		padding: 6px 0;
	}
	#bo_view .view_info strong {
		font-size: 14px;
	
	}
	#bo_v_con {
		padding: 20px 0;
		font-size: 14px;
		min-height: 50vh;
	}
	#bo_v_con img,
	#bo_v_con div{
		margin: 0 auto;
		width: 100%;
	}
	#bo_v_con .contact_list {
		display: flex;
		flex-direction: column;
		gap:16px 0;
		padding-left: 20px;
	}
	#bo_v_btn {
		margin-top: 22px;
	}
	#bo_v_btn a {
		font-size: 16px;
		padding: 12.5px 0;
	}
	.btn_bo_user.user li a span {
		width: 100px;
		height: 34px;
		padding: 12px ;
		font-size: 14px;
		margin-top: 20px;
	}
	.empty_table {
		font-size: 14px;
	}
	.tbl_head {
		display: none;
	}
	.tbl_body {
		border-top: 2px solid #111;
	}
	.tbl_body .row {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		border-bottom: 1px solid #CCCBC1;
	}
	.tbl_body .row .td_num2 {
		display: none;
	}
	.tbl_body .row .td_subject a {
		padding: 18px 4px;
		font-size: 14px;
	}
	.tbl_body .row .dropdown {
		margin-left: auto;
	}
	.dropdown{
		width: 24px !important;
		height: 24px;
	}
	.dropdown img {
		width: 24px;
		transition: transform 0.3s ease;
	}
	.tbl_body .row .answer {
		padding: 18px 4px;
	}
	.tbl_body .row .answer p,
	.tbl_body .row .answer span {
		font-size: 14px !important;
		word-break: keep-all;
	}
	.tbl_body .row .answer br {
		display: none;
	}
	.dropdown {
		width: 60px;
		height: 24px;
		cursor: pointer;
	}
	.dropdown img {
		width: 24px;
		transition: transform 0.3s ease;
	}
	.dropdown.rotated img {
		transform: rotate(-180deg);
		transition: transform 0.3s ease;
	}
	
}
