﻿@charset "utf-8";

/*
 * CSS Document
 * ==========================================
 * Copyright © 2017 磐拓創意網頁設計公司
 * http://www.pantuo.com.tw
 * ==========================================
 * $Author: 米亞 $
 * $Date: 2016-11-22 $
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);/*思源黑體*/
@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);/*仿宋體*/
@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css);/*黑體*/
@import url(http://fonts.googleapis.com/earlyaccess/cwtexkai.css);/*楷體*/
@import url(http://fonts.googleapis.com/earlyaccess/cwtexming.css);/*明體*/
@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);/*圓體*/



/* ===============================================================================
   Dome
=============================================================================== */
.demo_bg_index {
	background:url(../images/index/bg_index.jpg) 50% 0 no-repeat;
}
.demo_index {
	display: block;
	width: 100%;
	background:url(../images/index/index.jpg) 50% 0 no-repeat;
	height: 1785px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

.demo_bg_home {
	background:url(../images/index/bg_home.jpg) 50% 0 no-repeat;
}
.demo_home {
	display: block;
	width: 100%;
	background:url(../images/index/home.jpg) 50% 0 no-repeat;
	height: 1600px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}





/* ==========================================================================
   Common
========================================================================== */
/* body */
body {
  font-family: "Microsoft JhengHei", "PMingLiU", "Helvetica Neue", Helvetica, Arial, "Century Gothic", sans-serif; /* 微軟正黑體、新細明體 */
  font-size: 17px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  overflow-x: hidden; 
}

a:hover, a:active, a:visited {
	 text-decoration: none;
}



/* Scroll Top */
#gotop { 
	position: fixed;
	display: none;
	right: 12px;
	bottom: 13px;
	width: 40px;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	background-color: #84BD00;
	text-align: center;
	border-radius: 50px; 
	cursor: pointer;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	z-index: 1001;
}
#gotop:hover { 
	background-color: #006699;
}
@media (max-width: 1280px) {
	#gotop { 
		right: 5px;
		bottom: 5px;
	}
}

/*
#gotop {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 44px;
    height: 44px;
	background: url(../images/index/ic_top.png) center no-repeat;
    text-indent: -999px;
    overflow: hidden;
    border: 3px solid #fcbf11;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 1001;
}
*/



/*右側滑動選單*/
.scroll-fixed-link {
    position: fixed;
    display: block;
    right: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    background-position: 0 center;
    background-repeat: no-repeat;
    opacity: 0;
    padding: 0 0 0 40px;
    z-index: 1001;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.scroll-fixed-link.active {
    pointer-events: auto;
    opacity: 1
}

.scroll-fixed-link.cart {
    top: 200px;
    background-color: #ff5a00;
    background-image: url("../images/index/scroll_cart.png"); /*購物車*/
    background-size: 36px 36px
}
.scroll-fixed-link.cart_2 {
    top: 240px;
    background-color: #ff5a00;
    background-image: url("../images/index/scroll_cart.png"); /*購物車*/
    background-size: 36px 36px
}
.scroll-fixed-link.notice {
    top: 240px;
    background-color: #ffcc00;
    background-image: url("../images/index/scroll_notice.png"); /*詢價清單*/
    background-size: 36px 36px
}
.scroll-fixed-link.contact {
    top: 280px;
    background-color: #ff5a00;
    background-image: url("../images/index/scroll_contact.png"); /*客服中心*/
    background-size: 36px 36px
}
.scroll-fixed-link.fb {
    top: 320px;
    background-color: #3B5998;
    background-image: url("../images/index/scroll_fb.png"); /*粉絲專頁*/
    background-size: 36px 36px
}
.scroll-fixed-link.tel {
    top: 320px;
    background-color: #4bb143;
    background-image: url("../images/index/scroll_tel.png"); /*客服專線*/
    background-size: 36px 36px
}
.scroll-fixed-link.tel_2 {
    top: 320px;
    background-color: #000;
    background-image: url("../images/index/scroll_tel.png"); /*客服專線*/
    background-size: 36px 36px
}

.scroll-fixed-link:hover {
    padding-right: 10px;
    width: auto;
    color: #fff;
}





/* = 內頁共用
-------------------------------------------------------------- */
#section-content {
	width: 100%;
}

.bg_content {
	background: #fff url(../images/home/bg_content.jpg) 0 0 repeat-x;
	padding: 15px 0 60px 0;
}



/*麵包屑*/
#section-content .container {
	position: relative;
}

.crumb {
	position: absolute;
	top: 12px;
	right: 18px;
    font-size: 13px;
    line-height: 18px;
	text-align: right;
	z-index: 20;
}
.crumb .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0px;
}
.crumb a {
    color: #666;
}
.crumb a:hover {
    color: #000;
	text-decoration: none;
}
.crumb a i {
	display: inline-block;
	color: #000;
	padding-right: 3px;
}



/* 兩欄式佈局 */
.section-sidemenu,
.section-contents {
  float: left;
}
.section-sidemenu {
  width: 220px;
}
.section-contents {
  width: 880px;
  margin: 0 0 0 40px;
}
@media (max-width: 1200px) {
  .section-contents {
	width: 700px;
	margin: 0 0 0 20px;
  }
}
@media (max-width: 992px) {
	.section-sidemenu,
	.section-contents {
	  width: 100%;
	}
	.section-contents {
	  margin: 20px 0 0 0px;
	}
}



/* 左邊選單 */
.section-sidemenu h1 { /*平版以下裝置，左側選單收合下拉效果*/
  width: 100%;
  height: 42px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  line-height: 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  padding: 0 10px 0 20px;
  margin: 40px 0 0 0;
  background: rgb(132,189,0);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTVhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNkNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(132,189,0,1) 0%, rgba(74,150,28,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,189,0,1)), color-stop(100%,rgba(74,150,28,1)));
  background: -webkit-linear-gradient(top,  rgba(132,189,0,1) 0%,rgba(74,150,28,1) 100%);
  background: -o-linear-gradient(top,  rgba(132,189,0,1) 0%,rgba(74,150,28,1) 100%);
  background: -ms-linear-gradient(top,  rgba(132,189,0,1) 0%,rgba(74,150,28,1) 100%);
  background: linear-gradient(to bottom,  rgba(132,189,0,1) 0%,rgba(74,150,28,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84bd00', endColorstr='#4a961c',GradientType=0 );
}
.section-sidemenu h1:hover,
.section-sidemenu h1.open {
  background: rgb(74,150,28);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwM2Q3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDU1YTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(74,150,28,1) 0%, rgba(132,189,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,150,28,1)), color-stop(100%,rgba(132,189,0,1)));
  background: -webkit-linear-gradient(top,  rgba(74,150,28,1) 0%,rgba(132,189,0,1) 100%);
  background: -o-linear-gradient(top,  rgba(74,150,28,1) 0%,rgba(132,189,0,1) 100%);
  background: -ms-linear-gradient(top,  rgba(74,150,28,1) 0%,rgba(132,189,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(74,150,28,1) 0%,rgba(132,189,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a961c', endColorstr='#84bd00',GradientType=0 );
}
.section-sidemenu h1.open {
    border-radius: 3px 3px 0 0;
}
.section-sidemenu h1 i {
  display: block;
  float: right;
  font-size: 18px;
  margin: 13px 5px 0 0 ;
}
.section-sidemenu ul.menu-main { /*第一層選單*/
  list-style: none;
  max-height: 0;
  font-size: 16px;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.section-sidemenu h1.open + ul.menu-main {
  max-height: 10000px;
}
.section-sidemenu ul.menu-main > li > a {
  display: block;
  width: 100%;
  min-height: 40px;
  color: #000;
  line-height: 20px;
  text-decoration: none;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  background: #c0db81 url('../images/home/ic_nav_open.png') no-repeat;
  background-position: right 18px center;
  overflow: hidden;
  padding: 10px 20px;
  margin: 0 0 1px 0;
}
.section-sidemenu ul.menu-main > li > a:hover,
.section-sidemenu ul.menu-main > li > a.open,
.section-sidemenu ul.menu-main > li.current > a {
  color: #fff;
  background: #4a961c url('../images/home/ic_nav_close.png') no-repeat;
  background-position: right 18px center;
}

.section-sidemenu ul.menu-sub { /*第二層選單*/
  list-style: none;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.section-sidemenu ul.menu-sub > li {
  	background: #edf8d2;
	border-bottom: #4a961c 1px dotted;
	padding: 0 0 1px 0;
}
.section-sidemenu ul.menu-sub > li:last-child {
	border-bottom: #4a961c 0px dotted;
	padding: 0;
}
.section-sidemenu ul.menu-main > li > a.open + ul.menu-sub,
.section-sidemenu ul.menu-main > li.current ul.menu-sub {
  max-height: 10000px;
}
.section-sidemenu ul.menu-sub > li > a {
  display: block;
  width: 100%;
  min-height: 40px;
  color: #222;
  line-height: 20px;
  text-decoration: none;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  background: #edf8d2;
  overflow: hidden;
  padding: 10px 20px 10px 36px;
}
.section-sidemenu ul.menu-sub > li > a:hover,
.section-sidemenu ul.menu-sub > li > a.open,
.section-sidemenu ul.menu-sub > li.current > a {
  color: #fff;
  background: #95bd7c;
}

.section-sidemenu ul.menu-grand { /*第三層選單*/
  list-style: none;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.section-sidemenu ul.menu-sub > li > a.open + ul.menu-grand,
.section-sidemenu ul.menu-sub > li.current ul.menu-grand {
  max-height: 10000px;
}
.section-sidemenu ul.menu-grand > li {
	background-color: #fff;
  	padding: 0 0 1px 0;
}
.section-sidemenu ul.menu-grand > li:last-child {
	padding: 0;
}
.section-sidemenu ul.menu-grand > li > a {
  display: block;
  width: 100%;
  min-height: 40px;
  color: #545454;
  line-height: 20px;
  text-decoration: none;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  background: #f2f2f2;
  overflow: hidden;
  padding: 10px 20px 10px 52px;
}
.section-sidemenu ul.menu-grand > li > a:hover,
.section-sidemenu ul.menu-grand > li.current > a {
  color: #fff;
  background-color: #bdbdbd;
  /*
  background: #ffffe7 url('../images/home/ic_sidemenu_current.png') no-repeat;
  background-position: left 32px center;
  */
}

@media (min-width: 992px) {
  .section-sidemenu h1,
  .section-sidemenu h1:hover,
  .section-sidemenu h1.open { /*左側單元標題*/
  	height: 40px;
    color: #000;
    font-size: 20px;
    cursor: auto;
    border-radius: 0;
    background: transparent url('../images/home/bg_sidemenu_title.jpg') bottom center no-repeat;
  	padding: 0 10px 0 20px;
	margin: 0 0 5px 0;
  }
  .section-sidemenu h1 i {
    opacity: 0;
  }

  .section-sidemenu ul.menu-main,
  .section-sidemenu h1.open + ul.menu-main { /*第一層選單*/
    max-height: 10000px;
    font-size: 16px;
  }
  .section-sidemenu ul.menu-main > li {
    border-bottom: 1px solid #ddd;
  }
  .section-sidemenu ul.menu-main > li > a {
    min-height: 42px;
    line-height: 20px;
    color: #000;
    background: url(../images/home/ic_sidemenu_close.png) no-repeat;
    background-position: left 10px top 10px;
    padding: 10px 30px 10px 30px;
  }
  .section-sidemenu ul.menu-main > li > a:hover,
  .section-sidemenu ul.menu-main > li > a.open,
  .section-sidemenu ul.menu-main > li.current > a {
    color: #fff;
    background: #0d3680 url(../images/home/ic_sidemenu_open.png) no-repeat;
    background-position: left 10px top 10px;
  }

  .section-sidemenu ul.menu-sub { /*第二層選單*/
    padding: 0;
  }
  .section-sidemenu ul.menu-sub > li {
	  background: #fff;
	  border-bottom: #9d9d9d 1px dotted;
  }
  .section-sidemenu ul.menu-main > li a.open + ul.menu-sub,
  .section-sidemenu ul.menu-main > li.current ul.menu-sub {
    padding: 5px 0;
    max-height: 10000px;
  }
  .section-sidemenu ul.menu-sub > li > a {
    min-height: 35px;
    line-height: 20px;
    color: #222;
    background: transparent url(../images/home/ic_sidemenu_sub.png) no-repeat;
    background-position: left 18px top 18px;
    padding: 10px 20px 10px 30px;
  }
  .section-sidemenu ul.menu-sub > li > a:hover,
  .section-sidemenu ul.menu-sub > li > a.open,
  .section-sidemenu ul.menu-sub > li.current > a {
    color: #fff;
    background: #3d71a7 url(../images/home/ic_sidemenu_current.png) no-repeat;
    background-position: left 18px top 18px;
  }

  .section-sidemenu ul.menu-grand { /*第三層選單*/
    border: none;
  }
  .section-sidemenu ul.menu-sub > li a.open + ul.menu-grand,
  .section-sidemenu ul.menu-sub > li.current ul.menu-grand {
    max-height: 10000px;
  }
  .section-sidemenu ul.menu-grand > li > a {
    min-height: 35px;
    line-height: 20px;
    color: #545454;
  	background: #f2f2f2;
	padding: 10px 20px 10px 30px;
  }
  .section-sidemenu ul.menu-grand > li > a:hover,
  .section-sidemenu ul.menu-grand > li.current > a {
	  color: #fff;
	  background-color: #bdbdbd;
  }
}



/* 一欄式佈局 */
.section-contents-one { /*沒有左側選單時可用，或者選單類別是在內文中間上方*/
  float: left;
  width: 100%;
}



/*單元標題*/
.section-contents h1, .section-contents-one h1 {
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    border-bottom: 2px solid #ddd;
    padding: 0;
    margin: 0 0 20px 0;
}

.section-contents h1 span, .section-contents-one h1 span {
    display: inline-block;
    height: 40px;
    color: #339900;
    border-bottom: 2px solid #4a961c;
    padding: 0 15px;
}



/*隱藏彈出視窗內容*/
.displayNone { display: none;}



/* = 彈出視窗
-------------------------------------------------------------- */
/*會員加入條款、運費說明*/
#termsBox .termsBox { 
	width: 100%;
	/*height: auto;*/
	height: calc(100vh - 300px);
	overflow: auto;
}

@media (max-width: 680px) {
	#termsBox .termsBox { height: calc(100vh - 200px); }
}


/*付款通知*/
#termsBox .payment-wrap {
  position: relative;
  width: 100%;
  padding: 3%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  #termsBox .payment-wrap {
	height: calc(100vh - 200px); 
    padding: 2%;
  }
}






/*   .popBox a.close { opacity: 0; } */
.mfp-close-btn-in .mfp-close {
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 38px;
  background: url('../images/member/btn_close.png') no-repeat #efefef center center;
}

/* 彈出 */
.popBox {
  position: relative;
  width: 1000px;
  background: #fff;
  border: 10px solid #efefef;
  box-sizing: border-box;
  padding: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .popBox {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px;
  }
}

.popBox .content {
  width: 100%;
  overflow: hidden;
}

.popBox .line {
  width: 100%;
  height: auto;
  line-height: 20px;
  background: url('../images/member/line_repeat_x.png') repeat-x 0 top;
  overflow: hidden;
  padding-top: 20px;
}



/* 文字編輯器 */
.edit { 
	width: 100%;
	color: #333;
	line-height: 2em;
	text-align: justify;
	overflow: hidden;
	margin: 20px auto 30px;
}
.edit .line { text-align: center;}
.edit .center { text-align: center; margin: 40px auto;}
.edit .center img { display: inline-block; text-align: center;}
.edit .pic img { display: block;  margin: 0 auto;}
.edit.gary { background: #F8F8F8;  padding: 5%; }


/*選擇數量*/
.newQty {
  height: 36px;
}
.newQty.m10 { /*購物車*/
  margin: 0 10px;
}
.newQty.m20 { /*商品show頁*/
  margin: 15px 0;
}
@media (max-width: 720px) {
	.newQty.m10 {
	  margin: 0;
	}
}

.newQty .input-group {
  position: relative;
  float: left;
  width: 100px;
  height: 33px;
  border: 1px solid #e1e1e1;
}
/*#M_cart .newQty .input-group:after { content: '片'; display: block; position: absolute; right: -25px; top: 10px; }*/

.newQty .input-group-btn {
	position: static;
}

.newQty .form-control {
  position: absolute;
  left: 30px;
  width: 40px;
  height: 31px;
  font-family: 'Century Gothic', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;
  text-align: center;
  background-color:#f9f9f9;
  border: none;
}

.newQty .input-group-btn .btn {
  width: 30px;
  height: 32px;
  color: #666;
  font-size: 30px;
  text-indent: -9999px;
  background-color: transparent;
  cursor: pointer;
}

.newQty .bootstrap-touchspin-down {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url('../images/cart/icon_del.png') center 15px no-repeat;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #e1e1e1;
  box-sizing: border-box;
}

.newQty .bootstrap-touchspin-up {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url('../images/cart/icon_plus.png') center center no-repeat;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #e1e1e1;
  box-sizing: border-box;
}



/*頁次*/
#M_pagination {
  clear: both;
  text-align: center;
  border-top: 1px dotted #ccc;
  padding: 10px 0 0 0;
  margin: 20px 0;
}
#M_pagination.noLine {
  border-top: none;
}

#M_pagination .pagination {
  margin: 20px 0 10px;
}

#M_pagination span {
	font-size: 14px;
}

.pPager {
  clear: both;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 10px 0 0 0;
  margin: 40px 0;
}
.pPager.noLine {
  border-top: none;
}

.pPager a.back {
  color: #fff;
  text-decoration: none;
  background: #000;
  padding: 10px 25px;
}
.pPager a:hover.back {
  background: #e30020;
}
.pPager a.back i {
	display: inline-block;
	padding-right: 10px;
}



/* ===============================================================================
   Header
=============================================================================== */
/* header */
#header {
  position: fixed;
  width: 100%;
  background: url(../images/index/bg_nav.png) 0 0 repeat-x; /* 上方選項底圖 */
  height: 95px;
  top: 0;
  left: 0;
  z-index: 1001;
}



/*logo*/
.navbar-brand {
  float: left;
  width: 300px;
  height: 75px;
  font-size: 18px;
  line-height: 200px;
  background: url(../images/index/logo.png) 0 0 no-repeat;
  padding: 15px 15px;
  margin: 3px 0 0 0;
  overflow: hidden;
}
@media (min-width: 970px) {
	.navbar-brand {
	  width: 75px;
	  background: url(../images/index/logos.png) 0 0 no-repeat;
	}
}
@media (min-width: 1170px) {
	.navbar-brand {
	  width: 300px;
	  background: url(../images/index/logo.png) 0 0 no-repeat;
	}
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}



