﻿@charset "utf-8";

/* =====================================
   全域
===================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

html {
	image-rendering: -webkit-optimize-contrast;
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
	color: #111;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.6em;
}

a {
	color: #00a1e9;
}

a:hover {
	text-decoration: none;
	color: #e6190d;
}

a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

::selection {
	background-color: #333;
	color: #fff;
}

@font-face {
	font-family: 'Fjalla One';
	font-style: normal;
	font-weight: normal;
	src: local('Fjalla One'), url('../webfonts/FjallaOne-Regular.woff') format('woff');
}

/*************************
Typography 
**************************/
@media only screen and (min-width:1300px) {
	.container {
		max-width: 1300px;
		padding: 0;
		position: relative;
	}
}

.font1 {
	font-size: 18px;
	color: #d5630d;
	font-weight: bold;
}

.font2 {
	font-size: 14px;
	line-height: 24px;
	color: #df0500;
}

.font5 {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #d9b42b;
	font-weight: bold;
}

ul.ulSet {
	margin: 0;
	padding: 0;
	list-style: none;
}

.itemarea {
	width: 100%;
	float: left;
}

/*表單*/
.input-txt {
	position: relative;
	overflow: hidden;
}

.form-group .ti-label {
	width: 100%;
	color: #000;
	font-weight: normal;
	line-height: 25px;
	padding-left: 5px;
}

.form-group .ti-label span {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	vertical-align: middle;
	color: #ed1c24;
	margin-right: 5px;
}


