@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-style: normal;
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.eot');
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.eot?#iefix')
      format('embedded-opentype'),
    /* url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff2') format('woff2'), */
      url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-style: normal;
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.eot');
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.eot?#iefix')
      format('embedded-opentype'),
    /* url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff2') format('woff2'), */
      url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-style: normal;
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.eot');
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.eot?#iefix')
      format('embedded-opentype'),
    /* url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff2') format('woff2'), */
      url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-style: normal;
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.eot');
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.eot?#iefix')
      format('embedded-opentype'),
    /* url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff2') format('woff2'), */
      url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  font-style: normal;
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.eot');
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.eot?#iefix')
      format('embedded-opentype'),
    /* url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff2') format('woff2'), */
      url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.ttf') format('truetype');
  font-display: swap;
}

:root {
  --primary-color: #6464fa;
  --primary-color-light: #7c7cfa;
  --dark-color: rgba(12, 12, 12, 1);
  --dark-color-light: #ffffff40;
  --dark-border-color: #ffffff15;
  --point-color: white;
  --footer-height: 100px;
  --body-lg-font-size: 1.375rem;
  --heading-lg-font-size: 4rem;
  --3R-white: #fff;
  --3R-violet: #6464fa;
  --Primary-Colors-3r-black: #0c0c0c;
  --Primary-Colors-3r-violet: #6464fa;
  --button-fotn-size: 18px;
  --heading-lg-pc: 4rem;
  --heading-md-pc: 2rem;
  --heading-sm-pc: 1.375rem;

  --heading-lg-mo: 2rem;
  --heading-sm-mo: 1.125rem;
  --heading-md-font-size: 2rem;
}

/* 기본 스타일 초기화 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Pretendard';
}

/* 목록과 링크 초기화 */
ol,
ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  display: inline-block;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

body,
html {
  /* font-size: 0.8333333333333334vw; */
  font-size: 16px;
  line-height: 22px;
  font-family: 'Pretendard', Arial, sans-serif;
  color: var(--dark-color);
  overflow-x: hidden;
  width: 100%;
  background: var(--dark-color);
}

body {
  min-height: 100svh;
  /* min-height: 100vh; */
}

/* Landing Page */
#landing_page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  /* height: 100vh; */
  z-index: 99999;
  background-color: var(--3R-violet);
  overflow: hidden;
}

#landing_page .landing_page_container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#landing_page .landing_page_container ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  color: var(--3R-Primary-Colors-black, #0c0c0c);
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 2.625rem */
  letter-spacing: -0.035rem;
  /* padding: 0 12.5rem; */
  gap: 3.72rem;
}

#landing_page .landing_page_container ul > li {
  overflow: hidden;
  /* flex:1; */
}

#landing_page .landing_page_container .main_text {
  color: var(--3R-Primary-Colors-black);
  font-family: 'Pretendard Variable';
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.1rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  overflow: hidden;
  width: auto;
  /* flex:1; */
}

#landing_page.text_exit .landing_page_container .info_1 span {
  display: inline-block;
  transition: all 0.2s ease;
}

#landing_page.text_exit .landing_page_container .info_3 span {
  display: inline-block;
  transition: all 0.2s ease;
}

#landing_page .landing_page_container .main_text > p {
  /* flex: 1; */
  transition: all 0.2s ease;
}

#landing_page .landing_page_container .main_text .rabbit_txt_wrap .fade-in-letter {
  opacity: 0;
  /* transform: translateY(10px); */
  display: inline-block;
  transition: opacity 0.4s ease;
}

#landing_page .landing_page_container .main_text .rabbit_txt_wrap.active .fade-in-letter {
  opacity: 1;
  transform: translateY(0);
}

#landing_page .landing_page_container .number {
  display: flex;
  height: 9.375rem;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  width: 0;
  flex: 0;
  overflow: hidden;
}

#landing_page.count_on .landing_page_container .number {
  width: 9.375rem;
  flex: 0 9.375rem;
  padding: 0.625rem;
}

#landing_page .landing_page_container .number svg {
  width: 100%;
  height: 100%;
  display: none;
}

#landing_page .landing_page_container .number path {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  stroke: #fff;
  will-change: stroke-dashoffset;
}

