/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: '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: clamp(18px, 1.5vw, 20px); line-height:1.6; color: #444; letter-spacing: 0; font-weight: 400; padding-top: 110px;}

.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: 5%; padding-right: 5%;}

.font-size-18 { font-size: clamp(16px, 1.5vw, 18px);}
.font-size-20 { font-size: clamp(18px, 1.5vw, 20px);}
.font-size-21 { font-size: clamp(18px, 1.5vw, 21px);}
.font-size-22 { font-size: clamp(18px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(18px, 1.9vw, 24px);}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px);}
.font-size-36 { font-size: clamp(22px, 3.3vw, 36px); line-height: 1.3;}
.font-size-38 { font-size: clamp(22px, 3.3vw, 38px); line-height: 1.3;}
.font-size-40 { font-size: clamp(24px, 3.5vw, 40px); line-height: 1.3;}
.font-size-42 { font-size: clamp(24px, 3.5vw, 42px); line-height: 1.3;}
.font-size-44 { font-size: clamp(24px, 3.5vw, 44px); line-height: 1.3;}
.font-size-48 { font-size: clamp(24px, 3.5vw, 48px); line-height: 1.3;}

.align-center { text-align: center !important;}

.weight-300 { font-weight: 300;}
.weight-500 { font-weight: 500;}
.weight-700 { font-weight: 700;}

.banner { position: relative;}

.banner-pc, .banner-mobile { position: relative;}
.banner-mobile { display: none !important;}