/* top-links */
.top-links { /*上方選項區塊設定*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 37px;
	background-color: rgba(1,132,175,.9);
    padding: 0;
}

.top-links ul {
	position: relative;
    float: right;
	list-style-type: none;
}

.top-links li {
    float: left;
    height: 35px;
	font-size: 23px;
	color: #fff;
	background: url(../images/index/line_toplink.png) right 15px no-repeat; /*選項隔線*/
    padding: 0 15px;
}
.top-links li:last-child {
	background: none;
    padding: 0 0 0 15px;
}
@media (max-width: 320px) {
	.top-links li {
		padding: 0 13px;
	}
	.top-links li:last-child {
		padding: 0 0 0 15px;
	}
}

.top-links li a {
    color: #fff
}
.top-links li a:hover {
    color: #ccffff;
}

.top-links li.lang { /*語系設定*/
    position: relative;
	cursor: pointer;
}
.top-links li.lang:hover {
    color: #ccffff;
}
.top-links li.lang span {
	display: inline-block;
	font-size: 15px;
	padding: 0 0 0 5px;
}

.top-links li.lang .lang-links { /*顯示語系區塊*/
    position: absolute;
    top: 35px;
    right: -15px;
    width: 101px;
    line-height: 30px;
    background-color: #0e8bb6;
    border: 1px solid #0e8bb6;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
}

.top-links li.lang .lang-links a {
    display: block;
    color: #fff;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    padding: 5px 10px;
}
.top-links li.lang .lang-links a:hover {
    color: #fff;
    background-color: #05547c;
}

.top-links li.lang:hover .lang-links {
    pointer-events: auto;
    opacity: 1
}

.top-links li span.badge { /*加入購物車數量*/
	display: inline-block;
	min-width: 12px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #000;
	border-radius: 20px;
	padding: 5px 7px;
	margin-left: 3px;
}

.top-links .mem_login { /*會員登入後，在左上方顯示*/
    position: absolute;
    top: 8px;
	float: left;
	font-size: 14px;
	color: #fff;
}
.top-links .mem_login a {
	display: inline-block;
	padding-left: 10px;
	color: #ccffff;
}
.top-links .mem_login a:hover {
	color: #d7ffb3;
}
@media (max-width: 480px) {
	.top-links .mem_login { /*會員登入後在螢幕480以下隱藏*/
		display: none;
	}
}

@media (min-width: 481px) {
	.mem_login2 { /*會員登入後在手機版主選項下方，在螢幕480以上隱藏*/
		display: none;
	}
}
@media (max-width: 480px) {
	.mem_login2 { /*會員登入後在手機版主選項下方，在螢幕480以下顯示*/
		float: left;
		width: 100%;
		color: #fff;
		text-align: center;
		background-color: rgba(1,132,175,.9);
		padding: 10px;
	}
	.mem_login2 a {
		display: inline-block;
		padding-left: 10px;
		color: #ccffff;
	}
	.mem_login2 a:hover {
		color: #d7ffb3;
	}
}


/* search */
#search { /*商品搜尋區塊設定*/
    position: absolute;
    top: 37px;
    left: 0;
    display: none;
    width: 100%;
    height: 87px;
    background-color: #18b6b4;
    padding: 10px;
    z-index: 9999;
}
@media (max-width: 540px) {
	#search {
		height: 220px;
	}
}

#search.active {
    display: block
}

.select-search {
    display: block;
    float: left;
    width: 30%;
    height: 65px;
    font-size: 18px;
    line-height: 65px;
    background-color: #fff;
    border: 1px solid #18b6b4;
    outline: none;
    padding: 0 20px;
}
@media (max-width: 800px) {
	.select-search {
		width: 40%;
	}
}
@media (max-width: 540px) {
	.select-search {
		width: 100%;
	}
}

.select-search::-webkit-input-placeholder {
    color: #333;
    font-size: 18px;
}
.select-search::-moz-placeholder {
    color: #333;
    font-size: 18px;
}
.select-search:-ms-input-placeholder {
    color: #333;
    font-size: 18px;
}
.select-search:-moz-placeholder {
    color: #333;
    font-size: 18px;
}

.inptu-search {
    display: block;
    float: left;
    width: calc(70% - 241px);
    height: 65px;
    font-size: 18px;
    line-height: 65px;
    background-color: #fff;
    border: 1px solid #18b6b4;
    outline: none;
    padding: 0 20px;
}
@media (max-width: 800px) {
	.inptu-search {
		width: calc(60% - 131px);
	}
}
@media (max-width: 540px) {
	.inptu-search {
		width: 100%;
	}
}

.inptu-search::-webkit-input-placeholder {
    color: #333;
    font-size: 18px
}
.inptu-search::-moz-placeholder {
    color: #333;
    font-size: 18px
}
.inptu-search:-ms-input-placeholder {
    color: #333;
    font-size: 18px
}
.inptu-search:-moz-placeholder {
    color: #333;
    font-size: 18px
}

.btn-search, .btn-close {
    display: block;
    float: left;
    width: 120px;
    height: 65px;
    color: #fff;
	font-size: 17px;
    line-height: 65px;
    text-transform: uppercase;
    background-color: #000;
    border: 1px solid #000
}
.btn-close {
	margin-left: 1px;
}

.btn-search i, .btn-close i {
    font-size: 18px;
}
.btn-search span, .btn-close span {
	display: inline-block;
	padding-left: 5px;
}

@media (max-width: 800px) {
	.btn-search, .btn-close {
	    width: 65px;
		font-size: 0;
	}
	.btn-search i, .btn-close i {
		font-size: 25px;
		padding-top: 20px;
	}
	.btn-search span, .btn-close span {
		padding-left: 0;
	}
}
@media (max-width: 540px) {
	.btn-search, .btn-close {
	    width: 49%;
		font-size: 17px;
		margin-top: 5px;
	}
	.btn-close {
		float: right;
		margin-right: 1px;
	}

	.btn-search i, .btn-close i {
		font-size: 18px;
	}
	.btn-search span, .btn-close span {
		padding-left: 5px;
	}
}



.popWindow:focus {
    outline: none
}





/* ===============================================================================
   Nav
=============================================================================== */
/*手機版功能鈕*/
#nav-control {
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    float: right;
    width: 58px;
    height: 58px;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border: none;
    border-radius: 0;
    margin: 0;
    background-color: rgba(0,0,0,0.2);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
@media (min-width: 768px) {
    #nav-control {
		display: none;
    }
}

#nav-control span {
    display: block;
    position: absolute;
    left: 0px;
    width: 50%;
    height: 2px;
    line-height: 52px;
    background-color: #fff;
    border-radius: 9px;
    opacity: 1;
    margin: 8px 0 0 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-control span:nth-child(1) {
    top: 10px
}
#nav-control span:nth-child(2),#nav-control span:nth-child(3) {
    top: 20px
}
#nav-control span:nth-child(4) {
    top: 30px
}

#nav-control.open span:nth-child(1) {
    top: 20px;
    left: 50%;
    width: 0%;
}
#nav-control.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
#nav-control.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
#nav-control.open span:nth-child(4) {
    top: 9px;
    left: 50%;
    width: 0%;
}



.navbar {
    border: none;
    margin: 0;
}

.navbar-custom {
    position: relative;
}



/*主選項*/
.navbar-collapse { /* 手機版主選項設定 */
    position: fixed;
    top: 79px;
    right: 0;
    width: 105%;
    background-color: #333; /* 手機版主選項底色 */
    border-top: 2px solid #99cc00; /* 手機版主選項上方色條 */
    height: calc(100vh - 79px); /* 扣除的高度要和top一致 */
    max-height: none !important;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
	padding: 0;
	margin: 0;
}
.navbar-collapse.in { /* 手機版主選項滑出位置和透明度 */
    right: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}
@media (min-width: 768px) {
    .container > .navbar-collapse { /* 主選項設定 */
        position: static;
        right: 0;
        width: auto;
        background-color: transparent;
        text-align: center;
        border-top: none;
        opacity: 1;
        filter: alpha(opacity=100);
		margin: 0;
    }
}
@media (min-width: 800px) {
    .container > .navbar-collapse {
		margin: 0 -15px;
    }
}



.navbar-nav {
    position: relative;
    margin: 0;
}
@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        display: inline-block;
		margin: 0 -15px;
    }
}



.navbar-nav > li {
	background: url(../images/index/line_nav.png) right 25px no-repeat; /* 主選項隔線 */
	padding: 0 25px 0 20px;
}
@media (max-width: 800px) {
	.navbar-nav > li {
		padding: 0 20px 0 15px;
	}
}
@media (max-width: 720px) {
	.navbar-nav > li { padding: 0;}
}

.navbar-nav > li:last-child { /* 主選項最後一項無隔線 */
	background: none;
}
@media (max-width: 720px) {
	.navbar-nav > li { /* 螢幕720以下主選項無隔線 */
		background: none;
	}
}


.navbar-nav > li > a { /* 手機版主選項字型大小、顏色設定 */
    color: #fff;
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(255,255,255,.3); /* 手機版主選項間隔線 */
    padding: 14px 47px 14px 38px; /* 手機版主選項間隔 */
}
@media (min-width: 480px) {
	.navbar-nav > li > a {
		padding: 14px 47px; /* 手機版螢幕480以上主選項間隔 */
	}
}
@media (min-width: 768px) {
    .navbar-nav > li > a { /* 螢幕768以上主選項寬度、字型大小、顏色設定 */
        width: auto;
    	color: #000;
    	font-size: 1.4rem;
        border-bottom: none;
		padding: 22px 0 0; /* 主選項間隔 */
    }
}



.nav > li > a:hover,.nav > li > a:focus { /* 手機版主選項滑過設定 */
    background-color: #000;
    color: #99ccff;
}
@media (min-width: 768px) {
    .nav > li > a:hover,.nav > li > a:focus {
        background-color: transparent;
        color: #0000ff;
    }
}

.nav .open > a,.nav .open > a:hover,.nav .open > a:focus { /* 手機版主選項展開滑過設定 */
    background-color: #000;
    border-color: rgba(255,255,255,.3);
}
@media (min-width: 768px) {
    .nav .open > a,.nav .open > a:hover,.nav .open > a:focus { /* 主選項展開滑過設定 */
        background-color: transparent;
        color: #0000ff;
    }
}

.navbar-nav > li > a p { /* 手機版主選項英文設定 */
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #a3a3a3;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 0 15px;
}
@media (min-width: 768px) {
	.navbar-nav > li > a p { /* 螢幕768以上主選項英文設定 */
	  display: block;
	  font-size: 12px;
	  font-weight: 100;
	  color: #a3a3a3;
	  text-transform: none;
	  padding: 0;
	}
}
@media (min-width: 1024px) {
	.navbar-nav > li > a p { /* 螢幕1024以上主選項英文設定 */
	  display: block;
	  font-size: 12px;
	  color: #a3a3a3;
	  text-transform: uppercase;
	  padding: 0;
	}
}

.navbar-nav > li > a i { /* 手機版主選項下拉箭頭設定 */
    float: right;
    font-size: 1.3rem;
    color: #00ffff;
    vertical-align: top;
    border: 0;
	margin: 0;
}
@media (min-width: 768px) {
    .navbar-nav > li > a i { /* 主選項下拉箭頭隱藏 */
        display: none;
    }
}

.nav > li > a:hover i,.nav .open > a i { /* 手機版主選項下拉箭頭滑過設定 */
    color: #fff;
}



/*次選項*/
.dropdown-menu {
    border-radius: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .dropdown-menu {
        border-top: 2px solid #84BD00; /* 次選項上方色條 */
    }
}

.dropdown-menu > li {
    position: relative;
	border-bottom: 1px dotted rgba(255,255,255,.3); /* 手機版次選項間隔點虛線 */
}
@media (min-width: 768px) {
    .dropdown-menu > li {
        border-bottom: 1px solid rgba(255,255,255,.3); /* 次選項間隔實線 */
    }
    .dropdown-menu > li:last-child {
        border-bottom: none; /* 次選項最後一項無間隔實線 */
    }
}

.dropdown-menu > li > a { /* 手機版次選項字型大小、顏色 */
    color: #dedede;
    font-size: 15px;
}

.dropdown-menu > li > a > i {
	display: inline-block;
	padding-right: 10px; /* 手機版次選項與箭頭間隔距離 */
}

.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
    background-color: rgba(0,0,0,1); /* 手機版次選項滑過底色 */
}
@media (min-width: 768px) {
    .dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
        background-color: transparent; /* 次選項滑過底色 */
    }
}

.navbar-nav .open .dropdown-menu {
    background-color: rgba(0,0,0,.5); /* 手機版次選項展開底色 */
}
@media (min-width: 768px) {
    .navbar-nav .open .dropdown-menu {
        background-color: rgba(0,0,0,1); /* 次選項展開底色 */
    }
    .navbar-nav .open .dropdown-menu > li {
        background: none;
    }
}

.navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 12px 41px; /* 手機版次選項間隔位置 */
}
@media (min-width: 480px) {
	.navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 50px; /* 手機版螢幕480以上次選項間隔位置 */
	}
}
@media (min-width: 768px) {
    .navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
        padding: 10px 20px; /* 次選項間隔位置 */
    }
}

.navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus {
    color: #d7ffb3; /* 手機版次選項展開滑過顏色 */
}
@media (min-width: 768px) {
    .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus {
        color: #bff7ff; /* 次選項展開滑過顏色 */
    }

    .navbar-custom .navbar-nav > li.dropdown .dropdown-menu {
        right: -36px; /* 次選項於主選項對齊位置 */
    }

    .navbar-custom .navbar-nav > li.dropdown:last-child .dropdown-menu {
        right: 0; /* 最後一項次選項於主選項對齊位置 */
    }
}
@media (min-width: 1024px) {
    .navbar-custom .navbar-nav > li.dropdown .dropdown-menu {
        right: -22px; /* 次選項於主選項對齊位置 */
    }

    .navbar-custom .navbar-nav > li.dropdown:last-child .dropdown-menu {
        right: -22px; /* 最後一項次選項於主選項對齊位置 */
    }
}



@media (max-width: 720px) {
    .navbar-nav .open .dropdown-menu > li > a.more-menu { /* 手機版次選項『＋』設定 */
        position: relative;
		padding: 15px 47px;
    }

    .navbar-nav .open .dropdown-menu > li > a.more-menu:before { /* 手機版次選項『＋』的『－』設定 */
        content: '';
        display: block;
        position: absolute;
        width: 12px;
        height: 2px;
        background: #84BD00;
        top: 24px;
        right: 48px
    }

    .navbar-nav .open .dropdown-menu > li > a.more-menu:after { /* 手機版次選項『＋』的『|』設定 */
        content: '';
        display: block;
        position: absolute;
        width: 2px;
        height: 12px;
        background: #84BD00;
        top: 19px;
        right: 53px
    }

    .navbar-nav .open .dropdown-menu > li.open > a.more-menu:after { /* 手機版次選項『＋』展開後的『|』不顯現 */
        display: none
    }
}



/*第三層*/
ul.ulset {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu > li > .grand-menu { /* 第三層選項設定 */
    position: absolute;
    display: none;
    top: -2px;
    left: 160px;
    min-width: 160px;
    background-color: rgba(51,51,51,.85); /* 第三層選項底色 */
    border-top: 2px solid #c9ec83; /* 第三層選項上方色條 */
    padding: 5px 0; /* 第三層選項間隔 */
}
@media (max-width: 720px) {
    .dropdown-menu > li > .grand-menu { /* 手機版第三層選項設定 */
        position: static;
        display: none;
        width: 100%;
        background-color: rgba(0,0,0,.5);
        border-top: none;
        padding: 0;
    }
}

.dropdown-menu > li > .grand-menu > li {
	border-bottom: 1px dotted rgba(255,255,255,.3); /* 第三層選項間隔點虛線 */
}
.dropdown-menu > li > .grand-menu > li:last-child {
	border-bottom: none; /* 第三層選項最後一項無間隔點虛線 */
}
@media (max-width: 720px) {
	.dropdown-menu > li > .grand-menu > li {
		border-bottom: 0px dashed rgba(255,255,255,.3); /* 手機版第三層選項無間隔大虛線 */
	}
}

.dropdown-menu > li:hover > .grand-menu {
    display: block; /* 第三層選項滑過顯現 */
}
@media (max-width: 720px) {
    .dropdown-menu > li:hover > .grand-menu {
        display: none; /* 手機版第三層選項滑過不顯現 */
    }
    .dropdown-menu > li.open > .grand-menu {
        display: block; /* 手機版第三層選項展開顯現 */
    }
}
@media (min-width: 768px) {
	.dropdown-menu > li:hover > .grand-menu {
		display: none; /* 第三層選項滑過不顯現 */
	}
}

.dropdown-menu > li > .grand-menu > li > a {
    display: block;
    color: #d9d9d9;
    padding: 10px 20px; /* 第三層選項間隔位置 */
}
@media (max-width: 720px) {
    .dropdown-menu > li > .grand-menu > li > a {
        padding: 10px 45px 10px 61px; /* 手機版第三層選項間隔位置 */
    }
}

.dropdown-menu > li > .grand-menu > li > a:hover {
    color: #fffbbe; /* 第三層選項滑過顏色 */
}





/* ===============================================================================
   Banner
=============================================================================== */
#banner {
	width: 100%;
}



/*Carousel 旋轉木馬(淡入淡出輪播)*/
.carousel-fade .carousel-inner .item{  
    opacity: 0;  
    -webkit-transition-property: opacity;  
    -moz-transition-property: opacity;  
    -ms-transition-property: opacity;  
    -o-transition-property: opacity;  
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active{  
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{  
    left: 0;  
    opacity: 0;
}
.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
@media (max-width: 1366px) {
	.carousel-fade .carousel-inner .item2 {  /*內頁圖片位置*/
		padding-top: 79px;
	}
}
@media (max-width: 800px) {
	.carousel-fade .carousel-inner .item { /*圖片位置*/
		padding-top: 79px;
	}
}



/*輪播圓點*/
.carousel-indicators { /*輪播圓點在螢幕424以上不顯示*/
  position: absolute;
  display: none;
}
@media screen and (min-width: 800px) {
  .carousel-indicators {
	display: block;	  
	position: absolute;
    bottom: 5px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
  }
}
@media (min-width: 1440px) {
  .carousel-indicators { /*輪播圓點在螢幕1440以上位置*/
    bottom: 20px;
  }
}



/*去除左右按鈕的陰影*/
.carousel-control{
  background-image:none !important;
  filter:none !important;
}
/*滑入顯示控制鈕*/
.carousel .carousel-control,
.carousel-indicators {
  opacity: 0;
  /* Firefox */
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  /* WebKit */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
 
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-delay: 0.2s;
}
.carousel:hover .carousel-control,
.carousel:hover .carousel-indicators{
 opacity: 1.0;
}




/*Slogan*/
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption h1 { /*slogan在螢幕480以下不顯示*/
	font-size: 0px;
	background-image:url(/1025.jpg);
	background-size: 420px 60px;
	background-position:center;
background-repeat:no-repeat;
}
.carousel-caption p {
	font-size: 0px;
	background-image:url(/1025.jpg);
	background-size: 420px 60px;
	background-position:center;
background-repeat:no-repeat;
}

@media (min-width: 480px) {
  .carousel-caption {
    right: 20%;
    left: 20%;
  }
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 15px; /*slogan在螢幕768以上位置*/
  }
  .carousel-caption h1 {
	  font-size: 25px; /*slogan在螢幕768以上字型大小設定*/
	  letter-spacing: 1px;
  }
  .carousel-caption p {
	  display: block;
	  font-size: 20px;
	  padding-top: 5px;
  }
}
@media (min-width: 1024px) {
  .carousel-caption {
    padding-bottom: 30px; /*slogan在螢幕1024以上位置*/
  }
}
@media (min-width: 1440px) {
  .carousel-caption {
    padding-bottom: 50px; /*slogan在螢幕1440以上位置*/
  }
  .carousel-caption h1 {
	  font-size: 30px; /*slogan在螢幕1440以上字型大小設定*/
	  letter-spacing: 1px;
  }
  .carousel-caption p {
	  display: block;
	  font-size: 20px;
	  padding-top: 10px;
  }
}



/*左右箭頭*/
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px; /*左右箭頭在螢幕533以下大小*/
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50); /*左右箭頭預設透明度*/
  opacity: 0.5;
}
.carousel-control.left {
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
}
.carousel-control:hover,
.carousel-control:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  padding-top: 45px; /*左右箭頭位置*/
}

