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

/* ANIMATION
-------------------------------------------------------------------------------------------*/
.tab .tabMenu {
  text-align: center;
  margin: 0 0 20px 0;
}

.tab .tabMenu .tabM {
  display: inline-block;
  margin: 0 10px;
}

.tab .tabMenu .tabM:hover, .tab .tabMenu .tabM.active {
  background: none;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.15), 0 1px 2px 0 rgba(60, 64, 67, 0.3);
  box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.15), 0 1px 2px 0 rgba(60, 64, 67, 0.3);
}

.tab .tabMenu .tabM:hover a, .tab .tabMenu .tabM.active a {
  color: #e70015;
  text-decoration: none;
}

.tab .tabMenu .tabM a {
  display: block;
  color: #333;
  padding: 10px;
}

.tab .tabBody .tabB {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.tab .tabBody .tabB.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.form_list_bootstrap {
  margin: 0 auto;
  font-size: 21px;
  padding: 0 300px;
}

.form_list_bootstrap.t_left {
  padding: 0 300px 0 0;
}

@media (max-width: 1199px) {
  .form_list_bootstrap {
    font-size: 16px;
    padding: 0 200px;
  }
}

@media (max-width: 991px) {
  .form_list_bootstrap {
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .form_list_bootstrap {
    padding: 0;
  }
}

.form_list_bootstrap .tips {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.form_list_bootstrap form .form-group {
  margin-bottom: 55px;
  position: relative;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .form_list_bootstrap form .form-group {
    margin-top: 30px;
    margin-bottom: 45px;
  }
}

.form_list_bootstrap form .form-group.has-child {
  padding: 10px 0 0 0;
}

.form_list_bootstrap form .form-group.has-child > label {
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_list_bootstrap form .form-group.has-child.is-filled > label, .form_list_bootstrap form .form-group.has-child.is-focus > label {
  color: #cea896;
  font-size: 15px;
  top: 0px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.form_list_bootstrap form .form-group.has-child.has-error > label {
  color: #e70015;
}

.form_list_bootstrap form .form-group.has-child.has-error > .form-control {
  border-color: #e70015;
}

.form_list_bootstrap form .form-group.has-child.has-error > .input-group > .form-control {
  border-color: #e70015;
}

.form_list_bootstrap form .form-group.has-child.has-error .help-block {
  display: none;
  background-color: #e70015;
  color: #fff;
}

@media (max-width: 991px) {
  .form_list_bootstrap form .form-group.has-child.has-error .help-block {
    color: #e70015;
    background: transparent;
  }
}

.form_list_bootstrap form .form-group.has-child.has-error .help-block::before {
  border-color: transparent #e70015 transparent transparent;
}

.form_list_bootstrap form .form-group.has-child.has-error .help-block.with-errors {
  display: block;
  opacity: 1;
}

.form_list_bootstrap form .form-group.has-child.has-success > label {
  color: #333;
}

.form_list_bootstrap form .form-group.has-child.has-success > label:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  background: #a1d23d;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 6px;
  text-align: center;
  padding-top: 3px;
}

.form_list_bootstrap form .form-group.is-child > label {
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_list_bootstrap form .form-group.is-child.is-checkbox {
  padding-top: 15px;
}

.form_list_bootstrap form .form-group.is-child.is-checkbox > label {
  top: 0%;
}

.form_list_bootstrap form .form-group.is-child.is-filled > label, .form_list_bootstrap form .form-group.is-child.is-focus > label {
  color: #cea896;
  font-size: 15px;
  top: 10px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.form_list_bootstrap form .form-group.is-child.has-error > label {
  color: #e70015;
}

.form_list_bootstrap form .form-group.is-child.has-error > .form-control {
  border-color: #e70015;
}

.form_list_bootstrap form .form-group.is-child.has-error > .input-group > .form-control {
  border-color: #e70015;
}

.form_list_bootstrap form .form-group.is-child.has-error .help-block {
  display: none;
  background-color: #e70015;
  color: #fff;
}

@media (max-width: 991px) {
  .form_list_bootstrap form .form-group.is-child.has-error .help-block {
    color: #e70015;
    background: transparent;
  }
}

.form_list_bootstrap form .form-group.is-child.has-error .help-block::before {
  border-color: transparent #e70015 transparent transparent;
}

.form_list_bootstrap form .form-group.is-child.has-error .help-block.with-errors {
  display: block;
  opacity: 1;
}

.form_list_bootstrap form .form-group.is-child.has-success > label {
  color: #333;
}

.form_list_bootstrap form .form-group.is-child.has-success > label:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  background: #a1d23d;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 6px;
  text-align: center;
  padding-top: 3px;
}

.form_list_bootstrap form .form-group.is-child.has-success .checkbox-inline {
  color: #333;
}

.form_list_bootstrap form .form-group.is-focus .help-block {
  display: block;
}

.form_list_bootstrap form .form-group.is-focus .help-block.with-errors {
  display: none;
  opacity: 0;
}

.form_list_bootstrap form .form-group .form-group {
  position: relative;
  margin: 0;
}

.form_list_bootstrap form .form-group .form-group.is-focus select {
  color: #333;
}

.form_list_bootstrap form .form-group .form-group.is-filled select {
  color: #333;
}

.form_list_bootstrap form .form-group .form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #888;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form_list_bootstrap form .form-group input[type="file"] {
  margin: 0 0 0 90px;
}

.form_list_bootstrap form .form-group select {
  color: transparent;
  background-color: transparent;
}

.form_list_bootstrap form .form-group input.form-control,
.form_list_bootstrap form .form-group select.form-control {
  height: 42px;
  background-color: transparent;
}

.form_list_bootstrap form .form-group .textarea_feedback {
  font-size: 13px;
  text-align: right;
}

.form_list_bootstrap form .form-group .help-block {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 20px;
  width: auto;
  min-width: 180px;
  max-width: 280px;
  background-color: #ccc;
  color: #333;
  font-size: 19px;
  border-radius: 4px;
  padding: 2px 10px;
  margin-bottom: 0;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1199px) {
  .form_list_bootstrap form .form-group .help-block {
    max-width: 180px;
    color: #aaa;
  }
}

@media (max-width: 991px) {
  .form_list_bootstrap form .form-group .help-block {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 0;
    background-color: transparent;
    padding: 0;
    max-width: initial;
    color: #aaa;
  }
}

.form_list_bootstrap form .form-group .help-block::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #ccc transparent transparent;
  content: "";
  position: absolute;
  right: 100%;
  top: 9px;
}

@media (max-width: 991px) {
  .form_list_bootstrap form .form-group .help-block::before {
    display: none;
  }
}

.form_list_bootstrap form .form-group .help-block.with-errors {
  display: none;
}

.form_list_bootstrap form .form-group .help-block .text {
  line-height: 200%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .form_list_bootstrap form .form-group .help-block .text {
    overflow: visible;
    white-space: normal;
  }
}

.form_list_bootstrap form .form-group .help-block ul {
  line-height: 200%;
  margin: 0;
}

.form_list_bootstrap form .form-group .row {
  margin: 0;
}

.form_list_bootstrap form .form-group .row > div[class^="col-"] {
  padding: 0;
}

.form_list_bootstrap form .form-group .form-inline .input-group,
.form_list_bootstrap form .form-group .form-inline .form-group .form-control {
  width: 100%;
}

.form_list_bootstrap .input-group-addon {
  background: transparent;
  border: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.form_list_bootstrap .form-group.is-checkbox > label {
  display: block;
}

.form_list_bootstrap .form-group.is-checkbox .checkbox-inline {
  padding-left: 0;
  margin-right: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.form_list_bootstrap .form-group.is-checkbox .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

.form_list_bootstrap .form-group.is-checkbox .checkbox-inline input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent !important;
}

.form_list_bootstrap .input-group_code {
  width: 100%;
}

.form_list_bootstrap .input-group_code .input-group-addon {
  width: 170px;
  padding: 0;
  background: transparent;
}

.form_list_bootstrap .input-group_code #recode {
  color: #424242;
  font-size: 22px;
  cursor: pointer;
  display: inline-block;
  vertical-align: mid;
}

@media (max-width: 375px) {
  .form_list_bootstrap .input-group_code #recode {
    font-size: 17px;
    position: relative;
  }
}

.form_list_bootstrap .input-group_code #recode svg {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.form_list_bootstrap .input-group_code #recode:hover svg {
  -webkit-transform: rotate(350deg);
          transform: rotate(350deg);
}

.form_list_bootstrap .checkbox .pretty-checkbox label {
  padding-left: 0;
}

.form_list_bootstrap .checkbox .pretty-checkbox input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent !important;
}

