@charset "UTF-8";

.mainArea {
	padding-bottom: 120px;
}

.titleBox {
	margin-bottom: 50px;
}

.titleBox h2 {
	font-size: 34px;
}

.contentBox {
	position: relative;
	min-height: 450px;
	padding: 0 25px;
}

.topBox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.topBox .leftBox {
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: calc(100% - 780px);
}

.topBox .rightBox {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	width: 760px;
	margin-left: 20px;
}

.csr_slide_album img, .indexDownloadList img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.csrDataList, .indexCsrList {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.csrDataList > li:nth-child(-n+3) {
	width: 33.33%;
}
.csrDataList > li {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 50%;
	min-height: 150px;
	padding: 10px;
	box-sizing: border-box;
}

.csrDataList > li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	pointer-events: none;
	border: 1px solid #ecf2f6;
}

.csrDataBox + p {
	text-align: center;
}

.csrDataList .title {
	margin-top: 15px;
}

.csrDataList .num {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 400;
	color: #14375b;
	font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}
.csrDataList .unit {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	color: #707070;
}

.centerBox.show, .bottomBox.show, .csrTextEditor.show, .articleTitle.show, .indexDownloadList .current h3, .indexDownloadList .current .downloadBtnBox {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

.centerBox, .bottomBox, .articleTitle, .csrTextEditor, .indexDownloadList h3, .downloadBtnBox {
	-webkit-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	        transform: translateY(20px);
	opacity: 0;
	transition: all .5s ease-out;
}

.centerBox, .bottomBox {
	margin-top: 50px;
}

.indexCsrList > li {
	width: 20%;
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;
}

.indexCsrList .Img img {
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
}

.indexCsrList h2 {
	font-size: 16px;
	font-weight: 400;
	color: #161616;
	font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;	
}

.indexCsrList ul a {
	position: relative;
	display: block;
	padding: 5px 5px 5px 16px;
}

.indexCsrList ul a:hover::before {
	width: 0;
}

.indexCsrList ul a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 8px;
	height: 1px;
	margin-top: -1px;
	background-color: #14375b;
	transition: all .5s ease-out;
}

.bottomBox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-left: -20px;
	margin-right: -20px;
}

.bottomBox .leftBox, .bottomBox .rightBox {
	position: relative;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.bottomBox .leftBox .rectMoreBtn {
	position: absolute;
	right: 20px;
	bottom: 0;
	z-index: 1;
}

.bottomBox .rightBox .rectMoreBtn {
	margin-top: 20px;
}

.indexDownloadList .item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.indexDownloadList .Img {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	width: 300px;
	margin-right: 20px;
	line-height: 0;
}

.indexDownloadList .Txt {
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: calc(100% - 320px);
}

.downloadBtnBox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	transition-delay: .3s;
}
.downloadBtnBox a {
	margin-right: 10px;
	font-size: 35px;
	color: #14375b;
}
.fileSize {
	color: #a5a5a5;
}

.btnStyle03 a {
  display: inline-block;
  font-size: 13px;
  color: #c1a367;
  letter-spacing: .05em;
  transition: all .5s;
}

.btnStyle03 a:hover {
  color: #2e363a;
}

.btnStyle03 a:hover i svg path {
  fill: #2e363a !important;
}

.btnStyle03 i {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin-left: 8px;
}

.btnStyle03 i svg {
  width: 100%;
  height: 100%;
}

.btnStyle03 i svg path {
  transition: all .5s;
}

.newsDate {
  /*發布日期*/
  font-size: 15px;
  color: #9a9a9a;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 12px;
}

