@font-face {
  font-family: Inklination Rg;
  src: url('../fonts/Inklination-Rg.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inklination Rgit;
  src: url('../fonts/Inklination-RgIt.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inklination Md;
  src: url('../fonts/Inklination-Md.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inklination Smbd;
  src: url('../fonts/Inklination-SmBd.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inklination Mdit;
  src: url('../fonts/Inklination-MdIt.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inklination Smbdit;
  src: url('../fonts/Inklination-SmBdIt.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: white;
  --gray: #6a6a6a;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--black);
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.home-section {
  width: 100%;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.section._3 {
  background-image: linear-gradient(#0003, #0003), url('../images/home_3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.body {
  background-color: var(--black);
}

.bg-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.bg-video-wrap {
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-title-wrap {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.h1 {
  font-family: Inklination Rg, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inklination Rg, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.label.gray-link {
  color: #6a6a6a;
  text-decoration: none;
  transition: color .2s;
}

.label.gray-link:hover, .label.gray-link.w--current, .label.white {
  color: var(--white);
}

.label.gray {
  color: var(--gray);
  text-transform: uppercase;
}

.header {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: grid;
  position: fixed;
}

.logo-img {
  height: 22px;
}

.header-link-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-link {
  color: var(--white);
  font-family: Inklination Rg, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.home-image-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.collection-list-section {
  width: 100%;
  height: 100%;
  padding-top: 70px;
}

.container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  position: relative;
}

.collection-list-img-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.list-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #1c1c1c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.list-inner.top {
  padding-top: 0;
}

.list-link-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.collection-cover {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.list-inner-detail {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px #1c1c1c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.collection-list-detail-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
  position: sticky;
  top: 70px;
}

.current-img-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.current-img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.detail-list-img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.campaign-list-wrap {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 70px;
  display: grid;
  position: absolute;
  top: 0;
  left: 24px;
}

.container-full {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.campaign-slider-wrap {
  width: 100%;
  height: 100%;
}

.campaign-section {
  width: 100%;
  height: 100svh;
  padding-top: 0;
}

.campaign-slider {
  z-index: 0;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-nav {
  opacity: 0;
}

.mask {
  flex: none;
  width: 48vw;
  height: 100%;
}

.cam-slide-img {
  width: 100%;
}

.cam-slide-img._2-3 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  flex: none;
}

.arrow {
  height: 16px;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-arrow.margin {
  left: -24px;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.right-arrow.margin {
  right: -24px;
}

.campaign-video-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.youtube {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 60vw;
}

.collection-cover-img {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project-section {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.project-inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-title-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-r {
  word-break: keep-all;
  margin-bottom: 0;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
}

.body-r.gray-link {
  color: #6a6a6a;
  text-decoration: none;
}

.body-r.gray-link.w--current, .body-r.white {
  color: var(--white);
}

.body-r.max-550 {
  max-width: 550px;
}

.body-r.max-550.center {
  text-align: center;
}

.body-r.max-250 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.body-r.max-250.center {
  text-align: center;
  max-width: 250px;
}

.project-contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.project-contents.text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 160px;
  padding-right: 160px;
}

.project-contents._2col {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-cadejo {
  height: 88px;
}

.project-img {
  width: 100%;
}

.project-img._2-3 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.project-img._2-3._50 {
  width: 50%;
}

.project-img._3-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.project-slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slide-nav-2 {
  display: none;
}

.project-slide {
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.slide-mask {
  height: auto;
  overflow: hidden;
}

.about-section {
  padding-top: 70px;
}

.about-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-cover {
  width: 100%;
  margin-top: 48px;
}

.cam-slide-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.cam-two-layout {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.slider-index {
  z-index: 3;
  color: var(--white);
  padding-top: 40vw;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.logo-bs {
  height: 100px;
}

.pro-img-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-na {
  height: 40px;
}

.m-header, .m-header-btn {
  display: none;
}

.menu-link {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inklination Rg, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.menu-link.gray-link {
  color: #6a6a6a;
  text-decoration: none;
  transition: color .2s;
}

.menu-link.gray-link:hover, .menu-link.gray-link.w--current, .menu-link.white {
  color: var(--white);
}

.menu-link.gray {
  color: var(--gray);
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .section {
    height: 100svh;
  }

  .section._3 {
    background-image: linear-gradient(#00000040, #00000040), url('../images/home-3-mobile.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .home-title-wrap {
    top: 51svh;
  }

  .label.count {
    color: var(--black);
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

  .header {
    justify-content: space-between;
    align-items: center;
    height: 58px;
    padding: 0 0 0 20px;
    display: flex;
  }

  .logo-img {
    height: 18px;
  }

  .header-link-list {
    display: none;
  }

  .home-image-3 {
    background-image: url('../images/home_02_01.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-3 {
    display: none;
  }

  .collection-list-section {
    position: relative;
  }

  .container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-img-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .list-inner-detail {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-bottom: 40px;
    display: grid;
  }

  .collection-list-detail-wrap {
    display: flex;
    position: relative;
    top: auto;
  }

  .current-img-area {
    z-index: 20;
    height: 100svh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .current-img {
    aspect-ratio: auto;
    height: 100svh;
  }

  .campaign-list-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    left: 0;
  }

  .container-full {
    padding: 20px;
  }

  .mask {
    width: 100%;
  }

  .arrow {
    display: none;
  }

  .left-arrow {
    left: -14px;
  }

  .right-arrow {
    right: -15px;
  }

  .video-embed {
    width: 100%;
  }

  .collection-cover-img {
    display: none;
  }

  .project-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .project-inner {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-contents.text {
    padding-left: 80px;
    padding-right: 80px;
  }

  .logo-cadejo {
    height: 80px;
  }

  .slider-index {
    padding-top: 76vw;
  }

  .logo-na {
    width: 320px;
    height: auto;
  }

  .m-header {
    z-index: -1;
    background-color: var(--black);
    width: 100%;
    height: 100svh;
    padding: 70px 20px 20px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }

  .m-header-btn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 58px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .header-line-top, .header-line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0;
  }

  .m-menu-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .menu-link {
    color: var(--white);
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
  }

  .area-btn-left {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
  }

  .area-btn-right {
    width: 50%;
    height: 100%;
    position: absolute;
    left: auto;
    right: 0;
  }

  .area-close {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
  }

  .close-img {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .project-contents.text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .home-title-wrap {
    width: 100%;
  }
}

#w-node-_51b37232-b5b8-b367-96b6-d3c7d200166d-d200166c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_51b37232-b5b8-b367-96b6-d3c7d200166f-d200166c {
  grid-area: 1 / 4 / 2 / 17;
}

#w-node-_0e6101ac-4ac6-4418-8e43-dfb580ebb11c-00bf5197 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_98503fed-0386-e7d5-3c5b-cb3570a62f00-00bf5197 {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-_6db5b6b6-c42e-7688-3e58-3ccaa61624ec-00bf5197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad29d069-6a20-5989-7a81-6efd457208f6-ebc5d8e3 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_062c94b5-bb4d-de99-4ccb-9b96f13f8988-ebc5d8e3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ad29d069-6a20-5989-7a81-6efd4572090b-ebc5d8e3 {
  grid-area: 1 / 9 / 2 / 17;
  align-self: start;
}

#w-node-_9546b867-1ac8-baed-478e-9d7d5addcc93-ebc5d8e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ff53a12-f6c1-a1dc-7e37-6b35ee365627-ee365627 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_49b4b684-9b11-f0f5-d1cf-2f0e57ffd0de-0706d7f9 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_49b4b684-9b11-f0f5-d1cf-2f0e57ffd0f3-0706d7f9 {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-_49b4b684-9b11-f0f5-d1cf-2f0e57ffd0f4-0706d7f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dc82a5b-5bc8-60fd-213f-f5c2bc9c0228-628d75ee {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-_0b87bbbc-3d6a-89b3-5b64-da205a7ea037-d3010a11 {
  grid-area: 1 / 4 / 2 / 14;
}

#w-node-ad29d069-6a20-5989-7a81-6efd457208f6-a822890f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d97bbdee-c563-6352-fecf-328b71497ab2-a822890f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad29d069-6a20-5989-7a81-6efd457208f6-ed03f0ba {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ad29d069-6a20-5989-7a81-6efd457208f6-59d4f414 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_682514bc-3070-72cc-ae35-114fb14ab69d-59d4f414 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ad29d069-6a20-5989-7a81-6efd4572090b-59d4f414 {
  grid-area: 1 / 9 / 2 / 17;
  align-self: start;
}

#w-node-ad29d069-6a20-5989-7a81-6efd457208f6-9d1d5679, #w-node-ad29d069-6a20-5989-7a81-6efd457208f6-3957f85e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_1dc82a5b-5bc8-60fd-213f-f5c2bc9c0228-00e5894e, #w-node-_1dc82a5b-5bc8-60fd-213f-f5c2bc9c0228-9189eef1 {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-_5e509212-a8d4-2650-9516-45dbf5fc3eb4-9189eef1, #w-node-_27f41adc-e4f0-f903-b904-23df61175574-9189eef1, #w-node-_9051345c-3171-ce3a-902e-8e8727f61715-9189eef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dc82a5b-5bc8-60fd-213f-f5c2bc9c0228-3b26b8bb {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-_46fdf2b3-ab7c-b62a-38f3-abba1dff2d41-3b26b8bb, #w-node-_01521906-be90-1c0f-525c-c0ec78fdb127-3b26b8bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ad29d069-6a20-5989-7a81-6efd457208f6-ebc5d8e3 {
    grid-column: span 8 / span 8;
  }

  #w-node-ad29d069-6a20-5989-7a81-6efd4572090b-ebc5d8e3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_0b87bbbc-3d6a-89b3-5b64-da205a7ea037-d3010a11 {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-ad29d069-6a20-5989-7a81-6efd4572090b-59d4f414 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}


@font-face {
  font-family: 'Inklination Rg';
  src: url('../fonts/Inklination-Rg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inklination Rgit';
  src: url('../fonts/Inklination-RgIt.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inklination Md';
  src: url('../fonts/Inklination-Md.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inklination Smbd';
  src: url('../fonts/Inklination-SmBd.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inklination Mdit';
  src: url('../fonts/Inklination-MdIt.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inklination Smbdit';
  src: url('../fonts/Inklination-SmBdIt.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}