body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
	background: none;
}

td, th {
	vertical-align: middle !important;
	text-align: center;
}

/* close */
	.close {
		color: #fbfbfb;
		text-shadow: none;
		opacity: 0.7;
	}
	.close:hover {
		color: #ffffff;
		opacity: 1;
	}

/* select2 */
	.select2-selection {
		border-radius: 0px !important;
	}
	.select2-container--bootstrap4 .select2-selection {
		border-color: #ced4da !important;
	}
	.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
		color: #212529 !important;
		background-color: #badafb !important;
	}

/* form-select */
	.form-select:focus,
	.form-control:focus {
		border-color: #01853A;
		box-shadow: 0 0 0 0.25rem rgb(1, 131, 58, 0.25);
	}

/* btn */
	.btn-danger {
		background-color: #c11a1f !important;
		border-color: #c11a1f !important;
	}
	.btn-danger:hover,
	.btn-danger:focus {
		background-color: #a50c17 !important;
		border-color: #a50c17 !important;
	}
	.btn-success {
		background-color: #01853A !important;
		border-color: #01853A !important;
	}
	.btn-success:hover,
	.btn-success:focus {
		background-color: #006328 !important;
		border-color: #006328 !important;
	}
	.btn-primary {
		background-color: #084298 !important;
		border-color: #084298 !important;
	}
	.btn-primary:hover {
		background-color: #0a2a87 !important;
		border-color: #0a2a87 !important;
	}

/* text */
	.text-success {
		color: #01853A !important;
	}
	.text-warning {
		color: #fff364 !important;
	}
	.text-light-dark {
		color: #36383a;
	}
	.text-deep-secondary {
		color: #444444;
	}
	.text-deep-shadow {
		text-shadow: 2px 2px 3px #333333;
	}
	.text-light-shadow {
		text-shadow: 2px 2px 2px #ffffff;
	}


/* background */
	.bg-success {
		background-color: #01853A !important;
	}
	.bg-light-success {
		background-color: #ebffee;
	}
	.bg-primary {
		background-color: #084298 !important;
	}

/* other */
	.section-title {
		color: #01853A;
		font-weight: 700;
		position: relative;
		display: inline-block;
		margin-bottom: 20px;
	}
	.section-title::after {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 50%;
		height: 3px;
		background: linear-gradient(to right, #9DDA6F, #FFCC33);
	}
	.rounded-5 {
		border-radius: 25px;
	}
	.text-align-justify {
		text-align: justify;
	}
	.list-style-none {
		list-style: none;
	}

/* 國中升學 css (promotion_channels) */
	.chapter-link {
		text-decoration: none;
		color: #212529;
		border-bottom: 1px dashed #212529;
	}
	.bg-gray {
		background-color: #eeeeee;
	}
	.text-indent-2 {
		text-indent: 2em;
	}
	.font-size-10 {
		font-size: 10pt;
	}
	.font-size-14 {
		font-size: 14pt;
	}
	.list-disc {
		margin-bottom: 30px;
	}
	.list-disc li {
		margin: 8px 0;
	}
	.list-style-type-none {
		list-style-type: none;
	}
	.exam_table td:nth-child(1){
		width: 125px;
	}
	.exam_table td:nth-child(2){
		width: 100px;
	}
	.exam_table td:nth-child(3){
		width: 90px;
	}