.box-txt {
	border: 1px solid #ddd;
	outline: none;
	padding: 5px 10px;
	font-size: 1em;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.box-txt.full {
	width: 100%;
}

.box-txt.txtarea {
	height: 150px;
	width: 100%
}

.box-txt:focus {
	border-color: #68953c;
	-webkit-box-shadow: 0 0 1px #68953c;
	box-shadow: 0 0 1px #68953c;
}

.box-txt::-webkit-input-placeholder {
	color: #ddd;
}

.box-txt::-moz-placeholder {
	color: #ddd;
}

.box-txt:-ms-input-placeholder {
	color: #ddd;
}

.box-txt:-moz-placeholder {
	color: #ddd;
}

input[type=radio] {
	margin-left: 10px;
}

input[type=radio]+label {
	display: inline-block;
	margin: 0;
	padding: 3px 5px;
	color: #666;
	cursor: pointer;
	width: auto;
	float: none;
}

input[type=radio]:checked+label {
	cursor: default;
}

.form-control {
	height: 37px;
	border: 1px solid #ddd;
	outline: none;
	padding: 4px 10px 5px;
	font-size: 1em;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.form-control:focus {
	border-color: #68953c;
	-webkit-box-shadow: 0 0 1px #68953c;
	box-shadow: 0 0 1px #68953c;
}

.jobform-other {
	height: 30px;
	border: 1px solid #ddd;
	outline: none;
	padding: 4px 5px 5px;
	font-size: 1em;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.jobform-other:focus {
	border-color: #68953c;
	-webkit-box-shadow: 0 0 1px #68953c;
	box-shadow: 0 0 1px #68953c;
}

@media only screen and (max-width:991px) {
	.form-style .half {
		float: none;
		width: 100%;
	}

	.form-style .half.left {
		padding-right: 0px;
	}

	.form-style .half.right {
		padding-left: 0px;
	}
}

@media only screen and (max-width:767px) {
	.form-style .f-row {
		margin: 15px 0;
	}
}

@media only screen and (max-width:499px) {

	.form-style .f-row .tit,
	.form-style .f-row .content {
		display: block;
	}

	.form-style .f-row .content {
		width: 100%;
	}

	.form-button .button {
		width: 46%;
		margin: 0 2px;
		font-size: 0.95rem;
	}

	.form-button .button i {
		display: none;
	}

	.form-style .f-row .three-warp {
		margin: 0;
	}

	.form-style .f-row .three {
		width: 100%;
		margin: 5px 0 0;
		float: none;
	}

	.form-style ::-webkit-input-placeholder {
		font-size: 0.8rem;
	}

	.form-style ::-moz-placeholder {
		font-size: 0.8rem;
	}

	.form-style :-ms-input-placeholder {
		font-size: 0.8rem;
	}

	.form-style :-moz-placeholder {
		font-size: 0.8rem;
	}
}

.select-ov {
	float: left;
	padding: 0;
}

.select-ov label {
	float: left;
	display: inline-block;
	margin: 5px 0 2px;
	padding: 0 10px 0 0;
}

.select-ov select,
input[type="file"] {
	height: 34px;
	*margin-top: 4px;
	line-height: 26px;
	padding: 0 7px 0;
	font-size: 15px;
}

.select-ov select {
	background-color: #fff;
	border: 1px solid #ccc;
}

.select-ov select[multiple],
select[size] {
	height: auto
}

.select-ov select:focus,
input[type="file"]:focus,
.select-ov input[type="radio"]:focus,
.select-ov input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.selectBox {
	display: inline-block;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.selectBox select {
	width: 100%;
	padding: 0 30px 0 10px;
	height: 40px;
	color: #000;
	outline: none;
	line-height: 38px;
	border: none;
	border: 1px solid #ddd;
	background: transparent;
	text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.selectBox select::-ms-expand {
	/* For IE10 */
	display: none;
}

.selectBox:before {
	pointer-events: none;
	content: '';
	position: absolute;
	top: 12px;
	right: 10px;
	width: 10px;
	height: 10px;
	border-right: #333 1px solid;
	border-bottom: #333 1px solid;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.selectBox:hover {
	border-color: #333;
}

.input-txt .input-style,
.input-txt textarea {
	display: block;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: none;
	border-radius: 0;
	font-size: 15px;
	height: 34px;
	line-height: 30px;
	min-height: 80px;
}

.input-txt .input-style:focus,
.input-txt .message-style:focus {
	border: #333 solid 1px;
}

/* 性別 - radio樣式 */
.sex {
	float: right;
	padding: 0;
	margin: 0;
}

.lab-gender input[type=radio] {
	display: none;
	margin: 0;
}

.lab-gender input[type=radio]+label {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0 7px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 37px;
	line-height: 35px;
	color: #999;
	cursor: pointer;
}

.lab-gender input[type=radio]:checked+label {
	background-image: none;
	background-color: #666;
	color: #FFF;
	border-color: #999;
	cursor: default;
}

.code-img {
	display: inline-block;
	float: left;
}

.code-img img {
	display: block;
	height: auto;
	max-width: 100%;
}

.col_full {
	width: 100%;
	display: block;
	position: relative;
	margin-right: 4%;
}

.address .selectBox {
	width: 100%;
}

.address .input-txt2 {
	width: 100%;
}

@media only screen and (min-width: 641px) {
	.address {}

	.address .selectBox {
		width: calc(100%/3);
		float: left;
	}

	.address .input-txt2 {
		width: calc(100%/3);
		float: left;
	}
}

/* 表單按鈕 */
#btn-group {
	margin: 20px 0 0;
}

#btn-group ul,
.btn-group ul {
	text-align: center;
}

@media only screen and (max-width: 414px) {

	#btn-group ul li,
	.btn-group ul li {
		float: left;
		width: 50%;
	}
}

@media only screen and (min-width: 415px) {

	#btn-group ul li,
	.btn-group ul li {
		display: inline-block;
		margin: 0 5px;
		width: 135px;
	}
}

/* 按鈕 */
.btn-style {
	display: block;
	width: 100%;
	font-size: 1.25rem;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	border: 0;
	border-radius: 0;
	background: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.black {
	color: #fff;
	border: #333 solid 1px;
	background-color: #333;
}

.black:hover,
.black:focus {
	color: #fff;
	text-decoration: none;
	border: #68953c solid 1px;
	background-color: #68953c;
}

.white {
	color: #333;
	border: #333 solid 1px;
	background-color: #fff;
}

.white:hover,
.white:focus {
	color: #fff;
	text-decoration: none;
	border: #68953c solid 1px;
	background-color: #68953c;
}

/* 按鈕-top */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 1000;
	bottom: 50px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.scrollToTop:hover {
	background: rgba(191, 162, 130, 0.5);
}

.scrollToTop i {
	font-size: 22px;
	line-height: 40px;
}

@media (max-width: 767px) {
	.scrollToTop {
		bottom: 75px;
	}
}

@media (max-width: 360px) {
	.scrollToTop {
		bottom: 105px;
		right: 10px;
	}
}

@media (max-width: 320px) {
	.scrollToTop {
		bottom: 120px;
	}
}

/*************************
 Footer CSS
**************************/
#footer {
	width: 100%;
	padding: 50px 0;
	background: #568f3a;
}

#footer .container {
	display: flex;
	flex-flow: wrap;
	gap: 40px;
}

#footer h2 {
	width: 350px;
	min-height: 50px;
	margin: 0;
	padding: 0 0 0 60px;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 600;
	color: #fff;
	background: url(../logo-f.png) no-repeat left top 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.basic {
	flex: 1;
	margin: 0;
}

.basic span {
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	margin: 2px 0;
}

.basic span A:link {
	color: #fff;
	text-decoration: none
}

.basic span A:visited {
	color: #fff;
	text-decoration: none
}

.basic span A:hover {
	color: #ffd460;
	text-decoration: underline
}

.copyright {
	float: right;
	width: calc(100% - 350px);
	display: inline-block;
	font-size: 13px;
	line-height: 1.8em;
	color: rgba(255, 255, 255, 0.4);
	padding: 0 0 0 40px;
	margin: 5px 0 0;
}

.copyright A:link {
	color: rgba(255, 255, 255, 0.4);
	text-decoration: none
}

.copyright A:visited {
	color: rgba(255, 255, 255, 0.4);
	text-decoration: none
}

.copyright A:hover {
	color: #fff;
	text-decoration: none
}

@media (max-width:991px) {
	#footer {
		padding: 40px 0;
	}

	#footer h2 {
		width: 100%;
		margin: 0 0 5px;
	}

	.basic {
		width: 100%;
		padding: 0;
		margin: 0;
		border-left: none;
	}

	.copyright {
		float: left;
		width: 100%;
		padding: 0;
	}
}

@media (max-width:480px) {

	.basic span.phone,
	.basic span.fax {
		width: 100%;
		margin: 0;
		background: none;
	}
}

/*************************
******* home ******
**************************/

.container::after {
	content: "";
	display: block;
	clear: both;
}

#page {
	width: 100%;
	display: block;
	position: relative;
}

#content {
	width: 100%;
	display: block;
	padding: 0;

}

@media (max-width: 767px) {
	#content {
		background: none;
	}
}

#ievent {
	float: left;
	width: 350px;
	display: inline-block;
	margin: 50px 0 70px;
}

#ievent .title {
	width: 100%;
	display: inline-block;
	padding: 0 30px 10px;
	margin: 0;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana, " sans-serif";
	font-size: 32px;
	line-height: 1.4em;
	font-weight: 600;
	color: #333;
	position: relative;
}

