
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

@font-face {
	font-family: "Tauhu Oo";
	src: local("TauhuOo20.05-Regular"), url("/export/system/modules/com.thesys.project.mhi/resources/webfonts/TauhuOo20.05-Regular.woff2") format("woff2"), url("/export/system/modules/com.thesys.project.mhi/resources/webfonts/TauhuOo20.05-Regular.woff") format("woff"), url("/export/system/modules/com.thesys.project.mhi/resources/webfonts/TauhuOo2005-Regular.otf") format("opentype")
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	image-rendering: -webkit-optimize-contrast;
}

html, body {
	height: 100%;
}

body {
	line-height: 1.75;
	background-color: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/inspiration-geometry.png");
	font-family: 'Tauhu Oo', 'Noto Sans TC', PingFangTC-Regular, 'Microsoft JhengHei', sans-serif;
}

.flex-1 {
	flex: 1;
}

a.disabled {
	pointer-events: none;
	opacity: 0.5;
}

a:focus {
	outline: orange 3px dotted;
	outline-offset: -3px;
}

a[accesskey], a.visually-hidden-focusable {
	color: #0077cc;
	text-decoration: none;
	line-height: 1;
	padding: 3px;
}

.div_u a, .div_c a, .div_b a {
	opacity: 0;
}

.div_c a:target {
	padding-top: 120px;
	margin-top: -120px;
}

.div_u a:hover, .div_u a:focus,
.div_c a:hover, .div_c a:focus {
	opacity: 1;
}

.div_b a:hover, .div_b a:focus {
	color: #fff !important;
	opacity: 1;
}

@media (max-width:991px) {
	a[accesskey] {
		display: none;
	}
}

a[accesskey]:hover, a.visually-hidden-focusable:hover, a[accesskey]:focus {
	color: #17a2b8;
}

a.visually-hidden-focusable {
	position: absolute;
}

.overlay {
	overflow: hidden;
}

.overlay::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 8;
}

hr {
	margin: 2rem 0 0 0;
}

h1 {
	margin-bottom: 0;
}

h1, h1 a {
	font-size: 2rem;
	font-weight: 500;
	color: #333;
	text-decoration: none;
}

h1 a:hover, h1 a:focus {
	color: #17a2b8;
}

h1 img {
	width: 36px;
	height: auto;
	margin-right: 0.5rem;
	vertical-align: top;
}

h2,.h2 {
	font-size: 1.85rem;
	font-weight: 500;
	margin-bottom: 2rem;
	color: #0077cc;
	padding: 0 2rem 1rem 2rem;
	border-bottom: #ffd33f 5px solid;
	display: inline-block;
}

h2 span {
	font-size: 1rem;
	font-weight: 400;
	color: #999;
	margin-left: 0.5rem;
}

h3 {
	font-size: 1.65rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

h4 {
	font-size: 1.45rem;
	font-weight: 500;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

h5 {
	font-size: 1.25rem;
	font-weight: 500;
}

main {
	min-height: calc(100vh - 3rem - 180px);
	position: relative;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

main a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

main.minHeigh {
	min-height: 860px !important;
	padding-bottom: 8rem;
}

.photo img {
	max-width: 100%;
	height: auto;
}

.heading {
	font-size: 1.2rem;
	font-weight: 500;
}

.mobiBtn {
	display: none;
}

@media (max-width:991px) {
	.mobiBtn {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		width: 50px;
		background-color: #0077cc;
		position: fixed;
		top: 1rem;
		right: 1rem;
		border-radius: 8px;
		z-index: 9;
	}

	.sticky .mobiBtn {
		height: 50px;
		width: 50px;
	}
}

@media (max-width:575px) {
	.mobiBtn {
		top: 0.5rem;
		right: 0.5rem;
	}
}

.menu-btn {
	display: block;
	margin: 0 0.5rem;
	width: 28px;
}

.menu-btn:before,
.menu-btn:after {
	background-color: #fff;
	content: '';
	display: block;
	height: 3px;
	transition: all 200ms ease-in-out;
}

.menu-btn:before {
	box-shadow: 0 9px 0 #fff;
	margin-bottom: 15px;
}

.menu-btn.active:before {
	box-shadow: 0 0 0 #fff;
	transform: translateY(10px) rotate(45deg);
}

.menu-btn.active:after {
	transform: translateY(-8px) rotate(-45deg);
}

@media (max-width:991px) {
	.main_nav.active .arrow::after {
		content: '\2b';
		font-family: "Font Awesome 6 Free";
		float: right;
	}

	.main_nav.active .active .arrow::after {
		content: '\f068';

	}
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.nav-L {
	display: flex;
	align-items: center;
	margin: 1rem 0;
	flex-grow: 1;
	flex-wrap: wrap;
}

.nav-L img {
	width: 36px;
	height: auto;
	margin-right: 0.25rem;
}

.nav-L ul {
	margin-left: auto;
}

@media (max-width:991px) {
	.nav-L ul {
		display: none;
	}

	.nav-L .nav.active {
		display: flex;
		position: fixed;
		top: 1.5rem;
		z-index: 9;
	}
}

@media (max-width:575px) {
	.nav-L .nav.active {
		padding: 0 1rem;
		width: 89%;
		/* top: 4.5rem; */
	}
}

.nav-R {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 1rem 0;
}

@media (max-width:767px) {
	.nav-R {
		margin: 0;
	}
}


@media (max-width:991px) {
	.sticky .nav-R {
		border-bottom: none;
	}
}

@media (max-width:991px) {
	.nav-R {
		width: 100%;
	}

	.nav-R ul {
		display: none;
	}

	.nav-R ul.active {
		display: block;
	}
}

.nav-L ul li {
	margin: 0 0.5rem;
	position: relative;
}

@media (max-width:1199px) {
	.nav-L ul li {
		margin: 0 0.25rem 0 0;
	}
}

@media (max-width:991px) {
	.nav-L ul li {
		margin: 0 0.75rem 0.5rem 0;
		/*flex: 1;*/
	}
}

@media (max-width:575px) {
	.nav-L ul li {
		flex: initial;
		width: calc(50% - 1rem);
	}
}

.nav-L ul li a {
	text-decoration: none;
	color: #333;
	display: flex;
	align-items: center;
	/*width: 37px;
	height: 37px;*/
	border-radius: 8px;
	justify-content: center;
	padding: initial;
	line-height: inherit;
	padding: 0.25rem 0;
}

.nav-L ul li a i {
	margin-right: 0.25rem;
}

@media (max-width:991px) {
	.nav-L ul li a {
		width: initial;
		height: initial;
		flex-direction: column;
		padding: 0.75rem 0.5rem;
		background-color: #17a2b8;
		color: #fff;
	}
	
	.nav-L ul li a:hover, .nav-L ul li a:focus {
		background-color: #0077cc;
		color: #fff;
	}

	.nav-L ul li a:hover i, .nav-L ul li a:focus i {
		color: #fff;
	}
}

.nav-L ul li a:hover, .nav-L ul li a:focus {
	color: #17a2b8;
}

/*.nav-L ul li a span {
	display: none;
	position: absolute;
	top: 42px;
	left: -18px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.375rem 0.5rem;
	white-space: nowrap;
	z-index: 3;
	border-radius: 5px;
}*/

@media (max-width:991px) {
	.nav-L ul li a span {
		display: block;
		position: initial;
		background-color: initial;
		color: #fff;
		font-size: 1rem;
	}
}

/*.nav-L ul li a span::before {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: 43%;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}*/

@media (max-width:991px) {
	.nav-L ul li a span::before {
		content: none;
	}
}

.nav-L ul li a:hover span,
.nav-L ul li a:focus span {
	display: block;
}

.nav-L ul li.login {
	display: none;
}

.nav-L ul li.login.active {
	display: block;
	background-color: #fece26;
	border-radius: 10px;
}

@media (max-width:991px) {
	.nav-L ul li.login.active {
		padding: 0;
	}

}

.menu {
	display: flex;
	background-color: #0077cc;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width:991px) {
	.menu {
		display: none;
	}

	.menu.active {
		display: block;
		border-bottom: none;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 8;
		padding: 6rem 1rem 2rem 1rem;
	}
}

@media (max-width:575px) {
	.menu.active {
		padding-top: 11rem;
	}
}

.menu .title {
	display: none;
}

@media (max-width:991px) {

	.menu .title {
		display: block;
		color: #fff;
		font-size: 1.5rem;
		font-weight: 500;
	}

	.menu ul {
		flex-direction: column;
	}
}

@media (max-height: 740px) {
	.menu.active>.container {
		height: calc(96vh - 11rem);
		overflow-y: auto;
	}
}

.sticky.menu ul {
	border-top: none;
	background-color: initial;
}

.menu ul li {
	flex: 1;
	position: relative;
}

.menu ul li a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	position: relative;
	z-index: 2;
	padding: 0.75rem 0.25rem;
	text-align: center;
	line-height: 1.25;
}

@media (max-width:991px) {
	.menu.active ul li a {
		border: #fff 1px solid;
		justify-content: flex-start;
		padding: 0.5rem 1rem;
		margin: 0.5rem auto;
		line-height: 1.75;
		text-align: left;
		align-items: flex-start;
		border-radius: 10px;
	}

	.menu.active ul li a::before {
		content: '\f0da';
		font-family: "Font Awesome 6 Free";
		font-weight: bold;
		margin-right: 0.5rem;
	}
}


.menu ul li a:hover, .menu ul li a:focus {
	background-color: #17a2b8;
	color: #fff;
}

.menu ul li.active a {
	background-color: #ffd33f;
	color: #333;
}

.sticky.menu ul li a {
	height: 100%;
	min-height: 50px;
}

.menu ul li a:hover, .menu ul li a.active, .menu>ul>li:hover>a {
	/* background: linear-gradient(-45deg, #fece26 0%, #de2d33 50%);
	color: #fff; */
}

.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0px;
	z-index: 9;
	background-color: #0077cc;
}

#searchBlk .modal-content, #languageBlk .modal-content {
	border-radius: 0;
	padding: 2rem 3rem 3rem 3rem;
}

@media (max-width:991px) {
	#searchBlk .modal-content, #languageBlk .modal-content {
		padding: 2rem;
	}
}

@media (max-width:767px) {
	#searchBlk .modal-content, #languageBlk .modal-content {
		padding: 2rem 1rem;
	}
}

.btn-close {
	position: absolute;
	top: 2rem;
	right: 3rem;
	background-image: none;
	font-size: 2rem;
	padding: 0;
	width: initial;
	height: inherit;
	line-height: 1;
	color: #0077cc;
	opacity: 1;
	z-index: 1;
}

@media (max-width:991px) {
	.modal .btn-close {
		right: 1rem;
		top: 1rem;
	}
}

@media (max-width:480px) {
	.modal .btn-close {
		right: 0.5rem;
		top: 0.5rem;
	}
}

.btn-close:hover {
	color: #de2d33;
}

.btn-close:focus {
	outline: orange 3px dotted;
	box-shadow: none;
	color: #de2d33;
}

#searchBlk .title::before, #languageBlk .title::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ffd33f;
	position: absolute;
	top: 83px;
	left: 0px;
}

#searchBlk h3 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 2rem;
}

#searchBlk .formBlk button {
	width: initial;
	padding: 0.75rem;
	border: none;
}

.keywords {
	display: flex;
	flex-wrap: wrap;
}

.keywords .item {
	margin: 0.25rem;
}

.keywords a {
	padding: 0.25rem 0.8rem;
	display: block;
	background-color: #0077cc;
	text-decoration: none;
	color: #fff;
}

.keywords a:hover, .keywords a:focus {
	background-color: #0077cc;
}

.formBlk .form-control, .formBlk .form-select {
	border-radius: 0;
	background-color: #fff;
	padding: 0.75rem;
	border: none;
}