.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
@media (min-width: 533px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) { /*原來的*/
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    font-size: 30px;
  }
}





/* ===============================================================================
   Content
=============================================================================== */
/* = 首頁資訊區
-------------------------------------------------------------- */
/*最新消息*/
#setion-news {
	width: 100%;
}

.bg_setion-news {
	background: #f2f2f2 url(../images/index/bg_content.jpg) 0 0 repeat-x;
	padding: 50px 0 60px 0;
}
@media (max-width: 1024px) {
	.bg_setion-news {
		padding: 30px 0 50px 0;
	}
}

@media screen and (max-width: 991px) {
  #iNews .latestimgBox {} /*最新一則訊息的圖*/
  #iNews .newsList {} /*標題+列表區塊*/
}

#iNews .latestImg { /*最新一則訊息圖陰影*/
	display: block;
	border: 1px solid #efefef;
	box-shadow: 3px 3px 0px rgba(133, 133, 133, 0.1);
}
#iNews .latestImg img {
	width: 100%;
}



#iNews .latestImg .pic { /*最新一則訊息圖移過設定*/
	position: relative;
	width: 100%;
}

#iNews .latestImg .pic:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7); /*最新一則訊息圖移過底色*/
	opacity: 0;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

#iNews .latestImg:hover .pic:before {
	opacity: 1;
}

#iNews .latestImg .txt { /*最新一則訊息圖移過，訊息日期、標題設定*/
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 100%;
	text-align: center;
	background: none;
	padding: 0 0 20px;
	opacity: 0;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

#iNews .latestImg:hover .txt {
	bottom: 50%;
	padding: 0;
	opacity: 1;
	transform: translateY(50%) translateX(-50%);
	-ms-transform: translateY(50%) translateX(-50%);
	-moz-transform: translateY(50%) translateX(-50%);
	-webkit-transform: translateY(50%) translateX(-50%)
}

#iNews .latestImg .txt .date { /*最新一則訊息圖移過，訊息日期*/
	margin-bottom: 20px;
	color: #bff7ff;
}

#iNews .latestImg .txt h3.name { /*最新一則訊息圖移過，訊息標題*/
	color: #fff;
	font-size: 1.05em;
	line-height: 22px;
	padding: 0 40px;
	margin: 0;
}
#iNews .latestImg .txt h3.name:before { /*最新一則訊息圖移過，訊息日期、標題中間隔線*/
    content: '';
    position: absolute;
    top: 27px;
	left: 50%;
    display: block;
    width: 48px;
    height: 1px;
	background: #5cbcc7;
	margin-left: -25px
}
@media (max-width: 319px) {
	#iNews .latestImg:hover .pic:before {
		opacity: 0;
	}
	#iNews .latestImg .txt {
		display: none;
	}
}



#iNews .leftBox { /*標題區塊*/
	width: 27%;
	padding: 6px 0 0 6%;
}
@media screen and (max-width: 1199px) {
  #iNews .leftBox {
	  width: 100%;
	  padding: 0 2% 0;
  } 
}
@media screen and (max-width: 767px) {
  #iNews .leftBox {
	  margin-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  #iNews .leftBox {
	  margin-top: 0px;
  }
}

#iNews .iTitle { /*標題英文字型設定*/
	color: #2d2d2d;
	font-family: Arial;
	font-size: 1.8em;
	text-transform: uppercase;
}
#iNews .iStitle { /*標題中文字型設定*/
	font-size: 1.1em;
	color: #646464;
	margin-bottom: 42%;
}
@media screen and (max-width: 1199px) {
  #iNews .iTitle,
  #iNews .iStitle {
	  display: inline-block;
	  margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  #iNews .iStitle {
	  padding-left: 10px;
  }
}

#iNews .more {
	display: block;
	width: 149px;
	height: 33px;
	background: url(../images/index/bt_more.png) left center no-repeat;
	color: #5e3b3e;
	font-size: 0.9em;
	line-height: 33px;
	overflow: hidden;
	padding-left: 52px;
}
#iNews .more:hover {
	color: #646464;
}

#iNews .rightBox { /*列表區塊*/
	width: 70%;
	margin-top: -10px;
}
@media screen and (max-width: 1199px) {
  #iNews .rightBox {
	  width: 100%;
	  margin-top: 10px;
  }
}

#iNews .newsTab {
}
#iNews .newsTab th,
#iNews .newsTab td {
	padding: 10px 5px 10px 12px;
}
@media screen and (max-width: 767px) {
	#iNews .newsTab th {
		padding: 10px 10px 5px 5px;
	}
}
#iNews .newsTab th { /*列表日期設定*/
	min-width: 90px;
	font-family: Arial;
	font-size: 0.75em;
	font-weight: normal;
	color: #777777;
	border-bottom: 1px solid #999;
}
#iNews .newsTab td { /*列表標題設定*/
	font-size: 1.05em;
	border-bottom: 1px solid #ddd;
}
#iNews .newsTab td> a {
	color: #000;
}
#iNews .newsTab td> a:hover {
	color: #006699;
}



/*最新商品*/
#section-pro {
	width: 100%;
}

.bg_section-pro {
	background: url(../images/index/bg_content.png) 0 0 repeat-x;
	background: #fff;
	padding: 20px 0 20px 0;
}


#section-pro .container {
    position: relative;
}
@media (max-width: 768px) {
	#section-pro .container {
		padding: 0 38px 0 33px;
	}
}

#section-pro .mTitle { /*最新商品標題中文設定*/
    text-align: left;
    font-size: 1.7rem;
	letter-spacing: 1px;
}

#section-pro .mTitle small { /*最新商品標題英文設定*/
    display: inline-block;
	font-size: 1rem;
	letter-spacing: 2px;
	text-transform: uppercase;
    padding-left: 15px
}
@media (max-width: 424px) {
	#section-pro .mTitle {
		letter-spacing: 0px;
	}
	
	#section-pro .mTitle small {
		letter-spacing: 0px;
	}
}
@media (max-width: 320px) {
	#section-pro .mTitle small {
		display: block;
		padding-left: 0px
	}
}

#section-pro .mTitle .Btn_more {
    display: none
}

@media (min-width: 480px) {
    #section-pro .mTitle .Btn_more {
        display:inline-block;
        padding-left: 10px;
        position: relative;
        top: 0px
    }

    #section-pro .mTitle .Btn_more a {
        display: block;
        width: 77px;
        height: 30px;
        overflow: hidden;
        border-radius: 15px;
        border: 1px solid #d3d3d3;
        background: #f2f2f2;
        background: -moz-linear-gradient(top,#f2f2f2 0%,#cfcfcf 100%);
        background: -webkit-linear-gradient(top,#f2f2f2 0%,#cfcfcf 100%);
        background: linear-gradient(to bottom,#f2f2f2 0%,#cfcfcf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2',endColorstr='#cfcfcf',GradientType=0 );
        text-align: center;
        font-size: 0.6rem;
        line-height: 1.5rem;
        color: #5c016d;
        font-weight: 500;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    #section-pro .mTitle .Btn_more a:hover {
        background-position: 0 -28px
    }
}
@media (min-width: 768px) {
    #section-pro .mTitle .Btn_more {
        top: 9px;
    }
}



#section-pro .owl-carousel {
    display: flex;
    flex-wrap: wrap;
}
#section-pro .item { /*商品列表區塊*/
    margin: 32px 25px 0 0;
}
@media (max-width: 540px) {
	#section-pro .item { margin: 10px 25px 0 0;}
}
@media (max-width: 424px) {
	#section-pro .item { margin: 20px 20px 0;}
}

#section-pro .proGridBox {
    width: 100%;
    margin-bottom: 0;
}

#section-pro .proGridBox .imgBox {
    position: relative;
    overflow: hidden;
}

#section-pro .proGridBox .imgBox .pic {
    height: 0;
    padding-bottom: 100%; /*商品列表圖，如果商品圖要改成長方型，就把100%改小，即可*/
    overflow: hidden;
}

#section-pro .proGridBox .imgBox img {
    width: 100%;
    height: auto;
    transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}
#section-pro .proGridBox .imgBox:hover img { /*商品列表圖移過效果*/
    opacity: .7;
    transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
}
/*
#section-pro .proGridBox .imgBox:hover img {
    opacity: .7;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
*/

#section-pro .proGridBox .imgBox .txt { /*商品列表文字區塊*/
    background: #fff;
	text-align: center;
    padding: 10px 5px 15px;
}

#section-pro .proGridBox .imgBox .txt h4 { /*商品列表商品編號*/
    display: block;
    max-height: 20px;
    font-size: 0.95rem;
    color: #000;
    line-height: 1.1rem;
    margin: 0 0 5px 0;
    overflow: hidden;
    transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}
#section-pro .proGridBox .imgBox .txt h3 {
    font-size: 1.3rem;
    color: #000;
    line-height: 1.8rem;
    margin: 0;
    overflow: hidden;
    transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out;
}
#section-pro .proGridBox .imgBox:hover .txt h3 {
    color: #336600;
}
@media (max-width: 768px) {
	#section-pro .proGridBox .imgBox .txt h3 { max-height: 60px;}
}
@media (max-width: 540px) {
	#section-pro .proGridBox .imgBox .txt h3 { max-height: 80px;}
}
@media (max-width: 424px) {
	#section-pro .proGridBox .imgBox .txt h3 { max-height: 60px;}
}
@media (max-width: 320px) {
	#section-pro .proGridBox .imgBox .txt h3 { max-height: 80px;}
}

#section-pro .proGridBox .imgBox .txt span.date {
    position: relative;
    display: block;
    font-size: 0.8rem;
	font-family: Arial, sans-serif;
    color: #777;
	letter-spacing: 1px;
    margin-top: 15px;
}

#section-pro .proGridBox .imgBox .txt span.date:before {
    content: '';
    position: absolute;
    display: block;
    top: -8px;
    left: 0;
    width: 48px;
    height: 1px;
    background: #006699;
}



@media (min-width: 992px) {
    .Btn_prevnext {
		display: none;
    }
}

.Btn_prevnext { /*商品輪播區塊按鈕設定*/
    position: absolute;
    top: 0;
    right: 20px;
    width: 40px;
    height: 33px;
    background: url(../images/index/btn_gap.png) center no-repeat; /*輪播按鈕中間隔線*/
    overflow: hidden;
    z-index: 99;
}
@media (min-width: 800px) {
    .Btn_prevnext {
        right: 0;
    }
}

.Btn_prevnext .btn { /*輪播按鈕設定*/
    position: absolute;
    display: block;
    width: 20px;
    height: 33px;
    color: #777;
    font-size: 1.3rem;
    line-height: 0rem;
    text-align: left;
    padding: 0;
}

.Btn_prevnext .btn:hover {
    color: #84bd00; /*輪播按鈕滑過顏色*/
}

.Btn_prevnext .btn:active {
    box-shadow: none;
}

.Btn_prevnext .prev {
    top: -5px;
    left: 0px
}

.Btn_prevnext .next {
    top: 15px;
    right: -12px;
}



/*seo*/
#setion-seo {
	width: 100%;
	margin: 0 auto 1px;
}

/* 底圖視差區塊 - parallax-scroll seo */
/* = parallax-scroll
-------------------------------------------------------------- */
.parallax-scroll {
	position: relative;
	width: 100%;
	clear: both;
	background-color: #fff;
	background: 50% 50% no-repeat;
	background-image:url(../images/index/bg_seo.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
	margin: 0;
}
@media (max-width: 800px) {
	.parallax-scroll { background-image:url(../images/index/bg_seo_800.jpg);}
}
@media (max-width: 720px) {
	.parallax-scroll { background-image:url(../images/index/bg_seo_720.jpg);}
}

.parallax-scroll a {
	color: #000;
}
.parallax-scroll a:hover {
	color: #000;
	text-decoration: none;
}

.parallax-scroll .container{
	padding: 0;
	margin: 0 auto;
}

.parallax-scroll-xxl {
	color: rgba(0,0,0,1);
	padding: 50px 85px;
	margin: 0;
}
@media (max-width: 800px) {
	.parallax-scroll-xxl { padding: 50px 45px;}
}
@media (max-width: 480px) {
	.parallax-scroll-xxl { padding: 30px 45px;}
}
@media (max-width: 424px) {
	.parallax-scroll-xxl { padding: 30px 35px;}
}

/* slogan */
 .parallax-scroll-xxl h2 {
	 font-size: 30px;
	 padding-bottom: 25px;
 }

 .parallax-scroll-xxl small {
	 display: block;
	 font-size: 20px;
	 line-height: 32px;
	 padding-bottom: 50px;
 }
@media (max-width: 800px) {
	 .parallax-scroll-xxl h2 { font-size: 28px; padding-bottom: 20px;}
	 .parallax-scroll-xxl small { font-size: 18px; padding-bottom: 30px;}
}
@media (max-width: 604px) {
	 .parallax-scroll-xxl h2 { font-size: 26px; padding-bottom: 20px;}
	 .parallax-scroll-xxl small { font-size: 16px; line-height: 28px; padding-bottom: 20px;}
}
@media (max-width: 480px) {
	 .parallax-scroll-xxl h2 { font-size: 24px; padding-bottom: 20px;}
	 .parallax-scroll-xxl small { font-size: 15px; line-height: 24px; padding-bottom: 20px;}
}
@media (max-width: 424px) {
	 .parallax-scroll-xxl h2 { font-size: 24px; padding-bottom: 10px;}
	 .parallax-scroll-xxl small { font-size: 15px; line-height: 24px; padding-bottom: 10px;}
}
@media (max-width: 384px) {
	 .parallax-scroll-xxl h2 { font-size: 20px; padding-bottom: 10px;}
	 .parallax-scroll-xxl small { font-size: 15px; line-height: 22px; padding-bottom: 10px;}
}



/* = 內頁
-------------------------------------------------------------- */
#M_contents {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}





/* = 關於普誠
-------------------------------------------------------------- */
#M_about { width: 100%; margin: 0 auto;}

#M_about a { color: #000;}
#M_about a:hover { color: #4a961c;}

#M_about .M_about_01 { width: 100%; background: url(../images/about/P_01.jpg) 0 0 no-repeat; min-height: 350px; margin-bottom: 30px; position: relative;}
#M_about .M_about_02 { width: 100%; background: url(../images/about/P_02.jpg) 0 0 no-repeat; min-height: 350px; position: relative;}

#M_about .M_about_01 span, #M_about .M_about_02 span { position: absolute; top: 20px; display: block; background-color: rgba(255,255,255,0.9); line-height: 30px; margin-left: 800px;}
#M_about .M_about_01 h2, #M_about .M_about_02 h2 { font-size: 22px; color: #3300ff; padding-bottom: 20px;}

@media (max-width: 1200px) {
	#M_about .M_about_01 span, #M_about .M_about_02 span { padding: 30px;  margin-left: 500px;}
}
@media (max-width: 992px) {
	#M_about .M_about_01 span { top: 15px; line-height: 35px; padding: 30px; margin-left: 30px;}
	#M_about .M_about_02 span { top: 15px; line-height: 30px; padding: 30px; margin-left: 30px;}
}
@media (max-width: 720px) {
	#M_about .M_about_01 { background: url(../images/about/P_01.jpg) 50% 0 no-repeat;}
	#M_about .M_about_02 { background: url(../images/about/P_02.jpg) 50% 0 no-repeat;}
	#M_about .M_about_01 span, #M_about .M_about_02 span { padding: 20px; width: 80%; margin: 5px 0 0 55px;}
}
@media (max-width: 540px) {
	#M_about .M_about_01 span, #M_about .M_about_02 span { width: 85%; margin: 5px 0 0 38px;}
}
@media (max-width: 480px) {
	#M_about .M_about_01 span, #M_about .M_about_02 span { width: 85%; margin: 5px 0 0 30px;}
}
@media (max-width: 424px) {
	#M_about .M_about_01 span, #M_about .M_about_02 span { width: 100%; margin: 5px 0 0 0px;}
}
@media (max-width: 384px) {
	#M_about .M_about_01 { background: url(none) 50% 0 no-repeat; min-height: 190px; border-bottom: 1px dotted rgba(142,142,142,1.00)}
	#M_about .M_about_02 { background: url(none) 50% 0 no-repeat; min-height: 170px; border-bottom: 0px dotted rgba(142,142,142,1.00)}
	#M_about .M_about_01 span, #M_about .M_about_02 span { top: 0px; line-height: 25px; padding: 0px; margin: 0;}
}
@media (max-width: 320px) {
	#M_about .M_about_01 { min-height: 210px;}
	#M_about .M_about_01 span, #M_about .M_about_02 span { font-size: 14px;}
}





/* = 服務項目
-------------------------------------------------------------- */
#M_service { display: block; width: 70%; font-size: 35px; font-weight: bold; color: #0035B3; line-height: 70px; text-align: center; padding: 10px 0 0; margin: 0 auto;}

/*
#M_service span { display: block; font-size: 17px; text-align: center; padding: 10px 50px 0;}
#M_service div:nth-child(4), #M_service div:nth-child(5) { margin-top: 50px;}
@media (max-width: 1024px) {
	#M_service span { padding: 10px 30px 0;}
}
@media (max-width: 800px) {
	#M_service span { padding: 10px 10px 0;}
	#M_service div:nth-child(4), #M_service div:nth-child(5) { margin-top: 30px;}
}
@media (max-width: 604px) {
	#M_service span { font-size: 16px; padding: 10px 0 0;}
}
@media (max-width: 424px) {
	#M_service { display: none;}
}

#M_service_02 { display: none;}
@media (max-width: 424px) {
	#M_service_02 { display: block;}
	#M_service_02 .col-xs-12 { margin-bottom: 20px;}
	#M_service_02 .col-xs-8 { padding-top: 7%;}
	#M_service_02 .col-xs-12:last-child { margin-bottom: 0px;}
}
@media (max-width: 384px) {
	#M_service_02 .col-xs-12 { margin-bottom: 15px;}
	#M_service_02 .col-xs-8 { padding-top: 5%;}
}
*/




/* = 相關聯結
-------------------------------------------------------------- */
#M_links { margin: 20px 0 50px;}
#M_links div:nth-child(3), #M_links div:nth-child(4) { margin-top: 50px;}
@media (max-width: 540px) {
	#M_links { margin: 20px 0;}
	#M_links .col-xs-6 { width: 100%;}
	#M_links div:nth-child(2) { margin-top: 50px;}
}
@media (max-width: 480px) {
	#M_links { margin: 20px 0 0;}
	#M_links div:nth-child(2), #M_links div:nth-child(3), #M_links div:nth-child(4) { margin-top: 30px;}
}





/* = 細分類作業
-------------------------------------------------------------- */
#M_classification span { display: block; font-size: 17px; text-align: center; padding: 10px 30px 0;}
#M_classification .img-rounded { border-radius: 10%;}
@media (max-width: 1024px) {
	#M_classification span { padding: 10px 10px 0;}
}
@media (max-width: 800px) {
	#M_classification span { padding: 10px 0px 0;}
}
@media (max-width: 424px) {
	#M_classification .col-xs-4 { width: 100%; margin-bottom: 30px;}
	#M_classification .col-xs-4:last-child { margin-bottom: 0px;}
	#M_classification span { padding: 10px 15px 0;}
}





/* = 歷史沿革
-------------------------------------------------------------- */
#M_history {
	display: block;
	width: 95%;
	padding: 0;
	margin: 0 auto 50px;
}

