@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
body {
  font-size: 16px;
}

body {
  font-family: pretendard;
  font-size: 16px;
}

ul {
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

a {
  list-style: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  line-height: 140%;
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Bold.woff2") format("woff2"), url("../fonts/OggTRIAL-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Medium.woff2") format("woff2"), url("../fonts/OggTRIAL-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Regular.woff2") format("woff2"), url("../fonts/OggTRIAL-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Light.woff2") format("woff2"), url("../fonts/OggTRIAL-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Thin.woff2") format("woff2"), url("../fonts/OggTRIAL-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabinest";
  src: url("../fonts/CabinestRegular.eot");
  src: url("../fonts/CabinestRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/CabinestRegular.woff2") format("woff2"), url("../fonts/CabinestRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button {
  padding-block: 0;
  padding-inline: 0;
}

.your-style {
  font-family: "Ogg TRIAL";
  font-weight: bold;
  font-style: normal;
}

.btn-bn {
  background: transparent;
  border: none;
}

.btn-order {
  background: #000000;
  border: none;
  border-radius: 300px;
  padding: 12px 30px;
}

.flower-box {
  box-shadow: 0 0 0 1px #a0a0a0 inset;
  border-radius: 5px;
  padding: 37px 36px;
}

header {
  width: 100%;
  height: 80px;
  padding: 0.625rem 0;
  margin: auto;
  position: fixed;
  text-align: center;
  align-items: center;
  z-index: 9999;
  top: 0;
  transition: top 0.4s ease-in-out;
}
header.header-bg {
  background: #ffffff;
  border-bottom: 1px solid rgba(255, 58, 30, 0.1);
}
header.hidden {
  top: -15%;
  transition: 0.3s;
  z-index: 1000;
}
header .container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  align-items: center;
}
header .container .gnb {
  align-items: center;
  flex-direction: row;
  height: 100%;
  align-items: center;
}
header .container .gnb .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav-logo {
  z-index: 9999;
  align-items: center;
}
header .nav-logo a {
  font-family: "Cabinest", serif;
  font-size: 28px;
  letter-spacing: 1;
  text-align: center;
  color: #ff3a1e;
  list-style: none;
  text-decoration: none;
  display: flex;
  gap: 0 10px;
}
header .nav-list {
  width: 520px;
  z-index: 9999;
  display: none;
  align-items: center;
}
@media (min-width: 1024px) {
  header .nav-list {
    display: flex;
    justify-content: space-between;
  }
}
header .nav-list li {
  width: 130px;
  position: relative;
  padding: 10px 0;
}
header .nav-list li a {
  font-family: "Cabinest", serif;
  list-style: none;
  text-decoration: none;
  text-align: center;
  color: #ff3a1e;
  font-size: 1.375rem;
}
header .nav-list li a:hover {
  color: #ea1d00;
}
header .nav-list li a:after {
  background-color: #ff3a1e;
}
header .nav-list > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  width: 110px;
  height: 2px;
  background-color: rgba(255, 58, 30, 0.3);
  border-radius: 300px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
header .nav-list > li:hover:after {
  transform: scaleX(1);
}

.hamburger {
  width: 24px;
  background: transparent;
  border: none;
  display: block;
  z-index: 9999;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
.hamburger .hamburger-box .hamburger-inner {
  width: 100%;
  height: 1px;
  border: 1px solid #ff3a1e;
  border-radius: 300px;
  background: #ff3a1e;
}
.hamburger:hover {
  opacity: 0.7;
}

.megamenu {
  top: auto;
  left: auto;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 9990;
}
.megamenu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.megamenu .megamenu-box {
  width: 100%;
  text-align: left;
}
.megamenu .megamenu-box .megamenu-list ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}
.megamenu .megamenu-box .megamenu-list ul li {
  margin: 1.2rem 0;
}
.megamenu .megamenu-box .megamenu-list ul li a {
  font-size: 3.5rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #ff3a1e;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: left;
  position: relative;
  cursor: pointer;
}
@media (min-width: 375px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 3.5rem;
  }
}
@media (min-width: 576px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 4rem;
  }
}
@media (min-width: 1280px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 4rem;
  }
}
@media (min-width: 1560px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 4rem;
  }
}
.megamenu .megamenu-box .megamenu-list ul li a:hover {
  color: #ff3a1e;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  display: block;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fp-watermark {
  display: none !important;
}

