/*entrance*/
.entrance-container{
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    /*padding-top: 62px;*/
    position: relative;
}

.entry .entrance-container h1{
	position: absolute;
    top: 0; 
    left: calc(600px + 2rem);
}

.result-keyword .second{
    display:inline-block;
}

/*頁面資源訊息提供表單*/
.resource-edit .td .error, .resource-edit .error{
	color: red;
}

/*學習資源匯出*/
.download-area{
	display: flex;
    flex-direction: row-reverse;
    width: 96%;
}
#learningResExport{
	color: #333;
	/*margin-left: 92.5%;*/
	display: flex;
    align-items: center;
    width: 37px;
    height: 37px;
    border-radius: 8px;
    justify-content: center;
}
#learningResExport:hover,#learningResExport:focus{
	background-color: #0077cc;
    color: #fff;
}
#filterResExport{
	color: #333;
	/*margin-left: 92.5%;*/
	display: flex;
    align-items: center;
    width: 37px;
    height: 37px;
    border-radius: 8px;
    justify-content: center;
}
#filterResExport:hover,#filterResExport:focus{
	background-color: #0077cc;
    color: #fff;
}

.formLoading{
	background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.formLoading img{
    position: relative;
    margin-top: 10%;
    left: 45%;
}

/*後台系統*/
.mgBtn{
	margin: 1.25rem 0.25rem 0.5rem 0.25rem;
	color: #fff;
	background-color: #0077cc;
	border-color: #0077cc;
}
.mgBtn:hover,.mgBtn:focus{
	background-color: #17a2b8;
	border-color: #17a2b8;
	color: #fff;
}

/*資源引介-隱私權*/
.privacyAgree{
	text-decoration: none;
    color: #0077cc;
}
.privacyAgree:hover{
	color: #17a2b8;
}
/*faq-全站查詢*/
.faq-checkAll{
	line-height: 1.5;
    color: #464646;
    text-align: justify;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 1rem;
}
.faq-checkAll a{
	border-radius: 0;
    background-color: #0077cc;
   	color: #fff;
    white-space: nowrap;
    width: 100%;
    border-radius: 4px;
	text-decoration: none;
	width: 120px;
    line-height: 1.625;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    border-radius: 4px;
}
.faq-checkAll a:hover{
	background-color: #17a2b8;
    color: #fff;
}

/*列表頁 HTML區塊*/
.list-block{
	margin: 2rem 3rem auto 3rem;
}

/*事求人/人求事 內容頁面*/
.detail .need-info{
	background-color: #fff2c6;
    padding: 1.5rem 1.75rem 1.5rem 1.5rem;
    position: relative;
    font-size: 1.25rem;
    margin-bottom: 2.25rem;
}
.detail .need-info::before{
	content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: -25px;
    top: calc(50% - 25px);
    background-color: #fff;
}
.detail .need-info ul{
	margin-bottom: 0;
}
.detail .need-info ul li{
	margin-bottom: 0.25rem;
}
.detail .need-info::after{
	content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    right: calc(50% - 25px);
    background-color: #fff2c6;
}

/*評量 back*/
.exam-back{
	display: flex;
    justify-content: center;
	list-style: none;
    line-height: 1;
    /*margin: 0.25rem;
    padding: 0.5rem 0.75rem;*/
    border-radius: 4px;
	padding-left: 0.5rem;
}
.exam-back a {
	background-color: initial !important;
    color: #333 !important;
    padding: 0 !important;
    font-size: 1.25rem !important;
    border-right: #666 1px solid;
    padding-right: 0.5rem !important;
    border-radius: 0 !important;
	text-decoration: none;
}

.exam-back a:hover {
	color: #17a2b8 !important;
}

/*首頁右側圖片連結*/
main .indexRightBtn a{
	display: block;
}

/*本月主打 rwd*/
@media (max-width: 767px){
	.more-comtent .item a .date {
		 font-size: 1rem !important; 
		 margin-right: 0 !important;
	}
}

/*閱讀更多 focus虛線框*/
.more-comtent .more button:focus {
	outline: orange 3px dotted;
	outline-offset: -3px;
}

/*教育雲選單 rwd*/
@media (max-width: 991px){
	.withoutMenu {
		margin-top: 10px;
	}
}