@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
:root {
  --accent-color: #78846A;
  --secondary-color: darken(#78846A, 10%);
}

.maxw-100 {
  max-width: 100%;
}

.maxw-95 {
  max-width: 95%;
}

.fulllink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.bg-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

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

.cms-table-wrap {
  width: 100%;
  overflow-x: auto;
}

button:hover, button:focus {
  outline: none;
}

.overdots {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.vh-100 {
  min-height: 100vh;
}

.mx-vw-100 {
  max-width: 100vh;
  margin: 0;
}

.animate {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.parallax-wrapper .parallax-custom {
  background-attachment: fixed;
}

.fulllink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.bg-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

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

.cms-table-wrap {
  width: 100%;
  overflow-x: auto;
}

button:hover, button:focus {
  outline: none;
}

.overdots {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.vh-100 {
  min-height: 100vh;
}

.mx-vw-100 {
  max-width: 100vh;
  margin: 0;
}

.animate {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#loading_view {
  position: fixed;
  z-index: 1040;
}
#loading_view .logoimg {
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading_view .loader, #loading_view .logoimg {
  width: 100vw;
  height: 100vh;
  position: relative;
}
#loading_view .loader {
  background: #dddddd;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0);
}
#loading_view .loader1 {
  background: rgba(221, 221, 221, 0.9);
  animation: loading 0.53s 1 forwards ease-out 1.66s;
}
#loading_view .loader2 {
  animation: loading 0.5s 1 forwards ease-out 1.5s;
}
#loading_view .logo {
  z-index: 1040;
  max-width: 300px;
  opacity: 1;
  animation: fadeOut 0.6s 1 forwards ease-in-out 1s;
}

.page #loading_view .loader {
  background: rgba(221, 221, 221, 0.99);
}

@keyframes loading {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100vh);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
p a {
  background: none;
  color: #78846A;
}
p a:hover {
  background: #F9EFDD;
  color: #78846A;
}

.preloader__bg {
  background: #78846A;
}

h1, h2, h3, h4, h5, h6, .sectionHeading__title {
  color: #454b3d;
}

.bg-beige-light {
  background: white;
}

/* src/assets/styles/components/_menu.scss  */
.header.is-sticky .header__bar {
  padding: 1vw 4vw;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .header.is-sticky .header__bar {
    padding: 0.75vw 2vw;
  }
}
.header .header__bar {
  padding: 1vw 4vw;
  background: #78846A;
}
@media screen and (max-width: 1199px) {
  .header .header__bar {
    padding: 2vw;
  }
}
.header .header__bar .row {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header .header__bar {
    height: auto;
  }
}
.header .mobile__background {
  background-color: #78846A;
}
.header .menu {
  padding-top: 0;
  height: 100%;
}
.header .menu .nav {
  position: relative;
}
@media (min-width: 992px) {
  .header .menu .nav .nav__submenu {
    background: #78846A;
  }
}
.header .menu .nav .nav__submenu .nav__submenu_item a {
  color: #F9EFDD;
}
.header .menu .nav .nav__submenu .nav__submenu_item::hover a {
  color: #ffffff;
}
.header .menu .mobile__back {
  margin-top: 4rem;
  background: #abb3a1;
}
.header .menu .nav .menu-item a, .header .menu .nav .nav__submenu .nav__submenu_item a {
  color: #F9EFDD;
}
.header .menu .nav .menu-item:hover > a, .header .menu .nav .nav__submenu .nav__submenu_item:hover > a {
  color: #ffffff;
}
@media (min-width: 992px) {
  .header .menu .menu-item {
    height: 120%;
  }
  .header .menu .menu-item:hover > a {
    color: #9a7536;
  }
}
.header .menu .nav__submenu {
  padding: 0;
}
.header .menu .nav__submenu .nav__submenu_item {
  padding: 0.75rem 1rem;
}
.header .menu .nav__submenu .nav__submenu_item:hover {
  background: #5e6853;
}
.header .menu .nav__submenu.right {
  left: auto;
  right: 0;
}
.header .menu .nav__submenu.right::after {
  right: 1rem;
  left: auto;
}
@media (min-width: 992px) {
  .header .menu .nav__submenu.right {
    top: 90%;
  }
}

