/*------------------------------*/
/*          $Catalog
--------------------------------*/
/**
* $Catalog                目錄
* $Reset                  樣式重設
* $Fonts                  字體
* $Navbar                 主選單
* $Slideshow & Topbanner  輪播海報與靜態海報
* $Globalpage             頁面大小
* $Sidebar & breadcrumbs  側邊攔與麵包削
* $Productlist            商品列表頁
* $Product                產品頁
* $Newslist               最新消息列表頁
* $News                   最新消息頁
* $EditModeLayout         內文編輯模式編排
* $Checkout & Inquiry     結帳與詢價頁
* $Gototop                回到上方按鈕
* $Utilities              功用型
* $ProductRecommend       好康推薦
* $translate              Google翻譯
* $contact                聯絡我們
**/


img {
  max-width: 100%;
}


a:focus,
a:hover {
  text-decoration: none;
  color: #fff;
}

@media (min-width: 1250px) {
  .container.navbigger {
    width: 1200px;
  }
}

@media (min-width: 1500px) {
  .container.bigger {
    width: 1450px;
  }

}

h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

/*------------------------------*/
/*          $Navbar
--------------------------------*/

.navbar {
  background-color: #809e63;
  position: relative;
  background-image: url(../../images/navborder1.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.navbar-brand {
  padding: 25px 5px;
}

.navborder {
  width: 60px;
  height: 100%;
  position: absolute;
  background-image: url(../../images/navborder.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  right: 0;
  top: 0;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}


.navbar-nav li a,
li.shopping a,
.fa-bars,
.fa-times {
  color: #fff;
  font-size: 16px;
}

.fa-bars {
  margin-top: 3px;
}

.badge {
  padding: 3px 5px;
  background-color: #94b02c;
  line-height: 0.9;
  color: #112918;
}

.navbar-nav>li>a {
  padding-top: 60px;
  padding-left: 0px;
}

.navbar-nav .shopping {
  margin-top: 15px;
  margin-left: 10px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: transparent;
}

.navbar-nav .dropdown-menu li a {
  color: #558664;
}



.dropdown-menu {
  min-width: 80px;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 7px;
  min-width: 80px;
}

.dropdown-menu li:hover {
  background-color: rgb(228, 252, 222);
}
@media (max-width: 767px) {
  .navbar-nav .dropdown-menu li a {
    color: #bfeccd;
  }

  .navbar-nav .dropdown-menu li {
    text-align: center;
  }
  .dropdown-menu li:hover {
    background-color: transparent;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 47px 5px 25px;
  }
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 19px;
    left: 5px;
  }
}

#google_translate_element .goog-te-gadget-simple {
  padding-top: 15px;
}

#google_translate_element .goog-te-combo option {
  color: #517c5f;

}

@media (max-width: 1200px) {
  .navbar-nav>li>a {
    padding-left: 0px;
  }
}

@media (max-width: 1200px) {

  /* 控制漢堡顯示(導覽列提早隱藏)
  --------請不要更動以下內容----------*/
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-right {
    float: none !important;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }

  /* 控制漢堡顯示(導覽列提早隱藏)
  ---------請不要更動以上內容-------- END */
  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .navbar,
  .navborder {
    background-size: auto 110px;
  }
}

/* nav list hover效果 Start */
.box {
  position: relative;
  vertical-align: middle;
  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: 0.5s;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
}

.box:hover {
  border: 1px solid rgba(0, 160, 80, 0);
  color: #FFF;
}

.box::before,
.box::after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}

.foo::before {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  -webkit-transform-origin: 0 100%;
}

.foo::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform-origin: 100% 0%;
}

.box:hover::after,
.box:hover::before {
  -webkit-transform: scale(1);
}

/* nav list hover效果 End */

@media (max-width: 1200px) {

  .fa-bars,
  .fa-times {
    margin-top: 31px;
    margin-right: 20px;
  }

  .shopping {
    margin-top: 28px;
  }

  .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .box {
    height: 40px;
    line-height: 40px;
  }

  .navbar-right {
    text-align: center;
  }
}

@media (max-width: 840px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: 40px;
  }

  .navbar-brand img {
    max-width: 80%;
  }

  .navbar,
  .navborder {
    background-size: auto 120px;
  }
}