#ievent .title:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 30px;
	width: 50px;
	height: 5px;
	background: #ef8200;
}

.ievent-w {
	float: left;
	display: inline-block;
	width: 100%;
	padding: 30px;
	background: url(../ievent-bg.gif) repeat 0 0;
}

.ievent-w dl {
	width: 100%;
	padding: 0;
	margin: 0 0 15px;
}

.ievent-w dt {
	width: 100%;
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
	margin: 0;
	padding: 1px 0;
}

.ievent-w dt a {
	color: #333;
	text-decoration: none;
}

.ievent-w dt a:hover {
	color: #4d91c6;
	text-decoration: none;
}

.ievent-w dd {
	width: 100%;
	margin: 5px 0 0;
	font-size: 15px;
	line-height: 1.8em;
	color: #666;
	padding: 0;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}


@media (max-width: 991px) {
	#ievent {
		width: 100%;
		margin: 35px 0 40px;
	}

	.ievent-w dl {
		float: left;
		width: 40%;
		padding-top: 15px;
		padding-right: 5%;
	}

	#ievent .photo {
		width: calc(100% - 40%);
		padding-top: 80%;
	}
}

@media (max-width: 600px) {
	.ievent-w dl {
		width: 100%;
		padding-top: 0;
		padding-right: 0;
	}

	#ievent .photo {
		width: 100%;
		padding-top: 140%;
	}
}

/*首頁選項卡*/
.tab {
	width: 100%;
	float: left;
}

.tab .nav-tabs {
	float: left;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

@media (max-width: 1199px) {
	.tab .nav-tabs {
		max-width: 100%;
		display: block;
		float: none;
		top: initial;
		bottom: initial;
		left: initial;
		right: initial;
		overflow: initial;
	}
}

.tab ul {
	padding: 0;
	margin: 0;
}

.tab .nav-tabs li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.tab .nav-tabs li a {
	float: left;
	display: block;
	font-size: 17px;
	line-height: 24px;
	color: #555;
	background: #f1f5e9;
	margin: 1px 1px 0 0;
	padding: 12px 25px;
	border-radius: 0;
	border: none;
	position: relative;
}

.tab .nav-tabs li a:hover {
	color: #fff;
	background: #5d9c3d;
	text-decoration: none;
}

.tab-content>.active {
	opacity: 1;
}

.tab .nav-tabs li a.active,
.tab .nav-tabs li a.active:hover {
	color: #fff;
	font-weight: 600;
	border: none;
	background: #5d9c3d;
	padding: 12px 25px;
	text-decoration: none;
}

.tab .nav-tabs li a.active:after {
	content: "";
	border-top: 8px solid #5d9c3d;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 43%;
	z-index: 1;
}

@media (max-width: 767px) {
	.tab .nav-tabs li a.active:after {
		display: none;
	}
}

.tab .tab-content {
	float: left;
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 12px 0 0;
}

.tab-page {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.tab-page .nav-tabs {
	float: left;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

.tab-page>ul {
	float: left;
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 0;
	background: #eee;
	border: 0;
	list-style: none;
}

.tab-page .nav-tabs li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.tab-page .nav-tabs li a {
	float: left;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #929292;
	margin: 0 1px 0 0;
	padding: 10px 20px;
	border-radius: 0;
	border: none;
	position: relative;
}

.tab-page .nav-tabs li a:hover {}

.tab-page .nav-tabs li.active a,
.tab-page .nav-tabs li.active a:hover {
	color: #fff;
	border: none;
	background: #29537d;
	padding: 10px 20px;
	text-decoration: none;
}

.tab-page .nav-tabs li.active a:after {
	content: "";
	border-top: 8px solid #29537d;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 40%;
}

.tab-page .tab-content {
	float: left;
	width: 100%;
	padding: 20px 25px 15px;
	border: 1px solid #ededed;
}

.tab-page .tab-content ul {
	padding-left: 40px;
	list-style-type: disc;
	padding-bottom: 20px;
}

@media (max-width: 991px) {
	.tab .nav-tabs li a {
		padding: 12px 10px;
	}

	.tab .nav-tabs li.active a,
	.tab .nav-tabs li.active a:hover {
		padding: 12px 10px;
	}
}

@media (max-width: 768px) {
	.tab .nav-tabs li {
		width: 100%;
		text-align: center;
		margin: 0 0 1px 0;
	}

	.tab .nav-tabs li a {
		width: 100%;
		padding: 10px;
		font-size: 16px;
	}

	.tab .nav-tabs li.active a,
	.tab .nav-tabs li.active a:hover {
		padding: 10px;
	}

	.tab .nav-tabs li.active a,
	.tab .nav-tabs li.active a:after,
	.tab .nav-tabs li.active a:hover {
		border: none;
	}

	.tab-page .nav-tabs li {
		width: 100%;
		text-align: center;
	}

	.tab-page .nav-tabs li.active a,
	.tab-page .nav-tabs li.active a:after,
	.tab-page .nav-tabs li.active a:hover {
		border: none;
	}
}

#ilinks {
	display: block;
	width: 100%;
	padding: 100px 0 90px;
	margin: 20px 0 0;
	background: url(../bg02.JPG) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

#ilinks:before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 10%, 90% 100%, 10% 100%, 0 10%);
}

#ilinks .title {
	float: left;
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: center;
}

#ilinks .title:before {
	content: "";
	position: absolute;
	top: -45px;
	left: 50%;
	width: 1px;
	height: 25px;
	background: #fff;
}

#ilinks .title .en {
	width: 100%;
	display: inline-block;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana, " sans-serif";
	font-size: 40px;
	line-height: 1em;
	font-weight: 600;
	color: #FFF;
}

