.home-hero-wrap {
  position: relative;
  width: 100%;
}
.home-hero-wrap.full-h {
  height: 100vh;
}

.hidden {
  display: none !important;
}

/*-----------------*/
.hero-title-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 240px;
  display: flex;
  flex-direction: column;
}
.hero-title-wrap h2 {
  font-size: 80px;
  color: var(--gray-900);
  letter-spacing: -0.05em;
  font-weight: bold;
  margin-bottom: 16px;
}
.hero-title-wrap .intro-copy {
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 1.9em;
  color: var(--gray-900);
  margin: 0;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 500;
}
.hero-title-wrap .intro-copy.motion {
  animation: headlineRevealUp 1s;
}
.hero-title-wrap .intro-what {
  display: block;
  font-size: 44px;
  letter-spacing: -0.03em;
  line-height: 1.35em;
  color: var(--gray-800);
  font-weight: bold;
}
.hero-title-wrap .intro-what.motion {
  transform: translateY(100%);
  animation: headlineRevealUp 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.hero-title-wrap.small {
  padding-top: 160px;
}
.hero-title-wrap.small > h2 {
  font-size: 64px;
  text-align: left;
}
.hero-title-wrap .reveal-wrap {
  display: block;
  overflow: hidden;
}
.hero-title-wrap .reveal-wrap:last-child > .intro-copy {
  margin-bottom: 0;
}
.hero-title-wrap .upper-copy-wrap {
  position: relative;
  margin-top: 200px;
}

@media (max-width: 1024px) {
  .hero-title-wrap {
    padding-top: 128px;
  }
  .hero-title-wrap .intro-copy {
    font-size: 4.3vw;
  }
  .hero-title-wrap .upper-copy-wrap {
    margin-top: 12vh;
  }
}
.home-intro-divider {
  display: block;
  width: 100px;
  height: 1px;
  border-top: 1px solid #afafaf;
  position: relative;
  margin: 40px auto 54px auto;
}

@media (max-width: 1024px) {
  .home-intro-divider {
    margin: 0px auto 0px auto;
  }
}
/*-------------------*/
.home-divide {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid var(--gray-200);
  background-color: white;
  margin-bottom: 36px;
}

.home-hero-cut {
  background-color: white;
}
.home-hero-cut > .inner {
  width: 100%;
  padding: 0 0 120px 0;
  display: flex;
  flex-direction: column;
}
.home-hero-cut > .inner .copy-1 {
  width: 100%;
  width: 100%;
  font-size: 32px;
  color: var(--gray-500);
  text-align: center;
  letter-spacing: var(--tight);
  margin-bottom: 32px;
}
.home-hero-cut > .inner .intro-what-bold {
  display: block;
  font-size: 32px;
  letter-spacing: -0.03em;
  line-height: 1em;
  color: #6b7280;
  font-weight: normal;
  text-align: center;
}
.home-hero-cut > .inner .intro-what-bold > .pc-hidden {
  display: none;
}
.home-hero-cut > .inner .intro-what {
  text-align: center;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1.2em;
  color: var(--gray-800);
  margin-bottom: 12px;
}
.home-hero-cut > .inner .select-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  z-index: 10;
}
.home-hero-cut > .inner .select-wrap .select-line {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 30px 0;
}
.home-hero-cut > .inner .select-wrap .select-line .btn-select {
  position: relative;
  width: 300px;
  height: 90px;
  border-radius: 30px;
  padding: 0 40px 0 60px;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
  overflow: hidden;
  border: 1px solid var(--gray-500);
}
.home-hero-cut > .inner .select-wrap .select-line .btn-select .text-wrap {
  position: absolute;
  width: 100%;
  height: 360px;
  left: 0;
  display: none;
  flex-direction: column;
}
.home-hero-cut > .inner .select-wrap .select-line .btn-select .text-wrap .text {
  position: relative;
  font-size: 32px;
  color: var(--gray-900);
  font-weight: bold;
  left: 50px;
  text-align: left;
  height: 90px;
  display: flex;
  align-items: center;
  animation: selectText 3s;
  animation-iteration-count: infinite;
}
.home-hero-cut > .inner .select-wrap .select-line .btn-select .text-wrap.active {
  display: flex;
}
.home-hero-cut > .inner .select-wrap .select-line .btn-select .home-select-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 32px;
  top: 28px;
}
.home-hero-cut > .inner .select-wrap .select-line .btn-select:hover {
  background-color: #CD1433;
  border: none;
}
.home-hero-cut > .inner .select-wrap .select-line .btn-select:hover .text {
  color: white;
}
.home-hero-cut > .inner .select-wrap .select-line .btn-select:hover .home-select-icon path {
  stroke: white;
}
.home-hero-cut > .inner .select-wrap .select-line .btn-select.dimmed {
  opacity: 1;
  border: 1px solid var(--gray-300);
  background-color: var(--gray-50);
  pointer-events: none;
}
.home-hero-cut > .inner .select-wrap .select-line .btn-select.dimmed .text-wrap .text {
  color: var(--gray-200);
}
.home-hero-cut > .inner .select-wrap .select-line .btn-select.dimmed > svg {
  opacity: 0.2;
}
.home-hero-cut > .inner .select-wrap .big-text {
  font-size: 32px;
  font-weight: normal;
  padding: auto 16px;
  letter-spacing: -0.03em;
  color: var(--gray-800);
}
.home-hero-cut > .inner .select-wrap .btn-select-wrap {
  position: relative;
  z-index: 10;
}
.home-hero-cut > .inner .select-wrap .btn-select-wrap.second {
  z-index: 5;
}
.home-hero-cut > .inner .value-wrap {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  align-items: center;
  padding: 0 0 0 40px;
}
.home-hero-cut > .inner .value-wrap:hover {
  color: white;
}
.home-hero-cut > .inner .home-select-list {
  position: absolute;
  width: 100%;
  background-color: white;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--gray-700);
  padding: 16px 12px 28px 12px;
  left: 0;
  top: -16px;
  display: none;
  z-index: 9000;
}
.home-hero-cut > .inner .home-select-list > li > button {
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  padding: 12px 32px;
  border-radius: 24px;
  text-align: left;
  color: var(--gray-500);
}
.home-hero-cut > .inner .home-select-list > li > button:hover {
  color: var(--gray-900);
  background-color: var(--gray-100);
}
.home-hero-cut > .inner .home-select-list.on {
  display: block;
}
.home-hero-cut.cut-2 {
  background-color: transparent;
  padding: 0;
  height: 260px;
}
.home-hero-cut.cut-2.motion {
  padding-top: 60px;
}

