/* 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:1360px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

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

.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.6vw, 21px);}
.font-size-22 { font-size: clamp(20px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 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-40 { font-size: clamp(26px, 3.3vw, 40px); line-height: 1.3;}
.font-size-42 { font-size: clamp(26px, 3.3vw, 42px); line-height: 1.3;}
.font-size-44 { font-size: clamp(26px, 3.5vw, 44px); line-height: 1.3;}
.font-size-48 { font-size: clamp(26px, 3.5vw, 48px); line-height: 1.3;}
.font-size-60 { font-size: clamp(32px, 4vw, 60px); line-height: 1.2;}

.font-open-sans { font-family: "Open Sans", sans-serif; }

.color-white { color: #fff !important;}
.color-red { color: #ff0000 !important;}
.color-gray { color: #333 !important;}
.color-blue { color: #005eb9 !important;}
.color-black { color: #000 !important;}

.align-center { text-align: center !important;}
.align-left { text-align: left !important;}
.align-right { text-align: right !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; line-height: 1.7; font-size: clamp(16px, 1.3vw, 18px);}

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

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

.title-type-1 { padding-bottom: calc(10px + 1%);line-height: 1.3;}

.banner { position: relative;  z-index: 3; margin-bottom: calc(20px + 4%);}
.banner-pc { }
.banner-mobile { display: none !important;}

.banner-scroll { position: absolute; z-index: 5; left: 50%; bottom: 20px; transform: translateX(-50%);cursor: pointer;/*animation-name: line-animate;animation-duration: 2.5s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; */}
.banner-scroll img { width: 20px;transition: all 0.4s ease-out 0s;}
.banner-scroll:hover img { width: 15px;}

