/* 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: 18px; line-height:1.7; color: #222; letter-spacing: 0; font-weight: 400; padding-top: 142px; }
#content:before { position: absolute; content: ""; top: 0; left: 0; width: 33%; height: 100%; background: #dfa022; z-index: -1;}
#content p{ margin-bottom: 30px; margin-top: 0; font-size: 18px;line-height:1.7;  font-weight: 400;}
p, td, li, label { font-size: 18px;line-height:1.7;  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; margin-bottom: calc(20px + 3.5%); }
.banner-pc { }
.banner-mobile { display: none;}

.banner-scroll { position: absolute; z-index: 5; left: 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; text-align: right;}
.banner-slogon { position: absolute; z-index: 5; left: 10%; top:50%; transform: translateY(-50%); display: flex; flex-direction: column; flex-wrap: nowrap; max-width: 570px;text-shadow: 10px 10px 8px rgba(0,0,0,.4); }

.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;*/ width: 84%;}
.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: left;}
.swiper-slide .title {font-weight: 900; font-size: clamp(24px, 4vw, 72px);/*-webkit-text-stroke: 2px #fff;*/ line-height: 110%; padding-bottom: calc(5px + 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:300; font-size: clamp(18px, 2.4vw, 36px); color: #fff !important;transition: all 0.8s ease 0.8s; padding-bottom: calc(20px + 3%); line-height: 1.2; }
.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; bottom: 40px;}
.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 { right: 60px;}
.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 { padding-bottom: 40px; display: flex; flex-direction: row ;flex-wrap: wrap; align-items: center;}
.idx-about-section > div:nth-of-type(1) { width: calc(50% + 65px);}
.idx-about-section > div:nth-of-type(2) { width: calc(50% - 65px); padding: 0 5% 0 2%;}
.idx-about-section > div:nth-of-type(2) h1 { font-weight: 700; font-size: clamp(22px, 4vw, 50px); line-height: 1.05; padding: 0 0 20px 0; margin: 0;}

.btn01 { border: 2px solid #222; height: 60px; max-width: 260px;display:flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; overflow: hidden; border-radius: 30px;}
.btn01:hover { border-color: #cc0033;}
.btn01:hover:after { height: 200%; width:200%;}
.btn01:hover > span { color: #fff;}
.btn01:hover > span:after  { right: -100%; opacity: 0;}
.btn01:after { content: ""; position: absolute; width: 0%; height: 0%; bottom: -30px;; left: 50%; transform: translateX(-50%); background: #cc0033;transition: all 0.4s ease-in-out 0s; border-radius: 100%;}
.btn01 > span { display: inline-block; position: relative; z-index: 3; font-weight: 700; font-size: 16px; color: #222;transition: all 0.4s ease-in-out 0s; text-transform: uppercase;}
.btn01 > span:after { content: ""; position: absolute; background: url("/images/theme-b67/icon-arrow.png") no-repeat; background-size: contain; width: 25px; height: 25px; top:50%; transform: translateY(-35%); right: -36px; transition: all 0.4s ease-in-out 0s;}

.idx-main-bg { background: #fff;}

.idx-pro-section { position: relative; padding: calc(20px + 5%) 5% calc(20px + 5%) 5%; }
.idx-pro-section:after { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 78%; background: #000; z-index: 1;}
.idx-pro-content { position: relative; z-index: 2;}

.idx-pro-top-section-1 { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.idx-pro-top-section-1 > div:nth-of-type(1) { width: 56%;}
.idx-pro-top-section-1 > div:nth-of-type(2) { width: 44%; padding-left: 3%; color: #fff; font-weight: 500; font-size: clamp(17px, 1.5vw, 26px); line-height: 1.45; }
.idx-pro-top-section-1 > div:nth-of-type(2) > b { display: block; font-weight: 700; color: #dfa022; font-size: clamp(26px, 4vw, 60px); text-transform: uppercase; line-height: 1.2; padding-bottom: 12px;}

.idx-pro-title { font-weight: 700; font-size: clamp(22px, 4vw, 50px); line-height: 1.05; padding: 0 0 calc(20px + 2%) 0; margin: 0; text-align: center;text-transform: uppercase; color: #fff;}

.loop2 { padding-bottom: 70px;}
.loop2 .owl-dots {  display: none;}
.loop2 .owl-item {position: relative; }
.loop2 .owl-item:nth-child(even) {padding-top: 40px; }
.loop2 .owl-nav { position: absolute; top: 32%; transform: translateY(-50%); right: 0; width: 100%; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100;  width: 40px !important; height: 40px !important; border-radius: 100% !important; background: #dfa022 !important; border: 0px solid #515254 !important; margin: 0 !important;}
.loop2 .owl-prev { left:-20px; }
.loop2 .owl-next { right:-20px;}
.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: #fff; 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; }

.pro-link:hover .pro-title { color: #cb2725;}
.pro-link:hover .pro-pto img { transform: scale(0.9) rotate(-1.5deg);box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); }
.pro-pto { padding-bottom: 94%; margin-bottom: 12px; display: block;}
.pro-pto img { transition: all 0.4s ease-out 0s;}
.pro-title { display: block; font-size: clamp(18px, 1.1vw, 22px); font-weight: 700; line-height: 1.3; }

.idx-pro-btn .btn01 { margin: 0 auto;}

.idx-news-section { padding: 0 5% calc(20px + 5%) 5%; background: #fff;}
.idx-news-content { display: flex; flex-direction: row ;flex-wrap: wrap; }
.idx-news-content > div:nth-of-type(1) { width: 380px; }
.idx-news-content > div:nth-of-type(2) { width: calc(100% - 380px); padding-left: 3%; }

.idx-news-content-title { text-align: left; color: #222;}

.news-list { border-bottom: 2px solid #ededed; padding: 0 12px 35px 12px; margin-bottom: 35px; display: flex; flex-direction: row ;flex-wrap: nowrap; align-items: center; justify-content: space-between; position: relative;}
.news-list > div:nth-of-type(1) { padding-right: 4%;}
.news-list:after { content: ""; position: absolute; bottom: -2px; width: 0%; height: 2px; right: 0;transition: all 0.4s ease-out 0s; background: #cb2725 }
.news-list:hover:after { width: 100%; left: 0;}
.news-list:hover .news-btn { background: #cb2725;border-color: #cb2725; transform: rotate(-180deg); margin-right: 5px;}
.news-list:hover .news-btn img { filter: brightness(0) invert(1);}
.news-list:hover .news-title { color: #cb2725;}
.news-date { font-weight: 700; color: #888888; font-size: 18px; line-height: 1; padding-bottom: 14px;}
.news-title { font-size: clamp(18px, 1.1vw, 22px); font-weight: 700; line-height: 1.3;transition: all 0.4s ease-out 0s;}
.news-btn { width: 40px; height: 40px; border-radius: 100%; border: 2px solid #dfa022; display: flex; flex-direction: row ;flex-wrap: nowrap; align-items: center; justify-content: center;transition: all 0.4s ease-out 0s; }

.idx-video-section { background: url("/images/theme-b67/idx-video-bg.jpg") no-repeat top center / cover; background-attachment: fixed; padding: 5%; min-height: 750px;display: flex; flex-direction: row ;flex-wrap: nowrap; align-items: center; justify-content: center;}
.idx-video-section:hover .idx-video-btn { background: rgba(0,0,0,.5);}
.idx-video-section:hover .idx-video-btn:before, .idx-video-section:hover .idx-video-btn:after { width: 100%; height: 100%;}
.idx-video-section:hover .idx-video-btn > div:nth-of-type(2) { width: 60px; height: 60px;}
.idx-video-btn { position: relative; display: flex; flex-direction: row ;flex-wrap: nowrap; justify-content: space-between; align-items: center;  width: 650px; padding: 45px;transition: all 0.4s ease-out 0s;}
.idx-video-btn:before, .idx-video-btn:after { transition: all 0.2s ease-out 0s; content: ""; position: absolute; border-color: #fff; border-style: solid;width: 35px; height: 35px;}
.idx-video-btn:before { transform-origin: 0 0; border-width: 3px 0 0 3px; top: 0; left: 0; }
.idx-video-btn:after { transform-origin: 100% 100%; border-width:0 3px 3px 0; bottom: 0; right: 0; }
.idx-video-btn > div:nth-of-type(1) { text-align: left !important; font-weight: 700 !important; padding-bottom: 0 !important; width: calc(100% - 80px); }
.idx-video-btn > div:nth-of-type(2) { position: relative; border: 3px solid #fff; width: 80px; height: 80px; border-radius: 100%;transition: all 0.2s ease-out 0s}
.idx-video-btn > div:nth-of-type(2):after { position: absolute; content: ""; background: #fff; width: 20px; height: 23px; clip-path: polygon(0px 0, 100% 50%, 0 100%); top:50%; left: 55%; transform: translate(-50%, -50%);}

.idx-bottom-section { display: flex; flex-direction: row ;flex-wrap: wrap; position: relative; background: #282828;}
.idx-bottom-section:before { content: ""; position: absolute; width: 1px; height: 100%; background: #fff; top: 0; left: 50%; transform: translateX(-50%); z-index: 1;}
.idx-bottom-section > a { display: block; width: 50%; height: 430px; position: relative;}
.idx-bottom-section > a:hover .idx-bottom-pto { opacity: 0.35;}
.idx-bottom-section > a:hover .idx-bottom-title > img { transform:rotateY(180deg) scale(0.9);}
.idx-bottom-pto { object-fit: cover; width: 100%; height: 100%; opacity: 0; transition: all 0.4s ease-out 0s;}
.idx-bottom-title { position: absolute; z-index: 2; top:50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column;flex-wrap: nowrap; align-items: center; }
.idx-bottom-title > img { width: clamp(35px, 6vw, 78px);transition: all 0.4s ease-in 0s;}
.idx-bottom-title > div { font-size: clamp(20px, 2.5vw, 38px); font-weight: 300; color: #fff; line-height: 1; padding-top: 10px; }

@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) {
	

}

@media only screen and (max-width: 980px) {
	.banner-pc { display: none;}
	.banner-mobile { display: block;}
	
	.banner-slogon { left: 0; padding: 0 5%;}
	.banner-scroll { display: none;}
	.banner-pto { height: 400px;}
	.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover; object-position: 100% 50%;}
	
	.btn01 { max-width: 200px;}
	.btn01 > span:after { width: 20px; height: 20px ;right: -25px; }
	
	.idx-pro-top-section-1 > div:nth-of-type(1) { width: 100%; padding-bottom: 30px;}
	.idx-pro-top-section-1 > div:nth-of-type(2) { width: 100%; padding-left: 0%; }
	
	.loop2 .owl-item:nth-child(even) {padding-top: 0px; }
	
	.idx-news-content > div:nth-of-type(1) { width: 100%; }
	.idx-news-content > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0%; }
	.idx-news-content > div:nth-of-type(1) .btn01 { display: none;}
	
	.idx-video-section { min-height: 550px;}
	.idx-video-btn { width: 400px; padding: 25px;}
	.idx-video-btn > div:nth-of-type(1) { width: calc(100% - 40px); }
	.idx-video-btn > div:nth-of-type(2) { width: 40px; height: 40px;border: 2px solid #fff;}
	.idx-video-btn > div:nth-of-type(2):after { width: 10px; height: 12px;}
	.idx-video-section:hover .idx-video-btn > div:nth-of-type(2) { width: 30px; height: 30px;}
	
	.idx-bottom-section > a { height: 300px; }
}
@media only screen and (max-width: 768px) {
	.banner-scroll { transform: scale(0.6); }
	@keyframes line-animate {
	  0% {
		bottom:20px;
	  }
	  50% {
		bottom: 00px;
	  }
	  100% {
		bottom: 20px;
	  }
	}
	
	.banner-slogon {width: 100%; padding-right: 5%;}
	
	.banner-pto { height: 250px;}
    .swiper-next, .swiper-prev { bottom: 20px;}
    .swiper-next:after, .swiper-prev:after { width: 20px; height: 20px;}
	
	
	.idx-about-section > div:nth-of-type(1) { width: calc(100% + 0px);}
	.idx-about-section > div:nth-of-type(2) { width: calc(100% - 0px); padding: 0 5% 0 5%;}
	
	
	.loop2 .owl-prev, .loop2 .owl-next { width: 25px !important; height: 25px !important;}
    .loop2 .owl-prev { left:-12px; }
	.loop2 .owl-next { right:-12px;}
	
	.idx-bottom-section:before { width: 100%; height: 1px;  top: 50%; left: 0%; transform: translate(0, -50%); }
	.idx-bottom-section > a { width: 100%;}
}
@media only screen and (max-width: 640px) {
	.idx-video-section { min-height: 350px;}
	
}
@media only screen and (max-width: 570px) {
	.idx-video-btn { width: 240px; padding: 15px;}
	
	.idx-bottom-section > a { height: 240px; }
}

@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 320px) {
	.idx-bottom-section > a { height: 200px; }
	
}