@media (max-width: 1024px) {
  .home-divide {
    margin-bottom: 32px;
  }
  .home-hero-cut > .inner {
    padding: 20px 0 0 0;
  }
  .home-hero-cut > .inner .intro-what-bold {
    font-size: 18px;
    margin-bottom: 24px;
    word-break: keep-all;
  }
  .home-hero-cut > .inner .select-wrap {
    padding: 0 10px;
  }
  .home-hero-cut > .inner .select-wrap .select-line {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 64px 0;
    gap: 16px;
  }
  .home-hero-cut > .inner .select-wrap .select-line .btn-select {
    width: 202px;
    height: 64px;
    padding: 0 24px 0 20px;
    border-radius: 16px;
  }
  .home-hero-cut > .inner .select-wrap .select-line .btn-select .text-wrap {
    height: 360px;
  }
  .home-hero-cut > .inner .select-wrap .select-line .btn-select .text-wrap .text {
    font-size: 22px;
    left: 22px;
    height: 64px;
    animation: selectTextMo 3s;
    animation-iteration-count: infinite;
  }
  .home-hero-cut > .inner .select-wrap .select-line .btn-select .home-select-icon {
    width: 24px;
    height: 24px;
    right: 20px;
    top: 15px;
  }
  .home-hero-cut > .inner .select-wrap .select-line .big-text {
    font-size: 22px;
    word-break: keep-all;
    text-align: center;
  }
  .home-hero-cut > .inner .value-wrap {
    font-size: 22px;
    padding: 0 0 0 20px;
  }
  .home-hero-cut > .inner .home-select-list {
    border-radius: 16px;
    padding: 16px 12px 28px 20px;
  }
  .home-hero-cut > .inner .home-select-list > li > button {
    font-size: 22px;
    padding: 10px 0px;
    border-radius: 16px;
  }
  .home-hero-cut.cut-1 {
    padding-bottom: 24px;
    height: auto;
  }
  .home-hero-cut.cut-2 {
    height: auto;
  }
  .home-hero-cut.cut-2.motion {
    padding-top: 0px;
  }
  .home-hero-cut.cut-2 .inner {
    padding: 16px 0 0px 0;
  }
}
@media (max-width: 768px) {
  .home-hero-cut > .inner .select-wrap {
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .home-hero-cut > .inner {
    padding: 20px 0 0 0;
  }
  .home-hero-cut > .inner .intro-what-bold {
    font-size: 18px;
    margin-bottom: 72px;
    padding: 0 20px;
    word-break: keep-all;
    line-height: 1.5;
  }
  .home-hero-cut > .inner .intro-what-bold > .pc-hidden {
    display: block;
  }
}
@keyframes selectText {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-90px);
  }
  90% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(-180px);
  }
}
@keyframes selectTextMo {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-64px);
  }
  90% {
    transform: translateY(-64px);
  }
  100% {
    transform: translateY(-128px);
  }
}
/*-------------------*/
.home-section-1 {
  position: relative;
}