#landing_page .landing_page_container .number .path_1 > path {
  stroke-dasharray: 1000 1000;
  stroke-dashoffset: 1000;
}

#landing_page .landing_page_container .number .path_2 > path {
  stroke-dasharray: 1000 1000;
  stroke-dashoffset: 1000;
}

#landing_page .landing_page_container .number .path_3 > path {
  stroke-dasharray: 2000 2000;
  stroke-dashoffset: 2000;
}

#landing_page.count_on .landing_page_container .number svg.current {
  display: block;
}

#landing_page.count_on .landing_page_container .number svg.current > path {
  fill: none;
  stroke-width: 42;
  animation: landing_number_1 0.5s cubic-bezier(0.69, 0.26, 0.49, 0.99) forwards,
    number_remove 0.2s cubic-bezier(0.69, 0.26, 0.49, 0.99) forwards 1s;
}

#landing_page.count_on .landing_page_container .number svg.current.path_3 > path {
  stroke-width: 42;
  animation: landing_number_3 0.5s cubic-bezier(0.69, 0.26, 0.49, 0.99) forwards;
}

#landing_page.text_exit .landing_page_container .info_1 span {
  transform: translateY(-100%);
}

#landing_page.text_exit .landing_page_container .info_3 span {
  transform: translateY(-100%);
}

#landing_page.text_exit .landing_page_container .main_text p {
  transform: translateY(-150%);
}

#landing_page.text_exit .landing_page_container .main_text svg path {
  transform: translateY(-100%);
}

#landing_page.end_logo_on .landing_page_container ul {
  display: none;
}

#landing_page.up {
  transition: all 0.5s cubic-bezier(0.69, 0.26, 0.18, 0.94);
  transform: translateY(-100%);
}

#landing_page .end_logo {
  visibility: hidden;
  position: absolute;
  z-index: -99;
}

#landing_page .end_logo > p {
  overflow: hidden;
}

#landing_page .end_logo > p svg {
  transition: all 0.2s ease;
  transform: translateY(105%);
  /* width: 36rem; */
  /* height: 11.18181rem; */
  width: calc(100vw - 60vw);
  height: auto;
  aspect-ratio: 576/178.91;
}

#landing_page.end_logo_on .end_logo {
  position: static;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

#landing_page.end_logo_on .end_logo > p svg {
  transform: translateY(0%);
}

#landing_page.end_logo_on .end_logo > p .main_animate {
  stroke-width: 32;
  stroke: #fff;
  stroke-dasharray: 1000 1000;
  animation: dash 1s cubic-bezier(0.69, 0.26, 0.49, 0.99) forwards;
}

@keyframes display_none {
  0% {
    display: block;
  }

  100% {
    display: none;
  }
}

