@charset "UTF-8";
/* 嵌入字型設定 暫無 */
@font-face {
  font-family: "NotoSansTC";
  src: url(../font/NotoSansTC-Light.otf);
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 120%;
  font-size: 18px;
  font-family: "NotoSansTC";
  background-color: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
}

input,
select {
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 120%;
}

div,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

figure,
p {
  margin: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  margin: 5px 0 5px 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #cea896;
}

.btn {
  display: inline-block;
  padding: 6px 18px;
  color: #fff;
  background-color: #333;
  border-color: #333;
  border-radius: 5px;
  outline: none;
  font-family: "NotoSansTC";
}

.btn:hover {
  background-color: rgba(51, 51, 51, 0.8);
}

.btn.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn.btn-primary:hover {
  color: rgba(255, 255, 255, 0.6);
}

.btn.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn.btn-secondary:hover {
  background-color: rgba(108, 117, 125, 0.8);
}

.btn.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn.btn-success:hover {
  background-color: rgba(40, 167, 69, 0.8);
}

.btn.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn.btn-danger:hover {
  background-color: rgba(220, 53, 69, 0.8);
}

.btn.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn.btn-warning:hover {
  background-color: rgba(255, 193, 7, 0.8);
}

.btn.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn.btn-info:hover {
  background-color: rgba(23, 162, 184, 0.8);
}

.btn.btn-light {
  color: #333;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn.btn-light:hover {
  color: rgba(51, 51, 51, 0.6);
}

.btn.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn.btn-dark:hover {
  background-color: rgba(52, 58, 64, 0.8);
}

.btn.btn-submit {
  color: #fff;
  background-color: #ad5a5a;
  border-color: #ad5a5a;
}

.btn.btn-submit:hover {
  background-color: rgba(173, 90, 90, 0.8);
}

.btn.btn-tip {
  color: #fff;
  background-color: #f1a20e;
  border-color: #f1a20e;
}

.btn.btn-tip:hover {
  background-color: rgba(241, 162, 14, 0.8);
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row .col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row .col-md-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.row .col-1 {
  -webkit-box-flex: 8.33333%;
      -ms-flex: 8.33333%;
          flex: 8.33333%;
  max-width: 8.33333%;
}

.row .col-2 {
  -webkit-box-flex: 16.66667%;
      -ms-flex: 16.66667%;
          flex: 16.66667%;
  max-width: 16.66667%;
}

.row .col-3 {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  max-width: 25%;
}

.row .col-4 {
  -webkit-box-flex: 33.33333%;
      -ms-flex: 33.33333%;
          flex: 33.33333%;
  max-width: 33.33333%;
}

.row .col-5 {
  -webkit-box-flex: 41.66667%;
      -ms-flex: 41.66667%;
          flex: 41.66667%;
  max-width: 41.66667%;
}

.row .col-6 {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
}

.row .col-7 {
  -webkit-box-flex: 58.33333%;
      -ms-flex: 58.33333%;
          flex: 58.33333%;
  max-width: 58.33333%;
}

.row .col-8 {
  -webkit-box-flex: 66.66667%;
      -ms-flex: 66.66667%;
          flex: 66.66667%;
  max-width: 66.66667%;
}

.row .col-9 {
  -webkit-box-flex: 75%;
      -ms-flex: 75%;
          flex: 75%;
  max-width: 75%;
}

.row .col-10 {
  -webkit-box-flex: 83.33333%;
      -ms-flex: 83.33333%;
          flex: 83.33333%;
  max-width: 83.33333%;
}

.row .col-11 {
  -webkit-box-flex: 91.66667%;
      -ms-flex: 91.66667%;
          flex: 91.66667%;
  max-width: 91.66667%;
}

.t_center {
  text-align: center;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

input {
  font-size: 19px;
}

input[type="checkbox"] + label span.label-style {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  border: 1px solid #bfbfbf;
  left: 0;
  top: 2px;
  position: absolute;
  background: #eee;
  border-radius: 3px;
}

input[type="checkbox"] + label span.label-style:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 5px;
  top: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 6px;
  width: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
}

input[type="checkbox"]:checked + label .label-style {
  background: #cea896;
  border: 1px solid #cea896;
}

input[type="checkbox"]:checked + label .label-style:before {
  opacity: 1;
}

input[type="checkbox"] + label span.title {
  display: block;
  font-size: 1rem;
  padding-left: 30px;
  font-weight: normal;
  cursor: pointer;
}

select {
  font-size: 18px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select_down.png) no-repeat 95% center transparent;
  background-size: 20px auto;
  border: none;
  height: 30px;
  outline: none;
  display: inline-block;
  padding: 0 20px 0 0;
  color: #000;
}