.formBlk .form-control:focus, .formBlk button:focus,
.formBlk .form-select:focus {
	outline: orange 3px dotted;
	box-shadow: none;
	outline-offset: -3px;
}

.select2-container--focus {
	border: orange 3px dotted;

}

.select2-container--focus .select2-selection--multiple {
	min-height: 38px !important;
}

.formBlk button {
	border-radius: 0;
	background-color: #0077cc;
	color: #fff;
	white-space: nowrap;
	width: 100%;
	border-radius: 4px;
}

.formBlk button:hover, .formBlk button:focus {
	background-color: #17a2b8;
	color: #fff;
}

.formBlk .input-group {
	align-items: center;
}

.formBlk .select-group {
	display: flex;
	align-items: center;
	width: 100%;
}

@media (max-width: 991px) {
	.formBlk .input-group, .formBlk .select-group {
		margin-bottom: 1rem;
		flex-wrap: wrap;
	}
}

.formBlk .select2-container {
	margin-right: 1.5rem;
}

@media (max-width:991px) {
	.formBlk .select2-container {
		margin-right: 0;
	}
}

.formBlk .select2 {
	background-image: url('../images/angle-down-solid.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #fff;
}

.formBlk .table .select2 .dropdown-wrapper::after {
	top: 0.375rem;
}

.formBlk .select2-container--default .select2-selection--multiple {
	border-radius: 0 !important;
	border: #ddd 1px solid !important;
	padding: 0;
	background-color: initial;
}

.formBlk .table .select2-container--default .select2-selection--multiple {
	padding: 0rem 0.5rem;
	min-height: 48px;
}

.formBlk .select2-results__option--selectable {
	margin-bottom: 0 !important;
}

.formBlk .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: none;
	margin: 0.25rem;
	padding-left: 5px;
	padding-right: 20px;
	font-size: 1rem;
}

.formBlk .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	width: initial;
	left: initial;
	right: 0px;
	border-right: none;
}

.formBlk .select2-dropdown {
	border: none;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.formBlk .select2-container .select2-search--inline .select2-search__field {
	font-size: 1.25rem;
	margin: 0;
	height: 38px;
}

.formBlk .form-check-input {
	width: 25px;
	height: 25px;
	border: none;
	margin-right: 5px;
}

.formBlk label {
	vertical-align: middle;
}

.submenu {
	position: absolute;
	top: 100px;
	left: 0px;
	width: initial !important;
	min-width: 230px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 2;
	padding: 0;
	margin: 0;
}

.submenu li {
	list-style: none;
	border-left: none !important;
	padding: 1rem 1.5rem;
}

.submenu li a {
	font-size: 1.15rem !important;
	height: initial !important;
	justify-content: flex-start !important;
}

.submenu li a:hover {
	background: initial !important;
	color: initial !important;
}

main .title {
	display: flex;
	position: relative;
	padding: 0rem 2rem 0 2rem;
	margin-bottom: 2rem;
	/*flex-wrap: wrap;*/
}

@media (max-width:991px) {
	main .title {
		flex-wrap: wrap;
	}
}

@media (max-width:480px) {
	main .title {
		padding: 2rem 1rem 0 1rem;
	}
}

main .title::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ffd33f;
	position: absolute;
	bottom: 5px;
	left: 0px;
}

main .modal .title {
	padding: 2rem 5rem 0 3rem;
}

@media (max-width:991px) {
	main .modal .title {
		padding: 2rem 2rem 0 2rem;
	}
}

@media (max-width:480px) {
	main .modal .title {
		padding: 2rem 1rem 0 1rem;
	}
}

main .title h2,main .title .h2 {
	margin-bottom: 0;
	min-width: 193px;
}

@media (max-width:480px) {
	main .title h2,main .title .h2 {
		font-size: 1.5rem;
		padding: 0 1rem 1rem 1rem;
	}
}

main .title span {
	color: #666;
	font-size: 1rem;
	/*position: absolute;*/
	/*top: 5px;
	left: 240px;*/
	line-height: 1.25;
	margin-top: 0.25rem;
    margin-left: 1rem;
	padding-right: 17px;
	flex: 1;
}

@media (max-width:991px) {
	main .title span {
		position: initial;
		margin-top: 0.5rem;
		margin-bottom: 1.5rem;
		margin-left: 2rem;
		width: 100%;
		flex: initial;
	}
}

@media (max-width:480px) {
	main .title span {
		font-size: 0.85rem;
	}
}

main .title .more {
	margin-left: auto;
}

.learning_map {
	position: relative;
	background-color: #eaf9ff;
	padding: 1.5rem 2rem;
	border-radius: 10px;
}

.learning_map .title {
	text-align: center;
	display: block;
	padding: 0;
}

.learning_map img {
	max-width: 100%;
	height: auto;
	margin: 1rem 0;
}

.detail .learning_map {
	background-color: initial;
	padding: 0;
}

.learning_map .more, .language_use .more {
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #0077cc;
	border-radius: 8px;
	overflow: hidden;
	margin-top: auto;
}

.learning_map .more a, .language_use .more a {
	width: 100%;
	color: #fff;
}

.learning_map .more a:hover, .language_use .more a:hover,
.learning_map .more a:focus, .language_use .more a:focus {
	background-color: #17a2b8;
	color: #fff;
}

.learning_map .more a span, .language_use .more a span {
	width: initial;
	height: initial;
	background-color: initial;
}

.learning_map .more a:hover span, .language_use .more a:hover span,
.learning_map .more a:focus span, .language_use .more a:focus span {
	background-color: initial;
	color: #fff;
}

.learning_map .content {
	display: flex;
	margin-top: -5px;
	padding: 0 !important;
}

.detail .learning_map .content {
	max-width: initial;
	min-height: initial;
	margin: 3rem 0;
}

@media (max-width:991px) {
	.learning_map .content {
		flex-direction: column;
	}
}

.learning_map .text {
	width: calc(100% / 6 * 1.5);
	padding: 2rem 1.5rem;
}

@media (max-width:991px) {
	.learning_map .text {
		width: 100%;
	}
}

.detail .learning_map .text {
	/* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); */
	border-radius: 10px;
	margin: 0 0.25rem;
}

.learning_map .text img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.learning_map .level {
	display: flex;
	flex: 1;
}

@media (max-width:991px) {
	.learning_map .level {
		flex-direction: column;
	}
}

.learning_map .level-item {
	flex: 1;
	padding: 2rem 1.5rem;
	min-height: 420px;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	margin: 0 0.5rem;
	border-radius: 10px;
	background-color: #eaf9ff;
}

@media (max-width:991px) {
	.learning_map .level-item {
		border-left: none;
		min-height: initial;
		margin-bottom: 1.5rem;
	}
}

.learning_map .level-item .star {
	color: #fece26;
	/* margin-bottom: 3rem; */
	font-size: 1.5rem;
}

@media (max-width:1199px) {
	.learning_map .level-item .star {
		margin-bottom: 1rem;
	}
}

.learning_map .level-item .star i {
	margin: 0.25rem;
}

.learning_map .level-item .h3 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 2.25rem;
}

.learning_map .level-item .h3 span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.5rem;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #fece26;
	font-size: 2.5rem;
}

.learning_map p {
	line-height: 1.5;
	font-size: 1rem;
}

.detail .learning_map p {
	color: #333;
	line-height: inherit;
}


.learning_map .table {
	/* background: linear-gradient(-45deg, #fece26 0%, #ffe897 100%); */
	margin-bottom: 0;
	border: #ddd 1px solid;
}

@media (max-width:991px) {

	.learning_map .table, .learning_map .table .tr,
	.learning_map .table .th, .learning_map .table .td {
		display: block !important;
	}

	.learning_map .table {
		border: none;
	}
}

.learning_map .table .thead {
	height: 200px;
}

@media (max-width:991px) {
	.learning_map .table .thead {
		display: none;
	}
}

.learning_map .table .thead .th {
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	width: 320px;
	color: #fff;
	position: relative;
	vertical-align: middle;
}

.learning_map .table .thead .th:first-child {
	width: 100px;
}

.learning_map .table .thead .th:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	right: -35px;
	top: calc(50% - 25px);
	z-index: 1;
}

@media (max-width:1199px) {
	.learning_map .table .thead .th:before {
		right: -20px;
	}
}

.learning_map .table .thead .th:first-child::before {
	content: none;
}

.learning_map .table .thead .th i {
	margin-right: 0.5rem;
}

.learning_map .table .td {
	padding: 1rem;
	background-color: #fff !important;
	border-top: #ddd 1px solid;
	border-left: #ddd 1px solid;
	color: #333;
	letter-spacing: 1px;
	
}

@media (max-width:991px) {
	.learning_map .table .td {
		border-left: none;
		border-bottom: #ddd 1px solid;
		border-top: none;
		border-right: #ddd 1px solid;
		position: relative;
	}

	.learning_map .table .td::before {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		padding: 1rem;
		color: #fff;
		font-size: 1.5rem;
		font-weight: 500;
	}

}

.learning_map .table .tr:nth-of-type(1) .th:first-child {
	color: #666;
	line-height: 1.25;
	font-size: 2.5rem;
}

.learning_map .table .tr:not(:nth-of-type(1)) .th {
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border-top: #ddd 1px solid;
	color: #666;
	padding: 1rem;
	line-height: 1.25;
}

.learning_map .indigenous .table .tr .th {
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border-bottom: #ddd 1px solid;
	color: #666;
	padding: 1rem;
	line-height: 1.25;
}

@media (max-width:991px) {
	.learning_map .table .tr:not(:nth-of-type(1)) .th {
		border-top: none;
		border-bottom: #ddd 1px solid;
	}
}

.learning_map .table .tr:not(:nth-of-type(1)):hover .th,
.learning_map .table .tr:hover .td {
	background-color: #f4fcff !important;
}

.learning_map .table .tr .td ul {
	margin: 0 0 0 1rem;
	padding: 0;
}

@media (max-width:991px) {
	.learning_map .table .tr .td ul {
		margin: 0 0 0 4.75rem;
	}
}

.learning_map .table .tr .td ul li {
	margin-bottom: 0;
	line-height: 1.45;
	list-style: none;
}

.learning_map .table .tr .td ul li a {
	color: #0077cc;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1;
}

.learning_map .table .tr .td ul li a::before {
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	margin-right: 0.5rem;
	font-weight: bold;
	margin-left: -1rem;
}

.learning_map .table .tr .td ul li a:hover {
	color: #17a2b8;
}

.listen {
	background-color: #fece26 !important;
	color: #333 !important;
}

.listen::before {
	background-color: #fece26;
}

@media (max-width:991px) {
	.listen::before {
		content: '聽';
		color: #333 !important;
	}
}

.speak {
	background-color: #de2d33 !important;

}

.speak::before {
	background-color: #de2d33;
}

@media (max-width:991px) {
	.speak::before {
		content: '說';
	}
}

.read {
	background-color: #426fa8 !important;
}

.read::before {
	background-color: #426fa8;
}

@media (max-width:991px) {
	.read::before {
		content: '讀';
	}
}

.write {
	background-color: #17a2b8 !important;
}

@media (max-width:991px) {
	.write::before {
		content: '寫';
		background-color: #17a2b8;
	}
}

.learning_map-content {
	padding: 3rem 3rem 5rem 3rem;
}

@media (max-width:991px) {
	.learning_map-content {
		padding: 0 0 4rem 0;
	}
}

.table {
	display: table;
	border-collapse: collapse;
}

.table>:not(:first-child) {
	border-top: none;
}

.table .thead {
	display: table-header-group;
}

.table .tbody {
	display: table-row-group;
}

.table .tr {
	display: table-row;
}

.table .tr:hover {
	background-color: #eaf9ff;
}

.table .th, .table .td {
	display: table-cell;
}

