/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Arial','Noto Sans TC', sans-serif; overflow-x: hidden; position: relative;}
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:1280px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: 18px; line-height:1.8; color: #333; letter-spacing: 0.05rem; font-weight: 400; padding-top: 120px; position: relative;}
#content p{ margin-bottom: 30px; margin-top: 0; font-size: 18px;line-height:1.8;  font-weight: 400;}
p, td, li, label { font-size: 18px;line-height:1.8;  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%;}

.main-content-bg { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -3; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around;}
.main-content-bg > div { background: #ededed; width: 1px;}

.demo-section { padding-left: 5%; padding-right: 5%;}

.banner { }
.banner-mobile { display: none;}
.loop .owl-dots { display: none;}
.loop .owl-item {position: relative; }
.loop .owl-nav { position: absolute; top:calc(50% - 40px); 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: -45px; width: 100%; text-align: center !important; padding: 0 50px; }
.loop .owl-dots .owl-dot span, .loop  .owl-dots .owl-dot span { background: #d6d6d6 !important; width: 10px !important; height: 10px !important;}
.loop .owl-dots .owl-dot.active span, .loop  .owl-dots .owl-dot:hover span { background: #27a639 !important; }

.idx-about-section { padding-top: calc(20px + 3%);padding-bottom: calc(20px + 4%); display: flex; flex-direction: row; flex-wrap: wrap;}
.idx-about-section > div { width: 50%;}
.idx-about-section > div:nth-of-type(1) { padding-left: 5%;}
.idx-about-section > div:nth-of-type(2) { text-align: center; padding: 0 3%;}
.idx-about-content { max-width: 640px; margin: 0 0 0 auto;}
.title01 { font-family: 'Noto Serif TC', sans-serif; line-height: 1.4; font-size: clamp(22px, 2.3vw, 32px); font-weight: 700; padding-bottom: calc(20px + 1%); margin: 0;}
.title01 span{ display: block;  color: #062198; padding-bottom: 8px; line-height: 1.5; font-size: clamp(26px, 4.2vw, 50px); font-weight: 700;}
.idx-about-data { padding-bottom: calc(20px + 2%);}

.btn01 { width: 130px; height: 50px; padding: 0 20px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; border: 1px solid #333; position: relative; overflow: hidden; }
.btn01:before, .btn01:after { content: ""; position: absolute; width: 250px; height: 250px; left: 50%; top: 50%; background: #22225a; border-radius: 100%; transform:translate(-50%,-50%) scale(0.4);transition: all 0.4s ease-out 0s;}
.btn01:before { transform-origin: 0% 100%; }
.btn01:after { transform-origin: 100% 0%; }
.btn01:hover:before, .btn01:hover:after { transform:translate(-50%,-50%) scale(1);}
.btn01 > div { font-size: clamp(14px, 1.6vw, 16px);  color: #333 !important; position: relative; z-index: 2; line-height: 1; font-weight: 500;}
.btn01:hover > div { color: #fff !important;}

.content-en { margin-bottom: 10px;}

.idx-pro-bg { background: url("../images/idx-pro-bg.png") no-repeat 100% 92%;}

.idx-pro-section { padding-bottom:calc(25px + 4%); display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-top: calc(20px + 2%);}
.idx-pro-section > div { width: 31.5%;}
.idx-pro-section > div:nth-of-type(2) { position: relative; margin-top: -5%;}
.idx-pro-pto { line-height: 0; margin-bottom: 18px; text-align: center;}
.idx-pro-data { }

@media only screen and (max-width: 1279px) {
	#content { padding-top: 60px;}
	#content, #content p, p, td, li, label { font-size: 16px; line-height: 1.6;}

	
}

@media only screen and (max-width: 980px) {
	.banner { display: none}
	.banner-mobile { display: block;}
	
	.idx-about-section > div { width: 100%;}
	.idx-about-section > div:nth-of-type(1) { padding-right: 5%;}
	.idx-about-content { max-width: 100%;}
	
	.btn01 { height: 40px;}
}
@media only screen and (max-width: 768px) {
	.main-content-bg > div:first-child, .main-content-bg > div:last-child { display: none;}
	
}
@media only screen and (max-width: 640px) {
	.idx-pro-section { padding-top: 0;}
	.idx-pro-section > div { width: 100%; padding-bottom: 30px;}
	.idx-pro-section > div:nth-of-type(2) { position: relative; margin-top: 0%;}
	.idx-pro-pto { margin-bottom: 10px;}
	.idx-pro-data { text-align: center;}
	
}
@media only screen and (max-width: 570px) {
	.loop .owl-nav { top:calc(50% - 20px);}
	.loop .owl-prev:before, .loop .owl-next:before { width: 20px; height: 20px;}
	.loop .owl-prev { left:10px; }
	.loop .owl-next { right:10px;}
	
}

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

}

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

}