@charset "UTF-8";
body {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 100%;
  font-size: 18px;
  line-height: 180%;
  color: #333333;
  margin: 0 auto;
}

body a {
  text-decoration: none;
}

/* 下拉多層式選單===================================== */

/* 顯示第三層選單樣式 */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}
.dropdown-submenu.show > .dropdown-menu {
  display: block;
}
@media (max-width: 991.98px) {
  .dropdown-submenu .dropdown-menu {
    left: 0;
    margin-left: 1rem;
  }
}

/* 
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
} 

.dropdown-submenu {
  position: relative;
} 

.dropdown-submenu > .dropdown-menu {
  top: 0%;
  left: 100%;
  margin-top: -3px;
}
*/

.dropdown-submenu.show > a.dropdown-item{
  position: relative;
}
.dropdown-menu.show > .dropdown-submenu > a.dropdown-item:after{
  content: "\f0d7";
  font-family: 'FontAwesome';
  position: absolute;
  display: inline-block;
  padding: 0 10px ;
    vertical-align: .255em;
}

.dropdown-menu > li > a:after {
  transform: rotate(-90deg);
  transition: 1s;
}

nav.navbar.navbarling .nav-item > a.nav-link {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px 15px;
}

@media all and (min-width: 992px) {
  nav.navbar.navbarling {
    padding: 0 !important;
  }
  nav.navbar.navbarling .dropdown-menu li {
    position: relative;
  }
  nav.navbar.navbarling .dropdown-item.focus,
  nav.navbar.navbarling .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ccc;
  }
  nav.navbar.navbarling .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  nav.navbar.navbarling .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
  nav.navbar.navbarling .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  nav.navbar.navbarling .dropdown-menu > li:hover > .submenu {
    display: block;
  }
  .show-sm {
    display: none;
  }
  .show-md {
    display: block;
  }
}
@media (max-width: 991px) {
  .navbar-nav .nav-item a.nav-link {
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 15px;
  }
  .navbar-nav .nav-item > ul.dropdown-menu {
    margin-bottom: 15px;
  }
  .navbar-nav .nav-item ul.dropdown-menu {
    background: transparent;
    border: initial;
  }
  .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:after {
    transform: rotate(-360deg);
    transition: 1s;
  }
  .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:focus, .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:hover {
    background: transparent;
  }
  .navbar-nav .nav-item ul.dropdown-menu ul.dropdown-menu a.dropdown-item {
    padding-left: 40px;
  }
  .show-sm {
    display: block !important;
  }
  .show-md {
    display: none !important;
  }
}
/* 展開式選單===================================== */
.navbar .megamenu {
  padding: 1rem;
}

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
/* 頁頭設計======================================= */
img {
  max-width: 100%;
  height: auto;
}

/* 共用-網頁外框 */
.page-content {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

/* 共用按鈕 */
.btn-top {
  background: #f2f2f2;
}

.btn-back {
  background: #f2f2f2;
}

.ex {
  color: red;
}

.vbox-share.vbox-bottom {
  display: none !important;
}

/* 頁尾top按鈕============================== */
.back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 15px;
  bottom: -15px;
  visibility: hidden;
  opacity: 0;
  width: 44px;
  height: 44px;
  background: #009bd9;
  border-radius: 4px;
  transition: 0.3s;
  z-index: 11;
}

.back-to-top:hover {
  background: #03b7ff;
  box-shadow: 0 6px 15px 0 rgba(0, 155, 217, 0.3);
}

.back-to-top .icon {
  color: #fff;
  width: 20px;
  height: 20px;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
  bottom: 15px;
}

@media (max-width: 767px) {
  img.pull-right {
    width: 100%;
  }
}
.template-box-top.product .text .btn_box a.btn.link:last-child {
  margin-bottom: 30px;
}

.boxshad {
  padding: 8px;
  border: 2px solid rgba(186, 165, 156, 0.3);
  box-shadow: 2px 2px 7px rgba(186, 165, 156, 0.2) inset;
  box-shadow: 5px 5px 5px rgba(186, 165, 156, 0.2);
  border-radius: 0 0 10px 0;
}

