/* 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:1248px; 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.1rem; font-weight: 400; padding-top: 100px;}
#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%;}

.demo-section { padding-left: 10%; padding-right: 10%;}

.banner-box { position: relative; padding-top: 74px;}
.banner-slogon { position: absolute; left: 3%; top:calc(20px + 1%); z-index: 7;}
.banner-slogon > div:nth-of-type(1) { font-size: clamp(26px, 4vw, 60px); line-height: 1.2; padding-bottom: 12px;  background: linear-gradient(90deg, #6ba322 0%, #66cdc0 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.banner-slogon > div:nth-of-type(2) { color: #666666;font-size: clamp(15px, 1.8vw, 24px); font-weight: 300; line-height: 1.4; letter-spacing: 0.3rem;} 

.banner-pc { }
.banner-mobile { display: none;}

.banner-slider { clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0 100%);}
.loop .owl-dots { }
.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: 20px; width: 100%; text-align: center !important; padding: 0 0px; }
.loop .owl-dots .owl-dot span, .loop  .owl-dots .owl-dot span { background: #505355 !important; width: 10px !important; height: 10px !important;}
.loop .owl-dots .owl-dot.active span, .loop  .owl-dots .owl-dot:hover span { background: #fff !important; }

.idx-about-section { padding-top: calc(20px + 3%); padding-bottom: calc(20px + 5%); display: flex; flex-direction: row; flex-wrap: wrap;}
.idx-about-section > div:nth-of-type(1) { width: 32%;}
.idx-about-section > div:nth-of-type(2) { width: 68%; padding-left: 8%; padding-top: calc(20px + 2%);}
.idx-about-section .btn01  { margin: 0 0 0 auto;}
	
.idx-about-pto { position: relative;}
.idx-about-pto:after { position: absolute; content: ""; width: 100%; height: 100%; z-index: -1; bottom: -10%; right: -15%; background: #f2f2f2;}
.idx-about-pto img { position: relative; box-shadow: 20px 20px 30px 0px rgba(0,0,0,0.2);}

.title01 { padding-bottom: calc(10px + 2%);}
.title01 span { position: relative; z-index: 3;}
.title01 > h1, .title01 > div { letter-spacing: 0.1rem; font-weight: 700; font-size: clamp(22px, 2vw, 34px); line-height: 1.3; margin: 0; padding: 0;position: relative;  display: inline-block;}
.title01 > h1:before, .title01 > h1:after, .title01 > div:before, .title01 > div:after { position: absolute; content: ""; z-index: 1;}
.title01 > h1:before, .title01 > div:before { width: 40px; height: 40px; background: #99d7cf; top:-12px; left: -16px;}
.title01 > h1:after, .title01 > div:after { width: 20px; height: 20px; background: #cce4a9; bottom:-5px; right: -6px;}

.idx-about-slogon { line-height: 0.9; font-family: "Russo One", sans-serif; font-size: clamp(24px, 4vw, 70px); color: #009b86; text-align: right;padding-bottom: calc(10px + 2%); letter-spacing: 0;}
.idx-about-slogon > div:nth-of-type(1) { padding-right: 25%;}

.btn01 { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding: 0 19px; width: 150px; height: 40px; border-radius: 20px; background: #01907e; overflow: hidden; position: relative;}
.btn01:after { content: ""; position: absolute; background: #77b02d; width: 150%; height: 150%; bottom: -10%; left: 50%; transform: translateX(-50%) scale(0.3, 0); transform-origin: 50% 100%;transition: all 0.3s ease-in-out 0s; border-radius: 100%; }
.btn01:hover:after { transform: translateX(-50%) scale(1, 1); }
.btn01:hover  > span { right: -40px; }
.btn01 > div { font-size: 16px; color: #fff; position: relative; z-index: 2;}
.btn01 > span { display: block; width: 6px; height: 8px; background: #fff;  position: relative; z-index: 2;transition: all 0.3s ease-in-out 0s; clip-path: polygon(0% 0, 100% 50%, 0% 100%); right: 0;}

.idx-main-section { padding-top: calc(20px + 5%); padding-bottom: calc(20px + 5%); background: url("../images/idx-service-bg.png") no-repeat 100% calc(100% - 110px) #f2f2f2; background-size: 60%;}

.idx-service-section { padding-bottom: calc(20px + 3%); display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.idx-service-section > div { width: calc(50% - 15px); background: #fff; box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.2); margin-bottom: calc(20px + 4%); }
.idx-service-pto { display: block; padding-bottom: 40.5%;}
.idx-service-content { position: relative; padding: calc(10px + 2%) calc(20px + 2%) 62px calc(20px + 2%); }
.idx-service-title { display: block; font-size: clamp(19px, 1.3vw, 22px); font-weight: 700; padding-bottom: 10px; line-height: 1.4;}
.idx-service-title:hover { color: #01907e;}
.idx-service-data { line-height: 1.3; font-size: 17px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;}
.idx-service-content .btn01 { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%);}

.case-pto { display: block; padding-bottom: 75.5%; margin-bottom: 15px;}
.case-title { display: block; font-weight: 500; line-height: 1.4; padding-bottom: 6px;}
.case-tag { display: flex; flex-direction: row; flex-wrap: wrap;}
.case-tag > a { margin: 0 6px 9px 0; font-size: 15px; color: #fff !important; line-height: 1.2; padding: 5px; background: #01907e; display: inline-block;}

.idx-pro-section { padding-top: calc(20px + 4%); padding-bottom: calc(20px + 4%); }
.idx-pro-section .btn01 { margin: 0 0 calc(20px + 2%) auto;}

.pro_scroll .swiper-slide:nth-child(odd) { margin-top: 50px;}

.pro-box { box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1); display: block; background: #fff; position: relative;}
.pro-box:hover { background: #01907e;}
.pro-box:hover .pro-name { color: #fff;}
.pro-box:hover .pro-pto-over { opacity: 1;}
.pro-box:hover .pro-pto-over > div { transform: scale(1);}
.pro-pto-box { position: relative; display: block;}
.pro-pto-over { position: absolute; z-index: 3; background: rgba(0,0,0,.6); width: 100%; height: 100%; top: 0; left: 0; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;transition: all 0.4s ease-in-out 0s; opacity: 0; }
.pro-pto-over > div { width: 80px; height: 80px; border-radius: 100%; background: #295b3f; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;transition: all 0.4s ease-in-out 0s; transform: scale(0);}
.pro-pto-over > div img { width: 45px; }
.pro-pto { padding-bottom: 75%;}
.pro-name { text-align: center; font-weight: 500; line-height: 1.2; padding: 20px 15px;}


.idx-bottom-section { background: url("../images/idx-bottom-bg.jpg") no-repeat top right; background-size: cover; min-height: 420px; padding-top: calc(20px + 2%); padding-bottom: calc(20px + 2%); color: #fff; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.idx-bottom-content { max-width: 900px; margin: 0 auto 0 0;}
.idx-bottom-title { font-size: clamp(25px, 2.3vw, 42px); font-weight: 700; line-height: 1.3; padding-bottom: 12px; }

@media only screen and (max-width: 1279px) {
	#content { font-size: 16px; padding-top: 60px;}
	#content p{ font-size: 16px;}
	p, td, li, label { font-size: 16px;}
	
	.demo-section { padding-left: 5%; padding-right: 5%;}
	
	.banner-slider { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);}
	.banner-box { padding-top: 0px;}
	.banner-slogon { top:40%;}
	.banner-slogon > div:nth-of-type(2) { color: #fff; text-shadow: 0px 0px 8px #000, 0px 0px 14px #000;} 

	.banner-pc { display: none}
	.banner-mobile { display: block;}
}



@media only screen and (max-width: 980px) {
	.idx-about-section > div:nth-of-type(1) { width: 100%; text-align: center;}
	.idx-about-section > div:nth-of-type(2) { width: 100%; padding-left: 0%;padding-top: calc(20px + 5%);}
	
	.pro_scroll .swiper-slide:nth-child(odd) { margin-top: 0px;}
}
@media only screen and (max-width: 768px) {
	.banner-slogon > div:nth-of-type(2) { letter-spacing: 0.1rem;}
	
	.idx-service-section > div { width: 100%; }
	
	.idx-bottom-section { background: url("../images/idx-bottom-bg.jpg") no-repeat 75% 50%; background-size: cover; }
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 414px) {
	.banner-slogon { top:30%;}
	

}

@media only screen and (max-width: 320px) {
	

}