.wd-8{
	 width: 80%;
}
.row-center{
	margin:0 auto;
}
.textCenter{
	text-align: center;
}
i.bi-asterisk{
	margin-right: 6px; 
	font-size: 12px;
    color: red;
}
.contain{
	position: relative;
    padding: 0 0.75rem;
    margin-top: 20px;
    min-height: calc(100vh - 275px);
}  
.breadcrumb a {
    text-decoration: none;
}
.breadcrumb .bi::before {
    height: 24px;
    line-height: 24px;
}
.Input-area .keyword {
    margin-right: 2rem;
    line-height: 2rem;
}
.Input-area .place {
    margin-right: 5.3rem;
    line-height: 2rem;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.ask_question  input{
	margin-right: 1rem;
}

.ask_question .btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}
.ask_question .btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.questionList {
    width: 94%;
    margin: 1rem auto 1rem;
}
.content-link-01 {
    height: 100%;
    padding: 1.25rem;
    margin-bottom: 1.75rem;
    border-radius: 5px;
}
.bd-callout {
    border: 1px solid #e8e8e8;
    background: linear-gradient(to right,#f7f7f7,#ffffff);
}
.bd-callout-info {
    border-left: 5px solid #5bc0de;
}
.bd-callout-danger{
	 border-left: 5px solid #dc3545;
}
.bd-callout-warning{
	border-left: 5px solid #ffc107;
}
.bd-callout-purple{
	border-left: 5px solid #6610f2;
}
.questionList h5{
	margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.questionList .clearfix p {
    margin-bottom: 0.25rem;
}
.questionList .descrip {
    height: 2rem;
    background: #bb5703;
    padding: 0 0.45rem;
    display: inline-block;
    line-height: 2rem;
    color: #fff;
    border-radius: 4px;
}
.questionList  .createDate,.questionList  .replyDate{
	float: right;
	font-size: 1rem; 
	color: #6C757D;
}
.kw-input {
    margin-right: 1rem;
}
.check-inp {
    margin-right: 0.75rem;
    margin-top: 0.35rem;
}
.clear{
	font: 0px/0px sans-serif;clear: both;display: block
}
.ztree li span.button.root_open:before,.ztree li span.button.center_open:before,.ztree li span.button.bottom_open:before{
   content: "\f229"; 
}
.ztree li span.button.root_close:before,.ztree li span.button.center_close:before,.ztree li span.button.bottom_close:before{
	 content: "\f231"; 
}
.ztree li span.button:before{
	display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.common-tips {
    position: fixed;
    top: 160px;
    left: 45%;
    margin-left: -90px;
    width: auto;
    text-align: center;
    background: #dff0d8;
    padding: 8px;
    border-radius: 3px;
    display: none;
    z-index: 9999;
}

























