@charset "utf-8";

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2017 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: 于庭 $
 * $Date: 2018-01-17 (三) $
*/
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.woff2') format('woff2'), url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'NotoSansTC';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansTC-Regular.woff2) format('woff2'), url(../fonts/NotoSansTC-Regular.woff) format('woff'), url(../fonts/NotoSansTC-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'NotoSansTC';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/NotoSansTC-Light.woff2) format('woff2'), url(../fonts/NotoSansTC-Light.woff) format('woff'), url(../fonts/NotoSansTC-Light.otf) format('opentype');
}

/* ==========================================
 #####   基礎共用設定
========================================== */
html {
  font-size: 14px;
}

body {
  margin: 0;
  padding: 0;
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'Barlow', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  line-height: 1.42857143;
}

a, a.url {
  color: #784d96;
  text-decoration: none;
}

a:hover {
  color: #784d96;
}

img {
  vertical-align: top;
}

.h1, .h2, .h3, h1, h2, h3 {
  font-weight: 500;
  line-height: 1.1;
  color: #784d96;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-weight: 400;
  line-height: 1;
  color: #9c9e9f;
}

/* ==========================================
 ##### Header
========================================== */
.logo {
  width: 215px;
}

.logo img {
  width: auto;
}

@media only screen and (max-width:767px) {
  .logo {
    float: none !important;
    margin: 0 auto -5px;
    width: 120px;
  }

  .logo img {
    width: 100%;
  }

  .navbar-nav {
    position: absolute;
    top: 48px;
    left: 15px;
    z-index: 10;
  }

  .navbar-nav li {
    float: left;
  }

  .navbar-nav li li {
    float: none;
    background-color: #fff;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding-left: 15px;
  }

  .navbar-toggle {
    margin-right: 5px;
  }

}

.btn {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.windows-box {
  padding: 15px 0 5px;
}

.windows-box span {
  display: inline-block;
  padding-top: 3px;
  padding-right: 10px;
}

.navbar-default {
  background: #fff;
}

.topbar-nav .metismenu > li {
  position: relative;
}

.topbar-nav .metismenu li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  color: #555;
  outline-width: 0;
  transition: all .3s ease-out;
  text-decoration: none;
}

.topbar-nav .metismenu li > a.has-arrow {
  padding: 15px 80px 15px 20px;
}

.topbar-nav .metismenu li li a {
  padding: 15px 80px 15px 20px;
}

.topbar-nav .metismenu ul a {
  padding: 10px 20px;
}

.topbar-nav .metismenu ul ul a {
  padding: 10px 20px 10px 30px;
}

.topbar-nav .metismenu a:hover, .topbar-nav .metismenu a:focus, .topbar-nav .metismenu a:active {
  background-color: #eee;
  border-left-color: #784d96;
}

.topbar-nav .metismenu > li.active {
  background-color: #eee;
  border-left-color: #784d96;
}

.metismenu .has-arrow {
  position: relative;
}

.metismenu .has-arrow:after {
  position: absolute;
  content: "";
  width: .5em;
  height: .5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 1em;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  top: 50%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

[dir=rtl] .metismenu .has-arrow:after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(135deg) translateY(-50%);
  -ms-transform: rotate(135deg) translateY(-50%);
  -o-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%)
}

.metismenu .active>.has-arrow:after, .metismenu .has-arrow[aria-expanded=true]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  -ms-transform: rotate(-135deg) translateY(-50%);
  -o-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%)
}

.metismenu .has-arrow::after {
  color: #784d96;
  right: 20px !important;
  -webkit-transform: rotate(135deg) translate(0, -50%) !important;
  -ms-transform: rotate(135deg) translate(0, -50%) !important;
  -o-transform: rotate(135deg) translate(0, -50%) !important;
  transform: rotate(135deg) translate(0, -50%) !important;
}

.metismenu .active > .has-arrow::after, .metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(225deg) translate(0, -50%) !important;
  -ms-transform: rotate(225deg) translate(0, -50%) !important;
  -o-transform: rotate(225deg) translate(0, -50%) !important;
  transform: rotate(225deg) translate(0, -50%) !important;
}