.form_list_bootstrap .contactbtn-wrap {
  padding: 0 30%;
}

@media (max-width: 991px) {
  .form_list_bootstrap .contactbtn-wrap {
    padding: 0 15%;
  }
}

.form_list_bootstrap .contactbtn-wrap .btn {
  width: 100%;
}

.form_list.normal > ul > li {
  display: inline-block;
  margin: 5px 5px;
}

.form_list.normal > ul > li .import {
  padding: 3px 0;
  display: inline-block;
}

.form_list.normal > ul > li .import input {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form_list ul li .import {
  position: relative;
}

.form_list ul li .import.ok .name {
  top: 3px;
  font-size: 0.8rem;
  opacity: 0.8;
}

.form_list ul li .import.focus .name {
  top: 3px;
  font-size: 0.8rem;
  opacity: 0.8;
}

.form_list ul li .import.focus .select_list {
  display: block;
}

.form_list ul li .import input {
  min-width: 200px;
  padding: 20px 10px 10px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.form_list ul li .import input.select {
  background-image: url(../img/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}

.form_list ul li .import .select_list {
  display: none;
  min-width: 198px;
  position: relative;
}

.form_list ul li .import .select_list ul {
  position: absolute;
  top: -2px;
  left: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 101;
}

.form_list ul li .import .select_list ul li {
  padding: 10px;
  text-align: center;
  min-width: 200px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.form_list ul li .import .select_list ul li:last-child {
  border-bottom: none;
}

.form_list ul li .import .select_list ul li:hover {
  color: #fff;
  background-color: #888;
}

.form_list ul li .import .name {
  position: absolute;
  left: 10px;
  top: 20px;
  font-size: 1rem;
  color: #333;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.form_list .form_item {
  position: relative;
  line-height: 200%;
  width: 70%;
  margin-bottom: 55px;
  margin-top: 40px;
  font-size: 1rem;
  color: #333;
}

.form_list .form_item.has-child > .fname, .form_list .form_item.is-focus > .fname, .form_list .form_item.is-filled > .fname {
  font-size: 0.9rem;
  top: -26px;
}

.form_list .form_item .fname {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.form_list .form_item .import label {
  cursor: pointer;
}

.form_list .form_item .import input,
.form_list .form_item .import select,
.form_list .form_item .import textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 200%;
  border: none;
  border-bottom: 1px solid #ccc;
}

.form_list .form_item .import input,
.form_list .form_item .import select {
  height: 32px;
}

.form_list .form_item .import input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
}

.form_list .form_item .input_group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.form_list .form_item .input_group input {
  display: block;
  width: 1%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.form_list .form_item .input_group span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_list .form_item .checkbox_item {
  display: inline-block;
}

.form_list .form_item .help-block {
  position: absolute;
  right: -30%;
  top: 0;
}

.form_list .form_item .error-block {
  position: absolute;
  right: -30%;
  top: 0;
}

.breadcrumbs {
  margin: 0 0 20px 0;
}

.breadcrumbs.bgcolor {
  background-color: #eee;
  border-top: 1px solid #ccc;
}

.breadcrumbs.bgcolor .inner {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 10px;
}

.breadcrumbs.t_center {
  text-align: center;
}

.breadcrumbs.t-right {
  text-align: right;
}

.breadcrumbs .inner {
  line-height: 200%;
}

.breadcrumbs .inner ul li {
  display: inline-block;
}

.breadcrumbs .inner ul li:after {
  content: "/";
  margin: 0 5px;
  color: #000;
}

.breadcrumbs .inner ul li:last-child:after {
  content: "";
  margin: 0px;
}

.breadcrumbs .inner a {
  color: #000;
}

.breadcrumbs .inner a:hover {
  color: #cea896;
}

.breadcrumbs .inner span {
  color: #666;
}

.parallax {
  position: relative;
  overflow: hidden;
}

.parallax .bg {
  position: absolute;
  width: 140%;
  min-height: 140%;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.parallax .bg img {
  width: 100%;
}

.parallax .inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

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

.parallax .inner figure img {
  max-width: 100%;
}

.parallax .inner h1 {
  font-size: 3rem;
  color: #fff;
}

.parallax .inner .desc {
  font-size: 1rem;
  color: #fff;
}

.md.mainbanner {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #ccc), color-stop(10%, transparent));
  background: linear-gradient(180deg, #ccc 90%, transparent 10%);
}

.md.mainbanner .bg {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  height: 370px;
}

.md.mainbanner .word {
  position: absolute;
  width: auto;
  padding: 0 30px;
  right: 0;
  bottom: 14vh;
  padding: 30px 10%;
  text-align: center;
  background-color: rgba(44, 71, 93, 0.5);
}

.md.mainbanner .word .title {
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 190%;
  text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}

.md.mainbanner .word .title:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  margin: 0 auto 13px;
  background-color: #cea896;
}

.md.mainbanner .word .subTitle {
  color: #fff;
  line-height: 120%;
  line-height: 150%;
  text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}

.md.breadcrumbs {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  top: -36px;
}

.md.breadcrumbs .inner {
  display: inline-block;
  padding: 0 0 0 0;
  text-align: center;
}

.md.breadcrumbs .inner ul {
  background-color: #fff;
  padding: 3px 20px;
  border-radius: 20px 20px 0px 0px;
}

.md.breadcrumbs .inner ul li a:hover {
  color: #2c475d;
}

.md.breadcrumbs .inner .title {
  text-align: left;
  font-size: 190%;
  color: #2c475d;
  padding: 0 0 0 20px;
}

.productDetail .md.breadcrumbs {
  top: 0px;
}

.productDetail .md.breadcrumbs .inner {
  padding: 30px 0 30px 0;
  text-align: left;
}

.productDetail .md.breadcrumbs .inner ul {
  padding: 3px 0px;
}

@media (max-width: 1024px) {
  .md.mainbanner {
    background: transparent;
  }
  .md.mainbanner .bg {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 30vh;
  }
  .md.mainbanner .word {
    right: 4%;
    bottom: 3vh;
  }
  .md.breadcrumbs {
    max-width: 90%;
    margin: 0 auto 30px;
    top: -33px;
  }
}

@media (max-width: 767px) {
  .md.mainbanner .bg {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 30vh;
  }
  .md.mainbanner .word {
    right: 0%;
    bottom: 22%;
    width: 90%;
    padding: 10px;
  }
  .md.mainbanner .word .title {
    font-size: 160%;
  }
  .md.breadcrumbs {
    top: -34px;
    max-width: 90%;
    margin: 0 auto 30px auto;
  }
}

.numBox {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e9eaec;
}

.numBox .reduce,
.numBox .add {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 12px;
  cursor: pointer;
}

.numBox .number {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 12px;
  border-left: 1px solid #e9eaec;
  border-right: 1px solid #e9eaec;
}

.md.quotation {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.md.quotation .md_hd {
  margin: 0 auto 50px auto;
}

.md.quotation .md_hd .title {
  font-size: 180%;
  line-height: 200%;
  color: #2c475d;
  margin: 0 0 30px 0;
}

.md.quotation .md_hd .stepBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.md.quotation .md_hd .stepBox .step {
  width: 100%;
  font-size: 110%;
  padding-bottom: 5px;
  border-bottom: 3px solid #e9eaec;
}

.md.quotation .md_hd .stepBox .step.active {
  border-bottom: 3px solid #cea896;
}

.md.quotation .md_bd .detail .table_list .table_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f9fafc;
  border-bottom: 1px solid #e9eaec;
  padding: 10px 15px;
  font-size: 110%;
  margin-bottom: 20px;
}

.md.quotation .md_bd .detail .table_list .table_body .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.md.quotation .md_bd .detail .table_list .table_body .item > div {
  padding: 10px 15px;
}

.md.quotation .md_bd .detail .table_list .name {
  width: 60%;
}

.md.quotation .md_bd .detail .table_list .name figure {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.md.quotation .md_bd .detail .table_list .name figure img {
  max-width: 200px;
}

.md.quotation .md_bd .detail .table_list .name .word {
  display: inline-block;
  vertical-align: top;
}

.md.quotation .md_bd .detail .table_list .name .word .title {
  margin: 0 0 10px 0;
}

.md.quotation .md_bd .detail .table_list .name .word .sizeBox {
  margin: 0 0 10px 0;
}

.md.quotation .md_bd .detail .table_list .name .word .sizeBox .txt {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.md.quotation .md_bd .detail .table_list .name .word .sizeBox .size {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #cea896;
  padding: 5px;
}

.md.quotation .md_bd .detail .table_list .name .word a.clearBtn {
  color: #999;
}

.md.quotation .md_bd .detail .table_list .price {
  width: 20%;
  text-align: center;
}

.md.quotation .md_bd .detail .table_list .num {
  width: 20%;
  text-align: center;
}

.md.quotation .md_bd .detail .table_list .noOne {
  width: 100%;
  text-align: center;
  padding: 80px 20px;
}

.md.quotation .md_bd .detail .send_msg {
  width: 70%;
  padding: 30px;
  margin: 50px auto 50px;
}

.md.quotation .md_bd .detail .send_msg .title {
  text-align: center;
  font-size: 190%;
  margin-bottom: 30px;
}

.md.quotation .md_bd .detail .send_msg .form_all .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.md.quotation .md_bd .detail .send_msg .form_all .content .inputBox,
.md.quotation .md_bd .detail .send_msg .form_all .content .selectBox {
  outline: none;
  border: 1px solid #e7e7e7;
  padding: 10px 10px;
}

.md.quotation .md_bd .detail .send_msg .form_all .content .inputBox input,
.md.quotation .md_bd .detail .send_msg .form_all .content .inputBox select,
.md.quotation .md_bd .detail .send_msg .form_all .content .selectBox input,
.md.quotation .md_bd .detail .send_msg .form_all .content .selectBox select {
  width: 100%;
  color: #000;
  font-size: 100%;
  line-height: 150%;
  border: none;
}

.md.quotation .md_bd .detail .send_msg .form_all .content .inputBox input::-webkit-input-placeholder,
.md.quotation .md_bd .detail .send_msg .form_all .content .inputBox select::-webkit-input-placeholder,
.md.quotation .md_bd .detail .send_msg .form_all .content .selectBox input::-webkit-input-placeholder,
.md.quotation .md_bd .detail .send_msg .form_all .content .selectBox select::-webkit-input-placeholder {
  color: #000;
}

.md.quotation .md_bd .detail .send_msg .form_all .content .inputBox input:-ms-input-placeholder,
.md.quotation .md_bd .detail .send_msg .form_all .content .inputBox select:-ms-input-placeholder,
.md.quotation .md_bd .detail .send_msg .form_all .content .selectBox input:-ms-input-placeholder,
.md.quotation .md_bd .detail .send_msg .form_all .content .selectBox select:-ms-input-placeholder {
  color: #000;
}

.md.quotation .md_bd .detail .send_msg .form_all .content .inputBox input::-ms-input-placeholder,
.md.quotation .md_bd .detail .send_msg .form_all .content .inputBox select::-ms-input-placeholder,
.md.quotation .md_bd .detail .send_msg .form_all .content .selectBox input::-ms-input-placeholder,
.md.quotation .md_bd .detail .send_msg .form_all .content .selectBox select::-ms-input-placeholder {
  color: #000;
}

.md.quotation .md_bd .detail .send_msg .form_all .content .inputBox input::placeholder,
.md.quotation .md_bd .detail .send_msg .form_all .content .inputBox select::placeholder,
.md.quotation .md_bd .detail .send_msg .form_all .content .selectBox input::placeholder,
.md.quotation .md_bd .detail .send_msg .form_all .content .selectBox select::placeholder {
  color: #000;
}

.md.quotation .md_bd .detail .send_msg .form_all .textareaBox {
  width: 100%;
  border: 1px solid #e7e7e7;
  margin-top: 30px;
}

.md.quotation .md_bd .detail .send_msg .form_all .textareaBox textarea {
  padding: 10px 10px;
  width: 100%;
  color: #000;
  font-size: 100%;
  line-height: 150%;
  border: none;
}

.md.quotation .md_bd .detail .send_msg .form_all .textareaBox textarea::-webkit-input-placeholder {
  color: #000;
}

.md.quotation .md_bd .detail .send_msg .form_all .textareaBox textarea:-ms-input-placeholder {
  color: #000;
}

.md.quotation .md_bd .detail .send_msg .form_all .textareaBox textarea::-ms-input-placeholder {
  color: #000;
}

.md.quotation .md_bd .detail .send_msg .form_all .textareaBox textarea::placeholder {
  color: #000;
}

.md.quotation .md_bd .detail .confirm_msg {
  width: 70%;
  padding: 30px;
  margin: 50px auto 50px;
}

.md.quotation .md_bd .detail .confirm_msg .title {
  text-align: center;
  font-size: 190%;
  margin-bottom: 30px;
}

.md.quotation .md_bd .detail .confirm_msg .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  line-height: 150%;
}

.md.quotation .md_bd .detail .confirm_msg .tag {
  color: #2c475d;
}

.md.quotation .md_bd .detail .confirm_msg .txt {
  color: #7a7a7a;
}

.md.quotation .md_bd .detail .confirm_msg .ps {
  width: 100%;
  margin: 30px 0;
}

.md.quotation .md_bd .detail .confirm_msg .cookieBox {
  text-align: center;
}

.md.quotation .md_bd .detail .result_msg {
  text-align: center;
  margin: 50px auto 50px;
}

.md.quotation .md_bd .detail .result_msg .title {
  font-size: 190%;
  color: #2c475d;
  font-weight: bold;
  line-height: 200%;
}

.md.quotation .md_bd .detail .result_msg .desc {
  font-size: 200%;
  line-height: 200%;
  color: #333;
}

.md.quotation .md_bd .detail .result_msg .ps {
  color: #cea896;
  font-size: 100%;
  line-height: 200%;
  margin: 0 0 50px 0;
}

.md.quotation .md_bd .detail .buttons {
  padding: 10px 15px;
  text-align: center;
}

.md.quotation .md_bd .detail .buttons a {
  display: inline-block;
  color: #000;
  -webkit-box-shadow: 0px 0px 7px #666;
          box-shadow: 0px 0px 7px #666;
  padding: 5px 15px;
  margin: 0 10px;
}

.md.quotation .md_bd .detail .buttons a .left {
  position: relative;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 18px;
  vertical-align: middle;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  background-image: url(../images/left_right.png);
  background-size: 200% auto;
}

.md.quotation .md_bd .detail .buttons a .right {
  position: relative;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 18px;
  vertical-align: middle;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  background-image: url(../images/left_right.png);
  background-size: 200% auto;
  background-position: 100% 0;
}

.md.quotation .md_bd .detail .buttons a:hover {
  color: #cea896;
  background-color: #2c475d;
}

.md.quotation .md_bd .detail .buttons a:hover .left {
  left: -3px;
  background-position: 0% 0%;
}

.md.quotation .md_bd .detail .buttons a:hover .right {
  left: 3px;
  background-position: 100% 0%;
}

.md.quotation .result {
  text-align: center;
  padding: 150px 0 150px 0;
}

.md.quotation .result .title {
  font-size: 200%;
  margin-bottom: 30px;
}

.md.quotation .result .desc {
  color: #b4b4b4;
  font-size: 200%;
  margin-bottom: 30px;
}

.md.quotation .result .ps {
  color: #cea896;
  margin-bottom: 30px;
}

.md.quotation .result .buttons a {
  display: inline-block;
  font-size: 120%;
  color: #000;
  padding: 10px 20px;
  border: 1px solid #ccc;
}

.md.quotation .result .buttons a:hover {
  color: #fff;
  background-color: #cea896;
  border: 1px solid #cea896;
}

@media (max-width: 1024px) {
  .md.quotation {
    max-width: 90%;
  }
  .md.quotation .md_bd .detail .table_list .name {
    width: 60%;
  }
  .md.quotation .md_bd .detail .table_list .name figure {
    width: 40%;
  }
  .md.quotation .md_bd .detail .table_list .name figure img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .md.quotation {
    max-width: 90%;
  }
  .md.quotation .md_bd .detail .table_list .table_title {
    display: none;
  }
  .md.quotation .md_bd .detail .table_list .table_body .item {
    display: block;
    margin: 0 0 30px 0;
  }
  .md.quotation .md_bd .detail .table_list .table_body .item > div {
    padding: 10px 15px;
  }
  .md.quotation .md_bd .detail .table_list .name {
    width: 100%;
    display: block;
  }
  .md.quotation .md_bd .detail .table_list .name:before {
    content: "產品：";
    display: block;
  }
  .md.quotation .md_bd .detail .table_list .name figure {
    width: 40%;
  }
  .md.quotation .md_bd .detail .table_list .name figure img {
    width: 100%;
  }
  .md.quotation .md_bd .detail .table_list .name .word {
    width: 50%;
  }
  .md.quotation .md_bd .detail .table_list .price {
    display: block;
    width: 100%;
  }
  .md.quotation .md_bd .detail .table_list .num {
    display: block;
    width: 100%;
  }
  .md.quotation .md_bd .detail .send_msg {
    width: 100%;
    padding: 10px;
  }
  .md.quotation .md_bd .detail .send_msg .form_all .content {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .md.quotation .md_bd .detail .confirm_msg {
    width: 100%;
    padding: 10px;
  }
  .md.quotation .md_bd .detail .confirm_msg .form_all .content {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
/*# sourceMappingURL=quotation.css.map */