.tipBox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2022;
}

.tipBox.open {
  display: block;
}

.tipBox.open .tipBox_content {
  top: 30%;
}

.tipBox .tipBox_backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.tipBox .tipBox_content {
  position: relative;
  z-index: 3;
  top: 40%;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  -webkit-transition: top 3s;
  transition: top 3s;
}

.tipBox .tipBox_content .title {
  color: #cea896;
  text-align: center;
  font-size: 200%;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.tipBox .tipBox_content .desc {
  margin: 0 0 30px 0;
  text-align: center;
  color: #666;
}

.tipBox .tipBox_content .desc strong {
  font-weight: bold;
  color: #cea896;
}

.tipBox .tipBox_content .ps {
  text-align: center;
  color: #666;
  color: #cea896;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 3.71%;
  height: 130px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  opacity: 0.6;
  z-index: 2;
}

.slick-prev:hover,
.slick-next:hover {
  color: transparent;
  outline: none;
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #333 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 5px;
  background: url(../images/left_right_2.png) no-repeat 0 0;
  background-size: auto 215%;
  width: 30px;
  height: 30px;
}

.slick-prev:hover {
  background-position: 0 100%;
}

.slick-next {
  right: 5px;
  background: url(../images/left_right_2.png) no-repeat 0 0;
  background-size: auto 215%;
  background-position: 100% 0;
  width: 30px;
  height: 30px;
}

.slick-next:hover {
  background-position: 100% 100%;
}

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 10px 0 0 0;
  margin: 0 0 0px 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  background-color: #2c475d;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
  text-align: center;
  border: 1px solid #fff;
  background-color: #cea896;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #2c475d;
}

.slick.vertical {
  position: relative;
}

.slick.vertical .slick-dots {
  display: inline-block;
  width: auto;
  position: absolute;
  bottom: 20%;
  right: 10%;
}

.slick.vertical .slick-dots li {
  display: block;
  margin: 15px 10px;
}

.slick_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick_list .slick_prev {
  cursor: pointer;
  background: url(../images/left_right_2.png) no-repeat 0 0;
  background-size: auto 100%;
  width: 30px;
  height: 30px;
  outline: none;
  border: none;
}

.slick_list .slick_next {
  cursor: pointer;
  background: url(../images/left_right_2.png) no-repeat 0 0;
  background-size: auto 100%;
  background-position: 100% 0;
  width: 30px;
  height: 30px;
  outline: none;
  border: none;
}

.slick_list .pages {
  margin: 0 10px;
  font-size: 100%;
}

.slick_list .pages .line {
  display: inline-block;
  width: 50px;
  height: 4px;
  margin: 0 10px;
  background-color: #000;
  vertical-align: middle;
}

/* ANIMATION
-------------------------------------------------------------------------------------------*/
#main .main_container.col_2_right:after {
  display: block;
}

#main .main_container.col_2_right:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  line-height: 0;
  height: 0;
}

@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

.mobile_show {
  display: none !important;
}

header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  color: #cccccc;
  height: 85px;
  z-index: 3;
}