#ilinks .title .ch {
	width: 100%;
	display: inline-block;
	font-size: 20px;
	line-height: 1em;
	color: #c5d779;
	margin: 5px 0 0 0;
	font-weight: 600;
}

.ilinks-ov {
	width: 100%;
	display: inline-block;
	margin: 50px 0 0;
	padding: 0;
}

.ilinks-ov ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 20px 20px;
	grid-template-columns: repeat(4, 1fr);
}

.ilinks-ov ul li {
	width: 100%;
	list-style: none;
	font-size: 16px;
	line-height: 1.6em;
	justify-content: center;
	align-items: center;
	margin: 0 0 auto;
	padding: 15px 15px 15px 55px;
	border-radius: 3px;
	position: relative;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ilinks-ov ul li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 7px;
	width: 38px;
	height: 38px;
	background: #fec350 url(../icon-link.png) no-repeat center center;
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ilinks-ov ul li:hover {
	background: rgba(255, 255, 255, 1);
}

.ilinks-ov ul li a {
	color: #333;
	text-decoration: none;
}

.ilinks-ov ul li a:hover {
	color: #498dc2;
	text-decoration: none;
}

@media (min-width: 1200px) and (max-width: 1299px) {}

@media (max-width: 1199px) {
	.ilinks-ov ul {
		gap: 20px 20px;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991px) {
	.ilinks-ov ul {
		gap: 20px 20px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {}

@media (max-width: 600px) {
	.ilinks-ov ul {
		gap: 10px 0;
		grid-template-columns: repeat(1, 1fr);
	}
}



/* 頁碼 */
.pages {
	width: 100%;
	float: left;
	text-align: center;
	margin: 35px 0 0;
}

.edit .pages ul {
	padding: 0;
	margin: 0;
}

.pagination {
	float: left;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.pagination>li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #797979;
	background-color: #ffffff;
	border: 1px solid #efefef;
	margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #0579be;
	background-color: #eeeeee;
	border-color: #dddddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #5a5a5a;
	border-color: #5a5a5a;
	cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #777777;
	background-color: #e2e2e2;
	border-color: #e2e2e2;
	cursor: not-allowed;
}

.pagenum2 {
	float: left;
	width: 100%;
	padding: 50px 0 5px;
	border-top: 1px solid #E3E3E3;
	text-align: center;
}

.pagenum2 a {
	padding: 12px 25px 12px 52px;
	COLOR: #666;
	TEXT-DECORATION: none;
	border-radius: 30px;
	transition: background 0.3s;
	border: 1px solid #dddddd;
	background: #ededed url(../left-arrow.svg) no-repeat 27px 16px;
	background-size: auto 14px;
}

.pagenum2 a:hover {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid #5e5e5e;
	background: #5e5e5e url(../left-arrow1.svg) no-repeat 22px 16px;
	background-size: auto 14px;
}


/*************************
******* Banner ******
**************************/
#pbanner {
	float: left;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	margin-top: 100px;
	position: relative;
}

#pbanner .jarallax {
	height: 250px;
}

#pbanner .jarallax {
	position: relative;
	z-index: 0;
}

#pbanner .jarallax>.jarallax-img {
	position: absolute;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#pbanner .pbannertable {
	display: table;
	width: 100%;
	height: 250px;
	padding: 15px;
	background: url(../bg1.png) repeat 0 0;
}

.pbannertable .pbanner-table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}

.pbannertable .pbanner-table-cell h3 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana, "微軟正黑體", sans-serif;
	width: 100%;
	display: inline-block;
	font-size: 2em;
	color: #fff;
	line-height: 1.3em;
	font-weight: 600;
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.pbannertable .pbanner-table-cell h3 .cht {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 300;
	color: #fff;
	width: 100%;
	display: inline-block;
}

@media (max-width: 1199px) {
	#pbanner {
		margin-top: 60px;
	}

	#pbanner .jarallax {
		height: 180px;
	}

	#pbanner .pbannertable {
		padding: 10px 15px;
		height: 180px;
	}
}

@media (max-width: 991px) {
	#pbanner {
		margin-top: 60px;
	}

	.pbannertable .pbanner-table-cell h3 {
		font-size: 2.1em;
		padding: 0;
	}

	#pbanner .jarallax {
		height: 160px;
	}

	#pbanner .pbannertable {
		padding: 10px 15px;
		height: 160px;
	}
}

@media (max-width: 767px) {
	#pbanner .jarallax {
		height: 140px;
	}

	#pbanner .pbannertable {
		height: 140px;
	}
}

@media (max-width: 600px) {
	.pbannertable .pbanner-table-cell h3 {
		font-size: 1.6em;
	}

	#pbanner .jarallax {
		height: 130px;
	}

	#pbanner .pbannertable {
		height: 130px;
	}
}

@media (max-width: 480px) {
	#pbanner .jarallax {
		height: 120px;
	}

	#pbanner .pbannertable {
		height: 120px;
		padding: 10px;
	}
}

/*************************
*******內頁選單
**************************/
.pageleft {
	float: left;
	width: 220px;
	margin: 60px 0 30px;
	padding: 0;
	font-size: 16px;
	line-height: 1.6em;
	position: relative;
	z-index: 2;
}

/*.pageleft:after {content: "";position: absolute; display: block; border-color: #333 transparent transparent #333; border-style: solid solid solid solid;border-width: 4px 3px;height: 0px; width: 0px;top: -3px;right: -6px; }*/
ul.mtree {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	opacity: 0;
	margin-left: 0;
	padding: 0;
}

