@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * BRAND
 * NEWS
 * CONTACT
 * PRODUCT
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
}

body {
  color: #231815;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-top: 60px;
}
@media (min-width: 992px) {
  body {
    padding-top: 120px;
  }
}

a {
  color: #231815;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, a:focus {
  color: #00a9d8;
  outline: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
  width: auto\9 ;
  /* ie8 */
}

.container {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    padding: 0;
  }
}

#scrollUp {
  right: 30px;
  bottom: 30px;
  z-index: 1000 !important;
}
#scrollUp img {
  width: 50px;
}
@media (min-width: 992px) {
  #scrollUp img {
    width: auto;
  }
} /*------------------------------------*\
    HEADER
\*------------------------------------*/
.navbar {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(35, 24, 21, 0.2);
          box-shadow: 0 0 10px rgba(35, 24, 21, 0.2);
  height: 60px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .navbar {
    height: 120px;
  }
  .navbar.fixed {
    height: 100px;
  }
}
.navbar .offcanvas {
  width: 80%;
  top: 60px;
}
.navbar .offcanvas-backdrop {
  top: 60px;
}
@media (min-width: 992px) {
  .navbar .offcanvas {
    background: transparent;
  }
}
.navbar-brand {
  margin-right: 0;
  margin-bottom: 0;
}
.navbar-brand a {
  display: block;
}
.navbar-brand img {
  width: 250px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 300px;
  }
}
@media (min-width: 1400px) {
  .navbar-brand img {
    width: auto;
  }
}
.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 12px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  background: #00a9d8;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 10px;
  opacity: 1;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 20px;
}
.navbar-toggler.show .icon-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.navbar-toggler.show .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.show .icon-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.navbar-nav .nav-item {
  position: relative;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 1rem;
  }
  .navbar-nav .nav-item:last-child {
    padding-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .navbar-nav .nav-item {
    padding: 0 1.5rem;
  }
}
.navbar-nav .nav-link {
  color: #231815;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.125rem;
  padding: 0 !important;
}
.navbar-nav .nav-link span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
}
.navbar-nav .nav-link i {
  font-size: 1.5rem;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #00a9d8;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
}
.banner-pic {
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .banner-pic {
    height: 300px;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #e6e6e6;
  padding: 3rem 0;
}
.footer-logo {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .footer-logo {
    text-align: left;
  }
}
.footer-copy {
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.footer-copy span {
  display: inline-block;
}
@media (min-width: 992px) {
  .footer-copy {
    text-align: left;
    margin-bottom: 0;
  }
  .footer-copy span {
    display: block;
  }
}
.footer-nav .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav .nav li {
  margin: 0 2rem 1rem;
}
.footer-nav .nav li a {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.25rem;
}
@media (min-width: 992px) {
  .footer-nav .nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-nav .nav li {
    margin-left: 0;
    margin-right: 1rem;
  }
}
@media (min-width: 1400px) {
  .footer-nav .nav li {
    margin-right: 2rem;
  }
}
.footer-info .nav {
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-info .nav li {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
@media (min-width: 992px) {
  .footer-info .nav {
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-info .nav li {
    font-size: 1.125rem;
    margin-left: 0;
    margin-right: 2rem;
  }
}
.footer-qrcode {
  text-align: center;
}
@media (min-width: 992px) {
  .footer-qrcode {
    text-align: right;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  main {
    padding: 6rem 0;
  }
}

/* PAGE-HEADER */
.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
}
.page-header .title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-right: 3rem;
  margin-bottom: 1rem;
}
.page-header .title span {
  color: #00a9d8;
  font-size: 2rem;
  margin-right: 1rem;
}
.page-header .nav li {
  margin-left: 1rem;
  padding-left: 1rem;
  position: relative;
}
.page-header .nav li::before {
  content: "";
  background-color: #b0b0b0;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.page-header .nav li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.page-header .nav li:first-child::before {
  display: none;
}
.page-header .nav a {
  font-size: 1.125rem;
  font-weight: bold;
}
.page-header .nav a.active {
  color: #00a9d8;
}
.page-header .nav span {
  color: #b0b0b0;
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .page-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-header .title {
    margin-bottom: 0;
  }
  .page-header .title b {
    position: relative;
    top: -3rem;
  }
  .page-header .nav {
    margin-top: -1.75rem;
    margin-left: 12.5rem;
  }
}
.page-header-secondary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* PAGE-LIST */
.page-list-item {
  margin-bottom: 2rem;
}
.page-list-txt {
  border-radius: 0.5rem;
  border: 2px solid #f1f1f1;
  padding: 2rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}
.page-list-txt:hover {
  background-color: #00a9d8;
  color: #ffffff;
}
.page-list-txt:hover .title {
  color: #ffffff;
}
.page-list-txt:hover .date {
  color: #ffffff;
}
.page-list-txt:hover .date::after {
  background-image: url(../images/arrow-select.svg);
  right: 2rem;
}
.page-list-txt:hover .pic {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.page-list-txt a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1400px) {
  .page-list-txt {
    padding: 4.75rem 4rem;
  }
}
.page-list-txt .title {
  color: #231815;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
  height: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-list-txt .text {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
  height: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-list-txt .date {
  color: #00a9d8;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page-list-txt .date::after {
  content: "";
  background-image: url(../images/arrow-default.svg);
  width: 30px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 576px) {
  .page-list-txt .title {
    font-size: 1.375rem;
    letter-spacing: 0.1rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    height: 60px;
  }
  .page-list-txt .text {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin-bottom: 3rem;
    height: 50px;
  }
  .page-list-txt .date {
    font-size: 1.0625rem;
  }
}

/* PAGINATION */
.pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.pagination .page-item {
  margin: 0 0.5rem;
}
.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #00a9d8;
  background-color: transparent;
  color: #00a9d8;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}
.pagination .page-link:hover, .pagination .page-link.active {
  border-color: #00a9d8;
  background-color: #00a9d8;
  color: #ffffff;
}
.pagination .page-arrow {
  color: #b0b0b0;
  font-size: 2rem;
  text-align: center;
  margin: 0 1rem;
}
.pagination .page-arrow:hover {
  color: #00a9d8;
}
@media (min-width: 992px) {
  .pagination .page-arrow {
    margin: 0 2rem;
  }
}

/* BACK */
.back {
  display: inline-block;
  border: 1px solid #00a9d8;
  border-radius: 1.5625rem;
  color: #00a9d8;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 45px;
  width: 200px;
  height: 45px;
}
.back span {
  display: inline-block;
  background-image: url(../images/arrow-default.svg);
  width: 30px;
  height: 10px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 0.75rem;
}
.back:hover {
  background-color: #00a9d8;
  color: #ffffff;
}
.back:hover span {
  background-image: url(../images/arrow-select.svg);
}
@media (min-width: 576px) {
  .back {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
/*  ABOUT HISTORY */
.about-history .nav li {
  padding-left: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.about-history .nav li::before {
  content: "";
  background-color: #00a9d8;
  width: 1px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
}
.about-history .date {
  color: #00a9d8;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
}
.about-history .date::before {
  content: "";
  border-radius: 50%;
  background-color: #00a9d8;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
}
.about-history .text {
  letter-spacing: 0.05rem;
}
@media (min-width: 576px) {
  .about-history .date {
    font-size: 1.5rem;
  }
  .about-history .text {
    font-size: 1.125rem;
  }
}

/*  ABOUT TEXT */
.about-text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
.about-text h2 {
  color: #00a9d8;
  font-size: 1.125rem;
  font-weight: bold;
}
.about-text .link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}
.about-text .link img {
  margin-right: 0.5rem;
}
.about-text .link span {
  border-radius: 50rem;
  border: 1px solid #00a9d8;
  color: #00a9d8;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.25rem 1rem;
}
.about-text .link:hover span {
  background-color: #00a9d8;
  color: #ffffff;
}
@media (min-width: 576px) {
  .about-text h2 {
    font-size: 1.375rem;
  }
  .about-text p {
    font-size: 1.125rem;
  }
}

/*------------------------------------*\
    BRAND
\*------------------------------------*/
/* BRAND VIEW */
.brand-view-title {
  text-align: center;
  margin-bottom: 3rem;
}
.brand-view-title .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brand-view-title .nav li {
  margin: 1rem 0;
}
.brand-view-title .nav li a {
  display: inline-block;
  border: 1px solid #00a9d8;
  border-radius: 1.5625rem;
  color: #00a9d8;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 45px;
  width: 230px;
  height: 45px;
}
.brand-view-title .nav li a:hover, .brand-view-title .nav li a.active {
  background-color: #00a9d8;
  color: #ffffff;
}
@media (min-width: 576px) {
  .brand-view-title .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .brand-view-title .nav li {
    margin: 0 1rem;
  }
  .brand-view-title .nav li a {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }
}
.brand-view-text .page-list-txt .title {
  font-size: 1.75rem;
  line-height: 1.5;
  height: auto;
  overflow: visible;
  -o-text-overflow: initial;
     text-overflow: initial;
  -webkit-line-clamp: initial;
  margin-bottom: 4rem;
}
.brand-view-text .page-list-txt .title span {
  display: block;
  font-size: 1.25rem;
}
.brand-view-text .page-list-txt .pic {
  width: 70px;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media (min-width: 576px) {
  .brand-view-text .page-list-txt .title {
    font-size: 2.25rem;
  }
  .brand-view-text .page-list-txt .pic {
    width: auto;
  }
}
@media (min-width: 1600px) {
  .brand-view-text .page-list-txt .pic {
    top: 4.75rem;
    right: 4rem;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
/*  NEWS VIEW */
.news-view {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .news-view {
    max-width: 1000px;
  }
}
.news-view-title {
  border-bottom: 1px solid #ededed;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}
.news-view-title .title {
  color: #231815;
  font-size: 1.5rem;
  font-weight: bold;
}
.news-view-title .date {
  font-size: 1.0625rem;
  letter-spacing: 0.05rem;
}
@media (min-width: 576px) {
  .news-view-title .title {
    font-size: 2rem;
  }
  .news-view-title .date {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }
}
.news-view-text {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
}
@media (min-width: 576px) {
  .news-view-text {
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.075rem;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
  padding: 0;
}
.contact > section {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .contact > section {
    padding: 6rem 0;
  }
}
.contact-main {
  background-color: #f7f7f7;
}
.contact-sub .page-header {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-sub .page-header .text {
  margin-bottom: 0;
}

/* CONTACT INFO */
.contact-info .title {
  color: #00a9d8;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.125rem;
  margin-bottom: 2rem;
}
.contact-info .title span {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
}
.contact-info .nav {
  margin-bottom: 2.5rem;
}
.contact-info .nav li {
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-info .nav li span {
  padding-right: 1.25rem;
  margin-right: 1.25rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
.contact-info .nav li span::after {
  content: "";
  background-color: #c1c2c2;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.contact-info iframe {
  display: block;
  width: 100%;
  height: 250px;
}
@media (min-width: 576px) {
  .contact-info .nav li {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .contact-info .nav {
    margin-bottom: 0;
  }
}

/* CONTACT FORM */
.contact-form > .row {
  margin: 0 -1rem;
}
.contact-form .form-group {
  padding: 0 1rem;
  margin-bottom: 1.5rem;
}
.contact-form .col-form-label {
  font-weight: bold;
}
.contact-form .col-form-label span {
  color: #00a9d8;
}
.contact-form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(35, 24, 21, 0.3);
}
.contact-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #00a9d8;
}
.contact-form .code {
  position: relative;
  padding-right: 140px;
}
.contact-form .code img {
  position: absolute;
  bottom: 0;
  right: 1rem;
}
.contact-form .btn {
  border-radius: 0.25rem;
  border: none;
  background-color: #00a9d8;
  color: #ffffff;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  max-width: 190px;
}
.contact-form .btn:hover {
  background-color: #231815;
}
@media (min-width: 576px) {
  .contact-form .col-form-label {
    font-size: 1.125rem;
  }
  .contact-form .form-control {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .contact-form .textarea > [class*=col-]:first-child {
    width: 12%;
  }
  .contact-form .textarea > [class*=col-]:last-child {
    width: 88%;
  }
}

/*------------------------------------*\
    PRODUCT
\*------------------------------------*/
/* PRODUCT LIST */
.product-list {
  margin: 0 -1.125rem;
}
.product-list-item {
  margin-bottom: 1.5rem;
  padding: 0 1.125rem;
}
@media (min-width: 992px) {
  .product-list-item {
    margin-bottom: 3rem;
  }
}
.product-list-pic a {
  display: block;
  background: #00a9d8;
  overflow: hidden;
  position: relative;
}
.product-list-pic a::before {
  content: "";
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  width: 150px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-list-pic a img {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-list-pic a:hover::before {
  opacity: 1;
}
.product-list-pic a:hover img {
  opacity: 0.3;
}
.product-list-txt {
  margin-top: 1.5rem;
}
.product-list-txt .title {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 600px;
  text-align: center;
}

/* PRODUCT VIEW */
@media (min-width: 992px) {
  .product-view {
    padding-left: 1rem;
    margin-top: 0;
  }
}
.product-view-pic {
  position: relative;
}
.product-view-pic .mySwiper {
  margin-top: 1rem;
}
.product-view-pic .mySwiper .swiper-slide {
  background-color: #00a9d8;
}
.product-view-pic .mySwiper .swiper-slide-thumb-active img {
  opacity: 0.3;
}
@media (min-width: 992px) {
  .product-view-pic .mySwiper {
    margin-left: -1rem;
  }
}
@media (min-width: 1400px) {
  .product-view-pic .mySwiper {
    padding-right: 1rem;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 1.25rem;
  }
  .product-view-pic .mySwiper .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-view-pic .mySwiper .swiper-slide {
    width: 140px !important;
    margin-bottom: 1rem;
  }
}
.product-view-pic .mySwiper2 img {
  width: 100%;
}
.product-view-pic .mySwiper2 .swiper-button-prev,
.product-view-pic .mySwiper2 .swiper-button-next {
  background-image: url(../images/arrow.svg);
  width: 50px;
  height: 50px;
}
.product-view-pic .mySwiper2 .swiper-button-prev::after,
.product-view-pic .mySwiper2 .swiper-button-next::after {
  display: none;
}
.product-view-pic .mySwiper2 .swiper-button-prev {
  left: 0;
}
.product-view-pic .mySwiper2 .swiper-button-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
}
@media (min-width: 992px) {
  .product-view-pic .mySwiper2 {
    margin-left: -1rem;
  }
}
@media (min-width: 1400px) {
  .product-view-pic .mySwiper2 {
    margin-right: 185px;
  }
}
.product-view-txt {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .product-view-txt {
    margin-top: 0;
  }
}
.product-view-txt .logo {
  margin-bottom: 1rem;
}
.product-view-txt .title {
  color: #231815;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .product-view-txt .title {
    font-size: 2.375rem;
  }
}
.product-view-txt .subtitle {
  color: #00a9d8;
  font-size: 1.125rem;
  font-weight: 600px;
  letter-spacing: 0.075rem;
  margin-bottom: 1.25rem;
}
.product-view-txt .text {
  font-size: 1.125rem;
  letter-spacing: 0.075rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 576px) {
  .product-view-txt .text {
    font-size: 1.25rem;
  }
}
.product-view-txt .list {
  padding-left: 1.5rem;
}
.product-view-txt .list li {
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
}
.product-view-txt .list li::marker {
  color: #00a9d8;
}
.product-view-txt .download {
  display: inline-block;
  background-color: #00a9d8;
  border: 1px solid #00a9d8;
  border-radius: 1.5625rem;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 45px;
  width: 200px;
  height: 45px;
  text-align: center;
  margin-top: 3rem;
}
.product-view-txt .download:hover {
  background-color: #ffffff;
  color: #00a9d8;
}
@media (min-width: 576px) {
  .product-view-txt .download {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
    margin-top: 5rem;
  }
}

/* PRODUCT DESC */
.product-desc {
  margin-top: 4rem;
}
.product-desc-tit {
  margin-bottom: 3rem;
}
.product-desc-tit .title {
  color: #00a9d8;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  margin-bottom: 0;
}
.product-desc-txt {
  line-height: 1.8;
}
@media (min-width: 992px) {
  .product-desc-txt {
    font-size: 1.125rem;
  }
}