@charset "UTF-8";
@media (max-width: 767.98px) {
  html {
    font-size: .9rem; } }

.mc1 {
  color: #C30D22; }

.c2 {
  color: #331E15; }

.navbar {
  padding-top: 0;
  padding-bottom: 0; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.bg-cover {
  background-size: cover;
  width: 100%;
  height: 0;
  display: block;
  background-position: 50% 50%; }

article {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991.98px) {
    article {
      padding-top: 40px;
      padding-bottom: 40px; } }

.txt {
  line-height: 2; }

.h1 {
  letter-spacing: 5px; }

section {
  padding-top: 60px;
  padding-bottom: 60px; }
  section:first-child {
    margin-top: 0; }
  @media (max-width: 991.98px) {
    section {
      padding-top: 40px;
      padding-bottom: 40px; } }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none; }
  a:active, a:hover {
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

.main-title {
  text-align: center;
  position: relative; }
  .main-title .text {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px; }
    .main-title .text span {
      font-size: 14px;
      color: #707070;
      display: block; }
  .main-title:after {
    position: absolute;
    content: '';
    background: url(../_img/index/title-dot.png) no-repeat;
    height: 8px;
    width: 104px;
    display: block;
    left: calc(50% - 170px);
    top: 15px; }
  .main-title:before {
    position: absolute;
    content: '';
    background: url(../_img/index/title-dot.png) no-repeat;
    height: 8px;
    width: 104px;
    display: block;
    right: calc(50% - 170px);
    top: 15px; }
  @media (max-width: 767.98px) {
    .main-title .text {
      margin-bottom: 30px; }
    .main-title:after {
      width: 50px;
      left: calc(50% - 110px); }
    .main-title:before {
      width: 50px;
      right: calc(50% - 110px); } }

.main-title-in {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #331E15; }
  .main-title-in img {
    margin: 10px auto; }

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  outline: none; }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #C30D22; }

.swiper-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swiper-button-next,
.swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  position: absolute;
  background-color: #331E15;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  color: #fff; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: .8; }
  .swiper-button-next i,
  .swiper-button-prev i {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: 2.5rem; }

.swiper-button-next {
  right: 0; }

.swiper-button-prev {
  left: 0; }

.project-nav .swiper-button-prev,
.project-nav .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none; }
  .project-nav .swiper-button-prev i,
  .project-nav .swiper-button-next i {
    color: #C30D22;
    font-size: 3rem; }

.project-nav .swiper-button-prev {
  left: 0; }

.project-nav .swiper-button-next {
  right: 0; }

#back-to-top {
  position: fixed;
  z-index: 8000;
  text-align: center;
  right: 15px;
  bottom: 0px;
  cursor: pointer;
  opacity: 0; }
  #back-to-top .item .cart-item {
    display: inline-block;
    margin-bottom: 5px; }
    #back-to-top .item .cart-item .cart {
      font-size: 2rem;
      color: #C30D22;
      padding: 5px;
      position: relative; }
      #back-to-top .item .cart-item .cart small {
        position: absolute;
        top: 0;
        right: -5px;
        width: 22px;
        height: 22px;
        font-size: 13px;
        line-height: 20px;
        background: #fff;
        border: 1px #707070 solid;
        border-radius: 50%;
        text-align: center; }
  @media (max-width: 1199.98px) {
    #back-to-top {
      right: 10px; } }

