html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  font-family: "Microsoft JhengHei", 微軟正黑體, sans-serif;
  background:#F8F8F8;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
p{
  line-height:1.3;
}
button{
  margin:0;
  padding:0;
  border:none;
  background-color:rgba(0,0,0,0);
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {0
	border-collapse: collapse;
	border-spacing: 0;
}

p{
  color:rgba(0,0,0,0.8);
}


#new-site-header {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
  text-align: center;
  background:white;
  box-shadow:0px 0.5px 4px 0px rgba(0,0,0,0.3)
}
#preloader {/*   這是整個會蓋住畫面的底色色塊  */
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background-color:#AEAEAE;
  z-index: 999;
}
div{
  /* border:1px #505050 dashed; */
}
.rwd_display{
  display:none!important;
}
.rwd_flex{
  display:none!important;
}
@media (max-width: 1024px){
  .rwd_none{
    display:none!important;
  }
  .rwd_display{
    display:block!important;
  }
  .rwd_flex{
    display:flex!important;
  }
}
.mobile_list{
  height:100vh;
  width:100vw;
  background:#F8F8F8;
  position:fixed;
  left:0px;
  top:0px;
}

.mobile_list p{
  font-size:20px;
  font-weight:900;
  padding:10px 0;
  transition: all .2s linear;
}

.mobile_list p:hover{
  background-color:#555555;
  color:white;
}

.language_list{
  position:absolute;
  right:0px;
  background-color:white;
}

.product_list{
  position:absolute;
  right:0px;
}
.header_list p{
  padding:30px;
  cursor:pointer;
  transition: all .2s linear;
}

.header_list p:hover{
  background:linear-gradient(to right, #838383, #5C5B5B);
  color:white;
}

.banner_slogan h5{
  font-size:45px;
  font-weight:900;
  padding:10px 0;
}

.banner_slogan{
  margin-top:90px;
  padding:90px 15px;
}
.banner_slogan p{
  font-size:24px;
  line-height:1.5;
  font-weight:900;
}

.bannertoabout p{
  padding:5px 10px;
  border:1.5px rgba(0,0,0,0.8) solid;
  border-radius:20px;
  margin:10px 20px;
  transition: all .2s linear;
}

.bannertoabout p:hover{
  background-color:#555555;
  color:white;
  cursor:pointer;
}

.index_news h5{
  padding-top:20px;
  font-size:20px;
  font-weight:900;
}

.index_news hr{
  margin:25px 0;
}

.index_new_b {
  padding:0 20px;
}

.index_new_b .title{
  padding-bottom:25px;
}

.index_new_b .title2{
  color:rgba(0,0,0,0.6);
  padding-bottom:5px;
}

.index_new_b .intro{
  font-size:14px;
}
.index_new_b .more_bt{
  padding:5px 10px;
  border:1.5px rgba(0,0,0,0.8) solid;
  border-radius:20px;
  margin:15px 0px 0px;
  width:fit-content;
  transition: all .2s linear;
}

.index_new_b .more_bt:hover{
  background-color:#555555;
  color:white;
  cursor:pointer;
}


.index_marquee p{
  /* padding:100px 30px; */
  font-size:30px;
  /* letter-spacing:3px; */
  line-height:1.3;
  color:rgba(0,0,0,0.3)
}


.index_contact{
  padding:150px 30px;;
  background-image: url('../img/index_contact.png');
  margin-top:50px;
}

.index_contact h3{
  font-size:60px;
  font-weight:900;
  color:white;
  padding-bottom:15px;
}

.index_contact p{
  color:white;
  line-height:1.5;
}

.index_contact span{
  padding-left:15px;
  transition: all .2s linear;
}
.index_contact:hover{
  cursor:pointer;
}
.index_contact:hover span{
  padding-left:30px;
}



#new-site-footer{
  /* margin-top:50px; */
  background-color:#838383;
  background-image:url('../img/footer_back.png');
  padding:100px 0 0px;
  background-size: auto 100%;
}



.footer_contact{
  background:white;
  width:fit-content;
  padding:20px 15px;
  font-weight:900;
  font-size:24px;
  color:#838383;
  margin:40px 0;
  transition: all .2s linear;
  cursor:pointer;
}

.footer_contact{}

.footer_contact .arrow{
  padding-left:15px;
}


.footer_slogan{
  color:white;
  font-size:20px;
  line-height:1.5;
}
.footer_b{
  padding:0 30px;
}
.footer_stitle{
  border-bottom:1px white solid;
  padding-bottom:10px;
  margin-bottom:30px;
}
.footer_stitle p{
  color:white;
}
.footer_product_list{
  padding-bottom:15px;
}
.footer_product_list p{
  color:rgba(255,255,255,0.6);
  padding:5px 0 5;
  cursor:pointer;
  transition: all .2s linear;
}

.footer_product_list p:hover{
  color:white;
  padding-left:5px
}

.footer_contact_info p{
  padding:5px 0;
  color:white;
}
.info{
  background-color:white;
  padding:15px;
}
.info p{
  font-size:12px;
  cursor:pointer;
}