#fullpage .swiper {
  width: 100vw;
  height: 100vh;
}
#fullpage .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
#fullpage .sec01 .sec01__title span {
  font-family: "Ogg TRIAL";
  font-size: 5.6rem;
  color: #ff3a1e;
  font-weight: 700;
}
@media (min-width: 375px) {
  #fullpage .sec01 .sec01__title span {
    font-size: 5.6rem;
  }
}
@media (min-width: 576px) {
  #fullpage .sec01 .sec01__title span {
    font-size: 5.6rem;
  }
}
@media (min-width: 768px) {
  #fullpage .sec01 .sec01__title span {
    font-size: 5.6rem;
  }
}
@media (min-width: 1024px) {
  #fullpage .sec01 .sec01__title span {
    font-size: 6.25rem;
  }
}
@media (min-width: 1280px) {
  #fullpage .sec01 .sec01__title span {
    font-size: 6.25rem;
  }
}
@media (min-width: 1560px) {
  #fullpage .sec01 .sec01__title span {
    font-size: 8rem;
  }
}
#fullpage .sec02 {
  background: #D74C39;
}
#fullpage .sec02 .sec02__text {
  margin-bottom: 60px;
}
#fullpage .sec02 .sec02__text h3 {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (min-width: 375px) {
  #fullpage .sec02 .sec02__text h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  #fullpage .sec02 .sec02__text h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  #fullpage .sec02 .sec02__text h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  #fullpage .sec02 .sec02__text h3 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1280px) {
  #fullpage .sec02 .sec02__text h3 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1560px) {
  #fullpage .sec02 .sec02__text h3 {
    font-size: 2.25rem;
  }
}
#fullpage .sec02 .sec02__text h3 span {
  font-family: "Ogg TRIAL";
  font-weight: 700;
}
#fullpage .sec02 .sec02__text h1 {
  font-size: 2.25rem;
  color: #ffffff;
  font-weight: 700;
}
@media (min-width: 375px) {
  #fullpage .sec02 .sec02__text h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  #fullpage .sec02 .sec02__text h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  #fullpage .sec02 .sec02__text h1 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  #fullpage .sec02 .sec02__text h1 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1280px) {
  #fullpage .sec02 .sec02__text h1 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1560px) {
  #fullpage .sec02 .sec02__text h1 {
    font-size: 4rem;
  }
}
#fullpage .sec02 .sec02__logo h1 {
  font-family: "Ogg TRIAL";
  font-size: 2.25rem;
  color: #ffffff;
  font-weight: 700;
}
@media (min-width: 375px) {
  #fullpage .sec02 .sec02__logo h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  #fullpage .sec02 .sec02__logo h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  #fullpage .sec02 .sec02__logo h1 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  #fullpage .sec02 .sec02__logo h1 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1280px) {
  #fullpage .sec02 .sec02__logo h1 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1560px) {
  #fullpage .sec02 .sec02__logo h1 {
    font-size: 4rem;
  }
}

.section-normal {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec03 {
  width: 100%;
}
.sec03 .sec03__title {
  width: 100%;
}
.sec03 .sec03__title h1 {
  font-size: 2.25rem;
  color: #000000;
  font-weight: 700;
}
@media (min-width: 375px) {
  .sec03 .sec03__title h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  .sec03 .sec03__title h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .sec03 .sec03__title h1 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .sec03 .sec03__title h1 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1280px) {
  .sec03 .sec03__title h1 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1560px) {
  .sec03 .sec03__title h1 {
    font-size: 4rem;
  }
}
.sec03 .sec03__title h1 span {
  font-family: "Ogg TRIAL";
  color: #ff3a1e;
  font-weight: 700;
}
.sec03 .sec03__content {
  width: 100%;
}
.sec03 .sec03__content h5 {
  font-size: 1.125rem;
  color: #353535;
  font-weight: 400;
  text-align: right;
  margin-top: 7.5rem;
}
@media (min-width: 375px) {
  .sec03 .sec03__content h5 {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) {
  .sec03 .sec03__content h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .sec03 .sec03__content h5 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1024px) {
  .sec03 .sec03__content h5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .sec03 .sec03__content h5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1560px) {
  .sec03 .sec03__content h5 {
    font-size: 1.5rem;
  }
}
.sec03 .sec03__content h5 span {
  font-family: "Ogg TRIAL";
  color: #ff3a1e;
  font-weight: 700;
}

.footer {
  padding: 4.375rem 0 3.125rem;
  background: #ff3a1e;
}
.footer .footer__logo {
  margin-bottom: 1.25rem;
}
.footer .footer__line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 1.25rem;
}
.footer .footer__info-bar {
  display: flex;
  list-style: none;
  text-decoration: none;
  margin-bottom: 1.563rem;
}
.footer .footer__info-bar .footer__info-list {
  font-size: 0.75rem;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 375px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 1rem;
  }
}
@media (min-width: 1560px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 1.125rem;
  }
}
.footer .footer__info-bar .footer__info-list + .footer__info-list::before {
  content: "|";
  margin: 0.625rem;
  color: inherit;
}
.footer .copyright p {
  font-size: 0.75rem;
  font-weight: 200;
  color: #ffffff;
}
@media (min-width: 375px) {
  .footer .copyright p {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .footer .copyright p {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .footer .copyright p {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .footer .copyright p {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .footer .copyright p {
    font-size: 1rem;
  }
}
@media (min-width: 1560px) {
  .footer .copyright p {
    font-size: 1.125rem;
  }
}
.footer .footer__right-info {
  text-align: right;
  font-size: 0.75rem;
  font-weight: 200;
  color: #ffffff;
}
@media (min-width: 375px) {
  .footer .footer__right-info {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .footer .footer__right-info {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .footer .footer__right-info {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .footer .footer__right-info {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .footer .footer__right-info {
    font-size: 1rem;
  }
}
@media (min-width: 1560px) {
  .footer .footer__right-info {
    font-size: 1.125rem;
  }
}
.footer .footer__right-info ul {
  margin-bottom: 0.625rem;
}/*# sourceMappingURL=brand-story.css.map */