#banner .slick-slider{
	margin-bottom: 0;	
}
#banner img{
	max-width:100%;
}
.bannerw,
#product,
.slogan,
.newsbad,
#about-wrap{
	width:1740px;
	margin:0 auto;
	overflow:hidden;
}
.bannerw h3,
#product h3,
.slogan h3,
#about-wrap h3{
	font-family: 'PT Sans', sans-serif;
    font-size: 65px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.3em;
	color:#fff;
	font-weight:normal;
	margin: 0px 0 20px;
}
.bannerw:hover h3,
#product:hover h3,
.slogan:hover h3,
#about-wrap:hover h3{
    letter-spacing: 0.2em;
}
.bannerw p.stitle,
#product p.stitle,
.slogan p.stitle,
#about-wrap p.stitle{
	font-size:20px;
	text-align:center;
	color:#fff;
	margin: 0 0 50px;
}
#about-wrap h3,
#about-wrap p.stitle,
.slogan h3,
.slogan p.stitle{
	color:#000;
}
#product{
	background-image:url(/images/21/bg-prodct.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: 100%;
	padding:50px 0;
}
#product li{
	width: calc(25% - 30px);
	float: left;
	margin: 0 15px;
}
#product li .photo{
	height: 260px;
}
#product li .photo a{
	display: block;
    width: 100%;
    height: 100%;
}
#product li .photo a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#product li h3{
	font-size:18px;
	letter-spacing:0em;
	margin: 20px 0;
	border-bottom:1px solid rgba(25,25,25,0);
	padding-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#product li h3 a{
	color:#fff;
}
#product li:hover h3{
	border-bottom:1px solid #fff;
	letter-spacing:0.2em;
}
.slogan{
	padding:50px 0;
}
.slogan p.stitle{
	width: 450px;
    margin: 0 auto;
	color:#484848;
}
.newsbad{
	background:#fafafa;
}
#news{
	float:right;
	width:50%;
}
#news h3 a{
	color:#000;
	font-size:16px;
}
#news h3 a b{
	font-size:25px;
	margin-right:10px;
}
#news .newsbox{
	width: 90%;
	margin: 0 auto;
}
#news .newsbox .newsWrap{
	color: #cccccc;
}
#news .newsbox .newsWrap li{
	overflow:hidden;
	border-bottom:1px solid #e3e3e3;
	padding:24px 0;
}
#news .newsbox .newsWrap li .date{
	float:left;
	overflow:hidden;
	margin-right:70px;
}
#news .newsbox .newsWrap li .date p{
	float:left;
	font-size:16px;
	margin-right:10px;
}
#news .newsbox .newsWrap li .date span{
	float:left;
	display:block;
	font-size:49px;
	font-weight:bold;
	line-height:100%;
}
#news .newsbox .newsWrap li .n-content{
	float:left;
	padding-bottom:10px;
	width: calc(100% - 180px);
}
#news .newsbox .newsWrap li .n-content h3 a{
	color:#636363;
	font-size:16px;
	font-weight:normal;
}
#news .newsbox .newsWrap .newmore{
	margin-top:25px;
}
#news .newsbox .newsWrap .newmore a{
	color: #636363;
    border: 1px solid #c9c9c9;
    padding: 10px 25px;
}
#ad-wrap{
	float:left;
	width:50%;
	background-image:url(/images/21/bg-ad.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	background-position: 50% 50%;
	animation-name:bg;
	animation-duration:10s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
	-moz-animation-name:bg;
	-ms-animation-name:bg;
	-o-animation-name:bg;
	-webkit-animation-name:bg;
	-moz-animation-duration:10s;
	-ms-animation-duration:10s;
	-o-animation-duration:10s;
	-webkit-animation-duration:10s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-timing-function:linear;
	-ms-animation-timing-function:linear;
	-o-animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
}
@keyframes bg{
	0%{
		background-size: 100% 100%;
		background-position: 50% 50%;
	}
	40%{
		background-size: 120% 120%;
		background-position: 50% 50%;
		}
	80%{
		background-size: 100% 100%;
		background-position: 50% 50%;
		}
	100%{
		background-size: 100% 100%;
		background-position: 50% 50%;
	}
}
#ad-wrap .funtionad .ssbonnerimg{
}
#ad-wrap .funtionad .ssbonnerimg img{width: 100%;height: 100%;object-fit: cover;}
.newsbad .slick-prev,
.newsbad .slick-next{
	display:none !important;
}
.newsbad .slick-dots{
	bottom: 10px;
}
.newsbad .slick-dots li{
	margin:0;
}
.newsbad .slick-dots li button:before{
	color:#75b7c5;
}
.newsbad .slick-dots li.slick-active button:before{
	color:#256171;
}
#about-wrap{
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: sepia(30%);	
}
#about-wrap:hover{
	-webkit-filter: sepia(0);	
}
#about-wrap .box{
	margin: 30px;
    border: 1px solid #8a8a8a;
	padding: 40px;
    text-align: center;
	color:#3a3838;
}
#about-wrap .box p:last-child{
	text-align: center;
	margin-top:50px;
}
#about-wrap .box article{
	font-size:18px;
    width: 50%;
    margin: 0 auto;
    line-height: 180%;
	text-align:center;
}
#about-wrap .box .more{
	color:#fff;
	text-decoration:underline;
}
@media screen and (max-width: 1770px) {
	.bannerw,
	#product,
	.slogan,
	.newsbad,
	#about-wrap{
		width: 100%;
	}
}
@media screen and (max-width: 1180px) {
	#product li .photo{
	    height: 200px;	
	}
	#product{
		background-attachment: initial;
	}
}
@media screen and (max-width: 960px) {
	#ad-wrap, #news{
		width:100%;
		background-size: cover;
	}
	#about-wrap .box article{
		width:70%;
	}
	#product{
		background-size:cover;
	}
}
@media screen and (max-width: 780px) {
	#product li{
	    width: calc(50% - 30px);
	}
	#product li:first-child{
	}
	#product li .photo{
		height: 335px;
	}
}
@media screen and (max-width: 640px) {
	.bannerw h3,
	#product h3,
	.slogan h3,
	#about-wrap h3{
		font-size: 36px;
		text-align: center;
	}
	.bannerw p.stitle, #product p.stitle, .slogan p.stitle, #about-wrap p.stitle{
		font-size: 16px;
	}
	#product li .photo{
		height: 150px;	
	}
}
@media screen and (max-width: 480px) {
	#ad-wrap .funtionad{
		height:auto;
	}
	#ad-wrap .funtionad img{
		max-width:100%;
	}
	.slogan p.stitle,
	#about-wrap .box article{
		width:75%;
	}
	#product li .photo{
		height: 100px;	
	}
	#ad-wrap{
		animation-duration:7s;
		-moz-animation-duration:7s;
		-ms-animation-duration:7s;
		-o-animation-duration:7s;
		-webkit-animation-duration:7s;
	}
}
@media screen and (max-width: 360px) {
	.slogan p.stitle,
	#about-wrap .box article{
		width:90%;
	}
}


