* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.main-title {
  font-size: 25px;
  margin: 20px 0 30px;
  text-align: center;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 40px;
    margin: 50px 0 30px;
  }
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: #e0e4a9;
  z-index: 100;
}
.project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern.png);
  background-size: 50%;
  background-position: center;
  background-attachment: fixed;
  background-repeat: repeat;
  z-index: 10;
}
.project img {
  display: block;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .kv {
  width: 100%;
  position: relative;
  z-index: 50;
}
.project .kv img {
  width: 100%;
}
.project .textBar {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 5px;
  background: var(--color-red-500);
  color: #fff;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 500;
  z-index: 50;
}
@media (min-width: 996px) {
  .project .textBar {
    margin-bottom: 60px;
    font-size: 16px;
  }
}
.project .textBar span {
  margin-right: 60px;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
@media (min-width: 996px) {
  .project .textBar span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.project .common__btnwrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  z-index: 50;
}
@media (min-width: 996px) {
  .project .common__btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px;
  }
}
.project .common__btnwrap .common-btn {
  position: relative;
  outline: none;
  border: 1px solid #8b5804;
  background: -webkit-gradient(linear, left top, right top, from(#d6ad4b), color-stop(#f8e48d), to(#d6ad4b));
  background: linear-gradient(to right, #d6ad4b, #f8e48d, #d6ad4b);
  margin: 5px 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-radius: 5px;
  cursor: pointer;
}
.project .common__btnwrap .common-btn:hover {
  color: #fff;
  -webkit-transform: scale(1.003) translate(0, 1px);
          transform: scale(1.003) translate(0, 1px);
  background: -webkit-gradient(linear, left top, right top, from(#f8e48d), color-stop(#d6ad4b), to(#f8e48d));
  background: linear-gradient(to right, #f8e48d, #d6ad4b, #f8e48d);
}
.project .common__btnwrap .common-btn span {
  position: relative;
  z-index: 3;
  display: block;
  padding: 10px 30px;
  overflow: hidden;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}
@media (min-width: 996px) {
  .project .common__btnwrap .common-btn span {
    letter-spacing: 1px;
    padding: 15px 45px;
    font-size: 17px;
  }
}
.project .models {
  padding: 30px 0;
}
@media (min-width: 996px) {
  .project .models {
    padding: 60px 0;
  }
}
.project .models__wrapper {
  position: relative;
  background: rgba(255, 255, 255, 0.7411764706);
  border-radius: 10px;
  padding: 20px 10px;
  z-index: 10;
  width: 90%;
}
@media (min-width: 996px) {
  .project .models__wrapper {
    width: 100%;
    padding: 50px 10px;
  }
}
.project .models__wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 10;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8b5804), to(#f8e48d));
  background-image: linear-gradient(to right, #8b5804, #f8e48d);
  background-origin: border-box;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
          mask-image: linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-composite: xor, source-over;
          mask-composite: exclude, add;
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  z-index: -1;
}
.project .models__wrapper .main-title {
  color: #000;
}
.project .models__wrapper .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  border-radius: 8px;
}
@media (min-width: 996px) {
  .project .models__wrapper .tabs__nav {
    gap: 30px;
  }
}
.project .models__wrapper .tabs__nav-btn {
  border-radius: 0 30px 0 30px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  background-image: url(../images/tab-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 30%;
  background-size: cover;
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
@media (min-width: 996px) {
  .project .models__wrapper .tabs__nav-btn {
    width: 26%;
  }
}
.project .models__wrapper .tabs__nav-btn img {
  padding: 20px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 996px) {
  .project .models__wrapper .tabs__nav-btn img {
    padding: 30px 10px;
  }
}
.project .models__wrapper .tabs__nav-btn:hover {
  -webkit-box-shadow: 0 0px 10px #8b561c;
          box-shadow: 0 0px 10px #8b561c;
}
.project .models__wrapper .tabs__nav-btn:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.project .models__wrapper .tabs__nav-btn.active {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  -webkit-box-shadow: 0 5px 10px #8b561c;
          box-shadow: 0 5px 10px #8b561c;
}
.project .models__wrapper .tabs__nav-btn.active .tabs__nav-text {
  color: #fff;
  background: linear-gradient(45deg, #ee8400, #8b561c);
}
.project .models__wrapper .tabs__nav-btn img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.project .models__wrapper .tabs__nav-text {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7254901961);
  background: linear-gradient(45deg, #8b5804, #f8e48d);
  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: 10px 10px 10px;
}
@media (min-width: 996px) {
  .project .models__wrapper .tabs__nav-text {
    font-size: 18px;
    padding: 20px;
    width: 100%;
    bottom: 0;
  }
}
.project .models__wrapper .tabs__content {
  position: relative;
}
.project .models__wrapper .tabs__panel {
  display: none;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
.project .models__wrapper .tabs__panel.active {
  display: block;
}
.project .models__wrapper .tabs__panel h3 {
  margin-top: 0;
  color: #000;
}
.project .models__wrapper .tabs__panel p {
  color: #000;
  line-height: 1.6;
}
.project .models__wrapper .tabs__panel .redeemImg img {
  margin: 20px auto;
}
.project .models__wrapper .tabs__panel .hrLine {
  background: -webkit-gradient(linear, left top, right top, from(rgba(179, 9, 6, 0.5215686275)), to(rgba(253, 203, 4, 0.3215686275)));
  background: linear-gradient(to right, rgba(179, 9, 6, 0.5215686275), rgba(253, 203, 4, 0.3215686275));
  width: 90%;
  height: 2px;
  margin: 40px auto;
}
.project .models__wrapper .tabs__panel .pdWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 996px) {
  .project .models__wrapper .tabs__panel .pdWrapper {
    gap: 20px;
  }
}
.project .models__wrapper .tabs__panel .pdWrapper__pdBox {
  width: 48%;
  padding: 10px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#efe094));
  background: linear-gradient(to top, #fff, #efe094);
}
@media (min-width: 996px) {
  .project .models__wrapper .tabs__panel .pdWrapper__pdBox {
    width: 32%;
    padding: 20px;
  }
}
.project .models__wrapper .tabs__panel .pdWrapper__pdBox figure img {
  margin: 0 auto;
}
.project .models__wrapper .tabs__panel .pdWrapper__pdBox h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .project .models__wrapper .tabs__panel .pdWrapper__pdBox h4 {
    font-size: 20px;
  }
}
.project .models__wrapper .tabs__panel .pdWrapper__pdBox p {
  font-size: 10px;
  font-weight: 600;
}
@media (min-width: 996px) {
  .project .models__wrapper .tabs__panel .pdWrapper__pdBox p {
    font-size: 15px;
  }
}
.project .models__wrapper .tabs__panel .pdWrapper__pdBox-content {
  margin-top: 20px;
}
.project .models__wrapper .tabs__panel .pdWrapper__pdBox-content .priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 996px) {
  .project .models__wrapper .tabs__panel .pdWrapper__pdBox-content .priceBox {
    font-size: 17px;
  }
}
.project .models__wrapper .tabs__panel .pdWrapper__pdBox-content .priceBox__before {
  font-size: 12px;
  padding-right: 10px;
  border-right: 1px solid #000;
}
@media (min-width: 996px) {
  .project .models__wrapper .tabs__panel .pdWrapper__pdBox-content .priceBox__before {
    font-size: 17px;
    padding-right: 20px;
  }
}
.project .models__wrapper .tabs__panel .pdWrapper__pdBox-content .priceBox__after {
  color: var(--color-red-500);
  font-size: 12px;
  margin-left: 10px;
  margin-top: 20px;
  line-height: 1;
}
@media (min-width: 996px) {
  .project .models__wrapper .tabs__panel .pdWrapper__pdBox-content .priceBox__after {
    font-size: 17px;
    margin-left: 20px;
  }
}
.project .models__wrapper .tabs__panel .pdWrapper__pdBox-content .priceBox__after sup {
  font-size: 10px;
}
@media (min-width: 996px) {
  .project .models__wrapper .tabs__panel .pdWrapper__pdBox-content .priceBox__after sup {
    font-size: 14px;
  }
}
.project .models__wrapper .tabs__panel .pdWrapper__pdBox-content .priceBox__after span {
  font-size: 18px;
}
@media (min-width: 996px) {
  .project .models__wrapper .tabs__panel .pdWrapper__pdBox-content .priceBox__after span {
    font-size: 30px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .project .models__wrapper .tabs__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.project .shopList {
  padding: 30px 0;
}
@media (min-width: 996px) {
  .project .shopList {
    padding: 30px 0;
  }
}
.project .shopList__wrapper {
  position: relative;
  border-radius: 10px;
  padding: 0 25px 25px;
  z-index: 10;
}
.project .shopList__wrapper .main-title {
  color: #000;
}
.project .shopList__wrapper-content .shopList-table {
  color: #000;
}
.project .shopList__wrapper-content .shopList-table .shopList-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin: 10px 0;
}
@media (min-width: 996px) {
  .project .shopList__wrapper-content .shopList-table .shopList-row {
    margin: 20px 0;
  }
}
.project .shopList__wrapper-content .shopList-table .shopList-row .shopList-header-cell, .project .shopList__wrapper-content .shopList-table .shopList-row .shopList-cell {
  padding: 0 10px;
}
.project .shopList__wrapper-content .shopList-table .shopList-row .shopList-header-cell a, .project .shopList__wrapper-content .shopList-table .shopList-row .shopList-cell a {
  color: #000;
}
.project .shopList__wrapper-content .shopList-table .shopList-header {
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(45deg, #18dcce, #f1d361);
}
.project .shopList__wrapper-content .shopList-table .shopList-header .shopList-row .shopList-header-cell {
  font-weight: 700;
}
.project .shopList__wrapper-content .shopList-table .shopList-header .shopList-row .shopList-header-cell:nth-child(1) {
  width: 40%;
}
.project .shopList__wrapper-content .shopList-table .shopList-header .shopList-row .shopList-header-cell:nth-child(2) {
  width: 60%;
}
.project .shopList__wrapper-content .shopList-table .shopList-body .shopList-row {
  position: relative;
  background: rgba(255, 255, 255, 0.7411764706);
}
.project .shopList__wrapper-content .shopList-table .shopList-body .shopList-row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 10;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #18dcce, #f1d361);
  background-origin: border-box;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
          mask-image: linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-composite: xor, source-over;
          mask-composite: exclude, add;
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  z-index: -1;
}
.project .shopList__wrapper-content .shopList-table .shopList-body .shopList-row:hover {
  background: #fbfbfb;
  border-radius: 10px;
}
.project .shopList__wrapper-content .shopList-table .shopList-body .shopList-row .shopList-cell {
  font-size: 15px;
}
@media (min-width: 996px) {
  .project .shopList__wrapper-content .shopList-table .shopList-body .shopList-row .shopList-cell {
    font-size: 18px;
  }
}
.project .shopList__wrapper-content .shopList-table .shopList-body .shopList-row .shopList-cell:nth-child(1) {
  width: 40%;
  font-weight: 600;
}
.project .shopList__wrapper-content .shopList-table .shopList-body .shopList-row .shopList-cell:nth-child(2) {
  position: relative;
  width: 60%;
}
.project .shopList__wrapper-content .shopList-table .shopList-body .shopList-row .shopList-cell:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2470588235);
}
@media (min-width: 996px) {
  .project .shopList__wrapper-content .shopList-table .shopList-body .shopList-row .shopList-cell:nth-child(2)::before {
    width: 0px;
  }
}
.project .shopList__wrapper-content .shopList-table .shopList-body .shopList-row .shopList-cell:nth-child(2):hover {
  text-decoration: underline;
}/*# sourceMappingURL=main.css.map */