@media only screen and (min-width:768px) {
  .no-padding {
    padding: 0 !important;
  }

}

@media only screen and (min-width:992px) {
  .topbar-nav .metismenu {
    display: inline-block;
  }

  .topbar-nav .metismenu > li {
    display: inline-block;
  }

  .topbar-nav .metismenu li > a {
    padding: 15px 25px;
    color: #555;
  }

  .topbar-nav .metismenu > li > ul {
    position: absolute;
    top: 100%;
    min-width: 100%;
    width: 180%;
    z-index: 1001;
  }

  .topbar-nav.is-hoverable .metismenu > li:hover > ul {
    display: block;
  }

  .topbar-nav.is-hoverable .metismenu > li:hover > a.has-arrow:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

}

.form-control:focus {
  border-color: #784d96;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(120, 77, 150, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(120, 77, 150, .6);
}

.navbtn {
  color: #784d96;
}

.navbar-form .form-control {
  width: 175px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.dropdown-menu {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media only screen and (min-width:768px) {
  .child-menu-lg {
    min-width: 450px;
  }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

}

/* ==========================================
 ##### Footer
========================================== */
.dark {
  background-color: rgb(30, 30, 30);
  font-size: 12px;
  color: rgb(157, 157, 157);
}

.top-lg-margin {
  margin-top: 60px;
}

.sitemap {
  list-style-type: none;
  margin: 0;
  padding: 90px 0;
  display: flex;
  justify-content: space-between;
}

.sitemap > li.sitemap-child > a, .sitemap > li.sitemap-child > h3 {
  font-size: 14px;
  color: #fff;
  margin: auto;
}

.sitemap > li.sitemap-child > ul {
  padding-top: 6px;
}

.sitemap > li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sitemap > li > ul > li, .sitemap > li > ul > li > a {
  font-size: 14px;
  color: rgb(157, 157, 157);
  line-height: 24px;
}

footer.bottom-footer {
  padding: 30px 0;
  border-top: 1px solid rgb(60, 60, 60);
}

.footer-logo {
  display: none;
}

.sitemap-sm {
  text-align: center;
  width: 100%;
}

.sitemap-sm > li {
  display: inline-block;
}

.sitemap-sm > li > a {
  font-size: 12px;
  padding: 0 5px;
  color: rgb(157, 157, 157);
}

#sitemap.sitemap {
  display: block;
  padding: 20px;
  font-size: 0;
  text-align: center;
}

#sitemap .sitemap-child {
  display: inline-block;
  margin: 20px;
  width: calc(33.33% - 40px);
  text-align: center;
  vertical-align: top;
}

#sitemap .sitemap-child .box {
  margin: 0 auto;
  max-width: 200px;
  font-size: 15px;
  line-height: 30px;
}

#sitemap .sitemap-child .box li {
  border-bottom: 1px solid #eee;
}

#sitemap .sitemap-child .box a {
  display: block;
  padding: 5px;
  color: #777;
}

#sitemap .sitemap-child .box a:hover {
  color: #444;
  text-decoration: none;
  background-color: #eee;
}

#sitemap h3 {
  position: relative;
  margin-bottom: 10px;
  padding: 15px 0;
  color: #000;
  font-size: 16px;
  border: 1px solid #eee;
}

#sitemap h3:before {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #784d96;
}

@media only screen and (max-width:767px) {
  .top-lg-margin {
    margin-top: 20px;
  }

  .sitemap {
    padding: 20px 0 0;
    display: block;
    font-size: 0;
  }

  .sitemap .sitemap-child {
    display: inline-block;
    margin-bottom: 20px;
    width: 50%;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
  }

  footer.bottom-footer {
    padding: 10px 0;
    text-align: center;
  }

  footer.bottom-footer .pull-right {
    padding: 0;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    float: none !important;
    width: 100%;
  }

  #sitemap.sitemap {
    padding: 0;
  }

  #sitemap .sitemap-child {
    margin: 0 10px 10px;
    width: calc(50% - 20px);
  }


}

