@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap";
@import "https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined";
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0";
@font-face {
  font-family: "Times";
  font-weight: 400;
  src: url("../fonts/Times Regular.ttf");
}
@font-face {
  font-family: "Times";
  font-weight: 700;
  src: url("../fonts/Times-Bold.ttf");
}
@font-face {
  font-family: "Times";
  font-style: italic;
  src: url("../fonts/Times Italic.ttf");
}
html {
  font-size: 15px;
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #282B28;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */
}

a {
  color: #B47978;
  -webkit-transition: color 0.15s, border 0.15s;
  transition: color 0.15s, border 0.15s;
}
a:hover {
  color: #a05a59;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

hr {
  border-top: 1px solid #c9caca;
}

.small, small {
  font-size: 90%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #696969 !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #696969 !important;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #696969 !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #696969 !important;
}

.bg-light {
  background-color: #f5f6f6 !important;
}

.bg-dark {
  background-color: #282B28 !important;
}

.border-primary {
  border-color: #DDD7CC !important;
}

.border-bottom-bold {
  border-bottom: 6px solid #DDD7CC !important;
}

/* container */
.container {
  max-width: 1350px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-lg {
  max-width: 992px;
}

.container-md {
  max-width: 768px;
}

.container-sm {
  max-width: 640px;
}

.container-product {
  max-width: 1160px;
}
@media (min-width: 992px) {
  .container-product {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* row */
.row {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 768px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row > .col,
.row > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .row > .col,
  .row > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .row > .col,
  .row > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@font-face {
  font-family: "ElegantIcons";
  src: url("../fonts/ElegantIcons.eot");
  src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon] {
  position: relative;
  top: 1px;
  font-style: normal;
}
[data-icon]:before {
  font-family: "ElegantIcons";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

i.material-icons,
i.material-icons-outlined,
i.material-icons-two-tone {
  font-size: inherit;
  position: relative;
  top: 2px;
}

.md-18 {
  font-size: 1.125rem !important;
}

.md-24 {
  font-size: 1.5rem !important;
}

.md-36 {
  font-size: 2.25rem !important;
}

.md-48 {
  font-size: 3rem !important;
}

.md-60 {
  font-size: 3.75rem !important;
}

.md-72 {
  font-size: 4.5rem !important;
}

.text-danger {
  color: #DDD7CC !important;
}

.text-dark {
  color: #282B28 !important;
}

.text-muted {
  color: #696969 !important;
}

.text-sm {
  font-size: 0.9375rem !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.6rem;
  font-weight: bold;
}

h1, .h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 1.575rem;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: 1.35rem;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}

h6, .h6 {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  h6, .h6 {
    font-size: 1rem;
  }
}

.font-weight-medium {
  font-weight: 500 !important;
}

.alert {
  border-radius: 0;
}

.alert-light hr {
  border-top-color: #c9caca;
}

.badge {
  padding-bottom: 0.2em;
  border-radius: 0;
}

.badge-primary {
  background-color: #DDD7CC;
}

.badge-secondary {
  background-color: #c9caca;
}

.badge-danger {
  background-color: #DDD7CC;
}

.btn {
  padding: 0.625rem 1.25rem;
  border-radius: 1.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 991.98px) {
  .btn {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
  }
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.375rem 1rem;
  font-size: 1.125rem;
}

.btn-block {
  min-width: auto;
}

.btn-primary {
  color: #282B28;
  border: 1px solid #DDD7CC;
  background-color: #DDD7CC;
}
.btn-primary:hover {
  color: #282B28;
  border-color: #c9bfad;
  background-color: #c9bfad;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #282B28;
  border-color: #c9bfad;
  background-color: #c9bfad;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #282B28;
  border: 1px solid #DDD7CC;
  background-color: #DDD7CC;
}

.btn-secondary {
  border: 1px solid #e2d3c4;
  background-color: #e2d3c4;
  color: #F0EFED;
}
.btn-secondary:hover {
  border-color: #F0EFED;
  background-color: #F0EFED;
  color: #FFF;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  border-color: #F0EFED;
  background-color: #F0EFED;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  border: 1px solid #e2d3c4;
  background-color: #e2d3c4;
}

.btn-dark {
  border: 1px solid #000;
  background-color: #000;
}
.btn-dark:hover {
  border-color: black;
  background-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
  border-color: black;
  background-color: black;
}
.btn-dark.disabled, .btn-dark:disabled {
  border: 1px solid #000;
  background-color: #000;
}

.btn-sub {
  color: #282B28;
  border: 1px solid #F0EFED;
  background-color: #F0EFED;
}
.btn-sub:hover {
  border-color: #d9d6d1;
  background-color: #d9d6d1;
}
.btn-sub:not(:disabled):not(.disabled):active, .btn-sub:not(:disabled):not(.disabled).active {
  border-color: #d9d6d1;
  background-color: #d9d6d1;
}
.btn-sub.disabled, .btn-sub:disabled {
  border: 1px solid #F0EFED;
  background-color: #F0EFED;
}

.btn-danger {
  border: 1px solid #F07167;
  background-color: #F07167;
}
.btn-danger:hover {
  border-color: #eb4639;
  background-color: #eb4639;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
  border-color: #eb4639;
  background-color: #eb4639;
}
.btn-danger.disabled, .btn-danger:disabled {
  border: 1px solid #F07167;
  background-color: #F07167;
}

.btn-outline-primary {
  color: #DDD7CC;
  border-color: #DDD7CC;
}
.btn-outline-primary:hover {
  border-color: #DDD7CC;
  background-color: #DDD7CC;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  border-color: #c9bfad;
  background-color: #c9bfad;
}

.btn-outline-secondary {
  color: #696969;
  border-color: #696969;
}
.btn-outline-secondary:hover {
  border-color: #696969;
  background-color: #696969;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  border-color: #505050;
  background-color: #505050;
}

.btn-outline-dark {
  color: #282B28;
  border-color: #282B28;
}
.btn-outline-dark:hover {
  border-color: #282B28;
  background-color: #282B28;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
  border-color: #0f110f;
  background-color: #0f110f;
}

.card {
  border: 0;
  border-top: 1px solid #282B28;
  border-bottom: 1px solid #282B28;
  border-radius: 0;
}
@media (min-width: 576px) {
  .card {
    border-top: 2px solid #282B28;
    border-bottom: 2px solid #282B28;
  }
}

.card-coupon {
  height: 100%;
  margin-bottom: 0;
  border: 1px solid #282B28;
  border-top: 2px solid #282B28;
  border-bottom: 2px solid #282B28;
}
.card-coupon .card-title {
  padding-bottom: 0.4rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #c9caca;
}
.card-coupon .card-text {
  margin-bottom: 0.25rem;
}

label.card-coupon {
  cursor: pointer;
}
label.card-coupon.active {
  border-color: #DDD7CC;
}
label.card-coupon .custom-control {
  position: static;
}
label.card-coupon .custom-control-label span {
  position: relative;
  top: 1px;
}
@media (min-width: 992px) {
  label.card-coupon .custom-control-label span {
    top: -1px;
  }
}

.card-news {
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-news:before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  -webkit-box-shadow: 2px 2px 15px 0 rgb(202, 202, 202);
          box-shadow: 2px 2px 15px 0 rgb(202, 202, 202);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.card-news:hover:before {
  opacity: 1;
}
.card-news a {
  color: #282B28;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.card-news a:hover {
  color: #000;
}
.card-news .card-img-top {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  padding-bottom: 79%;
  border-radius: 0;
}
.card-news .card-body {
  padding: 1rem;
  text-align: left;
}
@media (min-width: 768px) {
  .card-news .card-body {
    padding: 1.25rem;
  }
}
.card-news .card-body .card-date {
  display: block;
  margin-bottom: 0.5rem;
}
.card-news .card-body .card-category {
  margin-bottom: 0.5rem;
}
.card-news .card-body .card-category:before {
  display: block;
  width: 5rem;
  margin-bottom: 1rem;
  content: "";
  border-bottom: 5px solid #23967F;
}
.card-news .card-body .card-category.news:before {
  border-color: #CD7B61;
}
.card-news .card-body .card-category.certification:before {
  border-color: #AAB473;
}
.card-news .card-body .card-category.insurance:before {
  border-color: #929496;
}
.card-news .card-body .card-category.sgs:before {
  border-color: #E5A66C;
}
.card-news .card-body .card-title {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.4rem;
  font-weight: bold;
}
.card-news .card-body .card-text {
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: break-word;
  height: 44px;
}
@media (min-width: 992px) {
  .card-news .card-body .card-text {
    height: 48px;
  }
}

.product-card .product-link {
  display: block;
}
.product-card .product-link .product-figure {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.product-card .product-link .product-figure .product-image {
  width: 100%;
  padding-bottom: 147.2%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-card .product-link .product-title .name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0.5rem;
}
.product-card .product-link .product-price .original {
  color: #B47978;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.news-card-link {
  display: block;
  padding: 1.5rem 0.5rem;
}
@media screen and (max-width: 1199.98px) {
  .news-card-link {
    padding: 1.5rem 0;
  }
}

#news-carousel .news-card-link {
  padding: 0;
}
@media screen and (max-width: 1199.98px) {
  #news-carousel .news-card-link {
    padding: 0;
  }
}

.news-card {
  padding: 0.625rem 0.3125rem;
}
.news-card .card-img-top {
  width: 100%;
  padding-bottom: 56.6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-card .news-header {
  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;
  padding: 1.14375rem 1.25rem 0.6875rem;
}
.news-card .news-header .card-category {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.1125rem;
  line-height: 1.33;
  color: #000;
}
.news-card .news-header .card-date {
  font-size: 1rem;
  font-weight: 300;
  color: #F0EFED;
  letter-spacing: 0.1rem;
  line-height: 1.375;
}
.news-card .news-body {
  padding: 0 0.625rem;
}
.news-card .news-body .card-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #F0EFED;
  letter-spacing: 0.15rem;
  line-height: 1.5417;
  padding: 0.44375rem 0.625rem 0.4rem;
  margin-bottom: 0.5rem;
  border-top: 1px solid #F0EFED;
  border-bottom: 1px solid #F0EFED;
  font-family: "Noto Serif TC", serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-card .news-body .card-text {
  padding: 0 0.625rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.1125rem;
  line-height: 1.78;
  min-height: 5.63rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-card .news-footer {
  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-top: 2.075rem;
}
.news-card .news-footer .card-btn {
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  line-height: 1.3571;
  color: #F0EFED;
  border: 1px solid #F0EFED;
  padding: 0.5625rem 0 0.425rem;
  min-width: 7.29375rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-card .news-footer .card-btn:hover, .news-card .news-footer .card-btn:active {
  background-color: #F0EFED;
  color: #FFF;
}

.form-row.no-gutters {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}
.form-row.no-gutters:before {
  position: absolute;
  top: calc(2.25rem + 1px);
  display: block;
  width: 100%;
  content: "";
  border-bottom: 1px solid #DDD7CC;
}
.form-row.no-gutters > .col,
.form-row.no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.form-control {
  color: #282B28;
  border: 1px solid #282B28;
  border-radius: 0;
}
.form-control:focus {
  border: 1px solid #DDD7CC;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f5f6f6;
}

.form-group {
  position: relative;
  margin-bottom: 2rem;
}
.form-group label {
  top: 0.4rem;
  left: 0;
  position: absolute;
  z-index: 1;
  left: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-group label {
    left: 1rem;
  }
}
.form-group label span {
  position: relative;
  top: -6px;
  margin-left: 0.25rem;
  color: #F07167;
  font-size: 80%;
}
.form-group label + .custom-control-inline {
  margin-left: 6.3rem;
}
@media (min-width: 768px) {
  .form-group label + .custom-control-inline {
    margin-left: 6.8rem;
  }
}
.form-group .form-control {
  padding-left: 6.3rem;
  border: 0;
  border-bottom: 1px solid #DDD7CC;
}
@media (min-width: 768px) {
  .form-group .form-control {
    padding-left: 6.8rem;
  }
}
.form-group .form-control:focus {
  border: 0;
  border-bottom: 1px solid #000;
}
.form-group .form-control::disabled, .form-group .form-control[readonly] {
  background-color: #c9caca;
}
.form-group .custom-select {
  padding-left: 6.3rem;
  padding-right: 2.25rem;
}
@media (min-width: 768px) {
  .form-group .custom-select {
    padding-left: 6.8rem;
  }
}
.form-group .form-text {
  margin-top: 0.5rem;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .form-group .form-text {
    padding-left: 1rem;
  }
}
.form-group em.error {
  margin: 0.25rem 0 -25px;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .form-group em.error {
    padding-left: 1rem;
  }
}
.form-group em.error + .form-text {
  margin-top: 28px;
}

.error {
  color: #F07167;
}

em.error {
  display: block;
  font-size: 90%;
  font-style: normal;
}

.input-group {
  margin-bottom: 2rem;
}
.input-group .form-control {
  border: 0;
  border-bottom: 1px solid #DDD7CC;
}
.input-group .form-control:disabled, .input-group .form-control[readonly] {
  background-color: #f5f6f6;
}

.custom-select {
  color: #DDD7CC;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #DDD7CC;
  background: url(../img/icon/arrow-down_primary.svg) right 10px top 14px/15px auto no-repeat;
}
.custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #000;
}
.custom-select.border {
  padding-left: 0.75rem;
  border: 0.5px solid #DDD7CC !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #DDD7CC;
  background-color: #DDD7CC;
}
.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #DDD7CC !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-control-input:active ~ .custom-control-label::before {
  border-color: #DDD7CC !important;
  background-color: transparent !important;
}

.custom-control-label {
  cursor: pointer;
}
.custom-control-label:before, .custom-control-label:after {
  top: 0.2rem;
}
.custom-control-label::before {
  border-color: #696969;
}

.custom-control-inline {
  margin-right: 1.5rem;
}
.custom-control-inline em.error {
  bottom: -1.5rem;
  left: 0;
  position: absolute;
  white-space: nowrap;
}

textarea.form-control {
  border: 0;
  border-bottom: 1px solid #DDD7CC;
}
textarea.form-control:focus {
  border: 0;
  border-bottom: 1px solid #000;
}
textarea.form-control[rows="1"] {
  height: calc(2.25rem + 2px);
}

.list-group-item {
  border: 1px solid #c9caca;
}

button.close {
  text-shadow: none;
}

.modal-content {
  border: 0;
  border-radius: 0;
  background-color: #DDD7CC;
}

.modal-header {
  border-bottom: 0;
}
.modal-header .close {
  margin-right: -0.5rem;
}

.modal-body {
  color: #fff;
}
.modal-body .btn {
  min-width: 110px;
  color: #000;
}

.modal-footer {
  min-height: 56px;
  border-top: 0;
}

.notice-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #DDD7CC;
  color: #FFF;
  border-radius: 10px;
  min-width: 300px;
  padding: 10px 20px;
  text-align: center;
}

.nav {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 576px) {
  .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav .nav-link {
  position: relative;
  color: #282B28;
}
@media (min-width: 400px) {
  .nav .nav-link {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) {
  .nav .nav-link {
    padding: 0.5rem 1rem 0.14rem;
  }
}
.nav .nav-link:hover {
  color: #DDD7CC;
}
.nav .nav-link.active {
  color: #DDD7CC;
}

.nav-top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6px;
}
.nav-top .nav-link {
  color: #F0EFED;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 576px) {
  .nav-top .nav-link {
    font-size: 1.125rem;
  }
}
.nav-top .nav-link:hover, .nav-top .nav-link.active {
  color: #DDD7CC;
}

.nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  border-bottom: 1px solid #F0EFED;
}
@media screen and (max-width: 576px) {
  .nav-tabs {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}
.nav-tabs .nav-item {
  margin: 0 0.25rem;
}
.nav-tabs .nav-item .nav-link {
  color: #696969;
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: 0.1125rem;
  border: unset;
  border-bottom: 6px solid transparent;
  background-color: transparent;
}
.nav-tabs .nav-item .nav-link:hover {
  color: #B47978;
}
.nav-tabs .nav-item .nav-link.active {
  color: #B47978;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.35;
  border-bottom: 6px solid #B47978;
}

.nav-light .nav-link {
  color: #c9caca;
}
.nav-light .nav-link:hover, .nav-light .nav-link.active {
  color: #DDD7CC;
}

.nav-dark .nav-link {
  color: #000;
}
.nav-dark .nav-link:hover, .nav-dark .nav-link.active {
  color: #DDD7CC;
}

/* tabs */
.tab-content > .tab-pane img {
  max-width: 100% !important;
  height: auto !important;
}

.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  margin: 3.875rem 0 0;
}
.pagination .page-item.prev .page-link, .pagination .page-item.next .page-link {
  width: 2.5rem;
  height: auto;
  padding: 0;
}
.pagination .page-item.prev {
  margin-right: 0.9375rem;
}
.pagination .page-item.next {
  margin-left: 0.9375rem;
}
.pagination .page-item.active .page-link {
  cursor: default;
  background-color: transparent;
  border: 1px solid #F0EFED;
  border-radius: 100px;
}
.pagination .page-item.disabled .page-link {
  color: #c9caca;
}
.pagination .page-item.disabled.prev, .pagination .page-item.disabled.next {
  opacity: 0.5;
}
.pagination .page-item:not(.active):not(.prev):not(.next):hover .page-link {
  background-color: #F0EFED;
  border: 1px solid #F0EFED;
  border-radius: 100px;
  color: #FFF;
}
.pagination .page-item .page-link {
  width: 2.25rem;
  height: 2.25rem;
  color: #F0EFED;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.15;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .page-item .page-link:hover {
  background-color: transparent;
}
.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.news-pagination {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 0.5rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-pagination .dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100px;
  background-color: #F0EFED;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/span 1/span 1;
}
.news-pagination .dot:only-child {
  display: none;
}
.news-pagination .pagination-item {
  color: #F0EFED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0;
}
.news-pagination .pagination-item:hover.prev::before {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.news-pagination .pagination-item:hover.next::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.news-pagination .pagination-item span {
  padding: 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.33;
}
.news-pagination .pagination-item.prev::before, .news-pagination .pagination-item.prev::after, .news-pagination .pagination-item.next::before, .news-pagination .pagination-item.next::after {
  display: block;
  width: 2.5rem;
  height: 0.75rem;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-pagination .pagination-item.prev {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/span 1/span 1;
}
.news-pagination .pagination-item.prev::before {
  content: "";
  background-image: url("../img/icon/pagination-left.svg");
}
.news-pagination .pagination-item.next {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/span 1/span 1;
}
.news-pagination .pagination-item.next::after {
  content: "";
  background-image: url("../img/icon/pagination-right.svg");
}

.table {
  border-top: 2px solid #282B28;
  border-bottom: 2px solid #282B28;
}
.table th {
  white-space: nowrap;
}
.table td, .table th {
  font-size: 0.9375rem;
  border-top: 1px solid #282B28;
}
.table thead th {
  border-bottom: 1px solid #282B28;
  font-weight: normal;
}

.table-sm td, .table-sm th {
  padding: 0.5rem;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #c9caca !important;
}

/* cart */
.table-cart {
  margin-bottom: 2rem;
  border-top: 2px solid #282B28;
  border-bottom: 2px solid #282B28;
}
.table-cart td, .table-cart th {
  font-size: 1rem;
  padding: 0.5rem;
  border-top: 1px solid #c9caca;
  text-align: right;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .table-cart td, .table-cart th {
    padding: 0.25rem 2rem;
    border-top: 1px solid #282B28;
    border-left: 1px solid #282B28;
    text-align: center;
  }
}
.table-cart td:first-child, .table-cart th:first-child {
  border-left: 0;
}
.table-cart th {
  font-weight: normal;
  border-bottom: 1px solid #282B28;
}
.table-cart td.td-delete + td, .table-cart td:first-child {
  border-top: 0;
}
.table-cart td .btn {
  min-width: auto;
}
.table-cart td .btn:hover {
  color: #DDD7CC;
}
.table-cart a {
  color: #282B28;
}
.table-cart a:hover {
  color: #DDD7CC;
}
.table-cart .td-delete {
  height: 0;
  padding: 0;
  border-top: 0;
}
@media (min-width: 768px) {
  .table-cart .td-delete {
    display: table-cell;
  }
}
.table-cart .td-delete:before {
  display: none;
}
@media (min-width: 768px) {
  .table-cart .td-delete:before {
    display: block;
  }
}
.table-cart .td-delete .btn-delete {
  top: 2px;
  right: 0;
  position: absolute;
  z-index: 10;
}
@media (min-width: 768px) {
  .table-cart .td-delete .btn-delete {
    position: static;
  }
}
.table-cart .td-delete .btn-delete [data-icon] {
  font-size: 1.5rem;
}
.table-cart .cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-cart .cart-product img {
  max-width: 70px;
}
@media (min-width: 768px) {
  .table-cart .cart-product img {
    max-width: 80px;
  }
}
.table-cart .cart-product .product-figure {
  position: relative;
  margin: 0;
}
.table-cart .cart-product .product-figure .custom-image {
  padding: 0;
}
.table-cart .cart-product .product-figure .custom-image img {
  max-width: 30px;
}
.table-cart .cart-product .cart-title {
  margin-left: 0.75rem;
  padding-right: 3rem;
  text-align: left;
}
@media (min-width: 768px) {
  .table-cart .cart-product .cart-title {
    padding-right: 0;
  }
}
.table-cart .cart-product a {
  display: block;
}
.table-cart .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 0.5rem);
}
.table-cart .cart-quantity .form-control {
  border: 1px solid #c9caca;
}
.table-cart .td-empty:before {
  content: "";
}
.table-cart .td-empty:first-child {
  border-top: 0;
}
.table-cart .discount {
  display: block;
}
.table-cart .discount + .price {
  display: block;
  color: #696969;
  text-decoration: line-through;
}
.table-cart .total-text {
  font-weight: bold;
}
.table-cart .total {
  font-size: 1.25rem;
  font-weight: bold;
  white-space: nowrap;
}

/* respTables.js */
@media (max-width: 767px) {
  .table-resp.table-resp-order td {
    padding-left: 5.5rem;
  }
}
.table-resp tr {
  border-bottom: 1px solid #282B28;
}
.table-resp tr:first-child {
  border-top: 2px solid #282B28;
}
@media (min-width: 768px) {
  .table-resp tr:first-child {
    border-top: 1px solid #282B28;
  }
}
.table-resp th {
  display: none;
}
@media (min-width: 768px) {
  .table-resp th {
    display: table-cell;
  }
}
.table-resp td {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .table-resp td {
    padding-left: 3.5rem;
  }
}
@media (min-width: 768px) {
  .table-resp td {
    display: table-cell;
    width: auto;
  }
}
.table-resp td:before {
  left: 0.5rem;
  position: absolute;
  content: attr(data-before);
  display: block;
  color: #282B28;
}
@media (min-width: 768px) {
  .table-resp td:before {
    content: "";
    width: 0;
  }
}
.table-resp td br {
  display: none;
}
@media (min-width: 768px) {
  .table-resp td br {
    display: block;
  }
}

.block {
  margin-top: 2.5rem;
}
.block__row {
  padding-bottom: 2.5rem;
}
.block__image {
  width: 100%;
}
.block__link {
  text-decoration: underline;
}
.block__content img {
  max-width: 100%;
  height: auto !important;
}
.block__text {
  margin-bottom: 0;
}
.block__title {
  color: #DDD7CC;
  font-size: 1.0625rem;
}
@media (max-width: 767px) {
  .block .col-md-6:first-child > img {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .block .col-md-6:last-child > img {
    margin-top: 1.5rem;
  }
}

/* navbar內容 */
.header-mobile {
  position: relative;
  z-index: 1040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 4.375rem;
  padding: 0 1.875rem;
}
@media screen and (max-width: 575.98px) {
  .header-mobile {
    height: 3.75rem;
  }
}
.header-mobile .navbar-toggler {
  margin: 0.75rem 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  width: 1.5625rem;
  height: 1.5625rem;
  padding: 0.6rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #F0EFED;
  border-radius: 100%;
}
@media screen and (max-width: 767.98px) {
  .header-mobile .navbar-toggler {
    gap: 0.25rem;
    width: 1.2rem;
    height: 1.2rem;
    padding: 0.45rem;
  }
}
.header-mobile .navbar-toggler.active span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.header-mobile .navbar-toggler.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0px, -7px);
          transform: rotate(45deg) translate(0px, -7px);
}
@media screen and (max-width: 767.98px) {
  .header-mobile .navbar-toggler.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(1px, -4px);
            transform: rotate(45deg) translate(1px, -4px);
  }
}
.header-mobile .navbar-toggler.active span:nth-child(2) {
  display: none;
}
.header-mobile .navbar-toggler.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0px, 6px);
          transform: rotate(-45deg) translate(0px, 6px);
}
@media screen and (max-width: 767.98px) {
  .header-mobile .navbar-toggler.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(-1px, 4px);
            transform: rotate(-45deg) translate(-1px, 4px);
  }
}
.header-mobile .navbar-toggler span {
  width: 90%;
  height: 1.5px;
  background-color: #282B28;
}
.header-mobile .navbar-regiest {
  margin: 0.75rem 0;
  width: 2.875rem;
  height: 2.875rem;
  background-color: #F0EFED;
  border-radius: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .header-mobile .navbar-regiest {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.header-mobile .navbar-regiest img {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767.98px) {
  .header-mobile .navbar-regiest img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.header-mobile .nav-logo {
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 767.98px) {
  .header-mobile .nav-logo {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.header-mobile .nav-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.home-wrap .main-navbar {
  background-color: transparent;
  border: unset;
}

/* navbar */
.main-navbar {
  padding: 0;
  background-color: #FFF;
  border-bottom: 1px solid #DDD7CC;
}
.main-navbar .navbar-collapse {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background-color: #FFF;
  display: block;
  height: 0;
  padding: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: height 0.3s ease-out, opacity 0.3s;
  transition: height 0.3s ease-out, opacity 0.3s;
}
.main-navbar .navbar-collapse.show {
  opacity: 1;
  height: 100vh;
  padding: 5rem 1.875rem;
}
.main-navbar .navbar-collapse.show > .navbar-nav {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
.main-navbar .navbar-collapse.show > .navbar-nav .nav-item .nav-link {
  padding: 1.125rem 0;
}
.main-navbar .navbar-collapse > .navbar-nav {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.main-navbar .navbar-nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #282B28;
  font-size: 1.25rem;
  font-weight: 300;
}
.main-navbar .navbar-nav .nav-link .hover-icon {
  display: none;
}
.main-navbar .navbar-nav .nav-link:hover .icon {
  display: none;
}
.main-navbar .navbar-nav .nav-link:hover .hover-icon {
  display: block;
}
.main-navbar .navbar-nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  max-width: 500px;
  margin: 6.25rem auto auto;
}
@media screen and (max-width: 576.98px) {
  .main-navbar .navbar-nav-left {
    margin: 2.5rem auto auto;
  }
}
.main-navbar .navbar-nav-left .nav-item {
  border-bottom: 1.5px solid #DDD7CC;
}
.main-navbar .navbar-nav-left .nav-item .nav-link {
  font-weight: 400;
  color: #282B28;
  word-break: keep-all;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .main-navbar .navbar-nav-left .nav-item .nav-link:hover {
    color: #696969;
  }
}
.main-navbar .navbar-nav-left .nav-item .nav-link.active {
  color: #696969;
}
.main-navbar .dropdown.show .dropdown-toggle:after {
  -webkit-transform: scale(1.1) rotate(180deg) translateY(0);
          transform: scale(1.1) rotate(180deg) translateY(0);
}
.main-navbar .dropdown .dropdown-toggle {
  padding: 0;
  font-weight: 400;
  color: #282B28;
}
.main-navbar .dropdown .dropdown-toggle:after {
  margin-left: auto;
  border: 0;
  content: "3";
  font-family: "ElegantIcons";
  color: #282B28;
  -webkit-transform: scale(1.1) translateY(-1px);
          transform: scale(1.1) translateY(-1px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.main-navbar .dropdown .dropdown-menu {
  z-index: 1000;
  margin: 0;
  padding: 0.5rem 0 1.5rem;
  border: 0;
  border-radius: 0;
  font-size: 1.125rem;
}
.main-navbar .dropdown .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: static;
}
.main-navbar .dropdown .dropdown-menu .dropdown-item {
  color: #282B28;
}
.main-navbar .dropdown .dropdown-menu .dropdown-item:hover {
  color: #696969;
  background-color: transparent;
}

.discount-countdown {
  padding: 0.4375rem;
  background-color: #F0EFED;
  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;
}
.discount-countdown span {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 575.98px) {
  .discount-countdown span {
    font-size: 0.875rem;
  }
}

.side-content, main.content {
  padding-bottom: 6rem;
}
@media (min-width: 992px) {
  .side-content, main.content {
    padding-bottom: 7rem;
  }
}

main.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 50px);
  padding-top: 3rem;
}
@media (min-width: 992px) {
  main.content {
    min-height: calc(100vh - 60px);
    padding-top: 4rem;
  }
}
main.content:not(.not-keep-space) {
  padding-bottom: 32.375rem !important;
}
@media screen and (max-width: 576px) {
  main.content:not(.not-keep-space) {
    padding-bottom: 31.5625rem !important;
  }
}
main.content img {
  max-width: 100%;
  height: auto !important;
}

.section-header {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 3rem;
  }
}
.section-header .section-title {
  display: inline-block;
  min-width: 100%;
  padding: 0 1rem;
  border-bottom: 2px solid #B47978;
}
@media (min-width: 992px) {
  .section-header .section-title {
    min-width: 600px;
  }
}
.section-header .section-title h2 {
  font-family: "Noto Serif TC", serif;
  color: #B47978;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.375rem;
  margin-bottom: 0.25rem;
  line-height: 1.467;
}
@media screen and (max-width: 576px) {
  .section-header .section-title h2 {
    font-size: 1.6rem;
  }
}
.section-header .section-title h2 span {
  display: inline-block;
}
.section-header .section-title h2 span.title-left {
  padding-right: 0.9rem;
}
.section-header .section-title h2 span.title-right::before {
  content: "";
  display: inline-block;
  background-color: #B47978;
  width: 1px;
  height: 2.625rem;
  margin-right: 0.9rem;
  -webkit-transform: translateY(0.875rem);
          transform: translateY(0.875rem);
}
.section-header .section-title h2 span.en-title {
  letter-spacing: normal;
}
.section-header .section-title h2.title-lg {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .section-header .section-title h2.title-lg {
    font-size: 2rem;
  }
}
.section-header .section-title p {
  margin-bottom: 0.4rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 992px) {
  .section-header .section-title p {
    font-size: 1.0625rem;
    letter-spacing: 0.3rem;
  }
}
.section-header.form-style {
  margin-bottom: 0;
}
.section-header.form-style .title-link {
  color: #F0EFED;
}
.section-header.form-style .title-link:hover, .section-header.form-style .title-link.active {
  color: #DDD7CC;
}

.highlight-title {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.highlight-title::before {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  right: -0.9375rem;
  z-index: -1;
  width: 78.13%;
  height: 1.25rem;
  display: block;
}
.highlight-title.style-main::before {
  background-color: rgba(221, 215, 204, 0.9);
}
.highlight-title.style-blue::before {
  background-color: rgba(37, 61, 91, 0.46);
}
.highlight-title.style-orange::before {
  background-color: rgba(185, 129, 99, 0.2);
}
.highlight-title.style-red::before {
  background-color: rgba(211, 87, 83, 0.64);
}
.highlight-title.style-green::before {
  background-color: rgba(35, 150, 127, 0.64);
}

.home-section-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home-section-header .header-left .section-title {
  padding: 0 1.53rem 0 1.625rem;
  border-bottom: 6px solid #F0EFED;
  color: #F0EFED;
  margin: 0;
  font-family: "Noto Serif TC", serif;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1875rem;
  line-height: 1.4667;
}
@media screen and (max-width: 576px) {
  .home-section-header .header-left .section-title {
    padding: 0 0.4688rem 0 0.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    line-height: 1.458;
  }
}
.home-section-header .header-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #F0EFED;
  border-right: 6px solid #F0EFED;
  height: 2.625rem;
  padding-bottom: 3px;
}
.home-section-header .header-right .header-right-inner {
  padding: 0 1.1875rem 0.25rem 1.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  border-bottom: 1px solid #F0EFED;
}
@media screen and (max-width: 576px) {
  .home-section-header .header-right .header-right-inner {
    padding: 0 0 0 0.4688rem;
  }
}
.home-section-header .header-right .header-right-inner .section-des {
  margin: 0;
  color: #696969;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  line-height: 1.35;
}
@media screen and (max-width: 576px) {
  .home-section-header .header-right .header-right-inner .section-des {
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
    line-height: 1.33;
    margin-bottom: 0.3125rem;
  }
}
.home-section-header .header-right .header-right-inner .section-link {
  display: block;
}
.home-section-header .header-right .header-right-inner .section-link .pc-btn {
  color: #F0EFED;
  font-family: "Times", serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.1429;
}
@media screen and (max-width: 576px) {
  .home-section-header .header-right .header-right-inner .section-link .pc-btn {
    display: none;
  }
}
.home-section-header .header-right .header-right-inner .section-link .pc-btn:hover::after, .home-section-header .header-right .header-right-inner .section-link .pc-btn:active::after {
  -webkit-transform: translateY(-9px) scale(1.25);
          transform: translateY(-9px) scale(1.25);
}
.home-section-header .header-right .header-right-inner .section-link .pc-btn::after {
  content: "+";
  display: inline-block;
  font-size: 1.25rem;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-section-header .header-right .header-right-inner .section-link .mobile-btn {
  display: none;
  width: 2.3125rem;
  height: 2.3125rem;
  border-top: 1px solid #F0EFED;
  border-left: 1px solid #F0EFED;
  position: relative;
}
@media screen and (max-width: 576px) {
  .home-section-header .header-right .header-right-inner .section-link .mobile-btn {
    display: block;
  }
}
.home-section-header .header-right .header-right-inner .section-link .mobile-btn::before, .home-section-header .header-right .header-right-inner .section-link .mobile-btn::after {
  content: "";
  display: block;
  background-color: #F0EFED;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-section-header .header-right .header-right-inner .section-link .mobile-btn::before {
  width: 0.225rem;
  height: 1rem;
}
.home-section-header .header-right .header-right-inner .section-link .mobile-btn::after {
  width: 1rem;
  height: 0.225rem;
}

.full-banner-wrap {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.full-bg-wrap {
  width: 100%;
  height: 35vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .full-bg-wrap {
    height: 50vw;
  }
}
@media screen and (max-width: 576px) {
  .full-bg-wrap {
    height: 200vw;
  }
}
.full-bg-wrap .full-bg-inner-wrap {
  height: 35vw;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .full-bg-wrap .full-bg-inner-wrap {
    height: 50vw;
  }
}
@media screen and (max-width: 576px) {
  .full-bg-wrap .full-bg-inner-wrap {
    height: 100vw;
  }
}

.keep-space {
  padding-bottom: 32.375rem !important;
}
@media screen and (max-width: 576px) {
  .keep-space {
    padding-bottom: 31.5625rem !important;
  }
}

/* 無資料 */
.empty {
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0;
}
@media (min-width: 992px) {
  .empty {
    padding: 3rem 0;
  }
}
.empty .empty-icon {
  display: block;
  margin-bottom: 1.25rem;
  color: #c9caca;
  font-size: 4.5rem;
}
.empty h5 {
  margin-bottom: 0;
  font-weight: normal;
}
.empty .btn {
  margin-top: 1.5rem;
}

/* 商品側欄版型 */
.side-menu {
  top: 60px;
  right: 0;
  position: sticky;
  z-index: 3;
  border-bottom: 1px solid #c9caca;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .side-menu {
    position: sticky;
    top: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20%;
    padding: 4.2rem 1% 2rem;
    border-bottom: 0;
    border-right: 1px solid #DDD7CC;
  }
}
.side-menu a {
  color: #696969;
}
.side-menu a:hover {
  color: #B47978;
}
.side-menu .side-brand {
  display: none;
}
@media (min-width: 992px) {
  .side-menu .side-brand {
    display: block;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
}
.side-menu .menu-list {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0;
  padding: 0.75rem 1rem;
  list-style: none;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .side-menu .menu-list {
    width: 100%;
    padding: 0 0.65rem;
    border-bottom: 0;
    white-space: normal;
  }
}
.side-menu .menu-list .menu-item {
  display: inline-block;
}
@media (min-width: 992px) {
  .side-menu .menu-list .menu-item {
    display: block;
  }
}
.side-menu .menu-list .menu-item .menu-link {
  display: inline-block;
  padding: 0.625rem 0;
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .side-menu .menu-list .menu-item .menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.side-menu .menu-list .menu-item .menu-link.active {
  color: #B47978;
}
@media (min-width: 992px) {
  .side-menu .menu-list .menu-item .menu-link i {
    margin-right: 0.25rem;
  }
}

.side-content {
  width: 100%;
}
@media (min-width: 992px) {
  .side-content {
    width: 80%;
  }
}

.footer {
  position: relative;
  color: #000;
  background-color: #DDD7CC;
}
.footer .footer-upper {
  padding: 4.39375rem 0 5.9375rem;
}
@media screen and (max-width: 1199.98px) {
  .footer .footer-upper {
    padding: 4.1rem 1.0625rem 3.93125rem;
  }
}
@media screen and (max-width: 414px) {
  .footer .footer-upper {
    padding: 4.1rem 0.5rem 1.93125rem;
  }
}
@media screen and (max-width: 375px) {
  .footer .footer-upper {
    padding: 4.1rem 0 1.93125rem;
  }
}
.footer .footer-bottom {
  padding: 1.2rem 0 1rem;
  background-color: #F0EFED;
}
.footer .footer-bottom .footer-inner {
  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;
  gap: 0.625rem;
}
@media screen and (max-width: 1199.98px) {
  .footer .footer-bottom .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer.en-style .row:nth-child(2) {
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.footer.en-style .menu-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .footer.en-style .menu-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer.en-style .menu-wrap .menu-title {
  max-width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .footer.en-style .menu-wrap .menu-title {
    max-width: 100%;
    margin: 1.25rem 0 0.875rem;
    font-weight: 500;
  }
}
.footer.en-style .menu-wrap .footer-menu.text-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 1fr 1fr;
  grid-template-columns: 0.7fr 1fr 1fr;
}
@media screen and (max-width: 991.98px) {
  .footer.en-style .menu-wrap .footer-menu.text-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
  }
}
.footer .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .row:nth-child(2) {
  margin-top: 1.125rem;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .footer .row:nth-child(2) {
    margin-top: 2.31875rem;
    margin-bottom: 2.25625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 865px) {
  .footer .row:nth-child(2) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .footer .row > [class^=col] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .logo-wrap {
  display: block;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .footer .logo-wrap {
    height: auto;
    width: 13.7875rem;
    margin-bottom: 2.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .logo-wrap img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .footer .logo-wrap img {
    width: 100%;
    height: auto;
  }
}
.footer .menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.93125rem;
     -moz-column-gap: 0.93125rem;
          column-gap: 0.93125rem;
}
.footer .menu-wrap .menu-title {
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.05625rem;
  line-height: 1.33;
  margin: 0;
  word-break: keep-all;
}
.footer .menu-wrap .footer-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .menu-wrap .footer-menu.text-menu {
  -webkit-column-gap: 1.24375rem;
     -moz-column-gap: 1.24375rem;
          column-gap: 1.24375rem;
}
@media screen and (max-width: 767px) {
  .footer .menu-wrap .footer-menu.text-menu {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}
.footer .menu-wrap .footer-menu.text-menu a {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.3125;
  word-break: keep-all;
  color: #000;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .menu-wrap .footer-menu.text-menu a:hover {
  opacity: 1;
}
.footer .menu-wrap .footer-menu.icon-menu {
  -webkit-column-gap: 1.3125rem;
     -moz-column-gap: 1.3125rem;
          column-gap: 1.3125rem;
}
.footer .menu-wrap .footer-menu.icon-menu .menu-item {
  width: 2.0875rem;
}
.footer .menu-wrap .footer-menu.icon-menu .menu-item img {
  width: 100%;
}
.footer .menu-wrap .footer-menu.icon-menu .menu-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .menu-wrap .footer-menu.icon-menu .menu-item a:hover {
  opacity: 0.8;
}
.footer .info-wrap .menu-wrap:nth-child(2) {
  margin-top: 0.8125rem;
  margin-bottom: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .footer .contact-wrap {
    margin-top: 2.4375rem;
  }
}
.footer .contact-wrap .contact-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1.6875rem;
     -moz-column-gap: 1.6875rem;
          column-gap: 1.6875rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .footer .contact-wrap .contact-header {
    -webkit-column-gap: 0.99375rem;
       -moz-column-gap: 0.99375rem;
            column-gap: 0.99375rem;
    margin-bottom: 0.5625rem;
  }
}
.footer .contact-wrap .contact-body p + p {
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .footer .contact-wrap .contact-body p + p {
    margin-top: 0.375rem;
  }
}
.footer .contact-wrap .company {
  font-size: 1.625rem;
  font-weight: normal;
  letter-spacing: 0.1625rem;
  line-height: 1.346;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer .contact-wrap .company {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    line-height: 1.3;
  }
}
.footer .contact-wrap p {
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.1125rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer .contact-wrap p {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .contact-wrap p.address {
    letter-spacing: 0.05rem;
  }
}
.footer .contact-wrap p .mail {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
.footer .contact-wrap p .mail:hover {
  opacity: 0.8;
}
.footer .copyright {
  font-size: 0.875rem;
  line-height: 1.357;
  letter-spacing: 0.0875rem;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0.1rem;
  }
}
.footer .copyright a {
  color: #000;
}
.footer .copyright a:hover, .footer .copyright a:active, .footer .copyright a:focus {
  text-decoration: underline;
}
.footer .lang-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .lang-wrap span {
  font-size: 0.875rem;
}
.footer .lang-wrap .lang-select {
  background-color: transparent;
  padding: 0.125rem 1rem 0.125rem 0.25rem;
  border: 1px solid #000;
  border-radius: 5px;
  width: 4rem;
  height: 1.8rem;
  cursor: pointer;
  font-size: 0.875rem;
}

.about-section {
  overflow: hidden;
}
.about-section .section-title {
  font-family: "Noto Serif TC", serif;
  font-size: 2.125rem;
  font-weight: 600;
  letter-spacing: 0.255rem;
  line-height: 1.44;
  color: #F0EFED;
}
@media screen and (max-width: 1199.98px) {
  .about-section .section-title {
    font-size: 1.875rem;
    letter-spacing: 0.1875rem;
    line-height: 1.467;
  }
}
.about-section .section-title .hero-en {
  font-family: "Times", serif;
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.125;
}
@media screen and (max-width: 1199.98px) {
  .about-section .section-title .hero-en {
    font-size: 2.25rem;
    line-height: 1.1;
  }
}
.about-section .section-title .title-en {
  font-family: "Times", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 2.625rem;
  line-height: 1.095;
  letter-spacing: 0;
  color: #F0EFED;
}
@media screen and (max-width: 1199.98px) {
  .about-section .section-title .title-en {
    font-size: 2.25rem;
    line-height: 1.1;
  }
}
.about-section .section-des {
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 1199.98px) {
  .about-section .section-des {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 2.125;
  }
}
.about-section .item-title {
  font-family: "Noto Serif TC", serif;
  font-size: 2.1625rem;
  font-weight: 600;
  letter-spacing: 0.2125rem;
  line-height: 1.44;
}
.about-section .item-des {
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  line-height: 1.6;
}

.about-hero-section {
  margin-top: 6.25rem;
}
@media screen and (max-width: 1199.98px) {
  .about-hero-section {
    margin-top: 3.75rem;
  }
}
.about-hero-section .full-banner-wrap {
  position: relative;
}
@media screen and (max-width: 819px) and (min-width: 577px) {
  .about-hero-section .full-banner-wrap {
    overflow: hidden;
  }
}
@media screen and (max-width: 819px) and (min-width: 577px) {
  .about-hero-section .full-banner-wrap img {
    width: 115%;
  }
}
.about-hero-section .section-text-wrap {
  width: 100%;
  position: absolute;
  top: 5.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #DDD7CC;
}
@media screen and (max-width: 1199.98px) {
  .about-hero-section .section-text-wrap {
    top: 2.5rem;
    padding: 0 2.1875rem;
  }
}
.about-hero-section .section-text-wrap .section-title {
  margin-bottom: 1.8125rem;
  color: #DDD7CC;
}
@media screen and (max-width: 1199.98px) {
  .about-hero-section .section-text-wrap .section-title {
    margin-bottom: 1rem;
  }
}

.about-science-section {
  padding: 4.875rem 0 0;
}
@media screen and (max-width: 576px) {
  .about-science-section {
    padding: 0;
  }
}
.about-science-section .full-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.55%;
     -moz-column-gap: 4.55%;
          column-gap: 4.55%;
}
@media screen and (max-width: 1199.98px) {
  .about-science-section .full-banner-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .about-science-section .full-banner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 3.4375rem;
  }
}
.about-science-section .section-image-wrap {
  width: 56.81%;
}
@media screen and (max-width: 768px) {
  .about-science-section .section-image-wrap {
    width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .about-science-section .section-image-wrap {
    width: 100%;
  }
}
.about-science-section .section-text-wrap {
  color: #DDD7CC;
  padding-top: 4rem;
}
@media screen and (max-width: 1280px) {
  .about-science-section .section-text-wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199.98px) {
  .about-science-section .section-text-wrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .about-science-section .section-text-wrap {
    padding: 0 35px;
    margin: 0;
  }
}
.about-science-section .section-text-wrap .section-title {
  margin-bottom: 2rem;
}
.about-science-section .section-text-wrap .section-des {
  margin: 0;
}
@media screen and (max-width: 1199.98px) {
  .about-science-section .section-text-wrap .section-des {
    padding: 0 2px 0 1px;
  }
}

.about-technology-section {
  padding: 5.1875rem 0 6.25rem;
}
@media screen and (max-width: 576px) {
  .about-technology-section {
    padding: 2.5rem 0 3.75rem;
  }
}
.about-technology-section .section-title {
  text-align: center;
  margin: 0 0 2.625rem;
}
@media screen and (max-width: 576px) {
  .about-technology-section .section-title {
    margin: 0 0 3.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .about-technology-section .section-item-row {
    row-gap: 3.75rem;
  }
}
.about-technology-section .section-item-wrap {
  text-align: center;
}
.about-technology-section .section-item-wrap .item-title {
  color: #F0EFED;
  margin-bottom: 1rem;
}
.about-technology-section .section-item-wrap .item-des {
  color: #DDD7CC;
  margin-bottom: 1.5625rem;
}
.about-technology-section .section-item-wrap .item-image-wrap {
  padding: 0 3.75rem;
}
@media screen and (max-width: 1199.98px) {
  .about-technology-section .section-item-wrap .item-image-wrap {
    padding: 0 1.0625rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .about-technology-section .section-item-wrap .item-image-wrap {
    max-width: 21.875rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .about-technology-section .section-item-wrap .item-image-wrap {
    padding: 0 8.94%;
  }
}
.about-technology-section .section-des {
  margin-top: 3.75rem;
  color: #DDD7CC;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .about-technology-section .section-des {
    margin-top: 3.75rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .about-technology-section .section-des {
    margin-top: 3.75rem;
    padding: 0 0.9375rem;
    text-align: left;
  }
}

.about-yourself-section .full-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.55%;
     -moz-column-gap: 4.55%;
          column-gap: 4.55%;
}
@media screen and (max-width: 1199.98px) {
  .about-yourself-section .full-banner-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .about-yourself-section .full-banner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 3.4375rem;
  }
}
.about-yourself-section .section-image-wrap {
  width: 56.81%;
}
@media screen and (max-width: 768px) {
  .about-yourself-section .section-image-wrap {
    width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .about-yourself-section .section-image-wrap {
    width: 100%;
    padding: 0 1.25rem;
  }
}
.about-yourself-section .section-text-wrap {
  color: #DDD7CC;
  padding-top: 8.875rem;
}
@media screen and (max-width: 1280px) {
  .about-yourself-section .section-text-wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199.98px) {
  .about-yourself-section .section-text-wrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .about-yourself-section .section-text-wrap {
    padding: 0 35px;
    margin: 0;
  }
}
.about-yourself-section .section-text-wrap .section-title {
  margin-bottom: 1.875rem;
}
.about-yourself-section .section-text-wrap .section-des {
  margin: 0;
}
@media screen and (max-width: 1199.98px) {
  .about-yourself-section .section-text-wrap .section-des {
    padding: 0 2px 0 1px;
  }
}

.about-eternal-section {
  margin: 5.05625rem auto 5rem;
  width: 100%;
  max-width: 1320px;
  position: relative;
}
@media screen and (min-width: 577px) {
  .about-eternal-section {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .about-eternal-section {
    margin: 3.75rem auto 3.4375rem;
  }
}
@media screen and (min-width: 577px) {
  .about-eternal-section .full-bg-inner-wrap {
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 9.375rem;
  }
}
@media screen and (max-width: 991.98px) {
  .about-eternal-section .full-bg-inner-wrap {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .about-eternal-section .full-bg-inner-wrap {
    padding-top: 3rem;
  }
}
.about-eternal-section .section-inner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about-eternal-section .section-text-wrap {
  color: #FFF;
  padding-left: 18.73%;
}
@media screen and (max-width: 991.98px) {
  .about-eternal-section .section-text-wrap {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .about-eternal-section .section-text-wrap {
    padding: 0 0.9375rem;
  }
}
.about-eternal-section .section-text-wrap .section-title {
  margin-bottom: 2rem;
}
.about-eco-section .full-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .about-eco-section .full-banner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 3.75rem;
  }
}
.about-eco-section .section-text-wrap {
  color: #DDD7CC;
  padding-top: 6.5rem;
  padding-left: 10.07%;
}
@media screen and (max-width: 1440px) {
  .about-eco-section .section-text-wrap {
    padding: 0 0 0 2.75rem;
  }
}
@media screen and (max-width: 1280px) {
  .about-eco-section .section-text-wrap {
    padding: 0 0 0 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .about-eco-section .section-text-wrap {
    padding: 0 1.25rem 0 2.1875rem;
  }
}
.about-eco-section .section-text-wrap .section-title {
  margin-bottom: 2rem;
}
.about-eco-section .section-image-wrap {
  width: 56.81%;
}
@media screen and (max-width: 768px) {
  .about-eco-section .section-image-wrap {
    width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .about-eco-section .section-image-wrap {
    width: 100%;
    padding: 0 1.25rem;
  }
}

/* login */
.login-sns {
  margin: 1.83125rem 0 1.90625rem;
}
.login-sns .btn-fb-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.login-sns .btn-fb-login:hover span {
  background-color: #DDD7CC;
  color: #FFF;
}
.login-sns .btn-fb-login img {
  margin: 0 0.75rem 0 1.25rem;
}
@media screen and (max-width: 575.98px) {
  .login-sns .btn-fb-login img {
    margin: 0 0.75rem 0 1rem;
  }
}
.login-sns .btn-fb-login span {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.125rem;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  border: 1.5px solid #707070;
  color: #DDD7CC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 575.98px) {
  .login-sns .btn-fb-login span {
    margin-right: 1rem;
  }
}

.login-account .alert {
  padding: 0;
  margin: 0 0 2.3125rem;
}
.login-account .alert .alert-heading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #58595b;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.15rem;
  line-height: 1.33;
}
.login-account .alert .alert-heading span {
  font-size: 1.75rem;
  margin-right: 0.625rem;
  color: #58595b;
}
.login-account .alert .alert-content {
  color: #58595b;
  font-size: 0.875rem;
  letter-spacing: 0.07rem;
  line-height: 1.86;
  margin: 0 0.4375rem;
}
@media screen and (max-width: 575.98px) {
  .login-account .alert .alert-content {
    margin: 0 0.5625rem 0 0.875rem;
  }
}
.login-account a {
  color: #B47978;
}
.login-account a:hover {
  color: #a05a59;
}
.login-account .form-group label {
  color: #58595b;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  line-height: 1.35;
  top: 0.55rem;
  left: 1rem;
}
@media screen and (max-width: 575.98px) {
  .login-account .form-group label {
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
  }
}
.login-account .form-group .form-control {
  padding: 0.875rem 0.75rem 0.75rem 5.375rem;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  height: 2.875rem;
}
.login-account .form-group ::-webkit-input-placeholder {
  color: #696969 !important;
  font-weight: 300;
}
.login-account .form-group ::-moz-placeholder {
  color: #696969 !important;
  font-weight: 300;
}
.login-account .form-group :-ms-input-placeholder {
  color: #696969 !important;
  font-weight: 300;
}
.login-account .form-group ::-ms-input-placeholder {
  color: #696969 !important;
  font-weight: 300;
}
.login-account .form-group ::placeholder {
  color: #696969 !important;
  font-weight: 300;
}
.login-account .forget-password-wrap {
  margin: 1.3125rem 8.03125rem 2.5rem;
}
@media screen and (max-width: 575.98px) {
  .login-account .forget-password-wrap {
    margin: 1.21875rem 0.9375rem 2.25rem;
  }
}
.login-account .forget-password-wrap .form-recovery {
  text-decoration: underline;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.1125rem;
  line-height: 1.33;
}

.login-hr {
  margin: 0 0 1.72rem;
  border-color: #58595b;
}

.btn-auth {
  min-width: 160px;
  min-height: 42px;
  padding: 9px 6px 6px;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.125rem;
  line-height: 1.35rem;
}

.register-form .form-title {
  margin: 1.175rem 0 1.25rem;
  color: #58595b;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.15rem;
  line-height: 1.33;
}
.register-form .form-text {
  margin: 1.21875rem 0.5625rem 3.5rem 1.4375rem;
  padding: 0;
}
.register-form .form-text li {
  color: #58595b;
  font-size: 0.875rem;
  letter-spacing: 0.07rem;
  line-height: 1.86;
}
.register-form .form-text li::marker {
  content: "*";
}
.register-form .form-group label {
  left: 1rem;
}
.register-form .form-group .form-control {
  padding-left: 6.8125rem;
}
.register-form .form-group .form-control.password-confirm {
  padding-left: 9.0625rem;
}
.register-form .agree-wrap {
  margin: 1.25rem 1.25rem 3.875rem;
}
@media screen and (max-width: 575.98px) {
  .register-form .agree-wrap {
    margin: 1.21875rem 0.9375rem 2.5625rem;
  }
}
.register-form .agree-wrap .custom-checkbox {
  padding-left: 1.875rem;
}
.register-form .agree-wrap .custom-control-label {
  font-size: 1.125rem;
  letter-spacing: 0.1125rem;
  line-height: 1.33;
  color: #58595b;
}
.register-form .agree-wrap .custom-control-label::before, .register-form .agree-wrap .custom-control-label::after {
  left: -2rem;
  top: 0.05rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: unset;
  border: 1px solid #707070;
}
.register-form .agree-wrap a {
  font-size: 1.125rem;
  letter-spacing: 0.1125rem;
  text-decoration: underline;
}
.register-form .g-recaptcha {
  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-bottom: 2.5rem;
}

/* redirect */
.redirect-action {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.redirect-action i.material-icons-outlined {
  display: inline-block;
  margin-bottom: 1rem;
  color: #000;
  font-size: 3.6rem;
}

/* coupon */
.coupon-container {
  padding: 0 0.75rem 2rem;
}
@media (min-width: 1200px) {
  .coupon-container {
    padding: 0 0 2rem;
  }
}

.section-map {
  height: 370px;
}

.section-contact .form-group {
  margin-bottom: 1.75rem;
}
.section-contact .form-group label {
  color: #58595b;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  line-height: 1.35;
  top: 0.55rem;
  left: 1rem;
}
@media screen and (max-width: 575.98px) {
  .section-contact .form-group label {
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
  }
}
.section-contact .form-group .form-control {
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  border-bottom: 1px solid #282B28;
  background-color: transparent;
}
.section-contact .form-group .form-control:focus {
  border-bottom: 1px solid #DDD7CC;
}
.section-contact .form-group input.form-control {
  height: 2.875rem;
  padding: 0.875rem 0.75rem 0.75rem 5.375rem;
}
.section-contact .form-group .help-block {
  left: 0;
}
.section-contact .form-group.textarea-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: static;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575.98px) {
  .section-contact .form-group.textarea-style {
    margin-bottom: 1.25rem;
  }
}
.section-contact .form-group.textarea-style label {
  padding: 0.625rem 0.75rem 1rem 1rem;
  position: static;
  height: 2.875rem;
}
.section-contact .form-group.textarea-style textarea.form-control {
  border-top: 1px solid #282B28;
  padding: 0.875rem 0.75rem 0.75rem 1rem;
  min-height: 9.3rem;
}
.section-contact form {
  padding: 0 2.5rem;
}
@media screen and (max-width: 575.98px) {
  .section-contact form {
    padding: 0;
  }
}

.contact-banner {
  margin-top: -4rem;
  margin-bottom: 3.3125rem;
}
@media screen and (max-width: 991px) {
  .contact-banner {
    margin-top: -3rem;
    width: 100vw;
    margin-left: -20px;
  }
}

@media screen and (max-width: 1199.98px) {
  .contact-bottom-wrap [class*=col]:nth-child(1) {
    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;
  }
}
.contact-bottom-wrap [class*=col]:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 1199.98px) {
  .contact-bottom-wrap [class*=col]:nth-child(2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1199.98px) {
  .contact-bottom-wrap [class*=col]:nth-child(2) button {
    margin-top: 2.5rem;
  }
}

.home-bg-section {
  position: relative;
  width: 100%;
  height: 500px;
}
.home-bg-section > .container {
  height: 100%;
}
.home-bg-section > .container > .row {
  height: 100%;
}
.home-bg-section > .container > .row > * {
  height: 100%;
}
.home-bg-section.hero-section {
  height: 690px;
}
@media screen and (max-width: 576.98px) {
  .home-bg-section.hero-section {
    height: 100vh;
    max-height: 690px;
  }
}
.home-bg-section.hero-section .section-bg-wrap:after {
  background-color: rgba(40, 43, 40, 0.5);
}
.home-bg-section.hero-section .section-inner {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(50% + 4.375rem));
          transform: translate(-50%, calc(50% + 4.375rem));
}
@media screen and (max-width: 576.98px) {
  .home-bg-section.hero-section .section-inner {
    height: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, calc(-7vh - 4.375rem));
            transform: translate(-50%, calc(-7vh - 4.375rem));
  }
}
@media screen and (max-width: 576.98px) {
  .home-bg-section.exposure-section .section-inner {
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -5.75rem);
            transform: translate(-50%, -5.75rem);
  }
}
@media screen and (max-width: 576.98px) {
  .home-bg-section.entrepreneur-section .section-inner {
    padding: 2.5rem 0;
  }
}
.home-bg-section .section-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.home-bg-section .section-bg-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-bg-section .section-bg-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(105, 105, 105, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.home-bg-section .section-inner {
  width: 100%;
  height: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
}
.home-bg-section .section-inner .section-title {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  .home-bg-section .section-inner .section-title {
    font-size: 2rem;
  }
}
.home-bg-section .section-inner .section-sub-title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 1.25rem 0 2.5rem;
}
@media screen and (max-width: 991.98px) {
  .home-bg-section .section-inner .section-sub-title {
    font-size: 1.25rem;
    margin: 1rem 0 1.875rem;
  }
}
.home-bg-section .section-inner .section-des {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin: 1.875rem 0;
}
@media screen and (max-width: 991.98px) {
  .home-bg-section .section-inner .section-des {
    font-size: 1rem;
  }
}
.home-bg-section .section-inner .btn-wrap {
  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;
  gap: 1.875rem;
}
@media screen and (max-width: 991.98px) {
  .home-bg-section .section-inner .btn-wrap {
    gap: 0.625rem;
  }
}

.home-product-section {
  overflow: hidden;
  background-color: #F0EFED;
  padding: 4.375rem 0;
}
.home-product-section .section-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575.98px) {
  .home-product-section .section-inner {
    width: 100vw;
    margin-left: -20px;
  }
}
.home-product-section .section-inner .section-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.news img {
  max-width: 100%;
}
.news .news-content {
  margin: 0 auto;
  padding-top: 1.5rem;
}
@media (min-width: 576px) {
  .news .news-content {
    padding-top: 4.875rem;
  }
}
.news .news-header .home-section-header {
  margin-bottom: 0.78125rem;
}
.news .news-header .home-section-header .header-right .header-right-inner .section-des {
  color: #F0EFED;
}
.news .news-header .home-section-header .header-right .header-right-inner .section-link .mobile-btn::before {
  width: 1.7rem;
  height: 1.7rem;
  background-image: url("../img/icon/arrow-share.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: unset;
  -webkit-transform: translate(-45%, -57%);
          transform: translate(-45%, -57%);
}
.news .news-header .home-section-header .header-right .header-right-inner .section-link .mobile-btn::after {
  content: unset;
}
.news .news-header .news-subtitle {
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 5px solid #DDD7CC;
}
.news .news-header .news-title {
  font-family: "Noto Serif TC", serif;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1875rem;
  line-height: 1.46;
  color: #DDD7CC;
  margin: 0 1.5625rem;
}
@media screen and (max-width: 576px) {
  .news .news-header .news-title {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    line-height: 1.5;
    margin: 0;
  }
}
.news .news-body {
  padding: 4.1875rem 1.5625rem 7.875rem;
}
@media screen and (max-width: 576px) {
  .news .news-body {
    padding: 1.4375rem 0 13.75rem;
  }
}
.news .news-footer {
  text-align: center;
}

main.news-view {
  padding: 0;
}
main.news-view .hero-banner {
  width: 100%;
  padding-bottom: 52.12%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767.98px) {
  main.news-view .hero-banner {
    width: 100vw;
    margin-left: -20px;
    padding-bottom: 62.32vw;
  }
}

/* 商品列表 */
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  border: 0;
  border-bottom: 1px solid #c9caca;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.card-product:nth-child(2n):after {
  border: 0;
}
@media (min-width: 992px) {
  .card-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .card-product:nth-child(2n):after {
    border-right: 1px solid #c9caca;
  }
  .card-product:nth-child(3n):after {
    border: 0;
  }
}
.card-product:before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  -webkit-box-shadow: 2px 2px 15px 0 rgb(202, 202, 202);
          box-shadow: 2px 2px 15px 0 rgb(202, 202, 202);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.card-product:after {
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  content: "";
  z-index: 1;
  border-right: 1px solid #c9caca;
}
.card-product:hover {
  border-color: transparent;
  background-color: #fff;
}
.card-product:hover:before {
  top: -1px;
  left: -1px;
  z-index: 2;
  width: calc(100% + 1px);
  height: calc(100% + 2px);
  opacity: 1;
}
.card-product a {
  color: #282B28;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.card-product a:hover {
  color: #000;
}
.card-product .card-link {
  position: relative;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
}
@media (min-width: 768px) {
  .card-product .card-link {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .card-product .card-link {
    padding: 0.5rem 1.5rem;
  }
}
@media (min-width: 1440px) {
  .card-product .card-link {
    padding: 1rem 3rem;
  }
}
.card-product .card-link:hover .card-text span:first-child {
  color: #B47978;
}
.card-product .custom-image {
  top: 0;
  left: 0;
  position: absolute;
  width: 40%;
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .card-product .custom-image {
    width: 35%;
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .card-product .custom-image {
    top: 4%;
    left: 0;
    position: absolute;
  }
}
.card-product .custom-image img {
  max-width: 100%;
}
.card-product .card-img-top {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  border-radius: 0;
}
.card-product .card-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0.25rem;
}
@media (min-width: 768px) {
  .card-product .card-body {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.card-product .card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .card-product .card-content {
    max-width: 80%;
  }
}
.card-product .card-content .card-category {
  margin-bottom: 0.25rem;
  font-weight: normal;
}
.card-product .card-content .card-title {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.4rem;
  font-weight: bold;
}
.card-product .card-content .card-title .expiring {
  font-weight: normal;
}
.card-product .card-content .card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-product .card-content .card-text > span {
  display: block;
  line-height: 1;
}
.card-product .card-content .card-text > span small {
  font-size: 0.9375rem;
}
.card-product .card-content .card-text .discount {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0.25rem;
  font-size: 1.375rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .card-product .card-content .card-text .discount {
    font-size: 1.5rem;
  }
}
.card-product .card-content .card-text .discount + .original span {
  font-size: 1.125rem;
  font-weight: lighter;
  text-decoration: line-through;
}
.card-product .card-content .card-text .original {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .card-product .card-content .card-text .original {
    font-size: 1.5rem;
  }
}
.card-product .card-action {
  right: 0.1rem;
  bottom: 1.15rem;
  position: absolute;
  margin-left: auto;
  white-space: nowrap;
}
.card-product .card-action .btn {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 24px;
  height: 24px;
  min-width: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .card-product .card-action .btn {
    width: 30px;
    height: 30px;
  }
}
.card-product .card-action .btn-cart {
  background: url(../img/icon/shop_g.svg) 50% 50% no-repeat;
}
.card-product .card-action .btn-cart:hover {
  background-image: url(../img/icon/shop_br.svg);
}
.card-product .card-action .btn-favorite {
  display: none;
  background: url(../img/icon/star_g.svg) 50% 50% no-repeat;
}
@media (min-width: 400px) {
  .card-product .card-action .btn-favorite {
    display: inline-block;
  }
}
.card-product .card-action .btn-favorite:hover {
  background-image: url(../img/icon/star_b.svg);
}
.card-product .card-action .btn-favorite.active {
  background-image: url(../img/icon/star_br.svg);
}

/* 商品詳細 */
.product-content {
  padding: 1rem 0 3.5rem;
}
@media (min-width: 768px) {
  .product-content {
    padding: 2.5rem 0 3.5rem;
  }
}
@media (min-width: 768px) {
  .product-content > [class*=col-]:first-child {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .product-content > [class*=col-]:first-child {
    max-width: 415px;
  }
}

.custom-image {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .custom-image {
    padding: 1rem;
  }
}
.custom-image img {
  max-width: 60px;
}
@media (min-width: 992px) {
  .custom-image img {
    max-width: 120px;
  }
}

.product-col-image {
  position: relative;
}
@media (min-width: 768px) {
  .product-col-image {
    padding-top: 2rem;
  }
}
.product-col-image .custom-image {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .product-col-image .custom-image {
    top: 1.6rem;
    left: 0;
    position: absolute;
  }
}
.product-col-image .custom-image img {
  max-width: 120px;
}
.product-col-image .product-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100%;
}

.product-carousel .owl-thumbs {
  margin: 1rem -0.3rem 0;
}
@media (min-width: 768px) {
  .product-carousel .owl-thumbs {
    margin: 1rem -0.15rem 0;
  }
}
.product-carousel .owl-thumbs .owl-thumb-item {
  position: relative;
  width: calc(20% - 0.6rem);
  margin: 0 0.3rem 0.6rem;
  padding: 0;
  border: 0.3px solid #cfcfcf;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: border 0.15s;
  transition: border 0.15s;
}
@media (min-width: 992px) {
  .product-carousel .owl-thumbs .owl-thumb-item {
    width: calc(20% - 0.3rem);
    margin: 0 0.15rem 0.5rem;
  }
}
.product-carousel .owl-thumbs .owl-thumb-item.active {
  border-color: #F0EFED;
}
.product-carousel .owl-thumbs .owl-thumb-item > div {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100%;
}

.product-col-detail {
  position: relative;
}
@media (min-width: 768px) {
  .product-col-detail > div {
    padding-right: 15px;
  }
}
.product-col-detail .product-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .product-col-detail .product-action {
    margin: 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .product-col-detail .product-action {
    margin: 0 0 1.03rem;
  }
}
.product-col-detail .product-action [class*=btn-] {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.product-col-detail .product-action .btn-favorite {
  width: 65px;
  height: 30px;
  background: url(../img/icon/favorite_g.svg) 0 50% no-repeat;
}
.product-col-detail .product-action .btn-favorite.active {
  background: url(../img/icon/favorite_br.svg) 0 50% no-repeat;
}
.product-col-detail .product-action .btn-share {
  width: 70px;
  height: 30px;
  background: url(../img/icon/share_g.svg) 0 50% no-repeat;
}
.product-col-detail .product-category {
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
  letter-spacing: 0.1125rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .product-col-detail .product-category {
    padding: 0 0.96875rem;
  }
}
.product-col-detail .product-title {
  margin-bottom: 0.78125rem;
  color: #282B28;
}
@media screen and (min-width: 768px) {
  .product-col-detail .product-title {
    padding: 0 0.96875rem;
  }
}
.product-col-detail .product-title h3 {
  font-size: 1.75rem;
  font-weight: normal;
  letter-spacing: 0.175rem;
  line-height: 1.32;
  margin: 0;
}
.product-col-detail .product-title .expiring {
  font-weight: normal;
}
.product-col-detail .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0.5rem 0;
  border-top: 1px solid #DDD7CC;
  border-bottom: 1px solid #DDD7CC;
  color: #B47978;
}
@media screen and (min-width: 768px) {
  .product-col-detail .product-price {
    padding: 0.5rem 0.96875rem;
  }
}
.product-col-detail .product-price > span {
  font-size: 1.75rem;
}
.product-col-detail .product-price > span small {
  font-size: 1rem;
  font-weight: 300;
  color: #696969;
  margin-right: 0.78125rem;
}
.product-col-detail .product-price .discount {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-col-detail .product-price .discount span {
  color: #DDD7CC;
  font-weight: 500;
}
.product-col-detail .product-price .discount + .original span {
  color: #12312b;
  font-weight: 300;
  font-size: 1.5rem;
  text-decoration: line-through;
}
.product-col-detail .product-price .original {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 2rem;
}
.product-col-detail .product-summary {
  margin-bottom: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #DDD7CC;
  white-space: pre-wrap;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.1125rem;
}
@media screen and (min-width: 768px) {
  .product-col-detail .product-summary {
    padding: 1.125rem 0.96875rem 1.25rem;
  }
}
.product-col-detail .product-spec {
  margin-bottom: 1.08rem;
  padding-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.1125rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .product-col-detail .product-spec {
    padding: 0.89375rem 0.96875rem 0;
  }
}
.product-col-detail .product-spec small {
  color: #696969;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
}
.product-col-detail .product-relate {
  margin-bottom: 1.08125rem;
  padding-right: 0;
}
.product-col-detail .product-relate .relate-title {
  margin-bottom: 0.9375rem;
  padding: 0.4375rem 1.93125rem 0.325rem;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.1125rem;
  line-height: 1.33;
  background-color: #F0EFED;
}
@media screen and (max-width: 767px) {
  .product-col-detail .product-relate .relate-title {
    padding: 0.4375rem 0.93125rem 0.325rem;
  }
}
.product-col-detail .product-relate .relate-list {
  margin-bottom: 0.25rem;
  padding: 0.1875rem 0.61875rem;
  list-style: none;
  border-left: 5px solid #DDD7CC;
}
@media screen and (min-width: 768px) {
  .product-col-detail .product-relate .relate-list {
    margin-left: 1rem;
  }
}
.product-col-detail .product-relate .relate-list li {
  margin-bottom: 0.25rem;
}
.product-col-detail .product-relate .relate-list li:last-child {
  margin-bottom: 0;
}
.product-col-detail .product-relate .relate-list li a {
  font-size: 1.125rem;
  color: #DDD7CC;
}
.product-col-detail .product-relate .relate-list li a:hover, .product-col-detail .product-relate .relate-list li a:active {
  color: #F0EFED;
}
@media screen and (min-width: 768px) {
  .product-col-detail .product-buy {
    padding-left: 0.96875rem;
    padding-right: 0;
  }
}
.product-col-detail .product-buy .product-option {
  margin-bottom: 1rem;
}
.product-col-detail .product-buy .product-option label {
  font-size: 1rem;
  font-weight: 300;
  color: #696969;
  letter-spacing: 0.1rem;
}
.product-col-detail .product-buy .product-option .custom-select {
  font-size: 1.125rem;
}
.product-col-detail .product-buy .product-quantity .form-control {
  font-size: 1.75rem;
  font-weight: 500;
}
.product-col-detail .product-buy .btn {
  width: 100%;
  min-width: auto;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1125rem;
  line-height: 1.3;
  padding: 0.52rem 0.75rem 0.4rem;
}
.product-col-detail .product-buy .btn-cart {
  margin-top: 1rem;
  line-height: 2;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .product-col-detail .product-buy .btn-cart {
    height: 100%;
    margin-top: 0;
    padding: 0;
  }
}
.product-col-detail .product-buy .btn-cart img {
  position: relative;
  top: -2px;
  width: 28px;
  margin-right: 0.25rem;
}

.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-quantity button {
  height: calc(2.25rem + 2px);
  border: 0.5px solid #DDD7CC;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.product-quantity button:hover {
  background-color: #DDD7CC;
}
.product-quantity button:hover [data-icon] {
  color: #fff;
}
.product-quantity [data-icon] {
  position: relative;
  top: 2px;
  color: #DDD7CC;
  font-size: 1.375rem;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.product-quantity .form-control {
  border: 0;
  border-top: 0.5px solid #DDD7CC;
  border-bottom: 0.5px solid #DDD7CC;
  border-radius: 0;
  text-align: center;
}

.product-plus {
  list-style: none;
  margin-bottom: 4rem;
  padding: 0;
}
.product-plus .plus-item {
  padding: 0.375rem 0;
  border-bottom: 0.5px solid #DDD7CC;
}
@media screen and (max-width: 1199.98px) {
  .product-plus .plus-item {
    padding: 0.5rem 0;
  }
}
.product-plus .plus-item:first-child {
  border-top: 0.5px solid #DDD7CC;
}
.product-plus .plus-item > .row {
  row-gap: 0.5rem;
}
.product-plus .plus-item > .row > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-plus .plus-item > .row > :nth-child(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-plus .plus-item a {
  color: #DDD7CC;
}
.product-plus .plus-item a:hover {
  color: #F0EFED;
}
.product-plus .plus-item .plus-title {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.33;
  color: #DDD7CC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-plus .plus-item .plus-title .plus-image {
  max-height: 70px;
  margin-right: 1.625rem;
}
.product-plus .plus-item .plus-price span {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 300;
  color: #696969;
}
.product-plus .plus-item .plus-price strong {
  margin-left: 0.8625rem;
}
.product-plus .plus-item .plus-price .original {
  margin-right: 0.75rem;
}
@media (min-width: 768px) {
  .product-plus .plus-item .plus-price .original {
    margin-right: 2rem;
  }
}
.product-plus .plus-item .plus-price .original strong {
  font-weight: lighter;
  text-decoration: line-through;
  font-size: 1.5rem;
  font-weight: 300;
  color: #12312b;
}
.product-plus .plus-item .plus-price .discount strong {
  font-size: 1.75rem;
  font-weight: 500;
  color: #DDD7CC;
}
.product-plus .plus-item .plus-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.product-plus .plus-item .plus-buy .product-quantity {
  display: none;
  margin-right: 0.9375rem;
}
@media (min-width: 768px) {
  .product-plus .plus-item .plus-buy .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-plus .plus-item .plus-buy .product-quantity .form-control {
  width: 56.8px;
  height: calc(1.9375rem + 1px);
  font-size: 1.55625rem;
  font-weight: 500;
}
.product-plus .plus-item .plus-buy .product-quantity button {
  height: calc(1.9375rem + 1px);
}
.product-plus .plus-item .plus-buy .product-quantity button [data-icon] {
  top: -1px;
}
.product-plus .plus-item .plus-buy .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: auto;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.3125rem;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #696969;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #696969;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: unset;
}
.owl-carousel .owl-dots {
  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;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  border: 0.5px solid #F0EFED;
  background-color: #FFF;
  margin: 0;
}
.owl-carousel .owl-dots .owl-dot.active span {
  width: 8px;
  height: 8px;
  background-color: #F0EFED;
}

.full-carousel .owl-stage-outer .owl-stage .owl-item .item .item-image {
  width: 100%;
  padding-bottom: 52.12%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .full-carousel .owl-stage-outer .owl-stage .owl-item .item .item-image {
    padding-bottom: 100%;
  }
}
.full-carousel .owl-nav {
  position: absolute;
  bottom: 1.875rem;
  left: 3.8125rem;
}
.full-carousel .owl-nav .owl-prev span,
.full-carousel .owl-nav .owl-next span {
  display: none;
}
.full-carousel .owl-nav .owl-prev::before,
.full-carousel .owl-nav .owl-next::before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.full-carousel .owl-nav .owl-prev::before {
  background-image: url("../img/icon/full-carousel-prev-brown.svg");
}
.full-carousel .owl-nav .owl-next::before {
  background-image: url("../img/icon/full-carousel-next-white.svg");
}
.full-carousel .owl-dots {
  margin-top: 1.25rem !important;
}

.item-carousel.product-carousel .owl-nav .owl-prev {
  left: -3.375rem;
}
.item-carousel.product-carousel .owl-nav .owl-prev:hover, .item-carousel.product-carousel .owl-nav .owl-prev:active {
  left: -3.75rem;
}
.item-carousel.product-carousel .owl-nav .owl-next {
  right: -3.125rem;
}
.item-carousel.product-carousel .owl-nav .owl-next:hover, .item-carousel.product-carousel .owl-nav .owl-next:active {
  right: -3.5rem;
}
.item-carousel.product-carousel .owl-dots {
  margin-top: 1.475rem !important;
}
@media screen and (max-width: 575.98px) {
  .item-carousel.product-carousel .product-card {
    width: calc((100vw - 35px) / 2.5);
    margin-left: 0.625rem;
  }
}
.item-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item-carousel .owl-nav .owl-prev,
.item-carousel .owl-nav .owl-next {
  margin: 0;
  position: absolute;
  top: -1.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item-carousel .owl-nav .owl-prev span,
.item-carousel .owl-nav .owl-next span {
  display: none;
}
.item-carousel .owl-nav .owl-prev::before,
.item-carousel .owl-nav .owl-next::before {
  content: "";
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.item-carousel .owl-nav .owl-prev::before {
  background-image: url("../img/icon/item-carousel-prev-white.svg");
}
.item-carousel .owl-nav .owl-next::before {
  background-image: url("../img/icon/item-carousel-next-white.svg");
}

.sweet-alert {
  border-radius: 0;
}
.sweet-alert button {
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 7px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.sweet-alert button.confirm {
  background-color: #DDD7CC !important;
}
.sweet-alert button.confirm:hover {
  background-color: #c9bfad !important;
}
.sweet-alert button.cancel {
  background-color: #c9caca !important;
}
.sweet-alert button.cancel:hover {
  background-color: #afb1b1 !important;
}
/*# sourceMappingURL=style.css.map */