@charset "UTF-8";
/*---------- 全域設定 ----------*/
body {
  background-color: #111;
}

html,
body {
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
  -webkit-text-size-adjust: none;
}

th,
td,
img {
  vertical-align: middle;
}

a {
  color: #999;
  text-decoration: none;
  vertical-align: middle;
}
a:hover {
  color: #fff;
  text-decoration: none;
}

sup {
  font-size: 0.8em;
}

/*---------- 整體版型 ----------*/
.CONTAINER-T, .CONTAINER-A {
  display: block;
  max-width: 1920px;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
}

.CONTAINER-A {
  padding: 3rem 0 0;
}

.CONTAINER-T {
  margin: 0 auto;
}

.container2 {
  max-width: 1920px;
  padding: 0;
}

.content {
  width: 70%;
  max-width: 1000px;
  padding: 0;
  margin: auto;
  line-height: 1.8em;
}

/*---------- header選單 ----------*/
header {
  max-width: 1920px;
  width: 100%;
  height: 70px;
}

nav.navbar {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  transition: all 0.5s;
  z-index: 100;
  height: 70px;
  background-color: #111;
  width: 100%;
}
nav.navbar > div {
  gap: 0.5em;
}
nav.nav-wrap {
  height: 70px;
  background-color: #111;
  width: 100%;
}
nav.fixed {
  position: fixed;
}
nav .navbar-brand {
  padding: 0;
}
nav .logo {
  width: 150px;
  background-color: #eee;
}
nav .logo .cpw_logo {
  height: 70px;
  background: url(/images/cpw_logo.png) no-repeat right top;
  background-size: cover;
  padding: 8px 3em 8px 0;
  text-align: right;
}
nav .logo .cpw_logo img {
  height: 100%;
}
nav .header_nav_ul {
  z-index: 1;
  flex: 1 0 auto;
}
nav .header_nav_ul > li {
  height: 70px;
  width: 9vw;
  min-width: 7em;
  border-left: 0.2px solid rgba(148, 148, 148, 0.3);
  z-index: 3;
}
nav .header_nav_ul > li:hover ul {
  display: block;
}
nav .header_nav_ul > li:first-child {
  border-left: none;
}
nav .header_nav_ul > li > ul {
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.95) 50%, rgba(0, 24, 41, 0.95));
  padding: 30px 10px 40px;
  border: 1px solid rgb(0, 24, 45);
  border-top: 5px solid #004098;
  margin: 0;
  min-width: 100%;
  border-radius: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
nav .header_nav_ul > li > a {
  display: block;
  color: #aaa;
  line-height: 70px;
  text-align: center;
}
nav .header_nav_ul > li > a #m_joinUs {
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: rgba(0, 64, 152, 0.5);
  transition: all 0.5s;
}
nav .header_nav_ul > li > a:hover {
  color: #fff;
}
nav .header_nav_ul > li > a:hover #m_joinUs {
  background-color: #004098;
  transition: all 0.5s;
}
nav .header_nav_ul ul li {
  margin-bottom: 1.1em;
}
nav .header_nav_ul ul li:last-child {
  margin-bottom: 0;
}
nav .header_nav_ul ul li a {
  color: #999;
  padding: 0;
  line-height: 1.3em;
  white-space: normal;
}
nav .header_nav_ul ul li a:hover {
  color: #fff;
  background-color: transparent;
}
nav .nav_right {
  display: flex;
  padding-right: 0.5em;
  height: 2.4em;
  gap: 0.5em;
}
nav .header_nav_search {
  display: flex;
  align-items: center;
  border: 1px solid #999;
}
nav .header_nav_search #top_Search {
  background-color: transparent;
  border: none;
  color: #fff;
  width: 100%;
  padding: 0 0.5em;
}
nav .header_nav_search #top_Search:focus {
  outline: none;
}
nav .header_nav_search .nav-search {
  color: #999;
  margin-right: 15px;
  cursor: pointer;
}
nav .header_nav_search:hover .nav-search {
  color: #fff;
}
nav .language {
  background-color: #111;
  color: #999;
  font-size: 14px;
  width: 7vw;
  border: 1px solid #999;
}
nav .language:hover {
  color: #fff;
  border: 1px solid #fff;
}
nav .language:focus {
  outline: none;
}