.header__logo {
  width: 150px;
}
.header__logo:not(.mobile) {
  transition: all 1s;
  visibility: visible;
}
.menu_open .header__logo:not(.mobile) {
  visibility: hidden;
}
.header__logo.mobile {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.1s 1s;
  visibility: hidden;
  opacity: 0;
}
.menu_open .header__logo.mobile {
  visibility: visible;
  opacity: 1;
}
.header__logo .icon-logo {
  padding: 0.25rem 0.5rem;
  height: 4rem;
  min-width: auto;
}
@media (max-width: 768px) {
  .header__logo .icon-logo {
    height: 3rem;
  }
}

.header.menu_closeing .header__logo.mobile {
  opacity: 0;
}

.footer {
  background: #454b3d;
}

.footer__top {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #78846A;
}

.footer__title {
  font-size: 18px;
  color: #ffffff;
}

.footer__logo img {
  max-height: 3rem;
}

.footer__bottom_text {
  color: #F9EFDD;
}

.footer__item a, .footer__item p, .footer__item span {
  color: #F9EFDD;
  font-size: 15px;
}
.footer__item a:hover {
  color: #ffffff;
  background: none;
}

a#line-icon svg {
  width: 14px;
  fill: #F9EFDD;
}
a#line-icon:hover svg {
  fill: #F9EFDD;
}

.footer__content__item + .footer__content__item {
  margin-top: 0;
}

.footer__content__item {
  margin-bottom: 0.4rem;
}

.footer__socials_content {
  display: block;
}
.footer__socials_content li {
  position: relative;
}
.footer__socials_content li .fulllink {
  width: 100%;
  height: 100%;
}
.footer__socials_content li:hover {
  cursor: pointer;
}
.footer__socials_content li:hover a {
  border: 1px solid #F9EFDD;
}
.footer__socials_content li:hover .fulllink {
  border: 0;
}
.footer__socials_content li:hover span {
  color: #F9EFDD;
}
.footer__socials_content i {
  color: #F9EFDD;
}
.footer__socials_content a {
  min-width: 2.1875rem;
  margin-right: 0.5rem;
}
.footer__socials_content a + a {
  margin-left: 0;
}

.alert.-cookie {
  width: 100vw;
  bottom: 0;
  left: 0;
  z-index: 999;
  transform: translateX(0);
}
.alert.-cookie .alert__content {
  padding: 1rem 5vw;
  border-radius: 0;
  background: #454b3d;
  color: rgba(255, 255, 255, 0.6);
}
.alert.-cookie .alert__content a, .alert.-cookie .alert__content .button {
  color: #fff;
  margin-left: 1rem;
}
.alert.-cookie .alert__content .button.-alert {
  background: #454b3d;
  min-width: 8.75rem;
  padding: 0.75rem;
}
.alert.-cookie .alert__content .button.-alert::after {
  border: 1px solid white;
}

.nice-select {
  background-color: transparent;
  border-bottom: 1px solid #78846A;
  color: #fff;
}
.nice-select .list {
  max-height: unset;
  color: #78846A;
}

.link-effect {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 2px 0;
}
.link-effect .text {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}
.link-effect::before, .link-effect::after {
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
}
.link-effect::before {
  content: "";
  height: 2px;
  top: calc(100% - 2px);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  background: #000;
}
.link-effect::after {
  content: attr(data-text);
  height: 100%;
  top: 0;
  font-size: 1.25rem;
  line-height: 1.8;
  background: none;
  color: #000;
  padding-left: 1.5rem;
  transform-origin: 100% 50%;
  transform: translate3d(150%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}
.link-effect.arror-left::after {
  padding: 0 1.5rem;
}
.link-effect:hover .text {
  transform: translate3d(-150%, 0, 0);
}
.link-effect:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.link-effect:hover::after {
  transform: translate3d(0, 0, 0);
}

.alert.-cookie, #liveAlertPlaceholder {
  position: fixed;
  z-index: 999;
}