@media only screen and (max-width:991px) {
  #sitemap.sitemap {
    padding: 0;
  }

  .top-lg-margin {
    margin-top: 20px;
  }

  .sitemap {
    padding: 30px 0 20px;
  }

  footer.bottom-footer {
    padding: 15px 0 10px;
  }

}

@media only screen and (min-width:768px) {
  .footer-logo {
    display: block;
  }

  .sitemap-sm {
    text-align: right;
    width: auto;
  }

  .sitemap-sm > li {
    float: left;
  }

}

/* ==========================================
 #####   首頁
========================================== */
.slick-wrap {
  position: relative;
}

.slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 2;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 2px;
}

.slick-dots li.slick-active button {
  background-color: rgb(120, 77, 150);
}

.slick-dots button {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-color: rgb(157, 157, 157);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgb(157, 157, 157);
}

.slick-wrap .slick-control {
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  font-size: 30px;
  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;
  z-index: 2;
}

.slick-wrap:hover .slick-control {
  opacity: 0.5;
}

.slick-wrap:hover .slick-control:hover {
  opacity: 1;
}

.slick-wrap .slick-control span {
  position: absolute;
  top: 50%;
  margin-left: -15px;
}

.slick-slide img {
  width: 100%;
}

.slick-wrap .slick-control.left, .slick-wrap .slick-control.right {
  background-image: none;
  filter: unset;
  color: rgb(120, 77, 150);
}

.slick-wrap .slick-control.left {
  left: 0;
}

.slick-wrap .slick-control.right {
  right: 0;
}

/* ==========================================
 #####   首頁
========================================== */
.i-banner {
  padding-top: 15px;
}

.bilderliste {
  margin-top: 4px;
  min-height: 1px;
  padding-left: 15px;
  width: 100%;
  padding-right: 15px;
}

.bilderliste ul {
  max-width: 1140px;
  min-width: 100%;
}

.bilderliste li {
  background-color: rgba(246, 246, 246, 1);
  width: 50%;
  display: block;
  float: left;
}

@media screen and (max-width:768px) {
  .bilderliste li {
    padding: 10px 0;
    width: 100%;
  }

  .bilderliste img {
    margin: 0 auto;
    max-width: 100%;
  }

  .slick-wrap .slick-control {
    font-size: 20px;
  }

}

@media screen and (min-width:768px) {
  .bilderliste li {
    width: 50%;
  }

  .dl-horizontal dd {
    margin-left: 0;
  }

}

@media screen and (min-width:992px) {
  .bilderliste li {
    width: 25%;
  }

  .dl-horizontal dd {
    margin-left: 185px;
  }

}

/* ==========================================
 #####   Pages
========================================== */
h1.page-subject {
  margin: 0;
  padding-bottom: 10px;
  color: #784d96;
}

.page-subject strong {
  font-size: 26px;
  font-weight: normal;
}

.page-subject span {
  font-size: 18px;
}

.page-num {
  padding-top: 5px;
}

.page-num-right {
  margin-top: -15px;
}

@media only screen and (min-width:768px) {
  h1.page-subject {
    margin-top: 20px;
  }

  .page-num-right {
    margin-top: 6px;
    padding-right: 50px;
  }

  .page-subject strong {
    font-size: 36px;
  }

  .page-subject span {
    font-size: 20px;
  }

}

@media only screen and (min-width:992px) {
  .page-num-right {
    margin: 0;
    padding-right: 30px;
  }

  .page-num {
    text-align: center;
  }

  .page-num-right {
    margin: 0;
    padding-right: 30px;
  }

}

@media only screen and (min-width:1200px) {
  .page-num-right {
    padding-right: 15px;
  }

}

/* ==========================================
 #####   About
========================================== */
.top-txt {
  padding-bottom: 10px;
  font-weight: 550;
  line-height: 1.1;
  color: #784d96;
}

.people-list .box {
  padding-top: 15px;
  padding-bottom: 15px;
}