@media (max-width: 540px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: 25px;
    max-width: 300px;
  }

  .navbar-brand img {
    max-width: 214px;
  }

  .navbar-nav li a,
  li.shopping a,
  .fa-bars,
  .fa-times {
    font-size: 16px;
  }

  .navbar-toggle {
    padding: 9px 0px;
  }

  .navbar-search-xs {
    padding: 9px 6px;
  }

  .navbar,
  .navborder {
    background-size: auto 100px;
  }
}

/*------------------------------*/
/*          $Default
--------------------------------*/
/* 所有產品 */
.productbox {
  padding: 135px 0px 110px;
}

.productbox h3 {
  font-size: 31px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.productbox h3::before {
  content: "";
  position: absolute;
  width: 205px;
  height: 1px;
  background-color: #7d7d7d;
  margin-right: 20px;
  left: 110%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}


.productbox .BRANDS {
  margin-left: 27px;
}

.productbox .BRANDS .owl-dots {
  display: none;
}

@media (max-width: 991px) {
  .productbox {
    padding: 50px 0px;
  }

  .productbox p {
    margin-bottom: 30px;
  }

  .productbox .BRANDS {
    margin: 0;
  }
}

@media (max-width: 1499px) {
  .productbox h3::before {
    width: 145px;
  }
}

@media (max-width: 375px) {
  .productbox {
    padding: 30px 0px;
  }

  .productbox h3 {
    font-size: 27px;
  }
}

/* Section3 三格滿版 */
.iD_CS_14 .itemBox {
  position: relative;
}

.iD_CS_14 a {
  display: block;
  width: 100%;
  height: 100%;
}

.iD_CS_14 .text {
  position: absolute;
  background-color: rgba(228, 250, 221, 0.8);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.iD_CS_14 .text:hover {
  opacity: 1;
}


.iD_CS_14 .item_name {
  position: absolute;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #000000;
  font-family: 'cwTeXFangSong', sans-serif;
  transition: all 0.5s ease;
}

.iD_CS_14 .item_text {
  position: absolute;
  left: 50%;
  top: 57%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 17px;
  color: #000000;
  letter-spacing: 1px;
  transition: all 0.5s 0.1s ease;
  opacity: 0;
  width: 58%;
}

.iD_CS_14 .text:hover .item_name {
  top: 44%;
}

.iD_CS_14 .text:hover .item_text {
  top: 55%;
  opacity: 1;
}

.iD_CS_14 img {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1366px) {
  .iD_CS_14 .item_name {
    font-size: 55px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {


  .iD_CS_14 .item_text {
    top: 68%;
  }

  .iD_CS_14 .text:hover .item_text {
    top: 66%;
  }
}

@media screen and (min-width:767px) and (max-width:991px) {




  .iD_CS_14 .item_text {
    top: 72%;
    font-size: 14px;
  }

  .iD_CS_14 .text:hover .item_text {
    top: 70%;
  }
}

@media screen and (max-width:766px) {

  .iD_CS_14 .item_name {
    font-size: 31px;
    top: 55%;
  }

  .iD_CS_14 .text:hover .item_name {
    top: 50%;
  }

  .iD_CS_14 .item_text {
    display: none;
  }

  .iD_CS_14 .text:hover .item_text {
    display: none;
  }
}

/* 小學堂 */

.knowledgebox {
  margin: 180px 0px 140px;
  position: relative;
}

.knowledgebox .about-text {

  position: relative;
  margin-left: 25%;
  height: 566px;
}

.knowledgebox .title-text {
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 42px;
}

.knowledgebox .title-text span {
  font-size: 31px;
  font-weight: bold;
}

.title-line {
  display: inline-block;
  width: 205px;
  height: 1px;
  background-color: #7d7d7d;
  margin-right: 20px;
  transition: 1.5s;
  -webkit-transition: 1.5s;
}

.linehover {
  width: 100px !important;
}

.knowledgebox .sub-text {
  padding-top: 30px;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 2;
  display: block;
  position: relative;
  width: 95%;
}

.knowledgebox .sub-text::before {
  content: "";
  position: absolute;
  height: 120%;
  width: 100%;
  left: -60px;
  top: 0;
  background-color: rgba(255, 253, 230, 0.5);
  z-index: -1;

}


.btnmore {
  display: inline-block;
  padding: 10px 0px;
  padding-left: 117px;
  padding-right: 30px;
  background-color: #486927;
  color: #fff;
  font-size: 16px;
  position: relative;
  transition: 1s;
  -webkit-transition: 1s;
}

.btnmore:hover {
  color: #fff;
  padding-left: 60px;
  padding-right: 15px;
  background-color: #608b35;
}

.btnmore::before {
  content: "";
  width: 84px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 22px;
  transition: 1s;
  -webkit-transition: 1s;
}

.btnmore:hover::before {
  width: 45px;
}

.stayright {
  position: absolute;
  right: 25px;
  bottom: 100px;
}

@media(max-width: 375px) {
  .btnmore {
    font-size: 15px;
    padding: 5px 0px;
    padding-left: 80px;
    padding-right: 15px;
  }

  .btnmore::before {
    width: 60px;
    top: 15px;
  }

}

.knowledgebox .picbox {
  width: 90%;
  height: 566px;
  background-image: url(../../images/aboutpic1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  background-position-x: 95%;

}

@media (max-width: 1366px) {

  .knowledgebox .about-text {
    margin-left: 5%;
  }

  .knowledgebox .title-text {
    margin-top: 0;
  }

  .knowledgebox .picbox {
    width: 100%;
    height: 450px;
  }

  .knowledgebox .about-text {
    height: 450px;
  }

  .stayright {
    bottom: 30px;
  }

}

@media (max-width: 1024px) {
  .knowledgebox .title-text {
    margin-bottom: 20px;
  }

  .knowledgebox .sub-text {
    padding-top: 15px;
  }

  .knowledgebox .sub-text::before {
    height: 110%;
  }
}

@media (max-width: 940px) {
  .knowledgebox {
    margin: 110px 0px;
  }

  .title-text .title-line,
  .linehover {
    display: none;
  }

  .knowledgebox .title-text {
    display: flex;
    justify-content: center;
  }

  .knowledgebox .picbox {
    background-position-x: 70%;
  }

  .knowledgebox .sub-text {
    padding-top: 5px;
  }

  .knowledgebox .sub-text {
    font-size: 15px;
    line-height: 2;
  }

  .knowledgebox .picbox,
  .knowledgebox .about-text {
    height: 405px;
  }

  .stayright {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .knowledgebox {
    margin: 60px 0px;
  }

  .knowledgebox .sub-text {
    padding-top: 15px;
  }

  .knowledgebox .picbox {
    position: relative;
  }

  .padding0 {
    padding: 0;
  }

  .stayright {
    bottom: 30px;
  }

  .knowledgebox .about-text {
    height: 480px;
  }

  .stayright {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media (max-width: 400px) {
  .knowledgebox .title-text span {
    font-size: 27px;
  }

  .knowledgebox .sub-text {
    padding-top: 5px;
  }

  .knowledgebox .sub-text::before {
    height: 100%;
  }

  .knowledgebox .title-text {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .knowledgebox .picbox {
    height: 200px;
    background-position: 100% center;
    margin-top: 15px;
  }

  .knowledgebox .about-text {
    height: 430px;
  }

  .knowledgebox {
    margin: 60px 0px 30px;
  }
}

/* 首頁 門市資訊*/
.localbox {
  background-color: #809e63;
  text-align: center;
}

.localbox .location {
  padding-top: 70px;
  padding-bottom: 90px;
  text-align: center;
  background-image: url('../../images/location-bg.jpg');
}

.localbox .col-sm-6 {
  padding: 0;
}

.location-boxes {
  display: flex;
  justify-content: center;
}

.location-boxes .single-box {
  width: 200px;
  height: 130px;
  background-color: #597f34;
  text-align: center;
  padding: 17px 0px;
  margin: 50px 11px 70px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border: 1px solid transparent;
}

.location-boxes .single-box:hover {
  border: 1px solid #fff;
}

.localbox h3 {
  font-weight: bold;
  font-size: 31px;
  color: #fff;
  letter-spacing: 2px;
}

.location-boxes .single-box h4 {
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}

.location-boxes a {
  color: #fff;
}


/* 首頁最新消息 */
.newsbox {
  padding: 70px 15px 6px;
  text-align: center;
}

#rwdnews_list .pic {
  display: none;
}

#rwdnews_list {
  display: inline-block;
  margin: 50px 0px 40px;
}

#rwdnews_list .newscontent {
  padding: 5px 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border: solid 1px transparent;
  cursor: pointer;
}

#rwdnews_list .newscontent:hover {
  border: solid 1px #fff;
}

#rwdnews_list .newscontent p {
  display: none;
}

#rwdnews_list .newscontent h4 {
  display: inline-block;
}

#rwdnews_list .newscontent span {
  font-size: 18px;
  color: #fff;
  margin-right: 109px;
}

#rwdnews_list .newscontent h4 a,
#rwdnews_list .newscontent h4 {
  font-size: 18px;
  color: #fff;
}

#rwdnews_list {
  text-align: left;
}