#M_history .table {
  display: table;
  font-size: 18px;
  line-height: 28px;
}

#M_history .row {
  display: table-row;
}
#M_history .row:nth-child(even) { /*偶數列底色*/
  background: #e4f2fa;
}

#M_history .col {
  border-bottom: 1px dashed #e1e1e1;
  padding: 20px 15px 20px 35px;
}
@media (max-width: 604px) {
	#M_history .col {
	  padding: 20px 15px 20px 20px;
	}
}
@media (max-width: 424px) {
	#M_history .col {
	  padding: 20px 10px 20px 10px;
	}
}

#M_history .row .year { /*年份*/
  position: relative;
  display: table-cell;
  width: 140px;
  color: #0b3f7a;
  font-size: 20px;
  text-align: center;
  border-right: 1px solid #e1e1e1;
}
@media (max-width: 604px) {
	#M_history .row .year {
	  width: 120px;
	}
}
@media (max-width: 424px) {
	#M_history .row .year {
	  width: 100px;
	}
}

#M_history .row .detail { /*內容*/
  display: table-cell;
  width: calc(100% - 144px);
  font-size: 16px;
}
@media (max-width: 604px) {
	#M_history .row .detail {
	  display: table-cell;
	  width: calc(100% - 124px);
	  font-size: 16px;
	}
}
@media (max-width: 424px) {
	#M_history .row .detail {
	  width: calc(100% - 104px);
	}
}

#M_history .row .detail ul li {
  position: relative;
  list-style-type: none;
  padding-left: 15px;
}
@media (max-width: 424px) {
	#M_history .row .detail ul li {
	  padding-left: 20px;
	}
}

#M_history .row .detail ul li:before {
  content:'';
  position: absolute;
  top: 11px;
  left: -5px;
  width: 6px;
  height: 6px;
  background: #0b3f7a;
  border-radius: 100%;
}
@media (max-width: 424px) {
	#M_history .row .detail ul li:before {
	  left: 5px;
	}
}


/*歷史沿革-history_02*/
#M_history02 {
	display: block;
	width: 95%;
	padding: 0;
	margin: 0 auto 50px;
}

#M_history02 .timeline {
    position: relative;
    padding-left: 100px;
}
@media (max-width: 768px) {
    #M_history02 .timeline {
        padding-left: 80px;
    }
}

#M_history02 .timeline > .timeline-hline { /*直虛線*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    border-left: rgba(0,0,0,0.2) 1px dashed;
    height: 100%;
    margin-left: 30px;
}

#M_history02 .timeline .timeline-date { /*年份*/
    position: absolute;
    top: 10px;
    left: -102px;
    right: auto;
    display: block;
    width: 64px;
    height: 64px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Lato','Open Sans',Arial,Helvetica,sans-serif;
    line-height: 1.3rem;
    text-align: center;
    background-color: #26add1;
    border-radius: 50%;
    z-index: 10;
    padding-top: 15px;
}
@media (max-width: 768px) {
    #M_history02 .timeline .timeline-date {
		left: -82px;
    }
}

#M_history02 .timeline .timeline-date > span { /*月*/
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

#M_history02 .timeline .timeline-date > .timeline-vline { /*中間短虛線*/
    position: absolute;
    top: 50%;
    right: -38px;
    width: 38px;
    height: 0;
    border-top: 1px dashed #bbb;
    margin-top: -1px;
}
@media (max-width: 768px) {
    #M_history02 .timeline .timeline-date > .timeline-vline {
        right: -20px;
        width: 20px
    }
}

#M_history02 .history-item {
    position: relative;
    display: block;
    border-bottom: #ddd 1px solid;
    padding-top: 30px;
    padding-bottom: 20px;
}

#M_history02 .history-item:nth-child(odd) { /*偶數列底色*/
    background-color: #e4f2fa
}

#M_history02 .history-item .history-list { /*內容*/
    position: relative;
    font-size: 1rem;
    line-height: 24px;
    padding-left: 30px;
    margin-bottom: 10px;
}

#M_history02 .history-item .history-list:before { /*內容前方ic*/
    content: '';
    position: absolute;
    top: 3px;
    left: 5px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #1062b9;
}





/* = 最新消息
-------------------------------------------------------------- */
/* 列表-index */
#M_news {
  padding-bottom: 30px;
}

#M_news .group {
  margin-top: 15px;
}
#M_news .group.sub {
  margin-top: -10px;
}

#M_news .group .list {
  padding-bottom: 30px;
}

#M_news .list a.item {
  display: block;
  float: left;
  width: calc(33.333% - 13.333px);
  background: #fff;
  border: 1px solid #ebe6e1;
  border-bottom-color: #4e555d;
  transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  padding: 9px;
  margin-right: 10px;
  margin-bottom: 5px;
 }
#M_news .group.sub .list a.item {
  margin-top: 20px;
}
#M_news .group .list a.item:nth-child(2),
#M_news .group.sub .list a.item:nth-child(3n+2) { /*偶數商品*/
  margin-left: 5px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #M_news .group .list a.item {
    width: calc(50% - 10px);
  }
  #M_news .group .list a.item:nth-child(2) {
    margin-right: 0;
  }
  #M_news .group .list a.item:nth-child(3) {
    display: none;
  }
  #M_news .group.sub .list a.item:nth-child(3) {
    display: block;
  }
  #M_news .group.sub .list a.item:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  #M_news .group.sub .list a.item:nth-child(2n) {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media (max-width: 424px) {
  #M_news .group .list a.item {
    width: 100%;
  }
  #M_news .group .list a.item:nth-child(2) {
    margin-left: 0;
  }
  #M_news .group.sub .list a.item:nth-child(2n) {
    margin-left: 0;
  }
}

 
#M_news .list a.item:hover {
    background: #f1f1f1;
}

#M_news .list a.item .pic { /*訊息圖*/
    position: relative;
}

#M_news .list a.item .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    z-index: 2;
}
#M_news .list a.item:hover .pic:before {
    opacity: 1
}

#M_news .list a.item .pic:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 70px;
    height: 70px;
    /*background: url('../images/news/ic_listmask.png') no-repeat;*/
    background-size: 70px 70px;
    opacity: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 2;
}
#M_news .list a.item:hover .pic:after {
    opacity: 1;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
}

/*發佈日期*/
#M_news .list a.item .pic .date {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 70px;
    color: #fff;
    font-family: 'Century Gothic',Sans-serif;
    text-align: center;
    background: rgba(0,0,0,.6);
    padding: 6px;
}

#M_news .list a.item .pic .date span {
    display: block
}

#M_news .list a.item .pic .date .day {
    height: 26px;
    font-size: 1.0625rem;
    line-height: 26px;
    border-bottom: 1px solid rgba(255,255,255,.4);
    margin-bottom: 4px;
}

#M_news .list a.item .pic .date .month {
    font-size: .75rem;
    line-height: 14px;
}

#M_news .list a.item .pic .date .year {
    font-size: .75rem;
    line-height: 14px;
}

/*訊息文字*/
#M_news .list a.item .txt {
    padding: 10px 5px 10px;
}

#M_news .list a.item .title { /*最新消息標題*/
	height: 40px;
    color: #333;
    font-size: .9375rem;
    line-height: 20px;
	overflow: hidden;
    margin: 0;
}
#M_news .list a:hover.item .title {
    color: #e30020;
}

#M_news .list a.item .summary { /*最新消息簡述*/
	height: 40px;
    color: #333;
    font-size: .8125rem;
    line-height: 18px;
	overflow: hidden;
    margin: 0;
    margin-top: 5px;
}

#M_news .list a.item .more {
    position: relative;
    display: inline-block;
    height: 30px;
    color: #e30020;
    font-size: .875rem;
    font-family: 'Century Gothic',Sans-serif;
    line-height: 30px;
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    padding-right: 14px;
}
#M_news .list a.item:hover .more {
    text-shadow: 0 0 5px rgba(0,0,0,.15)
}

#M_news .list a.item .more:before {
    content: '';
    position: absolute;
    top: 18px;
    right: 2px;
    display: block;
    width: 10px;
    height: 1px;
    background: #e30020;
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}
#M_news .list a.item .more:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 2px;
    display: block;
    width: 5px;
    height: 1px;
    background: #e30020;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

#M_news .list a.item:hover .more:before,#M_news .list a.item:hover .more:after {
    box-shadow: 0 0 5px rgba(0,0,0,.15)
}


/* 詳細頁-show */
#M_news_show {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
@media (max-width: 1024px) {
	#M_news_show {
		width: 90%;
	}
}

/*標題區塊*/
#M_news_show .head {
    position: relative;
    height: 70px
}
#M_news_show .head:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: calc(100% - 70px);
    height: 1px;
    background: #aaa;
}
@media (max-width: 991px) {
    #M_news_show .head {
        height: 106px;
    }
    #M_news_show .head:after {
        bottom: 36px;
    }
}
@media (max-width: 480px) {
    #M_news_show .head {
        height: auto;
        padding-top: 40px;
        padding-bottom: 10px
    }

    #M_news_show .head:after {
        width: 100%;
        left: 0;
        bottom: 0
    }
}

#M_news_show .head .title { /*最新消息標題*/
    position: absolute;
    top: 50%;
    left: 70px;
    width: calc(100% - 270px);
    max-height: 52px;
    font-family: 'Century Gothic','Microsoft JhengHei UI','Microsoft JhengHei',Sans-serif;
    font-size: 1.2rem;
    color: #000;
    line-height: 26px;
    overflow: hidden;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
}
@media (max-width: 991px) {
    #M_news_show .head .title {
        width: calc(100% - 70px);
        top: calc(50% - 18px);
    }
}
@media (max-width: 540px) {
    #M_news_show .head .title {
		font-size: 1rem;
    }
}
@media (max-width: 480px) {
    #M_news_show .head .title {
        position: static;
        width: 100%;
        max-height: none;
    	line-height: 22px;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

/*發佈日期*/
#M_news_show .head .date {
    float: left;
    width: 55px;
    height: 70px;
    font-family: 'Century Gothic',Sans-serif;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.8);
    padding: 6px;
}
#M_news_show .head .date span {
    display: block;
}
#M_news_show .head .date_480 {
	display: none;
}
@media (max-width: 480px) {
    #M_news_show .head .date {
		display: none;
    }
	#M_news_show .head .date_480 {
    	display: block;
    	position: absolute;
		top: 0;
		left: 0;
		float: left;
		width: 100%;
		height: 30px;
		font-family: 'Century Gothic',Sans-serif;
		color: #fff;
		text-align: center;
		background: rgba(0,0,0,.8);
		padding: 6px;
	}
}

#M_news_show .head .date .day {
    height: 26px;
    font-size: 1.0625rem;
    line-height: 26px;
    border-bottom: 1px solid rgba(255,255,255,.4);
    margin-bottom: 4px;
}

#M_news_show .head .date .month {
    font-size: .75rem;
    line-height: 14px;
}

#M_news_show .head .date .year {
    font-size: .75rem;
    line-height: 14px;
}

/*分享社群*/
#M_news_show .head .share {
    float: right;
    height: 26px;
    margin-top: 22px;
}
@media (max-width: 991px) {
    #M_news_show .head .share {
        position: absolute;
        right: 0;
        bottom: 0;
        float: none;
        margin-top: 0
    }
}
@media (max-width: 480px) {
    #M_news_show .head .share {
        position: inherit;
		float: right;
		height: 26px;
		margin-top: 25px;
    }
}

#M_news_show .head .share >span {
    display: block;
    float: left;
	width: 20px;
	font-size: 1rem;
	line-height: 26px;
}

#M_news_show .head .share >ul {
    float: right;
}

#M_news_show .head .share >ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px
}

#M_news_show .head .share >ul li a {
    display: block;
    width: 26px;
    height: 26px;
	color: #b2b2b2;
	text-align: center;
    border: 1px solid #b2b2b2;
    border-radius: 100%;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .25s linear;
    -ms-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
	padding-top: 3px;
}


#M_news_show .head .share >ul li a.google {
  padding-top: 2px;
}
#M_news_show .head .share >ul li a.email {
  padding-top: 1px;
}

#M_news_show .head .share >ul li a.fb:hover {
  color: #fff;
  border-color: #3b5998;
  background-color: #3b5998;
  z-index: 1000;
}

#M_news_show .head .share >ul li a.line {
  background-image: url('../images/products/ic_shareline.png');
}
#M_news_show .head .share >ul li a.line:hover {
  border-color: #3ace00;
  background-color: #3ace00;
  background-image: url('../images/products/ic_shareline_hover.png');
}

#M_news_show .head .share >ul li a.twitter:hover {
  color: #fff;
  border-color: #63cdf1;
  background-color: #63cdf1;
}

#M_news_show .head .share >ul li a.google:hover {
  color: #fff;
  border-color: #de5549;
  background-color: #de5549;
}

#M_news_show .head .share >ul li a.email:hover {
  color: #fff;
  border-color: #9a846a;
  background-color: #9a846a;
}

#M_news_show .content {
    margin: 30px auto 60px;
}
@media (max-width: 991px) {
	#M_news_show .content {
		margin: 10px auto 60px;
	}
}
@media (max-width: 480px) {
	#M_news_show .content {
		margin: 60px auto 60px;
	}
}





/* = 最新消息
-------------------------------------------------------------- */
/* 列表-index_03 */
#M_news_03 {
    display: table;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-collapse: collapse;
    overflow: hidden;
    margin: 40px 0 0;
}

#M_news_03 .news-row {
    display: table-row;
    border-bottom: 1px dotted #e1e1e1;
}

#M_news_03 .news-row .news-cell {
    display: table-cell;
    font-size: 1rem;
    text-align: center;
    padding: 15px 0;
}
@media (max-width: 540px) {
	#M_news_03 .news-row .news-cell {
		font-size: 0.9rem;
		padding: 15px 0;
	}
}
@media (max-width: 480px) {
    #M_news_03 .news-row .news-cell {
        width: 100% !important;
        text-align: left;
        padding: 0px;
    }
}

#M_news_03 .news-row .news-cell:nth-child(1) { /*日期*/
    width: 25%;
}

#M_news_03 .news-row .news-cell:nth-child(1):after {
    content: "";
    float: right;
    width: 1px;
    height: 20px;
    background: #ddd;
    margin-right: 20px;
}

#M_news_03 .news-row .news-cell:nth-child(2) { /*消息主題*/
    width: 75%;
    text-align: left;
	padding-left: 20px;
}
@media (max-width: 768px) {
    #M_news_03 .news-row .news-cell:nth-child(2):after {
        display: none;
    }
}
@media (max-width: 720px) {
	#M_news_03 .news-row .news-cell:nth-child(2) {
		padding-left: 5px;
	}
}
@media (max-width: 604px) {
	#M_news_03 .news-row .news-cell:nth-child(2) {
		padding-left: 0px;
	}
}
@media (max-width: 480px) {
    #M_news_03 .news-row .news-cell:nth-child(1) {
        display: block;
        font-size: 0.9rem;
        padding: 10px 0 3px;
    }

    #M_news_03 .news-row .news-cell:nth-child(1):after {
        display: none;
    }

    #M_news_03 .news-row .news-cell:nth-child(2) {
        display: block;
        padding-bottom: 10px;
    }
}

#M_news_03 .news-row .news-cell .date {
    color: #000;
}

#M_news_03 .news-row .news-cell a {
	display: block; width: 100%;
    color: #666;
}

#M_news_03 .news-row .news-cell a:hover {
    color: #e30020;
}

/*表頭*/
#M_news_03 .news-head {
    background: linear-gradient(90deg, #e8e8e8 0%, #ffffff 100%);
    background: -moz-linear-gradient(90deg, #E8E8E8 0%, #FFFFFF 100%);
    background: -webkit-linear-gradient(90deg, #E8E8E8 0%, #FFFFFF 100%);
    background: -o-linear-gradient(90deg, #E8E8E8 0%, #FFFFFF 100%);
    border: 1px solid #E8E8E8;
}

#M_news_03 .news-head .news-cell {
    font-size: 1.2rem !important;
}
#M_news_03 .news-head .news-cell:nth-child(2) {
    text-align: center !important;
}

@media (max-width: 480px) {
    #M_news_03 .news-head .news-cell {
        line-height: 40px;
        padding: 0 !important;
    }
    #M_news_03 .news-head .news-cell:nth-child(1) {
        display: none;
    }
}





/* = 商品介紹
-------------------------------------------------------------- */
/* 商品列表-index */
#M_products {
  padding-bottom: 30px;
}

/*排序*/
#M_products .sort {
  line-height: 30px;
  text-align: right;
}
@media (max-width: 424px) {
	#M_products .sort {
	  text-align: center;
	}
}

#M_products .sort > div {
  display: inline-block;
  height: 30px;
  vertical-align: top;
  margin-left: 20px;
  margin-bottom: 10px;
}
#M_products .sort > div:nth-child(1) {
  margin-left: 0px;
}
@media (max-width: 320px) {
	#M_products .sort > div {
	  margin-left: 3px;
	}
}

#M_products .sort > div span {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 6px;
}
#M_products .sort > div a.btn {
  height: 30px;
  font-size: 0.9375rem;
  line-height: 28px;
  border-color: #ddd;
  padding: 0 10px;
}
@media (max-width: 320px) {
	#M_products .sort > div span {
	  font-size: 0.85rem;
	}
	#M_products .sort > div a.btn {
	  font-size: 0.85rem;
	}
}

