@charset "utf-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2014 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: 又綺 / 宏嘉 $
 * $Date: 2015-07-07 (二) $
*/

/* =====================================
   全域預設樣式
===================================== */
body {
  font-family: Arial, Helvetica, sans-serif, '微軟正黑體', Microsoft JhengHei;
  color: #333;
}
a {
  text-decoration: none;
}
img {
  vertical-align: bottom;
  border: none;
}

/* =====================================
   預設樣式 - 表格
===================================== */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

/* 自適應表格 */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
.table-responsive td,
.table-responsive th {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td {
    white-space: nowrap;
  }
}
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

/* 自訂 */
.list-tb {
  width: 100%;
  font-size: 13px;
  color: #555;
}
.list-tb > thead > tr > th,
.list-tb > thead > tr > td,
.list-tb > tbody > tr > th,
.list-tb > tbody > tr > td {
  padding: 6px 20px;
}

/* 樣式 */
.list-tb thead > tr > th,
.list-tb thead > tr > td {
  height: 34px;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}
.list-tb > thead > tr > th {
  border-top: #000 solid 2px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  background-color: #555;
}
.list-tb > thead > tr > th:last-child {
  border-right: #5a6474 solid 1px;
}
.list-tb > thead > tr > td {
  border-right: #fff solid 1px;
  background-color: #8694aa;
}
.list-tb > thead > tr > td:last-child {
  border-right: #8694aa solid 1px;
}
.list-tb > tbody > tr > th,
.list-tb > tbody > tr > td {
  border: #ddd solid 1px;
}
.list-tb > tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.list-tb > tbody > tr > td span {
  display: inline-block;
  margin-right: 10px;
  width: 7px;
  height: 10px;
  background: url(../images/icon_aw.gif) no-repeat 0 0;
  overflow:  hidden;
}
.list-tb > tbody > tr:hover {
  color: #000;
}
.list-tb > tbody > tr:hover > td span {
  background-position: 0 -10px;
}

.list-tb thead > tr > th:first-child {
  width: 30%;
}
.list-tb tbody > tr > th {
  width: 21%;
  font-size: 15px;
  text-align: center;
}
.table > tbody > tr > th {
  font-weight: normal;
  vertical-align: middle;
}
.list-tb caption {
  font-size: 17px;
  color: #000;
}

/* =====================================
   首頁 - Products
===================================== */
.pro-box h3 {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.pro-box p {
  padding: 0 15px;
  min-height: 80px;
  font-size: 13px;
  color: #666;
  line-height: 20px;
}
.pro-box:hover h3 {
  color: #718e1c;
}
.pro-box:hover p {
  color: #000;
}
@media screen and (min-width: 481px) {
  .pro-box h3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pro-box {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .pro-box h3 {
    font-size: 20px;
    font-weight: normal;
  }
  .pro-box p {
    font-size: 15px;
  }
}

/* =====================================
   Products - 詳細頁
===================================== */
.overview-txt {
  font-size: 15px;
  color: #666;
  line-height: 25px;
}

/* SPECIFICATION */
.specific.list-tb > tbody > tr > td {
  padding: 0;
}
.specific.list-tb tbody tr > td > table {
  width: 100%;
}
.specific.list-tb tbody tr > td > table > tbody > tr > td {
  padding: 6px 20px;
  border-bottom: #ddd solid 1px;
}
.specific.list-tb tbody tr > td > table > tbody > tr:last-child > td {
  border-bottom: none;
}

/* ORDERING INFORMATION */
.package.list-tb tbody tr > td > i {
  padding-right: 8px;
  font-size: 17px;
  color: #aaa;
}

.optional.list-tb thead > tr > th:first-child {
  width: 20%;
}

/* =====================================
   Support + About
===================================== */
#support-txt {
  /*max-width: 1000px;*/
  margin: 0 auto;
}

#company-who,
#company-do,
#company-believe {
  /*max-width: 1000px;*/
  margin: 0 auto;
}

#service-embedded,
#service-display {
  max-width: 1000px;
  margin: 0 auto;
}