.banner-pto { position: relative; height: 100vh;}
.banner-pto  img { object-fit: cover; width: 100%; height: 100%; object-position:center center;}
.banner-slogon { position: absolute; z-index: 5; left: 10%; top:20%; text-align: left;}
.banner-slogon > div:nth-of-type(1) { font-weight: 300;font-size: clamp(22px, 2.5vw, 30px); line-height: 1.1; padding-bottom: 18px; color: #fff;}
.banner-slogon > div:nth-of-type(2) { font-family: "Open Sans", sans-serif; text-transform: uppercase; font-weight: 300;font-size: clamp(26px, 3.5vw, 48px); line-height: 1.1; background: linear-gradient(0deg, #4c4744 0%, #FFFFFF 60%);color: transparent; background-clip: text;-webkit-background-clip: text; }

.banner-search-bar { border-radius: 20px; background: rgba(255,255,255,.1); position: absolute; z-index: 6; padding: 25px 40px;right: 12%; top:25%; color: #fff; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.2); text-align:left; max-width: 410px;}
.banner-search-title { padding-bottom: calc(20px + 3.5%);font-size: 15px; font-weight: 300; letter-spacing: 0.15rem;}
.banner-search-title > span { font-size: clamp(18px, 1.5vw, 20px); display: inline-block; padding-right: 13px; font-weight: 400; letter-spacing: 0.05rem;}
.banner-search-tool { border-bottom: 1px solid rgba(255,255,255,.7); padding-bottom: 8px; margin-bottom: 30px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.banner-search-tool > input { width: calc(100% - 25px); border-width: 0; background: none; font-size: 16px; color: #fff; padding: 0 10px 0 0;}
.banner-search-tool > a { cursor: pointer; width: 25px; opacity: 0.7; padding-right: 5px;}
.banner-search-tool > a:hover {  opacity: 1;}
.banner-search-content { max-width: 252px; margin: 0 auto; display: flex; flex-direction: column; flex-wrap: nowrap;}
.banner-search-content > div { margin-bottom: 20px;}
.banner-search-content > div:last-child { margin-bottom: 0;}
.banner-search-content select{  margin: 0px 0 0 0; width:100%; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: calc(100% - 15px) 50%; background-size:10px 7px;  -webkit-appearance: none; -moz-appearance: none; appearance: none;   margin-right:4px; background-color: transparent; font-size: 15px; border-width:1px; border-style: solid; border-color: rgba(255,255,255,.7); mwidth: 100%; color:#fff; font-family: 'Noto Sans TC', sans-serif; padding:7px 35px 8px 12px;  letter-spacing: 0;}
.banner-search-content option { padding:1px 5px;color:#666;}
.banner-search-content select::-ms-expand {
    display: none;
}
.banner-search-btn { display: block; text-align: center; background: #cb1a26; color: #fff !important; font-size: 16px; position: relative; line-height: 50px; margin-bottom: 25px;}
.banner-search-btn:hover { transform: scale(0.9);}
.banner-search-btn:after { content: ""; position: absolute; width: 7px; height: 7px; border-width: 1px 1px 0 0; border-style: solid; border-color:#fff; top:50%; right: 22%; transform: translateY(-50%) rotate(45deg);}

.swiper-slide {text-align: center;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; text-align: center;}
.swiper-slide .title {font-weight: 600; font-size: clamp(20px, 4vw, 72px);/*-webkit-text-stroke: 2px #fff;*/ line-height: 110%; padding-bottom: calc(10px + 1%); color: #fff;transition: all 0.5s ease 0.5s; text-transform: uppercase;text-shadow: 0px 0px 8px rgba(0,0,0,.6);}
.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:400; font-size: clamp(16px, 1.1vw, 20px); color: #fff !important;transition: all 0.8s ease 0.8s; padding-bottom: calc(20px + 3%); max-width: 740px; 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 0.8s ease 0.8s, opacity 0.8s ease 0.8s, background 0.4s ease-out 0s; padding: 0 15px; border: 2px solid #fff;}
.swiper-slide .banner-btn:hover { background: #165ea7; color: #fff !important; border-color: #165ea7;}
.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; width: 25px !important; top:50% !important; transform: translateY(-50%); left: 1.5% !important; position: relative; height: fit-content;}
.swiper-pagination:after {  content: ""; position: absolute; left: 66%;top:25px; transform: translateX(-50%); width: 1px; height: 48%; border-left: 1px dotted #5e5e5e;}
.swiper-pagination-bullet { width: 7px !important; height: 7px !important;  background: #5e5e5e !important; margin-left: 6px !important; margin-right: 6px !important; position: relative; opacity: 1 !important;}
.swiper-pagination-bullet:after { width: 25px !important; height: 25px !important;  position: absolute; content: ""; top:50%; left: 50%; transform: translate(-50%, -50%); border-radius: 100%;}
.swiper-pagination-bullet-active {  background: #f60d1c !important; }
.swiper-pagination-bullet-active:after {  border: 1px solid #f60d1c !important; }

.idx-hot-section { padding-bottom: calc(20px + 4%);}
.idx-hot-top-section { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-end; margin-bottom: calc(20px + 2%);}
.idx-hot-top-section > div:nth-of-type(1) { padding-right: 40px;}

.title-1 { font-size: clamp(22px, 2.5vw, 30px); line-height: 1.2; letter-spacing: 0.05rem; font-weight: 700;}

.pro-link { display: block;}
.pro-link:hover .pro-link-pto-box { box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); transform: scale(0.88);}
.pro-link:hover .pro-link-pto img { transform: scale(1.1);}
.pro-link-pto-box { background: #f8f8f8; padding: calc(20px + 1.5%); margin-bottom: 24px; transition: all 0.5s ease-out 0s;}
.pro-link-pto-name { font-weight: 600; font-size: clamp(20px, 2.2vw, 28px); color: #000; text-transform: uppercase; padding-bottom: calc(20px + 1%);}
.pro-link-pto { padding-bottom: 80%;}
.pro-link-pto img { transition: all 1.8s ease-out 0s; }
.pro-link-title { color: #000; font-weight: 600; line-height: 1.3; padding-bottom: 12px;}
.pro-link-data { margin-bottom:10px;display: flex; flex-direction: row; flex-wrap: wrap; color: #666; }
.pro-link-data > div { line-height: 1.5;}
.pro-link-data > div:nth-of-type(1) { border-right: 1px solid #d8d8d8; padding-right: 12px; margin-right: 12px;}
.pro-link-cash { color: #000; line-height: 1.2;}
.pro-link-cash span { font-family: "Open Sans", sans-serif; color: #cb1a26; font-size: 30px; padding-right: 10px;}

.loop3 {  padding: 0 0px; margin-bottom: calc(20px + 2%);}
.loop3 .owl-dots { display: none;}
.loop3 .owl-item {position: relative; }
.loop3 .owl-item img {  width: inherit !important;}
.loop3 .owl-nav { position: absolute; top:32%; left: 0; width: 100%; z-index: 11; transform: translateY(-50%);}
.loop3 .owl-prev, .loop3 .owl-next { position:absolute; z-index:100;  background:#fff !important; width: 50px; height: 50px; margin: 0 !important; border-radius: 100% !important; border: 0px solid #fff !important; transform-origin: 50% 50%;transition: all 0.4s ease-out 0s; text-align: center;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}
.loop3 .owl-prev { left:-25px; }
.loop3 .owl-next { right:-25px;}
.loop3 .owl-prev:before, .loop3 .owl-next:before { content: ""; font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 1;transition: all 0.4s ease-out 0s;width: 12px; height: 12px; border-width: 1.5px 1.5px 0 0; border-style: solid; border-color: #000; background-size: contain; display: inline-block; position: absolute; top:50%; left: 50%; }
.loop3 .owl-prev:before { transform:translate(-50%, -50%) rotate(-135deg);}
.loop3 .owl-next:before { transform:translate(-50%, -50%) rotate(45deg);}
.loop3 .owl-stage-outer {z-index: 2;}
.loop3 .owl-dots { position: absolute; z-index: 100; bottom: -60px; left: 0; width: 100%; text-align: center!important; padding: 0 0px; }
.loop3 .owl-dots .owl-dot span, .loop3  .owl-dots .owl-dot span { background: #d1d1d1 !important; width: 10px !important; height: 10px !important;}
.loop3 .owl-dots .owl-dot.active span, .loop3  .owl-dots .owl-dot:hover span { background: #073061 !important; }

.btn01 { border: 0px solid #18395b; height: 50px; max-width: 200px;display:flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; overflow: hidden; background: #cb1a26; text-align: center;}
.btn01:hover { transform: scale(0.95); border-radius: 25px;}
.btn01:hover:after { height: 200%; width:200%;}
.btn01:after { content: ""; position: absolute; width: 0%; height: 0%; bottom: -30px;; left: 50%; transform: translateX(-50%); background: #222;transition: all 0.3s ease-in-out 0s; border-radius: 100%;}
.btn01 > span { display: inline-block; position: relative; z-index: 3; transition: all 0.4s ease-in-out 0s; color: #fff; font-size: 16px; }

.idx-hot-btn .btn01 { margin: 0 auto;}

.idx-link-section { padding-bottom: calc(20px + 4%);}
.idx-link-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-top: 10px;}
.idx-link-list > a { width: calc(25% - 6px); margin-bottom: 12px;}
.idx-link-list > a:hover { transform: scale(0.92); }
.idx-link-list > a:hover img { box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);}
.idx-link-list > a img { width: 100%; border-radius: 20px;transition: all 0.4s ease-out 0s;}

.idx-about-section { background: url("../images/idx-about-bg.jpg") no-repeat top center / cover; padding: calc(20px + 5%) 5% calc(320px + 15%) 5%; }
.idx-about-content { max-width: 1280px; margin: 0 auto; text-align: left;display: flex; flex-direction: row; flex-wrap: wrap; }
.idx-about-content > div:nth-of-type(1) { width: 350px; padding: 70px 0; position: relative; color: #fff;}
.idx-about-content > div:nth-of-type(1) > div:nth-of-type(2) { padding-left: 3vw;}
.idx-about-content > div:nth-of-type(2) { width: calc(100% - 350px); padding: 30px 0 0 5%; position: relative;}
.idx-about-content > div:nth-of-type(2):before { content: ""; position: absolute; width: 1px; height: calc(100% - 115px); background: rgba(255,255,255,.32); top:0; left: 0;}
.idx-about-data { max-width: 600px; margin: 0 auto 0 0; color: #fff;}
.idx-about-data h1 { font-size: clamp(22px, 2.5vw, 30px); line-height: 1.2; font-weight: 500;font-family: 'Noto Sans TC', sans-serif;  margin: 0; padding: 0 0 calc(10px + 2%);}
.idx-about-btn { padding-top: 65px;}
.idx-about-btn .btn01:hover span { color: #222;}
.idx-about-btn .btn01:after { background: #fff;}

.idx-news-section { padding: calc(20px + 5%) 5%; }
.idx-news-section .loop3 { padding-top: 20px;}
.idx-news-section .loop3 .owl-nav { top:24%;}

.news-link { display: block;}
.news-link:hover .news-link-pto img { transform: scale(1.05); filter: brightness(70%);}
.news-link:hover .news-link-more { color: #cb1a26;}
.news-link-pto { padding-bottom:61%; margin-bottom: calc(15px + 1%); border-radius: 20px;}
.news-link-pto img { transition: all 1.5s ease-out 0s; }
.news-link-content { padding: 0 12px;}
.news-link-date { font-size: 15px; color: #cb1a26;font-family: "Open Sans", sans-serif; line-height: 1; padding-bottom: 16px;}
.news-link-title { min-height: 50px; margin-bottom: 15px; line-height: 1.3; color: #333;}
.news-link-more { text-align: right; font-size: 15px; color: #999999; font-weight: 300;}



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

@media only screen and (max-width: 1279px) {
	#content { padding-top: 44px;}
	
	.banner-slogon { left: 0%; top:50px; text-align: center; width: 100%;}
	.banner-search-bar { left: 50%; right: auto; top:calc(140px + 3%); transform: translateX(-50%); background: rgba(0,0,0,.2)}
	
}

@media only screen and (max-width: 980px) {
	.banner-pc { display: none !important;}
	.banner-mobile { display: block !important;}
	
	.loop3 .owl-prev, .loop3 .owl-next { width: 35px; height: 35px;}
	.loop3 .owl-prev:before, .loop3 .owl-next:before { width: 8px; height: 8px;}
	.loop3 .owl-prev { left:-10px; }
	.loop3 .owl-next { right:-10px;}
	
	.idx-about-content > div:nth-of-type(1) { width: 100%; padding: 0px 0;}
	.idx-about-content > div:nth-of-type(2) { width: calc(100% - 0px); padding: 30px 0 0 0; }
	.idx-about-content > div:nth-of-type(2):before {  width: 100%; height: 1px; }
	.idx-about-data { max-width: 100%;}
	.idx-about-btn { padding-top: 35px;}
	
}
@media only screen and (max-width: 768px) {
	.banner-search-bar { max-width: inherit; width: 90%;}
	.banner-search-content { max-width: inherit;}
	
	.idx-link-list > a { width: calc(50% - 6px);}
	
	.idx-about-section { background: url("../images/idx-about-bg.jpg") no-repeat 24% 0% / cover; }
}
@media only screen and (max-width: 640px) {
	.loop .owl-dots { bottom: 10px;  }
	.loop .owl-dots .owl-dot span, .loop  .owl-dots .owl-dot span { width: 8px !important; height: 8px !important; margin: 5px 4px !important; }
	
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 414px) {
	.idx-hot-top-section > div:nth-of-type(1) { padding-bottom: 10px;}

	
}

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