.service img{
  max-width:100%;
  padding:50px 20px;
}
.service {
  background-image:url('../img/服務主軸bg.png')
}

.kw{
  border:1px rgba(0,0,0,0.6) solid;
  height:30px;
  margin:15px 0;
}

.service_title{
  font-size:24px;
  font-weight:900;
  padding-left:30px;
  margin-bottom:20px;
}

.about_info_title{
  font-size: 20px;
  font-weight: 900;
  padding-bottom:15px;
  border-bottom:2px rgba(0,0,0,0.3) dashed;
  width:fit-content;
}

.about_info_title img{
  padding-right:5px;
}

.about_info_p{
  line-height:1.5;
}

.about_b2{
  border:2px rgba(0,0,0,0.6) solid;
  border-top-left-radius: 450px;
  border-bottom-left-radius: 450px;
  padding:100px 0;
  background-color:white;
}


@keyframes float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-40px); }
  100% { transform: translateY(0px); }
}

.floating-image {
  position: absolute;
  right: -300px;
  top: 0px;
  z-index: -999;
  animation: float 6s ease-in-out infinite;
}
.aboutbb1{
  border-top:1px rgba(0,0,0,0.6) solid;
  border-bottom:1px rgba(0,0,0,0.6) solid;
}
.aboutb3{
  border-right:1px rgba(0,0,0,0.6) solid;
  padding:30px 0;
}
.aboutb3 p{
  padding:5px 15px;
  width:fit-content;
  border:1px rgba(0,0,0,0.6) solid;
  border-radius:30px;
  font-size:20px;
  font-weight:900;
}

.aboutb3 img{
  padding:40px 0 40px;
  width:100%;
}
.aboutb4{
  padding:40px 0;
}
.aboutb4 h5,.aboutb4 p{
  padding:0 40px;
  font-weight:900;
}

.aboutb4 h5{
  line-height:1.5;
}
.aboutb4 .l0{
  border-right:1px rgba(0,0,0,0.6) solid;
  border-bottom:1px rgba(0,0,0,0.6) solid;
}
.aboutb4 .l1{
  border-right:1px rgba(0,0,0,0.6) solid;
  border-bottom:1px rgba(0,0,0,0.6) solid;
}
.aboutb4 .l1 p{
  border:1px rgba(0,0,0,0.6) solid;
  border-radius:20px;
  padding:5px 20px;
  margin:0 40px;
}
.aboutb4 .l2{
  border-right:1px rgba(0,0,0,0.6) solid;
  border-bottom:1px rgba(0,0,0,0.6) solid;
}


.aboutbb2{
  background-image:url('../img/aboutbb2bg.png');
  padding:60px 0;
}


.aboutbb2 h3{
  font-size:30px;
  font-weight:900;
  padding-bottom:20px;
}

.aboutbb2 hr{
  margin:20px 0;
  border:none;
}


.aboutbb2 h5{
  border:1px rgba(0,0,0,0.6) solid;
  border-radius:20px;
  width:fit-content;
  padding:10px 15px;
  margin:15px 0;
}

.aboutbb2 p{
  padding-bottom:30px;
}

.aboutbb2 img{
  padding-bottom:30px;
}


.aboutbb3 p{
  font-size:20px;
  font-weight:900;
  border:1px rgba(0,0,0,0.6) solid;
  padding:5px 15px;
  border-radius:30px;
  margin:60px 0 40px;
}

.product_text p{
  transform: rotate(90deg);
  position:relative;
  font-size:60px;
  font-weight:900;
  color:rgba(0,0,0,0.6);
  top:100px;
  letter-spacing:5px;
}
#product_list{
  padding:60px 30px;
  border:1px rgba(0,0,0,0.6) solid;
}

#product_list h3{
  font-size:24px;
  border:1px rgba(0,0,0,0.6) solid;
  font-weight:900;
  padding:10px 30px;
  border-radius:30px;
  margin-bottom:30px;
  cursor:pointer;
  transition: all .2s linear;
}



#product_list p{
  color:rgba(0,0,0,0.6);
  padding:10px 0;
  cursor:pointer;
  transition: all .2s linear;
  width:fit-content;
}

#product_list p:hover{
  color:black;
  padding-left:10px;
  border-bottom:1px rgba(0,0,0,0.6) solid;
}

.product_content{
  padding:60px 50px;
}

.product_breadc h3{
  font-size:30px;
  font-weight:900;
}

.product_breadc a{
color:rgba(0,0,0,0.6)
}


.product_breadc_line .col-2{
  border-top:1px rgba(0,0,0,0.8) solid;
}

.product_breadc_line .col-10{
  border-top:1px rgba(0,0,0,0.3) solid;
}
.product_breadc_line{
  padding-top:15px;
}

.product_content .content{
  padding:60px;
}
.product_content  .card{
  cursor:pointer;
  margin:10px;
}
.product_content  .card img{
  width:100%;
}

.product_content  .card p{
  position:absolute;
  width:100%;
  background-color:rgba(0,0,0,0.6);
  bottom:0;
  padding:10px 10px;
  color:white;
  text-align:end;
  line-height:1.3;
}