ul.mtree ul {
	padding-left: 0;
}

ul.mtree li {
	list-style: none;
	padding: 0 0 4px;
}

ul.mtree a {
	display: block;
	text-decoration: none;
}

ul.mtree a:hover {
	text-decoration: none;
}

ul.mtree li>a.current {
	font-weight: bold;
	background-color: #5c8f34 url(../icon8.png) no-repeat 6px 19px;
	color: #FFF;
}

ul.mtree li.mtree-node>a {
	/*font-weight: bold;*/
}

ul.mtree li.mtree-node>a.current {
	font-weight: bold;
	background: #5c8f34 url(../icon8.png) no-repeat 6px 19px;
	color: #FFF;
}

ul.mtree a {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

ul.mtree.transit {
	/*background: #111;*/
}

ul.mtree.transit ul {
	margin-left: 0;
}

ul.mtree.transit ul>li {
	font-size: 15px;
	padding: 0;
	border: none;
	/*border-left: 1px solid #17318e;
	border-bottom: 1px solid #fff;*/
}

ul.mtree.transit li.mtree-node {
	position: relative;
}

ul.mtree.transit li.mtree-node>a:before {
	color: #aaa;
	font-weight: normal;
	position: absolute;
	right: 10px;
}

ul.mtree.transit li.mtree-open>a:before {
	content: '-';
}

ul.mtree.transit li.mtree-closed>a:before {
	content: '+';
}

ul.mtree.transit ul>li:first-child {
	margin-top: 1px;
}

ul.mtree.transit li.mtree-open>a {
	/*background: #fff;*/
	background: #5c8f34 url(../icon7.png) no-repeat 8px 21px;
}

ul.mtree.transit li>a:hover,
ul.mtree.transit li.mtree-active>a {
	background: #5c8f34 url(../icon7.png) no-repeat 8px 21px;
	color: #fff;
}

ul.mtree.transit li>a.current {
	font-weight: bold;
	background: #5c8f34 url(../icon7.png) no-repeat 10px 21px;
	color: #fff;
}

ul.mtree.transit li.mtree-node>a.current:before {
	color: #FFF;
}

ul.mtree.transit li.mtree-node>ul>li:last-child {
	/*margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #333;*/
}

ul.mtree.transit li.mtree-node:last-child>ul>li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

ul.mtree.transit a {
	padding: 10px 0.5em 10px 1.5em;
	color: #666;
}

ul.mtree.transit li>a {
	background: #fff url(../icon6.png) no-repeat 10px 21px;
}

ul.mtree.transit li ul {
	padding: 0;
	/*background: #e4f1e6;*/
}

ul.mtree.transit li li>a {
	padding: 5px 0px 5px 1.5em;
	/*background: none;*/
	background: url(../right1.svg) no-repeat 10px 14px;
	background-size: auto 7px;
	border-bottom: 1px dotted #ccc;
	color: #666;
}

ul.mtree.transit li li>a:hover {
	background: url(../right2.svg) no-repeat 10px 14px;
	background-size: auto 7px;
	color: #00aeef;
}

ul.mtree.transit li li>a.current {
	background: url(../right2.svg) no-repeat 10px 14px;
	background-size: auto 7px;
	color: #00aeef;
}

ul.mtree.transit li li.mtree-active>a {
	background: url(../right2.svg) no-repeat 10px 14px;
	background-size: auto 7px;
	color: #00aeef;
}

ul.mtree.transit li li li>a {
	padding: 6px 0px 6px 1.8em;
	background: none;
	color: #666;
}

ul.mtree.transit li li li li>a {
	padding-left: 3.2em;
	background: none;
	color: #666;
}

ul.mtree.transit li li li li li>a {
	padding-left: 4em;
}

ul.mtree.transit li li li>a:hover {
	background-image: none;
}

@media (max-width: 991px) {
	.pageleft {
		float: left;
		width: 100%;
		margin: 0 0 35px;
	}

	ul.mtree {
		padding: 0;
		/*border-top: 5px solid #d20008;
  background: inherit;*/
	}

	ul.mtree.transit li>a {
		background: #eee url(../icon6.png) no-repeat 10px 21px;
	}
}








.i_video {}

.i_video .title {
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 30px;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana, " sans-serif";
	font-size: 32px;
	line-height: 1.4em;
	font-weight: 600;
	color: #333;
}

.i_video .title::after {
	content: "";
	width: 50px;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 5px solid #ef8200;
}

.i_video ul {
	margin: 0;
	padding: 0;
	list-style: none;

	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.i_video ul li {
	padding: 10px;
	background: #f5f5f5;
}

.i_video iframe {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 2/1.2;
}





.post {
	width: 100%;
	height: 100%;
	padding: 40px 30px;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../post_03.jpg) no-repeat center;
	background-size: cover;
}

.post img {
	max-width: 100%;
	max-height: 100%;
}





.admission {}
.admission h1,
.admission h2,
.admission h3,
.admission h4,
.admission h5,
.admission h6 {
	margin-bottom: 20px;
}


.admission .L1 {
	padding: 80px 20px 200px;
	background: url(../bg01.png) no-repeat right -10px top 190px, #f6f6f6;
	background-attachment: fixed;
}

.admission .title {
	position: relative;
	margin-bottom: 30px;
	padding-left: 40px;
	background: url(../icon01.png) no-repeat left 5px;
}

.admission .title::before {
	content: "";
	width: 2px;
	height: 24px;
	display: block;
	position: absolute;
	top: 38px;
	left: 11px;
	background: #528f59;
}

.admission .title::after {
	content: "";
	width: 16px;
	height: 2px;
	display: block;
	position: absolute;
	top: 62px;
	left: 11px;
	background: #528f59;
}

.admission .title02 {
	position: relative;
	color: #fff;
	margin-bottom: 30px;
	padding-left: 40px;
	background: url(../icon02.png) no-repeat left 5px;
}

.admission .title02::before {
	content: "";
	width: 2px;
	height: 24px;
	display: block;
	position: absolute;
	top: 38px;
	left: 11px;
	background: #ccc;
}

.admission .title02::after {
	content: "";
	width: 16px;
	height: 2px;
	display: block;
	position: absolute;
	top: 62px;
	left: 11px;
	background: #ccc;
}

.admission .title h2 {}

.admission .title .en {
	color: #528f59;
}

.admission .title02 h2 {}

.admission .title02 .en {
	color: #ccc;
}

.admission .con {}

.admission ol {
	padding-left: 26px;
}

.admission ol li {
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.admission .L1 .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 40px;
}

.admission .L1 .pic img {
	border-radius: 16px;
}

.admission .L1 .center{
	text-align: center;
}

@media (max-width: 991px) {
	.admission .L1 .pic {
		padding: 30px 0 0;
	}

	.admission .con section:nth-of-type(1) {
		margin-bottom: 20px;
	}
}




.admission .L2 {
	padding: 100px 20px;
	color: #fff;
	background: url(../index_09.jpg) no-repeat center, #518350;
	background-size: cover;
}
.admission.s02 .L2 {
	background: url(../p4_05.jpg) no-repeat center, #856d42;
	background-size: cover;
}

.admission .L2.top {
	padding: 0 20px 100px;
}

.admission .L2 .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: -100px;

	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}
