/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #FFF;
}

.container {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
}

.img-fluid {
  max-width: 100%;
}

.title {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 1200px) {
  .title {
    font-size: 2rem;
  }
}

.title-line {
  margin: 1rem auto 2rem;
  position: relative;
}
.title-line::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #545454;
  position: absolute;
  left: 15%;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .title-line::before {
    width: 17%;
    left: 30%;
  }
}
.title-line::after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #545454;
  position: absolute;
  right: 15%;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .title-line::after {
    width: 17%;
    right: 30%;
  }
}
.title-line.black::before {
  background-color: #a7a7a7;
}
.title-line.black::after {
  background-color: #a7a7a7;
}

.title-circle {
  width: 10px;
  height: 10px;
  background-color: #D2A647;
  border-radius: 100%;
  margin: 0 auto;
}

html, body {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 24px;
  }
}

body {
  background-color: #000;
  color: #FFF;
  line-height: 1.5;
  font-family: "Arial", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media screen and (min-width: 1200px) {
  body {
    line-height: 1.8rem;
  }
}

.header {
  height: 42px;
  padding: 5px 0;
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .header {
    position: absolute;
    background-color: transparent;
    height: auto;
    padding: 1rem 0;
  }
}

.logo {
  display: block;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 80px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .logo {
    width: 138px;
  }
}

.logo-img {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .logo-img {
    max-width: 100%;
  }
}

.icon-bars {
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 24px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .icon-bars {
    display: none;
  }
}

.nav {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}
@media screen and (min-width: 768px) {
  .nav {
    display: block !important;
    position: absolute;
    z-index: 0;
    top: 18px;
    background-color: transparent;
  }
}
@media screen and (min-width: 992px) {
  .nav {
    top: 40px;
  }
}

.nav-list {
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .nav-list {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.nav-list li {
  padding: 0.5rem 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .nav-list li {
    padding: 0.25rem 0;
  }
}
.nav-list li:hover {
  background-color: #D2A647;
}
@media screen and (min-width: 768px) {
  .nav-list li:hover {
    background-color: transparent;
  }
  .nav-list li:hover::after {
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 768px) {
  .nav-list li:nth-child(2) {
    margin-right: 150px;
  }
}
@media screen and (min-width: 992px) {
  .nav-list li:nth-child(2) {
    margin-right: 300px;
  }
}
.nav-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #D2A647;
  border-radius: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.2s ease-in-out;
  transform: scale(0, 1);
}

/* slider */
.banner-box {
  margin-top: 42px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner-box {
    margin-top: 0;
  }
}
.banner-box .icon-angle-down {
  position: absolute;
  bottom: 9vw;
  z-index: 2;
  left: calc(50% - 0.8rem);
  font-size: 2rem;
  -webkit-animation-name: angle-down;
          animation-name: angle-down;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  cursor: pointer;
}
.banner-box .icon-angle-down::before {
  color: #D2A647;
}

.swiper {
  width: 100%;
}

.swiper-pagination {
  right: 0;
  left: auto !important;
  top: calc(50% - 10vw);
  bottom: auto !important;
  width: auto !important;
}

.swiper-pagination-bullet {
  display: none;
  background-color: #FFF;
  margin: 0.5rem !important;
  width: 1rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    display: block;
  }
}

.swiper-pagination-bullet-active {
  background-color: #D2A647;
}

@-webkit-keyframes angle-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes angle-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
/* about */
.about-box {
  position: relative;
  z-index: 1;
  margin-top: -14vw;
  background-image: url("../images/about/aboutBg.png");
  background-repeat: no-repeat;
  width: 100%;
  color: #171717;
  background-size: 100%;
  padding-bottom: 10rem;
  padding-top: 7rem;
}
@media screen and (min-width: 768px) {
  .about-box {
    padding-bottom: 15rem;
    padding-top: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .about-box {
    padding-bottom: 20rem;
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .about-box {
    padding-top: 13rem;
  }
}

.screen-box {
  display: none;
}
@media screen and (min-width: 576px) {
  .screen-box {
    position: absolute;
    bottom: 10%;
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .about-text {
    margin-left: 30%;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .about-text {
    margin-left: 42%;
    margin-top: 4rem;
  }
}

.screen-img {
  width: 33vw;
}

/* advantages */
.advantages {
  background-image: url("../images/products/advantages.png");
  background-repeat: no-repeat;
  margin-top: -22vw;
  height: 33vw;
  background-size: 100%;
  text-align: center;
  padding-top: 30%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .advantages {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .advantages {
    font-size: 2rem;
  }
}

.advantages-title {
  color: #D2A647;
}

.advantages-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .advantages-subtitle {
    margin-top: 2rem;
  }
}

/* product */
.product-box {
  margin-top: 50px;
}

.product-text {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .product-text {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-imgbox {
  margin-top: 30px;
}
@media screen and (min-width: 576px) {
  .product-imgbox {
    display: flex;
    flex-wrap: wrap;
  }
}

.product {
  background-size: contain;
  background-repeat: no-repeat;
  height: 78vw;
  position: relative;
  background-color: #141414;
  margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .product {
    width: 50%;
    height: 42vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .product {
    height: 32vw;
  }
}
@media screen and (min-width: 768px) {
  .product:hover .product-imgtext {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .product:hover .product-desc {
    transform: translateY(0);
  }
}

.product1 {
  background-image: url("../images/products/1.jpg");
}

.product2 {
  background-image: url("../images/products/2.jpg");
}

.product3 {
  background-image: url("../images/products/3.jpg");
}

.product4 {
  background-image: url("../images/products/4.jpg");
  background-color: #0b0b0b;
}

.product5 {
  background-image: url("../images/products/5.jpg");
}

.product6 {
  background-image: url("../images/products/6.jpg");
}

.product7 {
  background-image: url("../images/products/7.jpg");
}

.product8 {
  background-image: url("../images/products/8.jpg");
  background-color: #0c0c0c;
}

.product-imgtext {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  padding-bottom: 10px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 576px) {
  .product-imgtext {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .product-imgtext {
    position: initial;
    height: 100%;
    width: 100%;
    padding-bottom: 0;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    opacity: 0;
  }
}

.product-img-title {
  color: #D2A647;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .product-img-title {
    margin-bottom: 3rem;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .product-img-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .product-img-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .product-img-title::after {
    content: "";
    width: 4rem;
    height: 2px;
    background-color: #D2A647;
    position: absolute;
    bottom: -1rem;
    left: calc(50% - 2rem);
  }
}

@media screen and (min-width: 768px) {
  .product-desc {
    transition: all 0.3s ease-in-out;
    transform: translateY(-50px);
    letter-spacing: 0.1rem;
  }
}

/* notice */
.notice {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
  background-image: url("../images/notice/bg.png");
  color: #171717;
  position: relative;
  padding-bottom: 15%;
}
@media screen and (min-width: 576px) {
  .notice {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
  }
}
@media screen and (min-width: 768px) {
  .notice {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
  }
}

.triangle {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  background-color: #D2A647;
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .triangle {
    height: 16vw;
  }
}

.notice-box {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .notice-box {
    display: flex;
  }
}

.notice-iconbox {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .notice-iconbox {
    flex-flow: column;
    margin-right: 6%;
  }
}

.notice-icon {
  width: 80px;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .notice-icon {
    width: 100px;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .notice-icon {
    width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .notice-icon {
    width: 180px;
  }
}

.notice-icon-title {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .notice-icon-title {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .notice-icon-title {
    font-size: 1.5rem;
  }
}

/* contact */
.contact {
  background-image: url("../images/contact/bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: -20%;
  padding-top: 22vw;
  padding-bottom: 10vw;
}

.contact-info {
  margin: 5rem auto;
}
@media screen and (min-width: 992px) {
  .contact-info {
    display: flex;
  }
}

.map-box {
  height: 250px;
}
@media screen and (min-width: 992px) {
  .map-box {
    width: 50%;
    height: 450px;
    margin-right: 2rem;
  }
}

.map {
  width: 100%;
  height: 100%;
}

.contact-textbox {
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .contact-textbox {
    width: 50%;
    margin-top: 0;
  }
}

.contact-title {
  color: #D2A647;
  font-size: 1.2rem;
  font-weight: bold;
}

.contact-subtitle {
  color: #D2A647;
  font-weight: bold;
}

.contact-text {
  margin-top: 1rem;
}

/* footer */
.footer {
  text-align: center;
}

.icon-youtube::before {
  color: #FFF;
}

.footer-icons {
  margin: 3rem auto;
}

.footer-icon {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 10px;
  margin: 0 0.5rem;
  border: 1px solid #FFF;
}
@media screen and (min-width: 1200px) {
  .footer-icon {
    width: 70px;
    height: 70px;
    margin: 0 1rem;
  }
}
.footer-icon:hover {
  background-color: #FFF;
}
.footer-icon:hover::before {
  color: #000;
}

.footer-line {
  background-color: rgba(255, 255, 255, 0.6);
  height: 1px;
}

.footer-logo {
  display: block;
  width: 50px;
  margin: 2rem auto 0.5rem;
}
@media screen and (min-width: 1200px) {
  .footer-logo {
    width: 110px;
  }
}

.copyright {
  color: #8B8B8B;
  font-size: 0.75rem;
}

/* social */
.social-box {
  position: fixed;
  right: 0;
  bottom: 2rem;
  z-index: 10;
}

.social {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  margin: 0.5rem 0.5rem 0 0;
  cursor: pointer;
}
.social:hover {
  -webkit-animation: heartBeat 2s;
          animation: heartBeat 2s;
}
.social.facebook {
  background-color: #1135A7;
}
.social.line {
  background-color: #00C300;
}
.social.gotop {
  background-color: #D2A647;
}
.social .icon-facebook-circle::before, .social .icon-line::before {
  color: #FFF;
}/*# sourceMappingURL=style.css.map */