.people-list h4 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #784d96;
  font-size: 18px;
  border-bottom: 1px solid #eee;
}

.people-list h4 div {
  padding-top: 8px;
}

/* ==========================================
 #####   Product
========================================== */
a.collapselink {
  color: #555;
  cursor: pointer;
  text-decoration: none;
}

.collapse > div.checkbox, .collapsing > div.checkbox {
  font-size: 12px;
  line-height: 24px;
}

.input-group-addon {
  background-color: #b1b3b4;
  border: 1px solid #ccc;
}

.category-item input[type=checkbox], .category-item input[type=radio] {
  margin: 7px 0 0 -20px;
}

.btn-primary {
  color: #fff;
  background-color: #784d96;
  border-color: #6b4485;
}

.btn-primary:hover {
  color: #fff;
  background-color: #5d3c74;
  border-color: #4a305d;
}

.check-list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.check-list button {
  margin-bottom: 3px;
  font-size: 12px;
}

.goods-list {
  margin-top: 5px;
}

.product-description > ul {
  font-size: 12px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d9dadb;
  outline: 0;
}

.list-group-item, .list-group-item:first-child, .list-group-item:last-child {
  -webkit-border-radius: 0;
  border-radius: 0;
}

#goods .product {
  padding: 10px;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.product .img-thumbnail {
  max-height: 171px;
  max-width: 171px;
  border: none;
}

.product .list-inline {
  padding-top: 15px;
}

.product .list-inline li {
  color: #9c9c9c;
  font-size: 12px;
}

.input-group-addon, .input-group-addon:first-child {
  -webkit-border-radius: 0;
  border-radius: 0;
}

#goods-view .top-txt {
  font-size: 15px;
  text-align: right;
}

#goods-view h4 {
  margin-top: 15px;
  color: #784d96;
  font-size: 20px;
}

#goods-view h5 {
  color: #784d96;
  font-size: 14px;
}

#goods-view .price {
  margin: 25px 0 0;
  color: #784d96;
  font-size: 24px;
}

#goods-view .summary {
  margin-top: 25px;
}

#goods-view .dl-horizontal dt {
  text-align: left;
  font-weight: normal;
}

#goods-view .page-subject strong {
  font-size: 30px;
}

#goods-view .page-subject span {
  font-size: 20px;
}

#itemslider.slick-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

#itemslider.slick-wrap img {
  margin: 0 auto;
  max-width: 65px;
}

#itemslider.slick-wrap .slick-control {
  width: 4%;
}

#productAttributes {
  margin-top: 60px;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #784d96;
  border-bottom: none;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
  -webkit-border-radius: 0;
  border-radius: 0;
}

#productAttributes .tab-content {
  margin-top: 30px;
}

.goods-review {
  margin-top: 60px;
}

.goods-review .title {
  margin-bottom: 10px;
  display: inline-block;
}

#history.slick-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

#history.slick-wrap img {
  margin: 0 auto;
  max-width: 65px;
}

#history.slick-wrap .slick-control {
  width: 4%;
}

.edit-tab {
  width: 100%;
}

.edit-tab caption {
  color: #784d96;
}

.edit-tab td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.brand-wrap {
  padding: 15px 0 0;
}

.brand-wrap .titel-icon {
  margin-bottom: 10px;
}

.brand-wrap h3 {
  line-height: 1.1;
  color: #784d96;
  margin-top: 0;
  font-size: 24px;
  font-weight: normal;
}

@media only screen and (min-width:768px) {
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }

}

@media only screen and (max-width:767px) {
  .product small.summary {
    display: block;
    padding-bottom: 10px;
  }

  #goods-view h4 {
    margin-top: 10px;
    font-size: 18px;
  }

  #goods-view .price {
    margin: 5px 0 0;
    color: #784d96;
    font-size: 18px;
  }

  #goods-view .page-subject strong {
    font-size: 22px;
  }

  #goods-view .page-subject span {
    font-size: 16px;
  }

  #productAttributes .nav-tabs.nav-justified>li>a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  #productAttributes .nav-tabs.nav-justified>.active>a {
    border: 1px solid #784d96;
  }

}