.admission.s02 .L2 .menu  {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
	.admission .L2 .menu {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.admission .L2 .menu {
		grid-template-columns: repeat(2, 1fr);
	}
	.admission.s02 .L2 .menu  {
		grid-template-columns: repeat(2, 1fr);
	}
}

.admission .L2 .menu li {
	display: flex;
	background: #528f59;
	border-radius: 14px;
	box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.4);
}
.admission.s02 .L2 .menu li {
	background: #a3844c;
}

.admission .L2 .menu li:nth-of-type(even) {
	background: #f0c85b;
}

.admission .L2 .menu li a {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 30px 20px;
	color: #fff;
	text-align: center;
	transition: all 0.3s;
}

.admission .L2 .menu li:hover a {
	transform: scale(0.9, 0.9);
}

.admission .L2 .menu li a img {
	display: block;
	width: 80px;
	margin-bottom: 10px;
}





.table_s {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
}

.table_s .center {
	text-align: center !important;
}

.table_s .left {
	text-align: left !important;
}

.table_s table {
	width: 100%;
	border-collapse: collapse;

}

.table_s tr:not(:last-of-type) {
	border-bottom: #57834e solid 4px;
	transition: all 0.3s;
}


.table_s tr:hover {
	filter: brightness(1.1);
}

.table_s tr th {
	padding: 10px 20px;
	color: #334f28;
	background: #a3bd31;
	text-align: center;
}

.table_s tr td {
	padding: 10px 20px;
	background: #3f6537;
}

@media (max-width: 767px) {
	.table_s table {}

	.table_s tr {
		display: block;
	}

	.table_s tr th {
		width: 100% !important;
		display: block;
	}

	.table_s tr td {
		text-align: center;
		display: block;
	}
}



.table_s2 {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
}

.table_s2 .center {
	text-align: center !important;
}

.table_s2 .left {
	text-align: left !important;
}

.table_s2 table {
	width: 100%;
	border-collapse: collapse;

}

.table_s2 tr:not(:last-of-type) {
	border-bottom: #57834e solid 4px;
	transition: all 0.3s;
}

.table_s2 tr:hover {
	filter: brightness(1.1);
}

.table_s2 tr th {
	padding: 10px 20px;
	color: #334f28;
	background: #a3bd31;
	text-align: center;
}

.table_s2 tr td {
	padding: 10px 20px;
	background: #3f6537;
}




.admission .links {}

.admission .links h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.admission .links ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

.admission .links ul li {
	border-bottom: #ccc dotted 1px;
}

.admission .links ul li a {
	display: flex;
	align-items: center;
	color: #fff;
	gap: 15px;
	padding: 10px 0;
}

.admission .links ul li:hover a {
	color: #a3bd31;
}





.admission .L3 {
	padding: 100px 20px;
	background: url(../index_10.png) no-repeat center top, #f1cb61;
	background-size: cover;
}


.table_s.s02 tr:not(:last-of-type) {
	border-bottom: #f0c85b solid 4px;
}

.table_s.s02 tr th {
	color: #7b5b15;
	background: #f7e37f;
}

.table_s.s02 tr td {
	color: #fff;
	background: #cb9635;
}









.admission .links.s02 ul li {
	border-bottom: #fff dotted 1px;
}

.admission .links.s02 ul li a {
	color: #333;
}

.admission .links.s02 ul li:hover a {
	color: #ab6f00;
}



.table_s2.s03 {
	overflow-x: auto;
}

.table_s2.s03 table {
	min-width: 800px;
}

.table_s2.s03 tr:not(:last-of-type) {
	border-bottom: none;
	transition: all 0.3s;
}

.table_s2.s03 tr th {
	border: #57834e solid 4px;
	border-top: none;
}

.table_s2.s03 tr td {
	text-align: center;
	background: #3f6537;
	border: #57834e solid 4px;
}

