#btn-mobile-map {
  display: none;
}

#btn-mobile-phone {
  display: none;
}

.top_brand {
  width: 100% !important;
  padding: 0.7vw 0;
  border-top: 1px solid rgba(169, 146, 86, 0.5);
  border-bottom: 1px solid rgba(169, 146, 86, 0.5);
  margin-bottom: 2vw;
}
.top_brand ul {
  display: flex;
  width: 100%;
  margin: 0;
  list-style-type: none;
}
.top_brand ul li {
  position: relative;
  display: flex;
  width: max-content;
  margin: 0 0.5vw;
  padding-right: 1.5vw;
  font-size: 0.65vw;
  line-height: 0.65vw;
  align-items: center;
  color: #9a9a9a;
}
.top_brand ul li a {
  color: #9a9a9a;
}
.top_brand ul li:last-child {
  color: #000000;
  font-size: 0.7vw;
  line-height: 0.7vw;
}
.top_brand ul li:last-child a {
  color: #000000;
}
.top_brand ul li:after {
  position: absolute;
  content: "";
  width: 0.55vw;
  height: 0.55vw;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
  background-image: url("/images/v2/Icon_arrow_forward.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.top_brand_v2 {
  width: 100% !important;
  padding: 0.5vw 0;
  border-top: 1px solid #707070;
  padding-left: 5vw;
  display: flex;
}
.top_brand_v2 > a.back img {
  width: max-content;
  object-fit: contain;
  object-position: center center;
}
.top_brand_v2 ul {
  display: flex;
  align-items: center;
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.top_brand_v2 ul li {
  position: relative;
  display: flex;
  width: max-content;
  margin: 0;
  padding-right: 1.5vw;
  font-size: clamp(12px, 0.8vw, 13px) !important;
  line-height: 1;
  align-self: center;
  align-items: center;
  color: #2b2b2b;
}
.top_brand_v2 ul li a {
  color: #2b2b2b;
}
.top_brand_v2 ul li:first-child {
  margin-left: 1vw;
}
.top_brand_v2 ul li:last-child {
  color: #000000;
}
.top_brand_v2 ul li:last-child a {
  color: #000000;
}
.top_brand_v2 ul li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 0.7vw;
  height: 0.7vw;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
  background-image: url("/images/v2/Icon_arrow_forward.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.top_bn_contact {
  display: flex !important;
  flex-direction: column;
}
.top_bn_contact .text-area {
  order: 1 !important;
  width: 80.677vw !important;
  margin: 0 auto 2vw !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  top: unset !important;
  right: unset !important;
  -webkit-writing-mode: unset !important;
  writing-mode: unset !important;
}
.top_bn_contact .text-area h2 {
  order: 2 !important;
  font-size: 1.75vw !important;
  font-family: "Noto Serif TC", serif !important;
  color: #000000;
}
.top_bn_contact .text-area p {
  order: 1;
  font-size: 0.75vw !important;
  color: #717171;
}
.top_bn_contact img {
  order: 2;
  width: 100% !important;
  border-radius: unset !important;
}

.contact {
  width: 80.677vw;
  margin: 0 auto;
  min-height: 25vw;
  padding-top: 4vw;
}
.contact .serviceItem {
  display: flex;
  width: 95%;
  margin-bottom: 5.5vw;
  margin-left: auto;
  justify-content: space-between;
}
.contact .serviceItem .info {
  width: 45%;
}
.contact .serviceItem .info h1 {
  position: relative;
  font-family: "Noto Serif TC", serif !important;
  font-size: 1.5vw;
  color: #231815;
}
.contact .serviceItem .info h1:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.65vw;
  top: 50%;
  left: -1vw;
  transform: translateY(-50%);
  background-color: #830009;
}
.contact .serviceItem .info ul {
  display: flex;
  width: 100%;
  margin-top: 1.325vw;
  list-style-type: none;
  flex-direction: column;
}
.contact .serviceItem .info ul li {
  display: flex;
  width: 100%;
  padding: 0.75vw 0;
  border-bottom: 1px solid #d1cece;
}
.contact .serviceItem .info ul li h2 {
  width: 40%;
  font-size: 0.775vw;
  letter-spacing: 0.05vw;
}
.contact .serviceItem .info ul li span {
  position: relative;
  width: 60%;
  font-size: 0.775vw;
  letter-spacing: 0.05vw;
}
.contact .serviceItem .info ul li span a {
  color: #333;
}
.contact .serviceItem .info ul li p {
  font-size: 0.775vw;
  color: #a99256;
}
.contact .serviceItem .info ul li:last-child {
  border-bottom: unset;
}
.contact .serviceItem .info ul .address span:after {
  position: relative;
  display: inline-block;
  content: "";
  width: 1vw;
  height: 1vw;
  margin-left: 0.25vw;
  background-image: url(/images/v2/icon_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contact .serviceItem .map {
  display: flex;
  align-items: center;
  width: 50%;
}
.contact .serviceItem .map iframe {
  width: 100%;
  height: 17.5vw;
}

.content-body {
  width: 80.677vw !important;
  margin: 2vw auto 0;
}
.content-body .top {
  width: 100%;
  margin: 1vw 0 2vw;
}
.content-body .top h1 {
  display: flex;
  position: relative;
  font-family: "Noto Serif TC", serif !important;
  font-size: 1.25vw;
  font-weight: 300;
  align-items: center;
}
.content-body .top h1:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 1.3vw;
  margin-right: 1vw;
  background-color: #830009;
}
.content-body .body {
  width: 100%;
}

@media (max-width: 991.98px) {
  #btn-mobile-map {
    position: fixed;
    display: block;
    width: 18.125vw;
    height: 18.125vw;
    max-width: 85px;
    right: 0;
    bottom: calc(20vh - 10vw);
    background-image: url("/images/btn_map.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1001;
  }
  #btn-mobile-phone {
    position: fixed;
    display: block;
    width: 18.125vw;
    height: 18.125vw;
    max-width: 85px;
    right: 0;
    bottom: calc(20vh + 10vw);
    background-image: url("/images/btn_phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1001;
  }
  .top_brand {
    visibility: hidden;
  }
  .top_brand_v2 {
    display: none;
  }
  .top_bn_contact .text-area {
    width: 80.677vw !important;
    margin: 3vw auto 3vw !important;
  }
  .top_bn_contact .text-area h2 {
    font-width: 0;
    font-size: 5.75vw !important;
  }
  .top_bn_contact .text-area p {
    font-size: 2.75vw !important;
    margin-bottom: 1.5vw !important;
  }
  .contact {
    width: 90.677vw;
    min-height: 25vw;
    padding-top: 4vw;
  }
  .contact .serviceItem {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin-bottom: 20vw;
  }
  .contact .serviceItem .info {
    width: 100%;
  }
  .contact .serviceItem .info h1 {
    font-width: 0;
    font-size: 5vw;
    line-height: 5vw;
  }
  .contact .serviceItem .info h1:before {
    width: 1px;
    height: 5.75vw;
    left: -2.5vw;
  }
  .contact .serviceItem .info ul {
    margin-top: 4.325vw;
    padding: 0;
  }
  .contact .serviceItem .info ul li {
    padding: 3vw 0;
  }
  .contact .serviceItem .info ul li h2 {
    width: 30%;
    font-size: 2.9vw;
    letter-spacing: 0.05vw;
  }
  .contact .serviceItem .info ul li span {
    width: 70%;
    font-size: 2.9vw;
    letter-spacing: 0.05vw;
  }
  .contact .serviceItem .info ul li p {
    font-size: 2.9vw;
    color: #a99256;
  }
  .contact .serviceItem .info ul li:last-child {
    border-bottom: unset;
  }
  .contact .serviceItem .info ul .address span:after {
    width: 3.5vw;
    height: 3.5vw;
    margin-left: 1vw;
  }
  .contact .serviceItem .map {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .contact .serviceItem .map iframe {
    width: 100%;
    height: 50.5vw !important;
  }
  #list_area,
  .left_menu_news,
  .left_menu {
    margin-top: 5vw !important;
  }
}

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