@charset "UTF-8";
.rightBtn li, .item-list .title, .item-card, .item-card .date, .ind-header > .logo, .ind-header > .nav li, .ind-header .share li, .linkBlock__item, .department .item__div ul li, .definition .item-link {
	-webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.rightBtn {
	position: fixed;
	top: 26px;
	right: -52px;
	z-index: 20;
}

.rightBtn li {
	height: 50px;
	padding: 0 15px;
	color: #fff;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.rightBtn li i {
	width: 35px;
	height: 35px;
	font-size: 20px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.rightBtn li span {
	font-weight: 400;
}

.rightBtn li.reserve-btn {
	margin-bottom: 82px;
	padding-left: 30px;
	background: #E37930;
}

.rightBtn li.department-btn {
	background: #018790;
	-webkit-transform: rotate(90deg) translateX(20px);
	    -ms-transform: rotate(90deg) translateX(20px);
	        transform: rotate(90deg) translateX(20px);
}

@media only screen and (min-width: 1025px) {
	.rightBtn li:hover {
		background: #999;
	}
}

@media only screen and (max-width: 1024px) {
	.rightBtn {
		width: 100%;
		top: inherit;
		bottom: 0;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.rightBtn li {
		width: 50%;
		height: auto;
		padding: 5px 15px;
		-webkit-transform: rotate(0);
		    -ms-transform: rotate(0);
		        transform: rotate(0);
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.rightBtn li i {
		margin-right: 10px;
		-webkit-transform: rotate(0);
		    -ms-transform: rotate(0);
		        transform: rotate(0);
	}
	.rightBtn li.reserve-btn {
		margin-bottom: 0;
	}
	.rightBtn li.department-btn {
		background: #006a3e;
		-webkit-transform: rotate(0) translateX(0);
		    -ms-transform: rotate(0) translateX(0);
		        transform: rotate(0) translateX(0);
	}
}

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

.title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.3rem;
}

.title--xl {
	font-size: 46px;
	font-size: 2.875rem;
	line-height: 4.313rem;
}

.title--lg {
	font-size: 32px;
	font-size: 2rem;
	line-height: 3rem;
}

.title--md {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.25rem;
}

.title--xs {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.688rem;
}

@media only screen and (max-width: 1024px) {
	.title {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.688rem;
	}
	.title--xl {
		font-size: 38px;
		font-size: 2.375rem;
		line-height: 3.563rem;
	}
	.title--lg {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 2.625rem;
	}
	.title--md {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.875rem;
	}
	.title--xs {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.688rem;
	}
}

@media only screen and (max-width: 480px) {
	.title--xl {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 2.813rem;
	}
	.title--lg {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

.item-list {
	padding: 15px 20px;
	background: #f7f7f7;
	position: relative;
}

.item-list .title {
	margin-bottom: 10px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}

.item-list p {
	color: #777;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.item-list .timesBox > div {
	width: 50%;
}

.item-list .timesBox .btnbox {
	padding: 0;
	text-align: right;
}

.item-list .timesBox .btnbox .btn {
	width: auto;
	z-index: 11;
}

.date {
	color: #018790;
	font-family: "Noto Serif TC", serif;
	font-weight: 600;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.date i {
	margin-right: 10px;
	vertical-align: middle;
	font-size: 24px;
}

@media only screen and (min-width: 1025px) {
	.item-list:hover .title {
		color: #018790;
		-webkit-transform: translateX(3px);
		    -ms-transform: translateX(3px);
		        transform: translateX(3px);
	}
}

.item-card {
	position: relative;
}

.item-card .date {
	width: 130px;
	padding: 6px 15px;
	background: #018790;
	color: #fff;
	text-align: center;
}

.item-card > .title {
	margin-top: 10px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media only screen and (min-width: 1025px) {
	.item-card:hover {
		-webkit-transform: translateY(-5px);
		    -ms-transform: translateY(-5px);
		        transform: translateY(-5px);
	}
	.item-card:hover .date {
		background: #999;
	}
	.item-card:hover > .title {
		color: #018790;
	}
}

.default .sidebar {
	width: 200px;
}

.default__main {
	width: calc(100% - 200px);
	padding-left: 40px;
}

.default__main .title {
	font-weight: 600;
}

.default__main .title::before {
	margin-right: 10px;
	font-size: 30px;
	font-weight: normal;
	content: "\e918";
	font-family: 'icomoon';
	color: #018790;
}

.default__main .default-block {
	margin-top: 30px;
	padding: 0 30px;
}

.default__main .default-block h3 {
	margin-bottom: 15px;
	color: #006a3e;
	position: relative;
}

.default__main .default-block h3::before {
	display: none;
}

.default__main .default-block h3::after {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	width: 75%;
	height: 1px;
	background: #999;
}

.default__main .edit {
	margin: 20px 0;
}

.default__wrap {
	width: 90%;
	margin: 0 auto;
}

.default__wrap .title {
	font-weight: 600;
}

.default__wrap .title::before {
	margin-right: 10px;
	font-size: 30px;
	font-weight: normal;
	content: "\e918";
	font-family: 'icomoon';
	color: #018790;
}

@media only screen and (max-width: 1024px) {
	.default .sidebar, .default__main {
		width: 100%;
	}
	.default__main {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 768px) {
	.default__main {
		padding: 0;
	}
	.default__wrap {
		width: 100%;
	}
}

.ind-header {
	width: 270px;
	height: 100%;
	padding: 30px;
	background: #A3D6D9;
	position: fixed;
}

.ind-header > .logo {
	width: 210px;
	margin-bottom: 40px;
	position: relative;
}

.ind-header > .logo img {
	width: 100%;
	height: auto;
}

.ind-header > .nav {
	padding-left: 0;
}

.ind-header > .nav li {
	padding-left: 20px;
	margin-bottom: 15px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
}

.ind-header > .nav li a {
	color: #495057;
}

.ind-header > .nav li:last-child {
	margin-bottom: 0;
}

.ind-header .share {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0;
}

.ind-header .share li {
	width: 35px;
	height: 35px;
	margin: 0 10px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.ind-header .share li i {
	color: #fff;
	font-size: 20px;
}

.ind-header .share li.fb {
	background: #1877F2;
}

.ind-header .share li.mail {
	background: #018790;
}

@media only screen and (min-width: 1025px) {
	.ind-header > .logo:hover {
		-webkit-transform: scale(1.03);
		    -ms-transform: scale(1.03);
		        transform: scale(1.03);
	}
	.ind-header > .nav li:hover {
		padding-left: 30px;
	}
	.ind-header > .nav li:hover a {
		color: #000;
		font-weight: 400;
	}
	.ind-header .share li:hover {
		-webkit-transform: translateY(-5px);
		    -ms-transform: translateY(-5px);
		        transform: translateY(-5px);
	}
}

@media only screen and (max-width: 1024px) {
	.ind-header {
		display: none;
	}
}

.ind-main {
	width: calc(100% - 270px);
	margin-left: 270px;
}

@media only screen and (max-width: 1024px) {
	.ind-main {
		width: 100%;
		margin-left: 0;
	}
}

.block {
	margin-bottom: 50px;
}

.block .titlebox {
	width: 100%;
	margin-bottom: 20px;
	font-family: "Noto Serif TC", serif;
}

.block .titlebox .title--lg {
	color: #018790;
	font-weight: 800;
}

.block .titlebox .title--md {
	color: #777;
	font-weight: 600;
}

.newsBlock__left {
	width: calc(2px + ((100% - 6px) / 3 * 2));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
}

.newsBlock__left .img {
	width: 50%;
	background: #eee;
	position: relative;
	z-index: 0;
}

.newsBlock__left .img::before {
	position: absolute;
	left: calc(50% - 105px);
	top: calc(50% - 34px);
	width: 210px;
	height: 68px;
	content: url("../../images/logo.svg");
	opacity: 0.3;
	z-index: -1;
}

.newsBlock__left .img img {
	width: 100%;
	height: auto;
	display: block;
}

.newsBlock__left .item-list {
	width: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}

.newsBlock__left .item-list .title {
	white-space: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsBlock__right {
	width: calc(((100% - 6px) / 3 * 1));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
}

.newsBlock__right .item-list {
	padding: 5px 20px;
	position: relative;
	background: none;
}

.newsBlock__right .item-list p {
	-webkit-line-clamp: 2;
}

.newsBlock__right .item-list .timesBox > div {
	width: 100%;
}

.newsBlock__right .item-list .timesBox .date {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	position: relative;
}

.newsBlock__right .item-list .timesBox .date::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 40%;
	height: 1px;
	background: #d0d0d0;
	content: "";
}

@media only screen and (max-width: 1024px) {
	.newsBlock__left, .newsBlock__right {
		width: 100%;
	}
	.newsBlock__right {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.newsBlock__left .img, .newsBlock__left .item-list {
		width: 100%;
	}
	.newsBlock__left .img::before {
		display: none;
	}
}

.mediaBlock .item-card {
	width: calc(((100% - 90px) / 3 * 1));
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin: 0 15px;
}

.mediaBlock .item-card .img {
	min-height: 335px;
	width: 100%;
	position: relative;
	background: #eee;
	border-radius: 15px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	border-radius: 15px;
}

.mediaBlock .item-card .img::before {
	position: absolute;
	left: calc(50% - 105px);
	top: calc(50% - 34px);
	width: 210;
	height: 68px;
	content: url("../../images/logo.svg");
	opacity: 0.3;
	z-index: -1;
}

.mediaBlock .item-card .img img {
	width: 100%;
	height: auto;
	display: block;
}

.mediaBlock .item-card .img > .date {
	position: absolute;
	bottom: 30px;
	left: 0;
}

@media only screen and (max-width: 1440px) {
	.mediaBlock .item-card .img {
		min-height: 254px;
	}
}

@media only screen and (max-width: 1280px) {
	.mediaBlock .item-card .img {
		min-height: 218px;
	}
}

@media only screen and (max-width: 768px) {
	.mediaBlock .item-card {
		width: 100%;
		margin-bottom: 15px;
	}
	.mediaBlock .item-card:last-child {
		margin-bottom: 0;
	}
	.mediaBlock .item-card .img {
		min-height: 360px;
	}
}

@media only screen and (max-width: 480px) {
	.mediaBlock .item-card .img {
		min-height: 230px;
	}
}

.linkBlock {
	padding: 0 70px !important;
}

.linkBlock__item {
	padding: 0 15px;
	position: relative;
}

.linkBlock__item img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.linkBlock .slick-list .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.linkBlock .slick-arrow {
	position: absolute;
	top: calc(45% - 27.5px);
	width: 55px;
	height: 55px;
	background: #d0d0d0;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	z-index: 1;
}

.linkBlock .slick-arrow::before {
	font-size: 40px;
	line-height: 40px;
	font-family: 'icomoon';
	color: #fff;
}

.linkBlock .slick-arrow.prev {
	left: -10px;
}

.linkBlock .slick-arrow.prev::before {
	content: "\f108";
}

.linkBlock .slick-arrow.next {
	right: -10px;
}

.linkBlock .slick-arrow.next::before {
	content: "\f105";
}

.linkBlock .slick-dots {
	display: none !important;
}

@media only screen and (min-width: 1025px) {
	.linkBlock__item:hover {
		-webkit-transform: translateY(-3px);
		    -ms-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
}

.department .item {
	margin-bottom: 20px;
}

.department .item:last-child {
	margin-bottom: 0;
}

.department .item__img {
	width: 40%;
}

.department .item__img img {
	width: 100%;
	height: auto;
	display: block;
}

.department .item__div {
	width: 60%;
	padding: 15px 20px;
	background: #f7f7f7;
}

.department .item__div ul {
	margin-top: 15px;
}

.department .item__div ul li {
	width: calc(((100% - 30px) / 3 * 1));
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-bottom: 15px;
}

.department .item__div ul li::before {
	margin-right: 7px;
	font-size: 20px;
	content: "\e903";
	font-family: 'icomoon';
	color: #777;
}

.department .item__div ul li a {
	color: #777;
}

@media only screen and (min-width: 1025px) {
	.department .item__div ul li:hover {
		-webkit-transform: translateX(3px);
		    -ms-transform: translateX(3px);
		        transform: translateX(3px);
	}
	.department .item__div ul li:hover a {
		color: #000;
	}
}

@media only screen and (max-width: 768px) {
	.department .item__img, .department .item__div {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.department .item__div ul li {
		width: 100%;
	}
}

.definition .item-list {
	margin-bottom: 20px;
}

.definition .item-list .timesBox {
	width: 100%;
}

.definition .item-list:last-child {
	margin-bottom: 0;
}

.definition > .titeBox {
	padding: 0 20px 20px;
	border-bottom: 1px #d0d0d0 solid;
}

.definition > .titeBox .title {
	color: #018790;
	margin-bottom: 15px;
}

.definition > .titeBox .date {
	color: #777;
}

.definition .item-card {
	width: calc(((100% - 90px) / 3 * 1));
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	padding: 15px;
	background: #f7f7f7;
}

.definition .item-card .date {
	width: 100%;
}

.definition .item-card .date .title {
	padding-right: 10px;
}

.definition .item-card .date .title::before {
	content: "\e941";
	font-family: 'icomoon';
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
	display: inline-block;
}

.definition .item-card .date .title::after {
	content: "‧";
	margin-left: 10px;
}

.definition .item-card .title {
	font-weight: normal;
}

.definition .item-card .title::before {
	display: none;
}

.definition .pagination-box {
	width: 100%;
}

.definition > .title {
	width: 100%;
	font-weight: 600;
}

.definition > .title::before {
	margin-right: 10px;
	font-size: 30px;
	font-weight: normal;
	content: "\e918";
	font-family: 'icomoon';
	color: #018790;
}

.definition .item-link {
	width: calc(((100% - 120px) / 4 * 1));
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	position: relative;
}

.definition .item-link__img {
	height: 150px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

.definition .item-link__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.definition .item-link .title {
	display: block;
	text-align: center;
	font-weight: normal;
	color: #018790;
}

.definition .item-link .title::before {
	display: none;
}

@media only screen and (min-width: 1025px) {
	.definition .item-link:hover {
		-webkit-transform: translateY(-3px);
		    -ms-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
	.definition .item-link:hover .title {
		color: #777;
	}
}

@media only screen and (max-width: 768px) {
	.definition .item-card {
		width: calc(((100% - 60px) / 2 * 1));
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
	}
	.definition .item-link {
		width: calc(((100% - 90px) / 3 * 1));
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 640px) {
	.definition .item-card {
		width: 100%;
		margin: 0 0 15px;
	}
	.definition .item-link {
		width: calc(((100% - 40px) / 2 * 1));
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.definition .item-link__img {
		height: 90px;
	}
}

.contact {
	padding: 0 70px;
}

.contact > .title {
	width: 100%;
	margin-bottom: 20px;
}

.contact__info, .contact__form {
	width: 50%;
}

.contact__info .map iframe {
	width: 97%;
	height: 540px;
}

.contact__info .info {
	margin: 20px 0 0 0;
}

.contact__info .info .title {
	font-family: "Noto Sans TC", sans-serif;
	letter-spacing: 0.08rem;
}

.contact__info .info ul {
	margin: 20px 0 10px;
	padding: 0 40px;
}

.contact__info .info ul li {
	margin-bottom: 10px;
	color: #777;
}

.contact__info .info ul li::before {
	margin-right: 10px;
	color: #018790;
	font-size: 20px;
	font-family: 'icomoon';
	vertical-align: sub;
}

.contact__info .info ul li.tel::before {
	content: "\e917";
}

.contact__info .info ul li.add span {
	padding-left: 30px;
	display: block;
}

.contact__info .info ul li.add::before {
	content: "\e91a";
}

.contact__info .info ul li.mail::before {
	content: "\e943";
}

.contact__form {
	padding-left: 50px;
}

.contact__form .tips {
	margin: 10px 0 20px;
}

@media only screen and (max-width: 1024px) {
	.contact__info, .contact__form {
		width: 100%;
	}
	.contact__info {
		margin-bottom: 20px;
	}
	.contact__form {
		padding-left: 0;
	}
}

@media only screen and (max-width: 768px) {
	.contact {
		padding: 0 15px;
	}
}