/* 左選單============================*/
.left-content {
  padding-right: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .left-content {
    margin-top: 2em;
    padding-right: 15px;
  }
}
.left-content:before {
  background: #f1f1f1;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 15px;
}
@media (max-width: 991px) {
  .left-content:before {
    display: none;
  }
}
.left-content .category-1 {
  width: 100%;
}
.left-content .category-3.show {
  /* background: #f7f7f7; */
  margin-bottom: 3px;
}
.left-content .bi {
  vertical-align: -0.125em;
  pointer-events: none;
  fill: currentColor;
}
.left-content .nav-flush .nav-link {
  border-radius: 0;
}
.left-content .btn {
  color: #000;
  font-size: 1em;
}
.left-content .btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background-color: transparent;
  width: 100%;
  left: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .left-content .btn-toggle {
    width: 100%;
  }
}
.left-content .btn-toggle::before {
  width: 1em;
  line-height: 0;
  content: "\f105";
  font-family: FontAwesome;
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}
.left-content .btn-toggle.collapsed::before {
  transform-origin: 0.1em 50%;
}
.left-content .btn-toggle[aria-expanded=true] {
  color: rgba(0, 0, 0, 0.85);
}
.left-content .btn-toggle[aria-expanded=true]::before {
  transform: rotate(90deg);
  transform-origin: 0.1em 50%;
}
.left-content .btn-toggle-nav li a {
  display: inline-flex;
  padding: 0px 15px 0 38px;
  text-decoration: none;
  font-size: 1em;
}
.left-content .btn-toggle-nav li:nth-child(1) a {
  margin-top: 10px;
}
.left-content .btn-toggle-nav li:last-child a {
  margin-bottom: 10px;
}
.left-content .btn-toggle-nav > a:hover,
.left-content .btn-toggle-nav > a:focus {
  background-color: #f1f1f1;
  border-radius: 5px;
}
.left-content .scrollarea {
  overflow-y: auto;
}
.left-content .fw-semibold {
  font-weight: 600;
}
.left-content .lh-tight {
  line-height: 1.25;
}

/* 首頁-機構消息 ============================*/
.hi_box > i {
  margin-right: 8px;
}

@media (min-width: 992px) {
  .home-news_box h3 {
    min-width: 200px;
    margin-bottom: 0;
  }
}
@media (max-width: 567px) {
  .home-news_box .d-flex {
    display: inline !important;
  }
}
.home-news_box a {
  margin-right: 2em;
}

/* 首頁-最新消息 */
.home-news_box-center .list-group .list-group-item span {
  padding-right: 15px;
}
@media (max-width: 567px) {
  .home-news_box-center .list-group .list-group-item span {
    display: inline;
  }
}

.home-news_box-center .list-group .list-group-item {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 567px) {
  .home-news_box-center .list-group .list-group-item {
    white-space: initial;
  }
}

/* 首頁 bi =========================== */
.home-page .bi {
  margin-right: 6px;
}

.home-contact_box .card {
  width: 100%;
}

/* 首頁跑馬燈 =========================== */
.home-pic_box .carousel-item .card {
  padding: 0px;
  margin: 0 10px;
}

.home-pic_box .card .card-img-overlay {
  position: relative;
  padding: 6px 0;
}

.home-pic_box .carousel-control-next,
.home-pic_box .carousel-control-prev {
  width: 10%;
}

.home-service_box {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.home-service_box .page-header {
  text-align: center;
}

.home-service_box .card {
  background: #FBF1F2;
  padding: 15px;
  position: relative;
  width: 100%;
  height: 180px;
  max-width: 100%;
  justify-content: center;
  margin-bottom: 1em;
  overflow: hidden;
}

.home-service_box .card .card-body {
  position: absolute;
  left: 15px;
  z-index: 1;
}

.home-service_box .card p {
  margin-bottom: initial;
}

.home-service_box .card .card-body h3 {
  color: #990000;
  margin-bottom: 6px;
}

.home-service_box .card .card-body p a {
  color: #333;
  display: inline-block;
  width: 100%;
  line-height: 160%;
  text-decoration: none;
  border: none;
  padding: 0;
  text-align: left;
}

/* about us =============================== */
.page_box.about_box .ling-nav a {
  background: #f2f2f2;
  color: #333333;
}

/* about */
.page_box.about_box img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .page_box.about_box img {
    min-width: 100%;
  }
}
footer {
  background-color: #f1f1f1;
}

/*段落行距========================================================*/
.mar {
  margin-bottom: 0.5em;
}

.mar-right {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.mar1 {
  margin-bottom: 1em;
}

/*常用-h3大主標題*/
.mar15 {
  margin-bottom: 1.5em;
}

.mar2 {
  margin-bottom: 2em;
}

/*常用-段落*/
.mar3 {
  margin-bottom: 3em;
}

.btn-ddd {
  background-color: #ddd;
  color: #333;
}
.btn-ddd:hover {
  background-color: #eee;
}

/*首頁-more 按鈕類=================================================== */
img#captchaCode {
  vertical-align: text-bottom;
}

.fa.fa-refresh {
  border: 1px solid;
  font-size: 1.5em;
  padding: 3px 6px;
  cursor: pointer;
}

div.pagination {
  width: 100%;
  text-align: center;
}

ul.pagination {
  width: auto;
}

.pagination_box {
  width: 100%;
  text-align: center;
  /*沒有超過當頁顯示筆數 則不顯分頁,而總筆數會出現*/
}
.pagination_box .page_total_show {
  margin: 30px 0 15px 0;
  text-align: center;
}
.pagination_box .page_total {
  clear: both;
  text-align: center;
  width: 100%;
}
.pagination_box .page_total a {
  display: inline;
  padding: 6px 12px;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 5px;
  margin: 0 2px;
  color: #555;
}
.pagination_box .page_total a:active {
  background-color: #1363AD;
  color: white;
}
.pagination_box .page_total a:hover:not(.active) {
  background-color: #0099FF;
  color: white;
}
.pagination_box .page_total a:hover:nth-child(1),
.pagination_box .page_total a .page_total a:hover:last-child {
  background-color: #fff;
  color: #0099FF;
}
.pagination_box .ndispy > a {
  display: none;
}
@media only screen and (max-width: 567px) {
  .pagination_box .page_total a:nth-child(1) {
    display: none;
  }
  .pagination_box .page_total a:last-child {
    display: none;
  }
}
.pagination_box ul.pagination {
  width: auto;
  justify-content: center !important;
  display: flex !important;
}