.news {
	margin: 0rem 3rem;
	position: relative;
}

@media (max-width:1199px) {
	.news {
		margin: 0 0 4rem 0;
	}
}

@media (max-width:767px) {
	.news .title {
		justify-content: center;
		text-align: center;
	}
}

.news-inner {
	padding: 0 3rem;
	position: relative;
}

@media (max-width:767px) {
	.news-inner {
		padding: 0 0rem 8rem 0rem;
	}
}

.news-content, .resource-content {
	margin-bottom: 2rem;
	padding-top: 0rem;
}

@media (max-width:767px) {
	.news-content, .resource-content {
		margin-bottom: 0rem;
	}
}

.news-content .item a, .resource-content .item a {
	display: flex;
	padding: 1rem 0.5rem;
	border-bottom: #ddd 1px solid;
	text-decoration: none;
	color: #666 !important;
	letter-spacing: 1px;
	position: relative;
	align-items: center;
}

.resource-content .item a {
	flex-wrap: wrap;
}

@media (max-width:991px) {
	.news-content .item a {
		flex-wrap: wrap;
	}
}

@media (max-width:767px) {
	.resource-content .item a {
		/*flex-direction: column-reverse;*/
		align-items: flex-start;
	}
}


.news-content .item a:hover, .news-content .item a:focus,
.resource-content .item a:hover, .resource-content .item a:focus {
	background-color: #f4fcff;
}

.news-content .item a .date,
.resource-content .item a .date {
	margin-right: 1rem;
}

.news-content .item a .text, .resource-content .item a .text {
	font-size: 1.25rem;
	font-weight: 500;
	flex: 1;
}

@media (max-width:991px) {
	.news-content .item a .text, .resource-content .item a .text {
		flex: initial;
		width: 100%;
	}
}

.resource-content .item a .type {
	background-color: #fff2c6;
	border-radius: 4px;
	padding: 0 0.5rem;
	margin-right: 0.5rem;
}

.resource-content .item a .lang {
	background-color: #f0ffde;
	border-radius: 4px;
	padding: 0 0.5rem;
	margin-right: 0.5rem;
}

.resource-content .item a .text .name::before {
	content: '\f360';
	font-weight: bold;
	margin-right: 0.5rem;
	font-family: "Font Awesome 6 Free";
	color: #17a2b8;
}

.resource-content .item a .text .caption {
	font-size: 1rem;
	font-weight: 400;
}

.news-content .item a:hover .text,
.resource-content .item a:hover .text {
	color: #17a2b8;
}

.news .more {
	position: absolute;
	top: 0px;
	right: 3rem;
}

@media (max-width:991px) {
	.news .more {
		padding: 2rem 0;
		top: initial;
		right: initial;
		bottom: 1rem;
		width: 100%;
		z-index: 1;
	}
}

.news .more a {
	padding: 0;
}

@media (max-width:991px) {
	.news .more a {
		padding: 0.25rem 1rem;
		background-color: #0077cc;
		color: #fff;
		display: block;
		border-radius: 10px;
	}

	.news .more a:hover, .news .more a:focus {
		background-color: #17a2b8;
		color: #fff;
	}

	.news .more a span {
		width: initial;
		height: initial;
		background-color: initial;
	}
}

.more a {
	display: inline-block;
	padding: 0.25rem 1rem;
	text-decoration: none;
	color: #333;
	text-align: center;
}

.more a span {
	transition: all 0.3s;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin-left: 0.5rem;
	background-color: #0077cc;
	color: #fff;
	border-radius: 50%;
}

@media (max-width:767px) {
	.more a span {
		width: initial;
	}
}

.more a:hover {
	color: #17a2b8;
}

.more a:hover span, .more a:focus span {
	background-color: #17a2b8;
	transform: translateX(3px);
}

.banner {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	margin: 4rem 0 2rem 0;
}

@media (max-width:991px) {
	.banner {
		margin: 1rem 0 2rem 0;
	}
}

.banner .title {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	width: calc(100% / 6 * 4);
	padding-top: 15px;
}

@media (max-width:991px) {
	.banner .title {
		width: 100%;
	}
}

@media (max-width:767px) {
	.banner .title {
		justify-content: center;
	}
}

@media (max-width:480px) {
	.banner .title {
		padding-left: 1rem;
		top: 6px;
	}
}

.banner .title h2 {
	margin: 0;
	padding-bottom: 0.75rem;
}

.banner .title::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ffd33f;
	position: absolute;
	top: 65px;
	left: 0px;
}

@media (max-width:480px) {
	.banner .title::before {
		top: 58px;
	}
}

.banner .navigation {
	position: absolute;
	top: 12px;
	right: 0rem;
	display: flex;
	z-index: 2;
	width: calc(100% / 6 * 3);
}

@media (max-width:991px) {
	.banner .navigation {
		display: none;
	}
}

.banner .navigation a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	margin: 0 0.25rem;
	background-color: #0077cc;
}

.banner .navigation a:hover, .banner .navigation a:focus {
	background-color: #17a2b8;
}

.banner .navigation a.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.banner .navigation .more {
	margin-left: auto;
	margin-right: 2rem;
}

.banner .navigation .more a {
	width: initial;
	color: #333;
	background-color: initial;
	padding-right: 0;
	border-radius: initial;
}

.banner .navigation .more a:hover, .banner .navigation .more a:focus {
	background-color: initial;
	color: #17a2b8;
}

.banner .swiper-slide {
	display: flex;
	background-color: #eaf9ff;
}

@media (max-width:991px) {
	.banner .swiper-slide {
		flex-direction: column-reverse;
	}
}

.banner .info {
	width: calc(100% / 6 * 2);
	padding: 2rem;
	display: flex;
	flex-direction: column;
	background-color: #f0ffde;
}

@media (max-width:1199px) {
	.banner .info {
		padding: 1rem;
	}
}

@media (max-width:991px) {
	.banner .info {
		width: 100%;
		border-right: none;
		padding: 2rem 2rem 4rem 2rem;
	}
}

@media (max-width:767px) {
	.banner .info {
		padding: 1rem 1rem 4rem 1rem;
	}
}

.banner .info .heading {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	/* border-bottom: #ddd 1px solid; */
	padding:0 0.5rem;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.banner .info .content {
	border-top: #ddd 1px solid;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	word-break: break-all;
	padding-top: 1rem;
}

.banner .info .more {
	margin-top: auto;
	text-align: center;
	width: 100%;
	background-color: #0077cc;
	border-radius: 8px;
	overflow: hidden;
}

.banner .info .more a {
	width: 100%;
	color: #fff;
}

.banner .info .more a span {
	width: initial;
	height: initial;
	background-color: initial;
}

.banner .info .more a:hover, .banner .info .more a:focus {
	background-color: #17a2b8;
	color: #fff;
}

.banner .info .more a:hover span {
	color: #fff;
}

.banner .photo-item {
	flex: 1;
	padding-top: 65px;
}

@media (max-width:480px) {
	.banner .photo-item {
		padding-top: 64px;
	}
}

.banner .photo-item .inner a {
	height: 360px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width:991px) {
	.banner .photo-item .inner a {
		height: initial;
	}
}

.banner .photo-item a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .banner-pagination {
	position: absolute;
    width: calc(100% / 6 * 4);
    text-align: center;
    right: 0px;
    left: initial;
}

@media (max-width:991px) {
	.banner .banner-pagination {
		width: 100%;
		left: 0px;
		right: initial;
	}
}

.banner .banner-pagination span {
	background-color: #0077cc;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	text-indent: -9999px;
}

.banner .banner-pagination span:hover {
	background-color: #17a2b8;
}

.banner .banner-pagination span:focus {
	outline: orange 3px dotted;
	outline-offset: -3px;
}

.language_use {
	position: relative;
	background-color: #fff;
}

.language_use .text {
	padding: 1rem 0 0 0;
}

.detail .language_use {
	border: none;
}

table {
	border: #ddd 1px solid;
	width: 100%;
	margin: 1rem 0;
	width: 100%;
	caption-side: initial;
}

caption {
	color: #333;
	padding: 0 0 0.25rem 0;
}

.table-responsive table {
	min-width: 828px;
}

@media (max-width:991px) {
	.table-responsive table {
		margin: 0 0 1rem 0;
	}
}

table tr:hover {
	background-color: #f4fcff;
}

table thead th {
	background-color: #f1f1f1 !important;
	padding: 0.5rem;
}

table tbody {
	border-top: none !important;
}

table th,table td {
	border: #ddd 1px solid;
	padding: 0.5rem;
}

table a {
	color: #0077cc;
	text-decoration: none;
	padding: 3px;
}

table a:hover, table a:focus {
	color: #17a2b8;
}

@media (max-width:991px) {
	.table-responsive::before {
		content: '向右滑看更多 ➨';
		position: sticky;
		left: 0px;
	}

}

.language_use table tbody th {
	position: relative;
	width: 40px;
}

.language_use table th:not(:last-child),
.language_use table td:not(:last-child) {
	text-align: center;
}

.language_color {
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	font-weight: 500;
	margin: 1rem 0;
}

.language_color .item {
	margin: 0.25rem;
}

.language_color span {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
}

/*èªžè¨€è©•ä¼°*/

.language_use .half-top::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 50%;
	background-color: #fff;
}

.language_use .half-bottom::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 50%;
	background-color: #fff;
}

.language_use .hokklo {
	background-color: #17a2b8;
	position: relative;
}

.language_use .hakka {
	background-color: #0077cc;
}

.language_use .indigenous {
	background-color: #de2d33;
}

.language_use .matsu {
	background-color: #ffab3e;
}

.language_color .d5 {
	background-color: #09b715;
}

.language_color .d4 {
	background-color: #94d40b;
}

.language_color .d3 {
	background-color: #f2de0c;
}

.language_color .d2 {
	background-color: #f5ac39;
}

.language_color .d1 {
	background-color: #f2780c;
}

.language_color .d0 {
	background-color: #dd320b;
}

footer {
	background-color: #0077cc;
	color: #fff;
	padding: 0.5rem 0;
	clear: both;
}

footer .container {
	display: flex;
	align-items: center;
}

@media (max-width:991px) {
	footer .container {
		display: block;
	}
}

footer p {
	margin-bottom: 0;
	font-size: 0.95rem;
	margin-left: 1rem;
}

@media (max-width:991px) {
	footer p {
		margin: 0.5rem 0;
	}
}

footer .contact {
	margin-left: auto;
}

@media (max-width:991px) {
	footer .contact {
		margin-left: initial;

	}
}

footer .contact a {
	color: #fff;
	background-color: #333;
	font-size: 0.85rem;
	padding: 0.25rem 0.5rem;
	margin: 0.25rem;
	text-decoration: none;
	display: inline-block;
	border-radius: 4px;
}

footer .contact a:hover, footer .contact a:focus {
	color: #333;
	background-color: #fece26;
}

footer img {
	height: 45px;
	width: auto;
	margin-right: 0.5rem;
}

/*detail*/
.breadcrumbBlk {
	padding: 0.5rem 1rem;
	background-color: #f0ffde;
	border-radius: 10px;
	margin: 2rem 0;
}

@media (max-width:991px) {
	.breadcrumbBlk {
		margin: 1rem 0;
	}
}

.breadcrumbBlk a {
	text-decoration: none;
	color: #333;
}

.breadcrumbBlk a:hover, .breadcrumbBlk a:focus {
	color: #17a2b8;
}

.breadcrumbBlk ol {
	margin-bottom: 0;
	font-size: 1rem;
}

.breadcrumbBlk ol li {
	margin-bottom: 0 !important;
}

.breadcrumbBlk .breadcrumb-item+.breadcrumb-item::before {
	content: '\f105';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
}

.breadcrumb-item.active {
	color: #666;
}

.detail {
	font-size: 1.25rem;
}

