<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}




.topnavbar {
    background-color: #252525;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}


#nav ul li.current a {
    color: #ebc395;
}



/* 擐㚚�����折��梁鍂 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}

/* 擐㚚� */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(800 / 1920 * 100%); /* 擐㚚� banner 憭批�� */
}

/* �折� */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(550 / 1920 * 100%); /* �折� banner 憭批�� */
}



body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }



.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}



.h1title {color: #ebc395; margin-top: -40px;border-bottom:1px solid#777;}



body.index .fcol.fcol-1 {    background: rgba(37,37,37,1);}
body.index .fcol.fcol-1 {   margin-top: -40px;  }
body.index .fcol.fcol-2 .container {width: 85%;}
body.index .fcol.fcol-3 .container {width: 85%;}
body.index .fcol.fcol-4 {   margin-top: -200px;  }
body.index .fcol.fcol-4 .container {width: 100%;}
body.index .fcol.fcol-4 {   background-color: #333;}
body.index .fcol.fcol-5 {   display:none;}
body.index .fcol.fcol-6 {   display:none;}
body.index #footer { margin-top: -40px;}




body.about-us .fcol.fcol-2 .container {width: 80%;}
body.about-us .fcol.fcol-3 {   margin-top: -120px;  }
body.about-us .fcol-3 {
    background: #fbfbfb url(https://static.iyp.tw/41497/files/d0b8531a-52d7-4a71-b0fd-1b21fc04a0ec.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;
}

body.about-us .fcol.fcol-4 {   display:none;}
body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}

body.about-us #footer { margin-top: -40px;}


#footer {
    background-color: #333;
}


ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(189,147,98,1);
}

ul.product-list li a {
    color: #fff;
    background-color: rgba(189,147,98,0.8);
}





body {
    -webkit-font-smoothing: antialiased;
    background-color: #252525;
}


.fcol .container {
    color: #fff;
}






/**/
.box{
    position: relative;
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.box:hover img{
    filter: brightness(0.4);
}
.box .boxContent{
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    text-align: center;
    transform: scale(0, 1);
    transition: all 0.35s ease 0s;
}
.box:hover .boxContent{
    transform: scale(1);
}
.box .title{
    font-size:32px;
    font-weight: 600;
    color: #fff;
    margin: 23% 0 20px;
    transform: translate3d(0, -100%, 0);
    transition: all 0.35s ease 0s;
}
.box .post{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    transform: translate3d(0, 100%, 0);
    transition: all 0.35s ease 0s;
}
.box:hover .title,
.box:hover .post{
    transform: translate3d(0, 0, 0);
}







/*閰喟敦鞈���*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #a5835b;
    color: #fff;
}
#tb td a:hover {
    background: #222;
}







#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 90px;
    position: fixed;
}


</pre></body></html>