/*輸入表格==============================================================*/
table,
td,
th {
  border-color: #ddd;
  white-space: normal;
}

table {
  width: 100%;
}

th,
td {
  vertical-align: middle;
  padding: 2px;
  text-align: left;
}

#tb_box {
  margin-bottom: 2em;
}
#tb_box table th {
  background-color: #ffebeb;
  color: #333;
}
#tb_box table th:before {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #tb_box table th:before {
    display: none;
  }
}
#tb_box table th .h5 {
  margin-bottom: 0;
}
#tb_box table .item:before {
  content: "Item";
}
@media only screen and (max-width: 767px) {
  #tb_box table .item:before {
    content: "Item: ";
  }
}
#tb_box table .pro_no .star {
  color: #CC0000;
}
#tb_box table .select input {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-top;
  cursor: pointer;
}
#tb_box table .perty:before {
  content: attr(data-xxx) "";
}
#tb_box table .certificate:before {
  content: "Certificate";
}
@media only screen and (max-width: 767px) {
  #tb_box table .certificate:before {
    content: "Certificate: ";
  }
}
@media only screen and (max-width: 767px) {
  #tb_box table td {
    margin: 0 8px;
    display: flex !important;
  }
}
#tb_box table td.pic:before, #tb_box table td.icon:before {
  content: none !important;
}
#tb_box table td:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  #tb_box table td:before {
    content: attr(data-xxx) ": ";
    align-self: stretch !important;
    padding-right: 6px;
    display: inline-block;
    color: #1458A5;
  }
}
#tb_box table td.no-before:before {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  #tb_box table td.perty:before {
    content: attr(data-xxx) ": ";
    display: inline-block;
    color: #1458A5;
  }
}
#tb_box table td h2, #tb_box table td h3 {
  margin: 0;
  font-weight: inherit;
  font-size: 1em;
  display: inline;
}
@media only screen and (max-width: 767px) {
  #tb_box table td h2, #tb_box table td h3 {
    font-size: 1em;
    line-height: 150%;
  }
}
#tb_box table td a.new:before {
  content: "\f005";
  font-family: "FontAwesome";
  color: red;
}
#tb_box table td a:hover {
  text-decoration: underline;
}
#tb_box table td.pic img {
  height: 60px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #tb_box table td.pic img {
    max-width: 100%;
    height: auto;
  }
}
#tb_box table td.icon a {
  color: #fff;
}
#tb_box table td.icon a.btn {
  padding: 5px 10px;
  font-size: 0.95em;
  border-radius: 3px;
}
#tb_box table td.icon a.detail:after {
  content: "Detail";
}
#tb_box table td.icon a.search:after {
  content: "Search";
}
#tb_box table td.td-link-down a.btn {
  background-color: transparent;
  border: none;
  color: red;
}
#tb_box table td.td-link-down a.btn:before {
  content: "\f0f6";
  font-family: "FontAwesome";
  font-size: 1.5em;
}
#tb_box table td.td-link-down a.btn.active, #tb_box table td.td-link-down a.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}
#tb_box table td.td-link-down a.btn span {
  color: red;
}
#tb_box table td.td-link-down a.btn.link[href$=".pdf"]:before, #tb_box table td.td-link-down a.btn.link[href$=".PDF"]:before {
  content: "\f1c1";
}

.inquirylist-table .inquiry-edit a {
  color: #fff;
}
.inquirylist-table .inquiry-edit a.btn {
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.inquirylist-table .inquiry-edit a.btn:before {
  font-family: "FontAwesome";
}
.inquirylist-table .inquiry-edit a.modify:after {
  content: "Modify Qty.";
}
.inquirylist-table .inquiry-edit a.save:after {
  content: "Save Qty.";
}
.inquirylist-table .inquiry-edit a.remark:before {
  content: "\f040";
}
.inquirylist-table .inquiry-edit a.delete:before {
  content: "\f1f8";
}

/*table  (inquiry + WP_Product =======================================]*/
#tb_box table,
#tb_box td,
#tb_box th {
  border: 1px solid #ddd;
  white-space: normal;
}

#tb_box table {
  border-collapse: collapse;
  width: 100%;
}
#tb_box table td,
#tb_box table th {
  border: 1px solid #ddd;
  white-space: normal;
  padding: 8px;
  text-align: left;
  /*表格有輸入p的話 在手機會奇怪*/
}
#tb_box table td p,
#tb_box table th p {
  display: inline;
}
#tb_box table td span.required,
#tb_box table th span.required {
  display: inline-block;
  color: red;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  #tb_box table td .form-control,
  #tb_box table th .form-control {
    display: inline;
  }
}

#tb_box td > button {
  width: 100%;
  margin-bottom: 3px;
}