@media (max-width: 1064px) {
  #rwdnews_list .newscontent span {
    display: block;
    font-size: 14px;
  }

  #rwdnews_list .newscontent h4 {
    margin: 0;
    margin-top: 5px;
  }

  .staytop {
    top: -15px;
  }

  #rwdnews_list {
    margin: 25px 0px 40px;
  }

  .location-boxes .single-box {
    margin: 30px 11px 70px;
  }
}



@media (max-width: 768px) {
  .location-boxes .single-box {
    padding: 10px 0px;
    height: 110px;
  }

  .location-boxes .single-box h4,
  #rwdnews_list .newscontent h4 a {
    font-size: 16px;
  }

}

@media (max-width: 767px) {
  .localbox .location {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .staytop {
    margin-bottom: 50px;
  }

  .newsbox {
    padding-top: 50px;
  }

  #rwdnews_list .newscontent span {
    display: inline;
  }
}

@media (max-width: 400px) {
  .location-boxes .single-box {
    margin: 30px 5px 70px;
  }
}

@media (max-width: 375px) {
  .localbox h3 {
    font-size: 27px;
  }

  .localbox .location {
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .newsbox {
    padding-top: 30px;
  }

  .staytop {
    margin-bottom: 40px;
  }
}

/* footer */
footer {
  background-color: #312c27;
  overflow: hidden;
}

.border {
  border: solid 1px #312c27;
  padding: 16.5px 0px 17.5px;
  position: relative;
}

.border::after {
  content: "";
  background-image: url(../../images/border1.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

.border::before {
  content: "";
  background-image: url(../../images/border.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 51;
}

#gotop.gotop {
  z-index: 99;
}

.innerborder {
  border-top: solid 2.9px rgba(255, 255, 255, 0.1);
  border-bottom: solid 2.9px rgba(255, 255, 255, 0.1);
}

.footerbox {
  margin: 30px 0px 30px;
  position: relative;
  z-index: 70;
}

footer .footer-text {
  color: #eaeaea;
  font-size: 18px;
  display: inline-block;
  margin-left: 109px;
  margin-top: 5px;
  letter-spacing: 2px;

}

footer img {
  vertical-align: top;
}

footer .contact-icon {
  text-align: right;
  padding: 5px 0    

}

footer .contact-icon .icon {
  margin-right: 10px;
}

@media (max-width: 1200px) {

  footer .footer-text {
    margin-left: 0px;
  }

  footer .contact-icon {
    margin-top: 30px;
  }

  footer .footer-text {
    margin-top: 10px;
  }

  .footerbox {
    margin: 50px 0px 50px;
  }
}

@media (max-width: 767px) {
  footer .contact-icon {
    text-align: center;
  }

  footer {
    text-align: center;
  }

}



@media (max-width: 375px) {

  .small,
  small {
    font-size: 75%;
  }

  .footerimg {
    width: 80%;
  }

  footer .footer-text {
    font-size: 17px;
  }

  footer .contact-icon {
    margin-top: 10px;
  }

  footer .contact-icon .icon {
    margin-right: 10px;
  }

  footer img {
    max-width: 65%;
  }

  footer a img {
    width: 15%;
  }
}

/*------------------------------*/
/*           $category
--------------------------------*/
/* 內頁banner */


.PRO-banner {
  position: relative;
  width: 100%;
  height: 350px;
  background-image: url('/hipershop/rwd1558/store/F1/pagebanner.jpg');
  background-position: bottom center;
  margin-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;

}

@media (min-width: 768px) {
  .PRO-banner {
    margin-top: 0px;
    position: relative;

  }
}

@media (max-width: 768px) {
  .PRO-banner {
    height: 180px;
    margin-bottom: 0px;
  }
}

/*側邊樓層  */

.clickCtyName {
  display: none;
}

#LinkContainer,
ul.breadcrumb,
.nav_cate_current,
.categoriesbar,
.aside-title,
.newsbar {
  border-radius: 4px 4px 0px 0px;
  background-color: #597f34;
  color: #fff;
  position: relative;
}

ul.ACCORDION.transit {
  border: solid 1px rgb(173, 173, 173);
}

ul.ACCORDION li {
  border-bottom: 1px solid rgb(173, 173, 173);
}

ul.ACCORDION.transit li>a:hover,
ul.ACCORDION.transit li.ACCORDION-active>a,
ul.ACCORDION.transit li.ACCORDION-open>a {
  background-color: #def5e6ad;
  color: rgb(104, 104, 104);
}


/* 麵包屑 */
.breadcrumb {
  background-color: #597f34;
  margin-bottom: 10px;
}

ol.breadcrumb li a {
  color: #fff;
}

@media screen and (max-width:767px) {

  /* 大手機 */
  /* xs */
  /* ----使用外掛:sm xs ---- */
  .breadcrumb {
    margin-top: 12px;
  }
}

/*------------------------------*/
/*           $product
--------------------------------*/

/* 產品列表 */
.li-item {

  transition: all 0.3s;
}

.li-item:hover {
  border: solid 1px rgba(6, 85, 32, 0.4);
  box-shadow: 0 0 5px rgba(6, 85, 32, 0.4);
}

.li-item a {
  color: #689276;
}

.li-item h4 {
  margin-bottom: 5px;
}

.li-item p {
  display: none;
}

.li-item .features-box a.btn-default:hover,
.li-item .features-box a.btn-default:focus {
  background-color: transparent;
  color: #689276;
  border: solid 1px #689276;
}

.product-price {
  margin-bottom: 5px;
}

#prod_intro h1 {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  color: #689276;
  padding-bottom: 10px;
  margin-top: 35px;
  margin-bottom: -8px;
}

#prod_intro h1:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #689276;
  margin-top: 30px;
}

.descri-none {
  /*     white-space: pre; */
  font-size: 16px;
  line-height: 1.7;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* 詢價車 */
/* .btn-warning {
  color: #fff;
  background-color: #7aa88a;
  border-color: #7aa88a;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover{
  color: #fff;
  background-color: #649675;
  border-color: #7aa88a;
}
.btn-warning:hover{
   color: #fff;
   background-color: #649675;
   border-color: #7aa88a;
}

*/
.intro-none hr {
  display: none;
}

/* 最新消息 */
.news_more:hover,
.news_more:focus {
  background-color: transparent;
  color: #597f34;
  border: solid 1px #597f34;
}


.thumbnail {

  transition: 0.3s;
}

.thumbnail:hover {
  box-shadow: 0 0 10px rgba(6, 85, 32, 0.4);
}

.news-wrapper p {
  margin-left: 17px;
  margin-right: 17px;
}

.thumbnail p {
  margin-left: 0;
  margin-right: 0;
}

.news_title {
  color: #689276;
}

h2.news_title {
  margin-top: 35px;
}

.news_content {
  margin: 30px 15px;
}

@media (max-width: 450px) {
  .news-wrapper .news_author {
    font-size: 12px;
  }

  h2.news_title {
    font-size: 25px;
  }
}


/* contact */
.member-wrapper,
.contact-wrapper,
.category-wrapper,
.search-wrapper,
.product-wrapper,
.news-wrapper {
  padding: 36px 0 70px;
}

.pb0 {
  padding: 0px 0px 20px;
}

/* 會員中心 */

.MEM_NAV {
  margin: 0px 0 15px;
}



@media screen and (max-width:768px) {
    .category-wrapper .ACCORDION.transit,.product-wrapper .ACCORDION.transit {
        display: none
    }

    .category-wrapper .aside-title:before,
    .product-wrapper .aside-title:before {
        content: "";
        display: block;
        background: url(../../images/plus.png);
        background-size: cover;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 25px;
        top: 11px;
    }
}

.Pro_content {
    padding: 20px
}