@import "https://static-cdn.onstove.com/0.0.1/font/Inter/StoveUIFont-Global.css";

@import "https://static-cdn.onstove.com/resources/stds/stds-font-kr/stds-font-kr.css";

@import "https://d2x8kymwjom7h7.cloudfront.net/live/application_no/STATIC/common/stds-font-icon/stds-font-icon.css";

@import "https://d2x8kymwjom7h7.cloudfront.net/live/application_no/STATIC/common/stds-font-icon-v2/stds-font-icon.css";

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif;
  height: 100%;
  width: 100%;
}

.tit-text {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  white-space: nowrap;
}

.tit-text span {
  display: block;
}

.sub-text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 20px;
}

.sub-text span {
  display: block;
}

.sub-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 15px;
  opacity: 0.8;
}

.sub-desc span {
  display: block;
}

.stove-pay-logo {
  display: block;
  width: 112px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/stove-pay-intro/stove-pay-logo.svg");
}

.stove-pay-logo-w {
  display: block;
  width: 112px;
  height: 16px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/stove-pay-intro/stove-pay-logo-w.svg");
}

.mo-nav-close,
.mo-nav {
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}

.mo-nav-close {
  position: fixed;
  top: 80px;
  right: 20px;
  text-decoration: none;
  color: #000;
}

.mo-nav {
  display: none;
}

.mo-nav .mo-nav-ico {
  text-decoration: none;
  color: #000;
}

.mo-nav-list {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 80px 20px 20px 20px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.4px;
  text-decoration: none;
  background-color: #fff;
  z-index: 99;
  display: none;
}

.mo-nav-list.active {
  display: block;
}

.mo-nav-list ul {
  margin: 0;
  padding: 0;
}

.mo-nav-list li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mo-nav-list-txt {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  color: #000;
  text-decoration: none;
}

.stove-pay-gnb-wrap {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  z-index: 100;
  transition: all 0.3s;
}

.stove-pay-gnb-wrap.gnb-bg-white {
  background-color: #fff;
}

.stove-pay-gnb-wrap.is-dark .stove-pay-gnb-menu-link {
  color: #fff;
}

.stove-pay-gnb-wrap.is-dark .mo-nav .mo-nav-ico {
  color: #fff;
}

.stove-pay-gnb-wrap.is-dark .stove-pay-logo {
  background-image: url("../images/stove-pay-intro/stove-pay-logo-w.svg");
}

