/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Noto Sans TC', sans-serif; overflow-x: hidden; position: relative; background: #f1f1f1;}
body:after {  position: absolute; width: 50%; right: 0; top: 0; height: 100%; background: #f59c42; z-index: -1;}
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:1140px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: clamp(16px, 1.5vw, 18px); line-height:1.6; color: #292929; letter-spacing: 0; font-weight: 400; padding-top: 94px; background: #fff;box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);}

.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-32 { font-size: clamp(22px, 2.7vw, 32px);}
.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; height: 380px;}
.banner img  { object-fit: cover; width: 100%; height: 100%;}

.banner-pc, .banner-mobile { position: relative;}
.banner-mobile { display: none !important;}

.p-type-1 { font-size: clamp(16px, 1.5vw, 18px); line-height:1.6; font-family: 'Noto Sans TC', sans-serif; font-weight: 400; padding: 0; margin:0 0 calc(15px + 1%) 0;}

.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: right !important; padding: 0 20px; }
.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: #4a6da7 !important; }

.banner-content { position: absolute; z-index: 2; left: 0; bottom: 0; width: 100%; padding: 0 calc(20px + 2%) 25px calc(20px + 2%); display: flex; flex-direction: column; flex-wrap: nowrap; align-items: flex-start;}
.banner-content > div { color: #fff; text-shadow: 0px 0px 4px #000, 0px 0px 12px rgba(0,0,0,.7); line-height: 1.3; font-weight: 500; padding-bottom: 20px;font-size: clamp(18px, 1.7vw, 22px);}
.banner-content > div > span { display: block; font-weight: 700; line-height: 1.2;font-size: clamp(22px, 2.7vw, 32px); padding-bottom: 10px;}

.btn01 { display: inline-block; background: #4a6da7; line-height: 40px; color: #fff !important; font-size: 16px ; font-weight: 700; padding: 0 18px;}
.btn01:hover { background: #3c5892;}

.main-box { padding: calc(10px + 2%) calc(10px + 4%) 0 calc(10px + 4%);}

.title-1-type { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.title-1-type > div { margin-bottom: 18px;}
.title-1-type > div:nth-of-type(1) { color: #111; font-weight: 700; line-height: 1.2; font-size: clamp(26px, 2.7vw, 32px);}

.hr-type-1 { border-top: 2px solid #d9d9d9; display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 10px; }

.layout-33 { margin-right: -13px;display: flex; flex-direction: row; flex-wrap: wrap; }
.layout-33 > a { width: calc(33.33% - 13px); margin: 0 13px 25px 0; display:block;}
.pto-type-1 { padding-bottom: 49%; margin-bottom: 10px; position: relative;}
.pto-type-1 img { width: 100%;}
.title-2-type { color: #4a6da7;font-size: clamp(18px, 1.5vw, 20px); line-height: 1.4;}
.title-2-type:hover { text-decoration: underline;}

.layout-33-2 { padding-bottom: 20px;}
.layout-33-2 > a { margin: 0 13px 13px 0; position: relative;}
.pto-type-2 { height: 150px;}
.pto-type-2 img { object-fit: cover; width: 100%; height: 100%;}
.title-3-type-bg { position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; height: 50%; background: linear-gradient(0deg, rgba(41,41,41,1) 0%, rgba(41,41,41,0) 100%);}
.title-3-type { position: absolute; z-index: 2; bottom: 0; left: 0; width: 100%; padding: 0 12px 20px 12px; line-height: 1.1; color: #fff; font-weight: 500; font-size: 17px; }
.title-3-type:hover { text-decoration: underline;}

.idx-video-hot { margin-bottom: 22px; position: relative; height: 375px;}
.idx-video-hot > img { object-fit: cover; width: 100%; height: 100%;}
.idx-video-hot-content { position: absolute; top:50%; left: 0; transform: translateY(-50%); width: 100%; max-width: 400px; background: rgba(241,241,241,.9); display: flex; flex-direction: column; flex-wrap: nowrap; align-items: flex-start; padding: calc(20px + 2%) calc(20px + 1%)}
.idx-video-hot-content > div { color: #111; line-height: 1.3; font-weight: 500; padding-bottom: 20px;font-size: clamp(18px, 1.7vw, 22px);}
.idx-video-hot-content > div > span { display: block; font-weight: 700; line-height: 1.2;font-size: clamp(22px, 2.7vw, 32px); padding-bottom: 10px;}
.idx-video-hot-content .btn01 img { width: 15px; display: inline-block; margin-right: 5px; transform: translateY(-2px);}

.pto-type-1 .btn-play { position: absolute; z-index: 4; left: 0; bottom: 0; }
.btn-play { width: 40px; height: 40px; background: rgba(0,0,0,.7); display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; }
.btn-play img { width: 15px; }

.idx-about-section { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 30px; }
.idx-about-section > div { padding-bottom: 20px; }
.idx-about-section > div:nth-of-type(1) { padding-right: 40px; width: 67%; }
.idx-about-section > div:nth-of-type(1) h1 { font-size: clamp(26px, 2.7vw, 32px);padding: 0 0 20px 0; margin: 0; font-family: 'Noto Sans TC', sans-serif; line-height: 1.3; color: #111; font-weight: 700; }
.idx-about-section > div:nth-of-type(2) { width: 33%; }

@media only screen and (max-width: 1920x) {
	
	
}

@media only screen and (max-width: 1365px) {
	
	
}

@media only screen and (max-width: 1279px) {
	.banner-pc { display: none !important}
	.banner-mobile { display: block !important; }
	
}

@media only screen and (max-width: 980px) {
	
}
@media only screen and (max-width: 768px) {
	.banner { height: 280px;}
	
	.layout-33 { margin-right: 0; }
	.layout-33 > a { width: calc(100% - 0px); margin-right: 0; }
	
	.idx-video-hot { height: auto; }
	.idx-video-hot-content { position: relative; top:auto; left: auto; transform: none; width: 90%; max-width: inherit; margin:-25px auto 0 auto; }
}
@media only screen and (max-width: 640px) {
	.idx-about-section > div:nth-of-type(1) { padding-right: 0px; width: 100%; }
	.idx-about-section > div:nth-of-type(2) { width: 100%; text-align: center; padding-bottom: 0;}
	
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 320px) {
	
	
}