.detail .row {
	padding: 0;
	margin: 1.375rem -0.5rem 1rem -0.5rem;
}

.detail .row .youtube {
	width: 100%;
	margin: 0;
}

.detail h3 {
	margin-top: 1rem;
}

.detail .content h3:first-child {
	margin-top: 0;
}

.detail .content {
	min-height: 600px;
	margin: 0 6rem;
	padding: 1rem;
	font-size: 1.25rem;
	letter-spacing: 0.5px;
}

@media (max-width:991px) {
	.detail .content {
		padding: 0rem 1.5rem;
		margin: 3rem 0;
	}
}

.detail .modal .content {
	padding: 2rem;
	margin: 0;
	min-height: initial;
}

@media (max-width:991px) {
	.detail .modal .content {
		padding: 1.5rem;
	}
}

@media (max-width:767px) {
	.detail .modal .content {
		padding: 1rem;
	}
}


.notice {
	background-color: #fece26;
	padding: 0.5rem 1.5rem 0.5rem 2.5rem;
	position: relative;
}

.notice::before {
	content: '\f024';
	display: block;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	color: #333;
	position: absolute;
	left: 1rem;
}

.detail .search {
	background-color: #f1f1f1;
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1rem 1.5rem;
	border-radius: 8px;
}

@media (max-width:991px) {
	.detail .search {
		display: block;
	}
}

.detail .search .title {
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	/* background-color: #0077cc; */
	/* color: #fff; */
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	/* width: 90px; */
	/* height: 90px; */
	padding: 0;
}

@media (max-width:991px) {
	.detail .search .title {
		width: initial;
		height: initial;
		padding: 0.5rem;
	}
}

.detail .search .title span {
	width: 50px;
}

@media (max-width:991px) {
	.detail .search .title span {
		width: auto;
	}
}


.detail .search .title::before {
	content: none;
}

.detail .search .formBlk form {
	display: flex;
}

.detail .search .formBlk {
	/* padding: 0 1.5rem; */
	flex: 1;
}

@media (max-width:991px) {

	.detail .search .formBlk form {
		display: block;
	}
}

.detail .search .formBlk label {
	margin-bottom: 0;
	white-space: nowrap;
}

@media (max-width:991px) {
	.detail .search .formBlk label {
		width: 100px;
	}
}

.detail .search .formBlk .form-control, .detail .search .formBlk .form-select {
	background-color: #fff;
	padding: 0.5rem;
	margin-right: 1.5rem;
	border: #ddd 1px solid;
}

@media (max-width:991px) {
	.detail .search .formBlk .form-control, .detail .search .formBlk .form-select {
		flex: 1;
		margin-right: 0;
	}
}

@media (max-width:767px) {
	.detail .search .formBlk .form-control, .detail .search .formBlk .form-select {
		flex: initial;
		width: 100%;
	}
}

.detail .search .formBlk .radio-group {
	padding-top: 0.25rem;
}

.detail .search .send {
	display: flex;
}

.detail .search .send button {
	margin: 0.25rem;
}

.detail .single-img {
	width: 85%;
	margin: 2.25rem auto;
}

.detail .single-img .imgBlk {
	text-align: center;
}

.detail .photo+span {
	padding: 0.5rem 0;
	color: #333;
	display: block;
	font-size: 1rem;
	width: 100%;
	line-height: 1.3;
}

.youtube {
	width: 85%;
	margin: 2.25rem auto;
	overflow: hidden;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube span {
	padding: 0.5rem 0;
	color: #464646;
	display: block;
	font-size: 1rem;
	line-height: 1.3;
}

.resource-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}

.resource-inner .item {
	width: calc(100% / 4 - 2rem);
	background-color: #fff;
	margin: 1rem;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width:1199px) {
	.resource-inner .item {
		width: calc(100% / 3 - 2rem);
	}
}

@media (max-width:991px) {
	.resource-inner .item {
		width: calc(100% / 2 - 2rem);
	}
}

@media (max-width:767px) {
	.resource-inner .item {
		width: calc(100% / 1 - 2rem);
	}
}

.resource-inner .item:hover, .resource-inner .item:focus-within {
	background: linear-gradient(-45deg, #eaf9ff 0%, #f4fcff 10%, #fff 100%);
}

.resource-inner .item:hover a {
	color: #de2d33;
}

.resource-inner .item .photo {
	overflow: hidden;
	height: 142px;
}

.resource-inner .item .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.resource-inner .item:hover .photo img, .resource-inner .item:focus-within .photo img {
	transform: scale(1.03);
}

.resource-inner .item .info {
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: initial;
	position: initial;
}

.resource-inner .item .info::before,
.resource-inner .item .info::after {
	content: none;
}

.resource-inner .item .date {
	color: #666;
	font-size: 0.9rem;
}

.resource-inner .item .category, .resource-inner .item .area {
	margin-left: auto;
	background-color: #f1f1f1;
	padding: 0 0.5rem;
	font-size: 0.85rem;
	margin: 0.25rem 0.25rem 0.25rem 0;
}

.resource-inner .item .category::before {
	content: '\f07c';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	color: #999;
	margin-right: 0.25rem;
}

.resource-inner .item .area::before {
	content: '\f3c5';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	color: #999;
	margin-right: 0.25rem;
}

.resource-inner .item .heading {
	width: 100%;
	margin: 0.25rem 0;
	line-height: 1.2;
}

.resource-inner .item .lang {
	display: inline-block;
	padding: 0 0.5rem;
	font-size: 0.85rem;
	margin: 0.25rem;
}

.detail .heading, .detail .heading a {
	color: #0077cc;
	font-size: 1.35rem;
	text-decoration: none;
	margin-bottom: 0.35rem;
}

.detail .heading a:hover, .detail .heading a:focus {
	color: #17a2b8;
}

.detail .lang.hokklo {
	background-color: #17a2b8;
	color: #fff;
}

.detail .lang.hakka {
	background-color: #0077cc;
	color: #fff;
}

.detail .lang.matsu {
	background-color: #fece26;
}

.detail .lang.universal {
	background-color: #ddd;
}

.detail .lang.indigenous {
	background-color: #de2d33;
	color: #fff;
}

.detail .resourceBlk .level::before {
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	color: #fece26;
	margin-right: 0.25rem;
}

.detail .level.elementary::before {
	content: '\f005';
}

.detail .level.intermediate::before {
	content: '\f005\f005';
}

.detail .level.high::before {
	content: '\f005\f005\f005';
}

.levelBlk {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
}

@media (max-width:767px) {
	.levelBlk {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

.levelBlk .level {
	margin: 0.25rem 0.35rem;
}

.detail .page {
	padding: 2rem 1rem 1rem 1rem;
}

@media (max-width:575px) {
	.detail .page {
		padding: 2rem 0rem 1rem 0rem;
	}
}

.detail .page ul {
	margin-bottom: 0;
	flex-wrap: wrap;
}

.detail .page ul li {
	margin-bottom: 0;
}

.detail .page ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-decoration: none;
	color: #333;
	margin: 0 0.25rem;
	font-size: 1rem;
}

.detail .page ul li a.active {
	background-color: #fece26 !important;
	color: #333 !important;
}

.detail .page ul li a:hover, .detail .page ul li a:focus {
	background-color: #17a2b8;
	color: #fff;
}

.page-display {
	text-align: center;
	font-size: 0.95rem;
}

.download ul {
	padding-left: 1rem;
}

.download ul li {
	list-style: none;
	margin-bottom: 0 !important;
}

.download ul li::before {
	content: '\f0ed';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.5rem;
	color: #0077cc;
}

.download a {
	text-decoration: none;
}

[class*="icon-file"] {
	display: inline-block;
	font-size: .75rem;
	padding: .25rem .875rem .25rem .5rem;
	border-radius: .2rem;
	color: #fff !important;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	transition: all 0.3s;
	margin-left: 0.5rem;
	align-self: center;
	background-color: #0077cc;
	font-weight: 400;
}

[class*="icon-file"]:hover, [class*="icon-file"]:focus {
	background-color: #17a2b8;
}

[class*="icon-file"]::before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	border-style: solid;
	border-width: 0 10px 10px 0;
}

[class*="icon-file"]::before {
	border-color: transparent #fff transparent transparent;
}

[class*="icon-file"]::after {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
}

[class*="icon-file"] i {
	color: #fff;
}

[class*="icon-file"]:hover,
[class*="icon-file"]:focus {
	color: #fff;
	transform: translateX(3px);
}

[class*="icon-file"]:before:hover,
[class*="icon-file"]:hover:before,
[class*="icon-file"]:after:hover,
[class*="icon-file"]:hover:after {
	display: none;
}

.link-item a {
	text-decoration: none;
	color: #0077cc;
}

.link-item a:hover, .link-item a:focus {
	color: #17a2b8;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 0
}

.owl-theme .owl-nav:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.owl-theme .owl-nav [class*=owl-] {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	border: 2px solid rgba(255, 255, 255, 0);
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #0077cc;
	color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #17a2b8;
}

.owl-theme .owl-nav [class*=owl-]:focus {
	outline: orange 3px dotted;
	background-color: #17a2b8;
}

.owl-theme .owl-nav .owl-prev {
	left: -15px;
	top: calc(50% - 65px);
}

.owl-theme .owl-nav .owl-next {
	right: -15px;
	top: calc(50% - 65px);
}

.owl-theme .owl-nav .disabled {
	opacity: .35;
	cursor: default
}

.owl-theme .owl-dots {
	margin-top: 1rem;
}

.owl-theme .owl-dots .owl-dot {
	background: initial;
	border: none;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #0077cc;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot:focus span {
	background-color: #17a2b8;
}

.owl-theme .owl-dots .owl-dot:focus {
	outline: 3px dotted orange;
}

.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 5px 4px;
	background: #e0e0e0;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	text-indent: -9999px;
}

@media (max-width: 1200px) {
	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 5px 3px;
	}
}

.slideBlk {
	position: relative;
	margin-bottom: 1.5rem;
	margin-top: 0.5rem;
}

.slideBlk ul.owl-carousel {
	padding: 0 2px 0 0;
	margin: 0;
}

.slideBlk ul.owl-carousel .owl-stage-outer {
	padding: 1px;
}

.slideBlk ul.owl-carousel .owl-stage {
	display: flex;
}

.slideBlk ul li {
	list-style: none;
	overflow: hidden;
	transition: all 0.3s;
	margin-bottom: 0 !important;
}

.slideBlk ul li::before {
	content: none !important;
}

.slideBlk ul li a {
	display: block;
	max-height: 300px;
	text-decoration: none;
}

@media (max-width:767px) {
	.slideBlk ul li a {
		max-height: initial;
	}
}

.slideBlk ul li a:focus {
	border: 3px dotted orange;
}

.slideBlk ul li a .photo {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 215px;
}

@media (max-width:767px) {
	.slideBlk ul li a .photo {
		height: initial;
	}
}

.slideBlk ul li a img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transition: all 0.3s;
}

.slideBlk ul li a:hover img, .slideBlk ul li a:focus img {
	transform: scale(1.1);
}