@media only screen and (min-width:768px) {
  .product .list-inline {
    padding-top: 0;
  }

  #goods .product {
    padding: 40px 15px 10px;
  }

  .product .where-to-buy {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
  }

}

/* ==========================================
 #####   News
========================================== */
#news .bg-primary {
  color: #fff;
  background-color: rgba(120, 77, 150, 0.6);
}

#news .news-date > span:first-child {
  font-size: 48px;
  font-weight: 500;
}

#news .news-date > span:first-child, #news .news-date > span:last-child {
  display: block;
  width: 100%;
  text-align: center;
}

#news .news-date > span:last-child {
  font-size: 18px;
}

#news .list-group-item header {
  background-color: #fff;
}

#news h1 {
  font-weight: normal;
}

#news h1 small {
  display: block;
}

#news h2 {
  font-weight: normal;
}

#news .short-description {
  font-weight: 500;
  padding-bottom: 15px;
}

#news .list-group-item {
  padding: 13px;
}

#news .subject {
}

#news .date {
  margin-bottom: 15px;
  font-size: 22px;
  color: #9c9e9f;
}

#news.view .edit-wrap {
  margin-bottom: 60px;
}

#news.view .edit-wrap img {
  height: auto !important;
  max-width: 100%;
}

.btn-back:hover {
  text-decoration: none;
}

.btn-back span {
  margin-right: 10px;
}

/* ==========================================
 ##### Fillter
========================================== */
.double-scroll {
  overflow: hidden;
  -ms-overflow-x: visible;
  overflow-x: visible;
}

.panelCreatePDF {
  margin-top: 10px;
}

.double-scroll .table thead tr th {
  vertical-align: top;
  min-width: 200px;
}

/* ==========================================
 ##### Album
========================================== */
#album .item-list {
  font-size: 0;
}

#album .item {
  display: inline-block;
  margin: 0 0 15px;
  padding: 10px 30px;
  width: 25%;
  font-size: 12px;
  text-align: center;
}

#album .item img {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

#album .item .subject {
  color: #784d96;
  font-size: 18px;
  text-align: left;
}

#album .tab-link {
  display: inline-block;
}

#album .tab-link li {
  width: auto;
}

#album .tab-link li a {
  position: relative;
  margin-left: -1px;
  border: 1px solid #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 0;
}

#album .tab-link li.active a {
  margin: 0;
  border: 1px solid #784d96;
  border-bottom: none;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 1;
}

#album .tab-pane {
  padding: 20px 0;
}

#album .tab-pane .item {
  padding: 10px 15px;
}

#album .tab-pane .subject {
  padding-top: 10px;
  color: #784d96;
  font-size: 18px;
  text-align: center;
}

#album .tab-pane .item a {
  display: block;
  border: 1px solid #ddd;
}

@media only screen and (max-width:992px) {
  #album .item {
    padding: 10px 20px;
    width: 33.33%;
  }

}

@media only screen and (max-width:768px) {
  #album .tab-link li a {
    margin: -1px 0 0;
  }

  #album .tab-link li.active a {
    margin: 0;
    border: 1px solid #784d96;
  }

}

@media only screen and (max-width:640px) {
  #album .item {
    width: 50%;
  }

}

/* ==========================================
 ##### Video
========================================== */
h4.summary {
  margin-bottom: 30px;
  color: #784d96;
  font-size: 18px;
  line-height: 22px;
}

#video .video-box video {
  border: 1px solid #eee;
}

#video .video-box {
  margin-bottom: 30px;
}

.link-summary, .link-summary2 {
  margin: 10px 0;
  color: #784d96;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.link-summary2 {
  margin-bottom: 20px;
  text-align: left;
}

.link-ul li {
  position: relative;
  padding-left: 12px;
}

.link-ul li:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #784d96;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* ==========================================
 #####   CSR
========================================== */
.subject-dot {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
  color: #784d96;
}

.subject-dot:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #784d96;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.subject-big {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #784d96;
}

.text-wrap {
  margin-bottom: 20px;
  padding-left: 12px;
  color: #555;
}

/* ==========================================
 #####   联络我们
========================================== */
#contact .summary {
  margin-bottom: 30px;
  color: #784d96;
  font-size: 18px;
}

#contact .group-box {
  margin-bottom: 10px;
  width: 100%;
}

#contact .group-box.code {
  margin-bottom: 30px;
}

#contact .group-box.code .code-img {
  float: left;
  padding-right: 15px;
  width: 33.33%;
}

#contact .group-box.code img {
  width: auto;
  max-height: 36px;
}

#contact .input-group-text {
  display: block;
  margin-bottom: 10px;
}

#contact .form-control {
  height: 36px;
}

#contact .btn-default {
  padding: 8px 50px;
}

#contact .map,
#contact .map2 {
  margin: 10px 0;
  width: 100%;
  height: 200px;
}

#contact .contact-info .title {
  color: #784d96;
  font-size: 36px;
}

#contact .contact-info .list {
  padding: 10px 10px 20px;
  float: unset;
}

#contact .contact-info .map-wrap{
  position: relative;
  padding-top: 56.25%;
}

#contact .contact-info .map-wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:992px) {
  #contact .summary {
    font-size: 14px;
  }

  #contact .contact-info {
    margin-top: 30px;
  }

  #contact .contact-info .title {
    font-size: 26px;
  }

  #contact .group-box.code .code-img {
    float: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  #contact .btn-default {
    width: 100%;
  }

}

/* ==========================================
 系統訊息
========================================== */
#message {
  padding: 20px 0;
  text-align: center;
}

#message .icon {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 1.3em;
  background-color: #784d96;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#message .error {
  color: #784d96;
  font-size: 2em;
}

#message .text-wrap {
  padding: 10px 0 20px;
  color: #784d96;
  font-size: 1.067em;
}

#message .top-box {
  margin: 0 auto;
  width: 200px;
}

@media only screen and (min-width:1024px) {
  #message {
    padding-bottom: 40px;
  }

  #message .top-box {
    padding: 30px 0;
    width: 200px;
    line-height: 40px;
  }

  #message .icon {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 1.6em;
  }

  #message .error {
    font-size: 2.3em;
  }

  #message .text-wrap {
    padding: 20px 0 40px;
    color: #DA251E;
    font-size: 1.067em;
    line-height: 1.7em;
  }

}

.double-scroll tbody tr:not(.bg-white) {
  color: #fff;
  background-color: rgba(120, 77, 150, .6);
}

.double-scroll tbody tr.bg-info {
  color: #fff;
  background-color: #707173;
}

/* ==========================================
 #####   About Editer
========================================== */
#about .edit-wrap h1.page-subject {
  margin: 0;
  padding-bottom: 10px;
  color: #784d96;
}

#about .edit-wrap .page-subject strong {
  font-size: 26px;
  font-weight: normal;
  text-transform: uppercase;
}

#about .edit-wrap .page-subject span {
  font-size: 18px;
}

#about .edit-wrap img {
  height: auto !important;
  max-width: 100%;
}

#about .edit-wrap .col-md-12, #about .edit-wrap .col-md-6, #about .edit-wrap .col-sm-12, #about .edit-wrap .col-sm-3, #about .edit-wrap .col-sm-9, #about .edit-wrap .col-xs-12, #about .edit-wrap .col-xs-4, #about .edit-wrap .col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#about .edit-wrap .col-xs-12, #about .edit-wrap .col-xs-4, #about .edit-wrap .col-xs-8 {
  float: left;
}

#about .edit-wrap .row {
  margin-right: -15px;
  margin-left: -15px;
}

#about .edit-wrap .col-xs-12 {
  width: 100%;
}

#about .edit-wrap .col-xs-4 {
  width: 33.33333333%;
}

#about .edit-wrap .col-xs-8 {
  width: 66.66666667%;
}

