@charset "UTF-8";
.board-content .online-que-table .answer-yes {
	background-color: #0e2c62;
	color: white;
	font-weight: 600;
	height:50px;
	padding-top:0.8rem;
}

.board-content .online-que-table .answer-no {
	border: 2px solid #0e2c62;
	font-weight: 600;
	color: #0e2c62;
	height:50px;
	padding-top:0.8rem;
}


.online-que-table tbody tr td:not(:nth-child(2)) {
	text-align: center;
}

.qna-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	padding: 4rem 4rem 0rem 4rem;
}

.qna-form-footer {
	width: 100%;
}

.qna-step01 {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.qna-step01 div {
	text-align: left;
}

.qna-form * p {
	font-weight: 600;
	text-align: left;
}

.qna-form .qna-step02 {
	width: 100%;
}

.privacy-agree {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.qna-save-btn {
	width: 200px;
	height: 70px;
	font-size: 15px;
	border-radius: 0px;
}

.privacy-detail-view {
	margin-left: 1rem;
	color: #0e2c62;
	text-decoration: underline;
}

input.step01 {
	width: 80%;
	height: 50px;
	margin: 0 auto;
	padding: 8px;
	font-size: 1.000em;
	background-color: #fff;
	border: 1px solid #dadbde;
	border-radius: 4px;
	box-sizing: border-box;
}

textarea {
	display: inline-block;
	width: 100%;
	height: 10rem !important;
	padding: 20px;
	border: 1px solid #dadbde;
	box-sizing: border-box;
	font-size: 16px;
	color: #959595;
	font-weight: 400;
	word-break: keep-all
}

/* ---  MEDIA QUERIES FOR RESPONSIVENESS  ---  */

/* For Tablets (screens less than 768px wide)  */
@media screen and (max-width: 768px) {
	.qna-form {
		padding: 0;
	}
	.qna-step01 {
		display: flex;
		flex-direction: column;
	}
	.email-step01 div, .qna-step01 div {
		margin-right: 0;
		margin-top: 15px;
	}
}

/* For Phones (screens less than 480px wide)  */
@media screen and (max-width: 480px) {

	.online-que-table tbody tr td, .online-que-table tbody tr th {
		padding:5px;
	}
	.qna-form, .email-form {
		padding: 0;
	}
	.email-step01 {
		display: flex;
		flex-direction: column;
	}
	.email-step01 div, .qna-step01 div {
		margin-right: 0;
		margin-top: 15px;
	}
	.qna-step01 {
		display: flex;
		flex-direction: column;
	}
	input.step01 {
		width: 100%;
	}
}

.modal-body p.msg{
	font-size:0.8rem;
}



td span.post-news {
	background-color: #dc3545; /* 중요 배지 색상 */
	color: white;
	padding: 5px 8px;
	border-radius: 3px;
	font-weight: 500;
}

td span.post-notice {
	background-color: #143493; /* 중요 배지 색상 */
	color: white;
	padding: 5px 8px;
	border-radius: 3px;
	font-weight: 500;
}