#liveAlertPlaceholder {
  top: 10vh;
  margin: auto;
  left: 50%;
  min-width: 300px;
  width: 30%;
  transform: translateX(-50%);
}

.alert__content {
  padding: 1rem 1.625rem;
  border-radius: 0;
}

.alert.-success .alert__content {
  border-left: 3px solid #76c876;
}
.alert.-info .alert__content {
  border-left: 3px solid #5bb0fa;
}
.alert.-warning .alert__content {
  border-left: 3px solid #fff952;
}
.alert.-error .alert__content {
  border-left: 3px solid #f67066;
}

.button.-alert {
  background: #454b3d !important;
}

.masthead {
  width: 100vw;
  overflow: hidden;
}
.masthead .masthead__text {
  padding-bottom: 25vh;
}
.masthead .masthead__title {
  font-size: 2rem;
  line-height: 1.2em;
  font-family: ‘cwTeXFangSong’, serif;
}
@media (max-width: 991px) {
  .masthead .masthead__title {
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}

.product-catalogue {
  margin-bottom: 1rem;
}

.section-about {
  margin-bottom: calc(1rem + 2vh);
  padding: calc(5vw + 5vh) 1rem;
}
.section-about .bg-image {
  background-size: cover;
}
@media (min-width: 1200px) {
  .section-about {
    margin-bottom: 4rem;
  }
}
.section-about .sectionHeading__title {
  font-size: 1.5rem;
  line-height: 1.5em;
}
.section-about .sectionHeading__subtitle {
  color: #78846A;
}
.section-about .sectionHeading {
  background: #F9EFDD;
}
@media (max-width: 767px) {
  .section-about .sectionHeading {
    background: rgba(249, 239, 221, 0.8);
  }
}

@media (max-width: 767px) {
  .masthea {
    height: 60vh;
  }
}

.section-perfomance .bg-image {
  background-size: cover;
}

.about .content {
  position: relative;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .about .content {
    margin-top: -5rem;
  }
}
.about section ul.info {
  margin-top: 3rem;
}
.about section ul, .about section ol {
  padding-left: 0;
}
.about section li {
  margin-bottom: 0.4rem;
}
.about section .top {
  padding: 3rem 0;
}
.about section .block {
  padding: 1rem 1.5rem;
}
@media (max-width: 575px) {
  .about section .block {
    padding: 1rem 1.5rem;
  }
}
.about section .title {
  color: #454b3d;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 2em;
  margin-bottom: 1rem;
}
.about section .sectionHeading {
  margin-bottom: 2rem;
}
.about #banner {
  padding-bottom: 0;
}
.about main {
  padding-top: 0;
}
.about .area_title {
  margin: 2rem auto;
  font-size: 1.15rem;
  font-weight: bold;
  color: #454b3d;
  padding-left: 15px;
  border-left: 10px solid #78846A;
}
.about .area_title span {
  font-weight: normal;
}
.about p {
  margin-bottom: 0.8rem;
}
.about #section1 {
  background-color: rgba(240, 240, 240, 0.89);
  box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.08);
}
.about #section1 ul.info span, .about #section1 ul.info p, .about #section1 ul.info ol, .about #section1 ul.info ul {
  font-size: 0.95rem;
}
@media all and (min-width: 768px) {
  .about #section1 ul.info span, .about #section1 ul.info p, .about #section1 ul.info ol, .about #section1 ul.info ul {
    display: inline-block;
    vertical-align: top;
  }
}
.about #section1 ul.info span {
  font-weight: bold;
  color: #78846A;
}
@media all and (min-width: 768px) {
  .about #section1 ul.info span {
    width: 12rem;
    text-align: right;
  }
}
.about #section1 ul.info p, .about #section1 ul.info ol, .about #section1 ul.info ul {
  margin: 0px 0 1rem 30px;
  padding: 0 0 1rem 0;
  border-bottom: 1px dashed;
}
@media all and (min-width: 768px) {
  .about #section1 ul.info p, .about #section1 ul.info ol, .about #section1 ul.info ul {
    width: calc(100% - 13rem - 21px);
  }
}
.about #history {
  background: #882C33;
  padding: 8rem 0;
}
.about #history .sectionHeading__title {
  color: #fff;
}
.about #history .item {
  max-width: 300px;
  text-align: center;
}
.about #history .year {
  position: absolute;
  top: 0;
  color: rgba(255, 255, 255, 0.15);
  font-size: 3.5rem;
  line-height: 1em;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
}
.about #history .year p {
  position: absolute;
  left: 8px;
  font-size: 0.9rem;
  line-height: 1em;
}
.about #history .txt {
  padding: 2.5rem 0 0 0;
  text-align: center;
}
.about #history .txt p {
  font-size: 0.8rem;
  line-height: 1.5em;
  color: white;
  margin-bottom: 0;
}
.about #history .nav__item .icon {
  color: #fff;
}
@media all and (max-width: 768px) {
  .about #history .sectionSlider .nav.-slider .nav__item {
    top: 90%;
  }
}
.about #section3 {
  padding-bottom: 0;
  background-image: url(../../../upload/about/about-s3-bg.jpg);
}
.about #section3 .twoblock {
  background: rgba(240, 240, 240, 0.65);
}
.about #section3 .twoblock .block {
  padding-bottom: 8rem;
}
.about #section3 .twoblock .right {
  position: relative;
  background: rgba(178, 175, 175, 0.65);
}
.about #section3 .twoblock .right:after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 20vw;
  height: 100%;
  background: rgba(178, 175, 175, 0.65);
}
.about #section3 .twoblock .icon {
  display: block;
  text-align: center;
  margin: 4rem auto 1.5rem;
  color: #454b3d;
  font-size: 5rem;
  width: 90px;
  height: auto;
}
.about #section3 .twoblock h5 {
  font-size: 1rem;
  line-height: 2em;
  text-align: center;
  margin-bottom: 2rem;
  color: #454b3d;
  letter-spacing: 1px;
}
.about #section3 .twoblock ul li {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.about #President, .about #contact {
  position: relative;
  margin-top: -5rem;
  padding: 5rem 0;
  width: calc(100% - 3.5rem);
  background: #fff;
  box-shadow: 10px 3px 40px 0 rgba(0, 0, 0, 0.16);
  z-index: 1;
}
@media all and (min-width: 1680px) {
  .about #President .container, .about #contact .container {
    margin-right: calc(20vh - 3.5rem);
  }
}
.about #President img, .about #contact img {
  position: relative;
  z-index: 11;
}
.about #President2 .about-me {
  margin-top: 4rem;
}