/*兩欄位-多屬預覽頁*/
#tb_box .hbk {
  background-color: #f2f2f2;
  color: #000;
}

#tb_box .dbk {
  background-color: #fff;
}

/*download, 依檔案類型, 顯示圖檔*/
#tb_box td .picimg {
  width: 30px;
  vertical-align: middle;
}

.inquiry_box #tb_box td > input {
  width: auto;
}

#tb_box td > .inpu_w {
  width: auto;
}

#tb_box > table th {
  display: table-cell;
  vertical-align: middle;
}

#tb_box > table td {
  display: table-cell;
}

@media only screen and (max-width: 767px) {
  #tb_box {
    border: none;
  }
  #tb_box table,
  #tb_box th {
    border: none;
  }
  #tb_box > table thead,
  #tb_box > table th {
    display: none;
    text-align: left;
  }
  #tb_box > table td {
    display: block;
    text-align: left;
    width: auto;
    padding: 2px 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
  }
  #tb_box td > button {
    width: auto;
  }
  #tb_box table tr,
  #tb_box .table tr {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }
  #tb_box table tr td.edit a.btn span,
  #tb_box .table tr td.edit a.btn span {
    color: #fff;
  }
  #tb_box td div.but_s {
    float: left;
    width: 32%;
    margin-left: 0;
  }
}
/*產品加選比較*/
#tb_box2 {
  overflow-x: auto;
}

#tb_box2 table,
#tb_box2 td,
#tb_box2 th {
  border: 1px solid #ddd;
  white-space: normal;
}

#tb_box2 table {
  border-collapse: collapse;
  width: 100%;
}

#tb_box2 th,
#tb_box2 td {
  /*td內容上下致中*/
  padding: 8px;
  vertical-align: middle;
}

#tb_box2 th {
  color: white;
}

@media only screen and (max-width: 767px) {
  #tb_box2 th:before {
    display: inline-block;
  }
}
#tb_box2 tr:nth-child(odd) {
  background-color: #f2f2f2;
}

#tb_box2 td a img {
  max-width: inherit;
  width: 160px;
}

.page_box .ul-content li.item {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  position: relative;
}
.page_box .ul-content li.item:before {
  content: "\f105";
  padding-right: 10px;
  font-family: FontAwesome;
}
.page_box .ul-content li.item span,
.page_box .ul-content li.item p {
  display: inline-block;
  vertical-align: top;
}
.page_box .ul-content li.item span {
  width: 18%;
  min-width: 90px;
}
.page_box .ul-content li.item p {
  width: 75%;
  margin: 0;
}
@media only screen and (max-width: 567px) {
  .page_box .ul-content li.item p {
    width: 100%;
  }
}
.page_box .ul-content li.item small.hot-news:before {
  content: url("/frontend/images/hot.gif");
  display: inline-block;
}
.page_box .page-header.news-item {
  color: #333;
}
.page_box .page-header.news-item span {
  padding-right: 15px;
  color: #FF5F62;
}
@media only screen and (max-width: 567px) {
  .page_box .page-header.news-item span {
    padding-right: inherit;
  }
}

.page_box.classify20_box .search-box {
  border: 3px solid #337ab7;
  width: 90%;
  margin: 0 auto 3em auto;
  padding: 30px 15px;
  border-radius: 10px;
  position: relative;
}
.page_box.classify20_box .search-box .search-name {
  position: absolute;
  top: -20px;
  font-size: 2.2em;
  color: #337ab7;
  background: #fff;
  font-weight: bold;
}
.page_box.classify20_box .search-box .search-name:before {
  content: "Search Area";
}
.page_box.classify20_box .search-box .item {
  display: inline-block;
  width: 100%;
}
.page_box.classify20_box .search-box .item-name {
  width: 20%;
  display: inline-block;
}
.page_box.classify20_box .search-box .item-content {
  width: 80%;
  display: inline-block;
}
.page_box.classify20_box .search-box .page_icon {
  position: absolute;
  bottom: -66px;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .page_box.classify20_box .search-box .page_icon {
    position: relative;
    bottom: 0px;
    width: auto;
    margin: 0 auto;
  }
}
.page_box.classify20_box .search-box .page_icon .btn {
  font-size: 1.1em;
}
.page_box.classify20_box .table-iso-pic {
  padding: 0;
  margin: 0;
}
.page_box.classify20_box .table-iso-pic li {
  display: inline-block;
  list-style-type: none;
  width: 30%;
  text-align: center;
}
.page_box.classify20_box .table-iso-pic li img {
  max-width: 45px;
  height: auto;
}
.page_box.classify20_box .table-iso-pic li span {
  font-size: 0.6em;
  display: inline-block;
  line-height: 100%;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .page_box.classify20_box table tr td.icon {
    padding-top: 15px !important;
    text-align: center;
  }
}