#M_products .sort > div a.btn.current,
#M_products .sort > div a.btn:focus,
#M_products .sort > div a.btn:active,
#M_products .sort > div a.btn:hover {
  background: #eee;
}

/*列表*/
#M_products .group {
  margin-top: 15px;
}
#M_products .group.sub {
  margin-top: -10px;
}

#M_products .group .list {
  padding-bottom: 30px;
}

#M_products .group .list a.item { /*商品外框*/
  display: block;
  float: left;
  width: calc(33.333% - 13.333px);
  background: #fff;
  border: 1px solid #ebe6e1;
  border-bottom-color: #4e555d;
  transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  padding: 9px;
  margin-top: 10px;
  margin-bottom: 5px;
}
#M_products .group.sub .list a.item {
  margin-top: 20px;
}
#M_products .group .list a.item:hover {
  background: #f1f1f1;
}
#M_products .group .list a.item:nth-child(2),
#M_products .group.sub .list a.item:nth-child(3n+2) { /*偶數商品*/
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #M_products .group .list a.item {
    width: calc(50% - 10px);
  }
  #M_products .group .list a.item:nth-child(2) {
    margin-right: 0;
  }
  #M_products .group .list a.item:nth-child(3) {
    display: none;
  }
  #M_products .group.sub .list a.item:nth-child(3) {
    display: block;
  }
  #M_products .group.sub .list a.item:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  #M_products .group.sub .list a.item:nth-child(2n) {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media (max-width: 424px) {
  #M_products .group .list a.item {
    width: 100%;
  }
  #M_products .group .list a.item:nth-child(2) {
    margin-left: 0;
  }
  #M_products .group.sub .list a.item:nth-child(2n) {
    margin-left: 0;
  }
}


/*商品圖*/
#M_products .group .list a.item .pic {
  position: relative;
}
#M_products .group .list a.item .pic:before { /*商品圖移過*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  opacity: 0;
  transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  z-index: 2;
}
#M_products .group .list a.item:hover .pic:before {
  opacity: 1;
}
#M_products .group .list a.item .pic:after { /*商品圖移過效果*/
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  background: url('../images/products/ic_listmask.png') no-repeat;
  background-size: 70px 70px;
  opacity: 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 2;
}
#M_products .group .list a.item:hover .pic:after {
  opacity: 1;
  transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
}

#M_products .group .list a.item .pic .sale { /*商品標籤*/
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 60px;
  height: 26px;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 26px;
  text-align: center;
  background: rgba(0,0,0,.6);
}

#M_products .group .list a.item .txt { /*商品資訊區塊*/
  padding: 0 5px;
}

#M_products .group .list a.item .name { /*商品名稱*/
  color: #4e555d;
  font-size: 0.9375rem;
  line-height: 20px;
  height: 40px;
  /*
  text-overflow: ellipsis;
  white-space: nowrap;
  */
  overflow: hidden;
  margin-top: 10px;
}
#M_products .group .list a:hover.item .name { /*商品名稱*/
  color: #e30020;
}

#M_products .group .list a.item .price { /*商品價格*/
  height: 50px;
  color: #000;
  font-family: 'Century Gothic', Sans-serif;
  font-size: 1.125rem;
  line-height: 30px;
  margin-top: 5px;
}
#M_products .group .list a.item .price strong { /*促銷價格*/
  font-weight: normal;
  color: #e30020;
}
#M_products .group .list a.item .price .date { /*促銷期間*/
  color: #72a0d8;
  font-size: 0.8125rem;
  line-height: 28px;
  vertical-align: top;
}
#M_products .group .list a.item .price .org-price { /*商品原價*/
  display: block;
  color: #999;
  font-size: 0.8125rem;
  line-height: 20px;
  text-decoration: line-through;
}


/* 商品詳細頁-show */
#M_pro_show {
	width: 100%;
}

#M_pro_show .head {
  position: relative;
  padding: 0 15px;
}
@media (max-width: 1279px) {
  #M_pro_show .head,
  #M_pro_show .detail .detail-slick .detail-item {
    padding: 0;
  }
}

/*輪播圖*/
#M_pro_show .head .album {
  float: left;
  width: 400px;
}
@media (max-width: 1199px) {
  #M_pro_show .head .album {
    width: 400px;
  }
}
@media (max-width: 604px) {
  #M_pro_show .head .album {
    float: none;
    width: 100%;
  }
}

/*大圖區*/
#M_pro_show .head .album .big {
  position: relative;
}

/*大圖箭頭*/
#M_pro_show .head .album .big a.album-prev,
#M_pro_show .head .album .big a.album-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(130,130,130,1);
  border-radius: 100%;
  outline: none;
  transition: background .25s linear;
  -ms-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -webkit-transition: background .25s linear;
  margin-top: -20px;
}
#M_pro_show .head .album .big a.album-prev:hover,
#M_pro_show .head .album .big a.album-next:hover {
  border: 2px solid rgba(65,65,65,1);
  background: rgba(65,65,65,1);
}
#M_pro_show .head .album .big a.album-prev.slick-hidden,
#M_pro_show .head .album .big a.album-next.slick-hidden {
  background: none;
  opacity: .15;
  cursor: not-allowed;
}
#M_pro_show .head .album .big a.album-prev { /*左箭頭*/
  left: 10px;
}
#M_pro_show .head .album .big a.album-prev:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 16px;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid rgba(130,130,130,1);
  border-bottom: 2px solid rgba(130,130,130,1);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#M_pro_show .head .album .big a:hover.album-prev:after {
  border-left: 2px solid rgba(255,255,255,1);
  border-bottom: 2px solid rgba(255,255,255,1);
}

#M_pro_show .head .album .big a.album-next { /*右箭頭*/
  right: 10px;
}
#M_pro_show .head .album .big a.album-next:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 16px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(130,130,130,1);
  border-right: 2px solid rgba(130,130,130,1);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#M_pro_show .head .album .big a:hover.album-next:after {
  border-top: 2px solid rgba(255,255,255,1);
  border-right: 2px solid rgba(255,255,255,1);
}

/*小圖*/
#M_pro_show .head .album .small {
  margin-top: 10px;
  overflow: hidden;
}
#M_pro_show .head .album .small-slick {
  margin-left: -5px;
  margin-right: -5px;
}
#M_pro_show .head .album .small-slick .slick-slide {
  padding: 0 5px;
}
#M_pro_show .head .album .small-slick .slick-slide a {
  position: relative;
  display: block;
  border: 1px solid #fff;
  padding: 1px;
}
#M_pro_show .head .album .small-slick .slick-slide.slick-current a { /*小圖外框線*/
  border-color: #ccc;
}
#M_pro_show .head .album .small-slick .slick-slide a:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: rgba(0,0,0,.3);
}
#M_pro_show .head .album .small-slick .slick-slide.slick-current a:after {
  opacity: 0;
}

/*產品資訊區*/
#M_pro_show .head .txt {
  float: right;
  width: calc(100% - 450px); /*扣掉輪播圖區塊寬度*/
  font-family: 'Century Gothic', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;
}
@media (max-width: 1199px) {
  #M_pro_show .head .txt {
    width: calc(100% - 420px);
  }
}
@media (max-width: 604px) {
  #M_pro_show .head .txt {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
}

#M_pro_show .head .txt .name { /*商品名稱*/
  font-size: 1.375rem;
  line-height: 26px;
  padding: 4px 0;
}

#M_pro_show .head .txt .no { /*商品編號*/
  color: #777;
  font-size: 0.8125rem;
  line-height: 20px;
  margin-top: 2px;
  margin-bottom: 20px;
}

/*價格區塊*/
#M_pro_show .head .txt .price {
  color: #484f53;
  font-size: 0.875rem;
  line-height: 30px;
}
#M_pro_show .head .txt .price > div {
  margin-bottom: 5px;
}

#M_pro_show .head .txt .price .item {
  float: left;
  width: 55px;
}
#M_pro_show .head .txt .price .info {
  float: right;
  width: calc(100% - 55px);
}

#M_pro_show .head .txt .price .price-sale { /*促銷價*/
  display: inline-block;
  color: #e30020;
  font-size: 1.75rem;
  line-height: 28px;
  vertical-align: top;
  margin-right: 6px;
}

#M_pro_show .head .txt .price .price-date { /*促銷期間*/
  display: block;
  color: #72a0d8;
  font-size: 0.9375rem;
  line-height: 20px;
  padding-top: 5px;
}
#M_pro_show .head .txt .price .price-date p {
  display: inline-block;
}

#M_pro_show .head .txt .summary { /*商品簡介*/
  color: #777;
  font-size: 0.875rem;
  line-height: 26px;
  margin-top: 20px;
}

#M_pro_show .head .txt .size-select { /*選擇規格*/
  display: block;
  width: 100%;
  height: 36px;
  color: #484f53;
  font-size: 0.875rem;
  border: 1px solid #aaa;
  border-left: none;
  border-right: none;
  background-color: transparent;
  background-image: url('../images/products/ic_sizeselect.png');
  background-size: 20px 5px;
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin-top: 40px;
}
#M_pro_show .head .txt .size-select::-ms-expand {
  display: none;
}

#M_pro_show .head .txt .qty { /*選擇數量*/
  margin-top: 20px;
}
#M_pro_show .head .txt .qty-select {
  float: left;
  width: 140px;
  height: 36px;
  background: #fff;
  border: 1px solid #aaa;
}
#M_pro_show .head .txt .qty-select a.qty-minus,
#M_pro_show .head .txt .qty-select a.qty-plus { /*增加、減少*/
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .5;
}
#M_pro_show .head .txt .qty-select a.qty-minus:hover,
#M_pro_show .head .txt .qty-select a.qty-plus:hover {
  opacity: 1;
}
#M_pro_show .head .txt .qty-select a.qty-minus { /*減少數量*/
  background-image: url('../images/products/ic_qtyminus.jpg');
}
#M_pro_show .head .txt .qty-select a.qty-plus { /*增加數量*/
  background-image: url('../images/products/ic_qtyplus.jpg');
}
#M_pro_show .head .txt .qty-select input {
  display: block;
  float: left;
  width: 70px;
  height: 34px;
  color: #484f53;
  font-size: 0.9375rem;
  text-align: center;
  background: #fff;
  border: none;
}

/*運費說明*/
#M_pro_show .head .txt a.linkLine {
  display: block;
  float: right;
  height: 24px;
  line-height: 24px;
  color: #484f53;
  font-size: 0.875rem;
  padding-left: 32px;
  margin-top: 6px;
}
#M_pro_show .head .txt a.linkLine:hover {
  color: #000;
}
#M_pro_show .head .txt a.linkLine i {
	display: inline-block;
	padding-right: 5px;
}

/*按鈕-加入購物車、追蹤清單*/
#M_pro_show .head .txt .btn-box {
  margin-top: 20px;
}
#M_pro_show .head .txt .btn-box .cart,
#M_pro_show .head .txt .btn-box .inquiry,
#M_pro_show .head .txt .btn-box .wish {
  display: inline-block;
  height: 36px;
  color: #fff;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 36px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 20px center;
  border: none;
  transition: all .25s linear;
  -ms-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  padding: 0 20px;
}
@media (max-width: 1199px) {
	#M_pro_show .head .txt .btn-box .cart,
	#M_pro_show .head .txt .btn-box .inquiry,
	#M_pro_show .head .txt .btn-box .wish {
	  display: block;
	  width: 100%;
	  margin: 10px 0;
	}
}
@media (max-width: 604px) {
	#M_pro_show .head .txt .btn-box .cart,
	#M_pro_show .head .txt .btn-box .inquiry,
	#M_pro_show .head .txt .btn-box .wish {
	  display: inline-block;
	  width: 32.5%;
	  margin: 0;
	}
}
@media (max-width: 480px) {
	#M_pro_show .head .txt .btn-box .cart,
	#M_pro_show .head .txt .btn-box .inquiry,
	#M_pro_show .head .txt .btn-box .wish {
	  display: inline-block;
	  width: 140px;
	  padding: 0 15px;
	  margin: 5px 0 0;
	}
}
@media (max-width: 424px) {
	#M_pro_show .head .txt .btn-box .cart,
	#M_pro_show .head .txt .btn-box .inquiry,
	#M_pro_show .head .txt .btn-box .wish {
	  display: block;
	  width: 100%;
	  margin: 10px 0;
	  padding: 0 20px;
	}
}

#M_pro_show .head .txt .btn-box .cart:active,
#M_pro_show .head .txt .btn-box .inquiry:active,
#M_pro_show .head .txt .btn-box .wish:active {
  box-shadow: 0 2px 5px -1px rgba(0,0,0,.25) inset;
}

#M_pro_show .head .txt .btn-box .cart { /*加入購物車*/
  background-color: #eba000;
}
#M_pro_show .head .txt .btn-box .cart:hover {
  background-color: #e28000;
}

#M_pro_show .head .txt .btn-box .inquiry { /*加入詢價*/
  background-color: #0aafc3;
}
#M_pro_show .head .txt .btn-box .inquiry:hover {
  background-color: #0590a0;
}

#M_pro_show .head .txt .btn-box .wish { /*追蹤清單*/
  background-color: #f53651;
}
#M_pro_show .head .txt .btn-box .wish:hover {
  background-color: #e30020;
}

#M_pro_show .head .txt .btn-box i {
	display: inline-block;
	font-size: 1rem;
	padding-right: 8px;
}

/*分享社群*/
#M_pro_show .head .txt .share {
  margin-top: 20px;
}
#M_pro_show .head .txt .share > span {
  display: block;
  float: left;
  width: 20px;
  font-size: 1rem;
  line-height: 26px;
}

#M_pro_show .head .txt .share > ul {
  float: right;
  width: calc(100% - 20px);
}
#M_pro_show .head .txt .share > ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
#M_pro_show .head .txt .share > ul li a {
  display: block;
  width: 26px;
  height: 26px;
  color: #b2b2b2;
  text-align: center;
  padding-top: 3px;
  border: 1px solid #b2b2b2;
  border-radius: 100%;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .25s linear;
  -ms-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
}
#M_pro_show .head .txt .share > ul li a.google {
  padding-top: 2px;
}
#M_pro_show .head .txt .share > ul li a.email {
  padding-top: 1px;
}

#M_pro_show .head .txt .share > ul li a.fb:hover {
  color: #fff;
  border-color: #3b5998;
  background-color: #3b5998;
}

#M_pro_show .head .txt .share > ul li a.line {
  background-image: url('../images/products/ic_shareline.png');
}
#M_pro_show .head .txt .share > ul li a.line:hover {
  border-color: #3ace00;
  background-color: #3ace00;
  background-image: url('../images/products/ic_shareline_hover.png');
}

#M_pro_show .head .txt .share > ul li a.twitter:hover {
  color: #fff;
  border-color: #63cdf1;
  background-color: #63cdf1;
}

#M_pro_show .head .txt .share > ul li a.google:hover {
  color: #fff;
  border-color: #de5549;
  background-color: #de5549;
}

#M_pro_show .head .txt .share > ul li a.email:hover {
  color: #fff;
  border-color: #9a846a;
  background-color: #9a846a;
}


/*商品詳細頁籤*/
#M_pro_show .detail {
  margin-top: 40px;
}

#M_pro_show .detail .tab {
  font-size: 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
}
@media (max-width: 800px) {
	#M_pro_show .detail .tab {
	  text-align: center;
	  padding-left: 0px;
	}
}

#M_pro_show .detail .tab li {
  display: inline-block;
  vertical-align: top;
}

#M_pro_show .detail .tab li a {
  position: relative;
  display: block;
  height: 40px;
  color: #777;
  font-size: 1rem;
  line-height: 26px;
  border: 1px solid transparent;
  border-bottom: none;
  padding: 7px 50px 7px 24px;
}
@media (max-width: 639px) {
  #M_pro_show .detail .tab li a {
    height: auto;
    font-size: 0.875rem;
    padding: 7px 30px 7px 15px;
  }
}
@media (max-width: 479px) {
  #M_pro_show .detail .tab li a {
    line-height: 20px;
    padding: 7px 25px 7px 10px;
  }
}

#M_pro_show .detail .tab li a:hover {
  background: #e1e1e1;
}
#M_pro_show .detail .tab li a:before {
  content: '';
  position: absolute;
  top: 17px;
  right: 25px;
  display: block;
  width: 8px;
  height: 5px;
  background: url('../images/products/ic_detailtab.png') no-repeat;
  background-size: 8px 5px;
  opacity: .5;
}
@media (max-width: 639px) {
  #M_pro_show .detail .tab li a:before {
    top: 50%;
    right: 15px;
    margin-top: -3px;
  }
}
@media (max-width: 479px) {
  #M_pro_show .detail .tab li a:before {
    right: 10px;
  }
}

#M_pro_show .detail .tab li.current a {
  color: #000;
  text-decoration: none;
  border-top-color: #000;
  border-left-color: #ccc;
  border-right-color: #ccc;
  background-color: #fff;
  cursor: default;
}
#M_pro_show .detail .tab li.current a:active {
  text-decoration: none;
}
#M_pro_show .detail .tab li.current a:before {
  opacity: 1;
}

#M_pro_show .detail .tab li a br {
  display: none;
}
@media (max-width: 479px) {
  #M_pro_show .detail .tab li a br {
    display: block;
  }
}

/*頁籤內容*/
#M_pro_show .detail .detail-slick {
  margin-top: 20px;
  padding-bottom: 50px;
}

#M_pro_show .detail .detail-slick .detail-item { /*一組頁籤*/
  padding: 0 15px;
}


/*相關商品*/
#M_pro_show .relate {
  font-family: 'Century Gothic', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;
  border-top: 1px solid #eae9e9;
  /*background: #f7f6f6;*/
  padding-top: 40px;
  padding-bottom: 20px;
}

#M_pro_show .relate .ti {
  line-height: 30px;
  font-size: 0.9375rem;
  color: #000;
  padding: 0 7px;
}

#M_pro_show .relate .ti .en {
  font-size: 1.375rem;
  text-transform: uppercase;
  margin-right: 2px;
}
@media (max-width: 384px) {
  #M_pro_show .relate .ti .en {
    display: block;
  }
}

#M_pro_show .relate .ti .en strong {
  font-weight: normal;
  color: #e30020;
}

#M_pro_show .relate .relate-slick {
  margin-top: 25px;
}
@media (max-width: 384px) {
  #M_pro_show .relate .relate-slick {
    margin-top: 30px;
  }
}

/*輪播圓點*/
#M_pro_show .relate .relate-slick .slick-dots {
  position: absolute;
  top: -45px;
  right: 15px;
  height: 9px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 639px) {
  #M_pro_show .relate .relate-slick .slick-dots {
    top: -20px;
    left: 7px;
  }
}