.slideBlk ul li a .text {
	padding: 0.5rem 0;
	color: #333;
	font-size: 1rem;
	/* background-color: #eaf9ff; */
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.slideBlk.video .img img {
	filter: brightness(0.8);
}

.slideBlk.video .img:hover img {
	filter: brightness(1);
}

.slideBlk.video .img::before {
	content: '\f144';
	font-weight: bold;
	font-family: "Font Awesome 6 Free";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	color: #fff;
	z-index: 1;
	transition: all 0.3s;
	opacity: 1;
}

.slideBlk.video .img:hover::before {
	content: none;
}


.gallery-item .photo {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 215px;
}

.gallery-item .imgBlk span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.gallery-item .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.gallery-item .photo img {
	transform: scale(1);
}

.gallery-item a:hover img, .gallery-item a:focus img {
	transform: scale(1.1);
}


.gallery-item a {
	display: block;
	height: 100%;
	background-color: #fff;
	text-decoration: none;
}

.gallery-item a:focus {
	outline-offset: 0px;
}

.video.slideBlk ul li a .photo img,
.video .gallery-item .photo img {
	filter: brightness(0.8);
}

.video.slideBlk ul li a:hover .photo img,
.video.slideBlk ul li a:focus .photo img,
.video .gallery-item a:hover .photo img,
.video .gallery-item a:focus .photo img {
	filter: brightness(1);
}

.video.slideBlk ul li a .photo::before,
.video .gallery-item .photo::before {
	content: '\f144';
	font-weight: bold;
	font-family: "Font Awesome 6 Free";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	color: #fff;
	z-index: 1;
	transition: all 0.3s;
	opacity: 1;
}

.video.slideBlk ul li a:hover .photo::before,
.video.slideBlk ul li a:focus .photo::before,
.video .gallery-item a:hover .photo::before,
.video .gallery-item a:focus .photo::before {
	opacity: 0;
}

.detail div[class*="col-"] {
	padding: 0.5rem;
}

.sitemap {
	margin: 3rem 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.sitemap li {
	width: calc(100% / 3 - 1rem);
	list-style: none;
	margin: 0.5rem !important;
}

@media (max-width:991px) {
	.sitemap li {
		width: calc(100% / 2 - 1rem);
	}
}

@media (max-width:575px) {
	.sitemap li {
		width: calc(100% / 1 - 1rem);
	}
}

.detail .content .sitemap li a {
	padding: 0.5rem 0.5rem 0.5rem 0.75rem;
	display: block;
	text-decoration: none;
	color: #333;
	background-color: #ddd;
	border-radius: 4px;
}

.detail .content .sitemap li a:hover,.detail .content .sitemap li a:focus {
	background-color: #17a2b8;
	background-image: initial;
	color: #fff;
}

.detail .content .sitemap li ul {
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	/* background-color: #f0ffde; */
}

.detail .content .sitemap li ul li {
	border: none;
	width: calc(100% - 1rem);
}

.detail .content .sitemap li ul li a {
	background-color: initial;
	padding: 0;
	color: #333;
	font-size: 1rem;
}

.detail .content .sitemap li ul li a:hover,.detail .content .sitemap li ul li a:focus {
	background-color: initial;
	color: #17a2b8;
}

.result-search {
	margin-top: 2rem;
}


.result-keyword {
	font-weight: 500;
	font-size: 1.25rem;
}

.result-keyword span {
	background-color: #ddd;
	padding: 0.25rem 0.5rem;
	margin: 0 0.25rem;
	border-radius: 4px;
}

.search-list ul {
	margin: 1.5rem -0.25rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.search-list ul li {
	margin-bottom: 0 !important;
	width: calc(100% / 2 - 0.5rem);
	list-style: none;
	margin: 0.25rem;
}

@media (max-width:991px) {
	.search-list ul li {
		width: calc(100% / 2 - 0.5rem);
	}
}

@media (max-width:767px) {
	.search-list ul li {
		width: calc(100% / 1);
	}
}

.search-list ul li a {
	padding: 0.5rem 0.5rem 0.5rem 0.75rem;
	display: block;
	text-decoration: none;
	color: #333;
	background-color: #ddd;
	font-weight: 500;
	border-radius: 4px;
}

.search-list ul li a::before {
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.5rem;
	display: inline-block;
}

.search-list ul li a:hover, .search-list ul li a:focus {
	background-color: #17a2b8;
	background-image: initial;
	color: #fff;
}

.search-list ul li a.active {
	background-color: #0077cc;
	background-image: initial;
	color: #fff;
}

.resource .table {
	text-align: center;
	background-color: #fff;
}

.resource .table .thead {
	background-color: #f1f1f1;
	border: #ddd 1px solid;
	font-weight: 500;
}

.resource .table .td {
	border: #ddd 1px solid;
}

.resource .table .th:nth-child(3), .resource .table .td:nth-child(3) {
	text-align: left;
}

.edit a {
	color: #0077cc;
	text-decoration: none;
	margin-right: 0.5rem;
	padding: 3px;
}

.edit a:last-child {
	margin-right: 0;
}

.edit a:hover {
	color: #de2d33;
}

@media (max-width:991px) {
	.resource .table {
		border: #ddd 1px solid;
		border-bottom: none;
	}

	.resource .table .tr {
		display: flex;
		flex-wrap: wrap;
		border-bottom: #ddd 1px solid;
		position: relative;
	}

	.resource .table .tr:nth-child(even) {
		background-color: #f1f1f1;
	}

	.resource .table .thead {
		display: none;
	}

	.resource .table .td {
		border: none;
		font-size: 1rem;
	}

	.resource .table .td:nth-child(3) {
		width: 100%;
		padding: 0 0.5rem 0.5rem 0.5rem;
		font-size: 1.25rem;
	}

	.resource .table .td:nth-child(4) {
		position: absolute;
		top: 0px;
		right: 0px;
	}
}

.resource-edit .td {
	border: #ddd 1px solid;
	border-left: none;
	padding: 0;
}

.resource-edit .td .row {
	margin: 0;
}

.resource-edit .td .row div[class*="col-"] {
	padding: 0;
}

.resource-edit .td .form-label {
	margin-bottom: 0;
	white-space: nowrap;
	background-color: #f1f1f1;
	color: #333;
	border-left: #ddd 1px solid;
	width: 150px;
	line-height: 32px;
	padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}

@media (max-width:767px) {
	.resource-edit .td .form-label {
		line-height: 18px;
		width: 100%;
		border-left: none;
		font-size: 1rem;
	}
}

.resource-edit .td .form-label::before {
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.5rem;
	display: inline-block;
}

.resource-edit .input-group, .resource-edit .select-group {
	align-items: initial;
	padding: 0;
}

.resource-edit .table .select-group {
	flex: 1;
	flex-wrap: wrap;
}

.resource-edit .table .select-group .select2::after {
	font-size: 1rem;
}

.resource-edit .table .select-group .select2-container {
	margin-right: 0;
}

.resource-edit .form-control, .resource-edit .form-select {
	flex: 1;
}

@media (max-width:767px) {
	.resource-edit .form-control, .resource-edit .form-select {
		width: 100%;
		flex: initial;
	}
}

.resource-edit textarea {
	height: 300px;
}

.resource-edit .send {
	text-align: center;
	margin: 1.5rem 0;
}

.resource-edit .send button {
	width: 120px;
	line-height: 1.625;
	padding: 0.5rem 1rem;
	margin: 0 0.25rem;
	border-radius: 4px;
}

@media (max-width: 991px) {
	.resource-edit .table {
		border-top: #ddd 1px solid;
		border-right: #ddd 1px solid;
	}

	.resource-edit .table .td {
		border: none;
	}

	.resource-edit .input-group, .resource-edit .select-group {
		margin-bottom: 0;
		border-bottom: #ddd 1px solid;
	}

	.resource-edit #areaBlk {
		border-bottom: none;
	}
}

@media (max-width: 767px) {
	.resource-edit .table {
		border-left: #ddd 1px solid;
	}

	.resource-edit .select-group {
		border-bottom: none;
	}
}

.resource-info {
	display: flex;
	flex-wrap: wrap;
}

.result-item {
	border-bottom: #ddd 1px solid;
	padding: 1rem 0;
}

.result-item .heading .category {
	display: inline-block;
	margin-right: 0.25rem;
	padding: 0 0.75rem;
	background-color: #0077cc;
	color: #fff;
	font-size: 1rem;
	border-radius: 4px;
}

.result-item p {
	margin-bottom: 0;
}

.result-item span,.result-item .heading a span {
	color: #dd320b;
}

.result-item .link {
	color: #018552;
	font-size: 0.9rem;
	word-break: break-all;
}

.detail .news {
	border-top: none;
}

.detail .news-content {
	padding: 0;
	margin: 0;
}

.detail .news-content .item.top a .date,
.detail .resource-content .item.top a .date {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.detail .news-content .item.top a .date::after,
.detail .resource-content .item.top a .date::after {
	content: '\f0a1 本月主打';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	background-color: #0077cc;
	font-size: 0.9rem;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	text-align: center;
	margin-left: 1rem;
	color: #fff;
	border-radius: 4px;
}

@media (max-width:991px) {
	.detail .resource-content .item.top a .date::after {
		margin-left: 0.5rem;
	}
}

.news-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1.5rem 0.5rem;
	font-weight: 500;
	color: #333;
}

.sort {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: auto;
}

@media (max-width:767px) {
	.sort {
		margin-left: initial;
		margin-top: 1rem;
	}
}

.sort span {
	margin-left: 1rem;
	font-size: 1rem;
}

@media (max-width:7679px) {
	.sort span {
		margin-left: 0;
	}
}

.sort ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.sort ul li {
	list-style: none;
	margin-bottom: 0 !important;
}

.sort ul li a {
	text-decoration: none;
	display: block;
	color: #333;
	margin: 0 0.25rem;
	padding: 0.25rem 0.5rem;
	font-size: 0.85rem;
	border-radius: 8px;
}

.sort ul li a.active {
	background-color: #fdff86 !important;
	color: #333 !important;
}

.sort ul li a:focus, .sort ul li a:hover {
	background-color: #17a2b8;
	color: #fff;
}

.detail .info {
	/*background-color: #fff2c6;
	padding: 1.5rem 1.75rem 1.5rem 1.5rem;
	position: relative;
	margin-bottom: 2.25rem;*/
	font-size: 1.25rem;
	/*margin-top: 1.5rem;*/
}
/*
@media (max-width:991px) {
	.detail .info {
		padding: 1rem 1.75rem 1rem 0.75rem;
	}
}

.detail .info::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	right: -25px;
	top: calc(50% - 25px);
	background-color: #fff;
}

.detail .info::after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	bottom: -25px;
	right: calc(50% - 25px);
	background-color: #fff2c6;
}
*/

.detail .info ul {
	margin-bottom: 0;
	padding: 0; 
	display: flex;
	flex-wrap: wrap;  
	margin-left: -0.75rem;
}

.detail .info ul li {
	margin-bottom: 0.25rem;
	list-style: none; 
	line-height: 1;
	margin: 0.25rem;
	padding: 0.5rem 0.75rem;
	border-radius: 4px; 
}

.detail .info ul li:nth-child(2) {
	background-color: #fece26;
}
.detail .info ul li:nth-child(3) {
	background-color: #de2d33;
	color: #fff;
}
.detail .info ul li:nth-child(4) {
	background-color: #0076cc;
	color: #fff;
}
.detail .info ul li:nth-child(5) {
	background-color: #60acb8;
}
.detail .info ul li:nth-child(6) {
	background-color: #acdd49;
}
.detail .info ul li:nth-child(7) {
	background-color: #f2780c;
}
.detail .info ul li:nth-child(8) {
	background-color: #520185;
	color: #fff;
}

.detail .info ul li a {
	font-size: 1rem;
	background-color: #0077cc;
	border-radius: 4px;
	color: #fff;
	padding: 0.25rem 1rem;
	text-decoration: none;
}

.detail .info ul li a:hover {
	background-color: #17a2b8;
}

/* .detail .info ul li::before {
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.5rem;
	display: inline-block;
} */

.detail ol li, .detail ul li {
	margin-bottom: 0.25rem;
}

.detail ol li ol li, .detail ol li ul li,
.detail ul li ol li, .detail ul li ul li {
	margin-bottom: 0;
}

.link-item ul {
	padding-left: 1rem;
}

.link-item ul li {
	margin-bottom: 0;
	list-style: none;
}

.link-item ul li::before {
	content: '\f08e';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.5rem;
	color: #0077cc;
}

.back {
	display: flex;
	justify-content: center;
	margin: 0 1rem 0 0;
	line-height: 1;
	padding: 0.5rem 0.75rem 0.5rem 0rem;
}

.back a {
	background-color: initial !important;
	color: #333 !important;
	padding: 0 !important;
	font-size: 1.25rem !important;
	border-right: #666 1px solid;
	padding-right: 1rem !important;
	border-radius: 0 !important;
}

.back a:hover, .back a:focus {
	color: #17a2b8 !important;
}

.content-tab ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ddd;
	border-right: none;
	border-bottom: none;
}

.content-tab ul li {
	margin-bottom: 0 !important;
	width: calc(100% / 3);
	list-style: none;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

@media (max-width:991px) {
	.content-tab ul li {
		width: calc(100% / 2);
	}
}

@media (max-width:767px) {
	.content-tab ul li {
		width: calc(100% / 1);
	}
}

.content-tab ul li a {
	padding: 0.5rem 0.5rem 0.5rem 0.75rem;
	display: block;
	text-decoration: none;
	color: #333;
	background-image: linear-gradient(-45deg, #eaf9ff 0%, #f4fcff 10%, #fff 100%);
}

.content-tab ul li a::before {
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.5rem;
	display: inline-block;
}

.content-tab ul li a:hover, .content-tab ul li a:focus {
	background-color: #de2d33;
	background-image: initial;
	color: #fff;
}

.content-tab ul li.active a {

	background-color: #0077cc;
	background-image: initial;
	color: #fff;
}

.literature ul {
	padding-left: 1rem;
}

.literature ul li {
	margin-bottom: 0;
	list-style: none;
}

.literature ul li::before {
	content: '\f02d';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.5rem;
	display: inline-block;
}

.detail .accordion {
	margin-top: 2rem;
	padding-bottom: 3rem;
}

.detail .accordion-item {
	border-top: none;
	position: relative;
}

.detail .accordion-item:nth-of-type(2) {
	border-top: #ddd 1px solid;
}

.detail .accordion-button {
	padding: 0.5rem 1.5rem;
	font-weight: 500;
	font-size: 1.25rem;
	color: #0077cc;
	align-items: flex-start;
}

.detail .accordion-button .type {
	background-color: #fdff86;
	border-radius: 4px;
	padding: 0 0.5rem;
	margin-right: 0.5rem;
	white-space: nowrap;
	color: #0074cc;
}

.detail .accordion-button:hover, .detail .accordion-button:focus {
	background-color: #f4fcff;
}

.detail .accordion-button:focus {
	box-shadow: none;
	outline: orange 3px dotted;
}

.detail .accordion-item:first-of-type,
.detail .accordion-item:last-of-type,
.detail .accordion-item:first-of-type .accordion-button,
.detail .accordion-item:last-of-type .accordion-button {
	border-radius: 0;
}

.detail .accordion-button:not(.collapsed) {
	background-color: initial;
	box-shadow: none;
	color: #333;
	background-color: #ffd33f;
}

.detail .accordion-button::before {
	content: 'Q：';
	font-weight: 500;
	font-size: 1.25rem;
	white-space: nowrap;
}

.detail .accordion-button::after {
	content: '\f13a';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	background-image: initial;
	color: #0077cc;
	width: initial;
	height: initial;
}

.detail .accordion-button:not(.collapsed)::after {
	color: #333;
}

.detail .accordion-content {
	padding-top: 0.5rem;
	position: relative;
	padding: 1.5rem 1.5rem 1.5rem 3.75rem;
	background-color: #f4fcff;
}

.detail .accordion-content::before {
	content: 'A：';
	font-weight: 500;
	font-size: 1.25rem;
	position: absolute;
	left: 1.5rem;
	top: 1.5rem;
}

.resource-edit {
	margin: 2rem 3rem 5rem 3rem;
}

@media (max-width:767px) {
	.resource-edit {
		margin: 2rem 1rem 5rem 1rem;
	}
}

.resource-info {
	margin-bottom: 1.5rem;
}

.resource-info ul {
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding: 0;
}

.resource-info ul li {
	list-style: none;
	margin-bottom: 0;
	padding: 0.25rem 1rem;
	font-size: 1.25rem;
	font-weight: 500;
	color: #333;
	background-color: #fdff86;
	border-radius: 10px;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}

.resource-info ul li span {
	display: block;
	font-size: 0.9rem;
	font-weight: 400;
}

.loginBlk {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 5rem 2rem 0 2rem;
	padding-bottom: 5rem;
}

.loginBlk .item {
	width: 50%;
	position: relative;
}

@media (max-width:991px) {
	.loginBlk .item {
		width: 100%;
	}
}

.loginBlk .item::before {
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: block;
	position: absolute;
}

.loginBlk .item::after {
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: block;
	position: absolute;
	z-index: 1;
}

.loginBlk .item:first-child {
	background-color: #fff271;
}


.loginBlk .item:first-child::before {
	background-color: #fff271;
	top: -30px;
	left: calc(50% - 30px);
}

.loginBlk .item:first-child::after {
	background-color: #fff271;
	top: calc(50% - 30px);
	right: -30px;
}

@media (max-width:991px) {
	.loginBlk .item:first-child::after {
		background-color: #fff271;
		bottom: -30px;
		left: calc(50% - 30px);
		top: initial;
	}
}

.loginBlk .item:last-child {
	background-color: #acdd49;
	position: relative;
}

.loginBlk .item:last-child::before {
	background-color: #acdd49;
	bottom: -30px;
	left: calc(50% - 30px);
}

.loginBlk .item:last-child::after {
	content: none;
}

.loginBlk .item:hover, .loginBlk .item:hover::before, .loginBlk .item:hover::after {
	background-color: #17a2b8;
}

.loginBlk .item a {
	display: block;
	padding: 4rem 2rem;
	text-align: center;
	text-decoration: none;
	color: #333;
}

@media (max-width:991px) {
	.loginBlk .item a {
		padding: 2rem;
	}
}

@media (max-width:767px) {
	.loginBlk .item a {
		padding: 4rem 1rem;
	}
}

.loginBlk .item:hover a {
	color: #fff;
}

.loginBlk .item a h3 {
	margin-top: 1rem;
	border-bottom: #333 1px solid;
	padding-bottom: 1rem;
}

.loginBlk .item:hover a h3 {
	border-bottom: #fff 1px solid;
}

.loginBlk .item p {
	font-size: 1rem;
}

.needBlk {
	margin: 2rem 3rem 5rem 3rem;
}

@media (max-width: 767px) {
	.needBlk {
		margin: 2rem 1rem 5rem 1rem;
	}
}

.needBlk .search-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 1rem;
}

.needBlk .search-list ul {
	margin: 0 -0.25rem;
	flex-grow: 1;
}

.needBlk .table {
	text-align: center;
	background-color: #fff;
}

.needBlk .table .thead {
	background-color: #f1f1f1;
	border: #ddd 1px solid;
	font-weight: 500;
}

.needBlk .table .tr:hover {
	background-color: #f4fcff;
}

.needBlk .table .td {
	border: #ddd 1px solid;
}

.needBlk .table .td a {
	text-decoration: none;
	color: #0077cc;
	padding: 3px;
}

.needBlk .table .td a:hover, .needBlk .table .td a:focus {
	color: #17a2b8;
}

.needBlk .table .td:last-child, .needBlk .table .th:last-child {
	text-align: left;
}


@media (max-width:991px) {
	.needBlk .table {
		border: #ddd 1px solid;
		border-bottom: none;
	}

	.needBlk .table .tr {
		display: flex;
		flex-wrap: wrap;
		border-bottom: #ddd 1px solid;
	}

	.needBlk .table .tr:nth-child(even) {
		background-color: #f1f1f1;
	}

	.needBlk .table .thead {
		display: none;
	}

	.needBlk .table .td {
		border: none;
		font-size: 1rem;
	}

	.needBlk .table .td:last-child {
		width: 100%;
		padding-top: 0;
		font-size: 1.25rem;
	}
}

.addBtn {
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.5rem;
}


@media (max-width:991px) {
	.addBtn {
		width: 100%;
		display: block;
		margin: 0;
	}
}

.addBtn a {
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	line-height: 46px;
	flex: 1;
	margin: 0.5rem;
	background-color: #fece26;
	border-radius: 4px;
}

.resource-edit .addBtn a {
	background-color: #ddd;
}

@media (max-width:991px) {
	.addBtn a {
		margin: 0.5rem 0;
	}
}

.addBtn a:hover, .addBtn a:focus {
	background-color: #17a2b8;
	color: #fff;
}

.addBtn a.active {
	background-color: #0077cc;
	color: #fff;
}

.addBtn .heading {
	font-size: 1.25rem;
    font-weight: 500;
	width: 100%;
	padding: 0.5rem;
	margin-bottom: 0;
	color: #333;
}

.required {
	color: #e61414;
}

input.required{
	color: initial !important;
}

.captcha button {
	width: initial;
	border-left: #ddd 1px solid;
	border-radius: 0;
}

@media (max-width:767px) {

	.captcha label {
		border-left: none !important;
	}

	.captcha input {
		flex: initial !important;
	}
}

.nav-pills {
	border-top: #ddd 1px solid;
	border-left: #ddd 1px solid;
}

.nav-pills .nav-item {
	width: calc(100% / 3);
}

@media (max-width:767px) {
	.nav-pills .nav-item {
		width: calc(100% / 2);
	}
}

.nav-pills .nav-link {
	border-radius: 0;
	border-right: none;
	color: #333;
	text-align: center;
	font-size: 1.15rem;
	font-weight: 500;
	border-right: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	background-image: linear-gradient(-45deg, #eaf9ff 0%, #f4fcff 10%, #fff 100%);
}

.nav-pills .nav-link:hover {
	background-color: #e61414;
	color: #fff;
	background-image: initial;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #0077cc;
	background-image: initial;
}

.tab-content .nav {
	background-color: #fff2c6;
	border-top: none;
	padding: 0.5rem 1.5rem;
}

.tab-content .nav li {
	width: calc(100% / 4);
}

@media (max-width:991px) {
	.tab-content .nav li {
		width: calc(100% / 3);
	}
}

@media (max-width:767px) {
	.tab-content .nav li {
		width: calc(100% / 2);
	}
}

.tab-content .nav li a {
	text-decoration: none;
	color: #0077cc;
	font-weight: 500;
	font-size: 1.15rem;
	line-height: 2.5;
	padding: 3px;
}

.tab-content .nav li a:hover, .tab-content .nav li a:focus {
	color: #e61414;
}

.tab-content .nav li a::before {
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.25rem;
}

.ui-widget-header .ui-icon {
	background-image: url('../images/ui-icons_444444_256x240.png');
}



.topnav .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.language {
	display: flex;
	flex-wrap: wrap;
}

/*@media (max-width:1199px) {
	.language {
		margin-bottom: 1rem;
	}
}*/

@media (max-width:991px) {
	.language {
		margin-bottom: 0;
	}
}

.language .item {
	background-color: #fdff86;
	border-radius: 10px;
	margin: 0.25rem 0 0.25rem 0.5rem;
	padding: 0.25rem 1rem;
	font-size: 1.05rem;
	font-weight: 500;
}

.language .item a {
	text-decoration: none;
	color: #666;
	margin: 0 0.25rem;
	border: #666 1px solid;
	padding: 0.15rem 0.5rem;
	border-radius: 4px;
}

.language .item a:hover, .language .item a:focus {
	background-color: #17a2b8;
	color: #fff;
	border: #17a2b8 1px solid;
	cursor: pointer !important;
}

.language .item a.active {
	color: #fff;
	/*cursor: default;*/
	background-color: #0077cc;
	border: #0077cc 1px solid;

}

.infoBlk {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3rem;
}

.infoBlk .learning_map {
	width: 49%;
	display: flex;
	flex-direction: column;
}

@media (max-width:1024px) {
	.infoBlk .learning_map {
		width: 100%;
		margin-bottom: 1rem;
	}
}

.infoBlk .language_use {
	width: 49%;
	background-color: #f0ffde;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	padding: 1.5rem 2rem;
}

@media (max-width:1024px) {
	.infoBlk .language_use {
		width: 100%;
		margin-bottom: 1rem;
	}
}

@media (max-width:767px) {
	.infoBlk .language_use {
		padding: 1.5rem 1rem;
	}
}

.infoBlk .language_use table {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0;
}

@media (max-width:767px) {
	.infoBlk .language_use .content {
		overflow-x: auto;
	}

	.infoBlk .language_use table {
		width: 838px;
	}
}

.infoBlk .language_use .title {
	padding: 0;
	justify-content: center;
}

.infoBlk .language_use .content img {
	height: 300px;
	width: auto;
	text-align: center;
}

.use_list {
	background-color: #f1f1f1;
	padding: 1rem 2rem;
	border-radius: 10px;
	margin: 2rem 0 3rem 0;
}

.resource, .resourceBlk, .accordion, .searchBlk, .sitemapBlk {
	margin: 0rem 3rem;
}

@media (max-width:575px) {
	.resource, .resourceBlk, .accordion, .searchBlk, .sitemapBlk {
		margin: 0rem 1rem;
	}
}

.license {
	line-height: 1.5;
	color: #464646;
	text-align: justify;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width:991px) {
	.license {
		align-items: flex-start;
	}
}

.license .required {
	align-self: flex-start;
}

.license input[type="checkbox"] {
	width: 24px;
	height: 24px;
	position: initial;
	vertical-align: text-top;
	border: #999 1px solid;
	margin-right: 0.35rem;
	margin-left: 0.35rem;
	margin-top: 0;
}

.nav-L ul li.login .dropdown-toggle {
	width: initial;
	padding: 0.25rem 0.75rem;
}

@media (max-width:991px) {
	.nav-L ul li.login .dropdown-toggle {
		padding: 0.75rem 1rem 0.415rem 1rem;
	}
	.nav-L ul li.login .dropdown-toggle i {
		margin-right: 0;
	}
}

.nav-L ul li.login .dropdown-toggle span {
	display: block;
	position: initial;
	width: initial;
	margin-left: 0.25rem;
	background-color: initial;
	/*color: #333;*/
	font-size: 1.05rem;
	/*font-weight: 500;*/
}

@media (max-width:991px) {
	.nav-L ul li.login .dropdown-toggle span {
		color: #fff;
		margin-left: 0;
	}
}

.nav-L ul li.login .dropdown-toggle span::before {
	content: none;
}

/*.nav-L ul li.login .dropdown-toggle:hover span,
.nav-L ul li.login .dropdown-toggle:focus span {
	color: #fff;
}*/

.nav-R ul li a i {
	font-size: 1.25rem;
}

.nav-L ul li .dropdown-menu {
	top: 70px;
	border-radius: 10px;
	padding: 0.5rem;
	border: none;
	top: 5px !important;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	height: initial;
	background-color: #fff371;
}

@media (max-width:991px) {
	.nav-L ul li .dropdown-menu {
		/* width: 100%; */
	}

	.nav-L ul li .dropdown-menu li {
		width: 100%;
		margin-right: 0.75rem;
	}
}

.nav-L ul li .dropdown-menu a {
	width: initial;
	height: initial;
	color: #666;
	justify-content: flex-start;
	padding: 0.25rem;
}

@media (max-width:991px) {
	.nav-L ul li .dropdown-menu a {
		background-color: initial;
		flex-direction: row;
		padding: 0.5rem 0 0 0.75rem;
	}
	
	.nav-L ul li .dropdown-menu a:hover i {
		color: #17a2b8;
	}
}

.nav-L ul li .dropdown-menu a i {
	font-size: 1rem;
	margin-right: 0.25rem;
}

.nav-L ul li .dropdown-menu a:hover, .nav-L ul li .dropdown-menu a:focus {
	background-color: initial;
	color: #17a2b8;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: initial;
}

.entry {
	background-image: url('../images/bg.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	
}

.entry>.container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 61px);
}

.entry_inner {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width:991px) {
	.entry_inner {
		display: initial;
		padding-top: 2rem;
	}
}

@media (max-width:575px) {
	.entry_inner {
		margin-top: 1rem;
		padding: 1.5rem 1.5rem 1rem 1.5rem;
	}
}

.entry h1 {
	position: absolute;
	top: 30px;
	left: calc(600px + 4rem);
}

@media (max-width:1199px) {
	.entry h1 {
		left: calc(480px + 2rem);
	}
}

@media (max-width:991px) {
	.entry h1 {
		position: initial;
	}
}

.entry_inner .text {
	width: calc(100% - 600px - 3rem);
	margin-left: 3rem;
	padding-top: 80px;
}

@media (max-width:1199px) {
	.entry_inner .text {
		width: calc(100% - 480px - 1rem);
		margin-left: 1rem;
	}
}

@media (max-width:991px) {
	.entry_inner .text {
		width: 100%;
		padding-top: 0;
		margin-left: 0;
	}

	.entry_inner .text img {
		margin-bottom: 2rem;
	}
}

@media (max-width:767px) {
	.entry_inner .text img {
		width: 100%;
		height: auto;
	}
}


.entry_inner .img {
	width: 100%;
	height: auto;
}


.entryBtn {
	/*width: 600px;*/
	/*display: flex;
	flex-wrap: wrap;*/
	/*margin: 2rem 0;*/
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width:1200px) {
	.entryBtn {
		width: 480px;
	}
}

@media (max-width:991px) {
	.entryBtn {
		width: 100%;
		margin-top: 2rem;
	}
}

.entryBtn .item, .topnav .offcanvas .item {
	width: calc(100% / 4);
	text-align: center;
}

@media (max-width:991px) {
	.entryBtn .item, .topnav .offcanvas .item {
		flex: initial;
		width: calc(100% / 4);
	}
}

/* @media (max-width:767px) {
	.entryBtn .item, .topnav .offcanvas .item {
		width: calc(100% / 3);
	}
} */

@media (max-width:575px) {
	.entryBtn .item, .topnav .offcanvas .item {
		width: 100%;
		margin: 0.5rem 0;
		width: calc(100% / 2);
	}
}

.entryBtn .item a, .topnav .offcanvas .item a {
	display: block;
	padding: 1rem 0 0.5rem 0;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	font-size: 1.25rem;
	font-weight: 500;
}

.entryBtn .item .offcanvas .item a, .entryBtn .item .offcanvas ul li a {
	background-color: #fff;
}

@media (max-width:575px) {
	.entryBtn .item a, .topnav .offcanvas .item a {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-decoration: none;
		font-size: 1.15rem;
	}
}

.entryBtn .item a:hover, .topnav .offcanvas .item a:hover,
.entryBtn .item a:focus, .topnav .offcanvas .item a:focus, .entryBtn .item.active a {
						  
	background-color: #17a2b8;
	color: #fff;
}

.entryBtn .item .offcanvas .item a:hover, .entryBtn .item .offcanvas .item a:focus,
.entryBtn .item .offcanvas ul li a:hover, .entryBtn .item .offcanvas ul li a:focus {
	color: #333;
	background-color: #ffd33f;
}

.entryBtn .item a span, .topnav .offcanvas .item a span {
	display: flex;
	margin-top: 1rem;
	align-items: center;
	justify-content: center;
}

.entryBtn .item img {
	width: 85px;
	height: auto;
}


.entry .offcanvas, .topnav .offcanvas {
	background-color: #0077cc;
	border-right: none;
	width: 450px;

}

.entry .offcanvas.w900, .topnav .offcanvas.w900 {
	width: 900px;
}

@media (max-width:950px) {

	.entry .offcanvas, .topnav .offcanvas,
	.entry .offcanvas.w900, .topnav .offcanvas.w900 {
		width: calc(100% - 50px);
	}
}

.entry .offcanvas-body, .topnav .offcanvas-body {
	position: relative;
	padding-top: 2rem;
}

.entry .offcanvas .btn-close, .topnav .offcanvas .btn-close {
	top: 1rem;
	right: -3rem;
	background: #0077cc;
	width: 50px;
	height: 50px;
	border-radius: 0px 8px 8px 0px;
	color: #fff;
}

.entry .offcanvas .item, .topnav .offcanvas .item {
	width: calc(50% - 2.15rem);
	display: inline-block;
	margin: 0.5rem;
}

.entry .offcanvas.w900 .item, .topnav .offcanvas.w900 .item {
	width: calc(25% - 1.5rem);
}

@media (max-width:767px) {
	.entry .offcanvas.w900 .item, .topnav .offcanvas.w900 .item {
		width: calc(50% - 2.25rem);
	}
}

@media (max-width:575px) {

	.entry .offcanvas .item, .topnav .offcanvas .item,
	.entry .offcanvas.w900 .item, .topnav .offcanvas.w900 .item {
		width: calc(50% - 1.2rem);
	}
}

.entry .offcanvas .item span.dropdown-toggle::after,
.topnav .offcanvas .item span.dropdown-toggle::after {
	border: none;
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
}

.collapseBlk {
	visibility: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 900px;
	background-color: #0077cc;
	padding: 2rem;
	height: 100%;
	transition: all 0.3s;
	opacity: 0;
}

@media (max-width:950px) {
	.collapseBlk {
		width: calc(100% - 50px);
	}
}


.collapseBlk .back, .offcanvas .back,
.entryBtn .back {
	border-radius: 8px;
	border: none;
	outline: none;
	background-color: #ffd33f;
	width: 100%;
	align-items: center;
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	font-weight: 500;
	margin: 0;
}

.collapseBlk .back:hover, .offcanvas .back:hover {
	background-color: #17a2b8;
	color: #fff;
}

.collapseBlk .back:focus, .offcanvas .back:focus {
	outline: orange 3px dotted;
	outline-offset: -3px;
}

.offcanvas .offcanvas-body>.back {
	width: calc(100% - 2.05rem);
	margin: 0 auto 1rem auto;
}

.collapseBlk .back i, .offcanvas .back i {
	margin-right: 0.5rem;
}

.active .collapseBlk {
	visibility: visible;
	transition: all 0.3s;
	opacity: 1;
}

.collapseBlk ul {
	padding: 0;
	margin: 0;
}

.collapseBlk ul li {
	list-style: none;
	margin: 0.75rem 0;
}

.collapseBlk ul li a {
	padding: 0.5rem 1rem !important;
}

.offcanvas ul {
	padding: 0;
	margin: 0;
}

.offcanvas ul li {
	list-style: none;
	margin: 0.75rem 0;
}

.offcanvas ul li a {
	padding: 0.5rem 1rem !important;
}

.entry footer {
	width: 100%;
}

.lock {
	position: relative;
}

.lock ul {
	filter: blur(5px);
}

.lock .loginBtn {
	display: flex;
}

.loginBtn {
	display: none;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.loginBtn a {
	display: block;
	background-color: #0077cc;
	padding: 1rem 1.5rem;
	color: #fff;
	font-weight: 500;
	font-size: 1.5rem;
	border-radius: 4px;
	text-decoration: none;
}

.loginBtn a:hover, .loginBtn a:focus {
	background-color: #17a2b8;
}

.topnav .entryBtn {
	background-color: #fff2c6;
	margin-top: 0;
}

@media (max-width:991px) {
	.topnav .entryBtn {
		position: fixed;
		top: 0px;
		z-index: 9;
		width: 100%;
	}
}

.topnav .entryBtn .container {
	padding: 2rem 1rem;
	justify-content: initial;
}

@media (max-width:991px) {
	.topnav .entryBtn .container {
		height: 100vh;
		display: initial;
	}
}

.more-comtent .item a {
	padding: 0.5rem;
}

.more-comtent .item a .date {
	font-size: 1.25rem;
	font-weight: 400;
}

.more-comtent .item:nth-of-type(10)~.item {		/*語言使用*/
				 
	display: none;
}

.more-comtent .item.active {
	display: block !important;
}

.more-comtent .more button {
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #0077cc;
	border-radius: 8px;
	margin-top: 1rem;
	border: none;
	padding: 0.25rem;
}

.more-comtent .more button:hover, .more-comtent .more a:focus {
	background-color: #17a2b8;
	color: #fff;
}

.more-comtent .more button {
	width: 100%;
	color: #fff;
	font-size: 1rem;
}

.pic {
	position: absolute;
	bottom: 61px;
	width: 100%;
	height: 70px;
	background-image: url('../images/p_line.png');
	background-repeat: repeat-x;
}

@media (max-width:991px) {
	.pic {
		bottom: 144px;
	}
}

@media (max-width:767px) {
	.pic {
		display: none;
	}
}

main .pic {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
	background-image: url('../images/p_line.png');
	background-repeat: repeat-x;
}

@media (max-width:767px) {
	main .pic {
		display: block;
	}
}

.modal .imgBlk .photo {
	text-align: center;
}

.loginBlk_edu {
	display: flex;
	flex-wrap: wrap;
	margin: 2rem -1rem;
}

@media (max-width:991px) {
	.loginBlk_edu {
		flex-direction: column;
		margin: 0 1rem;
		padding-bottom: 1rem;
	}
}

.loginBlk_edu .resource-edit {
	width: calc(60% - 2rem);
	margin: 1rem;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	padding: 1.5rem;
	background-color: #fff;
}

@media (max-width:991px) {
	.loginBlk_edu .resource-edit {
		width: 100%;
		margin: 0 0 1.5rem 0;
	}
}

.loginBlk .item a .h3 {
	margin-top: 1rem;
	border-bottom: #333 1px solid;
	padding-bottom: 1rem;
}

.loginBlk .item:hover a .h3 {
	border-bottom: #fff 1px solid;
}


.loginBlk_edu .h3 {
	margin-bottom: 1rem;
	font-weight: 500;
	font-size: 1.5rem;
	text-align: center;
	color: #666;
}

.loginBlk_edu .table {
	margin-bottom: 1rem;
}

.loginBlk_edu .send {
	display: flex;
}

@media (max-width:991px) {
	.loginBlk_edu .send {
		flex-direction: column;
		margin-top: 0rem;
	}
}

.loginBlk_edu .send button {
	margin: 0;
}

.account {
	display: flex;
	flex-grow: 1;
}

@media (max-width:991px) {
	.account {
		margin-bottom: 1rem;
	}
}

.account a {
	text-decoration: none;
	color: #666;
	font-size: 1rem;
	margin-right: 1rem;
}

.account a:hover {
	color: #0077cc;
}

.third-party {
	width: calc(40% - 2rem);
	margin: 1rem;
	background-color: #f1f1f1;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	padding: 1.5rem;
}

@media (max-width:991px) {
	.third-party {
		width: 100%;
		margin: 0;
	}
}

.third-party .send {
	display: initial;
}

.third-party .send a {
	background-color: #fff;
	text-decoration: none;
	color: #666;
	display: block;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	margin-bottom: 0.5rem;
	font-weight: 500;
	font-size: 1.15rem;
}

.third-party .send a:hover {
	background-color: #17a2b8;
	color: #fff;
}

.third-party .send a img {
	margin-right: 0.5rem;
	width: 28px;
	height: auto;
	margin-bottom: 3px;
}

#langBlk {
	width: 100%;
	margin-bottom: 0;
	background-color: #eaf9ff;
}

#langBlk .item {
    width: calc(100% / 5);
    text-align: center;
}

.offcanvas02 .item a {
	background-color: #fff !important;
}

.offcanvas02 .item a:hover {
	background-color: #fece26 !important;
	color: #333 !important;
	
}

.entryBtn_collapse .group {
	display: flex;
	flex-wrap: wrap;
	/*width: 600px;*/
	flex:auto;
}

@media (max-width: 991px) {
	.entryBtn_collapse .group {
		width: 100%;
	}
}

.entryBtn_collapse ul {
	width: 100%;
	margin: 0;
	padding: 0.5rem 1rem;
	overflow: hidden;
}

/*#collapse_hakka ul {
	padding: 0.5rem 0;
}*/

.entryBtn_collapse ul li {
	list-style: none;
	float: left;
}

/*#collapse_hakka ul li {
	width: calc(100% / 4);
	text-align: center;
}

@media (max-width: 575px) {
	#collapse_hakka ul li {
		width: calc(100% / 2);
		text-align: center;
	}
}*/

.entryBtn_collapse ul li img {
	width: 90px;
	height: auto;
}

.entryBtn_collapse ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	display: block;
	padding: 0.5rem 1rem;
}