@media (min-width: 992px) {
  .contact .img {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .contact .wrap-text {
    margin-left: 17vw;
  }
}
.contact .wrap_form .sectionHeading {
  background: #F9EFDD;
}

.form-radio {
  position: relative;
}
.form-radio .radio {
  cursor: pointer;
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.form-radio label {
  margin-left: 1.5625rem;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.col-form-label {
  font-size: 1.25rem;
}

fieldset {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mt-minus-lg {
  margin-top: -6rem;
}

form.-light input {
  color: white;
  border-width: 0 0 1px 0;
  border-color: rgba(255, 255, 255, 0.6);
  border-style: solid;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
  width: 100%;
  padding: 0.875rem 0;
  background-color: transparent;
  transition: border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wrpa-inputdate {
  position: relative;
}
.wrpa-inputdate label {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
}
.wrpa-inputdate #date {
  padding-left: 5em;
}
.wrpa-inputdate #date::-webkit-calendar-picker-indicator {
  position: absolute;
  color: #fff;
  z-index: 9;
  background: none;
  width: 100%;
  height: 100%;
}

.form-radio .radio__icon {
  background-color: #fff;
}

.form-radio .radio input:checked ~ .radio__mark {
  border-color: white;
}

.form__recaptcha__item img {
  min-width: 150px;
  width: auto;
}
.form__recaptcha__item .form__recaptcha__input {
  padding: 0.5rem 1rem;
}

#map {
  width: 100vw;
  height: 500px;
}

.blogSection .blogCard__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blogSection .button.-simple {
  color: var(--accent-color);
}
.blogSection .button.-simple:hover {
  color: #9a7536;
}

.blogCard .bg-image {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blogCard:hover .bg-image {
  transform: scale(1.05);
}

.filter-button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
}
.filter-button-group button {
  padding: 10px;
  font-size: 1.35rem;
  color: inherit;
  font-weight: inherit;
}
.filter-button-group button:hover {
  color: #78846A;
}
.filter-button-group button.btn-active {
  color: #78846A;
  text-decoration: none;
  border-bottom: 1px solid #78846A;
}

.page-masthead {
  padding-top: calc(7rem + 10vw);
  padding-bottom: 3rem;
}
.page-masthead .page-masthead__title {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-masthead .page-masthead__title {
    font-size: 2.5rem;
  }
}
.page-masthead .bg-image {
  min-height: 300px;
  background-size: cover;
}

.no-page {
  height: 68vh;
}

.shopCard img {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shopCard .shopCard__button {
  background: rgba(255, 255, 255, 0.8705882353);
  opacity: 1;
}
@media (max-width: 575px) {
  .shopCard .shopCard__button {
    font-size: 13px;
  }
}
.shopCard:hover .photo {
  border-color: #78846A;
}
.shopCard:hover img {
  transform: scale(1.2);
}

.products .page-masthead {
  padding-top: calc(7rem + 10vw);
  padding-bottom: 3rem;
  min-height: 300px;
}
.products .product_name {
  color: #78846A;
  font-size: 1.25rem;
}

#products_pic {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 2rem;
  margin-bottom-padding-left: 1.5rem;
}
@media only screen and (max-width: 992px) {
  #products_pic {
    padding-left: 0;
  }
}
#products_pic #main_pic {
  width: calc(100% - 15px);
  position: relative;
  border: #78846A 1px solid;
  margin: 0 auto;
}
#products_pic #main_pic .content .item a {
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
#products_pic #main_pic .content .item a img {
  position: absolute;
  height: 100%;
  object-fit: unset;
  object-fit: unset;
  -webkit-user-drag: none;
}
#products_pic #main_pic:hover .gallery__button {
  opacity: 1;
}
#products_pic #thumbnail {
  margin-top: 1rem;
}
#products_pic #thumbnail .content {
  display: flex;
}
#products_pic #thumbnail .item {
  width: calc(25% - 15px);
  height: 150px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #eac686;
  margin-left: 7.5px;
  margin-right: 7.5px;
  cursor: pointer;
}
#products_pic #thumbnail .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#products_pic #thumbnail .slick-list {
  width: 100%;
}
#products_pic #thumbnail .slick-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
#products_pic #thumbnail .slick-list .item.slick-current {
  border: 1px solid #454b3d;
}