#M_pro_show .relate .relate-slick .slick-dots li {
  display: inline-block;
  height: 9px;
  vertical-align: top;
  margin: 0 2px;
}
#M_pro_show .relate .relate-slick .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  min-height: 0;
  font-size: 0;
  line-height: 0;
  background: none;
  border: 1px solid #777;
  border-radius: 100%;
  padding: 0;
  margin: 0;
}
#M_pro_show .relate .relate-slick .slick-dots li.slick-active button {
  border-color: #000;
  background: #000;
}

#M_pro_show .relate a.item {
  display: block;
  background: #fff;
  border: 1px solid #ebe6e1;
  border-bottom-color: #4e555d;
  transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  padding: 9px;
  margin: 0 7px;
}
#M_pro_show .relate a.item:hover {
  background: #f1f1f1;
}
#M_pro_show .relate a.item:nth-child(2),
#M_pro_show .relate a.item:nth-child(3n+2) {
  margin-left: 20px;
  margin-right: 20px;
}

#M_pro_show .relate a.item .pic {
  position: relative;
}
#M_pro_show .relate a.item .pic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  opacity: 0;
  transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  z-index: 2;
}
#M_pro_show .relate a.item:hover .pic:before {
  opacity: 1;
}
#M_pro_show .relate a.item .pic:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  background: url('../images/products/ic_listmask.png') no-repeat;
  background-size: 70px 70px;
  opacity: 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 2;
}
#M_pro_show .relate a.item:hover .pic:after {
  opacity: 1;
  transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
}

#M_pro_show .relate a.item .pic .sale {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 60px;
  height: 26px;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 26px;
  text-align: center;
  background: rgba(0,0,0,.6);
}

#M_pro_show .relate a.item .txt {
  padding: 0 5px;
}

#M_pro_show .relate a.item .name {
  color: #4e555d;
  font-size: 0.9375rem;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
}

#M_pro_show .relate a.item .price {
  height: 50px;
  color: #000;
  font-family: 'Century Gothic', Sans-serif;
  font-size: 1.125rem;
  line-height: 30px;
  margin-top: 5px;
}
#M_pro_show .relate a.item .price strong {
  color: #e30020;
  font-weight: normal;
}
#M_pro_show .relate a.item .price .date {
  color: #72a0d8;
  font-size: 0.8125rem;
  line-height: 28px;
  vertical-align: top;
}
#M_pro_show .relate a.item .price .org-price {
  display: block;
  color: #999;
  font-size: 0.8125rem;
  line-height: 20px;
  text-decoration: line-through;
}





/* = 會員專區
-------------------------------------------------------------- */
/*外框*/
#M_member .loginBox { 
  border: 8px solid #efefef;
  padding: 5%;
  margin: 5% auto 8%;
}

@media (max-width: 720px) {
  #M_member .loginBox {
    border: none;
  	padding: 0 3% 5%;
	margin: 0 auto 5%;
  }
  #M_member h3.pTi {
    display: none;
  }
}
@media (max-width: 604px) {
  #M_member .loginBox {
  	padding: 0 10% 5%;
  }
}

/*標題*/
.iTitle {
  color: #e30020;
  font-size: 1.7em;
  font-family: "思源黑體", "Noto Sans T Chinese", "微軟正黑體";
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 5px;
}
.iTitle span {
  font-weight: bold;
  padding-left: 6px;
  margin-bottom: 40px;
}

.iSmalTi {
  font-size: 1.1em;
  text-align: center;
  margin: 0 auto 20px;
}
@media (max-width: 720px) {
	.iTitle_none, .iSmalTi_none {
		display: none;
	}
}

/*填寫欄位-會員登入&付款通知&購物車*/
#M_member .form-control, .payment-wrap .form-control, #M_cart .form-control {
  background: #f9f9f9;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #e3e3e3;
}
@media (max-width: 400px) {
	.payment-wrap .form-control {
	  height: 35px;
	}
}

/*按鈕-會員登入&付款通知*/
.btnDef.black,
.btnDef.red {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  padding: 0 7%;
  margin: 0;
}

.btnDef:hover {
  text-decoration: none;
  opacity: 0.9;
}

.btnDef.red {
  color: #fff;
  background: #e30020;
}

.btnDef.black {
  color: #fff;
  background: #333;
}

.btnDef i {
  display: inline-block;
  font-size: 20px;
  padding-right: 10px;
}

.w_red {
  color: #e30020;
}


/* 會員中心-index */
.mem_welcome {
	text-align: center;
}
.mem_welcome span {
	display: inline-block;
	font-weight: bold;
	padding-right: 10px;
}
.mem_welcome a {
	display: inline-block;
	color: #000;
	font-weight: bold;
	padding-left: 10px;
}
.mem_welcome a:hover {
	color: #e30020;
}
@media (max-width: 540px) {
	#M_member .mem_welcome a {
		display: block;
		padding: 10px 0 0;
	}
}

.M_mem_i {
  margin: 8% auto;
}
@media (max-width: 720px) {
	.M_mem_i {
	  margin: 3% auto 8%;
	}
}

.M_mem_i .box {
  box-sizing: border-box;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
@media (max-width: 720px) {
  .M_mem_i .box {
    height: 160px;
    border-bottom: 1px solid #e1e1e1;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .M_mem_i .box {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e1e1e1;
    padding: 5% 2% 0;
	margin: 10px 0 0;
  }
}

.M_mem_i .box> a {
  display: block;
  color: #565656;
}
.M_mem_i .box:hover {}

.M_mem_i .box i {
  width: 100%;
  height: 44px;
  font-size: 50px;
  text-align: center;
  opacity: 0.7;
}
.M_mem_i .box:hover i {
  opacity: 1;
}
@media (max-width: 480px) {
  .M_mem_i .box i {
    float: left;
    width: 13%;
    max-width: 35px;
    height: 55px;
    margin-right: 40px;
  }
}

.M_mem_i .box .sTi {
  display: block;
  font-size: 1.3em;
  text-align: center;
  margin: 20px auto 5px;
}
.M_mem_i .box .sTi:hover {
	color: #000;
}
@media (max-width: 480px) {
  .M_mem_i .box .sTi {
    display: inline-block;
    margin: 0;
  }
}

.M_mem_i .box div.txt {
  color: #8E8E8E;
  min-height: 80px;
  text-align: center;
  cursor: default;
  margin: 0;
}
@media (max-width: 480px) {
  .M_mem_i .box div.txt {
    text-align: left;
  }
}


/* 會員登入-login */
.M_mem_login_border {
  border-right: 1px solid #ccc;
  padding: 0 40px 0 10px;
}
@media (max-width: 800px) {
	.M_mem_login_border {
	  padding: 0 40px 0 20px;
	}
}
@media (max-width: 720px) {
	.M_mem_login_border {
		border-right: none;
		border-bottom: 1px solid #ccc;
	  	padding: 0 20px 0 20px;
		margin-bottom: 25px;
  }
}

.M_mem_login_border .col-md-3 {
  	white-space: nowrap;
}

/*驗證碼*/
.M_mem_login .code {
	display: block;
	padding-top: 5px;
}
/*
.M_mem_login .code { 
  width: 100%;
  height: 38px;
  color: #fff;
  font-style: italic;
  line-height: 38px;
  text-align: center;
  background: #666;
}
*/

.M_mem_login .btnDef.btn_w01 {
	width: 49%;
}
.M_mem_login .btnDef.btn_w01:last-child {
	float: right;
}

/*忘記密碼*/
.M_mem_login .forget { 
  display: inline-block;
  /* background: #efefef; */
  color: #333;
  border-radius: 10px;
  padding: 5px 0px;
}
@media (max-width: 720px) {
	.M_mem_login .forget {
		display: block;
		text-align: center;
	}
}

.M_mem_login .forget:link {
  color: #333;
}
.M_mem_login .forget:hover {
  color: #e30020;
}
.M_mem_login .forget i {
  display: inline-block;
  padding-right: 5px;
}

/*右側加入會員、結帳*/
.M_mem_login .col-md-offset-1 {
  margin-left: 6%;
}
@media (max-width: 720px) {
	.M_mem_login .col-md-offset-1 {
	  margin-left: 0;
	}
}

.M_mem_login .txtCenter {
  width: 330px;
  color: #666;
  text-align: center;
  line-height: 25px;
  padding: 0;
}
@media (max-width: 1024px) {
	.M_mem_login .txtCenter {
	  width: 280px;
	}
}
@media (max-width: 800px) {
	.M_mem_login .txtCenter {
	  line-height: 28px;
	}
}
@media (max-width: 720px) {
	.M_mem_login .txtCenter {
	  width: 100%;
	}
}

.M_mem_login .memberTxt { /*說明*/
  color: #444;
  font-size: 18px;
  line-height: 30px;
}

.M_mem_login .btnJoin { /*按鈕*/
  display: block;
  width: 170px;
  color: #ddd;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  background: #666;
  padding: 8px 20px;
  margin: 20px auto 0;
}
.M_mem_login .btnJoin:hover {
  color: #fff;
  background: #000;
}
.M_mem_login .btnJoin i {
  display: inline-block;
  padding-right: 10px;
}


/* 加入會員-join */
.M_mem_join .linkLine {
  color: #333;
  text-decoration: underline;
}
.M_mem_join .linkLine:hover {
  color: #e30020;
}

@media (max-width: 800px) { /*加入會員、修改會員資料*/
	.loginBox .btnDef.btn_w01 {
		width: 49%;
	}
	.loginBox .btnDef.btn_w01:last-child {
		float: right;
	}
}


/* 忘記密碼-forget & 變更密碼-resetpw */
@media (max-width: 720px) {
	.M_mem_border {
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 40px;
  }
}
@media (max-width: 720px) {
	.M_mem_forget .btnDef.btn_w01 {
		width: 49%;
	}
	.M_mem_forget .btnDef.btn_w01:last-child {
		float: right;
	}
}


/* 修改會員資料-modify */
.M_mem_modify .select_w {
  float: left;
  width: 25%;
  margin: 0 15px 15px 0;
}
@media (max-width: 768px) {
  .M_mem_modify .select_w {
    width: 100%;
  }
}


/* 訂單查詢-order */
.M_order .table-order th, .table-order td {
	text-align: center;
}
@media (max-width: 720px) {
	.M_order .table-order th, .table-order td {
		text-align: left;
	}
}

.M_order .table-order .orderInfo {
	text-align: left;
}

.M_order .orderInfo > a {
  color: #e30020;
}
.M_order .orderInfo > a:hover {
  color: #000;
}

.M_order .orderInfo p {
	display: block;
	color: #000;
	padding-top: 2px;
}

.M_order .orderInfo i {
	display: inline-block;
	padding-right: 10px;
}

.M_order table.table-striped .btnCol a { /*操作訂單*/
  display: inline-block;
  color: #fff;
  font-size: 0.9em;
  background: #6e6e6e;
  border-radius: 15px;
  padding: 3px 10px 5px;
}
.M_order table.table-striped .btnCol a:active {
	text-decoration: none;
}
.M_order table.table-striped .btnCol a:hover {
  background: #000;
}
.M_order table.table-striped .btnCol span {
  display: block;
  padding-top: 5px;
}

.M_order table.table-striped .btnCol p {
  display: none;
}
@media (max-width: 384px) {
	.M_order table.table-striped .btnCol p {
	  display: block;
	  padding-top: 5px;
	}
}

/* 付款通知 */
.payment-wrap .btnWrap {
  clear: both;
}

.payment-wrap .select_w {
  float: left;
  width: 25%;
  margin: 0 15px 15px 0;
}
@media (max-width: 720px) {
  .payment-wrap .select_w {
    width: 100%;
  }
}

@media (max-width: 720px) {
	.payment-wrap .btnDef.btn_w01 {
		width: 49%;
	}
	.payment-wrap .btnDef.btn_w01:last-child {
		float: right;
	}
}


/* 訂單內容-order_show、詢價單內容-inquiry_show */
@media (max-width: 760px) {
  .M_order_show {
    border: none;
    padding: 15px;
  }
}

.M_order_show .numTi { /*訂單編號*/
  display: inline-block;
  width: 100%;
  font-size: 1.1em;
  text-align: left; 
  border: 1px solid #e1e1e1;
  padding: 10px 20px;
  margin: 10px 0;
}

.M_order_show .numTi span.numTino {
	color: #e30020;
}

.M_order_show .numTi span.date { /*訂單日期*/
	display: inline-block;
	color: #999;
	font-size: 0.8em;
	padding-left: 20px;
}
@media (max-width: 480px) {
  .M_order_show .numTi span.date {
	  display: block;
	  padding-left: 0;
	  padding-top: 5px;
  }
}

.M_order_show .numTi span.date i {
	display: inline-block;
	padding-right: 5px;
}


/* Zebra striping */
.M_order_show .table.list {
  color: #333;
}

.M_order_show .table.list thead tr {
  background: url('../images/member/line_repeat_x.png') bottom repeat-x;
}

.M_order_show .table.list th { /*表頭*/
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  border-bottom: none;
  padding-bottom: 20px;
}

.M_order_show .table.list td {
  text-align: center;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #e1e1e1;
}

.M_order_show .table.list a {
  color: #333;
}
.M_order_show .table.list a:hover {
  color: #e30020;
}

.M_order_show .table.list .pic { /*商品圖*/
  display: block;
  width: 100%;
  max-width: 120px;
  border: 1px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.M_order_show .table.list .pic img {
  width: 100%;
  margin: 0 auto;
}

.M_order_show .table.list .name { /*商品名稱*/
  display: block;
  color: #333;
  text-align: left;
}

.M_order_show .table.list .num,
.M_order_show .table.list .price { /*商品編號、小計*/
  color: #e30020;
  white-space: nowrap;
}

.M_order_show .table.list .specification { /*商品規格*/
  width: 100px;
}
@media (max-width: 720px) {
	.M_order_show .table.list .specification {
	  width: 90%;
	}
}

.M_order_show .table.list .del { /*購物車刪除*/
  display: block;
  font-size: 21px;
  margin-bottom: 8px;
}

@media (max-width: 760px) {
  .M_order_show .table.list,
  .M_order_show .list thead,
  .M_order_show .list tbody,
  .M_order_show .list th,
  .M_order_show .list td,
  .M_order_show .list tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .M_order_show .table.list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .M_order_show .table.list tr { /*單項商品區塊外框*/
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
  }
  .M_order_show .table.list td { /*單項商品資訊隔線*/
    position: relative;
    text-align: left;
    border: none;
    border-bottom: 1px solid #efefef;
    padding-left: 35%;
  }
  .M_order_show .table.list tr td:nth-of-type(even) { /*單數列底色*/
    background: rgba(255, 255, 255, 1);
  }
  .M_order_show .table.list td:before { /*表頭*/
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 8px;
    left: 21px;
    width: 35%;
    white-space: nowrap;
  }
  /* Label the data */
  .M_order_show .table.list td:nth-of-type(1):before {
    content: "圖　　片"; padding-top: 48px;
  }
  .M_order_show .table.list td:nth-of-type(2):before {
    content: "商品名稱";
  }
  .M_order_show .table.list td:nth-of-type(3):before {
    content: "商品規格";
  }
  .M_order_show .table.list td:nth-of-type(4):before {
    content: "金　　額";
  }
  .M_order_show .table.list td:nth-of-type(5):before {
    content: "數　　量";
  }
  .M_order_show .table.list td:nth-of-type(6):before {
    content: "小　　計";
  }
  .M_order_show .table.list td:nth-of-type(7):before {
    content: "刪　　除"; padding-top: 8px;
  }
}


 /*商品金額計算*/
 .M_order_show .infoBox { /*外框*/
  border: 8px solid #efefef;
  box-sizing: border-box;
  padding: 0;
}

.M_order_show .infoBox.pad10 {
  padding: 10px;
}
.M_order_show .infoBox.pad20 { /*詢價商品金額總計*/
  height: 70px;
  padding: 10px;
}

.M_order_show .table.total {
  background: url('../images/member/line_repeat_x.png') bottom repeat-x;
}

.M_order_show .table.total.noLine {
  background: none;
}

.M_order_show .table.total th,
.M_order_show .table.total td {
  text-align: right;
  border: none;
  padding-bottom: 10px;
}

.M_order_show .table.total .dashLine {
  border-bottom: 1px dotted #ccc;
}

.M_order_show .smallTxt { /*運費說明*/
  color: #8e8e8e;
  font-size: 0.9em;
  text-align: right;
}


/*訂購資訊*/
.M_order_show .order_info {
  background: url('../images/member/line_repeat_x.png') bottom repeat-x;
  padding-bottom: 25px;
}

.M_order_show .col-md-6.borderRight {
  border-right: 1px solid #bbb;
  box-sizing: border-box;
  padding-right: 5%;
}
@media (max-width: 680px) {
  .M_order_show .col-md-6.borderRight {
    border: none;
  }
}

.M_order_show .order_info p.sTi {
  font-weight: bold;
  font-size: 1.1em;
  text-align: left;
  padding: 0;
  margin: 0;
}

.M_order_show .order_info .form-group {
  line-height: 2em;
}

.M_order_show .order_info .form-group .col-xs-4 { /*表頭*/
  text-align: right;
}
@media (max-width: 480px) {
  .M_order_show .order_info .form-group .col-xs-4 {
    width: 100%;
    text-align: left;
    line-height: 2em;
  }
  .M_order_show .order_info .form-group .col-xs-8 {
    width: 100%;
    text-align: left;
    color: #8e8e8e;
    border-bottom: 1px solid #e1e1e1;
  }
}

.formTi { /*詢價回覆、詢價內容*/
  height: 29px;
  color: #e30020;
  font-size: 1.3em;
  background: url('../images/member/bg_title.png') no-repeat 0 0px;
  line-height: 10px;
  padding-left: 22px;
  margin: 4% auto 0;
}



/* 詢價紀錄-inquiry_list */
.M_inquiry .table-inquiry th, .table-inquiry td {
	text-align: center;
}
@media (max-width: 720px) {
	.M_inquiry .table-inquiry th, .table-inquiry td {
		text-align: left;
	}
}

.M_inquiry .table-inquiry .stitle {
	text-align: left;
}

.M_inquiry .table-inquiry .orderInfo > a {
  color: #e30020;
}
.M_inquiry .table-inquiry .orderInfo > a:hover {
  color: #000;
}

.M_inquiry .table-inquiry .orderInfo > p {
	display: block;
	padding-top: 3px;
}
.M_inquiry .table-inquiry .orderInfo > p:last-child {
	display: block;
	padding-bottom: 8px;
}

.M_inquiry .table-inquiry .orderInfo i {
	display: inline-block;
	padding-right: 10px;
}



/* 詢價清單-inquiry */
.btnBox {
  background: url('../images/member/line_repeat_x.png') top repeat-x;
  text-align: center;
  padding-top: 30px;
  margin: 30px auto;
}

.btnBox.noLine {
  background: none;
  margin: 0 auto 30px;
}

@media (max-width: 720px) {
	.btnBox .btnDef.btn_w01, .btnBox .btnDef.btn_w02 {
		width: 49%;
	}
}
@media (max-width: 424px) {
	.btnBox .btnDef.btn_w02 {
		width: 100%;
	}
	.btnBox .btnDef.btn_w02:last-child {
		display: block;
		float: left;
		margin-top: 10px;
	}
}


/* 詢價清單-inquiry_done */
.M_inquiry_done {
	line-height: 30px;
	text-align: center;
}
.M_inquiry_done a {
	color: #000;
}
.M_inquiry_done a:hover {
	color: #e30020;
}

.resultTi {
  color: #e51633;
  font-size: 1.3em;
  text-align: center;
}



/* = 購物車
-------------------------------------------------------------- */
#M_cart {
	width: 95%;
	padding: 5px 0;
	margin: 0 auto;
}

/*購物流程*/
#M_cart .stepBar {
  height: 56px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #M_cart .stepBar {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
  }
}