.btn-primary.back {
  margin-top: 50px;
  margin-bottom: 50px;
  background: none;
  border: none;
  border-bottom: 2px solid #C30D22;
  border-radius: 0; }
  .btn-primary.back span {
    color: #3E3E3E;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold; }
  .btn-primary.back i {
    color: #C30D22;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px; }
  .btn-primary.back:hover span {
    color: #C30D22; }

.btn-primary.main-btn {
  background-color: #fff;
  color: #3E3E3E;
  font-weight: bold;
  padding: 0;
  border: none;
  position: relative;
  border: 1px dashed #707070; }
  .btn-primary.main-btn:hover, .btn-primary.main-btn:focus, .btn-primary.main-btn:active {
    background-color: #C30D22;
    border-color: #C30D22;
    color: #fff;
    -webkit-transition: all .3s .2s ease;
    -o-transition: all .3s .2s ease;
    transition: all .3s .2s ease; }
  .btn-primary.main-btn span {
    padding: 8px 20px;
    display: block; }
  .btn-primary.main-btn i {
    margin-left: 5px; }
  .btn-primary.main-btn.pro-btn {
    border: 1px dashed #707070;
    -webkit-transition: all .3s .2s ease;
    -o-transition: all .3s .2s ease;
    transition: all .3s .2s ease; }
    .btn-primary.main-btn.pro-btn span {
      padding: 5px 15px; }
    .btn-primary.main-btn.pro-btn i {
      margin-right: 5px;
      margin-left: 0;
      color: #C30D22;
      -webkit-transition: all .3s .2s ease;
      -o-transition: all .3s .2s ease;
      transition: all .3s .2s ease; }
    .btn-primary.main-btn.pro-btn:hover, .btn-primary.main-btn.pro-btn:focus, .btn-primary.main-btn.pro-btn:active {
      border-color: #C30D22;
      -webkit-transition: all .3s .2s ease;
      -o-transition: all .3s .2s ease;
      transition: all .3s .2s ease; }
      .btn-primary.main-btn.pro-btn:hover i, .btn-primary.main-btn.pro-btn:focus i, .btn-primary.main-btn.pro-btn:active i {
        color: #fff;
        -webkit-transition: all .3s .2s ease;
        -o-transition: all .3s .2s ease;
        transition: all .3s .2s ease; }
  .btn-primary.main-btn.c2 {
    background: #331E15;
    color: #fff;
    border-color: #331E15;
    -webkit-transition: all .3s .2s ease;
    -o-transition: all .3s .2s ease;
    transition: all .3s .2s ease; }
    .btn-primary.main-btn.c2:hover, .btn-primary.main-btn.c2:focus, .btn-primary.main-btn.c2:active {
      -webkit-transition: all .3s .2s ease;
      -o-transition: all .3s .2s ease;
      transition: all .3s .2s ease;
      background: #C30D22;
      border-color: #C30D22; }

.aside-style aside {
  width: 180px;
  padding-left: 10px;
  padding-right: 10px; }
  .aside-style aside .main-title {
    margin-bottom: 30px; }
    .aside-style aside .main-title:after {
      margin-left: 0;
      margin-right: 0;
      width: 4rem; }
  .aside-style aside .aside-menu > li {
    margin: .5rem 0; }
    .aside-style aside .aside-menu > li:hover > a, .aside-style aside .aside-menu > li.active > a {
      color: #C30D22; }
    .aside-style aside .aside-menu > li > a {
      display: block;
      font-weight: bold;
      font-size: 1.1rem; }

.aside-style .right-block {
  width: calc(100% - 180px);
  padding-left: 30px;
  padding-right: 10px; }

@media (max-width: 575.98px) {
  .aside-style aside,
  .aside-style .right-block {
    width: 100%; } }

.select-menu {
  margin-top: 50px; }
  .select-menu .h4 {
    margin-bottom: 20px; }
  .select-menu .select-category > li {
    border-bottom: 1px solid #C30D22;
    padding: 10px 0; }
    .select-menu .select-category > li > p {
      font-size: 1.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      cursor: pointer; }
      .select-menu .select-category > li > p span {
        display: block;
        width: calc(100% - 1.5rem); }
      .select-menu .select-category > li > p:after {
        content: '\f067';
        display: block;
        font-family: 'Font Awesome 5 Pro';
        font-weight: lighter;
        font-size: 1.2rem;
        color: #C30D22;
        width: 1.5rem;
        text-align: right; }
      .select-menu .select-category > li > p.active:after {
        content: '\f068'; }
    .select-menu .select-category > li:first-child {
      border-top: 1px solid #C30D22; }
    .select-menu .select-category > li .item-group .item {
      margin: 8px 0; }

.pagination-container {
  padding: 20px 0; }
  .pagination-container .pagination {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0; }
    .pagination-container .pagination li {
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle; }
      .pagination-container .pagination li.active a, .pagination-container .pagination li:hover a {
        background-color: #331E15;
        border-color: #331E15;
        color: #fff; }
    .pagination-container .pagination a, .pagination-container .pagination span {
      line-height: 30px;
      border-radius: 50%;
      color: #331E15;
      margin-left: 4px;
      border: 1px #331E15 solid;
      width: 30px;
      height: 30px;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease;
      -webkit-transition: all 0.45s ease;
      text-align: center;
      display: block; }
    .pagination-container .pagination i {
      line-height: 28px; }

.breadcrumb-box {
  margin-bottom: 20px; }
  .breadcrumb-box .breadcrumb-list {
    font-size: 14px;
    padding-left: 0;
    padding: 8px 0;
    text-transform: uppercase;
    background-color: none;
    color: #331E15; }
    .breadcrumb-box .breadcrumb-list i, .breadcrumb-box .breadcrumb-list svg {
      padding-right: 5px; }
    .breadcrumb-box .breadcrumb-list > li {
      display: inline-block; }
      .breadcrumb-box .breadcrumb-list > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/"; }
    .breadcrumb-box .breadcrumb-list a {
      color: #331E15; }
      .breadcrumb-box .breadcrumb-list a:hover {
        color: #C30D22; }

body {
  background: url(../_img/layout/bg-main.png);
  font-family: 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  color: #3E3E3E; }
  body * {
    outline: none; }
  body.idx-bg {
    background: #fff; }

.swiper-setting {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative; }

#banner {
  position: relative;
  text-align: center; }
  #banner img {
    margin: 0 auto; }
  #banner:before {
    position: absolute;
    content: '';
    background: url(../_img/layout/bn-bg.png) center top no-repeat;
    background-size: cover;
    bottom: 0;
    right: 0;
    height: 100px;
    width: 100%;
    z-index: 9; }
  #banner.index-banner {
    position: relatives; }
    #banner.index-banner .icon-scroll {
      position: absolute;
      left: 30px;
      bottom: 0;
      z-index: 10; }
    #banner.index-banner:before {
      background: url(../_img/layout/bn-bg-w.png) center top no-repeat;
      background-size: cover; }
  @media (max-width: 1199.98px) {
    #banner:before {
      display: none; }
    #banner.index-banner .icon-scroll {
      display: none; } }

.navbar-nav .nav-link {
  padding-top: 20px;
  padding-bottom: 0px; }
  .navbar-nav .nav-link span {
    display: block;
    padding: 5px 13px;
    font-size: 18px;
    color: #3E3E3E;
    border: 1px transparent solid;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative; }
    .navbar-nav .nav-link span:before {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      opacity: 0;
      position: absolute;
      content: '';
      background: url(../_img/layout/icon-header.png) center top no-repeat;
      width: 20px;
      height: 20px;
      right: -5px;
      top: -10px;
      z-index: 9; }
  .navbar-nav .nav-link.cart-item span {
    border: 0; }
    .navbar-nav .nav-link.cart-item span:before {
      display: none; }
    .navbar-nav .nav-link.cart-item span.cart {
      font-size: 22px;
      color: #C30D22;
      padding: 8px 5px;
      position: relative; }
      .navbar-nav .nav-link.cart-item span.cart small {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 22px;
        height: 22px;
        font-size: 13px;
        line-height: 20px;
        background: #fff;
        border: 1px #707070 solid;
        border-radius: 50%;
        text-align: center; }
    .navbar-nav .nav-link.cart-item span.text {
      display: none; }

.navbar-nav .nav-item:hover .nav-link span, .navbar-nav .nav-item.active .nav-link span {
  border-color: #331E15;
  color: #331E15;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .navbar-nav .nav-item:hover .nav-link span:before, .navbar-nav .nav-item.active .nav-link span:before {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1; }

@media (max-width: 1199.98px) {
  .navbar-nav {
    padding-top: 15px; }
    .navbar-nav .nav-link {
      padding: 0 !important; }
      .navbar-nav .nav-link span {
        padding: 5px; }
      .navbar-nav .nav-link.cart-item span.cart {
        display: none; }
      .navbar-nav .nav-link.cart-item span.text {
        display: block; }
    .navbar-nav .nav-item:hover .nav-link span, .navbar-nav .nav-item.active .nav-link span {
      border: 0;
      color: #C30D22; }
      .navbar-nav .nav-item:hover .nav-link span:before, .navbar-nav .nav-item.active .nav-link span:before {
        opacity: 0; } }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 5px;
  padding-right: 5px; }

.footer-top-bg {
  background: #fff;
  position: relative;
  z-index: -2; }

.footer-top {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }
  .footer-top:before {
    position: absolute;
    content: '';
    background: url(../_img/layout/em-bg-left.png) no-repeat;
    bottom: 0;
    left: 0;
    width: 157px;
    height: 157px;
    z-index: -1; }
  .footer-top:after {
    position: absolute;
    content: '';
    background: url(../_img/layout/em-bg-right.png) no-repeat;
    bottom: 0;
    right: 0;
    width: 157px;
    height: 157px;
    z-index: -1; }
  .footer-top .mail-box {
    max-width: 730px;
    margin: 0 auto;
    padding: 30px;
    border: 4px #666 dashed;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.65); }
    .footer-top .mail-box h3 {
      margin-bottom: 0;
      line-height: 1.8; }
      .footer-top .mail-box h3 i {
        color: #C30D22;
        font-size: 50px;
        display: inline-block;
        vertical-align: sub; }
    .footer-top .mail-box h5 {
      margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .footer-top .mail-box {
      padding: 20px;
      text-align: center;
      border: 2px #666 dashed; }
      .footer-top .mail-box h3 {
        font-size: 20px;
        margin-bottom: 10px; } }

footer {
  background: #4B3C36;
  color: #fff; }
  footer .title {
    display: block;
    border-bottom: 1px #fff solid;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold; }
  footer .footer-nav li a {
    color: #fff;
    padding: 5px 10px;
    display: block;
    font-size: 14px; }
  footer #copyright {
    background: #331E15; }

.light-box {
  display: none;
  max-width: 500px;
  border-radius: 20px;
  padding: 40px 20px;
  width: 90%; }
  .light-box .form {
    margin: 0px auto 0;
    padding: 0 20px; }
    .light-box .form .form-group {
      border-bottom: 1px solid #3E3E3E;
      margin-top: 0px;
      margin-bottom: 20px; }
    @media (max-width: 575.98px) {
      .light-box .form {
        padding: 0px; } }

@media (max-width: 1199.98px) {
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
    z-index: 9000;
    position: relative; }
    #burger span {
      background-color: #5e5e5e;
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-transition-delay: 0.2s, 0s;
      -o-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
      #burger span:before, #burger span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        background-color: #5e5e5e;
        -webkit-transition-duration: 0.2s, 0.2s;
        -o-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s; }
      #burger span:before {
        top: -8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform; }
      #burger span:after {
        bottom: -8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform; }
    #burger.active span {
      background-color: transparent;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      #burger.active span:before, #burger.active span:after {
        background-color: #aaa;
        -webkit-transition-property: top,-webkit-transform;
        transition-property: top,-webkit-transform;
        -o-transition-property: top,transform;
        transition-property: top,transform;
        transition-property: top,transform,-webkit-transform;
        -webkit-transition-duration: 0.2s, 0.2s;
        -o-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-delay: 0s, 0.2s;
        -o-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s; }
      #burger.active span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #burger.active span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .navbar > .container {
    padding-top: .5rem;
    padding-bottom: .5rem; } }

.idx-about .title {
  line-height: 1.5; }

.idx-news {
  background: url(../_img/index/idx-bg-1.png); }

.idx-shop {
  background: url(../_img/layout/bg-main.png); }

.info-pink {
  background: #EEC7C5;
  border-radius: 20px;
  padding: 30px; }
  .info-pink h4 {
    text-align: left;
    border-bottom: 2px #764826 dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 90%; }
    .info-pink h4 img {
      display: inline-block;
      margin-right: 20px;
      vertical-align: middle; }
  .info-pink .info-list {
    text-align: left;
    padding-bottom: 20px; }
    .info-pink .info-list li {
      margin-bottom: 15px;
      font-size: 16px;
      padding: 0 10px; }
  @media (max-width: 991.98px) {
    .info-pink {
      padding: 15px;
      margin: 0 auto; }
      .info-pink .info-list {
        padding-bottom: 0px; }
        .info-pink .info-list li {
          margin-bottom: 10px;
          font-size: 15px;
          padding: 0px; } }

@media (max-width: 991.98px) {
  .info-map iframe {
    width: 100%;
    height: 250px; } }

.pro-list .item img {
  border: 1px #ccc solid;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.pro-list .item .title {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 5px; }

.pro-list .item .price .original {
  margin: 0 5px; }

.pro-list .item .price .sale {
  color: #C30D22;
  margin: 0 5px;
  display: none; }

.pro-list .item .price.sale-ing .original {
  text-decoration: line-through; }

.pro-list .item .price.sale-ing .sale {
  display: block; }

.pro-list .item:hover .title {
  color: #C30D22;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.pro-list .item:hover img {
  border-color: #C30D22;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.swiper-product {
  padding: 0 40px; }

.side-nav .title {
  font-size: 20px;
  color: #331E15;
  border-bottom: 1px #707070 solid;
  max-width: 220px; }
  .side-nav .title img {
    max-width: 90px; }
  .side-nav .title span {
    padding: 5px 10px; }

.side-nav ul {
  max-width: 220px;
  margin-bottom: 30px; }
  .side-nav ul li {
    border-bottom: 1px #707070 dashed; }
    .side-nav ul li a {
      padding: 10px;
      color: #000;
      display: block;
      color: #3E3E3E; }
    .side-nav ul li:hover a, .side-nav ul li.active a {
      color: #C30D22; }

@media (max-width: 991.98px) {
  .side-nav {
    text-align: center; }
    .side-nav .title {
      max-width: 100%; }
      .side-nav .title span {
        display: block;
        width: 100%;
        background: #331E15;
        color: #fff; }
      .side-nav .title img {
        display: none; }
    .side-nav ul {
      max-width: 100%;
      padding: 5px 10px; } }

.slick-slider {
  overflow: hidden;
  margin-bottom: 5px; }
  .slick-slider img {
    border: 1px #ddd solid;
    margin: 0 auto; }
  .slick-slider.slider-nav .slick-slide {
    vertical-align: middle;
    padding: 5px; }
    .slick-slider.slider-nav .slick-slide img {
      border: 1px #ccc dashed;
      padding: 3px; }

.editor-title {
  border-bottom: 1px #ddd solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center; }
  .editor-title li {
    margin: 20px 0 0;
    display: inline-block; }
    .editor-title li button {
      font-size: 16px;
      color: #331E15;
      padding: 10px 20px;
      background: #fff;
      border: 0;
      border: 1px #331E15 solid; }
      .editor-title li button.active {
        background: #331E15;
        color: #fff; }
  @media (max-width: 991.98px) {
    .editor-title {
      border-top: 1px #ddd solid;
      border-bottom: 0;
      margin-top: 10px;
      padding-top: 10px;
      padding-bottom: 0px;
      text-align: left; } }

.pro-in-box .title {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 5px;
  font-size: 20px; }

.pro-in-box .price {
  font-size: 18px;
  border-bottom: 1px #d6d6d6 solid;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .pro-in-box .price .original {
    margin: 0 5px; }
  .pro-in-box .price .sale {
    color: #C30D22;
    margin: 0 5px;
    display: none; }
  .pro-in-box .price.sale-ing .original {
    text-decoration: line-through; }
  .pro-in-box .price.sale-ing .sale {
    display: block; }

.qut-btn {
  margin: 20px 5px;
  border: 1px #331E15 solid;
  display: inline-block;
  border-radius: 4px; }
  .qut-btn input {
    background: #331E15;
    color: #fff;
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 15px; }
  .qut-btn .value {
    background: none;
    color: #3E3E3E;
    text-align: center;
    min-width: 40px; }

.list {
  margin: 0 10px 20px;
  padding: 5px; }
  .list .img-box {
    padding: 5px;
    border: 1px #8f8f8f solid;
    border-radius: 50%;
    margin-bottom: 20px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .list .img-box .pic {
      border-radius: 50%;
      border: 1px #8f8f8f solid;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
  .list .date {
    color: #707070; }
  .list .title {
    line-height: 1.5em;
    font-size: 16px;
    text-align: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .list:hover .img-box {
    border-color: #C30D22;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .list:hover .title {
    color: #C30D22;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

.news-box .list {
  margin: 0;
  padding: 0;
  border-bottom: 1px #707070 solid; }
  .news-box .list .date {
    color: #707070;
    font-size: 14px; }
  .news-box .list .img-box {
    margin-bottom: 0; }
  .news-box .list .title {
    font-size: 20px;
    font-weight: bold;
    text-align: left; }
  .news-box .list:hover .title a {
    color: #C30D22; }

.news-box.in-page .title {
  border-bottom: 1px #331E15 solid;
  padding-bottom: 10px; }

.news-box.in-page .editor {
  margin-top: 20px; }

@media (max-width: 991.98px) {
  .news-box .list {
    padding: 30px 0; }
    .news-box .list .img-box {
      margin-bottom: 15px; } }

.shop-box .item {
  border: 1px #331E15 solid;
  border-radius: 12px;
  padding: 20px;
  margin: 0px 10px 20px;
  width: calc(100% / 3 - 20px);
  min-height: 195px; }
  .shop-box .item .title {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px #331E15 solid;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .shop-box .item .tel img {
    display: inline-block;
    vertical-align: middle; }
  .shop-box .item p {
    margin-bottom: 5px; }

@media (max-width: 991.98px) {
  .shop-box .item {
    width: calc(100% / 2 - 20px); } }

@media (max-width: 575.98px) {
  .shop-box .item {
    width: 100%;
    margin: 10px 0; } }

.faq-box h3 {
  font-size: 18px;
  color: #331E15;
  margin-top: 15px; }

.faq-box p {
  margin-bottom: 10px; }

.faq-box a {
  color: #331E15; }

.faq-box .item {
  margin: 0;
  border-bottom: 1px dashed #ccc; }
  .faq-box .item .name,
  .faq-box .item .text {
    padding: 5px 10px 10px 45px; }
  .faq-box .item .name {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    cursor: pointer; }
    .faq-box .item .name.active {
      color: #C30D22; }
      .faq-box .item .name.active:before {
        background: none;
        color: #331E15;
        -webkit-text-fill-color: #fff; }
      .faq-box .item .name.active:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        content: '\f2d3';
        color: #C30D22; }
    .faq-box .item .name:after {
      content: '\f0fe';
      display: block;
      font-family: 'Font Awesome 5 Pro';
      font-size: 18px;
      font-weight: bold;
      color: #331E15;
      position: absolute;
      left: 1rem;
      top: 5px;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
  .faq-box .item .text {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 0;
    padding: 0 20px 15px 45px; }

.form {
  margin: 30px auto 0;
  padding: 30px;
  border-radius: 10px; }
  .form .form-group {
    border-bottom: 1px solid #3E3E3E;
    margin-top: 30px;
    margin-bottom: 30px; }
    .form .form-group .form-control {
      border: none;
      background: none; }
    .form .form-group.textarea {
      border: 1px solid #3E3E3E; }
      .form .form-group.textarea textarea {
        height: 180px; }
  @media (max-width: 575.98px) {
    .form {
      margin: 0;
      padding: 15px; }
      .form .form-group {
        margin-top: 20px;
        margin-bottom: 20px; } }

.about-01 h4 {
  font-weight: bold;
  font-size: 1.3rem;
  color: #331E15;
  text-align: right;
  line-height: 2;
  margin-bottom: 20px; }

.about-01 .bg-box {
  margin-bottom: 30px; }
  .about-01 .bg-box h4 {
    text-align: left;
    background: #331E15;
    line-height: 1.5;
    color: #fff;
    padding: 15px 20px; }

.about-02 {
  background: #fff; }
  .about-02 .text h4 {
    font-weight: bold;
    font-size: 1.3rem;
    color: #331E15;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px; }
    .about-02 .text h4 span {
      font-size: 1.8rem; }

@media (max-width: 991.98px) {
  .about-01 h4 {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px; }
  .about-01 .bg-box {
    margin-bottom: 15px; }
    .about-01 .bg-box h4 {
      padding: 10px; }
  .about-02 .text h4 {
    text-align: left; }
    .about-02 .text h4 span {
      font-size: 1.3rem; } }

#member .form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px; }
  #member .form .form-group {
    margin-top: 15px;
    margin-bottom: 15px; }
  @media (max-width: 575.98px) {
    #member .form {
      padding: 0 20px; }
      #member .form .form-group {
        margin-top: 5px;
        margin-bottom: 5px; } }

#member .checkbox {
  background: #331E15;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px;
  margin: 20px 0; }
  #member .checkbox input {
    margin-right: 10px; }
  #member .checkbox a {
    color: #fff; }
    #member .checkbox a:hover {
      color: #C30D22; }
  @media (max-width: 575.98px) {
    #member .checkbox {
      text-align: left; } }

#member .cart-box .form {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px; }
  #member .cart-box .form .form-group {
    border-bottom: 1px #d6d6d6 solid; }
  @media (max-width: 575.98px) {
    #member .cart-box .form {
      padding: 0; } }

.data-table {
  text-align: center;
  border-bottom: 1px #ddd solid; }
  .data-table img {
    max-width: 100px;
    margin: 0 auto;
    border: 1px #ccc solid;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .data-table img:hover {
      border-color: #C30D22;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
  .data-table td {
    vertical-align: middle; }
  .data-table .name {
    width: 40%; }
  .data-table a:hover {
    color: #C30D22; }
  .data-table .qut-btn {
    margin: 0; }
  @media (max-width: 991.98px) {
    .data-table {
      text-align: left; }
      .data-table img {
        margin: 0; }
      .data-table td {
        display: block; }
        .data-table td:before {
          content: attr(data-th);
          font-weight: bold;
          display: inline-block; }
      .data-table th {
        display: none; } }

.cart-price {
  text-align: right; }
  .cart-price ul li {
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .cart-price .total {
    font-size: 18px;
    font-weight: bold; }

.process {
  max-width: 350px;
  margin: 20px auto 70px; }
  .process ul {
    position: relative; }
    .process ul:before {
      position: absolute;
      content: '';
      height: 2px;
      width: 100%;
      background: #331E15;
      left: 0;
      top: 50%;
      z-index: -1; }
    .process ul li {
      background: #331E15;
      color: #fff;
      line-height: 50px;
      width: 50px;
      height: 50px;
      font-size: 22px;
      text-align: center;
      border-radius: 50%;
      position: relative; }
      .process ul li span {
        position: absolute;
        bottom: -30px;
        display: block;
        line-height: 1rem;
        width: 70px;
        left: -10px;
        font-size: 1rem;
        color: #331E15; }
      .process ul li.active {
        background: #C30D22; }

.cart-box .title-line {
  border-bottom: 1px #331E15 solid;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #331E15; }
  .cart-box .title-line .form-check {
    font-size: 16px;
    font-weight: normal;
    color: #3E3E3E;
    margin-left: 10px; }

.sub-title {
  font-weight: bold;
  font-size: 16px;
  color: #331E15; }

.success-box i {
  font-size: 60px;
  color: #C30D22;
  margin: 20px 0 30px; }

.success-box p {
  margin-bottom: 10px; }

.info-link {
  text-align: center;
  border: 1px #999 dashed;
  border-radius: 4px;
  padding: 10px 10px 5px;
  margin-bottom: 30px; }
  .info-link span {
    display: block;
    margin-bottom: 5px; }
  .info-link a {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 5px; }
    .info-link a:hover {
      color: #C30D22; }