.stove-pay-gnb {
  width: 100%;
  max-width: 1280px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.stove-pay-gnb-menu,
.swiper-slide {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.48px;
}

.stove-pay-gnb-menu li,
.swiper-slide li {
  display: flex;
  align-items: center;
}

.stove-pay-gnb-menu-link {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 12px 24px;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.stove-pay-gnb-select {
  text-align: right;
  margin-left: auto;
}

.s1 {
  position: relative;
  overflow: hidden;
}

.s1 .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.s1 .video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s1 .intro-content {
  z-index: 2;
  text-align: center;
  color: #fff;
}

.s1 h1 {
  font-size: 80px;
  margin: 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.s2 {
  background-color: #fff;
}

.s2 .phone-area {
  border: 5px solid #000;
  box-sizing: border-box;
}

.s3 .tit-text {
  font-size: 40px;
  line-height: 52px;
  margin: 0;
}

.s3 .content-wrapper.col .tit-side {
  width: 100%;
}

.s3 > *:first-child ~ .sub-text {
  margin-top: auto;
}

.screen-3-wrap {
  display: flex;
  gap: 60px;
  width: 100%;
  padding: 60px 60px 0 60px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #ff7442;
  color: #fff;
}

.screen-3 {
  width: 748px;
  height: 476px;
  display: flex;
  flex-direction: column;
  z-index: 1;
  transition: background-color 0.8s ease;
  border-radius: 20px 20px 0 0;
  background-image: url("../images/stove-pay-intro/sec3-img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.s4 .swiper-container {
  width: 100%;
  max-width: 1280px;
  overflow: visible !important;
  position: relative;
}

.s4 .swiper-slide {
  position: relative;
  display: block;
  height: 440px;
  background: none;
  box-shadow: none;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  box-sizing: border-box;
}

.s4 .swiper-slide .slide-box {
  position: relative;
  overflow: visible !important;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  width: 100%;
  height: 100%;
  padding: 32px;
  border-radius: 32px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}

.s4 .swiper-slide .slide-box-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.s4 .swiper-slide .slide-box-desc span {
  display: block;
}

.s4 .swiper-slide .slide-box-tit {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.s4 .swiper-slide .slide-box-tit span {
  display: block;
}

.s4 .swiper-slide .slide-box-img {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  width: 276px;
  height: 248px;
  margin: auto auto 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  pointer-events: none;
}

.s4 .swiper-slide.swiper-slide-active .slide-box-img {
  opacity: 1;
  transform: translate(-50%, 20%) scale(1.2);
}

.s4 .swiper-slide.slide1 {
  background: linear-gradient(180deg, #35B7F4 64.25%, #4FD0ED 91.55%);
}

.s4 .swiper-slide.slide1 .slide-box-img {
  background-image: url("../images/stove-pay-intro/sec4-1-img.png");
}

.s4 .swiper-slide.slide2 {
  background: linear-gradient(180deg, #FF9250 64.25%, #FF9A88 91.55%);
}

.s4 .swiper-slide.slide2 .slide-box-img {
  background-image: url("../images/stove-pay-intro/sec4-2-img.png");
}

.s4 .swiper-slide.slide3 {
  background: linear-gradient(180deg, #EF9ADF 64.25%, #DFA6F5 91.55%);
}

.s4 .swiper-slide.slide3 .slide-box-img {
  background-image: url("../images/stove-pay-intro/sec4-3-img.png");
}

.s4 .swiper-container-wrap .swiper-container {
  padding-bottom: 40px;
}

.s4 .content-wrapper {
  padding-bottom: 40px;
}

.s4 .content-wrapper .tit-side {
  width: 37%;
}

.stove-pay-footer-wrap {
  position: absolute;
  top: 100vh;
  width: 100%;
  height: auto !important;
  background: #000;
}

.stove-pay-footer {
  width: 100%;
  height: auto;
  max-width: 1360px;
  padding: 80px 40px 120px;
  background: #000;
  color: #fff;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
}

.stove-pay-footer .stove-pay-footer-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  gap: 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.48px;
}

.stove-pay-footer .stove-pay-footer-menu li {
  position: relative;
  list-style: none;
  white-space: nowrap;
}

.stove-pay-footer .stove-pay-footer-menu li::before {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  top: 50%;
  right: -9px;
  width: 1px;
  height: 15px;
  background-color: hsla(0, 0%, 100%, 0.5);
  transform: translateY(-50%);
}

.stove-pay-footer .stove-pay-footer-menu li:last-child::before {
  display: none;
}

.stove-pay-footer .stove-pay-footer-menu-link {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}

.stove-pay-footer .stove-pay-footer-menu-link.point-color {
  opacity: 0.8;
}

.stove-pay-footer-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.48px;
}

.stove-pay-footer-info-tit {
  font-size: 20px;
  font-weight: 500;
  opacity: 0.8;
}

.stove-pay-footer-info-list,
.stove-pay-footer-info-copy {
  opacity: 0.5;
}

.stove-pay-footer-info-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stove-pay-footer-info-list a[href^=tel] {
  color: inherit !important;
  text-decoration: none !important;
}

.stove-pay-footer-info-list .list-block {
  display: inline-flex;
  flex-direction: row;
  gap: 16px;
  white-space: nowrap;
}

.screen-1 {
  background-image: url("../images/stove-pay-intro/sec1-img.png");
}

.screen-2 {
  background-image: url("../images/stove-pay-intro/sec2-img.png");
}

.swiper-container {
  width: 100%;
  max-width: 1280px;
  overflow: visible !important;
}

.swiper-slide {
  width: 100%;
  height: 304px;
  background: #f0f0f0;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1025px) and (min-height: 601px) {
  body,
  html {
    overflow: hidden;
  }

  .stove-pay-intro {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    z-index: 1;
    transition: background-color 0.8s ease;
  }

  .section:not(.s5) {
    min-height: 50vh;
  }

  .section.active {
    visibility: visible;
    z-index: 10;
  }

  .s2 .content-wrapper {
    padding: 0;
    gap: 112px;
  }

  .s2 .tit-side,
  .s2 .desc-side {
    height: 180px;
  }

  .s3 .ic-v2-stove-symbol-fill {
    margin-top: -20px;
    margin-left: -20px;
    font-size: 48px;
  }

  .s3 .desc-side {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .s3 .desc-side .sub-text {
    margin-top: auto;
  }

  .s3 .desc-side .sub-desc {
    margin-bottom: 60px;
  }

  .s4 .content-wrapper {
    gap: 60px;
    padding: 0;
  }

  .s4 .content-wrapper .tit-side {
    min-width: 468px;
  }

  .s4 .content-wrapper .swiper-container-wrap {
    width: 63%;
  }

  .s4 .content-wrapper .swiper-container-wrap .swiper-container {
    width: 160% !important;
    padding-left: 100px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 100%);
  }

  .s4 .swiper-slide {
    width: 340px;
  }

  .s4 .swiper-slide.swiper-slide-prev {
    opacity: 0.4;
  }

  .content-wrapper {
    display: flex;
    max-width: 1280px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .content-wrapper.col {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 40px;
  }

  .tit-side,
  .desc-side {
    flex: 1;
    position: relative;
  }

  .tg-1,
  .tg-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform, opacity;
  }

  .phone-area.pc-only {
    width: 280px;
    height: 580px;
    border-radius: 48px;
    background: #000;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
  }

  .screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .mo-only-content {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .section.s2 .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .s3 .screen-3-wrap {
    width: 100%;
  }

  .s3 .content-wrapper.col .tit-side {
    width: 100%;
  }

  .s3 .screen-3 {
    padding-top: 40%;
    width: 60%;
    height: auto;
  }

  .section.s4 .content-wrapper {
    padding-left: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px), (max-height: 600px) {
  .s3 .screen-3-wrap {
    padding: 40px 40px 0 40px;
  }

  .s3 .desc-side {
    min-width: 593px;
    max-width: 593px;
    margin: 0 auto 24px;
    text-align: left;
  }

  .s4 .swiper-slide {
    width: 280px;
    height: 348px;
  }

  .s4 .swiper-slide .slide-box {
    padding: 28px;
    border-radius: 28px;
  }

  .s4 .swiper-slide .slide-box-desc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }

  .s4 .swiper-slide .slide-box-tit {
    font-size: 26px;
    line-height: 36px;
  }

  .s4 .swiper-slide .slide-box-img {
    width: 224px;
    height: 184px;
  }

  .tit-text {
    font-size: 32px;
    line-height: 48px;
  }

  .sub-text {
    font-size: 26px;
    line-height: 36px;
  }

  .sub-desc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }

  .phone-area.mo-only {
    width: 296px;
    height: 596px;
    margin: 40px auto 20px;
  }

  .stove-pay-footer-menu {
    padding-left: 0;
  }
}

@media (min-width: 0) and (max-width: 767px), (max-height: 600px) {
  .s3 .tit-text {
    font-size: 26px;
    line-height: 36px;
  }

  .s4 .content-wrapper {
    padding: 0;
  }

  .s4 .swiper-slide {
    height: auto;
    width: 264px;
    min-height: 316px;
    border-radius: 20px;
  }

  .s4 .swiper-slide .slide-box {
    padding: 20px;
  }

  .s4 .swiper-slide .slide-box-desc {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.26px;
  }

  .s4 .swiper-slide .slide-box-tit {
    font-size: 20px;
    line-height: 28px;
  }

  .s4 .swiper-slide .slide-box-img {
    width: 224px;
    height: 184px;
    transform: translate(-50%, 5%) scale(1);
  }

  .tit-text {
    font-size: 28px;
    line-height: 40px;
  }

  .sub-text {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }

  .sub-desc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.26px;
    margin-top: 8px;
  }

  .phone-area.mo-only {
    width: 100%;
    height: auto;
    max-width: 360px;
    max-height: 734px;
    margin: 28px auto 20px;
  }

  .phone-area.mo-only .screen {
    padding-top: 200%;
    background-size: contain;
  }

  .stove-pay-footer {
    padding: 40px 20px;
  }

  .stove-pay-footer .stove-pay-logo-w {
    margin-bottom: 16px;
  }

  .stove-pay-footer .stove-pay-footer-menu {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.42px;
  }

  .stove-pay-footer-menu {
    padding-left: 0;
    margin: 0;
    min-height: 24px;
  }

  .stove-pay-footer-menu ul {
    padding: 0;
  }

  .stove-pay-footer-tit {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.42px;
  }

  .stove-pay-footer-info {
    gap: 4px;
    margin-top: 16px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.36px;
  }

  .stove-pay-footer-info-list .list-block {
    gap: 4px;
    white-space: normal;
  }
}

@media (max-height: 600px) {
  .s3 .screen-3 {
    padding-top: 25% !important;
  }
}

@media (max-width: 1024px), (max-height: 600px) {
  body,
  html {
    overflow-y: auto;
    height: auto;
  }

  .stove-pay-gnb-menu,
  .swiper-slide {
    display: none;
  }

  .mo-nav {
    display: block;
    margin-left: auto;
  }

  html.nav-active,
  body.nav-active {
    overflow: hidden !important;
    height: 100% !important;
    width: 100% !important;
    position: fixed;
  }

  .stove-pay-gnb-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    position: relative;
    height: auto;
    display: block;
    visibility: visible !important;
  }

  .section:not(.s5) {
    padding: 80px 0 0;
    text-align: center;
  }

  .section:not(.s4) .content-wrapper {
    display: block;
    padding: 0 20px;
  }

  .s1.section {
    height: 100vh;
  }

  .s2 .tit-side .tg-1 ~ .tg-2 {
    margin: 0;
    padding: 80px 20px;
  }

  .s2 .tg-2 {
    margin: 0 -20px !important;
    background-color: #000;
  }

  .s2 .tg-2 .tit-text,
  .s2 .tg-2 .mo-only-content {
    color: #fff;
  }

  .s3 .content-wrapper.col .tit-side {
    margin-bottom: 40px;
  }

  .s3 .screen-3-wrap {
    gap: 0;
    padding: 20px 20px 0 20px;
    flex-direction: column;
  }

  .s3 .screen-3-wrap .desc-side {
    text-align: left;
    max-width: 593px;
    margin: 0 0 24px;
  }

  .s3 .screen-3-wrap br {
    display: none;
  }

  .s3 .ic-v2-stove-symbol-fill {
    font-size: 28px;
  }

  .s3 .sub-text span {
    display: inline;
  }

  .s3 .screen-3 {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 63%;
    border-radius: 8px 8px 0 0;
    background-size: cover !important;
    background-position: center top;
  }

  .s4 .content-wrapper .tit-side {
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .s4 .content-wrapper .swiper-container {
    width: 100%;
    box-sizing: border-box;
  }

  .s4 .swiper-container-wrap {
    overflow: hidden;
  }

  .s4 .swiper-container-wrap .swiper-container {
    margin-bottom: 40px;
  }

  .pc-only {
    display: none;
  }

  .mo-only-content {
    display: block;
  }

  .tit-side .tg-1,
  .tit-side .tg-2 {
    position: relative;
    opacity: 1 !important;
    transform: none !important;
    margin-bottom: 80px;
    display: block;
    height: auto;
  }

  .phone-area.mo-only {
    border-radius: 40px;
    background: #000;
    overflow: hidden;
    position: relative;
  }

  .phone-area.mo-only .screen {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .s5 {
    height: auto;
    top: 0 !important;
  }

  .stove-pay-footer {
    padding: 40px 20px 80px 20px;
  }

  .stove-pay-footer-menu {
    width: 100%;
  }

  .stove-pay-footer-info-list .list-block {
    flex-direction: column;
  }
}