.newsDate strong {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.newsDate strong i {
  margin-right: 2px;
  font-size: 14px;
  color: #AE4233;
}

.newsDate b {
  margin-left: 3px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.newIcon {
  /*分類小圖示*/
  padding: 4px 18px;
  margin-right: 6px;
  display: inline-block;
  font-family: 新細明體;
  font-size: 13px;
  font-weight: normal;
  color: #FFF;
}

.indexNewsList li {
	min-height: 110px;
}

.indexNewsList h3 a {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
  color: #14375b;
  letter-spacing: .05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indexNewsList h3 a:hover {
  /*訊息標題滑過效果*/
  color: #c1a367;
}


h1.articleTitle {
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 24px;
	font-weight: 300;
	border-bottom: none;
}

.downloadList li + li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ecf2f6;
}

.downloadList .item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.downloadList .Img {
	width: 150px;
	margin-right: 20px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	line-height: 0;
}

.downloadList .Img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.downloadList .Txt {
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: calc(100% - 170px);
}

.downloadList h3 a, .csrDataList .title, .indexDownloadList h3 {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 400;
	color: #161616;
	font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.downloadList h3 a:hover {
	color: #14375b;
}

.downloadList p {
	font-size: 13px;
	color: #747474;
	line-height: 20px;
	letter-spacing: .05em;
	max-height: 60px;
}

.csrNewsList {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.csrNewsList > li {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 27px;
	box-sizing: border-box;
}


.csrNewsList .item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.csrNewsList .Img {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	width: 170px;
	margin-right: 10px;
}

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

.csrNewsList .Txt {
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

@media (max-width: 1880px) {
	.side_menu a.hasList::before {
		right: 10%;
	}
}

@media (max-width: 1180px) {
	.bottomBox {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
	}
	.bottomBox .leftBox, .bottomBox .rightBox {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.bottomBox .rightBox {
		margin-top: 30px;
	}
	.indexCsrList > li {
		width: 25%;
	}
}

@media (max-width: 1180px) and (min-width: 769px) {
	.topBox .leftBox {
		width: calc(35% - 20px);
	}
	.topBox .rightBox {
		width: 65%;
	}
}

@media (max-width: 768px) {
	.topBox .leftBox {
		display: none;
	}
	.topBox .rightBox {
		width: 100%;
		margin-left: 0;
	}
	.contentBox {
		padding-left: 0;
		padding-right: 0;
	}
	.indexCsrList > li {
		width: 33.33%;
	}
}

@media (max-width: 640px) {
	.indexCsrList > li {
		width: 50%;
	}
	.indexDownloadList .item {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.indexDownloadList .Img {
		margin-right: 0;
	}
	.indexDownloadList .Txt {
		width: 100%;
		margin-top: 20px;
	}
	.bottomBox .leftBox .rectMoreBtn {
		position: static;
		margin-top: 20px;
	}
	.csrNewsList {
		margin-left: 0;
		margin-right: 0;
	}
	.csrNewsList > li {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 480px) {
	.downloadList .Img {
		width: 100px;
		margin-right: 10px;
	}
	.downloadList .Txt {
		width: calc(100% - 110px);
	}
	.downloadList p {
		height: 40px;
	}
	.downloadList h3 a, .csrDataList .title, .indexDownloadList h3 {
		font-size: 18px;
	}
	.csrDataList > li, .csrDataList > li:nth-child(-n+3) {
		width: 100%;
		min-height: auto;
	}
}

@media (max-width: 400px) {
	.indexCsrList {
		margin-left: 0;
		margin-right: 0;
	}
	.indexCsrList > li {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}


.csrIndexVideoBox {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}

.videoLeftItemList, .videoRightItemList {
	position: absolute !important;
	top: 0;
	z-index: -1;
	max-width: 1150px;
	opacity: .5;
	pointer-events: none;
}

.videoLeftItemList {
	right: 100%;
}
.videoRightItemList {
	left: 100%;
}

.videoItemList {
	box-shadow: 0 0 27px rgba(0, 0, 0, .1);
}

.videoItemList .item, .videoLeftItemList .item, .videoRightItemList .item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.videoItemList .Img, .videoLeftItemList .Img, .videoRightItemList .Img {
	width: calc((650 / 1050) * 100%);
}

.videoItemList .Img a, .videoLeftItemList .Img a, .videoRightItemList .Img a {
	position: relative;
	display: block;
	height: 100%;
}

.videoItemList .Img a::before {
	content: '\f04b';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 68px;
	height: 68px;
	margin-top: -34px;
	margin-left: -34px;
	font-family: FontAwesome;
	color: #fff;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, .3);
	border-radius: 50%;
	box-sizing: border-box;
}

.videoItemList .Img img, .videoLeftItemList .Img img, .videoRightItemList .Img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.videoItemList .Txt, .videoLeftItemList .Txt, .videoRightItemList .Txt {
	width: calc((400 / 1050) * 100%);
	padding: 65px 20px 55px;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}

.videoItemList h3, .videoLeftItemList h3, .videoRightItemList h3 {
	font-size: 28px;
	color: #000;
}
.videoItemList h3::after, .videoLeftItemList h3::after, .videoRightItemList h3::after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	margin: 25px auto 20px;
	background-color: #b4894c;
}

.videoItemList p, .videoLeftItemList p, .videoRightItemList p {
	height: 150px;
	line-height: 1.8;
}

.videoItemList .btnBox, .videoLeftItemList .btnBox, .videoRightItemList .btnBox {
	margin-top: 60px;
}

.csrPrevArrow, .csrNextArrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	background-color: #14375b;
}

.csrPrevArrow {
	left: -20px;
}

.csrPrevArrow::before {
	content: '\f104';
	font-family: FontAwesome;
}

.csrNextArrow {
	right: -20px;
}

.csrNextArrow::before {
	content: '\f105';
	font-family: FontAwesome;
}


.csrVideoBtn {
	display: block;
	width: 200px;
	height: 55px;
	line-height: 55px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	color: #686868;
	box-shadow: 0 0 7px rgba(0, 0, 0, .1);
}

.csrVideoBtn:hover {
	color: #fff;
	background-color: #14375b;
}

.csrQuickLinkList {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 80px;
}

.csrQuickLinkList > li {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.csrQuickLinkList .item {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0 0 27px rgba(0, 0, 0, .1);
	transition: all .4s ease-out;
}

.csrQuickLinkList .item:hover {
	background-color: #14375b;
}

.csrQuickLinkList .item:hover h2 {
	color: #fff;
}

.csrQuickLinkList .item:hover svg {
	fill: #fff;
}

.csrQuickLinkList .item > a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.csrQuickLinkList h2 {
	margin-top: 15px;
	color: #000;
	font-weight: 400;
	transition: all .4s ease-out;
}

.csrQuickLinkList h2::after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #b4894c;
}

.csrCommunityList {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 1;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.csrCommunityList > li {
	border: 3px solid #e8e8e8;
	border-radius: 50%;
	overflow: hidden;
	transform: translateY(-10px);
	opacity: 0;
	pointer-events: none;
	transition: all .4s ease-out;
}
.csrCommunityList > li + li {
	margin-left: 7px;
}

.csrCommunityList a {
	flex-shrink: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #fff;
}

.csrFbBtn {
	background-color: #3d5a98;
}

.csrYTBtn {
	background-color: #c62326;
}

.csrDTBtn, .csrProjectBtn {
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.csrDTBtn {
	background-image: url('../images/csrDTBg.png');
}

.csrProjectBtn {
	background-image: url('../images/csrProjectBg.jpg');
}

.csrQuickLinkList svg {
	fill: #1d3f61;
	transition: all .4s ease-out;
}

.csrIndexContactBtn svg {
	width: 38px;
	height: 26px;
}

.csrIndexOnlineFormBtn svg {
	width: 31px;
	height: 38px;
}

.csrIndexSitemapBtn svg {
	width: 46px;
	height: 41px;
}

.csrCommunityBtn {
	cursor: pointer;
}

.csrCommunityBtn.open .item {
	background-color: #14375b;
}

.csrCommunityBtn.open .item h2 {
	color: #fff;
}

.csrCommunityBtn.open .item svg {
	fill: #fff;
}

.csrCommunityBtn.open .csrCommunityList > li {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

.csrCommunityBtn.open .csrCommunityList > li:nth-child(2) {
	transition-delay: .2s;
}
.csrCommunityBtn.open .csrCommunityList > li:nth-child(3) {
	transition-delay: .3s;
}
.csrCommunityBtn.open .csrCommunityList > li:nth-child(4) {
	transition-delay: .4s;
}

.csrCommunityBtn svg {
	width: 38px;
	height: 38px;
}

.slickBarDots {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 500px;
	width: 100%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.slickBarDots::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 5px;
	margin-top: -2.5px;
	box-shadow: inset 0 0 0 1px #dadada; 
}

.slickBarDots li {
	flex-grow: 1;
}

.slickBarDots .slick-active button {
	background-image: linear-gradient(to right, #14375b, #14375b);
}

.slickBarDots button {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0;
	outline: none;
	border: none;
	font-size: 0;
	color: transparent;
	background-color: transparent;
	background-size: 100% 5px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	box-sizing: border-box;
	transition: all .4s ease-out;
}

@media (max-width: 1180px) {
	.csrIndexVideoBox {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.videoLeftItemList, .videoRightItemList {
		display: none !important;
	}
	.csrQuickLinkList {
		margin-bottom: 30px;
	}
}

@media (max-width: 960px) {
	.csrQuickLinkList > li {
		width: 50%;
		margin-bottom: 30px;
	}
	.slickBarDots {
		margin-top: 20px;
	}
}

@media (max-width: 860px) {
	.videoItemList .item {
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	}
	.videoItemList .Img img {
		height: auto;
	}
	.videoItemList .Img, .videoItemList .Txt {
		width: 100%;
	}

	.videoItemList .Txt {
		padding-top: 30px;
		padding-bottom: 30px;	
	}

	.videoItemList p {
		height: auto;
	}

	.videoItemList .btnBox {
		margin-top: 20px;
	}
}


@media (max-width: 480px) {
	.csrQuickLinkList > li {
		width: 100%;
		margin-bottom: 30px;
	}
	.csrQuickLinkList .item {
		height: 130px;
	}
}