@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700|Raleway:400,500,600|Roboto:400,500,900&display=swap);
.mainArea .leftBox {
	float: left;
	width: 13%
}
.mainArea .leftBox .classBox {
	padding: 0
}
.mainArea .rightBox {
	float: left;
	width: calc(74% - 150px);
	padding: 0;
	margin-left: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.mainArea.ins {
	padding-bottom: 0
}
.mainArea.ins .rightBox {
	padding-left: 50px;
	padding-bottom: 70px;
	border-left: 1px solid #e5e5e5
}
.newsBox {
	position: relative;
	padding-top: 550px
}
.newsList {
	margin: 0 -25px
}
.newsList li {
	padding: 35px 25px
}
.newsList li:first-of-type {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
.newsList li:first-of-type .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.newsList li:first-of-type .Img {
	position: relative;
	width: 53%;
	overflow: visible
}
.newsList li:first-of-type .Img:before {
	content: "";
	position: absolute;
	bottom: -25px;
	right: -25px;
	width: 280px;
	height: 200px;
	border-bottom: 25px solid #2378c0;
	border-right: 25px solid #2378c0
}
.newsList li:first-of-type .Img img {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}
.newsList li:first-of-type .Txt {
	width: 47%;
	padding: 75px 75px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif
}
.newsList li:first-of-type .Txt p {
	font-size: 15px;
	font-weight: 300;
	color: #666666;
	line-height: 1.8;
	height: auto;
	height: 82px
}
.newsList li:first-of-type h3 {
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 400
}
.newsList li:first-of-type h3 a {
	color: #111
}
.newsList li:first-of-type h3 a:hover {
	color: #2378c0
}
.newsList li:first-of-type .moreBtn {
	margin-top: 40px
}
.newsList li:first-of-type .shareBox {
	margin: 0;
	position: absolute;
	bottom: 0;
	display: block
}
.newsList .Img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.newsList .Txt {
	padding: 35px 70px 0 0;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif
}
.newsList .Txt p {
	font-size: 15px;
	font-weight: 300;
	color: #666666;
	line-height: 1.8;
	height: 55px
}
.newsList h3 {
	margin-bottom: 5px;
	font-size: 19px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.newsList h3 a {
	color: #111
}
.newsList h3 a:hover {
	color: #2378c0
}
.newsList .shareBox {
	display: none
}
.newsDate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	height: 18px
}
.newsDate strong {
	font-size: 14px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	color: #888
}
.newsDate span {
	display: inline-block;
	margin: 0 5px;
	color: #888
}
.newIcon {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #2378c0;
	line-height: 1
}
.moreBtn {
	margin-top: 30px
}
.moreBtn a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
	color: #999;
	letter-spacing: .5px;
	padding-right: 15px
}
.moreBtn a:hover {
	color: #2378c0
}
.moreBtn a:hover:before {
	border-color: #2378c0
}
.moreBtn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 3px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-animation: moreBtn 1.2s infinite ease-in;
	animation: moreBtn 1.2s infinite ease-in
}
@-webkit-keyframes moreBtn {
	0% {
		right: 3px;
		opacity: 1
	}
	80% {
		right: -4px;
		opacity: 1
	}
	to {
		right: -4px;
		opacity: 0
	}
}
@keyframes moreBtn {
	0% {
		right: 3px;
		opacity: 1
	}
	80% {
		right: -4px;
		opacity: 1
	}
	to {
		right: -4px;
		opacity: 0
	}
}
.shareBox {
	margin-top: 60px
}
.shareBox .share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.shareBox .share b {
	margin-right: 15px;
	font-size: 14px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	color: #888888
}
.shareBox .share a {
	margin: 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	font-size: 18px;
	color: #888
}
.shareBox .share a:hover {
	color: #2378c0
}
.shareBox .share a:hover svg {
	fill: #2378c0
}
.shareBox .share svg {
	fill: #888;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.textEditor {
	letter-spacing: 0.5px;
	color: #666
}
.titleArea {
	margin-bottom: 50px
}
.titleArea h1 {
	margin-bottom: 5px;
	font-size: 38px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #111111;
	overflow: hidden
}
.titleArea h1 strong {
	display: block;
	font-weight: 400
}
.titleArea h1 b {
	margin-left: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #a3a3a3
}
.titleArea .btn-fb {
	float: left
}
.titleArea a.back {
	float: right;
	display: block;
	margin-left: 5px;
	font-size: 10pt;
	color: #06F;
	cursor: pointer
}
.relatedArea {
	padding: 65px 0 85px;
	border-top: 1px solid #e5e5e5
}
.relatedArea .wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.relatedArea .contentBox {
	position: relative;
	padding-left: calc(13% + 75px);
	width: calc(74% - 150px)
}
.relatedArea .selectBox {
	position: absolute;
	top: 0;
	right: -6px;
	font-size: 0
}
.relatedArea .selectBox>div {
	cursor: pointer;
	margin: 0 6px;
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #f3f3f3;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.relatedArea .selectBox>div:hover {
	background-color: #2378c0
}
.relatedArea .selectBox>div:hover:before {
	border-color: #fff
}
.relatedArea .selectBox .prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 24px;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #111;
	border-left: 2px solid #111;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.relatedArea .selectBox .next:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.side_news ul {
	margin: 0 -25px
}
.side_news li {
	padding: 5px 25px
}
.side_news .Txt {
	padding: 30px 70px 0 0;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif
}
.side_news .Txt p {
	font-size: 15px;
	font-weight: 300;
	color: #666666;
	line-height: 1.8;
	height: 55px
}
.side_news h3 {
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.side_news h3 a {
	font-size: 19px;
	font-weight: 500;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #111111
}
.backToList a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 90px;
	font-size: 15px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #fff;
	background-color: #111
}
.backToList span {
	margin-left: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%);
	background-image: -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%);
	background-image: linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%);
	background-size: 4px 4px;
	background-position: 0 0, 8px 0, 16px 0, 0 8px, 8px 8px, 16px 8px, 0 16px, 8px 16px, 16px 16px
}
.ins_hide .contactArea, .ins_hide footer {
	display: none
}
@media (max-width:1500px) {
	.mainArea .rightBox {
		width: 70%
	}
	.newsList .Txt {
		padding: 20px 40px 0 0
	}
	.newsBox {
		padding-top: 450px
	}
	.relatedArea .contentBox {
		width: 70%
	}
}
@media (max-width:1180px) {
	.mainArea .leftBox {
		width: 215px
	}
	.mainArea .rightBox {
		width: calc(100% - 245px);
		margin-left: 30px
	}
	.newsList {
		margin: 0
	}
	.newsList li {
		padding: 20px 10px
	}
	.newsList li:first-of-type .Txt {
		padding: 20px 50px 30px
	}
	.newsList .Txt {
		padding: 10px 0
	}
	.relatedArea .contentBox {
		padding-left: 245px;
		width: calc(100% - 245px)
	}
	.side_news ul {
		margin: 0 -10px
	}
	.side_news li {
		padding: 5px 10px
	}
	.side_news .Txt {
		padding: 10px 0
	}
}
@media (max-width:1023px) {
	.newsBox {
		padding-top: 620px
	}
	.newsList li:first-of-type {
		padding: 10px
	}
	.newsList li:first-of-type .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.newsList li:first-of-type .Img {
		width: 400px
	}
	.newsList li:first-of-type .Img:before {
		bottom: -15px;
		right: -15px
	}
	.newsList li:first-of-type .Txt {
		width: 100%;
		padding: 30px 100px 30px 0
	}
}
@media (max-width:960px) {
	.mainArea .leftBox {
		width: 180px
	}
	.mainArea .rightBox {
		width: calc(100% - 210px)
	}
}
@media (max-width:766px) {
	.mainArea .leftBox, .mainArea .rightBox {
		float: none;
		width: 100%
	}
	.mainArea .rightBox {
		margin-left: 0
	}
	.mainArea.ins .rightBox {
		padding-top: 30px;
		padding-left: 0;
		border: none
	}
	.newsBox {
		padding-top: 30px
	}
	.newsList li:first-of-type {
		position: relative
	}
	.newsList li:first-of-type .Img {
		width: 100%
	}
	.newsList li:first-of-type .Txt {
		padding: 30px 0;
		width: 100%
	}
	.relatedArea .contentBox {
		padding-left: 0;
		width: 100%
	}
}
@media (max-width:640px) {
	.relatedArea .selectBox {
		top: 20px;
		right: -10px
	}
	.relatedArea .selectBox>div {
		width: 50px;
		height: 50px
	}
	.relatedArea .selectBox .prev:before {
		left: 19px
	}
	.relatedArea .selectBox .next:before {
		right: 19px
	}
}
@media (max-width:480px) {
	.newsList li:first-of-type .Img:before {
		width: 170px;
		height: 120px
	}
}