/* =========================
   Home Hero (premium, subtle effects)
   - white background
   - gradient glow + grid texture
   - gentle entrance animation
========================= */

.home-hero{
  background:#fff;
  padding: 38px 0 18px;
}

.home-hero__inner{
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 10px;
}

.home-hero__content{
  position: relative;
  z-index: 2;
  padding: 14px 0 10px;

  animation: heroFadeUp .65s ease both;
}

/* Title */
.home-hero__title{
  margin: 0;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #0e0f12;
  background-image: linear-gradient(transparent 72%, rgba(255, 210, 90, .45) 72%, rgba(255, 210, 90, .45) 92%, transparent 92%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  padding: 0 .08em;
}

/* Sub */
.home-hero__sub{
  margin: 18px 0 0;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.9;
  color: #2f3137;
  max-width: 64ch;

  animation: heroFadeUp .8s ease both;
  animation-delay: .08s;
}

/* Note */
.home-hero__note{
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.08);

  font-size: 14px;
  line-height: 1.85;
  color: #666a73;
  max-width: 74ch;

  animation: heroFadeUp .9s ease both;
  animation-delay: .14s;
}

/* Background effects */
.home-hero__glow{
  position:absolute;
  inset: -120px -80px auto auto;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  z-index: 1;
  pointer-events:none;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 214, 138, .55), transparent 55%),
    radial-gradient(circle at 65% 55%, rgba(122, 63, 242, .18), transparent 60%);
  filter: blur(10px);
  opacity: .9;
  transform: translate3d(0,0,0);
}