#M_cart .stepBar.m10 {
  margin: 0 auto 10px;
}
@media (max-width: 750px) {
	#M_cart .stepBar.m10 {
	  margin: 0 auto;
	}
}
#M_cart .stepBar.m40 {
  margin: 0 auto 40px;
}
@media (max-width: 800px) {
	#M_cart .stepBar.m40 {
	  margin: 0 auto 10px;
	}
}

#M_cart .stepBar .step {
  text-align: center;
  line-height: 40px;
  opacity: 0;
  overflow: hidden;
  transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  margin-top: -12px;
}
@media (max-width: 767px) {
  #M_cart .stepBar .step {
    left: 50%;
    width: 50%;
    height: 50px;
  	text-align: left;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 400px) {
  #M_cart .stepBar .step {
    left: 60%;
    width: 100%;
    height: 50px;
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
  }
}

#M_cart .stepBar .step img {
  max-width: 100%;
  max-height: 100%;
}

#M_cart .stepBar .step.open {
  margin-top: 8px;
  opacity: 1;
}

#M_cart .step.current {
  opacity: 0;
  margin-top: -12px;
}
#M_cart .step.current.open {
  opacity: 1;
  margin-top: 8px;
}

/*購物條款*/
@media (max-width: 992px) {
  #M_cart .popBox { 
	  position: relative;
	  width: 1000px;
	  background: #fff;
	  border: 10px solid #efefef;
	  box-sizing: border-box;
	  padding: 50px;
	  margin: 0 auto;
  }
}

#M_cart .infoBox.step1 {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  padding: 10px 0;
  margin: 0;
}

#M_cart .edit.mCustomScrollbar {
	height: 220px; 
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 20px 20px; 
}

#M_cart .agree {
	width: 100%;
	font-size: 15px;
	text-align: center;
	margin: 0 0 30px;
}
@media (max-width: 320px) {
	#M_cart .agree {
		font-size: 13px;
	}
}

@media (max-width: 800px) {
	#M_cart .btnDef.btn_w01 {
		width: 49%;
	}
	#M_cart .btnDef.btn_w01:last-child {
		float: right;
	}
}
@media (max-width: 540px) {
	#M_cart .btnDef.btn_w01 {
		width: 100%;
	}
	#M_cart .btnDef.btn_w01:last-child {
		display: block;
		float: left;
		margin-top: 10px;
	}
}

#M_cart .formTi { /*第一次購物、選擇付款方式、寄送及發票資訊*/
  height: 29px;
  color: #e30020;
  font-size: 1.3em;
  line-height: 10px;
  background: url('../images/cart/bg_title.png') no-repeat 0 0px;
  padding-left: 13px;
  margin: 4% auto 2%;
}


#M_cart .formTi .deliverBox { /*選擇付款方式*/
  display: inline-block;
  color: #333;
  font-size: 0.9em;
  margin-left: 50px;
}
@media (max-width: 540px) {
  #M_cart .formTi .deliverBox {
    display: block;
	text-align: right;
    margin: 30px 20px 0 0;
  }
}
@media (max-width: 424px) {
  #M_cart .formTi .deliverBox {
  	font-size: 0.75em;
    margin: 30px 10px 0 0;
  }
}

#M_cart .formTi .deliverBox input {
	display: inline-block;
	margin: 0 5px 0 30px;
}
@media (max-width: 424px) {
	#M_cart .formTi .deliverBox input {
		margin: 0 2px 0 15px;
	}
}

/*訂購資訊*/
#M_cart .col-md-6.borderRight {
  border-right: 1px solid #bbb;
  box-sizing: border-box;
  padding-right: 5%;
}
@media (max-width: 800px) {
  #M_cart .col-md-6.borderRight {
	  border-right: 0px solid #bbb;
	  border-bottom: 1px solid #bbb;
	  box-sizing: border-box;
  	  padding-right: 2%;
      padding-bottom: 20px;
	  margin-bottom: 30px;
  }
}

#M_cart .order_info p.sTi {
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
  padding: 0;
  margin: 0;
}
@media (max-width: 800px) {
	#M_cart .order_info p.sTi {
	  text-align: left;
	}
}

#M_cart .order_info p.m20 {
  margin-top: 0;
}
@media (max-width: 540px) {
	#M_cart .order_info p.m20 {
	  margin-top: 20px;
	}
}


#M_cart .order_info .form-group {
  line-height: 1.4em;
}

#M_cart .order_info .form-group .col-xs-4 { /*表頭*/
  text-align: right;
}
@media (max-width: 480px) {
  #M_cart .order_info .form-group .col-xs-4 {
    width: 100%;
    text-align: left;
    line-height: 2em;
  }
  #M_cart .order_info .form-group .col-xs-8 {
    width: 100%;
    text-align: left;
    color: #8e8e8e;
    border-bottom: 1px solid #e1e1e1;
  }
}

#M_cart .select_w {
  float: left;
  width: 44%;
  margin: 0 15px 15px 0;
}
#M_cart .select_w:last-child {
  margin: 0 0 15px 0;
}
@media (max-width: 800px) {
	#M_cart .select_w {
	  width: 47%;
	}
}
@media (max-width: 540px) {
	#M_cart .select_w {
	  width: 45%;
	}
}
@media (max-width: 400px) {
	#M_cart .select_w {
	  width: 100%;
	}
}

#M_cart .select_w02 {
  float: left;
  width: 47%;
  margin: 0 15px 15px 0;
}
#M_cart .select_w02:last-child {
  margin: 0 0 15px 0;
}
@media (max-width: 540px) {
	#M_cart .select_w02 {
	  width: 46%;
	}
}
@media (max-width: 424px) {
	#M_cart .select_w02 {
	  width: 100%;
	}
}

/*外框*/
#M_cart .loginBox { 
  border: 8px solid #efefef;
  padding: 5%;
  margin: 5% auto 8%;
}

#M_cart .loginBox.nomargin { 
  margin: 3% auto 0;
}

.M_cart_step4 {
	line-height: 30px;
	text-align: center;
}
@media (max-width: 604px) {
	.M_cart_step4 {
		line-height: 25px;
	}
	.M_cart_step4 span {
		display: block;
	}
}
@media (max-width: 424px) {
	.M_cart_step4 {
		font-size: 13px;
		text-align: left;
	}
}
@media (max-width: 400px) {
	.M_cart_step4 span {
		display: inline-block;
	}
}

.M_cart_step4 a {
	color: #000;
}
.M_cart_step4 a:hover {
	color: #e30020;
}

.M_cart_step4 .resultTi {
	margin-bottom: 20px;
}
.M_cart_step4 .resultTi span {
	display: inline-block;
}
@media (max-width: 400px) {
	.M_cart_step4 .resultTi span {
		display: block;
	}
}



/* = 追蹤清單
-------------------------------------------------------------- */
.M_wish .table.list {
  color: #333;
}

.M_wish .table.list thead tr {
  background: url('../images/member/line_repeat_x.png') bottom repeat-x;
}

.M_wish .table.list th { /*表頭*/
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  border-bottom: none;
  padding-bottom: 20px;
}

.M_wish .table.list td {
  text-align: center;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #e1e1e1;
}

.M_wish .table.list a {
  color: #333;
}
.M_wish .table.list a:hover {
  color: #e30020;
}

.M_wish .table.list .pic { /*商品圖*/
  display: block;
  width: 100%;
  max-width: 120px;
  border: 1px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.M_wish .table.list .pic img {
  width: 100%;
  margin: 0 auto;
}

.M_wish .table.list .name { /*商品名稱*/
  display: block;
  color: #333;
  text-align: left;
}

.M_wish .table.list .num,
.M_wish .table.list .price { /*商品編號、小計*/
  color: #e30020;
  white-space: nowrap;
}

.M_wish .table.list .specification { /*商品規格*/
  width: 100px;
}
@media (max-width: 720px) {
	.M_wish .table.list .specification {
	  width: 90%;
	}
}

.M_wish .table.list .del { /*購物車刪除*/
  display: block;
  font-size: 21px;
  margin-bottom: 8px;
}

@media (max-width: 760px) {
  .M_wish .table.list,
  .M_wish .list thead,
  .M_wish .list tbody,
  .M_wish .list th,
  .M_wish .list td,
  .M_wish .list tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .M_wish .table.list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .M_wish .table.list tr { /*單項商品區塊外框*/
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
  }
  .M_wish .table.list td { /*單項商品資訊隔線*/
    position: relative;
    text-align: left;
    border: none;
    border-bottom: 1px solid #efefef;
    padding-left: 35%;
  }
  .M_wish .table.list tr td:nth-of-type(even) { /*單數列底色*/
    background: rgba(255, 255, 255, 1);
  }
  .M_wish .table.list td:before { /*表頭*/
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 8px;
    left: 21px;
    width: 35%;
    white-space: nowrap;
  }
  /* Label the data */
  .M_wish .table.list td:nth-of-type(1):before {
    content: "圖　　片"; padding-top: 48px;
  }
  .M_wish .table.list td:nth-of-type(2):before {
    content: "商品名稱";
  }
  .M_wish .table.list td:nth-of-type(3):before {
    content: "商品規格";
  }
  .M_wish .table.list td:nth-of-type(4):before {
    content: "金　　額";
  }
  .M_wish .table.list td:nth-of-type(5):before {
    content: "刪　　除"; padding-top: 8px;
  }
  .M_wish .table.list td:nth-of-type(6):before {
    content: "購　　買"; padding-top: 8px;
  }
}







/* = 常見問答
-------------------------------------------------------------- */
#M_faq {
	width: 95%;
	padding: 0;
	margin: 0 auto;
}
@media (max-width: 400px) {
	#M_faq {
		width: 100%;
	}
}
#M_faq .list {
  margin-top: 40px;
}

#M_faq .list .item {
  font-family: 'Open Sans', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;
  margin-bottom: 20px;
}

/*問題*/
#M_faq .list .item a.question {
  display: block;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 24px;
  background: #8e8e8e;
  transition: background .3s cubic-bezier(0,.4,.4,1);
  -ms-transition: background .3s cubic-bezier(0,.4,.4,1);
  -moz-transition: background .3s cubic-bezier(0,.4,.4,1);
  -webkit-transition: background .3s cubic-bezier(0,.4,.4,1);
  padding: 8px 40px 8px 60px;
  margin: 0;
}
@media (max-width: 479px) {
  #M_faq .list .item a.question {
    padding: 8px 24px 8px 40px;
  }
}
#M_faq .list .item.open a.question {
	text-decoration:none;
  	background: #071018;
}
#M_faq .list .item a.question:before {
  content: 'Q';
  position: absolute;
  top: 8px;
  left: 20px;
  display: block;
  width: 24px;
  height: 24px;
  color: #8e8e8e;
  font-size: 0.875rem;
  line-height: 24px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  transition: color .3s cubic-bezier(0,.4,.4,1);
  -ms-transition: color .3s cubic-bezier(0,.4,.4,1);
  -moz-transition: color .3s cubic-bezier(0,.4,.4,1);
  -webkit-transition: color .3s cubic-bezier(0,.4,.4,1);
}
@media (max-width: 479px) {
  #M_faq .list .item a.question:before {
    left: 10px;
  }
}
#M_faq .list .item.open a.question:before {
  color: #071018;
}
#M_faq .list .item a.question:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 20px;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all .3s cubic-bezier(0,.4,.4,1);
  -ms-transition: all .3s cubic-bezier(0,.4,.4,1);
  -moz-transition: all .3s cubic-bezier(0,.4,.4,1);
  -webkit-transition: all .3s cubic-bezier(0,.4,.4,1);
}
@media (max-width: 479px) {
  #M_faq .list .item a.question:after {
    right: 10px;
  }
}

#M_faq .list .item.open a.question:after {
  top: 16px;
  right: 18px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (max-width: 479px) {
  #M_faq .list .item.open a.question:after {
    right: 8px;
  }
}

#M_faq .list .item a.question .link--effect {
  background: rgba(255,255,255,.1);
}
#M_faq .list .item a.question:hover { text-decoration:none;}

/*答案*/
#M_faq .list .item .answer {
  display: none;
  padding: 0 20px;
  margin-top: 20px;
}
@media (max-width: 479px) {
  #M_faq .list .item .answer {
    padding: 0 5px;
  }
}

#M_faq .list .item .answer .date {
  position: relative;
  float: left;
  width: 70px;
  color: #071018;
  font-size: 0.75rem;
  line-height: 16px;
  text-align: center;
  border-right: 1px solid #071018;
  padding-right: 5px;
}
#M_faq .list .item .answer .date span {
  display: block;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 479px) {
  #M_faq .list .item .answer .date {
    float: none;
    position: relative;
    width: 100%;
    border-right: none;
    text-align: left;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
  #M_faq .list .item .answer .date:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #071018;
    left: 0;
    bottom: 0;
  }
  #M_faq .list .item .answer .date span {
    display: inline-block;
    margin-right: 6px;
  }
}

#M_faq .list .item .answer .content {
  float: right;
  width: calc(100% - 80px);
  font-size: 0.875rem;
  padding: 3px 0 0 7px;
}
@media (max-width: 479px) {
  #M_faq .list .item .answer .content {
    float: none;
    width: 100%;
	padding: 0 7px;
  }
}





/* = 檔案下載
-------------------------------------------------------------- */
#M_download {
	display: block;
	width: 90%;
	padding: 0;
	margin: 0 auto;
}

#M_download .download-tab .col-2 { /*類型*/
    width: 90px
}

#M_download .download-tab .col-3 { /*大小*/
    width: 170px
}

#M_download .download-tab .col-4 { /*點此下載*/
    width: 110px
}
@media (max-width: 480px) {
    #M_download .download-tab .col-4 {
        width: 90px;
    }
}

#M_download .download-tab tr.bg-gray { /*偶數*/
    background: #fff;
}
#M_download .download-tab tr.bg-gray:nth-child(2n+1) { /*單數*/
    background: #f6f6f6;
}

#M_download .download-tab th { /*表頭*/
    height: 40px;
    color: rgb(255,255,255);
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    border-right: #fff 1px solid;
    background-image: -moz-linear-gradient(90deg,rgb(156,0,15) 1%,rgb(191,30,45) 100%);
    background-image: -webkit-linear-gradient(90deg,rgb(156,0,15) 1%,rgb(191,30,45) 100%);
    background-image: -ms-linear-gradient(90deg,rgb(156,0,15) 1%,rgb(191,30,45) 100%);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}

#M_download .download-tab th.col-4 { /*表頭 - 點此下載*/
    text-transform: none;
    background-image: -moz-linear-gradient(90deg,rgb(0,0,0) 0,rgb(68,68,68) 53%,rgb(100,100,100) 100%);
    background-image: -webkit-linear-gradient(90deg,rgb(0,0,0) 0,rgb(68,68,68) 53%,rgb(100,100,100) 100%);
    background-image: -ms-linear-gradient(90deg,rgb(0,0,0) 0,rgb(68,68,68) 53%,rgb(100,100,100) 100%);
}

#M_download .download-tab td {
    color: rgb(0,0,0);
    font-size: 16px;
	text-align: center;
    border: #b5b5b5 1px solid;
    padding: 10px 20px;
}
@media (max-width: 720px) {
	#M_download .download-tab td {
		text-align: left;
	}
}

#M_download .download-tab td p {
    color: #666;
    font-size: 13px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

#M_download .download-tab td h2.name { /*檔名*/
    font-size: 16px;
	text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

#M_download .download-tab td i { /*下載圖示*/
	display: block;
	font-size: 22px;
	text-align: center;
}
#M_download .download-tab td a {
	color: #000;
}
#M_download .download-tab td a:hover {
	color: #e30020;
}





/* = 聯絡我們
-------------------------------------------------------------- */
/* contact */
#M_contact {
	width: 95%;
	padding-bottom: 2%;
	margin: 0 auto;
}

#M_contact .notice {
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 604px) {
	#M_contact .notice {
		text-align: left;
		margin: 0 auto 10px;
	}
}

@media (max-width: 480px) {
	#M_contact .col-xs-4 { 
	  width: 100%;
	}
}

#M_contact .iconBox {
	text-align: center;
	margin: 30px auto 40px;
}
#M_contact .iconBox a {
	color: #000;
}

#M_contact .iconBox i {
	color: #fff;
	font-size: 35px;
	padding-top: 22px;
}

#M_contact .iconBoxwrap { 
	width: 80px;
	height: 80px;
	background-color: #006699;
	border-radius: 80px;
	margin: 0 auto 10px;
}

#M_contact .iconBoxwrap:hover { 
	background-color: #000;
}
@media (max-width: 480px) {
	#M_contact .iconBox { 
	  float: left;
	  width: 100%;
	  text-align: center;
	  margin: 5px 0 10px;
	  position: relative;
	}
	#M_contact .iconBox a:hover {
		color: #e30020;
	}
	
	#M_contact .iconBox> div { 
	  float: left; 
	  width: 30px; 
	  height: 30px; 
	  background-size: 50% 50%;
	  margin: 0;
	}
	
	#M_contact .iconBoxwrap { 
		width: 30px; 
		height: 30px; 
		background-color: #006699;
		border-radius: 30px;
		margin: 0;
	}
	
	#M_contact .iconBox i {
		color: #fff;
		font-size: 18px;
		padding-top: 7px;
	}
	
	#M_contact .iconBox span {
		position: absolute;
		top: 5px;
		left: 50px;
		width: calc(100% - 50px);
		line-height: 20px;
		text-align: left;
	}
}

 /*表單*/
#M_contact .conwrap form {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
@media (max-width: 480px) {
	#M_contact .conwrap form {
		margin: 20px auto 0;
	}
}

#M_contact .conwrap form p.note {
    font-size: 1rem;
    border-bottom: 1px solid #ddd;
    padding: 0 8px 4px;
}

#M_contact .conwrap form strong {
    display: inline-block;
    width: 10px;
    color: #e30020;
}

#M_contact .conwrap form .labelbox {
    display: block;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
}

#M_contact .conwrap form .labelbox p {
    font-size: 1rem;
    line-height: 34px;
}

@media (min-width: 768px) {
    #M_contact .conwrap form .half { /*一行有２項填寫欄位*/
        display: inline-block;
        width: calc(50% - 8px);
    }

    #M_contact .conwrap form .half + .half {
        margin-left: 11px;
    }
}

