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

#content { font-size: 20px; line-height:1,7; color: #333; letter-spacing: 0; font-weight: 300; padding-top: 120px; overflow: hidden; position: relative;}

.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(16px, 1.5vw, 20px);}
.font-size-22 { font-size: clamp(18px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-25 { font-size: clamp(20px, 1.9vw, 25px);}
.font-size-28 { font-size: clamp(20px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px); line-height: 1.5;}
.font-size-32 { font-size: clamp(22px, 2.5vw, 32px); line-height: 1.5;}
.font-size-38 { font-size: clamp(24px, 3.5vw, 38px); line-height: 1.5;}
.font-size-40 { font-size: clamp(24px, 3.5vw, 40px); line-height: 1.3;}
.font-size-48 { font-size: clamp(24px, 3.5vw, 48px); line-height: 1.3;}
.font-size-50 { font-size: clamp(24px, 3.5vw, 50px); line-height: 1.3;}

.font-weight-500 { font-weight: 500;}

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

.banner-pto { position: relative;}

.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: 900; 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;}
.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 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: 50px !important; height: 50px !important; border-radius: 0%; background: #a78c6d; position: absolute; z-index: 2; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; bottom: 10%;transition: all 0.4s ease-out 0s;}
.swiper-next:hover, .swiper-prev:hover { opacity: 0.5;}
.swiper-next:after, .swiper-prev:after { content: ""; display: block; width: 15px; height: 15px ; border-width: 1px 1px 0 0; border-color: #fff; border-style: solid;}
.swiper-prev:after { transform: rotate(-135deg); margin-left: 6px;}
.swiper-next:after { transform: rotate(45deg); margin-right: 6px;}
.swiper-prev { left: 5%;}
.swiper-next { left: calc(5% + 65px);}

.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; }


.circle-box { position: absolute; top:15%; left: -10%; width: 60%; z-index: -1;}
.circle-box-2 { position: absolute; top:40%; right: -10%; width: 55%; z-index: -1;}

.box {position: relative; padding-bottom: 100%; transform: scale(1);border-radius: 50%;background: linear-gradient(45deg, #fff, #faf5e5 100%);animation: rotate 3.5s linear infinite;}
.box:before, .box:after {content: " ";position: absolute;inset: 5vw;background: #fff;border-radius: inherit;}

.box:before {background: linear-gradient(45deg, transparent, transparent 100%);filter: blur(32px);}

@keyframes rotate {
  100% {transform:scale(1) rotate(360deg);}
}

.idx-about-section { padding:0 5% calc(20px + 5%) 5%; display: flex; flex-direction: row; flex-wrap: wrap;}
.idx-about-section > div:nth-of-type(1) { width: calc(50% - 100px); padding-right: 5%; padding-top: calc(20px + 1%);}
.idx-about-section > div:nth-of-type(1) p { padding:0 0 calc(20px + 2%) 0; margin: 0; line-height: 1.7;}
.idx-about-section > div:nth-of-type(2) { width: calc(50% + 100px);}

.title01 { margin-bottom: calc(15px + 1%); position: relative;}
.title01:after { content:""; position: absolute; width: 80px; height: 3px; left: 0; bottom: 0; background: #ca9e03;}
.title01 > h1, .title01 > div { padding: 0 0 20px 0; margin: 0; font-weight: 900; font-family: 'Noto Serif TC', sans-serif; line-height: 1.3;}
.title01 > span { display: block; color: #891c35; font-weight: 900;font-family: 'Noto Serif TC', sans-serif; padding-bottom: 25px; line-height: 1.2;}

.btn01 { position: relative; overflow: hidden; display: inline-block; line-height: 1.2; padding: 12px 30px; border-radius: 25px; border: 1px solid #a5a5a5; font-size: 300;}
.btn01:before { position: absolute;  content: ""; border-radius: 100%; width: 10px; height: 10px; background: #891c35; left: 13px; top:50%; transform:translateY(-50%);transition: all 0.4s ease-out 0s;}
.btn01:hover span { color: #fff;}
.btn01:hover:before { width: 400px; height: 400px; left: 50%; transform:translateY(-50%) translateX(-50%)}
.btn01 span { position: relative; z-index: 2;}

.align-center { text-align: center !important;}

.loop2 { padding-bottom: calc(40px + 3%);}
.loop2 .owl-dots { }
.loop2 .owl-item {position: relative; }
.loop2 .owl-nav { position: absolute; bottom: 73px; left: -54%; width: 140px; z-index: 11;}
.loop2 .owl-prev, .loop2 .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;}
.loop2 .owl-prev { left:0px; }
.loop2 .owl-next { right:0px;}
.loop2 .owl-prev:before, .loop2 .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;}
.loop2 .owl-prev:before { background-image:url("/images/theme-b67/icon-arrow-2.png"); }
.loop2 .owl-next:before { background-image:url("/images/theme-b67/icon-arrow.png");}
.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:0; left:0; width: 100%; text-align: center!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: #cacaca !important; width: 12px !important; height: 12px !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: #88653d !important; }

.idx-link-pto { padding-bottom: 85%; position: relative; display: block;}
.idx-link-pto:hover img { filter: brightness(50%); transform: scale(1.05)}
.idx-link-pto img { transition: filter 0.4s ease-out 0s, transform 2s ease-out 0s; }
.idx-link-name { position: absolute; z-index: 3; top:50%; transform: translateY(-50%); width: 100%; padding: 0 5%; text-align: center; color: #fff; letter-spacing: 0.1rem; font-weight: 700; line-height: 1.3;}


.idx-middle-section { margin-bottom: calc(20px + 5%); padding-left: 5%; padding-right: 5%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.idx-middle-section > div:nth-of-type(1) { width: calc(50% - 30px); padding-right: 10%; }
.idx-middle-section > div:nth-of-type(2) { width: calc(50% + 30px); }
.idx-middle-section > div:nth-of-type(2)  p { padding:0 0 calc(20px + 2%) 0; margin: 0; line-height: 1.7;}

.idx-service-section { margin-bottom: calc(20px + 5%); padding-left: 5%;display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.idx-service-section > div:nth-of-type(1) { width: 438px; padding-right: 5%;}
.idx-service-section > div:nth-of-type(2) { width: calc(100% - 438px);}

.idx-service-content { position: relative;}

.idx-service-menu  { left: 10%; top:50%; transform: translateY(-50%); border-radius: 30px; background: rgba(255,255,255,.9); padding: 20px 30px; position: absolute; z-index: 3;  min-width: 240px; transition: all 0.4s ease-out 0s;}
.idx-service-menu:hover  { background: rgba(255,255,255,.9);}
.idx-service-menu > a  { display: block; padding: 10px 0 10px 16px; position: relative; line-height: 1.2; font-weight: 400;}
.idx-service-menu > a:hover  { color: #ca9e03;}
.idx-service-menu > a:before  { content: ""; position: absolute; width: 8px; height: 11px; background: #ca9e03; left: 0; top: 50%; transform: translateY(-50%); clip-path: polygon(0 0, 100% 50%, 0% 100%);}

.idx-news-section-title { padding-bottom: calc(20px + 1%);}
.idx-news-section-title .title01:after { left: 50%; transform: translateX(-50%);}

.loop3 { padding-bottom: calc(20px + 3%);margin-bottom: calc(20px + 3%);}
.loop3 .owl-dots { }
.loop3 .owl-item {position: relative; }
.loop3 .owl-item img { transition: all 0.4s ease-out 0s;filter: brightness(30%);}
.loop3 .owl-item.center img { filter: brightness(100%);}
.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/theme-b67/icon-arrow-2.png"); }
.loop3 .owl-next:before { background-image:url("/images/theme-b67/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:-8px; left:0; width: 100%; text-align: center!important; padding: 0 0px; }
.loop3 .owl-dots .owl-dot { border: 0px solid #c10000; background: transparent; margin-left: 8px;  margin-right: 8px; border-radius: 100%;}
.loop3 .owl-dots .owl-dot.active {  }
.loop3 .owl-dots .owl-dot span, .loop3  .owl-dots .owl-dot span { background: #cacaca !important; width: 12px !important; height: 12px !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: #88653d !important; }

.news-pto { padding-bottom: 59%; margin-bottom:22px;}
.news-name { text-align: center; line-height: 1.3; padding: 0 20px;}


@media only screen and (max-width: 1365px) {
    #content { padding-top: 60px;line-height:1.6; font-size: 16px;}

	.idx-service-section { padding-right: 5%;}
	.idx-service-section > div:nth-of-type(1) { width: 100%; padding-right: 0%; }
	.idx-service-section > div:nth-of-type(2) { width: 100%; }
	.idx-service-menu { left: 5%;min-width: 200px;}
	
}
@media only screen and (max-width: 1279px) {
	
	.idx-about-section > div:nth-of-type(1) { width: 100%; padding-right: 0%; padding-top: 0; padding-bottom: 25px;}
	.idx-about-section > div:nth-of-type(2) { width: 100%;}

	.idx-middle-section { margin-bottom: calc(20px + 2%);}
	.idx-middle-section > div:nth-of-type(1) { order: 2; width: 100%; padding-right: 0%; text-align: center;}
	.idx-middle-section > div:nth-of-type(2) { order: 1; width: 100%; padding-bottom: 30px; }
}

@media only screen and (max-width: 980px) {
	.banner-pc { display: none !important;}
	.banner-mobile { display: block !important;}
	
	.circle-box { top:4%; width: 85%; }
	.circle-box-2 { top:26%; width: 85%; }
	.box:before, .box:after {inset:8vw;}
}
@media only screen and (max-width: 768px) {
	.swiper-next, .swiper-prev { transform: scale(0.4); bottom: -5%;}
	.swiper-prev { left: 3%;}
	.swiper-next { left: calc(3% + 30px);}
	
    
}
@media only screen and (max-width: 640px) {
	
	
}
@media only screen and (max-width: 570px) {
	
}

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

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