.product_stitle p{
  font-size: 24px;
  font-weight: 900;
  color:rgba(0,0,0,0.8);
  margin:20px 10px;
  border:1px rgba(0,0,0,0.6) solid;
  width:fit-content;
  padding:5px 10px;
  border-radius:15px;
}

.product_p{
  padding: 5px 10px;
  line-height:1.5;
}

.hrr{
 margin:40px 0;
 
}

.mobile_bt{
  padding: 15px;
}

.logo img{
  padding:15px;
  max-width:90%;
}
.mobile_bt_la{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.mobile_bt_la{
  padding:20px 0;
}

.mobile_bt{
  text-align: end;
  padding: 20px 15px;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  height: 40px; /* 根據文字高度調整 */
  position: relative;
  margin-top:80px;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  padding-left: 10%; /* 一開始從右邊進場 */
  animation: marquee 30s linear infinite;
}


@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}



@media (max-width: 768px){
  .product_content .content{
    padding:0px;
  }
}







.angled-div {
  width: 300px;
  height: 100px;
  background-color: rgba(0,0,0,0.8);
  color: white;
  padding: 20px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
  transition: all .2s linear;
}
.angled-div:hover{
  filter: drop-shadow(10px 10px 5px black);
  cursor:pointer;
}

.angled-div p{
  color:white;
  font-weight:900;
  font-size:30px;
}

.angled-div2 {
  width: 150px;
  height: 80px;
  background-color: rgba(0,0,0,0.6);
  color: white;
  padding: 20px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
  transition: all .2s linear;
}

.angled-div2 p{
  color:white;
  font-weight:900;
  font-size:24px
}
.angled-div2:hover{
  filter: drop-shadow(10px 10px 5px black);
  cursor:pointer;
}





.angled-div3 {
  width: 150px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 20px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
  transition: all .2s linear;
}

.angled-div3 p{
  color:white;
  font-weight:900;
  font-size:18px
}
.angled-div3:hover{
  filter: drop-shadow(10px 10px 5px black);
  cursor:pointer;
}
@keyframes float11 {
  0%   { transform: translateY(5%); }
  50%  { transform: translateY(0%); }
  100% { transform: translateY(5%); }
}


.b1{
  position:absolute;
  top:17%;
  left:25%;
  animation: float11 3s ease-in-out infinite;
}
@keyframes float2 {
  0%   { transform: translateY(5%); }
  50%  { transform: translateY(0%); }
  100% { transform: translateY(5%); }
}


.b2{
  position:absolute;
  top:25%;
  left:60%;
  animation: float2 3s ease-in-out infinite;
}
@keyframes float3 {
  0%   { transform: translateY(0%); }
  50%  { transform: translateY(5%); }
  100% { transform: translateY(0%); }
}
.b3{
  position:absolute;
  top:10%;
  left:50%;
  animation: float3 3s ease-in-out infinite;
}
@keyframes float4 {
  0%   { transform: translateY(0%); }
  50%  { transform: translateY(5%); }
  100% { transform: translateY(0%); }
}
.b4{
  position:absolute;
  top:55%;
  left:60%;
  animation: float4 3s ease-in-out infinite;
}
.b4 p{
  font-size:18px;
  line-height:1.3
}
@keyframes float5 {
  0%   { transform: translateY(8%); }
  50%  { transform: translateY(2%); }
  100% { transform: translateY(8%); }
}
.b5{
  position:absolute;
  top:75%;
  left:57%;
  animation: float5 3s ease-in-out infinite;
}
@keyframes float6 {
  0%   { transform: translateY(2%); }
  50%  { transform: translateY(8%); }
  100% { transform: translateY(2%); }
}
.b6{
  position:absolute;
  top:80%;
  left:40%;
  animation: float6 3s ease-in-out infinite;
}

@keyframes float7 {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(10%); }
  100% { transform: translateY(0); }
}
.b7{
  position:absolute;
  top:45%;
  left:29%;
  animation: float7 3s ease-in-out infinite;
}
@keyframes float8 {
  0%   { transform: translateY(5%); }
  50%  { transform: translateY(0%); }
  100% { transform: translateY(5%); }
}
.b8{
  position:absolute;
  top:60%;
  left:31%;
  animation: float8 3s ease-in-out infinite;
}




@media (max-width: 1500px){
  .b1{left:10%;}
  .b2{left:65%;}
  .b4{left:67%;}
  .b7{left:12%;}
  .b8{left:14%;}
}



/* 圖片本身 */
.zoomable {
  cursor: zoom-in;
  transition: transform 0.2s ease;
}

/* 全螢幕遮罩 */
.img-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* 放大的圖片 */
.img-overlay img {
  max-width: 90%;
  max-height: 90%;
  transform: scale(1.3);
  cursor: zoom-out;
}



@media (max-width: 768px){
  .about_b2{
    margin-top:50px;
  }
  .aboutb4 .l1 p{
    margin:20px 40px;
  }

  .aboutb4 p{
    padding:20px 40px;
  }
  .aboutb4 h5{
    padding:20px 40px!important;
  }
  .product_breadc h3{
    padding-bottom:15px;
  }

  .floating-image{
    display:none;
  }
}