#txt-edit {
  width: 100%;
  margin-top: 20px;
}
#txt-edit .txt {
  line-height: 24px;
  font-size: 14px;
	zoom: 1;
}
#txt-edit .txt:before {
	content: '';
	display: table;
}
#txt-edit .txt:after {
	content: '';
	display: table;
	clear: both;
}
#txt-edit .txt .scroll-x,
#txt-edit .txt .scroll-yx {
  width: 100%;
	margin-top: 10px;
}
#txt-edit .txt a:not(.button) {
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
#txt-edit .txt a.button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: 0 5px;
  border-radius: 3px;
  color: #fff;
}
#txt-edit .txt a.button:hover {
  color: #f7d400;
}
#txt-edit .txt a.button.pdf i {
  display: block;
  float: left;
  margin-top: 8px;
  margin-right: 5px;
  width: 22px;
  height: 24px;
  background: url(../images/icon_pdf.png) no-repeat 0 0;
}
#txt-edit .txt a.button.pdf:hover i {
  background-position: 0 -24px;
}
#txt-edit .txt .m-1 { margin-left: 12px; }
#txt-edit .txt p { padding-left: 12px; margin-bottom: 5px; }
#txt-edit .txt p.p-0 { padding-left: 0; }
#txt-edit .txt p.p-2 { padding-left: 24px; }
#txt-edit .txt ul.p-1 { padding-left: 28px; }
#txt-edit .txt ul.p-2 { padding-left: 40px; }
#txt-edit .txt em {
	display: block;
	width: 100%;
	line-height: 28px;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #000;
}
#txt-edit .txt strong > i {
	display: block;
	line-height: 26px;
	padding-left: 12px;
	margin-bottom: 5px;
}
#txt-edit .txt p.quotetitle {
	width: 100%;
	line-height: 32px;
	font-size: 18px;
	font-weight: 700;
	font-style: bold;
	padding: 0;
	color: #82a90d;
}
#txt-edit .txt ul {
  padding: 0 15px;
  margin: 0;
}
#txt-edit .txt table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
}
#txt-edit .txt table tr th {
  padding: 2px 10px;
  color: #f7d400;
  background-color: #000;
  /*background-image: -webkit-linear-gradient(bottom, #00203f, #004280);
  background-image: -moz-linear-gradient(bottom, #00203f, #004280);
  background-image: -o-linear-gradient(bottom, #00203f, #004280);
  background-image: -ms-linear-gradient(bottom, #00203f, #004280);
  background-image: linear-gradient(to top, #00203f, #004280);*/
}
#txt-edit .txt table tr td {
  padding: 2px 10px;
  border: 1px solid #ddd;
  border-top: none;
}
#txt-edit .txt table tr:nth-child(odd) td {
  background: #f7f7f7;
}
#txt-edit .txt .fl {
	display: block;
	float: left;
	margin-right: 5px;
}
#txt-edit .txt .fr {
	display: block;
	float: right;
	margin-left: 5px;
}
#txt-edit .txt .fe {
	overflow: hidden;
}
#txt-edit .txt .fe:after {
	content: '';
	display: block;
	clear: both;
}
#txt-edit .txt table.no-border tr td {
  border: 0;
	padding-bottom: 10px;
}
#txt-edit .txt table.no-background tr td {
  background: transparent;
}
#txt-edit .txt table .w1 { width: 10%; }
#txt-edit .txt table .w2 { width: 20%; }
#txt-edit .txt table .w3 { width: 30%; }
#txt-edit .txt table .w4 { width: 40%; }
#txt-edit .txt table .w5 { width: 50%; }
#txt-edit .txt table .w6 { width: 60%; }
#txt-edit .txt table .w7 { width: 70%; }
#txt-edit .txt table .w8 { width: 80%; }
#txt-edit .txt table .w9 { width: 90%; }
#txt-edit .txt table .wr { width: 100%; }
#txt-edit .txt table .wq2 { width: 50%; }
#txt-edit .txt table .wq3 { width: 33.3333333333%; }
#txt-edit .txt table .wq4 { width: 25%; }
#txt-edit .txt table .wq5 { width: 20%; }
#txt-edit .txt table .wq6 { width: 16.6666666667%; }
#txt-edit .txt table .wq7 { width: 14.2857142557%; }
#txt-edit .txt table .wq8 { width: 12.5%; }
#txt-edit .txt table .vt { vertical-align: top; }
#txt-edit .txt table .vm { vertical-align: middle; }
#txt-edit .txt table .vb { vertical-align: bottom; }
@media screen and (max-width: 768px) {
  #txt-edit .txt table.table-rwd tr,
  #txt-edit .txt table.table-rwd td {
    display: block;
		width: 100%;
		margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
	#txt-edit .txt .fl,
	#txt-edit .txt .fr,
	#txt-edit .txt .fe {
		clear: both;
		margin-bottom: 5px;
	}
}

#txt-edit .txt .hl { text-align: left; }
#txt-edit .txt .hc { text-align: center; }
#txt-edit .txt .hr { text-align: right; }

#txt-edit .txt .h10 { height: 100px; }
#txt-edit .txt .h15 { height: 150px; }
#txt-edit .txt .h20 { height: 200px; }
#txt-edit .txt .h25 { height: 250px; }
#txt-edit .txt .h30 { height: 300px; }
#txt-edit .txt .h35 { height: 350px; }
#txt-edit .txt .h40 { height: 400px; }
#txt-edit .txt .h45 { height: 450px; }
#txt-edit .txt .h50 { height: 500px; }
#txt-edit .txt .h55 { height: 550px; }
#txt-edit .txt .h60 { height: 600px; }

.newicon {
    color: #f00;
    padding: 0 5px;
    font-size: 12px;
}

/* ===== 首頁產品樣版 ===== */
.goods-wrap.clearfix:before,
.goods-wrap .row::before,
.clearfix:before {
  display: table;
  content: '';
}
.goods-wrap.clearfix::after,
.goods-wrap .row::after,
.clearfix::after{
  clear: both;
  display: table;
  content: '';
}

.goods-wrap .col-md-4{
  width: 33.33%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.goods-wrap .col-md-3{
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.goods-wrap {
  margin: 0 auto;
}
.goods-wrap .row {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.goods-wrap .row > div {
	margin-bottom: 50px;
}

.goods-wrap .row img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.goods-wrap .row a {
	font-size: 15px;
	font-weight: bold;
	color: #444;
}

.goods-wrap .row ul.product {
	text-align: left;
	padding: 10px 0 5px 15px;
	margin: 0 auto;
	width: fit-content;
}

.goods-wrap .row ul.product li {
	padding: 5px 0;
	list-style-image: url(../images/list-img.gif);
	list-style-position: inside;
}

.goods-wrap .row ul.product a {
	color: #6c6c6c;
	font-size: 1.0em;
	font-weight: normal;
}

.goods-wrap .row .item{
  background-color: #f6f6f6;
  padding: 30px;
  height: 100%;
}

.goods-wrap .pic-over .pic:after {
	display: none;
}