@keyframes landing_number_1 {
  from {
    stroke-dashoffset: -1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes landing_number_2 {
  from {
    stroke-dashoffset: -1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes landing_number_3 {
  from {
    stroke-dashoffset: -2000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes landing_number_1 {
  from {
    stroke-dashoffset: -1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes landing_number_3 {
  from {
    stroke-dashoffset: -2000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: -1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes number_remove {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-105%);
  }
}

/* header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 2.5rem;
  width: 100%;
  height: 6rem;
  position: fixed;
  left:0;
  top:0;
  z-index: 999;
  backdrop-filter: blur(10px);
} */

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5rem;
  position: fixed;
  /* top: -7.5rem; */
  top: 0;
  width: 100%;
  height: 6rem;
  background: rgba(12, 12, 12, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 999;
  transition: all 0.3s ease-in-out;
}

header.show {
  top: 0;
}

header .logo {
  cursor: pointer;
}

header .logo svg {
  width: 128.78px;
  height: 40px;
}

header .logo .animate {
  stroke-width: 32;
  stroke: #fff;
  stroke-dasharray: 1000;
}

/* hover 효과 */
header .logo:hover .animate {
  animation: dash 1s cubic-bezier(0.69, 0.26, 0.49, 0.99) forwards;
}

header nav ul {
  display: flex;
}

header nav .header_mobile {
  display: none;
}

header nav .header_pc li {
  flex: 1;
  overflow-y: hidden;
  position: relative;
  padding-right: 8px;
}

header nav .header_pc a {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Pretendard Variable';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
  transition: transform 0.3s ease;
  display: inline-block;
}

header nav .header_pc a::before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  color: var(--3R-white);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

header nav .header_pc li:hover a {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

header nav .header_pc li.active a {
  transform: translateY(-100%);
}

body {
  -ms-overflow-style: none;
}

::-webkit-scrollbar {
  display: none;
}

html {
  overflow: auto;
}

html.no_scroll {
  overflow: hidden;
  height: auto;
}

.container {
  position: relative;
}

main {
  height: 100svh;
}

.slide_container .stay-cursor {
  position: absolute;
  padding: 1rem 1.5rem;
  transform: translate(50vw, 50vh);
  pointer-events: none;
  z-index: 999;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1rem;
  background: var(--3R-violet);
  color: var(--3R-white);
  text-align: center;
  font-size: var(1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.02rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.slide_container .stay-cursor.stay_on {
  opacity: 1;
  visibility: visible;
}

.card_slide_section {
  display: flex;
  align-items: center;
  position: relative;
  height: 100svh;
  /* height: 100vh; */
}

.card_slide_section .slide_tag,
.card_slide_section .slide_headline,
.card_slide_section .card_slide_container {
  flex: 1;
  height: 100%;
}

.card_slide_section .slide_tag {
  color: var(--3R-white);
  text-align: right;
  font-family: 'Pretendard Variable';
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}

.card_slide_section .slide_headline {
  color: var(--3R-white);
  font-family: 'Pretendard Variable';
  /* font-size: var(--heading-lg-font-size); */
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.28px;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
}

.card_slide_section .card_slide_container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8333333333333334vw;
}

.card_slide_section .portfolio-cursor {
  position: absolute;
  padding: 1rem 1.5rem;
  transform: translate(50vw, 50vh);
  pointer-events: none;
  z-index: 999;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1rem;
  background: var(--3R-violet);
  color: var(--3R-white);
  text-align: center;
  font-size: var(--heading-md-font-size);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.02rem;
}

.card_slide_section .card_slide_wrapper {
  width: 24em;
  height: 29em;
  aspect-ratio: 384/460.8;
  position: relative;
}

.card_slide_section .card_slide_wrapper .card_slide_item {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px);
}

.card_slide_section .card_slide_wrapper .card {
  position: absolute;
  /* width: 24em;
  height: 29em;
  aspect-ratio: 384.00 / 460.80; */
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  transform-style: preserve-3d;
  transform: perspective(800px);
  cursor: pointer;
  overflow: hidden;
}

.card_slide_section .card_slide_wrapper .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;

  z-index: -1;
  /* transition: opacity .2s ease; */
}

.card_slide_section .card_slide_wrapper .card img.current {
  opacity: 1;

  z-index: 1;
}

.card_slide_section .card_slide_wrapper .card a {
  display: block;
  width: 100%;
  height: 100%;
}

.card_slide_section > .pagination {
  position: absolute;
  bottom: 0;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
  color: var(--3R-violet);
  font-family: 'Pretendard Variable';
  font-size: var(--body-lg-font-size, 22px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.card_slide_section .text_animation_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card_slide_section .card_section_text_animation {
  width: 100%;
  position: relative;
  font-size: min(var(--heading-lg-font-size), 3vw);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.28px;
  transition: transform 0.5s ease;
  transform: translateY(0%);
}

.card_slide_section .card_section_text_animation.below {
  animation: disapper_below 0.5s ease;
}

.card_slide_section .card_section_text_animation.up {
  animation: disapper_up 0.5s ease;
}

.card_slide_section .card_section_text_animation.animation_1 {
  animation-delay: 0s;
}

.card_slide_section .card_section_text_animation.animation_2 {
  animation-delay: 0.2s;
}

.card_slide_section .card_section_text_animation.animation_3 {
  animation-delay: 0.4s;
}

.card_slide_section .card_section_text_animation.animation_4 {
  animation-delay: 0.6s;
}

@keyframes disapper_below {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes disapper_up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.end_section {
  height: 100svh;
  display: flex;
  flex-flow: column;
}

.end_section .end_view_wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 3rem;
}

.end_section .end_view_wrap h2 {
  color: var(--Primary-Colors-3r-violet);
  text-align: center;
  font-size: var(--heading-lg-font-size, 4rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.08rem;
}

.more_btn_wrap button {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 1rem;
  outline: none;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.more_btn_wrap button:hover .morph-shape svg {
  animation: background 0.5s linear forwards;
}

@keyframes background {
  0% {
    fill: var(--3R-violet);
  }

  50% {
    fill: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), #6464fa;
  }

  100% {
    fill: var(--3R-white);
  }
}

.more_btn_wrap .morph-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.more_btn_wrap .morph-shape svg {
  fill: var(--3R-violet);
}

.more_btn_wrap .button__text {
  display: block;
  padding: 1.3rem 1.75rem;
  text-align: center;
  position: relative;
  z-index: 100;
  font-size: 1.125rem;
  color: var(--Primary-Colors-3r-black);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 1rem;
  font-weight: 600;
}

.more_btn_wrap .button__text a {
  font-size: 1.125rem;
  color: var(--Primary-Colors-3r-black);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.01125rem;
  font-style: normal;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.more_btn_wrap .button__text a:after {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: static;
  background: url('https://cdn.banggooso.com/assets/images/3rabbits/btn_arrow_black.png') no-repeat center center / 15px;
}

/* 임베트 */

.embed-notion {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 999;
  background-color: #fff;
  transition: left 0.3s ease-in-out;
  overflow: hidden;
}

.embed-notion.active {
  left: 0;
}

.embed-notion .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.75rem;
  height: 4rem;
}

.embed-notion .header .logo,
.embed-notion .header .logo a,
.embed-notion .header .logo svg {
  width: 8.04875rem;
  height: 2.5rem;
}

.embed-notion .header .logo .animate {
  stroke-width: 32;
  stroke: #6464fa;
  stroke-dasharray: 1000;
}

.embed-notion .header .logo:hover .animate {
  animation: dash 1s cubic-bezier(0.69, 0.26, 0.49, 0.99) forwards;
}

@keyframes dash {
  from {
    stroke-dashoffset: -1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.embed-notion .header .close-icon {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}

.embed-notion iframe {
  width: 100%;
  height: calc(100% - 6rem);
  border: 0;
}

/* 푸터 스타일 */
footer {
  display: flex;
  flex-direction: row-reverse;
  flex-flow: wrap;
  align-items: start;
  color: var(--point-color);
  border-top: 1px solid var(--dark-border-color);
  padding: 2.5rem 2.5rem 0;
}

footer > div {
  display: flex;
  flex-direction: row;
  align-items: start;
}

footer .section-container {
  flex: 1;
  flex-wrap: wrap;
  text-align: left;
}

footer .section-container section {
  padding-right: 6.25rem;
}

footer .section-container .row {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  color: var(--dark-color-light);
}

footer .section-container .row:first-child {
  margin-bottom: 1.25rem;
}

footer .section-container .row a ~ a {
  margin-top: 0.62rem;
}

footer .section-container .row .break {
  display: inline-block;
}

footer .section-container h3 {
  font-size: 1rem;
  opacity: 0.5;
  width: 5rem;
}

footer .section-container a {
  color: var(--dark-color-light);
  text-decoration: none;
}

.landing-page-buttons {
  flex-wrap: wrap;
  justify-content: end;
  align-items: start;
  gap: 1.25rem;
}

.landing-page-buttons a {
  width: 10.9375rem;
}

.landing-page-buttons a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .copyright {
  width: 100%;
  display: flex;
}

desc {
  display: block;
  text-align: center;
  color: var(--dark-color-light);
  margin: 0px auto 1.25rem;
  flex: 1 100%;
  margin-top: 3.75rem;
}

/* 반응형 스타일 */
@media (max-width: 1440px) {
  body {
    font-size: min(16px, 1.25vw);
  }

  .card_slide_section {
    gap: 1rem;
    padding: 0 1rem;
  }

  .card_slide_section .card_section_text_animation {
    font-size: min(var(--heading-lg-font-size), 3vw);
  }

  .card_slide_section .card_slide_wrapper {
    max-width: 24rem;
    min-width: 16em;
    height: auto;
  }

  .end_section .end_view_wrap {
    gap: 1.5rem;
  }

  .end_section .end_view_wrap h2 {
    font-size: min(var(--heading-lg-font-size), 3rem);
    margin-top: 5.5vw;
  }

  footer .section-container section:first-of-type {
    margin-bottom: 1.25rem;
  }

  footer .section-container section ~ section {
    /* margin-top: 1.25rem; */
  }

  footer .section-container .row ~ .row {
    margin-top: 1.25rem;
  }

  footer .section-container .row:first-child {
    margin-bottom: 0;
  }

  footer desc {
    margin-top: 1.25rem;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }

  footer {
    padding: 1.5rem 1.5rem 0;
  }

  #landing_page .landing_page_container .main_text .rabbit_txt_wrap {
    display: flex;
  }

  #landing_page .landing_page_container ul {
    font-size: 1.4rem;
    gap: 3.2rem;
  }

  #landing_page .landing_page_container .number {
    width: 0;
    height: 0;
  }

  #landing_page.count_on .landing_page_container .number {
    width: min(10rem, 15vw);
    height: min(10rem, 15vw);
    flex: auto;
  }

  #landing_page .landing_page_container .main_text {
    font-size: 3rem;
  }

  .card_slide_section .card_section_text_animation {
  }

  .card_slide_section {
    gap: 1.5rem;
  }

  .card_slide_section .card_slide_wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 5/6;
  }

  footer .section-container .row .break {
    display: block;
    height: 0;
  }

  footer .section-container section {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  body,
  html {
    /* font-size: 0.8333333333333334vw; */
    font-size: 14px;
    line-height: 20px;
  }

  main {
    height: 100%;
  }

  .embed-notion .header .logo,
  .embed-notion .header .logo a,
  .embed-notion .header .logo svg {
    width: 5.63413rem;
    height: 1.75rem;
  }

  .embed-notion .header .close-icon {
    display: flex;
    width: 2rem;
    height: 2rem;
  }

  .embed-notion .header {
    padding: 0 1rem;
    height: 3.5rem;
  }

  .embed-notion iframe {
    height: calc(100% - 4rem);
  }

  #landing_page .landing_page_container ul {
    flex-flow: column wrap;
    padding: 0;
    gap: 5rem;
    height: auto;
    transition: all 0.2s ease;
    font-size: 2rem;
  }

  /* #landing_page .landing_page_container .info_1,
  #landing_page .landing_page_container .info_3{
    display: inline-flex;
  } */

  #landing_page .landing_page_container ul > li {
    /* flex: 0; */
    align-items: center;
    justify-content: center;
  }

  .card_slide_section .slide_tag {
    /* justify-content: flex-end; */
    flex: 0 20%;
  }

  .card_slide_section .slide_headline {
    /* justify-content: flex-start; */
    flex: 0 25%;
    text-align: center;
  }

  #landing_page .landing_page_container .number {
    width: 0;
    height: 0;
  }

  #landing_page .landing_page_container .main_text {
    font-size: 4rem;
    flex-flow: column;
    transition: all 1s ease;
  }

  #landing_page.count_on .landing_page_container .number {
    width: 13rem;
    height: 13rem;
    max-height: 13rem;
    flex: 0 13rem;
  }

  #landing_page .landing_page_container .main_text > p {
    flex: 0;
    transition: all 0.1s;
  }

  #landing_page .landing_page_container .main_text .rabbit_txt_wrap {
    transition: all 0.2s ease;
    margin-left: 1rem;
  }

  #landing_page .landing_page_container .main_text .rabbit_txt_wrap.active {
    margin-left: 0;
  }

  #landing_page.count_on .landing_page_container .main_text > p {
    margin-top: -4rem;
  }

  #landing_page.text_exit .landing_page_container .main_text > p {
    height: auto;
    line-height: 1;
    overflow: hidden;
  }

  #landing_page.text_exit .landing_page_container .main_text p {
    transform: translateY(0);
  }

  #landing_page.text_exit .landing_page_container .main_text > p span {
    transition: all 0.2s ease;
    transform: translateY(-100%);
    display: inline-block;
  }

  #landing_page .end_logo > p svg {
    width: calc(100vw - 50vw);
    height: auto;
    aspect-ratio: 187.5/58.24;
  }

  header {
    height: 64px;
    padding: 10px 20px;
  }

  header .logo svg {
    width: 90.146px;
    height: 28px;
  }

  header nav .header_pc {
    display: none;
  }

  header nav .header_mobile {
    display: block;
  }

  header .header_mobile #hamburger {
    position: relative;
    width: 32px;
    height: 32px;
  }

  header .header_mobile #hamburger > a {
    display: block;
    cursor: pointer;
    width: 32px;
    height: 32px;
    overflow: hidden;
    position: relative;
    z-index: 1000;
  }

  header .header_mobile #hamburger > a > span {
    position: absolute;
    width: 75%;
    height: 2px;
    background-color: var(--3R-white);
    transform: translate(-50%, -50%);
    left: 50%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 10000;
  }

  header .header_mobile #hamburger > a > span:nth-child(1) {
    transform-origin: right;
    top: 25%;
  }

  header .header_mobile #hamburger > a > span:nth-child(2) {
    top: 50%;
  }

  header .header_mobile #hamburger > a > span:nth-child(3) {
    top: 75%;
    transform-origin: right;
  }

  header .header_mobile.active #hamburger > a > span {
    background: var(--3R-white);
  }

  header .header_mobile.active #hamburger > a > span:nth-child(1) {
    transform: translate(-63%, -50%) rotate(-45deg);
    width: 100%;
    top: 15%;
  }

  header .header_mobile.active #hamburger > a > span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  header .header_mobile.active #hamburger > a > span:nth-child(3) {
    transform: translate(-63%, -50%) rotate(45deg);
    width: 100%;
    top: 85%;
  }

  header .header_mobile .mobile_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--3R-violet);
    padding-top: 5rem;
    z-index: 999;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.4s;
    transform: translateX(100vw);
  }

  header .header_mobile.active .mobile_menu {
    transform: translateX(0);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.2s;
  }

  header .header_mobile .mobile_menu li {
    width: 100%;
    height: 100%;
    padding: 0 2rem;
  }

  header .header_mobile .mobile_menu li > div {
    width: 100%;
    height: 100%;
    padding-top: 4rem;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4rem;
    position: relative;
  }

  header .header_mobile .mobile_menu li > div a {
    color: var(--3R-white);
    font-size: 2rem;
    transition: transform 0.3s ease;
    display: inline-block;
    line-height: normal;
  }

  header nav .header_mobile .mobile_menu a::before {
    content: attr(data-hover);
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    color: var(--3R-white);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  header .header_mobile .mobile_menu span {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-right: 8px;
    transform: translateY(100%);
    opacity: 0;
  }

  header .header_mobile .mobile_menu span.active a {
    transform: translateY(-100%);
  }

  header .header_mobile .mobile_menu span:hover > a {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .card_slide_section {
    flex-flow: column;
    justify-content: center;
    padding: 24px 0 16px;
    gap: 0;
  }

  .card_slide_section .card_slide_container {
    height: auto;
    flex: 0;
    padding-bottom: 50px;
  }

  .card_slide_section .card_slide_wrapper {
    width: 35vw;
    min-width: 14.5rem;
    height: auto;
    /* width: 60rem;
    max-width: 60rem;
    height: 80rem;
    max-height: 80rem; */
    aspect-ratio: 5/6;
  }

  .card_slide_section .card_section_text_animation {
    font-size: 2.5rem;
  }

  .card_slide_section > .pagination {
    /* position: static; */
    bottom: 1rem;
    /* transform: translate(0); */
  }

  .card_slide_section .slide_tag {
    text-align: center;
  }

  .end_section .end_view_wrap h2 {
    font-size: 2rem;
  }

  footer {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  footer > div {
    text-align: center;
    margin: 10px 0;
  }

  footer .section-container {
    flex: 1 100%;
    margin: 0;
    padding: 10px 30px;
    border-top: none;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    word-break: keep-all;
  }

  footer .section-container section {
    padding-right: 0;
  }

  footer .section-container .row p {
    white-space: normal;
  }

  footer .section-container .row .break {
    display: inline-block;
  }

  footer .landing-page-buttons {
    margin: 1.5rem 0;
    flex: 1 100%;
    gap: 1rem;
    order: -1;
    border-bottom: none;
    justify-content: center;
  }
}

@media (max-width: 425px) {
  .card_slide_section .card_slide_container {
    padding-bottom: 25px;
  }

  .card_slide_section .slide_tag {
    /* justify-content: flex-end; */
  }

  .card_slide_section .slide_headline {
    /* justify-content: flex-start; */
  }
}