header.fixed {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

header .header_container {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

header .logo {
  padding: 10px 10px;
  display: inline-block;
  vertical-align: middle;
  max-width: 20%;
}

header .logo img {
  width: 100%;
  height: 60px;
}

header nav {
  width: 60%;
}

header nav a.quotation {
  display: none;
  position: absolute;
  top: -50px;
  right: 60px;
  display: inline-block;
  margin: 0 5px;
  width: 41px;
  height: 41px;
  background-image: url(../images/header_func.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 345% auto;
}

header nav a.quotation .count {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #fff;
  background-color: #e70015;
  border-radius: 20px;
  padding: 0px 2px;
  width: 22px;
  height: 22px;
  font-size: 13px;
  text-align: center;
  line-height: 150%;
}

header nav a.quotation:hover {
  background-position: 0 106%;
}

header nav a.toggle {
  display: none;
  position: absolute;
  top: -40px;
  right: 20px;
  width: 25px;
  height: 25px;
  text-indent: -5000px;
  background: url(../images/nav_toogle.png) no-repeat 0 0;
  background-size: 100% auto;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

header nav ul li {
  padding: 0 10px;
  word-break: keep-all;
  width: 12.5%;
  text-align: left;
}

header nav ul li.active a {
  color: #cea896;
  text-decoration: none;
}

header nav ul li.active a:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

header nav ul li a {
  color: #000;
  display: inline-block;
  font-size: 110%;
  line-height: 150%;
  position: relative;
}

header nav ul li a:after {
  content: "●";
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 20px;
  position: absolute;
  top: 20px;
  left: calc(50% - 10px);
}

header nav ul li a:hover {
  color: #cea896;
  text-decoration: none;
}

header nav ul li a:hover:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

header .func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .func a {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 41px;
  height: 41px;
  background-image: url(../images/header_func.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 345% auto;
}

header .func a.quotation .count {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #fff;
  background-color: #e70015;
  border-radius: 20px;
  padding: 0px 2px;
  width: 22px;
  height: 22px;
  font-size: 13px;
  text-align: center;
}

header .func a.quotation:hover {
  background-position: 0 106%;
}

header .func a.mail {
  background-position: 101% 0;
}

header .func a.mail:hover {
  background-position: 101% 106%;
}

header .func a.tel {
  background-position: 50% 0;
}

header .func a.tel:hover {
  background-position: 50% 106%;
}

#main {
  padding: 85px 0 0 0;
}

#main .page_title {
  text-align: center;
  font-size: 240%;
  font-weight: bold;
  padding: 30px 0;
}

#main .main_container.col_2_right .main_content {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  max-width: 64%;
  margin: 0 auto;
  margin: 0 1% 0 0;
}

#main .main_container.col_2_right aside {
  position: relative;
  float: right;
  display: block;
  width: 100%;
  max-width: 35%;
  margin: 0 auto;
}

.sidebar nav {
  padding: 0 0 30px 0;
}

.sidebar nav > ul > li {
  font-size: 110%;
  line-height: 150%;
  border-bottom: 1px solid #eee;
}

.sidebar nav > ul > li.mainnav.active .subnav {
  display: block;
}

.sidebar nav > ul > li a {
  display: block;
  color: #333;
  padding: 10px;
}

.sidebar nav > ul > li a:hover {
  color: #e70015;
}

.sidebar nav > ul > li .subnav {
  display: none;
  padding: 0 0 0 20px;
}

.sidebar nav > ul > li .subnav > li {
  font-size: 100%;
  line-height: 120%;
}

footer .footer_container {
  margin: 0 auto;
}

footer .footer_main {
  color: #fff;
  background-color: #2c475d;
  padding: 80px 0;
}

footer .footer_main .inner {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer_main .section.logo {
  text-align: center;
}

footer .footer_main .section.logo .logo_pic {
  display: inline-block;
  margin: 0 auto 20px;
}

footer .footer_main .section.logo img {
  height: 100px;
}

footer .footer_main .section .item {
  margin: 0 0 20px 0;
}

footer .footer_main .section .item .title {
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 10px 0;
}

footer .footer_main .section .item ul,
footer .footer_main .section .item .txt {
  font-size: 100%;
}

footer .footer_main .section .item ul a,
footer .footer_main .section .item .txt a {
  color: #fff;
}

footer .footer_main .section .item ul a:hover,
footer .footer_main .section .item .txt a:hover {
  color: #cea896;
}

footer .footer_main .section .item li {
  margin: 0 0 5px 0;
}

footer .copyright {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #fff;
  margin: 0 auto 20px;
  padding: 20px 0 0px 0;
  font-size: 80%;
}

footer .copyright a {
  color: #2c475d;
}

footer .copyright a:hover {
  color: #cea896;
}

.social {
  position: relative;
  width: auto;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 0;
  z-index: 1;
}

.social a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0px 0;
  background-image: url(../images/social.png);
  background-repeat: no-repeat;
  background-size: 430% auto;
}

.social a.LINE {
  background-position: 0 33%;
}

.social a.LINE:hover {
  background-position: 0 -1%;
}

.social a.FaceBook {
  background-position: 33% 33%;
}

.social a.FaceBook:hover {
  background-position: 33% -1%;
}

.social a.Instagram {
  background-position: 67% 33%;
}

.social a.Instagram:hover {
  background-position: 67% -1%;
}

.social a.Youtube {
  background-position: 100% 33%;
}

.social a.Youtube:hover {
  background-position: 100% -1%;
}

.social.sticky {
  position: -webkit-sticky;
  position: sticky;
  width: 50px;
  bottom: 30px;
  left: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 5;
  margin-top: -180px;
}

.social.sticky a {
  width: 50px;
  height: 50px;
  margin: 0 0 10px 0;
}

.social.sticky a.LINE {
  background-position: 0 0;
}

.social.sticky a.LINE:hover {
  background-position: 0 100%;
}

.social.sticky a.FaceBook {
  background-position: 33% 0%;
}

.social.sticky a.FaceBook:hover {
  background-position: 33% 100%;
}

.social.sticky a.Instagram {
  background-position: 67% 0;
}

.social.sticky a.Instagram:hover {
  background-position: 67% 100%;
}

.social.sticky a.Youtube {
  background-position: 100% 0;
}

.social.sticky a.Youtube:hover {
  background-position: 100% 100%;
}

.social_func {
  position: -webkit-sticky;
  position: sticky;
  width: 50px;
  bottom: 30px;
  left: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 5;
  margin-top: -180px;
}

.social_func a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 0 10px 0;
  background-image: url(../images/func.png);
  background-repeat: no-repeat;
  background-size: 330% auto;
  background-color: #cea896;
  border-radius: 100px;
}