.table_s2.s03 tr th:first-of-type {
	border-top-left-radius: 20px;
}

.table_s2.s03 tr th:last-of-type {
	border-top-right-radius: 20px;
}

.table_s2 ol li {
	border: none;
}


.admission .L4 {
	position: relative;
	color: #fff;
	padding: 100px 20px;
	background: url(../index_08.jpg) no-repeat center;
	background-size: cover;
}

.admission .L4::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(51, 79, 40, 0.8);
}

.admission .L4 .container {
	position: relative;
	z-index: 2;
}

.admission .L4 ol li {
	border-bottom: #999 dotted 1px;
}








/* 系上活動 */

.time_but {
	margin: 0;
	padding: 60px 0 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	gap: 10px;
}

.time_but li {}

.time_but li a {
	display: block;
	padding: 8px 20px;
	color: #333;
	border-radius: 30px;
}

.time_but li:nth-of-type(1) a {
	background: rgba(5, 122, 190, 0.2);
}

.time_but li:nth-of-type(2) a {
	background: rgba(35, 167, 190, 0.2);
}

.time_but li:nth-of-type(3) a {
	background: rgba(35, 190, 125, 0.2);
}

.time_but li:nth-of-type(4) a {
	background: rgba(87, 182, 68, 0.2);
}

.time_but li:nth-of-type(5) a {
	background: rgba(167, 190, 35, 0.2);
}

.time_but li:nth-of-type(6) a {
	background: rgba(204, 164, 53, 0.2);
}

.time_but li:nth-of-type(7) a {
	background: rgba(218, 136, 82, 0.2);
}

.time_but li:nth-of-type(8) a {
	background: rgba(226, 140, 114, 0.2);
}

.time_but li:nth-of-type(9) a {
	background: rgba(90, 135, 185, 0.2);
}

.time_but li:nth-of-type(10) a {
	background: rgba(121, 89, 197, 0.2);
}





/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
	padding-left: 40px;
	position: relative;
}

.timeline-item:last-child {
	padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
	white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
}

.timeline-marker::before {
	background: #FF6B6B;
	border: 3px solid transparent;
	border-radius: 100%;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker::after {
	content: "";
	width: 3px;
	background: #CCD5DB;
	display: block;
	position: absolute;
	top: 24px;
	bottom: 0;
	left: 6px;
}

.timeline-item.last .timeline-marker:after {
	content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
	background: transparent;
	border: 3px solid #FF6B6B;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
	padding-bottom: 40px;
}

.timeline-content p:last-child {
	margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
	padding: 0;
}

.period .timeline-info {
	display: none;
}

.period .timeline-marker:before {
	background: transparent;
	content: "";
	width: 15px;
	height: auto;
	border: none;
	border-radius: 0;
	top: 0;
	bottom: 30px;
	position: absolute;
	border-top: 3px solid #CCD5DB;
	border-bottom: 3px solid #CCD5DB;
}

.period .timeline-marker.top:before {
	content: "";
	border-top: none;
}

.period .timeline-marker:after {
	content: "";
	height: 32px;
	top: auto;
}

.period .timeline-content {
	padding: 40px 0 70px;
}

.period .timeline-title {
	margin: 0;
}

.example-centered > div{
	width: 100%;
}



/*----------------------------------------------
	  MOD: TIMELINE SPLIT
 ----------------------------------------------*/
@media (min-width: 768px) {

	.timeline-split .timeline,
	.timeline-centered .timeline {
		display: table;
	}

	.timeline-split .timeline-item,
	.timeline-centered .timeline-item {
		display: table-row;
		padding: 0;
	}

	.timeline-split .timeline-info,
	.timeline-centered .timeline-info,
	.timeline-split .timeline-marker,
	.timeline-centered .timeline-marker,
	.timeline-split .timeline-content,
	.timeline-centered .timeline-content,
	.timeline-split .period .timeline-info {
		display: table-cell;
		vertical-align: top;
	}

	.timeline-split .timeline-marker,
	.timeline-centered .timeline-marker {
		position: relative;
	}

	.timeline-split .timeline-content,
	.timeline-centered .timeline-content {
		padding-left: 30px;
	}

	.timeline-split .timeline-info,
	.timeline-centered .timeline-info {
		padding-right: 30px;
	}

	.timeline-split .period .timeline-title,
	.timeline-centered .period .timeline-title {
		position: relative;
		left: -45px;
	}
}

/*----------------------------------------------
	  MOD: TIMELINE CENTERED
 ----------------------------------------------*/
@media (min-width: 992px) {

	.timeline-centered,
	.timeline-centered .timeline-item,
	.timeline-centered .timeline-info,
	.timeline-centered .timeline-marker,
	.timeline-centered .timeline-content {
		display: block;
		margin: 0;
		padding: 0;
	}

	.timeline-centered .timeline-item {
		padding: 0 0 80px;
		overflow: hidden;
	}

	.timeline-centered .timeline-marker {
		position: absolute;
		left: 50%;
		margin-left: -7.5px;
	}

	.timeline-centered .timeline-info,
	.timeline-centered .timeline-content {
		width: 50%;
	}

	.timeline-centered>.timeline-item:nth-child(odd) .timeline-info {
		float: left;
		text-align: right;
		padding-right: 30px;
	}

	.timeline-centered>.timeline-item:nth-child(odd) .timeline-content {
		float: right;
		text-align: left;
		padding-left: 30px;
	}

	.timeline-centered>.timeline-item:nth-child(even) .timeline-info {
		float: right;
		text-align: left;
		padding-left: 30px;
	}

	.timeline-centered>.timeline-item:nth-child(even) .timeline-content {
		float: left;
		text-align: right;
		padding-right: 30px;
	}

	.timeline-centered>.timeline-item:nth-child(odd) .timeline-content .con,
	.timeline-centered>.timeline-item:nth-child(even) .timeline-content .con {
		position: relative;
		display: flex;
		padding: 40px 40px;
		gap: 20px;
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.4);
	}

	.timeline-centered>.timeline-item:nth-child(odd) .timeline-content .con {
		flex-flow: row-reverse;
	}

	.timeline-centered>.timeline-item:nth-child(odd) .timeline-content .con::before,
	.timeline-centered>.timeline-item:nth-child(even) .timeline-content .con::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: -8px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 0 10px 12px;
		border-color: transparent transparent transparent #ffffff;
	}

	.timeline-centered>.timeline-item:nth-child(odd) .timeline-content .con::before {
		right: auto;
		left: -8px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 12px 10px 0;
		border-color: transparent #ffffff transparent transparent;
	}

	.timeline-centered>.timeline-item:nth-child(odd) .timeline-content .con section:nth-of-type(1),
	.timeline-centered>.timeline-item:nth-child(even) .timeline-content .con section:nth-of-type(1) {
		width: 160px;
	}

	.timeline-centered>.timeline-item:nth-child(odd) .timeline-content .con section:nth-of-type(2),
	.timeline-centered>.timeline-item:nth-child(even) .timeline-content .con section:nth-of-type(2) {
		flex: 1;
	}

	.timeline-centered>.timeline-item .timeline-content .con img {
		aspect-ratio: 1/1;
		object-fit: cover;
		border-radius: 4px;
	}

	.timeline-centered>.timeline-item.period .timeline-content {
		float: none;
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.timeline-centered .timeline-item.period {
		padding: 50px 0 90px;
	}

	.timeline-centered .period .timeline-marker:after {
		height: 30px;
		bottom: 0;
		top: auto;
	}

	.timeline-centered .period .timeline-title {
		left: auto;
	}
}