.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: 5%; width: 100%; text-align: center !important; padding: 0 0px; }
.loop .owl-dots .owl-dot span, .loop  .owl-dots .owl-dot span { background: #fff !important; width: 10px !important; height: 10px !important;}
.loop .owl-dots .owl-dot.active span, .loop  .owl-dots .owl-dot:hover span { background: #d6b03a !important; }

.idx-main-box { background: url("../images/idx-main-bg.png") no-repeat top left; background-size: 60%; padding-top:calc(20px + 4%);}

.idx-about-section { padding-bottom: calc(40px + 6%);}

.title-1 { padding-bottom: calc(20px + 1.5%);}
.title-1 > div, .title-1 > h1 { padding: 0; margin: 0; font-family: 'Noto Sans TC', sans-serif; line-height: 1.3; }
.title-1-en { color: #d6b03a; line-height: 1; padding-bottom: 18px; display: block;}

.idx-about-data-1 { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding:calc(20px + 10%) 0 calc(20px + 12%) 0; overflow: hidden;}
.idx-about-data-1 > div { width: 200px; position: relative; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; color: #d6b03a; line-height: 1.4;font-size: clamp(17px, 2.2vw, 28px);}
.idx-about-data-1 > div > .photo { padding-bottom: 100%;border: 1px dashed #d6b03a; border-radius: 100%; position: absolute; width: 100%; animation-name: animate-ciecle;animation-duration: 20s; animation-timing-function: linear; animation-iteration-count: infinite;}
.idx-about-data-1 > div:nth-of-type(3) { width: 260px; color: #fff; margin: 0 3%;}
.idx-about-data-1 > div:nth-of-type(3) > .photo { background: #d6b03a; border-width: 0;box-shadow: 0px 0px 0px 20px rgba(214,176,58,0.6), 0px 0px 0px 40px rgba(214,176,58,0.3);}
.idx-about-data-1 > div:nth-of-type(3) > span { position: relative; z-index: 3;}

.idx-about-content { max-width: 1000px; margin: 0 auto;}
.idx-about-content p { font-weight: 400;padding: 0 0 calc(20px + 2%) 0; margin: 0; line-height: 1.8;}
.idx-about-content .btn01 { margin: 0 auto;}

.btn01 { width: 160px; height: 50px; padding: 0 20px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; border: 2px solid #d6b03a; position: relative; overflow: hidden; }
.btn01:before, .btn01:after { content: ""; position: absolute; width: 250px; height: 250px; left: 50%; top: 50%; background: #d6b03a; 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: #d6b03a !important; position: relative; z-index: 2; line-height: 1; font-weight: 500;}
.btn01:hover > div { color: #fff !important;}

.title02 { padding-bottom: calc(20px + 1.5%); padding-left: 5%; padding-right: 5%; display:flex; flex-direction: column; flex-wrap: nowrap; align-items: center;}
.title02 > div:nth-of-type(1) { position: relative; line-height: 0; padding-bottom: 20px;}
.title02 > div:nth-of-type(1) span { position: relative; z-index: 2;}
.title02 > div:nth-of-type(1):before { position: absolute; content: ""; z-index: 1; width: 30px; height: 30px; border-radius: 100%; background: #d6b03a; left: -20px; top:-25px; transform-origin: 100% 100%;}

.loop2 { margin-bottom: calc(20px + 5%);}
.loop2 .owl-dots { display: none !important;}
.loop2 .owl-item {position: relative; }
.loop2 .owl-nav { position: absolute; top:calc(50% - 40px); 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:15px; }
.loop2 .owl-next { right:15px;}
.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: 20px; height: 20px; 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: 5%; width: 100%; text-align: center !important; padding: 0 0px; }
.loop2 .owl-dots .owl-dot span, .loop2  .owl-dots .owl-dot span { background: #fff !important; width: 10px !important; height: 10px !important;}
.loop2 .owl-dots .owl-dot.active span, .loop2  .owl-dots .owl-dot:hover span { background: #d6b03a !important; }

.idx-service-pto { position: relative; height: 760px; display: block;}
.idx-service-pto:hover img { filter: brightness(30%);}
.idx-service-pto:hover .idx-service-name { padding-left: calc(30px + 1%);}
.idx-service-pto:hover .idx-service-name > span { width: 50px;}
.idx-service-pto img { object-fit: cover; width: 100%; height: 100%; transition: all 0.4s ease-out 0s;}
.idx-service-name { position: absolute; z-index: 3; width: 100%; bottom: 0; left: 0; padding: calc(15px + 1%); background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%); display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; color: #fff;transition: all 0.4s ease-out 0s;}
.idx-service-name > div { padding-right: 12px;}
.idx-service-name > span { display: inline-block; position: relative; width: 80px; height: 1px; background: #fff; transition: all 0.4s ease-out 0s;}
.idx-service-name > span:after { position: absolute; content: ""; width: 7px; height: 7px; border-width: 1px 1px 0 0 ; border-style: solid; border-color: #fff; transform: rotate(45deg); top:-3px; right: 0px;}

.idx-knowledge-section { padding: calc(20px + 4%) 5%; background: url("../images/idx-knowledge-bg.jpg") no-repeat right bottom #f7f7f7; background-size: 100%; display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: calc(20px + 4%);}
.idx-knowledge-section > div:nth-of-type(1) { width: 300px;}
.idx-knowledge-section > div:nth-of-type(1) .title02 { padding-left: 0; padding-right: 0; align-items: flex-start;}
.idx-knowledge-section > div:nth-of-type(2) { width: calc(100% - 300px); padding: 25px 30px 0 30px;}

.loop3 { }
.loop3 .owl-dots { display: none !important;}
.loop3 .owl-item {position: relative; }
.loop3 .owl-nav { position: absolute; top:calc(50% - 40px); width: 100%; z-index: 11;}
.loop3 .owl-prev, .loop3 .owl-next { position:absolute; z-index:100; top:40%; transform: translateY(-50%); background:none !important; width: 30px; height: 100px; border-style: solid !important; border-color: #d6b03a !important;}
.loop3 .owl-prev { left:-34px;border-width: 3px 0 3px 3px !important;  }
.loop3 .owl-next { right:-35px;border-width: 3px 3px 3px 0 !important; }
.loop3 .owl-prev:before, .loop3 .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; transition: all 0.4s ease-out 0s;width: 16px; height: 16px; background-size: contain; display: block; border-width: 2px 2px 0 0; border-style: solid; border-color: #d6b03a;}
.loop3 .owl-prev:before { content: ""; transform: rotate(-135deg); margin-left: 10px; }
.loop3 .owl-next:before { content: ""; transform: rotate(45deg);}
.loop3 .owl-prev:hover:before, .loop3 .owl-next:hover:before { }
.loop3 .owl-stage-outer {z-index: 2;}
.loop3 .owl-dots { position: absolute; z-index: 100; bottom: 5%; width: 100%; text-align: center !important; padding: 0 0px; }
.loop3 .owl-dots .owl-dot span, .loop3  .owl-dots .owl-dot span { background: #fff !important; width: 10px !important; height: 10px !important;}
.loop3 .owl-dots .owl-dot.active span, .loop3  .owl-dots .owl-dot:hover span { background: #d6b03a !important; }

.idx-news-link { display: block;}
.idx-news-pto { padding-bottom: 100%; margin-bottom: 12px;}
.idx-news-pto img { transition: all 0.4s ease-out 0s;}
.idx-news-link:hover img { transform: scale(0.95);}

@keyframes animate-ciecle {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(180deg);}
}

@media only screen and (max-width: 1920x) {
	
	
}

@media only screen and (max-width: 1365px) {
	
	
}

@media only screen and (max-width: 1279px) {
	#content { padding-top: 60px;}
	
	.banner-pc { display: none !important}
	.banner-mobile { display: block !important; }
	
	.idx-service-pto { height: 500px;}
}

@media only screen and (max-width: 980px) {
	.title02 > div:nth-of-type(1):before { transform: scale(0.7);}
	
	.idx-knowledge-section > div:nth-of-type(1) { width: 100%;}
	.idx-knowledge-section > div:nth-of-type(1) .btn01 { display: none;}
	.idx-knowledge-section > div:nth-of-type(2) { width: calc(100% - 0px); padding: 0px 30px 0 30px;}
}
@media only screen and (max-width: 768px) {
	.idx-about-data-1 { flex-wrap: wrap; padding-top: 0px; padding-bottom: 20px;}
	.idx-about-data-1 > div { width: 22%; margin-bottom: calc(30px + 2%);}
	.idx-about-data-1 > div > .photo { transform: scale(0.5);}
	.idx-about-data-1 > div:nth-of-type(1) { order: 2;}
	.idx-about-data-1 > div:nth-of-type(2) { order: 3;}
	.idx-about-data-1 > div:nth-of-type(3) { width: 100%; order: 1; margin-left: auto; margin-right: auto;margin-bottom: calc(20px + 4%); color: #d6b03a;}
	.idx-about-data-1 > div:nth-of-type(3) > .photo { display: none;}
	.idx-about-data-1 > div:nth-of-type(4) { order: 4;}
	.idx-about-data-1 > div:nth-of-type(5) { order: 5;}
	
	
	.idx-service-pto { height: 350px;}
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 414px) {
	.idx-about-data-1 > div:nth-of-type(3) { margin-bottom: calc(30px + 10%)}
	.idx-about-data-1 > div { width: 45%; margin-bottom: calc(20px + 28%);}
	
	.idx-about-content { margin-top: -50px;}
}

@media only screen and (max-width: 320px) {
	
	
}