.social_func a.LINE {
  background-position: -5% 108%;
}

.social_func a.LINE:hover {
  background-position: -5% -12%;
}

.social_func a.FaceBook {
  background-position: 106% 108%;
}

.social_func a.FaceBook:hover {
  background-position: 106% -12%;
}

.social_func a.quotation {
  background-position: 51% 108%;
}

.social_func a.quotation:hover {
  background-position: 51% -12%;
}

.scrollTop {
  position: fixed;
  bottom: -15%;
  right: 0%;
  z-index: 1003;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.scrollTop.active {
  bottom: 9%;
  right: 0%;
}

.scrollTop .top {
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 1px 1px 0px;
  color: #fff;
  padding: 10px;
  font-size: 90%;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
}

.scrollTop .top .topIcon {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.productDetail header,
.quotation header {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
  header {
    height: 66px;
  }
  header .header_container {
    display: block;
    text-align: center;
  }
  header .logo {
    display: block;
    max-width: 110px;
  }
  header .logo img {
    height: auto;
  }
  header nav {
    position: absolute;
    width: 100%;
    top: 66px;
  }
  header nav.active a.toggle {
    background-image: url(../images/icon_close.png);
  }
  header nav.active ul {
    display: block;
  }
  header nav a.quotation {
    display: block;
  }
  header nav a.toggle {
    display: block;
  }
  header nav ul {
    display: none;
    padding: 5% 15% 5% 10%;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100vh;
  }
  header nav ul li {
    display: block;
    width: 100%;
    text-align: right;
    margin: 0 0 20px 0;
  }
  header nav ul li.active a {
    color: #cea896;
    text-decoration: none;
  }
  header nav ul li.active a:after {
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
  header nav ul li a {
    display: inline-block;
    font-size: 200%;
  }
  header nav ul li a:after {
    content: "";
    top: auto;
    left: auto;
    right: 0px;
    width: 55px;
    border-bottom: solid 3px #cea896;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
  header nav ul li a:hover {
    color: #cea896;
    text-decoration: none;
  }
  header nav ul li a:hover:after {
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
  header .func {
    display: none;
  }
  #main {
    padding: 66px 0 0 0;
  }
  #main .main_container.col_2_right {
    max-width: 90%;
  }
  footer .footer_main {
    padding: 20px 6%;
  }
  footer .copyright {
    width: 90%;
  }
  .social {
    position: relative;
    width: auto;
    bottom: auto;
    left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    z-index: 1;
  }
  .social a {
    width: 30px;
    height: 30px;
  }
  .index header {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
  .index #main {
    padding: 66px 0 0 0;
  }
}

@media (max-width: 767px) {
  .mobile_show {
    display: block !important;
  }
  header nav a.quotation {
    display: none;
  }
  #main .main_container.col_2_right {
    max-width: 100%;
  }
  #main .main_container.col_2_right .main_content {
    float: none;
    max-width: 100%;
  }
  #main .main_container.col_2_right aside {
    float: none;
    max-width: 100%;
  }
  footer {
    padding: 0;
  }
  footer .footer_container {
    max-width: 100%;
  }
  footer .communicate {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #cea896;
    border-bottom: 1px solid #cea896;
  }
  footer .communicate.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  footer .communicate .online {
    width: 30%;
    text-align: center;
    border-right: 1px solid #cea896;
    font-size: 100%;
    line-height: 200%;
  }
  footer .communicate .online a {
    display: inline-block;
    color: #fff;
    padding: 10px 0 10px 50px;
    background-image: url(../images/icon_msg.png);
    background-repeat: no-repeat;
    background-size: 61% auto;
    background-position: 0 0px;
    width: 80px;
    line-height: 110%;
  }
  footer .communicate .RFQ {
    width: 70%;
    text-align: center;
    font-size: 150%;
    line-height: 250%;
  }
  footer .communicate .RFQ a {
    color: #fff;
  }
  footer .communicate .RFQ a .txt {
    vertical-align: middle;
  }
  footer .communicate .RFQ a .count {
    display: inline-block;
    color: #fff;
    background-color: #e70015;
    border-radius: 50px;
    padding: 0px 2px;
    width: 20px;
    height: 20px;
    font-size: 60%;
    text-align: center;
    vertical-align: middle;
    line-height: 160%;
  }
  footer .footer_main {
    padding: 20px 0;
    display: block;
    margin: 0 0 0px 0;
  }
  footer .footer_main .inner {
    display: block;
  }
  footer .footer_main .section.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 20px 0;
  }
  footer .footer_main .section.logo img {
    height: 100px;
  }
  footer .footer_main .section.s2, footer .footer_main .section.s3, footer .footer_main .section.s4 {
    display: none;
  }
  footer .footer_main .section.contact {
    display: block !important;
  }
  footer .footer_main .section.contact.active .section_title {
    border: none;
  }
  footer .footer_main .section.contact.active .section_title a {
    background-image: url(../images/icon_reduce.png);
  }
  footer .footer_main .section.contact.active .section_bd {
    display: block;
  }
  footer .footer_main .section.contact .section_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 120%;
    line-height: 300%;
    width: 88%;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
  }
  footer .footer_main .section.contact .section_title span {
    display: inline-block;
    width: 85%;
    padding: 0 0 0 0%;
  }
  footer .footer_main .section.contact .section_title a {
    display: inline-block;
    width: 15%;
    text-align: center;
    color: #fff;
    text-indent: -5000px;
    background-image: url(../images/icon_add2.png);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center center;
  }
  footer .footer_main .section.contact .section_bd {
    display: none;
    color: #000;
    background-color: #fff;
    padding: 20px 6%;
  }
  footer .footer_main .section.contact .section_bd .item {
    margin: 0 0 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer_main .section.contact .section_bd .item .title {
    font-size: 100%;
    font-weight: normal;
    margin: 0 0 0px 0;
  }
  footer .footer_main .section.contact .section_bd .item .title:after {
    content: ":";
    margin: 0 5px;
  }
  footer .footer_main .section.contact .section_bd .item .txt {
    font-weight: normal;
  }
  footer .footer_main .section.contact .section_bd a {
    color: #000;
  }
  footer .footer_main .section.contact .section_bd a:hover {
    color: #cea896;
  }
  footer .footer_main .section.webinfo {
    display: block !important;
  }
  footer .footer_main .section.webinfo.active .section_title {
    border: none;
  }
  footer .footer_main .section.webinfo.active .section_title a {
    background-image: url(../images/icon_reduce.png);
  }
  footer .footer_main .section.webinfo.active .section_bd {
    display: block;
  }
  footer .footer_main .section.webinfo .section_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 120%;
    line-height: 300%;
    width: 88%;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
  }
  footer .footer_main .section.webinfo .section_title span {
    display: inline-block;
    width: 85%;
    padding: 0 0 0 0%;
  }
  footer .footer_main .section.webinfo .section_title a {
    display: inline-block;
    width: 15%;
    text-align: center;
    color: #fff;
    text-indent: -5000px;
    background-image: url(../images/icon_add2.png);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center center;
  }
  footer .footer_main .section.webinfo .section_bd {
    display: none;
    color: #000;
    background-color: #fff;
    padding: 20px 6%;
  }
  footer .footer_main .section.webinfo .section_bd li {
    margin: 0 0 10px 0;
  }
  footer .footer_main .section.webinfo .section_bd a {
    color: #000;
  }
  footer .footer_main .section.webinfo .section_bd a:hover {
    color: #cea896;
  }
  footer .copyright {
    display: block;
    line-height: 150%;
    margin: 0;
    padding: 20px 6% 20px;
    border: none;
  }
  .social {
    position: relative;
    width: 53%;
    bottom: auto;
    left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    z-index: 1;
  }
  .social a {
    width: 30px;
    height: 30px;
  }
  .scrollTop {
    display: none;
  }
  .social_func {
    display: none;
  }
}

.carousel .carousel__liveregion { display: none; }

/*# sourceMappingURL=main.css.map */