.period .timeline-title {
	padding: 8px 20px;
	border-radius: 30px;
}

#a1 .period .timeline-title {
	background: rgba(5, 122, 190, 0.2);
}
#a2 .period .timeline-title {
	background: rgba(35, 167, 190, 0.2);
}
#a3 .period .timeline-title {
	background: rgba(35, 190, 125, 0.2);
}
#a4 .period .timeline-title {
	background: rgba(87, 182, 68, 0.2);
}
#a5 .period .timeline-title {
	background: rgba(167, 190, 35, 0.2);
}
#a6 .period .timeline-title {
	background: rgba(204, 164, 53, 0.2);
}
#a7 .period .timeline-title {
	background: rgba(218, 136, 82, 0.2);
}
#a8 .period .timeline-title {
	background: rgba(226, 140, 114, 0.2);
}
#a9 .period .timeline-title {
	background: rgba(90, 135, 185, 0.2);
}
#a10 .period .timeline-title {
	background: rgba(121, 89, 197, 0.2);
}





/*----------------------------------------------
	  MOD: MARKER OUTLINE
 ----------------------------------------------*/
.marker-outline .timeline-marker:before {
	background: transparent;
	border-color: #FF6B6B;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
	background: #FF6B6B;
}



.title04{
	position: relative;
}
.title04::before{
	content: "";
	width: 26px;
	height: 4px;
	display: block;
	position: absolute;
	top: 15px;
	left: -36px;
	background: #a7c53f;
}


/* 課程介紹 */

.classlist {
	margin: 0;
	padding: 60px 0;
	list-style: none;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.classlist li {
	text-align: center;
	padding: 30px;
	border: #ccc solid 1px;
	border-radius: 6px;
}

.classlist li .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.classlist li .icon img {
	max-width: 200px;
}

.classlist li h4 {
	margin-bottom: 30px;
}

.classlist li p {}


@media (max-width: 767px) {
	.classlist {
		grid-template-columns: 1fr;
	}
}



/*特色課程區*/
.admission.s02 .clist01{
	margin:60px 0;
	padding: 0;
	list-style: none;

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:60px 80px ;
}
.admission.s02 .clist01 li{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.admission.s02 .clist01 li .pic{
	overflow: hidden;
	border-radius: 8px;
	border: 6px solid #ebd076;
}
.admission.s02 .L3 .clist01 li .pic{
	border: 6px solid #fff;
}
.admission.s02 .clist01 li img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 2/1;
}
.admission.s02 .clist01 h3{
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.admission.s02 .clist01{
		grid-template-columns: 1fr;
	}
}






.table_s2.s04{
	color: #fff;
	overflow-x: auto;
}
.table_s2.s04 table{
	min-width: 800px;
}
.table_s2.s04 table tr{
	border: none;
}
.table_s2.s04 table tr:hover {
	filter: none;
}
.table_s2.s04 table tr td{
	border: #f5f5f5 solid 2px;
}
.table_s2.s04 table tr:nth-of-type(even) td{
	background: #4c7b42;
}




/*職涯發展*/

.admission .joblist{
	margin:40px 0;
	padding: 0;
	list-style: none;

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:40px 60px;
}
.admission .joblist li{}
.admission .joblist li i{
	margin-right: 10px;
}
.admission .joblist li h5{
	color: #fff;
	padding: 10px 30px;
	background: #a7c53f;
	border-radius: 20px;
}
.admission .joblist li p{
	padding: 0 30px;
}

@media (max-width: 767px) {
	.admission .joblist{
		grid-template-columns: 1fr;
	}
}













