
.container {
	width: 1368px;
	padding: 100px 360px;
	margin: 0 auto;
	letter-spacing: -2%;
	min-height: calc(100vh - 140px);
}

.m_br {
	display: none;
}

/* 📌📌📌📌 게시판 쓰기 📌📌📌📌 */
/* 메인 */
#main {
	background: #f3f0eb;
}
/* 창업문의 */
.contact {
}
.privacy .agree_tit {
	display: flex;
	flex-wrap: wrap;
	padding: 16px 20px;
	justify-content: space-between; 
	align-items: center;
	align-self: stretch;
	background: #F7F6F5;
}
.agree_check {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* 기본 체크박스 숨기기 */
.agree_check input[type="checkbox"] {
		display: none;
}

/* 체크박스 커스텀 스타일 */
.agree_check label.custom_check {
	width:16px;
	height:16px;
	border: 1px solid #ccc;
	cursor: pointer;
	border-radius: 50px;
}

/* 체크되었을 때 */
.agree_check input[type="checkbox"]:checked + label {
	border: 0;
	background: url('../../../img/sub/check_icon_round.svg') no-repeat center;
}
.privacy label {
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	cursor: pointer;
}
.privacy span {
	display: flex;
	width: 75px;
	height: 28px;
	align-items: center;
	justify-content: center;
	color: #F3F0EB;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	background-color: #666;
	cursor: pointer;
}
.privacy .agree_con {
	display: none;
	width: 100%;
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 16px 20px;
	border: 1px solid #A2A09C;
	margin-top: 16px;
	height: 140px;
	overflow: scroll;
	overflow-x: hidden;
}
.privacy .agree_con::-webkit-scrollbar {
	width: 8px;
}
.privacy .agree_con::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 20px;
}
.privacy .agree_con::-webkit-scrollbar-track {
	background: #ddd;
	border-radius: 20px;
}

.contact .privacy .title {
	display: flex;
	align-items: center;
	gap: 0 8px;
}
.contact .privacy .title img {
	width: 20px;
	height: 20px;
}
.contact .privacy .title span {
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -2%;
}
.contact .privacy .view_btn button {
	color: #f3f0eb;
	font-family: "Pretendard", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -2%;
	display: flex;
	padding: 4px 12px;
	justify-content: center;
	align-items: center;
	background-color: #666;
	cursor: pointer;
}

.contact .contact_form {
	padding: 40px 0px 60px;
}

.contact .contact_form input,
.contact .contact_form select,
.contact .contact_form textarea {
	border-radius: 0;
}
.contact .contact_form .title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 24px;
	gap: 0 12px;
}
.contact .contact_form .title h3 {
	color: #111;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -2%;
}
.contact .contact_form .title span {
	display: flex;
	align-items: center;
	gap: 0 4px;
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -2%;
}
.contact .contact_form .title span em {
	color: #f26e6e;
}
.contact .contact_form form {
	padding: 40px 0 0;
	border-top: 2px solid #111;
	display: flex;
	flex-direction: column;
	letter-spacing: -2%;
	gap: 28px 0;
}
.contact .contact_form form .row {
	display: flex;
	gap: 0 8px;
	align-items: baseline;
}
.contact .contact_form form .row.last {
	flex-wrap: wrap;
	padding-bottom: 60px;
	border-bottom: 1px solid #a2a09c;
}
.contact .contact_form form .row .label {
	display: flex;
	align-items: flex-start;
	gap: 0 4px;
	color: #111;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	width: 160px;
}