/* home dummy */
.home-img-1-3-1 {
  position: relative;
  width: 1170px;
  margin: 0 auto;
  padding-top: 180px;
}

.home-img-1-3-2 {
  position: relative;
  width: 447px;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 32px;
}

.home-img-2-1 {
  position: relative;
  width: 1546px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 100px;
  cursor: pointer;
}

.popup-outer {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9500;
  background-color: rgba(255, 255, 255, 0.7);
  transition: top 0.3s;
  backdrop-filter: blur(32px);
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: -100vh;
}
.popup-outer.active {
  top: 0;
}
.popup-outer .popup-wrap {
  position: relative;
  width: 1220px;
  height: 600px;
  background-color: white;
  border: 1px solid var(--gray-300);
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.1));
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-outer .popup-wrap > .full-img {
  width: 1018px;
}

.home-headline-outer {
  width: 100%;
}
.home-headline-outer .headline-1-wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.home-headline-outer .headline-1-wrap > h2 {
  position: relative;
  font-weight: bold;
  font-size: 98px;
  text-align: center;
  animation: headlineRevealUp 1s;
}
.home-headline-outer .headline-2-wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.home-headline-outer .headline-2-wrap > p {
  position: relative;
  width: 100%;
  max-width: 1000px;
  font-size: 40px;
  text-align: center;
  word-break: keep-all;
  line-height: 1.3em;
  color: var(--gray-500);
  transform: translateY(100%);
  animation: headlineRevealUp 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

#home-2-hero-1 {
  overflow: hidden;
  transform-origin: top center;
  animation: headlineWrapAni 2s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

#home-2-hero-2 {
  margin-top: 120px;
  display: flex;
  align-items: center;
}

@keyframes headlineRevealUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes headlineWrapAni {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.6);
    height: 0px;
    filter: blur(4px);
  }
}
/*-------------------*/
#home-1-hero-wrap-1 {
  transform-origin: top;
  overflow: hidden;
}

#home-1-hero-wrap-2 {
  min-height: 50vh;
  display: flex;
  align-items: center;
}