.page_box.classify21_box .search-box {
  border: 3px solid #337ab7;
  width: 70%;
  margin: 0 auto 3em auto;
  padding: 30px 15px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .page_box.classify21_box .search-box {
    width: 100%;
  }
}
.page_box.classify21_box .search-box .search-name {
  position: absolute;
  top: -20px;
  font-size: 2.2em;
  color: #337ab7;
  background: #fff;
  font-weight: bold;
}
.page_box.classify21_box .search-box .search-name:before {
  content: "Search By Type";
}
.page_box.classify21_box .search-box .item {
  display: inline-block;
  width: 100%;
}
.page_box.classify21_box .search-box .item-name {
  width: 35%;
  display: inline;
  float: left;
}
.page_box.classify21_box .search-box .item-content {
  width: 65%;
  display: inline;
  float: left;
}
@media (max-width: 767px) {
  .page_box.classify21_box .search-box .item-name,
  .page_box.classify21_box .search-box .item-content {
    display: block;
    float: initial;
    width: 100%;
  }
}
.page_box.classify21_box .search-box .page_icon {
  position: absolute;
  bottom: -66px;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .page_box.classify21_box .search-box .page_icon {
    position: relative;
    bottom: 0px;
    width: auto;
    margin: 0 auto;
  }
}
.page_box.classify21_box .search-box .page_icon .btn {
  font-size: 1.1em;
}

.page_box.classify_box .product-list-box .page-list .thumbnail .pic-box {
  width: 20% !important;
}
.page_box.classify_box .product-list-box .page-list .thumbnail .caption {
  width: 80% !important;
}
@media only screen and (max-width: 567px) {
  .page_box.classify_box .product-list-box .page-list .thumbnail .pic-box,
  .page_box.classify_box .product-list-box .page-list .thumbnail caption {
    width: 100% !important;
  }
}

/*kunming search*/
.contain_right .closeicon {
  margin-top: -2.2em;
}

.panelsearcht {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .panelsearcht {
    width: 75%;
    margin: 0 auto;
  }
}
.panelsearcht .panel-body {
  padding-bottom: 2em;
}

.contain_right .searchtype select {
  height: 25px;
  padding: 2px;
}

.contain_right .searchtype > li {
  display: inline-block;
  text-align: left;
  width: 70%;
  margin: 3px 0;
  position: relative;
}

.contain_right .searchtype > li:nth-child(odd):before {
  position: absolute;
  display: block;
  width: 3px;
  border-left: 3px solid red;
}

.contain_right .searchtype > li:nth-child(even) {
  width: 28%;
}

.contain_right table td.prname a {
  line-height: 0;
  text-align: left;
}

.contain_right table td .tx {
  color: transparent;
  line-height: 0;
}

.contain_right table td small.tx {
  display: none;
}

.contain_right .table thead th {
  vertical-align: middle;
  background-color: #FFCCCC;
  color: #333;
}

.visible-p p,
.visible-p div {
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}

.contain_right .table tbody td {
  vertical-align: middle;
}

.contain_right .table-striped > tbody > tr:nth-child(even) {
  background-color: #fff;
}

.form .item {
  margin-bottom: 20px;
  position: relative;
}
.form .item span {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 0px;
  height: 0px;
  color: red;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #e7e7e7 transparent transparent;
}
.form .item span:after {
  content: "*";
  display: block;
  position: absolute;
  z-index: 1;
  right: -38px;
  top: -1px;
  text-align: right;
  font-size: 2.5em;
  line-height: 1;
}

.bold {
  font-weight: bold;
}

.classify26_box .form-inline .form-group {
  margin-right: 15px;
}

.table_search_backgrd {
  margin: 0 auto;
  text-align: center;
  padding: 3em;
}

/*CHECKBOX*/
/* The container */
.checkbox_ling {
  display: block;
  position: relative;
  padding-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_ling input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #fe9900;
  cursor: pointer;
}

.classify62_box ul.page-list .checkbox_ling {
  float: right;
}

.classify62_box ul.page-list .checkbox_ling > .checkmark {
  display: inline-block !important;
}

.well-text {
  border: none !important;
  box-shadow: none !important;
}
.well-text a.btn {
  color: #fff;
  cursor: default;
}

.well-text .checkbox_ling {
  padding-left: 0px;
}

.well-text .checkbox_ling .checkmark {
  left: initial !important;
  display: inline-block !important;
  position: relative;
  vertical-align: text-top;
}

/* On mouse-over, add a grey background color */
.checkbox_ling:hover input ~ .checkmark {
  background-color: #fe9900;
}

/* When the checkbox is checked, add a blue background */
.checkbox_ling input:checked ~ .checkmark {
  background-color: #fe9900;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_ling input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_ling .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.well-total {
  text-align: right;
}

.page_box > .page-header {
  margin-bottom: 1.2em;
}

.page_box.home_box .thumbnail {
  display: inline-block;
}
.page_box.home_box .thumbnail .caption h2 {
  font-size: 1em;
  font-weight: initial;
  margin: 0 0 0.5em 0;
}
.page_box ul.ul-ling1 li {
  list-style-type: disc;
}
.page_box ul.ul-ling1 li a {
  display: inline-block;
  vertical-align: top;
}
.page_box ul.ul-ling1 li h1,
.page_box ul.ul-ling1 li .h1,
.page_box ul.ul-ling1 li h2,
.page_box ul.ul-ling1 li .h2,
.page_box ul.ul-ling1 li h3,
.page_box ul.ul-ling1 li .h3 {
  font-weight: inherit;
  font-size: 1em;
  margin: 0;
}
.page_box .img-mar {
  margin-bottom: 2em;
}
.page_box .well-download,
.page_box .well-text {
  margin-bottom: 2em;
}
.page_box .classify-main_text {
  margin-bottom: 2em;
}
.page_box .template-box-top .w100 {
  width: 100% !important;
}
.page_box .template-box-top.product .text-en table, .page_box .template-box-top.product .text-en th, .page_box .template-box-top.product .text-en td {
  border-color: #ccc;
}
.page_box .template-box-top.product .text-en p {
  margin-bottom: initial;
}
.page_box .template-box-top.product .pic .pic-box a img {
  max-width: 100%;
}
.page_box .spec-text {
  color: #CC3300;
}
.page_box .well-ling {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  padding: 10px 0px;
  margin: 15px 0;
}
.page_box .cost {
  margin-bottom: 10px;
}
.page_box .cost .price {
  color: #999999;
  padding-right: 20px;
}
.page_box .cost .onsale strong {
  color: #d62672;
  font-size: 2em;
  font-weight: 900;
}
.page_box .cost_order {
  margin-bottom: 10px;
}
.page_box .cost_order .soldout:after {
  content: "售完補貨中 !";
  display: block;
}
.page_box .cost_order .btn-order {
  margin-left: 15px;
  padding-left: 40px;
  position: relative;
}
.page_box .cost_order .btn-order:before {
  content: "\f217";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 1.6em;
  padding-left: -12px;
  left: 12px;
  top: 0;
}
.page_box .feature_menu-box table tr td:nth-child(1) {
  width: 30%;
}
.page_box .feature_menu-box table tr td:nth-child(2) {
  color: #1458A5;
}
.page_box .feature_menu-box table tr td:nth-child(2) .form-control {
  color: #1458A5;
}
.page_box .btn:before {
  padding-right: 6px !important;
}
.page_box .btn.link {
  color: #fff;
}
.page_box .btn.link:before {
  content: "\f0f6";
  font-family: "FontAwesome";
}
.page_box .btn.link[href$=".pdf"]:before, .page_box .btn.link[href$=".PDF"]:before {
  content: "\f1c1";
}
.page_box .btn.info:before {
  content: "\f0f6";
  font-family: "FontAwesome";
}
.page_box .btn.add:before {
  content: "\f291";
  font-family: "FontAwesome";
}
.page_box .btn.list:before {
  content: "\f0cb";
  font-family: "FontAwesome";
}
.page_box .btn.send-finger {
  width: 100%;
  font-size: 1.2em;
  line-height: 1.2em;
}
.page_box .btn.send-finger:before {
  content: "\f0a6";
  font-family: "FontAwesome";
}
.page_box .btn.back:before {
  content: "\f104";
  font-family: "FontAwesome";
}
.page_box .btn.detail:before {
  content: "\f0f6";
  font-family: "FontAwesome";
}
.page_box .btn.search:before {
  content: "\f00e";
  font-family: "FontAwesome";
}
.page_box .btn.send:before {
  content: "\f1d8";
  font-family: "FontAwesome";
}
.page_box .btn.reset:before {
  content: "\f01e";
  font-family: "FontAwesome";
}
.page_box .ling-nav {
  margin-bottom: 32px;
}
.page_box .ling-nav a {
  margin-bottom: 6px;
  display: inline-block;
  background: #f2f2f2;
  color: #333333;
}
.page_box .tab-ling .nav-tabs li a {
  background-color: #eee;
  font-size: 1em;
}
.page_box .tab-ling .nav-tabs li a.active {
  background-color: #fff;
  position: relative;
}

#tabl .tab-ling ul.nav-tabs {
  position: relative;
  z-index: 11;
  bottom: -1px;
}
#tabl .tab-ling ul.nav-tabs li {
  margin-bottom: -1px;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}
#tabl .tab-ling ul.nav-tabs li a.nav-link {
  background: #FFF3EC;
  color: #000;
  padding: 8px 10px 6px 10px;
}
#tabl .tab-ling ul.nav-tabs li a.nav-link:hover {
  border-color: none !important;
}
#tabl .tab-ling ul.nav-tabs li a.nav-link.active {
  background: #fff;
  color: #FD6266;
  border-color: #fff;
}
#tabl .tab-ling ul.nav-tabs li a.nav-link.active:before {
  content: "\f0d8";
  position: absolute;
  width: 100%;
  text-align: center;
  font-family: FontAwesome;
  color: #FD6266;
  left: 0;
  bottom: -10px;
}

#tabl .tab-ling .tab-content {
  border: 1px solid #ccc;
}

@media (max-width: 567px) {
  #tabl .tab-ling ul.nav-tabs li.nav-item {
    width: 50%;
  }
}
.page_box .part_breadcrumb {
  margin-bottom: 25px;
}

.page_box .part_breadcrumb .menu_bread_crumb div {
  display: inline-block;
}

.page_box .part_breadcrumb .menu_bread_crumb div a {
  color: #333333;
  text-decoration: none;
}

.page_box .part_breadcrumb .menu_bread_crumb div + div:before {
  content: " > ";
  padding: 0 0.5em;
  color: #333333;
}

.page_box .path {
  margin-bottom: 1.5em;
}

.page_box .path a {
  display: inline-block;
  color: #333333;
}

.page_box .path a + a:before {
  content: " > ";
}

@media (max-width: 567px) {
  .page_box .part_breadcrumb {
    font-size: 0.85em;
  }
}
.page_box.classify7_box label.checkbox_ling h3,
.page_box.classify7_box label.checkbox_ling span, .page_box.classify6_box label.checkbox_ling h3,
.page_box.classify6_box label.checkbox_ling span {
  margin: 0;
  display: block;
  font-size: inherit;
  font-weight: inherit;
}
.page_box.classify7_box .well-total, .page_box.classify6_box .well-total {
  margin-bottom: 15px;
}
.page_box.classify7_box .context_en, .page_box.classify6_box .context_en {
  margin-bottom: 10px;
}

.page_icon {
  text-align: center;
  margin-bottom: 2em;
}
@media (max-width: 567px) {
  .page_icon .btn {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
  }
}

.from-icon {
  margin: 0.5em 0px;
  text-align: center;
}

/*頁尾======================================*/
footer address {
  padding: 1em 0;
  margin: 0;
}

footer address .footer_name {
  font-weight: bold;
}

footer address div span span {
  padding-left: 15px;
}

@media (max-width: 767px) {
  footer address div span span {
    padding-left: 0;
    display: block;
  }
  footer address {
    line-height: 150%;
  }
}
.page_box.contact_box .contact_box_info .info_content:nth-child(n+2) {
  border-top: 1px solid #ccc;
  padding-top: 3em;
}

.page_box .product-item-box .item .caption h3 {
  margin-top: 0.5rem;
}

.page_box.classify24 .product_content .product_box_detail:nth-child(n+2) {
  border-top: 1px solid #ccc;
  padding-top: 3em;
}

/* g-kcu4-tail */
.page_box.classify8_box .product-item-box .pic-box {
  position: relative;
}
.page_box.classify8_box .product-item-box .pic-box .pic-small {
  position: absolute;
  width: 25%;
  right: 10px;
  bottom: 10px;
  padding: 2px;
  z-index: 11;
  text-align: center;
  background: #fff;
}
.page_box.classify8_box .product-item-box .pic-box .pdf-small a {
  background-color: transparent;
  border: none;
  display: block;
  width: 100%;
}
.page_box.classify8_box .product-item-box .pic-box .pdf-small a:before {
  content: "\f1c1";
  font-family: FontAwesome;
  color: #fff;
  background: red;
  font-size: 1.8em;
  padding: 6px;
  border-radius: 5px;
  text-align: center;
  line-height: 180%;
}
@media (max-width: 567px) {
  .page_box.classify8_box .product-item-box .pic-box .pdf-small a:before {
    line-height: 100%;
  }
}
.page_box.classify8_box .product-item-box .pic-box .pdf-small a span {
  display: none;
}

.otherimg_box img {
  width: 100%;
  max-width: 100%;
}
.otherimg_box a.img_s {
  width: 100%;
  display: block;
  max-height: 80px;
  float: left;
  margin: 2px;
  overflow: hidden;
}
@media only screen and (max-width: 567px) {
  .otherimg_box a.img_s {
    max-height: initial;
    float: initial;
    margin: 0 0 2em 0;
    overflow: initial;
  }
}
.otherimg_box a.img_s img {
  min-height: 80px;
  transition: all 0.5s ease;
}
.otherimg_box a.img_s:hover img {
  transform: scale(1.1);
}
.otherimg_box .pic_s a {
  position: relative;
  width: 33.3%;
  max-height: 100px;
  float: left;
  overflow: hidden;
  transition: all 0.5s ease;
  display: block;
  padding: 6px;
}
@media only screen and (max-width: 567px) {
  .otherimg_box .pic_s a {
    max-height: initial;
    width: 100%;
    text-align: left;
    margin: 0 0 2em 0;
  }
}
.otherimg_box .pic_s a img {
  width: 100px;
  height: auto;
  transform: scale(1);
  transition: all 0.5s ease;
}
.otherimg_box .pic_s a:hover img {
  transform: scale(1.1);
}
.otherimg_box .pic_b {
  margin-bottom: 2em;
  position: relative;
}
@media only screen and (max-width: 567px) {
  .otherimg_box .pic_b {
    display: none;
  }
}
.otherimg_box .pic_b::after {
  position: absolute;
  content: "";
  border: 6px solid #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.page_box.classify28m_box .item,
.page_box.download_box .item {
  width: 48%;
  display: inline-block;
}
.page_box.classify28m_box .item:nth-child(odd),
.page_box.download_box .item:nth-child(odd) {
  padding-right: 3%;
}
.page_box.classify28m_box .item a,
.page_box.download_box .item a {
  border: 1px solid #ccc;
  display: block;
  box-shadow: 3px 3px 3px #ccc;
}
.page_box.classify28m_box i,
.page_box.download_box i {
  color: #0d6efd;
  font-size: 1.5em;
}
.page_box.classify28m_box #tb_box tr th:nth-child(1), .page_box.classify28m_box #tb_box tr th:nth-child(3),
.page_box.classify28m_box #tb_box tr td:nth-child(1),
.page_box.classify28m_box #tb_box tr td:nth-child(3),
.page_box.download_box #tb_box tr th:nth-child(1),
.page_box.download_box #tb_box tr th:nth-child(3),
.page_box.download_box #tb_box tr td:nth-child(1),
.page_box.download_box #tb_box tr td:nth-child(3) {
  text-align: center;
  white-space: nowrap !important;
}
@media only screen and (max-width: 767px) {
  .page_box.classify28m_box #tb_box tr th:nth-child(1), .page_box.classify28m_box #tb_box tr th:nth-child(3),
  .page_box.classify28m_box #tb_box tr td:nth-child(1),
  .page_box.classify28m_box #tb_box tr td:nth-child(3),
  .page_box.download_box #tb_box tr th:nth-child(1),
  .page_box.download_box #tb_box tr th:nth-child(3),
  .page_box.download_box #tb_box tr td:nth-child(1),
  .page_box.download_box #tb_box tr td:nth-child(3) {
    text-align: left;
  }
}

/* 捐物名錄 chn-we-fe4_C */
.page_box.classify44_box .template-box-top.classify th, .page_box.classify44_box .template-box-top.classify td {
  border: 1px solid #ccc;
}
.page_box.classify44_box .template-box-top.classify th p, .page_box.classify44_box .template-box-top.classify td p {
  margin-bottom: initial;
}

/* y-s_2 */
.page_box.classify43_box #tabl {
  overflow-x: auto;
}

.page_box.classify43_box #tabl table,
.page_box.classify43_box #tabl td,
.page_box.classify43_box #tabl th {
  border: 1px solid #ddd;
  white-space: normal;
}

.page_box.classify43_box #tabl table {
  border-collapse: collapse;
  width: 100%;
}

.page_box.classify43_box #tabl th,
.page_box.classify43_box #tabl td {
  padding: 8px;
  vertical-align: middle;
}

.page_box.classify43_box #tabl th {
  background-color: #FFCCCC;
  text-align: center;
}

.page_box.classify43_box #tabl tr:nth-child(odd) {
  background-color: #f2f2f2;
}

/* 志工招募表單 land-ctopa3-form */
.page_box.recruit_box .template-box-top.product .text-en table {
  border: none;
}
.page_box.recruit_box .template-box-top.product .text-en table td {
  border: initial;
}

.page_box.pro_feature_box .table tbody td:before {
  content: initial;
}

.page_box.classify7_box.chufon-feature12 .page-header {
  border-bottom: none;
  margin-bottom: 0;
}
.page_box.classify7_box.chufon-feature12 .classify-text .page-header {
  border-bottom: 1px solid #eee;
}

.page_box.classify6_box.toyoliteu_tail1 ul.page-list .pic-box .btn_box,
.page_box.new-product_box ul.page-list .pic-box .btn_box {
  position: relative;
  display: block;
}
.page_box.classify6_box.toyoliteu_tail1 ul.page-list .pic-box .btn_box .btn,
.page_box.new-product_box ul.page-list .pic-box .btn_box .btn {
  width: 100%;
  border-radius: 0 0 3px 3px;
  margin: 0;
}

.page_box.product32_box .otherimg_box .pic-box,
.page_box.product33_box .otherimg_box .pic-box {
  box-shadow: 3px 3px 10px #999;
  padding: 10px;
}
.page_box.product32_box .otherimg_box .pic-box img,
.page_box.product33_box .otherimg_box .pic-box img {
  border-radius: 10px;
}
.page_box.product32_box .otherimg_box .pic-box .caption .h4,
.page_box.product33_box .otherimg_box .pic-box .caption .h4 {
  margin-bottom: 0;
  line-height: 150%;
}

.page_box.product2_box table th.select:before {
  content: "\f046";
  font-family: "FontAwesome";
}

.textarea_box {
  margin-bottom: 2em;
}

.tab-ling .tab-content {
  margin-bottom: 2em;
  padding: 15px;
  overflow: auto;
}

.member_box.order .panel-order-content .panel-body {
  padding: 30px;
}
.member_box.order .panel-order-content .form-group {
  border-bottom: 1px solid #ccc;
}
.member_box.bms .inquiry_history .inquiry_select:before {
  content: "Select";
}
.member_box.bms .inquiry_history .inquiry_date:before {
  content: "Inquiry Date";
}
.member_box.bms .inquiry_history .inquiry_type:before {
  content: "Inquiry Type";
}
.member_box.bms .inquiry_history .inquiry_number:before {
  content: "Inquiry Number";
}
.member_box.bms .show_inquiry .remark:before {
  content: "Remark";
}/*# sourceMappingURL=twsacc-a.css.map */