div.wild-menu {
  display: flex;
  align-items: flex-start;
  gap: 2em;
}
div.wild-menu > ul {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
  min-width: 160px;
}
div.wild-menu > ul > li {
  margin-bottom: 0;
}
div.wild-menu > ul li {
  list-style: none;
  min-width: 8em;
}
div.wild-menu > ul li:last-child ul {
  margin-bottom: 0;
}
div.wild-menu > ul ul {
  width: 100%;
}
div.wild-menu > ul ul:last-of-type {
  margin-bottom: 0;
}
div.wild-menu > ul ul.subArea {
  border-bottom: #333 1px dashed;
  padding-bottom: 2em;
}
div.wild-menu > ul ul.subArea:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
div.wild-menu > ul ul.flex_row {
  display: flex;
  flex-direction: row;
  gap: 1.5em;
}
div.wild-menu > ul h2 {
  width: 100%;
  font-size: 1.2em;
  color: white;
  font-weight: bold;
  background: #004098;
  padding: 5px 10px;
}
div.wild-menu > ul h3 {
  border-bottom: 1px solid #004098;
  padding-bottom: 8px;
  font-size: 90%;
  color: white;
  margin-bottom: 1em;
}
div.wild-menu > ul h4 {
  padding: 0 0 0 8px;
  border-left: 5px solid #004098;
  font-size: 1em;
  color: white;
  margin-bottom: 1.5em;
  font-size: 1.2em;
}
div.wild-menu > ul span.watts {
  font-size: 0.8em;
  padding: 3px;
  background: #b3864a;
  margin-left: 4px;
  border-radius: 4px;
  color: #fff;
}

/*---------- 頁首大圖及標題 ----------*/
.header_title_bg {
  background-color: #111;
}
.header_title_bg .header_img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header_title_bg .header_img img {
  height: auto;
  background-size: cover;
  background-position: center;
}
.header_title_bg .header_img .header_title {
  font-size: 42px;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
  max-width: 20em;
  padding: 1rem 8rem 1rem 4rem;
  margin: 0;
  background-color: rgba(17, 17, 17, 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
}

/*---------- 麵包屑 ----------*/
.nav_bg {
  color: #666;
}
.nav_bg .bg_color {
  background-color: #222;
}

.nav_slash {
  color: #999;
  font-size: 1.1rem;
  font-weight: 700;
  width: 40%;
  margin-top: 3rem;
}

.nav_slash2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3em 0;
  margin: 1rem 0;
}
.nav_slash2 .nav_1st {
  margin: 0 0.5em 0 0;
  line-height: 1.2em;
}
.nav_slash2 .nav_1st::after {
  content: "/";
  margin-left: 0.3em;
}
.nav_slash2 .nav_1st:hover {
  color: #fff;
}
.nav_slash2 .nav_2nd {
  color: #b3864a;
  margin-left: 0 0.3em 0 0;
  line-height: 1.2em;
}

/*---------- 內文版型 ----------*/
.article_bg_img {
  background-repeat: repeat-y;
  background-size: cover;
}