.h.add_car {
  background-color: #78846A;
  color: #F9EFDD;
  margin-top: 30px;
  padding: 5px 30px;
  width: 100%;
}
.h.select {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.h.select select {
  height: 45px;
  width: 100%;
}

#h_qna {
  padding-top: 100px;
  padding-bottom: 100px;
}
#h_qna ul li {
  border-bottom: 1px solid #F9EFDD;
  height: 60px;
  padding: 8px 0;
  overflow: hidden;
  cursor: pointer;
}
#h_qna ul li:nth-child(1) {
  border-top: 1px solid #F9EFDD;
}
#h_qna ul li .h_title {
  height: 2em;
  line-height: 2em;
  font-size: 1.25rem;
  font-weight: bolder;
  color: #454b3d;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
#h_qna ul li .h_title i {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 20px;
  transform: rotate(360deg);
  transition: 0.6s;
}
#h_qna ul li .h_title i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 3px;
  background-color: #454b3d;
}
#h_qna ul li .h_title i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 20px;
  background-color: #454b3d;
  transition: 0.6s;
}
#h_qna ul li .h_content {
  padding: 30px;
  transition: 0.6s;
  opacity: 0;
  transform: translateY(30%);
}
#h_qna ul li.active {
  height: auto;
}
#h_qna ul li.active .h_content {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
#h_qna ul li.active .h_title i {
  transform: rotate(0);
}
#h_qna ul li.active .h_title i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#add_win {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
}
#add_win.active {
  opacity: 1;
  pointer-events: auto;
}