/*------------------*/
.hero-video-wrap {
  position: absolute;
  width: 100%;
  height: 40vh;
  overflow: hidden;
  bottom: -50vh;
}
.hero-video-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.hero-video-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.hero-video-wrap > .swiper-wrapper > .swiper-slide {
  overflow: hidden;
  border-radius: 24px;
}
.hero-video-wrap > .swiper-wrapper > .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 1s;
  background: white;
  opacity: 0.6;
}
.hero-video-wrap > .swiper-wrapper > .swiper-slide.swiper-slide-active:after {
  opacity: 0;
}
.hero-video-wrap > .swiper-wrapper > .swiper-slide > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*------------------*/
.custom-select-wrap {
  position: relative;
  width: 300px;
}
.custom-select-wrap .btn-select {
  position: absolute;
  top: 0;
}

#custom-select-1 {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  border: 1px solid red;
}

/*------------------*/
.popup {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  max-height: 70vh;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 9999;
  line-height: 1.6;
}
.popup p {
  margin: 0;
}
.popup .popup-header {
  display: flex;
  justify-content: space-between;
  padding: 8px 32px;
  background-color: var(--pink-400);
  transition: 0.3s;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.popup .popup-header .popup-close {
  position: absolute;
  top: 14px;
  right: 32px;
  width: 32px;
  height: 32px;
  background-image: url(../../../images/common/btn_login_close.svg);
  filter: invert(1);
}
.popup .popup-body {
  flex: 1;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup .popup-body .img-box {
  position: relative;
  font-size: 0;
  height: 0;
  padding-bottom: 100%;
}
.popup .popup-body .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.popup .popup-body .title {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.popup .popup-body .caption {
  color: #6B7280;
}
.popup .popup-body .desc {
  margin-top: 40px;
  padding: 24px 50px 32px;
  background-color: #F9F9F9;
  border: 1px solid #D4D4D4;
  border-radius: 10px;
}
.popup .popup-body .desc > span {
  display: block;
  margin: auto;
  margin-bottom: 16px;
  width: 114px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: var(--gray-600);
  border-radius: 56px;
  text-align: center;
}
.popup .popup-body .desc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popup .popup-body .desc ol li {
  letter-spacing: -0.42px;
  white-space: nowrap;
}
.popup .popup-body .desc ol li + li {
  margin-top: 16px;
}
.popup .popup-body .desc ol li a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-left: 12px;
  padding: 0 12px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-800);
  border: 1px solid var(--gray-800);
  border-radius: 24px;
}
.popup .popup-body .desc ol li a:after {
  content: "";
  margin-left: 10px;
  width: 5px;
  height: 8px;
  background-image: url(../../images/common/icon_arrow_right_6x8.svg);
  background-size: cover;
  background-position: center;
}
.popup .popup-body .desc ol li a.outlink {
  color: var(--pink-400);
  border-color: var(--pink-400);
}
.popup .popup-body .desc ol li a.outlink:after {
  filter: invert(27%) sepia(78%) saturate(5174%) hue-rotate(338deg) brightness(79%) contrast(106%);
}
.popup .popup-body .desc strong {
  display: block;
  font-size: 18px;
}
.popup .popup-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}
.popup .popup-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  transition: 0.3s;
}
.popup .popup-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background-color: var(--pink-400);
}
.popup .popup-bottom {
  padding: 4px 40px;
  border: 1px solid #D4D4D4;
  color: var(--gray-600);
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  text-align: right;
}

@media (max-width: 640px) {
  .popup {
    max-width: calc(100% - 70px);
  }
  .popup .popup-header {
    padding: 10px 24px;
    font-size: 14px;
  }
  .popup .popup-header .popup-close {
    top: 12px;
    right: 16px;
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  .popup .popup-body {
    word-break: keep-all;
  }
  .popup .popup-body .title {
    font-size: 18px;
  }
  .popup .popup-body .desc {
    padding: 17px;
  }
  .popup .popup-body .desc > span {
    font-size: 16px;
  }
  .popup .popup-body .desc ol li {
    white-space: initial;
  }
  .popup .popup-body .desc strong {
    font-size: 14px;
  }
}