/* 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: 17px; line-height:1.8; color: #333; letter-spacing: 0.05rem; font-weight: 400; padding-top: 110px; overflow-x: hidden;}
#content p{ margin-bottom: 30px; margin-top: 0; font-size: 17px;line-height:1.8;  font-weight: 400;}
p, td, li, label { font-size: 17px;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%;}


.banner { position: relative; }
.banner-pc { }
.banner-mobile { display: none;}

.banner-scroll { position: absolute; z-index: 5; right: 3%; display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center;cursor: pointer;animation-name: line-animate;animation-duration: 2.5s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; }
.banner-scroll > div { writing-mode:vertical-rl; font-weight: 700; color: #fff; font-size: 15px; padding-bottom: 10px; }
.banner-scroll > span {display: block; width: 2px; height: 80px; background: #fff; position: relative;}
.banner-scroll > span:after {content: ""; position: absolute; width: 10px; height: 17px; background: #fff;  clip-path: polygon(0 0, 100% 0%, 50% 100%) ;left: 50%; bottom: -2px; transform: translateX(-50%);}
@keyframes line-animate {
  0% {
    bottom:70px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 70px;
  }
}

.banner-pto { position: relative;}
.banner-slogon { position: absolute; z-index: 5; width: 60%; height: 335px; background: rgba(0,0,0,.7); clip-path: polygon(110px 0, 100% 0%, 100% 100%, 0 100%); right: -30%; bottom:0%; padding: 0 10%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; transition: all 0.6s ease-out 0.2s; opacity: 0;}
.swiper-slide-active .banner-slogon { right: 0; opacity: 1;}

.swiper-slide {font-size: 18px;display: flex;justify-content: center;align-items: center;}
.swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper {width: 100%;height: 300px;margin-left: auto;margin-right: auto;}
.swiper-slide {background-size: cover;background-position: center; padding: 0 0px; position: relative;}
.mySwiper2 {height: 80%;width: 100%; margin-bottom: 25px;}
.swiper-slide .description, .swiper-slide .title , .swiper-slide .banner-btn {display: block;opacity: 0; transform: translateY(-50px);position: relative; }
.swiper-slide .title {font-weight: 900; font-size: clamp(25px, 4.4vw, 54px);/*-webkit-text-stroke: 2px #fff;*/ line-height: 110%; padding-bottom: calc(10px + 1%); color: #fff;transition: all 0.8s ease 0.8s;}
.swiper-slide .title:after {/*content: "";*/ position:absolute; width: 310px; height: 8px; background: #222; left: 0; bottom: 0;}
.swiper-slide .title > span {display: block; font-size: clamp(16px, 1.1vw, 20px); padding-bottom: 15px; line-height: 1.2; font-weight: 500;}
.swiper-slide .description {font-weight:300; font-size: clamp(16px, 1.7vw, 28px); color: #fff !important;transition: all 1.2s ease 1.2s; line-height: 1.4; }
.swiper-slide .banner-btn { display: block; background: transparent; max-width: 260px; width: 100%; line-height: 60px; border-radius: 30px; margin: 0 auto; font-weight:700; font-size: 16px; color: #fff !important;transition: transform 1.2s ease 1.2s, opacity 1.2s ease 1.2s, background 0.4s ease-out 0s; padding: 0 15px; border: 2px solid #fff;}
.swiper-slide .banner-btn:hover { background: #fff; color: #4e4e4e !important;}
.swiper-slide-active .description, .swiper-slide-active .title, .swiper-slide-active .banner-btn {opacity: 1;}
.swiper-slide-active .title, .swiper-slide-active .description { transform:translateY(0px);}
.swiper-slide-active .banner-btn { transform:translateY(0px);}

.swiper-next, .swiper-prev { width: 40px !important; height: 40px !important; border-radius: 100%; background: transparent; position: absolute; z-index: 2; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; top:calc(50% - 20px);}
.swiper-next:after, .swiper-prev:after { content: ""; display: block; width: 30px; height: 30px ; border-width: 1px 1px 0 0; border-color: #fff; border-style: solid;}
.swiper-prev:after { transform: rotate(-135deg); margin-left: 4px;}
.swiper-next:after { transform: rotate(45deg); margin-right: 4px;}
.swiper-prev { left: 20px;}
.swiper-next { right: 20px;}

.swiper-pagination { text-align: right !important; padding: 0 30px 40px 30px;}
.swiper-pagination-bullet { width: 14px !important; height: 14px !important; opacity: 0.4; background: #fff !important; margin-left: 6px !important; margin-right: 6px !important;}
.swiper-pagination-bullet-active { opacity: 1; width: 50px !important; border-radius: 7px !important; }

.demo-section { padding-left: 5%; padding-right: 5%;}


.idx-about-section { background: url("../images/idx-about-bg.jpg") no-repeat top center; background-size: cover; display: flex; flex-direction: row; flex-wrap: wrap;}
.idx-about-section > div:nth-of-type(1) { width: 40%; background: rgba(0,107,167,.85); clip-path: polygon(0 0, 100% 0%, calc(100% - 240px) 100%, 0 100%); padding: calc(20px + 6%) 15% calc(20px + 6%) 5%; color: #fff; }
.idx-about-section > div:nth-of-type(2) { width: 60%; padding: calc(20px + 6%) 10% ;}

.title01 { padding-bottom: calc(10px + 2%);}
.title01 > img { display: block; width: 63px; margin-bottom: 18px; line-height: 0;}
.title01 > h1, .title01 > div { font-size: clamp(22px, 2vw, 30px); font-weight: 700; padding: 0; margin: 0; line-height: 1.3;}

.btn01 { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; width: 125px; height: 44px;  overflow: hidden; position: relative; border: 1px solid #fff;}
.btn01:after { content: ""; position: absolute; background: #3d3b3c; 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.2, 1); }
.btn01 > div { font-size: 15px; font-weight: 500; color: #fff; position: relative; z-index: 2;}

.idx-advantage-section { max-width: 660px; margin: 0 auto;}
.idx-advantage-title { font-size: clamp(50px, 5.5vw, 110px); font-weight: 700; text-transform: uppercase; line-height: 1; padding-bottom: calc(20px + 2%); font-family: Roboto; text-align: center;
-webkit-text-stroke:1px #fff;
-webkit-text-fill-color:transparent;}

.idx-advantage-content { display: flex; flex-direction: row; flex-wrap: wrap; }
.idx-advantage-content > div { width: 50%; border-left: 1px solid #fff; padding:5%; color: #fff; font-size: clamp(18px, 1.2vw, 22px); line-height: 1.1; font-weight: 300; }
.idx-advantage-content > div > div { line-height: 1; padding-bottom: 16px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-end; font-size: clamp(19px, 1.3vw, 24px);}
.idx-advantage-content > div > div > span { display: inline-block; margin-right: 5px; font-weight: 700; font-size: clamp(30px, 4vw, 70px); line-height: 1; letter-spacing: 0;}

.idx-news-section { position: relative;padding: calc(20px + 5%) 5%;}
.idx-news-section:after { position: absolute; content: ""; z-index: -1; top: 0; right: 0; width: 35%; height: 100%; background: #f4f4f4; clip-path: polygon(110px 0, 100% 0%, 100% 100%, 0 100%); }

.loop2 { }
.loop2 .owl-dots {  display: none;}
.loop2 .owl-item {position: relative; }
.loop2 .owl-nav { position: absolute; top: -72px; right: 0; width: 110px; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100;  width: 50px !important; height: 50px !important; border-radius: 0% !important; background: none !important; border: 1px solid #515254 !important; margin: 0 !important;}
.loop2 .owl-prev { left:0px; }
.loop2 .owl-next { right:0px;}
.loop2 .owl-prev:before, .loop2 .owl-next:before { content: ""; position: absolute; width: 10px; height: 10px; border-width: 1px 1px 0 0; border-style: solid; border-color: #515254; top:50%; left: 50%; transition: all 0.4s ease-out 0s;}
.loop2 .owl-prev:before { transform: translate(-20%, -50%) rotate(-135deg); }
.loop2 .owl-next:before { transform: translate(-70%, -50%) rotate(45deg);}
.loop2 .owl-prev:hover:before, .loop2 .owl-next:hover:before { }
.loop2 .owl-stage-outer {z-index: 2;}
.loop2 .owl-dots { position: absolute; z-index: 100; bottom:24px; left:calc(-54% + 160px); width: 100%; text-align: left !important; padding: 0 0px; }
.loop2 .owl-dots .owl-dot { border: 0px solid #c10000; background: transparent; margin-left: 8px;  margin-right: 8px; border-radius: 100%;}
.loop2 .owl-dots .owl-dot.active {  }
.loop2 .owl-dots .owl-dot span, .loop2  .owl-dots .owl-dot span { background: #c0c7cb !important; width: 10px !important; height: 10px !important; margin: 0 auto!important;transition: all 0.4s ease-out 0s !important;}
.loop2 .owl-dots .owl-dot.active span/*, .loop2  .owl-dots .owl-dot:hover span*/ { background: #114375 !important; }

.news-link:hover .news-title { color: #10669d;}
.news-link:hover .news-pto img { transform: scale(0.9) rotate(-1.5deg); }
.news-pto { padding-bottom: 64%; margin-bottom: 15px; display: block;}
.news-pto img { transition: all 0.4s ease-out 0s;}
.news-title { display: block; font-size: 18px; font-weight: 700; line-height: 1.3; margin-bottom: 15px;}
.news-date { font-size: 16px; font-weight: 500; line-height: 1; }

.idx-technology-section { background: url("../images/idx-technology-bg.jpg") no-repeat top right; background-size: cover; padding: calc(20px + 3%) 0 calc(20px + 3%) 5%;}
.color-white { color: #fff;}
.idx-technology-content { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; }
.idx-technology-content > div:nth-of-type(1) { width: 58%;}
.idx-technology-content > div:nth-of-type(2) { width: 42%; padding: 0 5%;
font-size: clamp(40px, 4.2vw, 110px); font-weight: 700; text-transform: uppercase; line-height: 1; font-family: Roboto; text-align: center;
-webkit-text-stroke:1px #fff;
-webkit-text-fill-color:transparent;}

.idx-technology-list { display: flex; flex-direction: row; flex-wrap: wrap; border-left: 1px solid rgba(255,255,255,.35);}
.idx-technology-list > div { width: 33.33%; border-right: 1px solid rgba(255,255,255,.35);}
.idx-technology-list > div:hover img { filter: blur(4px);}
.idx-technology-list > div:hover .idx-technology-btn { opacity: 1; transform: rotate(0deg) translate(-50%, -50%);}
.idx-technology-pto { display: block; padding-bottom: 57%; margin-bottom: 20px;}
.idx-technology-pto img { transition: all 0.4s ease-out 0s;}
.idx-technology-name { text-align: center; line-height: 1.3; color: #fff; font-size: 18px; padding-bottom: 10px;}
.idx-technology-btn { transition: all 0.4s ease-out 0s; position: absolute; z-index: 3; top: 50%; left: 50%; width: 50px; height: 50px; border-radius: 100%; background: #f6ac19; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; line-height: 1; color: #fff; opacity: 0; transform: rotate(-180deg) translate(50%, 50%); transform-origin: 50% 50%;}


.idx-partner-section { background: url("../images/idx-partner-bg.png") no-repeat center center;  padding: calc(20px + 5%) 5%;}
.idx-partner-content { padding-bottom: calc(20px + 3%); display: flex; flex-direction: column; flex-wrap: nowrap;  align-items: center;}
.idx-partner-content .title01 { padding-bottom: calc(5px + 1%);}

.loop3 { padding-bottom: 50px;}
.loop3 .owl-dots { }
.loop3 .owl-item {position: relative; }
.loop3 .owl-nav { position: absolute; bottom: 73px; left: -54%; width: 140px; z-index: 11;}
.loop3 .owl-prev, .loop3 .owl-next { position:absolute; z-index:100;  width: 60px !important; height: 60px !important; border-radius: 100% !important; background: #eef0f1 !important; border: 0px solid #fff !important;}
.loop3 .owl-prev { left:0px; }
.loop3 .owl-next { right:0px;}
.loop3 .owl-prev:before, .loop3 .owl-next:before { content: ""; position: absolute; width: 25px; height: 20px; background-size: contain; background-repeat: no-repeat; top:50%; left: 50%; transform: translate(-50%, -50%);transition: all 0.4s ease-out 0s;}
.loop3 .owl-prev:before { background-image:url("../images/icon-arrow-2.png"); }
.loop3 .owl-next:before { background-image:url("../images/icon-arrow.png");}
.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:0px; left:0; width: 100%; text-align: center!important; padding: 0 0px; }
.loop3 .owl-dots .owl-dot { border: 0px solid #c10000; background: transparent; margin-left: 5px;  margin-right: 5px; border-radius: 100%;}
.loop3 .owl-dots .owl-dot.active {  }
.loop3 .owl-dots .owl-dot span, .loop3  .owl-dots .owl-dot span { background: #dcdcdc !important; width: 10px !important; height: 10px !important; margin: 0 auto!important;transition: all 0.4s ease-out 0s !important;}
.loop3 .owl-dots .owl-dot.active span/*, .loop3  .owl-dots .owl-dot:hover span*/ { background: #006ba7 !important; }


@media only screen and (max-width: 1365px) {
    #content { padding-top: 60px;line-height:1.6;font-size: 16px;}
	#content p{ line-height:1.6;font-size: 16px;}
	p, td, li, label { line-height:1.6;font-size: 16px;}

	
}
@media only screen and (max-width: 1279px) {
	.banner-pc { display: none;}
	.banner-mobile { display: block;}
	.banner-slogon { width: 100%; height: auto; padding: calc(20px + 2%) 5%; clip-path: polygon(0px 0, 100% 0%, 100% 100%, 0 100%); }
	
	.idx-about-section > div:nth-of-type(1) { width: 100%; clip-path: polygon(0 0, 100% 0%, calc(100% - 0px) 100%, 0 100%); padding: calc(20px + 6%) 5% calc(20px + 6%) 5%;background: rgba(0,107,167,.65);  }
	.idx-about-section > div:nth-of-type(2) { width: 100%; padding: calc(20px + 6%) 5% ;}
	.idx-advantage-content > div { padding:3% 4%; }
	
	.idx-technology-content { padding-right: 5%;}
	.idx-technology-content > div:nth-of-type(1) { width: 100%;}
	.idx-technology-content > div:nth-of-type(2) { display: none;}
	
	.idx-partner-section { background: url("../images/idx-partner-bg.png") no-repeat center center / 90%;}
}

@media only screen and (max-width: 980px) {
	
	
	
}
@media only screen and (max-width: 768px) {
	.loop2 .owl-nav { top: 27%; right: auto; left: 50%; width: 100%; transform: translate(-50%, -50%);}
	.loop2 .owl-prev, .loop2 .owl-next { background: rgba(255,255,255,.9) !important; width: 25px !important; height: 25px !important;}
    .loop2 .owl-prev { left:-12px; }
	.loop2 .owl-next { right:-12px;}
	
	.idx-technology-name { font-size: 17px;}
}
@media only screen and (max-width: 640px) {
	
	
}
@media only screen and (max-width: 570px) {
	.banner-slogon { position: relative;}
	.banner-slogon { right: 0; opacity: 1;transform:translateY(-50px);}
	.swiper-slide-active .banner-slogon { transform:translateY(0px);}
	.swiper-next:after, .swiper-prev:after { width: 20px; height: 20px;}
	.swiper-prev { left: 0px;}
	.swiper-next { right: 0px;}
	
	.idx-advantage-content > div { width: 100%; }
	.idx-advantage-title { font-size: 13vw;}
	.idx-advantage-content > div > div > span { font-size: clamp(46px, 4vw, 70px);}
	
	.idx-technology-list > div { width: 100%;}
	.idx-technology-name { padding-bottom: 30px;}
}

@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 320px) {
	
}