.inquiry-qna-form {}
.inquiry-qna-form .wrap {}
.inquiry-qna-form .wrap .flex {align-items: center; margin-bottom:10px;}
.inquiry-qna-form .wrap .flex > div:nth-child(1) {width:100px; text-align:center;}
.inquiry-qna-form .wrap .flex > div:nth-child(2) {width:100%;}
.inquiry-qna-form .wrap .subject {}
.inquiry-qna-form .wrap .subject input {width:100%;}
.inquiry-qna-form .wrap .name input,
.inquiry-qna-form .wrap .password input {width:auto;}

.inquiry-qna-view {}
.inquiry-qna-view .view-body {min-height:200px;}

.btn-h:hover{background-color:#254D88; border-color:#254D88; color:#fff;}

.btn-primary,
.btn-primary:hover{background-color:#254D88; border-color:#254D88;}

@media(max-width:768px){
	
	.btn-danger{font-size:13px;}
	.float-right{width:100%; float:none !important;}
	.btn-primary{padding:0.375rem 0.75rem; font-size: 13px; margin-right:5px; }
}
@media(max-width:550px){
	.qna-list-body table tr th:first-child, .qna-list-body table tr td:first-child{width:50px;}
	.qna-list-body table tr th:nth-child(3), .qna-list-body table tr td:nth-child(3){display:none;}
}