.entryBtn_collapse ul li a:hover {
	color: #fece26 !important;
}

.entryBtn_collapse ul li a::before {
	content: '\f0da';
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    margin-right: 0.25rem;
}

/*#collapse_hakka ul li a::before {
	content: none;
}*/

.entryBtn_collapse ul li span {
	display: block;
}

.collapseGroup {
	background-color: #2d8dd2;
	border-radius: 8px;
	width: 100%;
}

.centerBlk {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: calc(100vh - 10rem);
}

.centerBlk .img {
	width: 350px;
	height: 350px;
	background-color: #f4fcff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1.5rem 0;
}

@media (max-width:414px) {
	.centerBlk .img {
		width: 250px;
		height: 250px;
	}

	.centerBlk .img img {
		width: 60%;
		height: auto;
	}
}

.centerBlk .heading {
	font-size: 1.5rem;
}

.centerBlk p {
	font-size: 1rem;
}

.centerBlk .btn {
	background-color: #0077cc;
    color: #fff;
    white-space: nowrap;
    border-radius: 4px;
	width: 150px;
}

.centerBlk .btn:hover {
	background-color: #17a2b8;
}

input[type="checkbox"]:focus {
	outline:orange 3px dotted;
	box-shadow:none;
	outline-offset: 0px;
}