#add_product_win,
#err_product_win {
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
  width: 25em;
  max-width: 100%;
  background-color: #fff;
  padding: 30px 15px;
  z-index: 1000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}

#add_product_win #add_product_win_off {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  transition: 0.6s;
}

#add_product_win #add_product_win_off::after, #add_product_win #add_product_win_off::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #808080;
  display: block;
  position: absolute;
  transform-origin: center;
}
#add_product_win #add_product_win_off::after {
  transform: rotate(-45deg);
  top: 15px;
  left: 0;
}
#add_product_win #add_product_win_off::before {
  transform: rotate(45deg);
  left: 0px;
  top: 15px;
}
#add_product_win #add_product_win_off:hover {
  opacity: 0.8;
}

#add_product_win h5, #err_product_win h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
  margin-left: 30px;
  margin-right: 30px;
}
#add_product_win h6, #err_product_win h6 {
  font-weight: 400;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 50px;
  text-align: center;
  font-size: 24px;
}
#add_product_win p, #err_product_win p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}
#add_product_win #add_product_content, #err_product_win #add_product_content {
  margin-bottom: 50px;
  margin-left: 30px;
  margin-right: 30px;
}
#add_product_win #add_product_content .item, #err_product_win #add_product_content .item {
  display: flex;
  align-items: center;
}
#add_product_win #add_product_content .item .photo, #err_product_win #add_product_content .item .photo {
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 1024px) {
  #add_product_win #add_product_content .item .photo, #err_product_win #add_product_content .item .photo {
    width: 75px;
    height: 75px;
  }
  #add_product_win #add_product_content .item img, #err_product_win #add_product_content .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #add_product_win #add_product_content .item .text, #err_product_win #add_product_content .item .text {
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding-left: 15px;
  }
  #add_product_win #add_product_content .item .text h3, #err_product_win #add_product_content .item .text h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  #add_product_win #add_product_content .item .text h3 p, #err_product_win #add_product_content .item .text h3 p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    width: 100%;
  }
  #add_product_win #add_product_content .item .text h3 p i, #err_product_win #add_product_content .item .text h3 p i {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
  }
}
#add_product_win #add_checkout, #add_product_win #err_checkout, #err_product_win #add_checkout, #err_product_win #err_checkout {
  width: calc(100% - 60px);
  height: 45px;
  color: #fff;
  font-size: 18px;
  border: none;
  background-color: #78846A;
  transition: 0.6s;
  margin-left: 30px;
  margin-right: 30px;
}
#add_product_win #add_checkout:hover, #add_product_win #err_checkout:hover, #err_product_win #add_checkout:hover, #err_product_win #err_checkout:hover {
  opacity: 0.6;
}
#add_product_win .err_checkout, #err_product_win .err_checkout {
  margin-bottom: 50px;
}
#add_product_win a, #err_product_win a {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  transition: 0.6s;
}
#add_product_win a:hover, #err_product_win a:hover {
  opacity: 0.6;
}
#add_product_win.active, #err_product_win.active {
  opacity: 1;
  pointer-events: auto;
}

