#newsandcontact{
	position: relative;
    margin-top: -70px;
}
#newsandcontact .newstitle{
	float:left;
	width:45%;
	background:#3496ae;
	padding: 23px 2.5%;
}
#newsandcontact .contacttitle{
	float:right;
	width:45%;
	background:#fff;
	overflow:hidden;
	padding: 20px 2.5% 21px;
}
#newsandcontact .contacttitle:hover b{
	animation-name:shake;
	animation-duration:3s;
}
#newsandcontact .newstitle p,
#newsandcontact .contacttitle p{
	display:inline-block;
	margin-left:10px;
	font-size:20px;
}
#newsandcontact .newstitle p a{
	color:#fff;
}
#newsandcontact .contacttitle p a{
	color:#3496ae;
}
#newsandcontact .contacttitle b{
	display: inline-block;
    float: right;
}
#news{
}
#news .newslist{
}
#news .newslist .box{
	background: #ededed;
	padding: 40px;
	overflow: hidden;
}
#news .newslist .box:hover{
	background: #dadada;
}
#news .newslist .box .date{
	float: left;
	color: #000;
	width: 13%;
}
#news .newslist .box .date p{
	font-size:23px;
	font-family: 'Oswald', sans-serif;
}
#news .newslist .box .date p.bottom{
	font-size:30px;
	margin-top: 15px;
}

#news .newslist .box .newsinfo{
	float: left;
	width: 75%;
	margin-left: 5%;
	border-left: 1px dashed #cacaca;
	padding-left: 5%;
}
#news .newslist .box .newsinfo h3{
	overflow: hidden;
	height: 46px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#news .newslist .box .newsinfo h3 a{
	font-size:16px;
	color: #000;
}
#news .newslist .box .newsinfo article{
	overflow: hidden;
	height: 42px;
	color: #777777;
	font-size: 12px;
	height: 36px;
	overflow: hidden;
	margin-top: 10px;
	line-height: 150%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#about .about-wrap{
	width:50%;
	float:right;
	overflow:hidden;
}
#about .about-wrap h3{
    font-size: 45px;
    letter-spacing: 4px;
    line-height: 100%;
    font-family: 'Oswald', sans-serif;
    background-color: #f93;
    background: -webkit-gradient(linear,left top,right top,color-stop(20%,#f93),color-stop(80%,#ff7166));
    background: -webkit-linear-gradient(left,#f93 20%,#ff7166 80%);
    background: linear-gradient(50deg,  #d94371 0%,#b55fa6 50%, #958be1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#about .about-wrap article{
	float: right;
	margin-top: 20px;
	line-height: 180%;
	color:#444444;
	font-size:14px;
	text-align: justify;
}
#about .about-wrap p{
	float: right;
	width: 60%;
	margin-top: 30px;
	text-align: right;
}
#about .about-wrap p a{
	color:#fff;
	background: #d94371;
	display: inline-block;
	padding: 10px 50px;
}
#index-article{
}
#index-article h2,
#product h2{
	font-size:25px;
	color:#313131;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
	position:relative;
	line-height: 100%;
}
#index-article h2 b,
#product h2 b{
	color: #313131;
}
#index-article h2:after,
#product h2:after{
	position:absolute;
	display:block;
	content:'';
	width:6em;
	height:4px;
	background: linear-gradient(50deg,  #d94371 0%,#b55fa6 50%, #958be1 100%);
	bottom:-4px;
	left:0;
}
#index-article .articleList{
	overflow:hidden;
	margin: 30px 0;
}
#index-article .articleList .article-list{
	float:left;
	width: 24.25%;
    margin-right: 1%;
	position: relative;
}
#index-article .articleList .article-list:nth-child(4){
	margin-right:0;
}
#index-article .articleList .article-list .photo{
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;	
}
#index-article .articleList .article-list .photo a{
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	background-image:url(/images/32/index-profile-style.png);
	transition:all ease-in-out 0.2s;
}
#index-article .articleList .article-list .article-info{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding-bottom: 20px;
}
#index-article .articleList .article-list .article-info h3{
	text-align:center;
	font-size:22px;
	width: 80%;
    margin: 0 auto 10px;
}
#index-article .articleList .article-list .article-info h3 a{
	color:#fff;
}
#index-article .articleList .article-list .article-info p{
	text-align:center;
	width: 80%;
    margin: 0 auto;
	height: 48px;
    overflow: hidden;
}
#index-article .articleList .article-list .article-info p a{
	color:#fff;
	font-size:12px
}
#index-article .articleList .article-list .article-info p.more{
	display: none;
	transition:all ease-in-out 0.4s;
	margin-top: 0;
}
#index-article .articleList .article-list .article-info p.more a{
	color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 15px;
}
#index-article .articleList .article-list:hover .photo a{
	background-image:url(/images/32/index-profile-style-hover.png);
}
#index-article .articleList .article-list:hover .article-info p.more{
	display: block;
	margin-top: 30%;
}
#product{
	margin-top: 20px;
} 
#product .product-show{
	margin-top: 30px;
}
#product .product-show .p-box{
	position: relative;
	margin: 0 10px;
}
#product .product-show .p-box .photo a{
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#product .product-show .p-box .photo a img{width:100%;}
#product .product-show .p-box h3{
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.7);
	padding: 15px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#product .product-show .p-box h3 a{
	color:#fff;
	font-size:16px;
}
#service{
	background-image:url(/images/32/index-service-bg.jpg);
	background-position:50% 50%;
	background-attachment:fixed;
	padding: 130px 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, #service {
		background-attachment:initial;
    }
}