@media (min-width:768px) {
  #about .edit-wrap .col-sm-3 {
    width: 25%;
  }

  #about .edit-wrap .col-sm-9 {
    width: 75%;
  }

  #about .edit-wrap .col-sm-12 {
    width: 100%;
  }

}

@media (min-width:992px) {
  #about .edit-wrap .col-md-12, #about .edit-wrap .col-md-6 {
    float: left;
  }

  #about .edit-wrap .col-md-6 {
    width: 50%;
  }

}

.edit-wrap .box {
  width: 33%;
  float: left;
  padding: 20px
}

.edit-wrap .box img {
  display: block;
}

/* ==========================================
 #####   image gallery
========================================== */
#imgallery .summary {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 22px;
}
.gallery-ul ul {
  margin: 0;
  padding: 0 0 0 12px;
  list-style: none;
}
.gallery-ul li {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}

#imgallery a span {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 8px;
  background-image: url(../images/aw_gallery.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

#imgallery a[aria-expanded="false"] span {
  background-image: url(../images/aw_gallery.png);
  background-position: 0 0;
}
#imgallery a[aria-expanded="false"]a:hover span {
  background-image: url(../images/aw_gallery.png);
  background-position: -11px 0;
}
#imgallery a[aria-expanded="true"] span {
  background-image: url(../images/aw_gallery.png);
  background-position: 0 -11px;
}
#imgallery a[aria-expanded="true"]:hover span {
  background-image: url(../images/aw_gallery.png);
  background-position: -11px -11px;
}

.gallery-album {
  margin: 10px 0;
  font-size: 13px;
  color: #999;
  display: flex;
  flex-wrap: wrap;
}
.gallery-album .box {
  border: 1px solid #eee;
  width: calc((100% / 5) - 25px);
  text-align: center;
  margin: 5px;
  padding: 5px 5px 10px;
}
.gallery-album .box .img {
  margin-bottom: 10px;
}
.gallery-album .box .img img {
  width: 100%;
  height: auto;
}
@media (max-width:991px) {
  #imgallery {
    margin-bottom: 30px;
  }
  .gallery-album .box {
    width: calc((100% / 4) - 20px);
  }
}
@media (max-width:767px) {
  .gallery-album .box {
    width: calc((100% / 3) - 15px);
  }
}
@media (max-width:480px) {
  .gallery-album .box {
    width: calc((100% / 2) - 15px);
  }
}
@media (max-width:320px) {
  .gallery-album .box {
    width: calc(100% - 15px);
    margin: 5px 15px 5px 0;
  }
}

/* 2020.03.09 新增門市據點 */
#map-area {
  width: 100%;
  height: 600px;
  position: relative;
}
#store .select-wrap{
  font-size: 0;
}
#store .fluid{
  width: 255px;
  display: inline-block;
  font-size: 0;
}
#store .fluid span{
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 150px);
  font-size: 14px;
  color: #3c3c3c;
  padding: 2px 0 0 0;
  font-family: 'NotoSansTC';
}
#store .fluid:nth-child(3){
  margin-left: 15px;
}
#store .fluid select{
  width: 100%;
  padding: 5px 5px 5px 10px;
  font-size: 14px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  font-family: 'NotoSansTC';
  width: 150px;
  border: 1px solid #cccccc;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  position: relative;
  background: url(../images/triangle.png) no-repeat;
  background-size: 8px;
  background-position: center right 8px;
}
#store .select-wrap .btn{
  display: inline-block;
  width: 75px;
  background: #222;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-left: 20px;
}
#store .select-wrap .btn:hover{
  background: #333;
}

