/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Open Sans', 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:1200px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: clamp(16px, 1.3vw, 18px); line-height:1.6; color: #333; letter-spacing: 0; font-weight: 400; padding-top: 0;}

.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.3vw, 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(20px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-26 { font-size: clamp(20px, 2.1vw, 26px);}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px);}
.font-size-32 { font-size: clamp(22px, 2.7vw, 32px);}
.font-size-36 { font-size: clamp(22px, 3.3vw, 36px); 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;}
.font-size-60 { font-size: clamp(28px, 4vw, 60px); line-height: 1.2;}
.font-size-70 { font-size: clamp(32px, 4.4vw, 70px); line-height: 1.1;}

.font-Raleway { font-family: "Raleway", sans-serif;}

.color-blue { color: #3981e1;}
.color-green { color: #009fb4;}
.color-white { color: #fff;}
.color-gray { color: #a9a9a9;}

.align-center { text-align: center !important;}
.align-left { text-align: left !important;}
.align-right { text-align: right !important;}
.align-justify { text-align: justify!important;}

.weight-100 { font-weight: 100;}
.weight-300 { font-weight: 300;}
.weight-400 { font-weight: 400;}
.weight-500 { font-weight: 500;}
.weight-600 { font-weight: 600;}
.weight-700 { font-weight: 700;}
.weight-900 { font-weight: 900;}

.p-layout { margin: 0; padding:0 0 calc(20px + 1%) 0; font-weight: 400; font-size: clamp(16px, 1.3vw, 18px); line-height:1.6; }

.layout-wrap { display: flex; flex-direction: row; flex-wrap: wrap;}
.layout-nowrap { display: flex; flex-direction: row; flex-wrap: nowrap;}

.hr-type-1 { padding: 0 !important; margin: 20px 0 !important;}

.title-type-1 { padding-bottom: 25px; line-height: 1.3;}

.banner { position: relative; margin-bottom: calc(20px + 3%);}
.banner:before { /*content: "";*/ position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 164px; background: linear-gradient(180deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 100%);pointer-events: none;}

.banner-pc, .banner-mobile { position: relative;}
.banner-mobile { display: none !important;}

.banner-slogon { position: absolute; z-index: 3; width: 50%; right: 0; top:50%; transform: translateY(-50%); color: #fff; text-align: left; padding: 0 5% 0 2%;pointer-events: none;}
.banner-slogon-title { font-weight: 700;font-size: clamp(24px, 3.5vw, 48px); line-height: 1.1; padding-bottom: calc(10px + 1%);}
.banner-slogon-data { font-size: clamp(17px, 1.8vw, 28px); line-height: 1.4;}

.loop .owl-dots { }
.loop .owl-item {position: relative; }
.loop .owl-nav { position: absolute; top:50%; transform: translateY(-50%); width: 100%; z-index: 11; margin-top: 0 !important ;}
.loop .owl-prev, .loop .owl-next { position:absolute; z-index:100; top:50%; transform: translateY(-50%); background:none !important;}
.loop .owl-prev { left:15px; }
.loop .owl-next { right:15px;}
.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: 25px; height: 25px; 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; top: 50%; transform: translateY(-50%); right: 20px; text-align: center !important; padding: 0 0px; display: flex; flex-direction: column; flex-wrap: nowrap; width: 30px; align-items: center;}
.loop .owl-dots .owl-dot span, .loop  .owl-dots .owl-dot span { background: rgba(255,255,255,0) !important; width: 16px !important; height: 16px !important; margin: 10px !important; opacity: 1; border: 1px solid #fff;}
.loop .owl-dots .owl-dot.active span, .loop  .owl-dots .owl-dot:hover span { opacity: 1; background: rgba(255,255,255,1) !important;}

.idx-pro-top-section {  padding-left: 5%; padding-right: 5%; padding-bottom: 40px;}

.title-1 { position: relative; padding-bottom: 20px; margin-bottom: 20px;}
.title-1 > span { display: block; line-height: 1; font-weight: 300; font-size: clamp(18px, 1.5vw, 20px); padding-bottom: 5px;}
.title-1 > div, .title-1 > h1 { padding:0 0 20px 0; margin:0 0 0 0; font-weight: 700;font-size: clamp(24px, 3.5vw, 48px); line-height: 1.1; position: relative; font-family: "Noto Sans TC", sans-serif; letter-spacing: 0;}
.title-1:after { position: absolute; content: ""; bottom: 0; left: 0; width: 32px; height: 10px; background: #222222;}

.swiper-tool { padding: 0 50px 40px 50px; position: relative; margin-top: -100px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;}
.swiper-tool > div { margin-right: 10px;}

.swiper-prev, .swiper-next { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; transition: all 0.4s ease-out 0s; width: 60px; height: 60px; background: #333333; }
.swiper-prev > span, .swiper-next > span { display: block; width: 10px; height: 15px; background: #fff;}
.swiper-prev > span { clip-path: polygon(100% 0, 100% 100%, 0% 50%);}
.swiper-next > span { clip-path: polygon(0% 0, 100% 50%, 0% 100%);}
.swiper-prev:hover, .swiper-next:hover { background: #3981e1;}

.swiper-pro .swiper-slide { height: 380px; position: relative; overflow: hidden;transition: all 0.4s ease-out 0s; padding: calc(20px + 2.5%) calc(20px + 1%);}
.swiper-pro .swiper-slide:hover { background: #3981e1 !important;}
.swiper-pro .swiper-slide:nth-child(odd) { background: #1d1d1d;}
.swiper-pro .swiper-slide:nth-child(even) { background: #272727;}

.idx-pro-title { margin-bottom: calc(20px + 2%); min-height: 70px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-start; justify-content: space-between; position: relative; z-index: 4;}
.idx-pro-title > div { font-size: clamp(19px, 1.4vw, 24px); line-height: 1.3; width: calc(100% - 15px); padding-right: 10px; color: #fff;}
.idx-pro-title > span { display: block; width: 15px; height: 15px; margin-top: 4%; position:relative;}
.idx-pro-title > span:before, .idx-pro-title > span:after { top:50%; left: 50%; position: absolute; content: ""; transform: translate(-50%, -50%); width: 100%; height: 1px; background: #fff;}
.idx-pro-title > span:after { transform: translate(-50%, -50%) rotate(90deg);}

.btn-1 { display: inline-block; border-radius: 10px; border: 1px solid #fff; width: 90px; line-height: 30px; text-align: center; color: #fff; font-size: 14px; position: relative; z-index: 4;}
.btn-2 { display: inline-block; border-radius: 10px; width: 90px; line-height: 30px; text-align: center; color: #fff !important; font-size: 14px; background: #333333;}
.btn-2:hover { background: #3981e1;}
.btn-3 { display: inline-block; border-radius: 15px; width: 260px; line-height: 60px; text-align: center; color: #fff !important; font-size: clamp(20px, 1.9vw, 24px); font-weight: 700; background: #3981e1;}
.btn-3:hover { transform: scale(0.9);}

.idx-pro-pto { position: absolute; bottom: -28%; right: -25%; transition: all 0.4s ease-out 0s; opacity: 0.3;}
.swiper-pro .swiper-slide:hover .idx-pro-pto { bottom: -15%; right: -20%; opacity: 1;}

.idx-about-section { padding: calc(20px + 5%) 5%; background: url("../images/idx-about-bg.jpg") no-repeat center bottom / cover;}
.idx-about-section-top { display: flex; flex-direction: row; flex-wrap: wrap;padding-bottom: 20px; }
.idx-about-section-top > div:nth-of-type(1) { width: 30%;}
.idx-about-section-top > div:nth-of-type(2) { width: 70%; padding-left: 20px; padding-top: 30px;}

.idx-about-section-bottom { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; }
.idx-about-section-bottom > div { padding: 20px 6vw; border-right: 1px solid #333333;}
.idx-about-section-bottom > div:last-child { border-right: 0px solid #333333;}
.idx-about-icon { width: 50px; margin-bottom: 20px;}
.idx-about-icon-number { width: 50px; margin-bottom: 20px; font-size: 17px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-end;}
.idx-about-icon-number > div { display: inline-block; margin-right: 8px; font-size: 44px; color: #3981e1; font-weight: 700; line-height: 1;}
.idx-about-icon-data { font-size: 17px; font-weight: 700;}

.idx-news-section { padding: calc(20px + 4%) 5%;}
.idx-news-section .title-1 { text-align: center;}
.idx-news-section .title-1:after { left: 50%; transform:translateX(-50%);}
.idx-news-content { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-top: 20px; }
.idx-news-content > div { width:calc(50% - 30px); }
.idx-news-content-title { border-bottom:1px solid #858585; position: relative; padding-bottom: 18px; font-weight: 700;font-size: clamp(20px, 1.4vw, 24px);}
.idx-news-content-title:after { position: absolute; content: ""; width: 78px; height: 4px; background: #3981e1; bottom: 0; left: 0;}
.idx-news-list > a { display: flex; flex-direction: row; flex-wrap: wrap; border-bottom: 1px solid #cfcfcf; padding: 18px 0;}
.idx-news-list > a > div { line-height: 1.3;}
.idx-news-list > a > div:nth-of-type(1) { width: 90px; font-size: 15px; color: #1c4f9d;}
.idx-news-list > a > div:nth-of-type(2) { width: calc(100% - 90px); color: #333;}
.idx-news-list > a:hover { border-bottom: 1px solid #1c4f9d;}
.idx-news-list > a:hover > div:nth-of-type(2) { color: #1c4f9d;}

.idx-bottom-section { padding: 0px 10% 0px 10%; background: url("../images/idx-bottom-bg.jpg") no-repeat top center / cover;display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.idx-bottom-section > div:nth-of-type(1) { width: 35%; padding-top: 30px;}
.idx-bottom-section > div:nth-of-type(2) { width: 65%; padding-left: 5%; padding-top: calc(20px + 3%); padding-bottom: calc(20px + 3%);}

.idx-contact-left { position: relative;}
.idx-contact-bg { mix-blend-mode: screen;}
.idx-contact-pto { position: absolute; top:0; left: 0;}

.idx-contact-content { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-start;}
.idx-contact-content-1 { margin-bottom: 25px; border-bottom: 1px solid #3981e1;}
.idx-contact-content > div:nth-of-type(1) { width: 60px; height: 60px; border-radius: 100%; border: 1px solid #3981e1;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;}
.idx-contact-content > div:nth-of-type(1) img { width: 30px;}
.idx-contact-content > div:nth-of-type(2) { width: calc(100% - 60px); padding-left: 10px;}


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

@media only screen and (max-width: 1279px) {
	#content { padding-top: 70px;}
	
	.title-1 > h1, .title-1 > div { padding-bottom: 10px;}
	.title-1:after { height: 4px; }
	
	.banner { }
	.banner-pc { display: none !important}
	.banner-mobile { display: block !important; }
	.banner-slogon { width: 100%; text-align: center; padding: 0 5%; top: auto; transform: none; bottom: 10%;}
	
	.idx-about-section-top > div:nth-of-type(1) { width: 100%;}
	.idx-about-section-top > div:nth-of-type(2) { width: 100%; padding-left: 0px; padding-top: 0px;}
	.idx-about-section-bottom > div { width: 33.33%;}
	
	/*.idx-bottom-section { padding: calc(20px + 5%) 5% calc(20px + 2%) 5%; }*/
}

@media only screen and (max-width: 980px) {
	.idx-about-section-bottom > div { width: 100%; padding: 25px 0;border-bottom: 1px solid #333333;border-right: 0px solid #333333;}
	.idx-about-section-bottom > div:last-child { border-bottom: 0px solid #333333;}
	.idx-about-icon { margin-left: auto; margin-right:  auto;}
	.idx-about-icon-number { justify-content: center; width: 100%; flex-wrap: wrap;}
	.idx-about-icon-data { text-align: center;}
	
	.idx-news-content > div { width:100%; }
	.idx-news-content > div:nth-of-type(1) { padding-bottom: calc(20px + 2%);}
	
}
@media only screen and (max-width: 768px) {
	.loop .owl-dots { right: 8px;}
	.loop .owl-dots .owl-dot span, .loop  .owl-dots .owl-dot span { margin:5px 5px !important;  width: 10px !important; height: 10px !important; }
	
	.idx-bottom-section > div:nth-of-type(1) { width: 100%; text-align: center;}
	.idx-bottom-section > div:nth-of-type(2) { width: 100%; padding-left: 0%;}
	
	.btn-3 { width: 200px; line-height: 50px;}
}
@media only screen and (max-width: 640px) {
	.idx-pro-top-section { padding-bottom: 20px;}
	.swiper-tool { padding: 0 5% 25px 5%; margin-top: 0px; justify-content: flex-start;}
	.swiper-pro .swiper-slide { height: 300px;}
	.swiper-prev, .swiper-next { width: 30px; height: 30px; }
}
@media only screen and (max-width: 570px) {
	
}

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

@media only screen and (max-width: 320px) {
	
	
}
@media only screen and (max-width: 280px) {
	.banner-slogon-data { display: none;}
	
}