#service h2{
	text-align:center;
	color:#fff;
	font-size:35px;
	font-weight:normal;
}
#service h2 span{
	display: block;
    margin: 0 auto 25px;
    text-align: center;
}
#service article{
	text-align:center;
	color:#fff;
	font-size:18px;
	margin: 50px 0 0;
	line-height:200%;
}
@media screen and (max-width: 1280px) {
	#newsandcontact{
	    margin-top: -55px;	
	}
	#newsandcontact .newstitle{
	    padding: 15px 2.5%;	
	}
	#newsandcontact .contacttitle{
	    padding: 12px 2.5% 13px;	
	}
	#index-article .articleList .article-list{
		margin-right: 0;
	}
}
@media screen and (max-width: 980px) {
	#newsandcontact{
	    margin-top: 0;	
	}
	#news .newslist .box{
	    padding: 25px;	
	}
	#news .newslist .box .date p{
	    font-size: 18px;	
	}
	#news .newslist .box .date p.bottom{
	    font-size: 26px;	
	}
	#about section{
		background-size: 50%;	
		padding: 30px 0;
	}
	#about .about-wrap{
		width:60%;
	}
	#service h2{
		font-size: 30px;		
	}
	#service article{
		font-size: 16px;
		margin: 30px 0 0;		
	}
}
@media screen and (max-width: 768px) {
	#about .about-wrap{
		width:100%;
	}
}
@media screen and (max-width: 640px) {
	#newsandcontact .newstitle,
	#newsandcontact .contacttitle{
	   width:95%;
	}
	#about section {
		padding: 30px 0 340px;
		background-position: 0 100%;
		margin-bottom: 15px;
		background-size: 100%;
	}
}
@media screen and (max-width: 480px) {
	#about .about-wrap article{
	}
}





:root{
  --tb-ink: #1b1b22;
  --tb-muted: rgba(27,27,34,.74);
  --tb-line: rgba(27,27,34,.10);

  --tb-a: rgba(255, 90, 150, .22); /* rose */
  --tb-b: rgba(155, 120, 255, .20);/* orchid */
  --tb-c: rgba(80, 200, 255, .14); /* sky accent */

  --tb-card: rgba(255,255,255,.88);
  --tb-shadow: 0 18px 46px rgba(27,27,34,.12);
}

.tb-guide{
  max-width: 1540px;
  margin: 30px auto;
  padding: 30px 28px;
  border-radius: 22px;
  color: var(--tb-ink);

  background:
    radial-gradient(1100px 320px at 6% -10%, var(--tb-a), transparent 60%),
    radial-gradient(900px 280px at 94% 0%, var(--tb-b), transparent 58%),
    radial-gradient(900px 260px at 55% 120%, var(--tb-c), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.96), var(--tb-card));

  border: 1px solid var(--tb-line);
  box-shadow: var(--tb-shadow);
  position: relative;
  overflow: hidden;
}

.tb-guide::before{
  content:"";
  position:absolute;
  top: -90px;
  left: -90px;
  width: 220px;
  height: 220px;
  background: conic-gradient(from 210deg, rgba(255,90,150,.35), rgba(155,120,255,.28), rgba(80,200,255,.22), rgba(255,90,150,.35));
  filter: blur(0px);
  opacity: .55;
  transform: rotate(12deg);
  border-radius: 40px;
  pointer-events:none;
}
.about-wrap.tb-guide{
  background-color: rgba(255,255,255,.86); 
}

.tb-guide h2{
  margin: 0 0 14px 0;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: .01em;
}

.tb-guide h2::after{
  content:"";
  display:block;
  margin-top: 12px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(27,27,34,.14), rgba(255,90,150,.35), rgba(155,120,255,.30), rgba(27,27,34,.10));
}

.tb-guide p{
  margin: 0 0 14px 0;
  font-size: 16px;
  line-height: 1.95;
  color: var(--tb-muted);
}

.tb-guide h3{
  margin: 18px 0 8px 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  color: var(--tb-ink);
  padding-left: 12px;
  position: relative;
}

.tb-guide h3::before{
  content:"";
  position:absolute;
  left:0;
  top:.35em;
  width: 4px;
  height: 1.05em;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(255,90,150,.75), rgba(155,120,255,.70));
}