#M_contact .conwrap form .quick-select-body.open, #M_contact form .quick-select-body.open ul.quick-select-list { /*下拉選單外框*/
    border-color: #e30020;
}

#M_contact input.def-style { /*填寫欄位*/
    display: block;
    width: 100%;
    height: 34px;
    font-size: .875rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    padding: 0 10px;
}
#M_contact input.def-style:focus {
    border-color: #e30020;
}

#M_contact textarea.def-style {
    display: block;
    width: 100%;
    font-size: .875rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    resize: none;
    padding: 6px 10px;
}
#M_contact textarea.def-style:focus {
    border-color: #e30020;
}

#M_contact .form-btn { /*按鈕*/
    text-align: center;
}

#M_contact .form-btn button {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: .9375rem;
    color: #fff;
    text-align: center;
    background: #e30020;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    margin: 0 13px;
}

#M_contact .form-btn button i {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

#M_contact .form-btn button span {
    position: absolute;
    top: 0;
    left: 34px;
    display: block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    background: #f43c5b;
    border-radius: 0 3px 3px 0;
}
#M_contact .form-btn button:active span {
    background: #e30020;
}

#M_contact .form-btn button:hover {
	width: 114px;
}

#M_contact .conwrap form .labelbox.code img { /*驗證碼*/
    float: right;
    margin-left: 10px;
    border-radius: 4px;
}

#M_contact .conwrap form .labelbox.code div {
    width: calc(100% - 110px);
}

#M_contact .conwrap form .form-btn { /*按鈕位置*/
	text-align: right;
	vertical-align: top;
	margin-top: 49px;
}
@media (max-width: 720px) {
    #M_contact .conwrap form .form-btn {
        text-align: center;
		margin-top: 30px;
    }
}

#M_contact .map-box { /*大地圖*/
		display: block;
		width: 100%;
		height: 350px;
		min-height: 350px;
		padding-top: 40px;
}





/* contact_02 */
#M_contact_02 {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

#M_contact_02 .conwrap {
	padding: 0;
  	margin: 0 auto;
}

#M_contact_02 .conwrap .contact-info { /*公司資訊*/
	float: left;
	width: 43%;
	padding: 0;
    margin: 0 auto;
}
@media (max-width: 992px) {
    #M_contact_02 .conwrap .contact-info {
		width: 100%;
		padding: 0 0 20px 0;
    }
}

  #M_contact_02 .contact-info .info-list li {
    position: relative;
    font-size: 1.06rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    padding-left: 50px;
    margin: 10px 0;
}

#M_contact_02 .contact-info .info-list li .ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    color: #fff;
    text-align: center;
    background: #e30020;
    border-radius: 3px 0 0 3px;
}

#M_contact_02 .contact-info .info-list li .ico i {
    position: relative;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#M_contact_02 .contact-info .info-list li span {
    position: relative;
    display: inline-block;
    padding: 8px 10px;
}

#M_contact_02 .contact-info .info-list li span:after { /*箭頭*/
    content: '';
    position: absolute;
    top: 50%;
    left: -6px;
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #f7f7f7;
    border-bottom: 6px solid transparent;
    margin-top: -6px;
}

#M_contact_02 .contact-info .info-list li a {
    color: #221814;
}

#M_contact_02 .contact-info .info-list li a:hover,#M_contact_02 .contact-info .info-list li a:active {
    color: #e30020;
}

#M_contact_02 .contact-info .social { /*社群*/
    margin-top: 20px;
    text-align: center;
}

#M_contact_02 .contact-info .social li {
    display: inline-block;
    margin: 0 8px;
}
@media (max-width: 424px) {
	#M_contact_02 .contact-info .social li {
		margin: 0 5px;
	}
}
@media (max-width: 375px) {
	#M_contact_02 .contact-info .social li {
		margin: 0 3px;
	}
}
@media (max-width: 320px) {
	#M_contact_02 .contact-info .social li {
		margin: 0 1px;
	}
}

#M_contact_02 .contact-info .social li a {
    transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
}

#M_contact_02 .contact-info .social li a:hover {
    opacity: .7;
}

#M_contact_02 #map-inner-2 { /*小地圖*/
	display: block;
	height: 365px;
}


#M_contact_02 .conwrap form { /*表單*/
	float: right;
	width: 57%;
	max-width: none;
	padding-top: 5px;
	padding-left: 20px;
}
@media (max-width: 992px) {
    #M_contact_02 .conwrap form {
		width: 100%;
		padding: 0;
		margin: 0 auto;
    }
}

#M_contact_02 .conwrap form p.note {
    font-size: 1rem;
    border-bottom: 1px solid #ddd;
    padding: 0 8px 4px;
}

#M_contact_02 .conwrap form strong {
    display: inline-block;
    width: 10px;
    color: #e30020;
}

#M_contact_02 .conwrap form .labelbox {
    display: block;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
}

#M_contact_02 .conwrap form .labelbox p {
    font-size: 1rem;
    line-height: 34px;
}

@media (min-width: 768px) {
    #M_contact_02 .conwrap form .half { /*一行有２項填寫欄位*/
        display: inline-block;
        width: calc(50% - 8px);
    }

    #M_contact_02 .conwrap form .half + .half {
        margin-left: 11px;
    }
}

#M_contact_02 .conwrap form .quick-select-body.open, #M_contact_02 form .quick-select-body.open ul.quick-select-list { /*下拉選單外框*/
    border-color: #e30020;
}

#M_contact_02 input.def-style { /*填寫欄位*/
    display: block;
    width: 100%;
    height: 34px;
    font-size: .875rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    padding: 0 10px;
}
#M_contact_02 input.def-style:focus {
    border-color: #e30020;
}

#M_contact_02 textarea.def-style {
    display: block;
    width: 100%;
    font-size: .875rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    resize: none;
    padding: 6px 10px;
}
#M_contact_02 textarea.def-style:focus {
    border-color: #e30020;
}

#M_contact_02 .form-btn { /*按鈕*/
    text-align: center;
}

#M_contact_02 .form-btn button {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: .9375rem;
    color: #fff;
    text-align: center;
    background: #e30020;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    margin: 0 13px;
}

#M_contact_02 .form-btn button i {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

#M_contact_02 .form-btn button span {
    position: absolute;
    top: 0;
    left: 34px;
    display: block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    background: #f43c5b;
    border-radius: 0 3px 3px 0;
}
#M_contact_02 .form-btn button:active span {
    background: #e30020;
}

#M_contact_02 .form-btn button:hover {
	width: 114px;
}

#M_contact_02 .conwrap form .labelbox.code img { /*驗證碼*/
    float: right;
    margin-left: 10px;
    border-radius: 4px;
}

#M_contact_02 .conwrap form .labelbox.code div {
    width: calc(100% - 110px);
}

#M_contact_02 .conwrap form .form-btn { /*按鈕位置*/
	text-align: right;
	vertical-align: top;
	margin-top: 49px;
}
@media (max-width: 768px) {
    #M_contact_02 .conwrap form .form-btn {
        text-align: center;
		margin-top: 30px;
    }
}

#M_contact_02 .map-box { /*大地圖*/
	display:none;
}
@media (max-width: 992px) {
    #M_contact_02 .map-box {
		display: block;
		width: 100%;
		height: 350px;
		min-height: 350px;
		padding-top: 30px;
    }
}

#M_contact_02 #map-inner {
    width: 100%;
    height: 100%;
}





/* = 網站導覽
-------------------------------------------------------------- */
#M_sitemap .main {
  max-width: 1170px;
  margin: 40px auto 0;
}

#M_sitemap .main .inside {
  float: left;
  width: 100%;
  font-size: 0;
}

#M_sitemap .main .inside .box {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  margin-bottom: 40px;
}
#M_sitemap .main .box .ti a {
  display: block;
  width: 90%;
  max-width: 200px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background: #000;
  border-bottom: 0px solid #ccc;
  transition: all .2s linear;
 -ms-transition: all .2s linear;
 -moz-transition: all .2s linear;
 -webkit-transition: all .2s linear;
  padding: 0;
  margin: 0 auto;
}
#M_sitemap .main .box .ti a:hover { /*偶數*/
  background: #4a961c;
  border-bottom: 0px solid #4a961c;
}
#M_sitemap .main .box:nth-child(2n+1) .ti a:hover { /*單數*/
  background: #0072a1;
  border-bottom: 0px solid #0072a1;
}

#M_sitemap .main .box a {
  display: block;
  width: 90%;
  max-width: 200px;
  font-size: 0.929rem;
  color: #333;
  border-bottom: 1px solid #ccc;
  transition: all .2s linear;
 -ms-transition: all .2s linear;
 -moz-transition: all .2s linear;
 -webkit-transition: all .2s linear;
  padding: 10px 0 10px 10px;
  margin: 0 auto;
}
#M_sitemap .main .box a:hover { /*偶數*/
  background: #f8fff3;
  border-bottom: 1px solid #4a961c;
}
#M_sitemap .main .box:nth-child(2n+1) a:hover { /*單數*/
  background: #ebf9ff;
  border-bottom: 1px solid #0072a1;
}

#M_sitemap .main .box i {
	display: inline-block;
	margin-right: 10px;
}

@media (max-width: 991px) {
  #M_sitemap .main .inside {
    float: left;
    width: 100%;
  }
  #M_sitemap .main .inside .box {
    width: 33.3333%;
  }
  #M_sitemap .main .box {
    padding: 0 20px;
  }
  #M_sitemap .main .box a,
  #M_sitemap .main .box .ti a {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 604px) {
  #M_sitemap .main .inside .box {
    width: 50%;
  }
  #M_sitemap .main .box {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  #M_sitemap .main .box {
    padding: 0 10px;
  }
}
@media (max-width: 479px) {
  #M_sitemap .main .inside .box {
    width: 100%;
  }
}





/* ===============================================================================
   Footer
=============================================================================== */
#footer {
	background: #329437 url(../images/index/bg_footer.jpg) 0 0 repeat-x;
	padding: 5px 0 0 0;
	margin-top: 20px;
}
@media (max-width: 720px) {
	#footer {
		padding: 0;
	}
}
@media (max-width: 480px) {
	#footer {
		background: #329437 none;
	}
}

#footer .cominfo {
	background: #e0e0e0 url(../images/index/bg_info.jpg) 0 100% repeat-x;
	padding: 0 0 20px;
}


/*聯絡資訊*/
#footer .cominfo02 {
	border-bottom: 1px dotted rgba(255,255,255,0.3);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#footer .cominfo02 ul {
  list-style-image: none;
  list-style-type:none;
}
#footer .cominfo02 .cominfo-main {
  text-align: center;
  font-size: 0.98rem;
  line-height: 35px;
  padding: 0;
}
@media (max-width: 720px) {
	#footer .cominfo02 .cominfo-main {
	  line-height: 30px;
	}
}
@media (max-width: 1200px) {
	#footer .cominfo02 .cominfo-main {
	  font-size: 1rem;
	}
}

#footer .cominfo02 .cominfo-main > li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin-right: 23px;
}

#footer .cominfo02 .cominfo-main > li span {
  display: inline-block;
  color: #ffff99;
  margin-right: 10px;
}


@media (max-width: 1200px) {
	#footer .cominfo02 .cominfo-main  > li:nth-child(2), #footer .cominfo02 .cominfo-main  > li:last-child {
	  margin-right: 0px;
	}
}
@media (max-width: 720px) {
	#footer .cominfo02 .cominfo-main  > li:nth-child(1) {
	  display: block;
	}
	#footer .cominfo02 .cominfo-main  > li:nth-child(2) {
	  display: block;
	}
	#footer .cominfo02 .cominfo-main  > li:nth-child(3) {
	  display: block;
	}
	#footer .cominfo02 .cominfo-main  > li:nth-child(4) {
	  display: block;
	}
}

#footer .cominfo02 .cominfo-main > li a {
  color: #fff;
}
#footer .cominfo02 .cominfo-main > li a:hover {
  color: #ffff99;
  text-decoration: none;
}

#footer .cominfo02 .cominfo-main i {
	font-size: 20px;
	display: inline-block;
	padding-right: 10px;
}

#footer .cominfo02 .cominfo-main br {
	display: none;
}
@media (max-width: 1200px) {
	#footer .cominfo02 .cominfo-main br {
		display: block; line-height: 30px;
	}
}
@media (max-width: 720px) {
	#footer .cominfo02 .cominfo-main br {
		display: none;
	}
}


#footer .cominfo02 .cominfo-main .ic_facebook, #footer .cominfo02 .cominfo-main .ic_youtube {
	margin-top: 0px;
}
@media (max-width: 1080px) {
	#footer .cominfo02 .cominfo-main .ic_facebook, #footer .cominfo02 .cominfo-main .ic_youtube {
		margin-top: 20px;
	}
}
@media (max-width: 800px) {
	#footer .cominfo02 .cominfo-main .ic_facebook, #footer .cominfo02 .cominfo-main .ic_youtube {
		margin-top: 10px;
	}
}

#footer .cominfo02 .cominfo-main .ic_facebook a {
	display: block;
	background:url(../images/index/ic_facebook.png) 0 0 no-repeat;
	width: 105px;
	height: 40px;
}
#footer .cominfo02 .cominfo-main .ic_facebook a:hover {
	background:url(../images/index/ic_facebooko.png) 0 0 no-repeat;
}
#footer .cominfo02 .cominfo-main .ic_facebook span {
 	display: block;
	width: 105px;
	height: 40px;
	line-height: 300px;
	overflow: hidden;
 }

#footer .cominfo02 .cominfo-main .ic_youtube a {
	display: block;
	background:url(../images/index/ic_youtube.png) 0 0 no-repeat;
	width: 75px;
	height: 40px;
}
#footer .cominfo02 .cominfo-main .ic_youtube a:hover {
	background:url(../images/index/ic_youtubeo.png) 0 0 no-repeat;
}

#footer .cominfo02 .cominfo-main .ic_youtube span {
 	display: block;
	width: 75px;
	height: 40px;
	line-height: 300px;
	overflow: hidden;
 }



/*
#footer .cominfo a {
	color: #2b2b2b;
}
#footer .cominfo a:hover {
	color: #006699;
}

#footer .cominfo .col-md-4 {
	padding-right: 30px;
}
@media (max-width: 720px) {
	#footer .cominfo .col-md-4 {
		display: none;
	}
}



#footer .cominfo .title {
	font-size: 18px;
	color: #000;
	background: url(../images/index/line_footer.gif) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#footer .cominfo .data {
	font-size: 15px;
}

#footer .cominfo .data li {
	margin-top: 8px;
}
@media (max-width: 800px) {
	#footer .cominfo .data li {
		margin-top: 15px;
	}
}

#footer .cominfo .data li i {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  vertical-align: top;
  background-color: #474747;
  padding-top: 6px;
  margin-right: 10px;
  -webkit-border-radius: 26px;
     -moz-border-radius: 26px;
          border-radius: 26px;
}
#footer .cominfo .data li a:hover i {
  background-color: #006699;
}

#footer .cominfo .data li span {
  display: inline-block;
  width: calc(100% - 36px);
  vertical-align: top;
  padding-top: 2px;
}

@media (max-width: 800px) {
	#footer .cominfo .data {
		text-align: center;
	}
	#footer .cominfo .data p {
		display: inline-block;
		margin-bottom: 10px;
	}
	#footer .cominfo .data p:last-child {
		margin-bottom: 0px;
	}
	#footer .cominfo .data li span {
	  display: inline;
	  width: auto;
	  line-height: 28px;
	  padding-right: 20px;
	}
}
@media (max-width: 424px) {
	#footer .cominfo .data {
		text-align: left;
	}
	#footer .cominfo .data li span {
	  display: inline-block;
  	  width: calc(100% - 36px);
	}
}
*/


/* 連結 */
#footer .links {
    display: flex;
    flex-wrap: wrap;
}
#footer .links > div { /*網站導覽區塊間隔設定*/
	padding-right: 30px;
}
@media (max-width: 800px) {
	#footer .links > div {
		padding-right: 10px;
	}
}
@media (max-width: 720px) {
	#footer .links > div {
		padding-right: 50px;
	}
	#footer .links > div:nth-child(2) {
		  padding-right: 15px;
	}
	#footer .links > div:last-child {
		  padding-right: 15px;
	}
}
@media (max-width: 424px) {
	#footer .links > div {
		padding-right: 30px;
	}
}
@media (max-width: 384px) {
	#footer .links > div {
		padding-right: 15px;
	}
}

#footer .links .col-sm-3 {
  width: 25%;
}
@media (max-width: 720px) {
	#footer .links .col-xs-6 {
	  width: 50%;
	  margin-bottom: 30px;
	}
	#footer .links .col-xs-6:last-child {
	  margin-bottom: 0px;
	}
}

#footer .links .link-ti { /*網站導覽標題設定*/
	font-size: 18px;
	color: #000;
	background: url(../images/index/line_footer.gif) repeat-x bottom;
	padding-left: 3px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
@media (max-width: 800px) {
	#footer .links .link-ti {
		font-size: 16px;
	}
	#footer .links .link-ti:last-child {
		background: none;
	}
}

#footer .links ul { /*各單元選項設定*/
	font-size: 14px;
	word-break: break-all;
}
@media (max-width: 800px) {
	#footer .links ul {
		font-size: 13px;
	}
}

#footer .links ul li {
	margin-top: 3px;
	padding-left: 3px;
}

#footer .links ul li a {
	display: block;
	color: #333232;
}
#footer .links ul li a:hover {
	color: #006699;
}



/* copyright */
#footer .copyright {
	background: #329437 url(../images/index/bg_copyright.jpg) 0 100% repeat-x;
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 10px 0 19px;
}
@media (max-width: 480px) {
	#footer .copyright {
		background: #329437 none;
		padding: 25px 0 19px;
		font-size: 14px;
	}
}

#footer .copyright span {
	display: inline-block;
	padding: 0 0 0 20px;
	
}
@media (max-width: 604px) {
	#footer .copyright span {
		padding: 10px 0 0 20px;
	}
}
@media (max-width: 424px) {
	#footer .copyright span {
		display: block;
		padding: 10px 0 0 0;
	}
}

#footer .copyright a {
	color: #fff;
}
#footer .copyright a:hover {
	color: #ffff99;
}

#footer .copyright .fb {
	display: block;
    width: 105px;
    height: 24px;
	background:url(../images/index/ic_facebook.png) 0 0 no-repeat;
	line-height: 100px;
    overflow: hidden;
}
@media (max-width: 424px) {
	#footer .copyright .fb {
		display: block;
		width: 100%;
		height: 24px;
		background:url(../images/index/ic_facebook.png) 50% 0 no-repeat;
		line-height: 100px;
		overflow: hidden;
	}
}

#footer .copyright .fb:hover {
	background:url(../images/index/ic_facebooko.png) 0 0 no-repeat;
}
@media (max-width: 424px) {
	#footer .copyright .fb:hover {
		background:url(../images/index/ic_facebooko.png) 50% 0 no-repeat;
	}
}
