@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-SemiBold.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 {
  --g04: #979797;
  --white: #fff;
  --black: #1d1d1d;
  --g03: #afafaf;
  --g01: #f6f6f6;
  --g02: #dfdfdf;
  --g06: #333;
  --g05: #5c5c5c;
}

body {
  color: #333;
  word-break: keep-all;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.05;
}

h2 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.35;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  word-break: keep-all;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.label {
  letter-spacing: .07em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.label.kr {
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
}

.label.g04 {
  color: var(--g04);
}

.section-01 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/SEA00746.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100svh;
  display: flex;
}

.header {
  z-index: 2;
  background-color: #fff0;
  border-bottom: 1px solid #fff0;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.h-link-wrap {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  max-height: 24px;
  display: flex;
}

.logo.black {
  color: var(--black);
}

.div-block {
  background-color: var(--g03);
}

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

.h-link {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.h-link.black {
  color: var(--black);
}

.button {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Circularstd;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.black {
  border-color: var(--g02);
  color: var(--black);
}

.s-01-left {
  color: var(--white);
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.grid.bottom-line {
  border-bottom: 1px solid var(--g02);
  margin-left: auto;
  margin-right: auto;
}

.grid.bottom-line.all-in {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid.footer {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.grid.f-grid {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
}

.grid.s-02 {
  grid-row-gap: 150px;
}

.h5.s-01, .h5.s-01-copy {
  margin-top: 40px;
  margin-bottom: 80px;
}

.h5.kr {
  font-family: Pretendard, sans-serif;
  font-weight: 600;
}

.hero-arrow {
  color: var(--white);
  border: 1px solid #fff6;
  border-radius: 400px;
  justify-content: center;
  align-items: flex-end;
  width: 120px;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.s-01-right {
  color: var(--white);
  max-width: 284px;
}

.body-r.kr {
  font-family: Pretendard, sans-serif;
  font-weight: 500;
}

.body-r.kr.g04 {
  color: var(--g04);
  max-width: 400px;
}

.body-r.kr.g04.small {
  font-size: 14px;
}

.body-r.kr.hero {
  color: #fff9;
}

.section-02 {
  padding-top: 150px;
  padding-bottom: 0;
}

.subtitle {
  border-bottom: 1px solid var(--g02);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.st-text {
  padding-left: 40px;
  padding-right: 40px;
}

.st-circle {
  background-color: var(--black);
  border-radius: 40px;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 40px;
}

.s-02-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 750px;
  margin-top: 40px;
  display: flex;
}

.h3.kr {
  font-family: Pretendard, sans-serif;
  font-weight: 500;
}

.s-02-right {
  color: var(--g04);
  max-width: 370px;
  margin-top: 120px;
}

.section-03 {
  z-index: 3;
  height: 300vh;
  position: relative;
}

.s-03-img-wrap {
  background-image: url('../images/SEA00585.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.s-03-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
}

.circle-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-01 {
  border: 1px solid var(--white);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 580px;
  height: 580px;
  display: flex;
}

.circle-02 {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background-color: #ffffff1a;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
  position: absolute;
}

.circle-icon {
  width: 120px;
  height: 120px;
}

.section-04 {
  padding-top: 150px;
  padding-bottom: 0;
}

.s-04-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.s-04-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.s-04-right._02 {
  background-image: url('../images/set.png');
}

.s-04-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.s-04-top.full {
  width: 100%;
  max-width: none;
}

.s-04-topinner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-05 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.s-05-cover {
  aspect-ratio: 2;
  color: var(--white);
  background-image: url('../images/324124.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 40px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.s-05-cover-wrap {
  padding-left: 40px;
  padding-right: 40px;
}

.s-05-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 400px;
  margin-top: 40px;
  display: flex;
}

.s-05-topinner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-06 {
  padding-top: 250px;
  padding-bottom: 250px;
  position: relative;
}

.s-06-inner {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.s-06-img {
  aspect-ratio: 2 / 2.8;
  object-fit: cover;
  width: 220px;
  margin-top: 0;
}

.s-06-img._2 {
  margin-top: 0;
  top: 10533.5px;
  left: auto;
  right: 203.5px;
}

.s-06-img._3 {
  margin-top: 0;
  top: 10945.5px;
  left: auto;
  right: 607.5px;
}

.s-img {
  width: 100%;
}

.s-06-img-wrap {
  z-index: -1;
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.footer {
  border-top: 1px solid var(--g02);
  margin-top: 150px;
  padding-top: 80px;
  padding-bottom: 0;
}

.f-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.f-wrap-l-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-wrap-l-inner-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.s-06-line {
  z-index: -1;
  width: 100vw;
  position: absolute;
}

.circle-motion {
  max-width: 600px;
  position: absolute;
}

.s-03-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  top: -50px;
}

.s-03-text._02 {
  white-space: nowrap;
  top: 186px;
  left: 596.5px;
}

.s-03-text._03 {
  white-space: nowrap;
  top: 537px;
  left: 486.5px;
}

.s-03-text._04 {
  white-space: nowrap;
  top: 544px;
  left: 55.5px;
}

.s-03-text._05 {
  white-space: nowrap;
  top: 186px;
  left: -57.5px;
}

.s-03-text._01 {
  top: -62px;
}

.card-in-img {
  z-index: 1;
  width: 100%;
  max-width: 600px;
  position: absolute;
}

.circle-icon-1, .circle-icon-2, .circle-icon-3, .circle-icon-4, .circle-icon-5 {
  width: 130px;
  height: 130px;
  position: absolute;
}

.s-02-img {
  aspect-ratio: 2 / 2.8;
  object-fit: cover;
  width: 100%;
}

.loading {
  z-index: 20;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.loading-bar {
  background-color: var(--g02);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  position: relative;
}

.loading-line {
  background-color: var(--black);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}

.load-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.load-text {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
}

.logo-load {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  max-height: 24px;
  display: flex;
}

.logo-load.black {
  color: var(--black);
}

.hero-clip {
  position: relative;
  overflow: hidden;
}

.hero-text {
  margin-left: -2px;
}

.inner-circle {
  color: var(--black);
  background-color: #ffffff38;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
}

.arrow-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 240px;
  display: flex;
}

.arrow-out {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

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

.clip {
  margin-left: -.06em;
}

.load-circle {
  width: 300px;
  height: 300px;
}

.b-text {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.list-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.list-cont {
  border-bottom: 1px solid var(--g02);
  color: var(--black);
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.list-cont.kr {
  font-family: Pretendard, sans-serif;
  font-weight: 500;
}

.list-cont.kr.g04 {
  color: var(--g04);
}

.list-cont.kr.g04.small {
  font-size: 14px;
}

.list-cont.last {
  border-bottom-style: none;
}

.h6.kr {
  font-family: Pretendard, sans-serif;
  font-weight: 600;
}

.arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 16px;
  }

  .label {
    font-size: 13px;
  }

  .header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid {
    grid-template-rows: auto auto;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .h1 {
    font-size: 80px;
  }

  .h5 {
    font-size: 20px;
  }

  .h5.s-01 {
    margin-top: 24px;
    margin-bottom: 100px;
  }

  .hero-arrow {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 32px;
  }

  .body-r {
    font-size: 15px;
  }

  .s-03-img-wrap {
    padding-top: 0;
    padding-left: 0;
  }

  .s-03-title {
    top: 32px;
    left: 32px;
  }

  .s-05-cover.all-in {
    aspect-ratio: 3 / 2;
    margin-top: 32px;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .s-05-cover-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-06 {
    overflow: hidden;
  }

  .s-03-text {
    font-size: 20px;
  }

  .card-in-img {
    width: 80%;
  }

  .arrow-inner {
    width: 100px;
    height: 200px;
  }

  .arrow-out {
    width: 40px;
    height: 40px;
  }

  .list-cont {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
  }

  h6, p {
    font-size: 14px;
  }

  .label {
    font-size: 12px;
  }

  .header {
    z-index: 8;
    background-color: #fff;
    padding: 12px 20px;
  }

  .h-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h-link-wrap {
    z-index: 6;
    display: none;
  }

  .logo {
    color: var(--black);
    height: 20px;
    max-height: 20px;
  }

  .h-link {
    font-size: 14px;
  }

  .button {
    border-color: var(--black);
    color: var(--black);
    height: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .grid.bottom-line.all-in {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid.f-grid {
    grid-row-gap: 24px;
    align-content: start;
    place-items: start;
  }

  .grid.s-02 {
    grid-row-gap: 80px;
    padding-bottom: 20px;
  }

  .h1 {
    font-size: 40px;
  }

  .h5.s-01 {
    max-width: 320px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.4;
  }

  .hero-arrow {
    width: 64px;
    height: 64px;
    bottom: 20px;
  }

  .s-01-right {
    max-width: 100%;
  }

  .body-r {
    font-size: 14px;
  }

  .body-r.kr.g04 {
    max-width: 100%;
  }

  .body-r.kr.hero {
    font-size: 12px;
  }

  .section-02 {
    padding-top: 100px;
  }

  .st-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .st-circle {
    left: 20px;
  }

  .s-02-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 32px;
  }

  .s-02-right {
    margin-top: 48px;
  }

  .s-03-title {
    top: 80px;
    left: 20px;
  }

  .circle-wrap {
    width: 100%;
  }

  .circle-01 {
    width: 70vw;
    height: 70vw;
  }

  .circle-02 {
    width: 30vw;
    height: 30vw;
  }

  .section-04 {
    padding-top: 100px;
  }

  .s-04-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 32px;
  }

  .s-04-right.img-clip {
    margin-top: 0;
  }

  .s-04-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 100%;
  }

  .section-05 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .s-05-cover.all-in {
    aspect-ratio: 2 / 3;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .s-05-cover-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s-05-card.all-in {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    margin-top: 16px;
  }

  .s-05-icon {
    width: 48px;
  }

  .section-06 {
    padding-top: 80px;
    padding-bottom: 300px;
    overflow: hidden;
  }

  .s-06-img {
    width: 120px;
    margin-top: -29px;
  }

  .s-06-img._2 {
    margin-top: 379px;
  }

  .s-06-img._3 {
    margin-top: 94px;
  }

  .s-06-img-wrap {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
  }

  .footer {
    margin-top: 0;
  }

  .f-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .f-wrap-l-inner-copy {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .circle-motion {
    max-width: 72.5vw;
  }

  .s-03-text {
    font-size: 14px;
  }

  .s-03-text._02 {
    top: 22.6vw;
    left: 87.2vw;
  }

  .s-03-text._03 {
    top: 65.7vw;
    left: 73.7vw;
  }

  .s-03-text._04 {
    top: 66.4vw;
    left: 22.2vw;
  }

  .s-03-text._05 {
    top: 22.6vw;
    left: 8.3vw;
  }

  .s-03-text._01 {
    top: -6.9vw;
  }

  .circle-icon-1, .circle-icon-2, .circle-icon-3, .circle-icon-4, .circle-icon-5 {
    width: 18vw;
    height: 18vw;
  }

  .loading {
    display: none;
  }

  .load-text {
    bottom: 20px;
  }

  .logo-load {
    height: 20px;
    max-height: 20px;
  }

  .arrow-inner {
    width: 64px;
    height: 128px;
  }

  .arrow-out {
    width: 18px;
    height: auto;
  }

  .clip.max80 {
    max-width: 300px;
  }

  .load-circle {
    width: 240px;
    height: 240px;
  }

  .b-text {
    height: 34px;
    font-size: 13px;
  }

  .list-wrap {
    margin-top: 48px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-cont {
    font-size: 13px;
  }

  .arrow-wrap {
    width: 64px;
    height: 64px;
  }

  .m-menu {
    border: 1px solid var(--black);
    border-radius: 100px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: flex;
  }

  .m-line-01, .m-line-02 {
    background-color: var(--black);
    width: 18px;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
  }

  .header-menu {
    z-index: -1;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding: 20px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-wrap {
    width: 100%;
  }

  .menu-link {
    border-bottom: 1px solid var(--g02);
    color: var(--black);
    text-transform: none;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
  }

  .menu-link.last {
    border-bottom-style: none;
  }
}

#w-node-def33c8d-760c-08c9-1723-9b128818efca-68338c0a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-da363aed-9626-58f4-88ad-e34be8170fdd-68338c0a {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_1f8b59b2-ef6c-e77a-a1b1-233cf23e06c7-68338c0a {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-_011ace10-fbc7-a403-dbd8-f0ec09371127-68338c0a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-d3b98364-df15-0571-df80-8a3eb07426c0-68338c0a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-da6428ad-9701-e25c-36c1-1f8489c4898f-68338c0a {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-_5032af98-a626-f5ab-f07b-0fe104390c0a-68338c0a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_91ce5f01-7b70-439a-0b53-30f56a940be4-68338c0a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3c9823a5-8d44-d240-7a22-e7d781eff5cc-68338c0a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_3c9823a5-8d44-d240-7a22-e7d781eff5db-68338c0a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_7c99a0aa-bdc6-fd82-7fae-19fd4e249c09-68338c0a {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_3ca3326f-c6a5-774a-1c0b-60c41ce4006b-68338c0a, #w-node-b33f5fe3-9dc7-a25b-686e-e4c54fd44b03-68338c0a {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_3a270f4c-45d9-3b62-6bda-1853b9e4efd0-68338c0a, #w-node-_3d740477-f621-7bd8-5396-e7eb5720bda9-68338c0a, #w-node-_5f86bb2c-63d8-125c-913e-bed20d80d976-68338c0a {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_6e316e46-7216-268d-6bbb-b8f2a7b83ea0-68338c0a, #w-node-c71f69d3-c3e5-a173-8266-6a21b7e3b397-68338c0a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-eaa9d322-e27e-94fc-ce1f-0f6acd2e56ce-68338c0a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-da363aed-9626-58f4-88ad-e34be8170fdd-68338c0a {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_1f8b59b2-ef6c-e77a-a1b1-233cf23e06c7-68338c0a, #w-node-da6428ad-9701-e25c-36c1-1f8489c4898f-68338c0a {
    grid-area: 2 / 7 / 3 / 13;
    align-self: end;
  }

  #w-node-_5032af98-a626-f5ab-f07b-0fe104390c0a-68338c0a {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_91ce5f01-7b70-439a-0b53-30f56a940be4-68338c0a {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_3c9823a5-8d44-d240-7a22-e7d781eff5cc-68338c0a {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_3c9823a5-8d44-d240-7a22-e7d781eff5db-68338c0a {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_7c99a0aa-bdc6-fd82-7fae-19fd4e249c09-68338c0a, #w-node-_3ca3326f-c6a5-774a-1c0b-60c41ce4006b-68338c0a, #w-node-b33f5fe3-9dc7-a25b-686e-e4c54fd44b03-68338c0a {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-da363aed-9626-58f4-88ad-e34be8170fdd-68338c0a {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_1f8b59b2-ef6c-e77a-a1b1-233cf23e06c7-68338c0a {
    grid-area: 2 / 5 / 3 / 9;
    align-self: end;
  }

  #w-node-_011ace10-fbc7-a403-dbd8-f0ec09371127-68338c0a {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-da6428ad-9701-e25c-36c1-1f8489c4898f-68338c0a {
    grid-area: 2 / 1 / 3 / 9;
    align-self: end;
  }

  #w-node-_5032af98-a626-f5ab-f07b-0fe104390c0a-68338c0a {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_91ce5f01-7b70-439a-0b53-30f56a940be4-68338c0a {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_3c9823a5-8d44-d240-7a22-e7d781eff5cc-68338c0a {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_3c9823a5-8d44-d240-7a22-e7d781eff5db-68338c0a {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_7c99a0aa-bdc6-fd82-7fae-19fd4e249c09-68338c0a, #w-node-_3ca3326f-c6a5-774a-1c0b-60c41ce4006b-68338c0a, #w-node-b33f5fe3-9dc7-a25b-686e-e4c54fd44b03-68338c0a {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #w-node-_3a270f4c-45d9-3b62-6bda-1853b9e4efd0-68338c0a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_3d740477-f621-7bd8-5396-e7eb5720bda9-68338c0a {
    grid-area: 2 / 1 / 3 / 9;
    align-self: start;
  }

  #w-node-_5f86bb2c-63d8-125c-913e-bed20d80d976-68338c0a {
    grid-area: 3 / 5 / 4 / 9;
    align-self: start;
  }

  #w-node-_6e316e46-7216-268d-6bbb-b8f2a7b83ea0-68338c0a {
    grid-area: 3 / 1 / 4 / 5;
    align-self: start;
  }

  #w-node-c71f69d3-c3e5-a173-8266-6a21b7e3b397-68338c0a {
    grid-area: 4 / 1 / 5 / 9;
    align-self: start;
  }

  #w-node-eaa9d322-e27e-94fc-ce1f-0f6acd2e56ce-68338c0a {
    grid-area: 5 / 1 / 6 / 9;
  }
}


@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.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;
}