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

#content { font-size: clamp(16px, 1.3vw, 18px); line-height:1.5; color: #3e3a39; 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-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-Serif { font-family: "Noto Serif TC", sans-serif;}

.color-blue { color: #0a4594;}
.color-green { color: #009fb4;}
.color-white { color: #fff;}
.color-black { color: #000;}

.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 + 1%) 0; font-weight: 400; line-height: 1.5; font-size: clamp(16px, 1.3vw, 18px);}

.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; }
.banner-slogon { position: absolute; z-index: 4; top:42%; transform: translateY(-50%); left: 0; width: 100%; padding: 0 5%; color: #fff;}
.banner-slogon > div:nth-of-type(1) { text-align: center; font-size: clamp(30px, 4vw, 60px); font-family: 'Noto Serif TC', sans-serif; font-weight: 700; line-height:1.2; padding-bottom: 12px;}
.banner-slogon > div:nth-of-type(2) { text-align: center; font-size: clamp(16px, 1.4vw, 24px); font-weight: 300; max-width: 840px; margin: 0 auto; padding-bottom: calc(20px + 1.5%);}
.banner-slogon > div:nth-of-type(3) { width: 70px; height: 70px; margin: 0 auto; border: 2px solid #0fc80f; border-radius: 100%; position: relative;filter: drop-shadow(0px 0px 4px #fff);
animation-name: banner-arrow; animation-duration: 3s; animation-delay: 0s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; display: none;}
.banner-slogon > div:nth-of-type(3):after { width: 28px; height: 25px; position: absolute; content: ""; background: #0fc80f;clip-path: polygon(0% 0, 100% 0%, 50% 100%); top:55%; left: 50%; transform: translate(-50%, -50%); }
@keyframes banner-arrow {
  0% {
	  opacity: 0;
	  top: -30px;
	  filter: blur(0px);
  }
  30% {
	  opacity: 1;
	  top: 0;
	  filter: blur(0px);
  }
  60% {
	  opacity: 1;
	  top: 0;
	  filter: blur(0px);
  }
  100% {
	  opacity: 0;
	  filter: blur(20px);
  }
}

.banner-pto { height: 100vh;}
.banner-pto img { object-fit: cover; width: 100%; height: 100%;}
.banner-pc, .banner-mobile { position: relative;}
.banner-mobile { display: none !important;}

.loop .owl-dots {  display: none !important;}
.loop .owl-item {position: relative; }
.loop .owl-nav { position: absolute; top:50%; transform: translateY(-50%); width: 100%; z-index: 11; margin-top: 0 !important ;}
.loop .owl-prev, .loop .owl-next { position:absolute; z-index:100; top:50%; transform: translateY(-50%); background:none !important;}
.loop .owl-prev { left:15px; }
.loop .owl-next { right:15px;}
.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: 25px; height: 25px; 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; top: 50%; transform: translateY(-50%); right: 15px; text-align: center !important; padding: 0 0px; display: flex; flex-direction: column; flex-wrap: nowrap; width: 30px; align-items: center;}
.loop .owl-dots .owl-dot span, .loop  .owl-dots .owl-dot span { background: #fff !important; width: 10px !important; height: 10px !important; margin: 10px !important; opacity: 0.35;}
.loop .owl-dots .owl-dot.active span, .loop  .owl-dots .owl-dot:hover span { opacity: 1;}

.main-bg { background: url("../images/idx-main-bg.png") no-repeat top center / cover;}

.idx-about-section { padding: calc(20px + 4%) 5%;}
.idx-about-content { max-width: 1140px; margin: 0 auto; text-align: center; line-height: 1.6;}

.title-1 { padding:0 0 calc(10px + 1%) 0; margin:0 0 0 0; font-weight: 600; font-size: clamp(28px, 3.5vw, 48px); position: relative; line-height: 1.5; font-family: "Noto Serif TC", sans-serif; letter-spacing: 0.15rem;}

.idx-about-pto-box { padding-bottom: calc(20px + 3.5%);}
.idx-about-pto { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 2.5%);}
.idx-about-pto > div { width: 50%;}
.idx-about-pto > div img { width: 100%;}

.btn-1 { width: 200px; line-height: 54px; border-radius: 10vw; background: #78bf4d; color: #fff !important; text-align: center; margin: 0 auto; display: block;}
.btn-1:hover { background: #3e3a39;;}

.idx-recommended-top {background: url("../images/kitchen02.jpg") no-repeat top center / cover; background-attachment: fixed; position: relative; height: 600px;}
.idx-recommended-title { position: absolute; z-index: 2; top:50%; left: 0; width: 100%; padding: 0 5%; transform: translateY(-50%);}
.idx-recommended-title > div { text-align: center; color: #fff;font-family: "Noto Serif TC", sans-serif; line-height: 1.3; font-weight: 600;}
.idx-recommended-title > div:nth-of-type(1) { font-size: clamp(20px, 1.4vw, 24px);}
.idx-recommended-title > div:nth-of-type(2) { font-size: clamp(32px, 4vw, 60px); letter-spacing: 1rem;}

.idx-pro-section { max-width: 1200px; margin: 0 auto; position: relative; z-index: 3; margin-top: -60px;}

.idx-recommended-content { display: flex; flex-direction: row; flex-wrap: wrap; align-items:center;}
.idx-recommended-content > div:nth-of-type(1) { width: 66%; padding-right: 5%;}
.idx-recommended-content > div:nth-of-type(1) .btn-1 { margin: 0 auto 0 0;}
.idx-recommended-content > div:nth-of-type(2) { width: 34%;}

.idx-recommended-content-title { font-size: clamp(24px, 1.8vw, 28px); padding-bottom: 12px; font-weight: 500;}

.idx-gallery-section { display: flex; flex-direction: row;flex-wrap: wrap; padding: 0 15px; justify-content: space-between;}
.idx-gallery-section > a { width: calc((100% - 45px) / 4); padding-bottom: 15px;}
.idx-gallery-section > a img { width: 100%;}

.idx-bottom-section { position: relative; padding: calc(20px + 5%) 7.5%;}
.idx-bottom-section-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: url("../images/idx-bottom-bg.jpg"); mix-blend-mode: darken;}
.idx-bottom-content { display: flex; flex-direction: row;flex-wrap: wrap; align-items: center; position: relative; z-index: 3;}
.idx-bottom-content > div:nth-of-type(1) {padding-right: 3%; width: 50%; }
.idx-bottom-content > div:nth-of-type(1) img { width: 100%; }
.idx-bottom-content > div:nth-of-type(2) { padding-left: 5%; width: 50%;}
.idx-bottom-content > div:nth-of-type(2) .btn-1 { margin: 0 auto 0 0;}

.idx-news-section { max-width: 1200px; margin: 0 auto; position: relative; z-index: 3; padding: calc(20px + 4%) 0; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.idx-news-section > div:nth-of-type(1) { width: 27%; padding-right: 5%;}
.idx-news-section > div:nth-of-type(2) { width: 73%;}

.idx-news-list { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #737373;}
.idx-news-list:hover .idx-news-list-title { color: #78bf4d;}
.idx-news-list:hover > div:nth-of-type(1) img  { transform: scale(0.92) rotate(-4deg);}
.idx-news-list > div:nth-of-type(1) { width: 25%;}
.idx-news-list > div:nth-of-type(1) img { border-radius: 15px;transition: all 0.4s ease-out 0s;}
.idx-news-list > div:nth-of-type(2) { width: 75%; padding-left: 5%; color: #3e3a39;}
.idx-news-list-date { font-size: 15px; line-height: 1; color: #999; padding-bottom: 10px;}
.idx-news-list-title { font-size: clamp(20px, 1.2vw, 22px); font-weight: 500; padding-bottom: 10px; }


@media only screen and (max-width: 1279px) {
	body { padding-bottom: 40px;}
	#content { padding-top: 70px;}
	
	.banner-pto { height: 70vh;}
	.banner-pc { display: none !important}
	.banner-mobile { display: block !important; }
	
	
}

@media only screen and (max-width: 980px) {
	.banner-slogon { top:50%;}
	.banner-slogon > div:nth-of-type(3) { transform: scale(0.6);}
	
	.idx-recommended-top {  height: 300px; background-attachment: scroll; }
	
	.idx-pro-section { margin-top: -25px;}
	
	.idx-recommended-content > div:nth-of-type(1) { width: 100%; padding-right: 0%; order: 2;}
	.idx-recommended-content > div:nth-of-type(1) .btn-1 { margin: 0 auto;}
	.idx-recommended-content > div:nth-of-type(2) { width: 100%; order: 1; padding-bottom: 25px; text-align: center;}
	
	.idx-gallery-section > a { width: calc((100% - 15px) / 2);}
	
	.idx-bottom-content > div:nth-of-type(1) {padding-right: 0%; width: 100%; padding-bottom: 20px; }
	.idx-bottom-content > div:nth-of-type(2) { padding-left: 0%; width: 100%;}

	.idx-news-section > div:nth-of-type(1) { width: 100%; padding-right: 0%;}
	.idx-news-section > div:nth-of-type(2) { width: 100%;}
}
@media only screen and (max-width: 768px) {
	.idx-about-pto > div { width: 100%;}
}
@media only screen and (max-width: 640px) {
	.btn-1 { width: 170px; line-height: 48px; }
	
	
}
@media only screen and (max-width: 570px) {
	
}

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

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