<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");

html,body{ 
      font-family: 'Noto Sans TC',  sans-serif ,Arial, Helvetica, Microsoft JhengHei;  
      font-weight: 400;  color:#777777;    margin: 0; padding: 0; /* 英文單字自動換行 IE ONLY*/
word-wrap: break-word;  
/* 正常避頭尾 */
word-break: normal;  
/* 文字左右對齊 */
    text-align: justify;
text-justify: inter-ideograph; 
 background-color: #ffffff!important; position: relative;
 font-size: 15px;
} 


.div{
  border:1px solid red; 
}


.img-fluid {
    max-width: 100%;   width: 100%;
    height: auto;
}

.navbar .nav-line, .nav-link {
    border: 1px solid #ee8a8b;
    border-radius: 6px;
    margin-right: 1.5rem;
    color: #ee8a8b !important;
    font-weight: 400;
}
.navbar .nav-line:hover, .nav-link:hover {
background-color:#ee8a8b;
    color: #ffffff !important;
    font-weight: 400;
}
/* slick*/
.slick-slide {
    display: none;
    float: left;
    height: auto;
    overflow: hidden;
    min-height: 1px;
}


/* 取得優惠*/
    .buy {
    position: absolute;
    top: 7%;
    left: 14%;
    z-index: 9999;
    } 

    .buy img{
      width: 110px;
      height: auto;
    } 


/* 基本設置*/
a {
  text-decoration: none !important;
 color: #7777777;
}
a:hover {
  text-decoration: none !important;
  color: #777777;
}
a:active {
  text-decoration: none !important;
 color: #777777;
}
a:focus {
  text-decoration: none !important;
 color: #777777;
}


.img_animate {
        display: block;
    overflow: hidden;
}

.img_animate:img {
    width: 100%;
    transition: all 300ms ease;
}

.img_animate:hover img {
    transform: scale(1.1); transition: all 300ms ease;
}

.logo img{
  padding-top: 8px;
  padding-left: 23px;
    width: 205px;
    height: auto;
  padding-bottom: 10px;
}


.bg-light {
   background-color: #ffffff!important; 
}



.article_title{
  margin-top: 6rem;
  margin-bottom:  6rem;font-weight: 400;
}

.blog_column{
  width: 100%;
  margin-left: auto;
  margin-right:  auto;
}

.blog_column ul{
    margin:0px;
    list-style: none;
    padding:0px; 
}

.blog_column ul li{
  text-align: center;
  float: left;width: 25%;
}

.blog_column ul li img:hover{
  width: 110%
  height:auto;
}

.v_title{
  font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem;
    height: 50px;
      overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap; color: #444444; text-align: left;
}

.videoviews{
  font-size: 0.9rem; color:#e65550;
  text-align: left;
  padding-left: 1.5rem;
}

.seeMore{
  font-size: 0.9rem;
   color: #777777;  text-align: right; padding-right: 1.5rem;
}

.videoviews:hover,
.seeMore:hover,
.v_title:hover {
  text-decoration: underline !important;
  color: #777777;
}

.box{
  text-align: center;
  background-color:  #f2f2f2;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  padding:5%;
}

.article_share{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.swiper-container {
      text-align: center;
    }



#footer {
    background-color: #F0EFEC;
    border-top: #E1DFD9 1px solid;
    padding: 30px 0;
}
#footer .article_inner {
    padding: 0 4px;
    text-align: center;
}
#footer  ul{
    margin:0px;
    list-style: none;
    padding:0px; 
}
#footer .article_inner ul.page_link {
    text-align: center;
    margin-top: 1rem;
    margin-bottom:  1rem;
}
#footer .article_inner .page_link li {
    display: inline-block;
    padding-right: 6px;
    margin-right: 4px;
    border-right: #666 1px solid;
}
#footer .article_inner .page_link a {
    color: #666;
    font-size: 0.9rem;
    text-decoration: underline;
}
#footer .article_inner .page_link li a:hover {
    color: #FF8080;
    text-decoration: underline;
}

#footer .article_inner .page_link li.last {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
#footer p.copy {
    font-size: 10px;
    color: #888888;
    margin-top: 20px;
    text-align: center;
}
#footer .footer_logo  img {
    margin-top: 20px;
    max-width: 130px;
}



@media screen and (max-width : 1280px) {
/* 取得優惠*/
    .buy {
    position: absolute;
    top: 7%;
    left: 14%;
    z-index: 9999;
    } 
    .buy img{
      width: 90px;
      height: auto;
    } 
  }



@media screen and (max-width : 991px) {
.logo img{
  max-width:132px;
  height:auto;
  padding-left:4px;
  padding-top: 5px;
}
.blog_column ul li{
 float: left;width: 50%;display: block;
}
/* 取得優惠*/
    .buy {
    position: absolute;
    top: 3.5%;
    left: 14%;
    z-index: 9999;
    } 

    .buy img{
      width: 80px;
      height: auto;
    } 
  }

@media screen and (max-width : 767px) {
.navbar .nav-line, .nav-link {
    color: #ffffff!important;
    background-color:#ee8a8b;
    border: 1px solid #ee8a8b;
    margin: 0.5rem 0.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;border-radius: 6px;    margin-right: auto;
}
.navbar .nav-line:hover, .nav-link:hover {
    background-color:#ee8a8b;
    color: #ffffff !important;
}

  .swiper-container {
     height: 190px;
    }

.blog_column ul li{
 float: left;width: 50%;display: block;
}

.article_share{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
/* 取得優惠*/
    .buy {
    position: fixed;
    top:auto;
    bottom: 2rem;
    left: .5rem;
    z-index: 9999;
    } 

    .buy img{
      width: 90px;
      height: auto;
    } 

  }

@media screen and (max-width : 567px) {
  .swiper-container {
     height: 193px;
    }
.blog_column ul li{
 float: both;width: 100%;display: block;
}
html,body{ 
 font-size: 18px;
}
/* 取得優惠*/
    .buy {
    position: fixed;
    bottom: 1rem;
    left: .5rem;
    z-index: 9999;
    } 

    .buy img{
      width: 70px;
      height: auto;
    } 

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