.home-hero__grid{
  position:absolute;
  inset: 0;
  z-index: 1;
  pointer-events:none;
  opacity: .35;
  background-image:
    linear-gradient(rgba(0,0,0,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 28% 18%, rgba(0,0,0,1), rgba(0,0,0,0) 62%);
}

/* Animations */
@keyframes heroFadeUp{
  from{
    opacity: 0;
    transform: translateY(10px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   Responsive tweaks
========================= */

@media (max-width: 768px){
  .home-hero{ padding: 26px 0 14px; }
  .home-hero__inner{ padding: 0 16px; }
  .home-hero__sub{ margin-top: 12px; }
  .home-hero__glow{
    width: 420px; height: 420px;
    inset: -140px -140px auto auto;
    opacity: .85;
  }
  .home-hero__grid{
    opacity: .28;
    background-size: 40px 40px;
  }
}

@media (max-width: 520px){
  .home-hero{ padding: 20px 0 12px; }
  .home-hero__title{
    line-height: 1.08;
    letter-spacing: -0.02em;
  }
  .home-hero__note{
    font-size: 13px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .home-hero__glow{
    width: 360px; height: 360px;
    inset: -150px -170px auto auto;
  }
}

/* 無障礙：使用者若偏好減少動態 */
@media (prefers-reduced-motion: reduce){
  .home-hero__content,
  .home-hero__sub,
  .home-hero__note{
    animation: none !important;
  }
}


#home-cards-title {
  margin: 0;
  font-size: clamp(22px, 3.8vw, 40px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #ffdf9e;
  padding: 0 .08em;
}
.card-cap{
  margin: 0;
  font-size: 16px;
  color: #ecc9a7;
}
@media (max-width: 520px){
    #home-cards-title {
    }
    .card-cap{
        font-size: 14px;
    } 
}










/* =========================
   Info Blocks (before footer)
========================= */

.hoya-section{
  padding: 48px 0;
  background: #fff;
}

.hoya-section--alt{
  background: #fafafa;
}

.hoya-inner{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.hoya-head{
  margin: 0 0 18px;
}

.hoya-h2{
  margin: 0 0 8px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0e0f12;
}

.hoya-desc{
  margin: 0;
  color: #4a4f58;
  line-height: 1.8;
  max-width: 80ch;
}

/* Cards grid */
.hoya-grid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hoya-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 14px 30px rgba(0,0,0,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.hoya-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0,0,0,.08);
}

.hoya-h3{
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #16181d;
}

.hoya-card p{
  margin: 0 0 12px;
  color: #444a54;
  line-height: 1.85;
}

.hoya-list{
  margin: 0;
  padding: 0 0 0 18px;
  color: #3e4450;
  line-height: 1.9;
}

.hoya-list li{
  margin: 6px 0;
}

/* Checklist */
.hoya-checks{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hoya-check{
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: flex-start;

  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 16px 16px 14px;
  box-shadow: 0 14px 30px rgba(0,0,0,.06);
}

.hoya-checkIcon{
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #2b1800;
  background: linear-gradient(145deg,#ffcf5a 0%,#f5b325 100%);
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
}

.hoya-checkBody p{
  margin: 0;
  color: #444a54;
  line-height: 1.85;
}

/* FAQ */
.hoya-faq{
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.hoya-faqItem details{
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 12px 26px rgba(0,0,0,.05);
  overflow: hidden;
}

.hoya-faqItem summary{
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  font-weight: 900;
  color: #14161a;
  outline: none;
  position: relative;
}

.hoya-faqItem summary::-webkit-details-marker{ display:none; }

.hoya-faqItem summary::after{
  content: "＋";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: rgba(0,0,0,.55);
}

.hoya-faqItem details[open] summary::after{
  content: "－";
}

.hoya-faqAnswer{
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 12px 16px 16px;
  color: #404651;
  line-height: 1.9;
}

/* RWD */
@media (max-width: 980px){
  .hoya-grid{ grid-template-columns: 1fr; }
  .hoya-checks{ grid-template-columns: 1fr; }
}

@media (max-width: 520px){
  .hoya-section{ padding: 34px 0; }
  .hoya-inner{ padding: 0 16px; }
  .hoya-check{ grid-template-columns: 32px 1fr; }
  .hoya-checkIcon{ width: 32px; height: 32px; }
}