.detail .content a {
	text-decoration: none;
	color: #0077cc;
}

.detail .content a:hover {
	color: #17a2b8;
}

.detail .accordion-content a {
	text-decoration: none;
	color: #0076cc;
}

.detail .accordion-content a:hover {
	color: #17a2b8;
}

@media (max-width:575px) {
	.banner .info {
		padding: 1rem 1rem 3rem 1rem;
	}

	.banner .more {
		margin-top: 1rem;
	}
}

.lang-top {
	background-color: #eaf9ff;
	padding: 1rem;
	border-radius:10px 10px 0 0;
}

.lang-bottom {
	background-color: #f0ffde;
	padding: 1rem;
	border-radius: 0 0 10px 10px;
}

.lang-top .item a, .lang-bottom .item a {
	padding: 0.5rem 0;
}

.lang-top .item a span, .lang-bottom .item a span {
	margin-top: 0;
	display: initial;
}

.talk-img {
	margin-bottom: 1rem;
}

.irc {
	min-height: 10em;
	background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="8em" viewBox="0 0 24 24"><path d="M10.14,1.16a11,11,0,0,0-9,8.92A1.59,1.59,0,0,0,2.46,12,1.52,1.52,0,0,0,4.11,10.7a8,8,0,0,1,6.66-6.61A1.42,1.42,0,0,0,12,2.69h0A1.57,1.57,0,0,0,10.14,1.16Z"/><animateTransform attributeName="transform" type="rotate" dur="2s" values="0 0 0;360 0 0;" repeatCount="indefinite"/></svg>') no-repeat 50% center !important;
}