.article_text_m_A {
  color: #fff;
  margin-bottom: 6rem;
}
.article_text_m_A:last-child {
  margin-bottom: 3rem;
}
.article_text_m_A h2 {
  font-size: 28px;
  border-bottom: 2px solid #004098;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}
.article_text_m_A p {
  margin-bottom: 2rem;
}
.article_text_m_A p:last-child {
  margin: 0;
}
.article_text_m_A ul {
  padding-left: 1em;
}
.article_text_m_A ul li {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}
.article_text_m_A ul li::marker {
  content: "■";
  color: #004098;
}
.article_text_m_A ul li.star::marker {
  content: "★";
}
.article_text_m_A ul li.star_o::marker {
  content: "★";
  color: #ec5a24;
}
.article_text_m_A ol {
  padding-left: 1em;
}
.article_text_m_A ol li {
  margin-bottom: 0.5em;
}
.article_text_m_A img {
  width: 100%;
}
.article_text_m_A .article_img_inside {
  margin: 2rem auto 0;
}

.article_mobile {
  display: none;
}

/*---------- 聯絡我們 ----------*/
.contact_wrap {
  display: flex;
  height: 400px;
}

.contact_img_pc {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.contact_img_mo {
  display: none;
}

.contact_bg {
  background: #171f2b;
  width: 50%;
  height: 100%;
  padding: 3rem 2rem;
}
.contact_bg h3 {
  font-size: 48px;
  font-weight: lighter;
  color: #fff;
}
.contact_bg p {
  color: #aaa;
  margin: 2rem 0 0;
}
.contact_bg .contact_btn {
  width: 100% !important;
  margin: 2rem 0 0;
}
.contact_bg .contact_ask {
  font-size: 18px;
  line-height: 3.5rem;
  border: 1px solid #aaa;
  transition: 0.5s;
}
.contact_bg .contact_ask p {
  margin: auto;
  transition: 0.5s;
}
.contact_bg .contact_ask:hover {
  background-color: #004098;
  border: 1px solid #004098;
}
.contact_bg .contact_ask:hover p {
  color: #fff;
}

/*---------- Footer ----------*/
footer {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #333;
}
footer::after {
  content: "";
  display: block;
  clear: both;
}
footer .m_footer,
footer .footer_icon {
  width: 20%;
  float: left;
  padding-right: 2em;
}
footer .m_footer h6,
footer .footer_icon h6 {
  margin-bottom: 1rem;
  font-size: 21px;
  font-weight: normal;
  color: #fff;
}
footer .m_footer .footer_type_detail,
footer .footer_icon .footer_type_detail {
  margin-bottom: 1em;
  line-height: 1.2em;
  cursor: pointer;
}
footer .m_footer .footer_type_detail:hover,
footer .m_footer .footer_type_detail a:hover,
footer .footer_icon .footer_type_detail:hover,
footer .footer_icon .footer_type_detail a:hover {
  color: #fff;
}
footer .footer_icon {
  padding-right: 0;
}
footer .footer_icon div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
footer .footer_icon .media_icon {
  height: 30px;
  width: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .footer_icon .media_i1 {
  background-image: url("/images/i1.png");
  opacity: 0.3;
  transition: all 0.3s;
}
footer .footer_icon .media_i1:hover {
  opacity: 1;
  transform: translateY(-3px);
}
footer .footer_icon .media_i2 {
  background-image: url("/images/i2.png");
  opacity: 0.3;
  transition: all 0.3s;
}
footer .footer_icon .media_i2:hover {
  opacity: 1;
  transform: translateY(-3px);
}
footer .footer_icon .media_i3 {
  background-image: url("/images/i3.png");
  opacity: 0.3;
  transition: all 0.3s;
}
footer .footer_icon .media_i3:hover {
  opacity: 1;
  transform: translateY(-3px);
}
footer .footer_icon .media_i4 {
  background-image: url("/images/i4.png");
  opacity: 0.3;
  transition: all 0.3s;
}
footer .footer_icon .media_i4:hover {
  opacity: 1;
  transform: translateY(-3px);
}
footer .footer_bottom {
  width: 100%;
  text-align: center;
  color: #7a7a7a;
  margin: 3em auto 20px;
  float: left;
}
footer .footer_bottom .footer_address {
  line-height: 1.5rem;
}
footer .footer_bottom .footer_declare {
  font-size: 13px;
  margin-top: 1em;
}
footer .footer_cpw {
  display: none;
}

/*---------- TopBtn ----------*/
.goTop {
  position: fixed;
  width: 45px;
  height: 45px;
  text-align: center;
  border: 1px solid #666;
  border-radius: 50%;
  padding-top: 6px;
  right: 20px;
  bottom: 3rem;
  z-index: 1000000;
  transition: all 0.5s;
}
.goTop:hover .fa-angle-up {
  color: #fff;
}

.fa-angle-up {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
}

/*---------- 其他設定 ----------*/
.searching,
.fa-times,
.m_list_bg {
  display: none;
}

.m_list_bg {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 0 1em;
}
.m_list_bg .x_list {
  font-size: 1.5em;
  margin-top: 0.5em;
  cursor: pointer;
}
.m_list_bg > ul {
  padding-left: 0;
}
.m_list_bg > ul > li {
  border-top: 1px solid #333;
  padding: 1rem 0;
  list-style: none;
}
.m_list_bg > ul > li .toggle {
  display: block;
  width: 100%;
  font-size: 18px;
}
.m_list_bg .m_list2 {
  margin-top: 1em;
  padding: 0;
}
.m_list_bg .m_list2 li {
  padding: 0.5rem 0;
  font-size: 16px;
}

.searching {
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: #111;
  top: 0;
}
.searching .close {
  display: flex;
  align-items: center;
  margin: auto;
  font-size: 2em;
  width: 2em;
  justify-content: center;
  cursor: pointer;
}
.searching .input {
  padding: 0;
  flex: 1 0 0%;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #eee inset !important;
}

element.style {
  width: 0px !important;
}

#ContentPlaceHolder1_GridViewM td {
  padding: 0;
}

/*
/*
/* ===================================== iPad ===================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /*---------- 全域設定 Pad ----------*/
  /*---------- 整體版型 Pad ----------*/
  .CONTAINER {
    width: 85%;
    margin: auto;
  }
  .CONTAINER-A {
    padding: 2rem 0 0;
  }
  .content {
    width: 85%;
  }
  /*---------- header選單 Pad ----------*/
  nav.nav-wrap {
    padding: 0;
  }
  nav.m_nav {
    width: 100%;
  }
  nav .logo .cpw_logo {
    padding: 5px 3em 5px 0;
  }
  nav .nav-search {
    color: #fff;
  }
  nav .language {
    width: 20vw;
    margin: 0 1em;
  }
  /*---------- 頁首大圖及標題 Pad ----------*/
  .header_title_bg .header_img .header_title {
    font-size: 28px;
  }
  /*---------- 內文版型 ----------*/
  .article_text_m_A {
    margin-bottom: 3rem;
  }
  /*---------- 聯絡我們 Pad ----------*/
  .contact_wrap {
    height: 300px;
  }
  .contact_bg h3 {
    font-size: 36px;
    margin: 0;
  }
  .contact_bg p {
    color: #aaa;
    margin: 1.5rem 0;
  }
  .contact_bg .contact_btn {
    margin: 1.5rem 0;
  }
  .contact_bg .contact_ask {
    border: 1px solid #004098;
    background-color: #004098;
  }
  .contact_bg .contact_ask p {
    color: #fff;
  }
  /*---------- Footer Pad ----------*/
  footer .m_footer,
  footer .footer_icon {
    padding-right: 1.5em;
  }
  footer .m_footer h6,
  footer .footer_icon h6 {
    font-size: 1em;
  }
  footer .footer_icon {
    padding-right: 0;
  }
  .media_i1,
  .media_i1 a {
    background-image: url("/images/i1.png");
  }
  .media_i2,
  .media_i2 a {
    background-image: url("/images/i2.png");
  }
  .media_i3,
  .media_i3 a {
    background-image: url("/images/i3.png");
  }
  .header_nav_ul {
    display: none;
  }
  /*---------- TopBtn Pad ----------*/
  .goTop {
    bottom: 2rem;
  }
  /*---------- 其他設定 Pad ----------*/
  .fa-times {
    display: block;
    color: #666;
    padding-left: 12px;
  }
  .fa-bars {
    color: #fff;
  }
  .show {
    display: block;
  }
  .logo_wrap {
    flex: 0 0 auto;
    width: 40%;
    text-align: left;
    background: linear-gradient(95deg, #EEE 60%, rgb(5, 5, 5) 0%);
  }
  .search-icon {
    display: block;
    padding-right: 15px;
  }
  .header_nav_right {
    align-items: center;
    margin-top: 5px;
    transform: translateX(20px);
    margin-right: 1rem;
    padding-right: 15px;
  }
  .nav-hamb {
    border: none;
    padding-top: 0;
    padding-right: 0;
    padding-left: 10px;
  }
  .nav-hamb:focus {
    box-shadow: none;
  }
  .header_nav_search {
    display: none;
  }
  .s_block {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px;
    background-color: #333;
    color: #666;
    height: 70px;
  }
  .m_search {
    color: #666;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 10% !important;
  }
  .s_block input {
    color: #fff;
    border-radius: 0;
    border: none;
    margin-left: 10px;
    background-color: inherit;
    font-size: 16px;
  }
  .s_block input:focus {
    outline: none;
  }
  #blankbox {
    height: 0px;
  }
}
/*
/*
/* ===================================== Mobile ===================================== */
@media screen and (max-width: 767px) {
  /*---------- 全域設定 Mobile ----------*/
  /*---------- 整體版型 Mobile ----------*/
  .CONTAINER-A {
    padding: 1.5rem 0 0;
  }
  .content {
    width: 95%;
  }
  .content_A {
    display: block;
    width: 95%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  /*---------- header選單 Mobile ----------*/
  header {
    height: 50px;
  }
  .nav_bg2 {
    height: 50px;
  }
  nav.navbar {
    height: auto;
  }
  nav.nav-wrap {
    height: 50px;
  }
  nav.m_nav {
    width: 100%;
  }
  nav .logo {
    width: 120px;
    margin-right: 0rem;
  }
  nav .logo .cpw_logo {
    height: 50px;
    padding: 5px 2.5em 5px 0;
  }
  nav .navbar-toggler {
    padding: 0;
    margin-right: 0.3em;
  }
  nav .navbar-toggler:focus {
    box-shadow: none;
  }
  nav .navbar-toggler .nav-search {
    color: #fff;
    margin-right: 0px;
  }
  nav .language {
    width: 30vw;
    height: 2em;
    margin: 0 1em 0 0.5em;
  }
  div.wild-menu {
    flex-direction: column;
  }
  div.wild-menu > ul {
    gap: 0.5em;
    width: 100%;
  }
  div.wild-menu > ul li {
    width: 100%;
  }
  div.wild-menu > ul h2 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
  }
  div.wild-menu > ul h4 {
    margin-bottom: 0.8em;
  }
  div.wild-menu > ul ul.subArea {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 2em;
  }
  div.wild-menu > ul ul.subArea:last-of-type {
    margin-bottom: 0;
  }
  /*---------- 頁首大圖及標題 Mobile ----------*/
  .header_title_bg .header_img {
    height: 170px;
  }
  .header_title_bg .header_img .header_title {
    max-width: 15em;
    margin: auto;
    padding: 0.8rem 1.5rem;
    font-size: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header_title_bg .header_img .header_title h1 {
    margin: auto;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
  }
  /*---------- 麵包屑 Mobile ----------*/
  .nav_slash {
    margin: 1.5rem 2rem;
    width: 80%;
  }
  .nav_slash2 {
    margin: 0.8rem 0;
    font-size: 0.9em;
  }
  .header_nav_ul {
    display: none;
  }
  /*---------- 內文版型 Mobile ----------*/
  .article_text_m_A {
    margin-bottom: 3rem;
  }
  .article_text_m_A h2 {
    font-size: 24px;
  }
  .article_text_m_A p {
    margin-bottom: 1.5rem;
  }
  .article_text_m_B {
    margin-top: 1rem;
  }
  .article_pc {
    display: none;
  }
  .article_mobile {
    display: block;
  }
  /*---------- 聯絡我們 Mobile ----------*/
  .contact_wrap {
    flex-direction: column;
    height: auto;
  }
  .contact_img_pc {
    display: none;
  }
  .contact_img_mo {
    display: block;
    width: 100%;
    height: 25vh;
    background-size: cover;
    background-position: center center;
  }
  .contact_bg {
    width: 100%;
    height: auto;
    padding: 0 1.5rem 2.5rem;
  }
  .contact_bg h3 {
    margin: 1em 0 0;
    font-size: 30px;
    text-align: center;
  }
  .contact_bg p {
    margin: 1.5rem 0;
  }
  .contact_bg .contact_ask {
    background-color: #004098;
    border: 1px solid #004098;
  }
  .contact_bg .contact_ask p {
    color: #fff;
  }
  /*---------- Footer Mobile ----------*/
  footer {
    margin-top: 0;
    padding-top: 2em;
    border-top: none;
  }
  footer .m_footer,
  footer .footer_bottom {
    display: none;
  }
  footer .footer_icon {
    float: none;
    width: 100%;
    padding: 0;
  }
  footer .footer_icon h6 {
    display: none;
  }
  footer .footer_cpw {
    display: block;
    margin-top: 1em;
    color: #fff;
  }
  footer .footer_cpw h2 {
    font-size: 19px;
    margin-bottom: 1em;
  }
  footer .footer_cpw p {
    font-size: 14px;
    line-height: 1.2rem;
    margin-bottom: 1em;
  }
  footer .footer_cpw p.copyright {
    color: #666;
  }
  footer .footer_icon .media_i1,
  footer .footer_icon .media_i1 a {
    background-image: url("/images/i1.png");
  }
  footer .footer_icon .media_i2,
  footer .footer_icon .media_i2 a {
    background-image: url("/images/i2.png");
  }
  footer .footer_icon .media_i3,
  footer .footer_icon .media_i3 a {
    background-image: url("/images/i3.png");
  }
  /*---------- TopBtn Mobile ----------*/
  .goTop {
    height: 35px;
    width: 35px;
    bottom: 4.5rem;
    right: 27px;
    padding-top: 1px;
  }
  /*---------- 內容 Mobile ----------*/
  .logo_wrap {
    flex: 0 0 auto;
    width: 40%;
    text-align: left;
    background: linear-gradient(95deg, #EEE 60%, rgb(5, 5, 5) 0%);
  }
  .search-icon {
    display: block;
    transform: translate(-10px, 8px);
  }
  .header_nav_right {
    margin-top: 5px;
    /* transform: translateX(20px); */
    margin-right: 1rem;
    padding-right: 15px;
  }
  .nav-hamb {
    border: none;
    padding-top: 0;
    padding-right: 0;
    padding-left: 10px;
  }
  .nav-hamb:focus {
    box-shadow: none;
  }
  .header_nav_search {
    display: none;
  }
  .s_block {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px;
    background-color: #333;
    color: #666;
    height: 70px;
  }
  .col-2 {
    width: 10% !important;
  }
  .m_search {
    color: #666;
  }
  .s_block input {
    color: #fff;
    border-radius: 0;
    border: none;
    margin-left: 10px;
    background-color: inherit;
    font-size: 16px;
  }
  .s_block input:focus {
    outline: none;
  }
  #blankbox {
    height: 0px;
  }
  .marg {
    margin: 2rem auto;
  }
  .padd {
    padding: 0;
  }
  .header_nav_search:hover {
    border: 1px solid #fff;
  }
  .search_img_box:hover {
    cursor: pointer;
  }
  .header_nav_search:hover .search_img_box {
    background-image: url("/images/search_icon.png");
  }
  element.style {
    display: none;
  }
  .nav_search {
    display: none;
  }
  .filter_intro {
    font-size: 16px;
  }
  .CONTAINER-CONTACT {
    margin-top: 4rem;
  }
  .lang_wrap {
    z-index: 10;
    height: 38px;
  }
  /*---------- 其他設定 Mobile ----------*/
  .fa-times {
    display: block;
    color: #666;
    padding-left: 12px;
  }
  .fa-bars {
    color: #fff;
  }
  .show {
    display: block;
  }
}/*# sourceMappingURL=product.css.map */