.contact .contact_form form .row .label span {
	color: #f26e6e;
}
.contact .contact_form form .row input,
.contact .contact_form form .row select {
	background-color: transparent;
	padding: 8px 0;
	border-bottom: 1px solid #a2a09c;
	outline: none;
	color: #959595;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.contact .contact_form form .row select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
.contact .contact_form form .row select {
	background-image: url("../../../img/sub/select_arrow.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) center;
	background-size: 12px;
}
.contact .contact_form form .row .input_text {
	width: calc(100% - 164px);
	max-width: 440px;
}
.contact .contact_form form .row .phone_wrap {
	width: calc(100% - 164px);
	max-width: 440px;
	display: flex;
	gap: 0 24px;
}
.contact .contact_form form .row .phone_wrap select {
	width: calc(100% / 3 - 12px);
	background-color: transparent;
}
.contact .contact_form form .row .phone_wrap input {
	width: calc(100% / 3 - 12px);
	background-color: transparent;
}

.contact .contact_form form .row .email_wrap {
	width: calc(100% - 164px);
	max-width: 664px;
	justify-content: space-between;
	align-items: center;
	display: flex;
	gap: 0 16px;
}
.contact .contact_form form .row .email_wrap input {
	width: 35%;
	max-width: 186px;
}
.contact .contact_form form .row .email_wrap span {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.contact .contact_form form .row .email_wrap select {
	width: 30%;
	margin-left: 8px;
}
.contact .contact_form form .row .sido_wrap {
	width: calc(100% - 164px);
	max-width: 664px;
	justify-content: space-between;
	align-items: center;
	display: flex;
	gap: 0 24px;
}
.contact .contact_form form .row .sido_wrap select {
	width: calc(100% / 2 - 12px);
}
.contact .contact_form form .row .cost_text {
	max-width: 664px;
	width: calc(100% - 164px);
}
.contact .contact_form form .row .radio_group {
	display: flex;
	align-items: center;
	width: calc(100% - 164px);
}
.contact .contact_form form .row .radio_group label {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-right: 16px;
	cursor: pointer;
}
.contact .contact_form form .row input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 12px;
	height: 12px;
	border: 1px solid #ccc;
	outline: none;
	cursor: pointer;
	padding: 0;
	border-radius: 50px;
	margin-right: 4px;
}
.contact .contact_form form .row input[type="radio"]:checked {
	background-color: #111;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #111;
}

.contact .contact_form form .row textarea {
	width: 100%;
	border: 1px solid #a2a09c;
	height: 104px;
	padding: 8px 12px;
	background-color: transparent;
	resize: none;
	outline: none;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 16px;
}
.contact .contact_form .btn {
	color: #fff;
	text-align: center;
	font-family: "Pretendard", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -2%;
	display: flex;
	width: 280px;
	height: 50px;
	padding: 12px 0px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #111;
	margin: 32px auto 0;
	cursor: pointer;
}

/* 📌📌📌📌 게시판 목록 📌📌📌📌 */
#bo_view .bo_title,
#bo_list .bo_title{
	color: #111;
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
	text-align: center;
}

#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 > 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_cate_link:hover {text-decoration:none}
.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 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 {
	padding: 40px 0;
	color: #111;
	font-size: 16px;
	line-height: 160%;
	border-bottom: 1px solid #CCCBC1;
}
#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_com li a:hover {color: #fff; background-color: : #111;}
.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 {
		width: 100%;
		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;
	}

	.privacy {
		gap: 6px 0;
	} 
	.privacy .agree_tit {
		padding: 12px;
	}
	.privacy label {
		font-size: 14px;
	}
	.privacy span {
		width: 72px;
		height: 28px;
		font-size: 13px;
	}
	.privacy .agree_con {
		font-size: 13px;
		padding: 12px;
		margin-top: 8px;
		height: 100px;
	}
	.contact .contact_form {
		padding: 40px 0px 0;
	}
	.contact .privacy .view_btn button {
		font-size: 13px;
	}
	.contact .contact_form .title {
		margin-bottom: 16px;
	}
	.contact .contact_form .title h3 {
		font-size: 20px;
	}
	.contact .contact_form .title span {
		font-size: 14px;
	}

	.contact .contact_form form {
		padding: 28px 0 36px;
	}
	.contact .contact_form form .row {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		align-items: center;
	}
	.contact .contact_form form .row.m_flex {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.contact .contact_form form .row .label {
		font-size: 14px;
		width: 100%;
	}
	.contact .contact_form form .row input,
	.contact .contact_form form .row select {
		padding: 14px 0;
		color: #959595;
		font-size: 14px;
	}
	.contact .contact_form form .row select {
		background-position: calc(100% - 8px) center;
		background-size: 12px;
	}
	.contact .contact_form form .row .input_text {
		width: 100%;
		max-width: auto;
	}
	.contact .contact_form form .row .phone_wrap {
		width: 100%;
		max-width: auto;
		gap: 0 16px;
	}
	.contact .contact_form form .row .phone_wrap select {
		width: calc(100% / 3);
		background-color: transparent;
	}
	.contact .contact_form form .row .phone_wrap input {
		width: calc(100% / 3 - 12px);
	}

	.contact .contact_form form .row .email_wrap {
		width: 100%;
		max-width: auto;
		gap: 0 12px;
	}
	.contact .contact_form form .row.m_flex .sido_wrap {
		max-width: auto;
		gap: 0 16px;
	}
	.contact .contact_form form .row .sido_wrap {
		width: 100%;
		gap: 0 16px;
	}
	.contact .contact_form form .row .sido_wrap select {
		width: calc(100% / 2 - 12px);
	}
	.contact .contact_form form .row.m_flex .label {
		width: auto;
	}
	.contact .contact_form form .row .cost_text {
		width: calc(80% - 24px);
	}
	.contact .contact_form form .row .radio_group {
		display: flex;
		align-items: center;
		width: auto;
	}
	.contact .contact_form form .row .radio_group label {
		font-size: 14px;
	}

	.contact .contact_form form .row textarea {
		width: 100%;
		max-width: auto;
		margin-top: 8px;
		font-size: 14px;
	}
	.contact .contact_form .btn {
		font-size: 16px;
		display: flex;
		width: 100%;
		max-width: 390px;
		height: 50px;
		margin: 36px auto 0;
	}
	
	#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;
		
	}
	#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;
	}
	
}
