/* 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.7; color: #555; letter-spacing: 0; font-weight: 400; padding-top: 88px;}

.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-15 { font-size: 15px;}
.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-34 { font-size: clamp(22px, 2.9vw, 34px);}
.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-poppins { font-family: "Poppins", sans-serif;}

.color-blue { color: #0051b7;}
.color-green { color: #009fb4;}
.color-white { color: #fff;}
.color-gray { color: #666666;}

.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 { padding: 0; margin:0 0 calc(20px + 2%) 0; font-weight: 400; line-height: 1.7; font-size: 17px;}

.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 { line-height: 1.3; padding-bottom: 10px;}
.title-type-2 { line-height: 1.3; padding-bottom: calc(15px + 1%);}

.banner { position: relative; margin-bottom: calc(20px + 3%);}

.banner-pc { display: block !important; width: 100%;}
.banner-mobile { display: none !important; width: 100%; }

.banner-tool-box { position: absolute; z-index: 4; left: 0; width:100%; top: auto; height: auto;bottom: 12%;}
.banner-tool-box .swiper-pagination { top:auto !important; bottom: auto !important; }

.banner .swiper-pagination-bullet-active { background: #ff3131 !important;}
.banner .swiper-pagination-bullet { margin: 0 8px !important; background: #fff; opacity: 1;}

.banner-content { position: absolute; z-index: 3; left: 0; top: 50%; transform: translateY(-50%); width: 100%; padding: 0 5%; color: #fff;}
.banner-content-title { line-height: 1.1; margin-bottom: 16px; font-weight:700; font-size: clamp(24px, 3.2vw, 42px);}
.banner-content-title span { display: inline-block; line-height: 1.1; font-size: clamp(30px, 4.4vw, 66px); margin-right: 1.5vw; font-weight:700;}
.banner-content-data { position:relative; margin-bottom: 24px; padding: 26px 0 26px calc(25px + 1.5%);}
.banner-content-data:before { position:absolute; content: ""; top: 0; left: 0; width: 64px; height: 10px; background: #fff; pointer-events:none;}
.banner-content-data:after { position:absolute; content: ""; top: 0; left: 0; width: 180px; height: 100%; border-width: 0 0 10px 10px; border-style: solid; border-color: #fff; pointer-events:none;}
.banner-content-data > div { position: relative; padding-left: 15px; margin-bottom: 8px; line-height: 1.4; font-style: italic; letter-spacing: 0.05rem; font-size: clamp(18px, 1.5vw, 25px);}
.banner-content-data > div:before { position: absolute; content: ""; width: 7px; height: 3px; background: #fff; left: 0; top:17px;}
.banner-content-btn { display: block; width: 180px; line-height: 55px; border-radius: 5px; text-align: center; color: #fff !important; background: #ff3131; font-size: 16px;}
.banner-content-btn:hover { color: #fff; background: #122036; transform: scale(0.9);}

.idx-about-box { position: relative; padding-bottom: calc(20px + 5%);}
.idx-about-box:after { position: absolute; content: ""; z-index: -1; width: 28%; height: 310px; top: 0; right: 0; border-radius: 100px 0 0 0; background: #f2f2f2;}

.idx-about-section { display: flex; flex-direction: row; flex-wrap: wrap;}
.idx-about-section > div:nth-of-type(1) { width: 51%;}
.idx-about-section > div:nth-of-type(2) { width: 49%; padding-left: 4%; padding-top: 70px;}

.title-1 { padding:0 0 25px 0; margin:0 0 25px 0;font-size: clamp(26px, 2.6vw, 36px); font-weight: 700; color: #122036; ; position: relative; line-height: 1.3; font-family: "Noto Sans TC", sans-serif; letter-spacing: 0;}
.title-1:before { content: ""; position: absolute; left: 0; bottom: -4px; width: 9px; height: 9px; background: #122036; border-radius: 100%;}
.title-1:after { content: ""; position: absolute; left: 0; bottom: 0; width: 62px; height: 1px; background: #122036;}

.btn-1 { display: block; width: 180px; line-height: 55px; border-radius: 5px; text-align: center; color: #fff !important; background: #122036; font-size: 16px;}
.btn-1:hover { color: #fff; background: #ff3131; transform: scale(0.9);}

.video-container {position: relative;padding-bottom: 51.5%;padding-top: 30px;height: 0;overflow: hidden; border-radius: 15px;}
.video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%; border-width: 0;}

.idx-solution-box { position: relative; padding-bottom: calc(20px + 2.5%);margin-bottom: calc(20px + 5%);}
.idx-solution-box:after { position: absolute; content: ""; z-index: -1; width: 95%; height: 80%; bottom: 0; left: 0; border-radius: 0 150px 150px 0; background: #f2f2f2;}

.idx-solution-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -35px;}
.idx-solution-list > a { margin: 0 35px calc(20px + 2%) 0; width: calc(33.33% - 35px); display: block;}
.idx-solution-list > a:hover { border: 1px solid #122036; border-radius: 10px; padding: 12px; background: #fff;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);}
.idx-solution-list > a:hover .idx-solution-list-pto img { transform:scale(1.06);}
.idx-solution-list > a:hover .idx-solution-list-title { color: #ff3131;}
.idx-solution-list > a:hover .btn-2 > img { animation: arrow-rotateX 1.4s ease-in-out infinite;}
.idx-solution-list-pto { padding-bottom: 53.33%; margin-bottom: 25px;}
.idx-solution-list-pto img { transition: all 0.4s ease-out 0s;}
.idx-solution-list-content { padding: 0 12px;}
.idx-solution-list-title { color: #122036; font-weight: 700;font-size: clamp(20px, 1.7vw, 22px); line-height: 1.3; padding-bottom: 14px;}
.idx-solution-list-data { line-height: 1.5; font-size: 16px; margin-bottom: 14px; color: #555;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}

.btn-2 { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; font-weight: 500;}
.btn-2 > div { color: #122036; font-size: 15px; padding-right: 6px;}
.btn-2 > img { width: 20px; }
.btn-2:hover > img { animation: arrow-rotateX 1.4s ease-in-out infinite;}

.idx-news-box { padding-bottom: calc(20px + 5%);}

.idx-news { padding: 10px 0 !important;}
.idx-news-link { border: 1px solid #c9c9c9;}
.idx-news-link:hover { transform: translateY(-10px) !important; box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);}
.idx-news-link:hover .idx-news-title{ color: #ff3131;}
.idx-news-pto { padding-bottom: 56.29%;}
.idx-news-content { padding:20px;}
.idx-news-date { line-height:1; font-size: 15px; color: #122036; padding-bottom: 13px;}
.idx-news-title { line-height:1.3; font-size: clamp(20px, 1.7vw, 22px); color: #122036; padding-bottom: 13px; font-weight: 700;}
.idx-news-data { line-height: 1.5; font-size: 16px; color: #555;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}

.idx-news-tool { position: relative; width: 100px; margin:45px auto 20px auto;}
.news-button-prev, .news-button-next { position: absolute; width: 40px; height: 40px; background: #122036; border-radius: 100%; top:50%; transform: translateY(-50%); z-index: 3;transition: all 0.4s ease-out 0s;}
.news-button-prev:hover, .news-button-next:hover { background: #ff3131;}
.news-button-prev:before, .news-button-next:before { width: 12px; height: 12px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff; position: absolute; top:50%; left: 50%; content: ""; }
.news-button-prev:before { transform: translate(-50%, -50%) rotate(-135deg); margin-left: 3px;}
.news-button-next:before { transform: translate(-50%, -50%) rotate(45deg); margin-left: -3px;}
.news-button-prev { left: 0;}
.news-button-next { right: 0;}

.idx-blog-box { position: relative; padding-top: calc(20px + 5%);margin-bottom: calc(20px + 5%);}
.idx-blog-box:after { position: absolute; content: ""; z-index: -1; width: 95%; height: 510px; top: 0; right: 0; border-radius: 150px 0 0 150px; background: #f2f2f2;}

.idx-blog-link { height: 352px !important; position: relative; display: block; overflow: hidden;}
.idx-blog-link:hover .btn-2 > img { animation: arrow-rotateX 1.4s ease-in-out infinite;}
.idx-blog-link:hover .idx-blog-pto { transform: scale(1.05); filter: brightness(60%);}
.idx-blog-link .idx-blog-pto { object-fit: cover; width: 100%; height: 100%; transition: all 0.4s ease-out 0s; }
.idx-blog-content { position: absolute; z-index: 3; bottom: 35px; left: 0; width: 100%; padding: 0 5%;}
.idx-blog-title { color: #fff; font-size: clamp(18px, 1.5vw, 20px); line-height: 1.5; padding-bottom: 18px;}
.idx-blog-content .btn-2 > div { color: #fff; }
.idx-blog-content .btn-2 > img { filter: brightness(0) invert(1);}

.blog-button-prev, .blog-button-next { position: absolute; width: 40px; height: 40px; background: #122036; border-radius: 100%; top:50%; transform: translateY(-50%); z-index: 3;transition: all 0.4s ease-out 0s;}
.blog-button-prev:hover, .blog-button-next:hover { background: #ff3131;}
.blog-button-prev:before, .blog-button-next:before { width: 12px; height: 12px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff; position: absolute; top:50%; left: 50%; content: ""; }
.blog-button-prev:before { transform: translate(-50%, -50%) rotate(-135deg); margin-left: 3px;}
.blog-button-next:before { transform: translate(-50%, -50%) rotate(45deg); margin-left: -3px;}
.blog-button-prev { left: 0;}
.blog-button-next { right: 0;}


.idx-blog-btn { padding-top: 50px;}
.idx-blog-btn .btn-1 { margin: 0 auto;}

@keyframes arrow-rotateX {
  0% { transform: rotateX(0deg) translateX(0px); }
  50% { transform: rotateX(360deg) translateX(10px); }
  100% { transform: rotateX(0deg) translateX(0px); }
}


@media only screen and (max-width: 1365px) {
	
}
@media only screen and (max-width: 1279px) {
	body { padding-bottom: 45px;}
	#content { padding-top: 70px; }
	
	#content , .p-layout { line-height: 1.6;font-size: 16px;}
	
	.banner-pc { display: none !important}
	.banner-mobile { display: block !important; filter: brightness(55%);}
	
	.banner-content-btn { width: 120px; line-height: 40px; font-size: 14px;}
	
	.btn-1 { width: 120px; line-height: 40px; font-size: 14px;}
	
	.idx-solution-box:after { width: 100%; height: 90%;border-radius:0 10vw 10vw 0;}
	
	.idx-blog-box:after { width: 100%; height: 70%; border-radius: 10vw 0 0 10vw;}
}

@media only screen and (max-width: 980px) {
	.idx-banner .swiper-slide  { height: 500px;}
	.idx-banner .swiper-slide .banner-mobile  { object-fit: cover; width: 100%; height: 100%;}
	
	.idx-about-box:after { display: none;}
	.idx-about-section > div:nth-of-type(1) { width: 100%;}
	.idx-about-section > div:nth-of-type(2) { width: 100%; padding-left: 0%; padding-top: 30px;}
	
	.idx-solution-list { margin-right: 0px; justify-content: space-between;}
	.idx-solution-list > a { margin: 0 0px calc(20px + 2%) 0; width: calc(50% - 10px); }
	
	
}
@media only screen and (max-width: 768px) {
	.member-button-prev { left: 10px;}
	.member-button-next { right: 10px;}
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	.idx-solution-list > a { width: 100%; }
	
}

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

@media only screen and (max-width: 320px) {
	.banner-tool-box { bottom: 10%;}
}