.products .shopCard__image .shopCard__button {
  background: rgba(255, 255, 255, 0.8705882353);
  opacity: 1;
}
@media (max-width: 575px) {
  .products .shopCard__image .shopCard__button {
    font-size: 13px;
  }
}
.products .swiper-slide .portfolioCard__content {
  opacity: 1;
}

.process #banner {
  background: none;
}
.process .content-wrapper .container section {
  margin: 5rem auto;
}
.process .content-wrapper .container section li {
  position: relative;
  border-bottom: 1px solid;
  color: #454b3d;
  padding: 1rem 3rem;
  margin-bottom: 1rem;
  min-height: 210px;
}
.process .content-wrapper .container section li:last-child {
  border-bottom: 0;
}
.process .content-wrapper .container section li:last-child .img:after {
  display: none;
}
@media (max-width: 575px) {
  .process .content-wrapper .container section li {
    min-height: 180px;
    margin-bottom: 2rem;
  }
  .process .content-wrapper .container section li:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-left: 1px solid #454b3d;
    border-bottom: 1px solid #454b3d;
    transform: rotate(-45deg);
    background: #fff;
    bottom: -13px;
    left: 50%;
    margin: 0 auto;
  }
  .process .content-wrapper .container section li:last-child:after {
    display: none;
  }
}
.process .content-wrapper .container section .img img {
  max-width: 200px;
  position: absolute;
  right: 38%;
}
@media all and (max-width: 992px) {
  .process .content-wrapper .container section .img img {
    max-width: 120px;
    right: 0;
    opacity: 0.4;
  }
}
@media (max-width: 575px) {
  .process .content-wrapper .container section .img img {
    right: 10%;
  }
}
.process .content-wrapper .container section .img p {
  z-index: 10;
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  color: #454b3d;
  letter-spacing: 2px;
}
@media all and (max-width: 992px) {
  .process .content-wrapper .container section .img p {
    text-align-last: left;
  }
}
.process .content-wrapper .container section .img:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-left: 1px solid #454b3d;
  border-bottom: 1px solid #454b3d;
  transform: rotate(-45deg);
  background: #fff;
  bottom: calc(-1rem - 13px);
  left: 50%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .process .content-wrapper .container section .img:after {
    display: none;
  }
}
.process .content-wrapper .container section .txt p {
  line-height: 1.5em;
  font-size: 0.9rem;
  color: #666;
}

.page-masthead + .container {
  margin-top: 10vh;
  margin-bottom: 8vh;
}
.page-masthead + .container > .title {
  margin: 1rem auto;
  text-align: center;
}

#inquiry {
  margin-top: 0 !important;
}
#inquiry .t_head {
  background: #F9EFDD;
}
#inquiry .t_head .text {
  font-size: 0.9rem;
}
#inquiry .form .inquiry_btn button {
  width: 100%;
  height: 60px;
  border: 5px #78846A solid;
  background-color: #78846A;
  color: #F9EFDD;
  font-size: 1.25rem;
  font-weight: bolder;
  letter-spacing: 1.5px;
  transition: 0.6s;
}
#inquiry .form .inquiry_btn button::hover {
  border: 5px #78846A solid;
  background-color: #F9EFDD;
  color: #78846A;
}
#inquiry .form .input {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  position: relative;
  padding-left: 63px;
}
#inquiry .form .input input {
  border-bottom: 0;
}
#inquiry .form .input label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#inquiry .list {
  overflow-x: hidden !important;
}
#inquiry .list .t_body input {
  border: 1px solid #ccc;
  width: 50px !important;
}
#inquiry .list .t_head,
#inquiry .list .t_body {
  min-width: 100% !important;
}
#inquiry .inquiry_form {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  #inquiry .form .input input {
    padding: 5px 0;
  }
  #inquiry .form .input label svg,