#store .table{
  margin: 30px 0 60px;
  font-family: 'NotoSansTC';
}
#store .table .t-head .tr{
  font-size: 0;
  background-color: #784d96;
  border-radius: 5px;
}
#store .table .t-head .tr .th{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  width: 15%;
  position: relative;
}
#store .table .t-head .tr .th::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 17px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
#store .table .t-head .tr .th:last-child::after{
  display: none;
}
#store .table .t-head .tr .th.add{
  width: 40%;
}
#store .table .t-body .tr{
  font-size: 0;
}
#store .table .t-body .tr .td{
  padding: 20px 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #3c3c3c;
  width: 15%;
  font-family: 'NotoSansTC';
}
#store .table .t-body .tr .td:first-child{
  text-align: left;
  padding-left: 40px;
}
#store .table .t-body .tr .td.add{
  width: 40%;
}
#store .table .t-body .tr:nth-child(even){
  background: #eeeeee;
}
#store .table .t-body .tr .td .map{
  /* border: 1px solid #cccccc; */
  width: 70px;
  margin: auto;
  padding: 5px;
  display: block;
  color: #3c3c3c;
  /* background-color: #fff; */
}

#store .table .t-body .tr .td .map span{
  display: inline-block;
  vertical-align: middle;
  font-family: 'NotoSansTC';
}
#store .table .t-body .tr .td .map span::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background: url(../images/map_icon_gray.svg) no-repeat;
  background-size: contain;
}
#store .table .t-body .tr .td .map:hover span::before{
  background: url(../images/map_icon_white.svg) no-repeat;
  background-size: contain;
}
#store .table .t-body .tr .td .map:hover span{
  color: #ae94c0;
}
#store .table .t-body .tr .td .map:hover{
  /* background-color: #ae94c0; */
}
#store .page-num{
  float: unset;
  margin: auto;
}
@media (max-width: 1199px){
  #store .table .t-body .tr .td{
    padding: 20px 8px;
  }
}
@media (max-width: 991px){
  #map-area {
    height: 450px;
  }
  #store .table .t-body .tr .td:first-child{
    padding-left: 8px;
    text-align: center;
  }
  #store .table .t-body .tr .td .map{
    padding: 5px 5px;
  }
  /* #store .table .t-body .tr .td .map span::before{
    display: block;
    margin: auto;
  } */
  #store .table .t-body .tr .td{
    padding: 12px 8px;
  }
  #store .page-num{
    text-align: center;
  }
  #store .table{
    margin: 30px 0 30px;
  }
}
@media (max-width: 699px){
  #store .table .t-head{
    display: none;
  }
  #store .table .t-body .tr .td::before{
    display: inline-block;
    vertical-align: middle;
    content: attr(data-name)'：';
  }
  #store .table .t-body .tr .td{
    width: 50%;
    text-align: left;
  }
  #store .table .t-body .tr{
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
  }
  #store .table .t-body .tr:nth-child(even){
    background: unset;
  }
  #store .table .t-body .tr .td.add{
    width: 100%;
  }
  #store .table .t-body .tr .td:first-child{
    text-align: left;
  }
  #store .table .t-body .tr .td .map span::before{
    display: inline-block;
  }
  #store .table .t-body .tr .td .map {
    /* width: 50%; */
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 8px;
  }
}
@media (max-width: 649px){
  #store .fluid{
    width: calc(50% - 10px);
  }
  #store .select-wrap .btn{
    display: block;
    float: right;
    margin-top: 5px;
  }
  #store .select-wrap::after{
    content: '';
    display: inline-block;
    clear: both;
    width: 100%;
  }
  #store .table{
    margin: 20px 0 30px;
  }
  #store .fluid select,#store .fluid span{
    width: 100%;
  }
}
@media (max-width: 499px){
  #map-area {
    height: 380px;
  }
  #store .table .t-body .tr .td{
    width: 100%;
  }
  #store .table .t-body .tr .td{
    padding: 7px 8px 7px 85px;
    position: relative;
  }
  #store .table .t-body .tr .td::before{
    position: absolute;
    top: 7px;
    left: 10px;
  }
  #store .table .t-body .tr .td .map {
    margin-left: 0;
    /* width: 65%; */
  }
  #store .table .t-body .tr .td:first-child{
    padding: 7px 8px 7px 85px;
  }
}
@media (max-width: 399px){
  #store .fluid{
    width: 100%;
  }
  #store .fluid:nth-child(3){
    margin-left: 0;
    margin-top: 5px;
  }
}