:root{
	--inner_base_mw: 1440px;
	/* system_context_town.md §3 — 마음타운 primary·보완/반려 박스 */
	--point3: #00b189;
	--point5: #94ccc0;
	--point1: #00B189;
}

.fx_1{
	flex: 1 !important;
}

.bg_lightgray{
	background-color:#EBEBEB;
}

header .logo{
	top:50%;
	transform:translate(-50%,-50%);
}
header .logo a{display: block;}
header .logo img{
	width: 8rem;
}
header .gnb ul a{
	font-weight:600;
}
.wv_timepicker input[type=text][readonly],
.wv_calendar input[type=text][readonly]{
	background-color:#fff;
	color:#000;
}
.wv_timepicker input[type=text]::placeholder,
.wv_calendar input[type=text]::placeholder{
	color:#999;
}

.badge{
	min-width: 5.25rem;
	padding: 0.375rem 0;
	font-size:1rem;
	font-weight:600;
	text-align: center;
	border-radius:5rem;
	background-color: var(--point5, #94ccc0);
}

/* system_context_town.md §4-6 보완요청/반려 내용 박스 */
.revision_box{
	background: var(--point5);
	padding: 40px 30px;
	border-radius: 8px;
	box-sizing: border-box;
}

/* 모임 개설: 글자수 (우측 하단) */
.ipt_wrap_charcount {
	position: relative;
	display: block;
	width: 100%;
}
.ipt_wrap_charcount > .textarea,
.ipt_wrap_charcount textarea.textarea {
	width: 100%;
	padding-bottom: 2.25rem;
	box-sizing: border-box;
}
.ipt_wrap_charcount > .wv_ipt {
	width: 100%;
	padding-bottom: 2rem;
	box-sizing: border-box;
}
.ipt_wrap_charcount .char_count {
	position: absolute;
	right: 0.5rem;
	bottom: 0.35rem;
	font-size: 0.75rem;
	line-height: 1.2;
	color: #888;
	pointer-events: none;
	user-select: none;
}
.ipt_wrap_charcount .char_count.char_count_warn {
	color: #c00;
}

@media all and (max-width: 768px) {
	header .logo {
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
	}
	
	header .logo img {
		width: 64px;
	}
	
	.badge {
		min-width: 58px;
		padding: 4px 0;
		font-size: 12px;
	}
	header .gnb ul a{
		font-size:16px;
		color: #000;
	}
	header .gnb ul a.active{
		color:var(--point1);
	}
}