#inquiry .form .textarea label svg {
    transform: scale(0.8);
  }
  #inquiry .form .textarea label {
    padding-top: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  #inquiry .list .t_head {
    display: none !important;
  }
  #inquiry .list .t_body .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #inquiry .list .t_body .col-md-12:nth-child(1) {
    text-align: right;
    justify-content: flex-end;
    font-size: 32px;
  }
  #inquiry .list .t_body .col-md-12:before {
    content: attr(data-title);
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    font-size: 1.25rem;
  }
  #inquiry .list .t_body .pic img {
    min-width: 100%;
    max-width: 100%;
  }
  #inquiry .list .t_body .text h3 {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

#mask_win {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
}
#mask_win.active {
  opacity: 1;
  pointer-events: auto;
}

#add_product_win,
#err_product_win {
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
  width: 25em;
  max-width: 100%;
  background-color: #fff;
  padding: 30px 15px;
  z-index: 1000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}
#add_product_win h5,
#err_product_win h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
  margin-left: 30px;
  margin-right: 30px;
}
#add_product_win h6,
#err_product_win h6 {
  font-weight: 400;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 50px;
  text-align: center;
  font-size: 24px;
}
#add_product_win p,
#err_product_win p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}
#add_product_win #add_product_content,
#err_product_win #add_product_content {
  margin-bottom: 50px;
  margin-left: 30px;
  margin-right: 30px;
}
#add_product_win .item,
#err_product_win .item {
  display: flex;
  align-items: center;
}
#add_product_win .item .photo,
#err_product_win .item .photo {
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 1024px) {
  #add_product_win #add_product_content .item .photo, #err_product_win #add_product_content .item .photo {
    width: 75px;
    height: 75px;
  }
}
#add_product_win #add_product_content .item .photo img, #err_product_win #add_product_content .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#add_product_win #add_product_content .item .text, #err_product_win #add_product_content .item .text {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding-left: 15px;
}
#add_product_win #add_product_content .item h3, #err_product_win #add_product_content .item h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
#add_product_win #add_product_content .item p, #err_product_win #add_product_content .item p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  width: 100%;
}
#add_product_win #add_product_content .item p i, #err_product_win #add_product_content .item p i {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}
#add_product_win #add_product_content .item #add_checkout, #add_product_win #add_product_content .item #err_checkout, #err_product_win #add_product_content .item #add_checkout, #err_product_win #add_product_content .item #err_checkout {
  width: calc(100% - 60px);
  height: 45px;
  color: #fff;
  font-size: 18px;
  border: none;
  background-color: #78846A;
  transition: 0.6s;
  margin-left: 30px;
  margin-right: 30px;
}
#add_product_win #add_product_content .item #add_checkout:hover, #add_product_win #add_product_content .item #err_checkout:hover, #err_product_win #add_product_content .item #add_checkout:hover, #err_product_win #add_product_content .item #err_checkout:hover {
  opacity: 0.6;
}

#err_product_win #err_checkout {
  margin-bottom: 50px;
}
#err_product_win a {
  display: block;
  width: 70px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  transition: 0.6s;
}
#err_product_win:hover {
  opacity: 0.6;
}
#err_product_win.active {
  opacity: 1;
  pointer-events: auto;
}

#err_win_off_ {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  transition: 0.6s;
}
#err_win_off_::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #78846A;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: center;
  top: 15px;
  left: 0;
}
#err_win_off_::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #78846A;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: center;
  left: 0px;
  top: 15px;
}
#err_win_off_:hover {
  opacity: 0.8;
}

.del_ {
  cursor: pointer;
}

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