.tb-guide ul{
  list-style:none;
  margin: 12px 0 0 0;
  padding: 0;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 12px;
}

.tb-guide li{
  padding: 12px 14px 12px 44px;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(27,27,34,.08);
  box-shadow: 0 10px 20px rgba(27,27,34,.06);
  position: relative;
  color: rgba(27,27,34,.88);
  line-height: 1.7;
}

.tb-guide li::before{
  content:"";
  position:absolute;
  left: 14px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(255,90,150,.85), rgba(155,120,255,.75));
  box-shadow: 0 10px 18px rgba(155,120,255,.18);
}


.tb-cta .register{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration:none !important;
  color: #fff;
  background: linear-gradient(90deg, rgba(255,90,150,1), rgba(155,120,255,1));
  box-shadow: 0 14px 26px rgba(155,120,255,.22);
  border: 1px solid rgba(255,255,255,.28);
}

.tb-cta .register:hover{
  filter: brightness(1.02);
  transform: translateY(-1px);
}

/* RWD */
@media (max-width: 900px){
  .tb-guide{ margin: 20px 12px; padding: 22px 16px; border-radius: 18px; }
  .tb-guide h2{ font-size: 22px; }
  .tb-guide h3{ font-size: 17px; }
  .tb-guide p{ font-size: 15px; }
  .tb-guide ul{ grid-template-columns: 1fr; }
}


#tbgFAQ .faq-item{ margin-top: 14px; }

#tbgFAQ details{
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(27,27,34,.10);
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 34px rgba(27,27,34,.10);
}

#tbgFAQ summary{
  list-style: none;
  cursor: pointer;
  user-select:none;
  padding: 16px 18px;

  font-size: 18px;
  font-weight: 900;
  color: #1b1b22;

  background:
    linear-gradient(90deg, rgba(255,90,150,.18), rgba(155,120,255,.16)),
    linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.65));

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}

#tbgFAQ summary::-webkit-details-marker{ display:none; }

#tbgFAQ summary::after{
  content:"+";
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  font-size: 20px;
  font-weight: 900;
  color: rgba(27,27,34,.80);

  background: rgba(255,255,255,.78);
  border: 1px solid rgba(27,27,34,.10);
  box-shadow: 0 10px 18px rgba(27,27,34,.08);
}

#tbgFAQ details[open] summary::after{ content:"–"; }

#tbgFAQ .faq-answer{
  padding: 16px 18px 18px 18px;
  background: rgba(255,255,255,.96);
  position: relative;
}

#tbgFAQ .faq-answer::before{
  content:"";
  position:absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(255,90,150,.70), rgba(155,120,255,.65));
  opacity: .9;
}

#tbgFAQ .faq-answer [itemprop="text"]{
  color: rgba(27,27,34,.74);
  line-height: 1.95;
  font-size: 16px;
  padding-left: 10px;
}

@media (max-width: 900px){
  #tbgFAQ summary{ font-size: 16px; padding: 14px 14px; }
  #tbgFAQ .faq-answer{ padding: 14px 14px 16px 14px; }
  #tbgFAQ .faq-answer [itemprop="text"]{ font-size: 15px; }
}


.tb-intro{
  padding: 56px 20px;
  background: #ffffff;
}

.tb-intro-inner{
  max-width: 1180px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  gap: 48px;
}


.tb-intro-media{
  flex: 0 0 32%;
}

.tb-intro-media img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.tb-intro-content{
  flex: 1;
}

.tb-intro-content h2{
  font-size: 32px;
  line-height: 1.22;
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  color: #111827;

  position: relative;
  padding-bottom: 14px;
}

/* 細緻下底線（不是粗線） */
.tb-intro-content h2::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(
    90deg,
    #7a3ff2,
    rgba(122,63,242,.35)
  );
}


.tb-intro-content p{
  font-size: 16px;
  line-height: 1.9;
  color: #374151;
  margin-bottom: 16px;
}

.tb-intro-content h3{
  margin: 22px 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: #111827;
}

.tb-intro-content ul{
  list-style: none;
  padding: 0;
  margin: 12px 0 18px;
}

.tb-intro-content li{
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.7;
  color: #111827;
}

.tb-intro-content li::before{
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  color: #7c3aed;
}

.tb-intro-cta{
  margin-top: 22px;
}

.tb-intro-cta .register{
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #f2d38a, #7a3ff2);
  box-shadow: 0 12px 28px rgba(122,63,242,.35);
}

.tb-intro-cta .register:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(122,63,242,.45);
}

@media (max-width: 900px){
  .tb-intro-inner{
    flex-direction: column;
    gap: 28px;
  }

  .tb-intro-media{
    flex: none;
    width: 100%;
    max-width: 420px;
  }

  .tb-intro-content h2{
    font-size: 24px;
  }
}
