@charset "UTF-8";
/* common */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-dynamic-subset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;500;600;700;900&display=swap");
@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 700;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot?#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.ttf") format("truetype");
  font-display: swap;
}
/*
extraLight 200
light 300
regular 400
medium 500
semiBold 600
bold 700
black 900
*/
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  font-size: 62.5%;
  word-wrap: break-word;
  word-break: keep-all;
  overflow-x: hidden;
}

/* 스크롤 스타일 변경 */
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: lightblue;
}

::-webkit-scrollbar-track-piece {
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}

::-webkit-scrollbar-button {
  background-color: #eee;
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button:start {
  background-color: #eee;
  border-radius: 5px 5px 0 0;
}

::-webkit-scrollbar-button:end {
  background-color: #eee;
  border-radius: 0 0 5px 5px;
}

body {
  margin: 0 !important;
  position: relative;
  color: #0d0d0d;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

button {
  cursor: pointer;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.inner {
  /* -패딩값 30씩 */
  padding: 0 3rem;
  max-width: 138.8rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

/* common  */
#loader i {
  z-index: 1001;
  font-size: 4rem;
  color: white;
}

#loader {
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  z-index: 1000;
  text-align: center;
  transition: all 0.5s;
}

#loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}

.nav {
  position: absolute;
  top: 0;
  padding: 18px 0;
  width: 100%;
  z-index: 999;
}
.nav .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 5rem;
  width: 14rem;
}

.nav__menu {
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__menu li {
  color: #000000;
  margin-right: 43px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.smartstore {
  width: 100%;
  height: 4rem;
  padding: 0 14px;
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px;
  background-color: #4a4a4a;
  display: flex;
  align-items: center;
}
.smartstore img {
  width: 1.5rem;
  height: auto;
  margin-right: 6px;
}

.footer {
  background-color: #006440;
}
.footer .inner {
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
}

.footer-logo {
  width: 14.4rem;
  height: 5rem;
}

.footer-container {
  margin-top: 33px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: white;
}

.footer-center {
  display: flex;
  margin-top: 12px;
}
.footer-center p {
  margin-right: 24px;
}
.footer-center p:last-child {
  margin-right: 0;
}

.footer-bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom img {
  width: 1.5rem;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
  filter: brightness(1.5);
}

.main {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  line-height: normal;
}
.main .subtitle {
  color: #006400;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-align: center;
}
.main .title {
  margin-top: 3rem;
  color: #006400;
  font-family: "Noto Serif KR", serif;
  font-size: 6rem;
  font-weight: 600;
  text-align: center;
}

.title-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
}

.info-title {
  margin-top: 38px;
  text-align: right;
  line-height: 2.4rem;
  margin-bottom: 38px;
}
.info-title p {
  font-family: "Noto Serif KR", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #676767;
}
.info-title p:first-child {
  font-weight: 600;
  font-size: 4rem;
  color: #0d0d0d;
  margin-bottom: 35px;
}
.info-title:last-child {
  text-align: left;
  max-width: 476px;
  width: 100%;
  margin-left: 39px;
  margin-bottom: 0;
}

.info-img {
  position: relative;
  width: 100%;
  height: auto;
}
.info-img img {
  width: 100%;
}

.info .inner {
  display: flex;
  justify-content: space-between;
  padding: 90px 30px;
}

.info-container {
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.rightside-text {
  font-family: "Noto Serif KR", serif;
  position: absolute;
  right: -60px;
  top: 0;
  font-size: 3.6rem;
  font-weight: 500;
  color: #605c5c;
  writing-mode: vertical-rl;
}

.product {
  background-color: #fafafa;
}
.product .inner {
  padding: 90px 30px;
}
.product .title p {
  text-align: center;
  font-size: 3.6rem;
  font-family: "Noto Serif KR", serif;
  font-weight: 600;
  color: #0d0d0d;
  margin-bottom: 15px;
}
.product .title p:last-child {
  margin-bottom: 0px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #8e8e8e;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.product-container {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.product-container .card {
  width: calc(25% - 8px);
  margin-right: 10px;
  margin-bottom: 50px;
}
.product-container .card:nth-child(4n) {
  margin-right: 0;
}
.product-container .name {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #404040;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-container .detail {
  font-size: 1.5rem;
  font-weight: 400;
  color: #9b9b9b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-container .price {
  margin-top: 14px;
  font-family: "GmarketSans";
  font-size: 1.8rem;
  font-weight: 700;
  color: #4a4a4a;
}
.product-container .price span {
  font-weight: 500;
  font-size: 1.5rem;
}
.product-container hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  margin: 13px 0;
}

.swiper {
  width: 100%;
  aspect-ratio: 4/3;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  position: initial;
  margin-top: 12px;
}

.swiper-pagination-bullet {
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.1);
}

.swiper-pagination-bullet-active {
  background: #404040;
  opacity: 1;
}

.funding {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.funding .title {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Noto Serif KR", serif;
  color: #0d0d0d;
  line-height: 5.1rem;
}
.funding .subtext {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #676767;
}

.funding-left {
  background-image: url("/static/img/funding.png");
  height: 87rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.funding-right {
  padding: 0 30px;
}

.funding-right-textarea {
  padding: 0 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.funding-right-textarea a {
  margin-top: 59px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #707070;
  background: none;
  border: 1px solid #707070;
  width: 21.4rem;
  height: 5rem;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.funding-right-textarea img {
  width: auto;
  height: 10px;
}

.instagram {
  background-color: #fafafa;
}
.instagram .inner {
  padding: 90px 30px;
}
.instagram .title {
  font-size: 3.6rem;
  font-family: "Noto Serif KR", serif;
  font-weight: 600;
  color: #0d0d0d;
  text-align: center;
}

.instagram-container {
  margin-top: 55px;
}

.companyinfo .inner {
  padding: 188px 30px 90px;
}
.companyinfo .title-container {
  text-align: center;
}
.companyinfo .title-container .title {
  font-size: 3.6rem;
  color: #0d0d0d;
  font-family: "Noto Serif KR", serif;
  font-weight: 600;
}
.companyinfo .title-container .subtitle {
  margin-top: 14px;
  font-size: 1.6rem;
  color: #8e8e8e;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 500;
}

.companyinfo-img {
  margin-top: 49px;
  width: 100%;
  height: auto;
}

.companyinfo-text {
  margin-top: 45px;
  width: 100%;
  font-size: 1.8rem;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #404040;
  line-height: 2.6rem;
  font-weight: 400;
}
.companyinfo-text span {
  font-weight: 800;
}

.products .inner {
  padding: 188px 30px 90px;
}
.products .title p {
  text-align: center;
  font-size: 3.6rem;
  font-family: "Noto Serif KR", serif;
  font-weight: 600;
  color: #0d0d0d;
  margin-bottom: 15px;
}
.products .title p:last-child {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin-bottom: 0px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #8e8e8e;
}

.products-container {
  margin-top: 68px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.products-container .card {
  width: calc(33.3333333333% - 10px);
  aspect-ratio: 1/1;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
}
.products-container .card:nth-child(3n) {
  margin-right: 0;
}
.products-container .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-container .card:hover .card-text {
  opacity: 1;
}
.products-container .card-text {
  padding: 30px;
  opacity: 0;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5137254902);
  color: white;
}
.products-container .name {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.products-container .detail {
  font-size: 1.5rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.products-container .price {
  margin-top: 14px;
  font-family: "GmarketSans";
  font-size: 1.8rem;
  font-weight: 700;
}
.products-container .price span {
  font-weight: 500;
  font-size: 1.5rem;
}
.products-container hr {
  border: none;
  width: 30px;
  height: 1px;
  background-color: white;
  margin: 13px 0;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 131px;
}

.pagination-container {
  padding: 10px 0;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.pagination-hover-overlay {
  background-color: #006440;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.5s;
  left: 60px;
  opacity: 0;
}

.pagination .icon-pagination {
  color: #006440;
  font-size: 11px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.pagination-prev {
  margin-right: 15px;
  margin-left: 10px;
}

.pagination-prev .icon-pagination-prev {
  transform: rotate(0deg);
}

.pagination-next {
  margin-left: 15px;
  margin-right: 10px;
}

.pagination-next .icon-pagination-next {
  transform: rotate(180deg);
}

.pagination-page-number {
  border-radius: 5px;
  color: #212121;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.5s;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 16px;
  margin-right: 7px;
}

.pagination-page-number:hover {
  color: #fff;
}

.pagination-page-number.active {
  color: #fff;
}

.mob__btn {
  display: none;
}

.mob__menu {
  display: none;
}

.popup {
  position: absolute;
  z-index: 5;
  top: 100px;
  left: 150px;
  max-width: 510px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.popup_title {
  width: 100%;
  height: 37px;
  background-color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 18px;
}
.popup_title img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.vid_ifr {
  position: relative;
  width: 100%;
  padding-bottom: 52.25%;
}

.vid-ifr iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 992px) {
  .inner {
    padding: 0 6rem;
  }
  .nav__menu {
    display: none;
  }
  .nav .inner {
    position: relative;
  }
  .mob__btn {
    position: absolute;
    top: 0;
    right: 60px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1b1818;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
  }
  .mob__btn img {
    height: 16px;
    width: auto;
  }
  .mob__btn .clsbtn {
    content: url("../img/mobcls.png");
  }
  .mob__menu {
    display: flex;
    display: none;
    width: 459px;
    height: 100vh;
    padding: 18px 60px 18px 29px;
    box-shadow: -20px 0 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -18px;
    opacity: 0;
  }
  .mob__nav__menu {
    margin-top: 163px;
  }
  .mob__nav__menu .smartstore {
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    padding: 0 19px;
    font-size: 18px;
    margin-bottom: 98px;
  }
  .mob__nav__menu .smartstore img {
    width: 1.8rem;
  }
  .mob__nav__menu li {
    margin-bottom: 54px;
    font-size: 2.2rem;
    color: #000000;
    font-weight: 500;
  }
  .menu-footer {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 70px;
  }
  .menu-footer p {
    margin-top: 12px;
    font-size: 1.5rem;
    color: #676767;
    line-height: normal;
  }
  .menu-footer p:first-child {
    margin-top: 0;
  }
  .mb-br {
    display: none;
  }
  .rightside-text {
    display: none;
  }
  .title-container {
    font-size: 1.8rem;
  }
  .main .title {
    margin-top: 4.3rem;
    font-size: 6.8rem;
  }
  .info .inner {
    display: flex;
    padding: 90px 130px;
    flex-direction: column;
  }
  .info-container {
    width: 100%;
  }
  .info-title {
    margin-top: 0;
    text-align: left;
    line-height: 2.4rem;
    margin-bottom: 29px;
  }
  .info-container:last-child {
    margin-top: 47px;
  }
  .info-container:last-child .info-img img {
    margin-bottom: 37px;
  }
  .info-title:last-child {
    text-align: left;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .product .inner {
    padding: 90px 60px;
  }
  .product-container .card {
    width: calc(33.3333333333% - 8px);
    margin-right: 12px;
    margin-bottom: 50px;
  }
  .product-container .card:nth-child(3n) {
    margin-right: 0;
  }
  .product-container .card:nth-child(4n) {
    margin-right: 12px;
  }
  .product-container {
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .funding {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .funding-left {
    height: 90.7rem;
  }
  .funding-right-textarea {
    padding: 60px 0;
  }
  .instagram .inner {
    padding: 90px 60px;
  }
  .companyinfo .inner {
    padding: 148px 60px 130px;
  }
  .companyinfo-img {
    margin-top: 36px;
    content: url("../img/companyinfoimg992.png");
  }
  .products .inner {
    padding: 128px 60px 130px;
  }
  .products-container {
    margin-top: 62px;
  }
  .pagination {
    margin-top: 80px;
  }
  .footer .inner {
    padding: 36px 60px;
  }
  .popup {
    left: 60px;
  }
}
@media screen and (max-width: 576px) {
  .inner {
    padding: 0 1.5rem;
  }
  .logo {
    height: 3.1rem;
    width: 8.8rem;
  }
  .mob__btn {
    right: 15px;
    width: 3.8rem;
    height: 3.8rem;
  }
  .title-container {
    font-size: 1.4rem;
  }
  .main .title {
    margin-top: 1.3rem;
    font-size: 3.8rem;
    line-height: 5.2rem;
  }
  .info .inner {
    padding: 70px 15px;
  }
  .info-title p:first-child {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  .info-title p {
    font-size: 1.5rem;
  }
  .info-title {
    margin-bottom: 27px;
  }
  .info-container:last-child {
    margin-top: 18px;
  }
  .info-container:last-child .info-img img {
    margin-bottom: 28px;
  }
  .info-title p:first-child {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  .product .inner {
    padding: 70px 15px;
  }
  .product .title p {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  .product-container {
    margin-top: 33px;
  }
  .product .title p:last-child {
    font-size: 1.5rem;
  }
  .product-container .card {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 24px;
  }
  .product-container .card:nth-child(3n) {
    margin-right: 10px;
  }
  .product-container .card:nth-child(2n) {
    margin-right: 0;
  }
  .product-container .name {
    margin-top: 16px;
    font-size: 1.2rem;
  }
  .product-container hr {
    margin: 7px 0;
  }
  .product-container .detail {
    font-size: 1.1rem;
  }
  .product-container .price {
    margin-top: 8px;
    font-size: 1rem;
  }
  .product-container .price span {
    font-size: 0.8rem;
  }
  .funding-left {
    height: 34.3rem;
  }
  .funding-right {
    padding: 0 15px;
  }
  .funding-right-textarea {
    padding: 28px 0 70px 0;
  }
  .funding .title {
    font-size: 2.4rem;
    line-height: normal;
  }
  .funding .subtext {
    margin-top: 27px;
    font-size: 1.5rem;
  }
  .funding-right-textarea a {
    margin-top: 40px;
    font-size: 1.5rem;
    width: 17.3rem;
    height: 4.7rem;
    padding: 0 14px;
  }
  .funding-right-textarea img {
    height: 7px;
  }
  .instagram .inner {
    padding: 70px 15px;
  }
  .footer .inner {
    padding: 30px 15px;
  }
  .footer-logo {
    width: 10rem;
    height: 3.5rem;
  }
  .footer-container {
    margin-top: 36px;
    font-size: 1.2rem;
    line-height: normal;
  }
  .footer-center {
    margin-top: 6px;
    flex-direction: column;
  }
  .footer-center p {
    margin-top: 6px;
    margin-right: 0;
  }
  .footer-center p:nth-child(1) {
    order: 1;
  }
  .footer-center p:nth-child(2) {
    order: 2;
  }
  .footer-center p:nth-child(3) {
    order: 0;
  }
  .footer-bottom {
    margin-top: 27px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom a {
    align-self: self-end;
    margin-top: 18px;
  }
  .mob__menu {
    width: 75%;
  }
  .mob__nav__menu .smartstore {
    height: 39px;
    padding: 0 13px;
    font-size: 14px;
    margin-bottom: 34px;
  }
  .mob__nav__menu .smartstore img {
    width: 1.4rem;
  }
  .mob__nav__menu {
    margin-top: 104px;
  }
  .mob__nav__menu li {
    margin-bottom: 37px;
    font-size: 1.6rem;
  }
  .companyinfo .inner {
    padding: 129px 15px 70px;
  }
  .companyinfo .title-container .title {
    font-size: 2.8rem;
  }
  .companyinfo .title-container .subtitle {
    margin-top: 15px;
    font-size: 1.5rem;
  }
  .companyinfo-text {
    margin-top: 28px;
    font-size: 1.5rem;
  }
  .products .inner {
    padding: 129px 15px 70px;
  }
  .products .title p {
    font-size: 2.8rem;
  }
  .products .title p:last-child {
    font-size: 1.5rem;
  }
  .products-container {
    margin-top: 36px;
  }
  .products-container .card {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .products-container .card:nth-child(3n) {
    margin-right: 10px;
  }
  .products-container .card:nth-child(2n) {
    margin-right: 0px;
  }
  .pagination-page-number {
    width: 32px;
    height: 32px;
    font-size: 14px;
    margin-right: 5px;
  }
  .products-container .card-text {
    padding: 20px;
  }
  .products-container .name {
    margin-top: 0px;
    font-size: 1.2rem;
  }
  .products-container hr {
    width: 11px;
    margin: 8px 0;
  }
  .products-container .detail {
    font-size: 1.1rem;
  }
  .products-container .price {
    margin-top: 13px;
    font-size: 1rem;
  }
  .products-container .price span {
    font-size: 1rem;
  }
  .menu-footer {
    bottom: 48px;
  }
  .menu-footer p {
    margin-top: 13px;
    font-size: 1.2rem;
  }
  .mb-br {
    display: block;
  }
  .popup {
    left: 0;
    padding: 30px;
    width: 100%;
  }
}
section.slider {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100vh;
}
section.slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.preparePage {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: white;
  top: 0;
  left: 0;
  z-index: 99999;
}
.preparePage .inner {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.preparePage .preparelogo {
  max-width: 492px;
  width: 100%;
}
.preparePage a {
  width: auto;
  height: 24px;
  margin-top: 189px;
}
.preparePage a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */