/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Noto Sans TC', sans-serif; overflow-x: hidden; }
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { box-sizing: border-box;}

.content-Box { max-width:1366px; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: 20px; line-height:36px; color: #333333; letter-spacing: 0.1rem; font-weight: 400; padding-top: 149px;}
#content p{ margin-bottom: 30px; margin-top: 0; font-size: 20px;line-height:36px;  font-weight: 400;}
p, td, li, label { font-size: 20px;line-height:36px;  font-weight: 400;}

.photo-fit img { object-fit: cover; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0;}

.photo {line-height: 0; height: 0; padding-bottom: 40%; overflow: hidden; position: relative; z-index: 1; margin-bottom: 0px;}
.imgCenter {position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; z-index: 2;}
.imgCenter img {max-height: 100%;}

.banner { position: relative;}
.banner-news { position: absolute;z-index: 3; top:15%; left: 10%; background: rgba(22,41,70,.4); padding: 50px 45px; color: #fff; max-width: 568px;}
.banner-news-title-1 { font-size: 26px; font-weight: 500; padding: 12px 0 20px 0; line-height: 110%; margin-bottom: 30px; border-bottom: 1px solid #fff;}
.banner-news-title-2 { font-size: 36px; font-weight: 500; padding: 0 0 25px 0; line-height: 130%;}
.banner-news-data { font-size: 20px; padding: 0 0 35px 0; line-height: 130%;}
.btn01 { display: block; border-radius: 0 10px 0px 10px; background: #fff; width: 140px; line-height: 50px; text-align: center; font-size: 15px; font-weight: 100; color: #333; border: 1px solid #d3d3d3;}
.btn01:hover { background: #cd161e; color: #fff; border: 1px solid #cd161e;}

.banner-bg { height: calc(100vh - 149px); background-position: top center; background-repeat: no-repeat; background-size: cover;}
.loop .owl-dots { }
.loop .owl-item {position: relative; }
.loop .owl-nav { position: absolute; top:calc(50% - 30px); width: 100%; z-index: 11;}
.loop .owl-prev, .loop .owl-next { position:absolute; z-index:100; top:calc(50% - 0px); background:none !important;}
.loop .owl-prev { left:30px; }
.loop .owl-next { right:30px;}
.loop .owl-prev:before, .loop .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 0.5;transition: all 0.4s ease-out 0s;width: 35px; height: 35px; background-size: contain; display: block; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff;}
.loop .owl-prev:before { content: ""; transform: rotate(-135deg); }
.loop .owl-next:before { content: ""; transform: rotate(45deg);}
.loop .owl-prev:hover:before, .loop .owl-next:hover:before { opacity: 1;}
.loop .owl-stage-outer {z-index: 2;}
.loop .owl-dots { position: absolute; z-index: 100; bottom: 25px; width: 100%; text-align: center !important; padding: 0 50px; }
.loop .owl-dots .owl-dot span, .loop  .owl-dots .owl-dot span { background: #fff !important; width: 14px !important; height: 14px !important;}
.loop .owl-dots .owl-dot.active span, .loop  .owl-dots .owl-dot:hover span { background: #ec5206 !important; }

.demo-section { padding: 0 5%;}

.idx-about-section { padding-top: 100px; padding-bottom: 100px;}
.idx-about-content { display: flex; flex-direction: row; flex-wrap: wrap;}
.idx-about-content > div:nth-of-type(1) { width: 40%; padding-right: 50px; }
.idx-about-content > div:nth-of-type(1) h1 { color: #333; font-size: 26px; font-weight: 400; margin: 0; padding: 0;}
.idx-about-content > div:nth-of-type(1) b { display: block; font-size: 2.8vw; color: #cd161e; line-height: 100%; padding: 25px 0 30px 0; font-weight: 400;}
.idx-about-content > div:nth-of-type(2) { width: 60%; }
.idx-about-content > div:nth-of-type(2) p { font-weight: 300 !important;}

.idx-link-section { display: flex; flex-direction: row; flex-wrap: wrap; overflow: hidden;}
.idx-link-section > a { width: 33.33%;background-position: top center; background-repeat: no-repeat; background-size: cover; position: relative; display: block; height: 300px; overflow: hidden;}
.idx-link-section > a:hover .idx-link-bg2 { opacity: 0.6;}
.idx-link-section > a:hover .idx-link-data { top: 0;}
.idx-link-section > a:hover .idx-link-data > div { opacity: 1;}
.idx-link-bg1 { position: absolute; z-index: 1; left: 0; bottom: 0; width: 100%; height: 120px;background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);}
.idx-link-bg2 { position: absolute; z-index: 2; top: 0; left: 0;width: 100%; height: 100%; background: #000; opacity: 0; transition: all 0.4s ease-out 0s; }
.idx-link-data { position: absolute; z-index: 3; top: calc(100% - 140px); left: 0;width: 100%; height: 100%; padding: 0 10%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center;transition: all 0.4s ease-out 0s; }
.idx-link-data > b { display: block; font-size: 22px; font-weight: 500; color: #fff; padding-bottom: 12px;}
.idx-link-data > div { font-size: 16px; color: #fff;line-height: 30px;transition: all 0.4s ease-out 0s; opacity: 0; height: 95px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;}

.idx-main-section { padding-top:70px; padding-bottom: 70px;}

.news-pto {padding-bottom: 70%; margin-bottom: 18px; display: block;}
.news-date {font-size: 15px; font-weight: 300; color: #333333; line-height: 100%; padding-bottom: 20px;}
.news-name { margin-bottom: 14px; height: 105px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;}
.news-btn { font-size: 15px; font-weight: 300; color: #333333; text-decoration: underline;}
.news-btn:hover { color: #ec5206;}

.loop2 { padding-bottom: 100px; }
.loop2 .owl-dots { }
.loop2 .owl-item {position: relative; }
.loop2 .owl-nav { position: absolute; top:calc(50% - 30px); width: 100%; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100; top:calc(50% - 0px); background:none !important;}
.loop2 .owl-prev { left:30px; }
.loop2 .owl-next { right:30px;}
.loop2 .owl-prev:before, .loop2 .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 0.5;transition: all 0.4s ease-out 0s;width: 35px; height: 35px; background-size: contain; display: block; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff;}
.loop2 .owl-prev:before { content: ""; transform: rotate(-135deg); }
.loop2 .owl-next:before { content: ""; transform: rotate(45deg);}
.loop2 .owl-prev:hover:before, .loop2 .owl-next:hover:before { opacity: 1;}
.loop2 .owl-stage-outer {z-index: 2;}
.loop2 .owl-dots { position: absolute; z-index: 100; bottom: 30px; width: 100%; text-align: center !important; padding: 0 50px; }
.loop2 .owl-dots .owl-dot span, .loop2  .owl-dots .owl-dot span { background: #d2d2d2 !important; width: 14px !important; height: 14px !important;}
.loop2 .owl-dots .owl-dot.active span, .loop2  .owl-dots .owl-dot:hover span { background: #ec5206 !important; }

.loop3 { padding-bottom: 100px; }
.loop3 .owl-dots { }
.loop3 .owl-item {position: relative; }
.loop3 .owl-nav { position: absolute; top:calc(50% - 30px); width: 100%; z-index: 11;}
.loop3 .owl-prev, .loop3 .owl-next { position:absolute; z-index:100; top:calc(50% - 0px); background:none !important;}
.loop3 .owl-prev { left:30px; }
.loop3 .owl-next { right:30px;}
.loop3 .owl-prev:before, .loop3 .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 0.5;transition: all 0.4s ease-out 0s;width: 35px; height: 35px; background-size: contain; display: block; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff;}
.loop3 .owl-prev:before { content: ""; transform: rotate(-135deg); }
.loop3 .owl-next:before { content: ""; transform: rotate(45deg);}
.loop3 .owl-prev:hover:before, .loop3 .owl-next:hover:before { opacity: 1;}
.loop3 .owl-stage-outer {z-index: 2;}
.loop3 .owl-dots { position: absolute; z-index: 100; bottom: 30px; width: 100%; text-align: center !important; padding: 0 50px; }
.loop3 .owl-dots .owl-dot span, .loop3  .owl-dots .owl-dot span { background: #d2d2d2 !important; width: 14px !important; height: 14px !important;}
.loop3 .owl-dots .owl-dot.active span, .loop3  .owl-dots .owl-dot:hover span { background: #ec5206 !important; }

.idx-user { margin-bottom: 50px;}
.idx-user-pto { padding-bottom: 30%; display: block; margin-bottom: 15px;}
.idx-user-name { font-size: 16px; font-style: italic; font-weight: 500; text-align: center;white-space:nowrap; text-overflow : ellipsis; overflow:hidden;}

.owl-carousel .owl-item img { max-height: unset; }  /* arhow */

@media only screen and (max-width: 1279px) {
	#content { padding-top: 70px; font-size: 17px;line-height:30px; }
	#content p{ font-size: 17px;line-height:30px; }
	p, td, li, label { font-size: 17px;line-height:30px; }
	
	.banner-bg { height: calc(100vh - 70px); }
	
	.banner-news-title-1 { font-size: 18px; }
	.banner-news-title-2 { font-size: 27px; }
	.banner-news-data { font-size: 17px; }

	.idx-about-section { padding-top: 50px; padding-bottom: 50px;}
	.idx-about-content > div:nth-of-type(1) { width: 100%; padding-left: 0; padding-bottom: 30px; font-size: 24px; padding-right: 0;}
	.idx-about-content > div:nth-of-type(2) { width: 100%; }
	.idx-about-content > div:nth-of-type(1) b { font-size: 32px; padding: 15px 0 20px 0;}
	
	.idx-link-section > a { width: 50%; height: 250px;}
	.idx-link-data { top: calc(100% - 120px);}
}
@media only screen and (max-width: 980px) {
	.idx-main-section { padding-top:30px; padding-bottom: 30px;}
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	.banner-news { top:10%; left: 5%; right: 5%; padding: 30px;}
	
	.idx-link-section > a { width: 100%;}
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 414px) {
	

}

@media only screen and (max-width: 320px) {

}