.detail .table-responsive .table {
	min-width: 828px;
}

@media (max-width:991px) {
	.detail .table-responsive .table {
		margin: 0 0 1rem 0;
	}
}

.detail .table-responsive .table .tr:hover {
	background-color: #f4fcff;
}

.detail .table-responsive .table .thead .th {
	background-color: #f1f1f1 !important;
	padding: 0.5rem;
}

.detail .detail .table-responsive .table .tbody {
	border-top: none !important;
}

.detail .table-responsive .table .th,.detail .table-responsive .table .td {
	border: #ddd 1px solid;
	padding: 0.5rem;
}

.detail .table-responsive .table a {
	color: #0077cc;
	text-decoration: none;
	padding: 3px;
}

.detail .table-responsive .table a:hover, .detail .table-responsive .table a:focus {
	color: #17a2b8;
}
/*
.detail .title .info {
	position: absolute;
	bottom: -2rem;
	left: 3.75rem;
	background-color: initial;
	font-size: 1rem;
	display: flex;
	padding: 0;
	margin: 0;
}
.detail .title .info div{
	padding: 0 0.5rem;
	line-height: 1;
}
.detail .title .info div:first-child {
	border-right: #666 1px solid;
}

.detail .title .info::before,.detail .title .info::after {
	content: none;
}
*/
.info-source {
	display: flex;
	margin-bottom: 1rem;
	margin-left: -0.5rem;
}

.info-source div{
	padding: 0 0.5rem;
	line-height: 1;
}

.info-source div:first-child {
	border-right: #666 1px solid;
}

.supplyBtn {
	margin-left: auto;
	position: relative;
	bottom: 0.5rem;
}
@media (max-width:991px) {
	.supplyBtn {
		margin-left: initial;
		margin-bottom: 1rem;
		left: 1rem;
	}
}

.supplyBtn a {
	display: block;
	text-decoration: none;
	background-color: #ddd;
	color: #333;
	padding: 0.25rem 1rem;
	border-radius: 4px;
}

.supplyBtn a:hover,.supplyBtn a:focus {
	background-color: #17a2b8;
	color: #fff;
}

/* banner */
.bannerPic {
	width: 100%;
	height: 270px;
	overflow: hidden;
	margin-bottom: 4rem;
}

@media (max-width:991px) {
	.bannerPic {
		height: initial;
		margin-bottom: 3rem;
	}
}

@media (max-width:767px) {
	.bannerPic {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
}

.bannerPic .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bannerPic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured {
	background-color: #ffd33f;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 1rem;
}

.learning_map-btn ,.language_use-btn {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 1rem;
}
.language_use-btn {
	border-radius: 10px;
	overflow: hidden;
}

.featured img,.learning_map-btn img,.language_use-btn img {
	width: 100%;
	height: auto;
}

.featured .h2 {
	margin-bottom: 0;
	padding: 0.5rem;
	text-align: center;
	width: 100%;
	border-bottom: none;
}

@media (max-width: 480px) {
	.featured .h2 {
		font-size: 1.5rem;
	}
}

.news-small {
	margin: 0;
}

@media (max-width:767px) {
	.news-small {
		margin-bottom: 6rem;
	}

	.news-small .more {
		padding: 0;
		bottom: -4rem;
	}
}

.news-small .title {
	margin-bottom: 0;
}

.news02 .news-inner{
	padding: 0;
}

.news-small .news-content .item a .text {
	font-size: 1rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bg-img {
	width: 100%;
	height: 270px;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 991px) {
	.news02 .more {
		padding: 0;
		bottom: -4rem;
	}
	.featured {
		margin-top: 4rem;
	}
}

@media (min-width: 992px) {
	.news02 .title h2 {
		max-width: 485px;
	}
	
	.news02 .more {
		max-width: 180px;
		right: 0px;
	}
	
	.news02 .more a {
		display: flex;
		line-height: 1.25;
		align-items: center;
	}
	
	.news02 .more a span {
		flex-shrink:0;
	}
}