/* FontIcon CDN : RemixIcon */
@import url("https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.1.0/remixicon.css");


@font-face {
  font-family: 'Paperozi-Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi-Medium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi-Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  font-family: 'Paperozi-Regular';
  overflow: hidden;
  background-color: #FFF;
  color: #232323;
  font-size: 18px;
  line-height: 1.524845;
}
.web-icon {
  font-family: remixicon;
}
.swiper {
  width: 100%;
  height: 100%;
  /* position: relative;
  top: 80px; */
}
.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5%;
  padding: 8% 10% 5%;
  position: relative;
}

.slide-1 {
  background: url(../img/section01/bg-p.png) no-repeat center center;
  background-size: cover;
  color: #FFF;
}
.slide-2 {
  background: #FFF;
  align-items: center;
  text-align: center;
  padding: 8% 10% 3%;
}
.slide-3 {
  background: url(../img/section03/bg-p.png) no-repeat center center;
  background-size: cover;
  color: #FFF;
}
.slide-4 {
  background: url(../img/section04/bg-p.png) no-repeat center center;
  background-size: cover;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.slide-5 {
  background: #FFF;
  background-size: cover;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 8% 10% 3%;
  gap: 12px;
}
.slide-6 {
  background: #F5F5F5;
  padding-bottom: 0;
  justify-content: space-between;
}
.slide-7 {
  background: #FFF;
  background: url(../img/section07/bg-p.png) no-repeat center center;
  background-size: cover;
  justify-content: space-between;
}
.slide-8 {
  background: url(../img/section04/bg-p.png) no-repeat center center;
  background-size: cover;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.slide-9 {
  background: #FFF;
  background-size: cover;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.anim-item {
  opacity: 0;
  transform: translateY(40px);
  /* 부드러운 전환 효과 지정 */
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.swiper-slide-active .anim-item {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide-active .anim-delay-1 {
  transition-delay: 0.5s;
}
.swiper-slide-active .anim-delay-2 { 
  transition-delay: 0.7s; 
}
.swiper-slide-active .anim-delay-3 { 
  transition-delay: 0.9s; 
}
.swiper-slide-active .anim-delay-4 { 
  transition-delay: 01.1s; 
}

.header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(228,228,228,0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
}
.header img {
  height: 25px;
}
.header > .logo > img {
  height: 20px;
}

h1 {
  font-size: 3rem;
  font-family: "Paperozi-Bold";
}
h1 > span {
  color: #2fa782;
}
h3 {
  font-size: 1.6rem;
   font-family: "Paperozi-Medium";
}
p {
  font-size: 1.1rem;
}


/* ## SLIDE 01 STYLE */
.slide-1 p {
  padding: 12px 0;
}
.badge {
  display: inline-block;
  padding: 10px 18px;
  margin-right: 4px;
  margin-top: 24px;
  background: #FFF;
  border-radius: 20px;
  font-size: .85rem;
  backdrop-filter: blur(5px);
  color: #575142;
  font-weight: 700;
}
.slide-1 > .anim-delay-2 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
}
.slide-1 > .anim-delay-2 > img {
  display: inline-block;
  /* margin-left: -60px; */
  width: 10%;
  border-radius: 24px;
  box-shadow: 0px 0px 35px 3px rgba(0, 0, 0, .3);
}
.slide-1 > .anim-delay-2 > img:nth-child(2) {
  width: 11%;
}
/* ## SLIDE 01 STYLE */


/* ## SLIDE 02 STYLE */
.step-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  /* padding: 40px 0px 72px; */
  width: 100%;
  max-width: 1100px;
}
.step-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.card {
  background: #f5f5f5;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 6px;
  /* width: 210px;
  height: 210px; */
  width: 100%;
  padding: 20%;
}
.card p {
  font-size: 0.9rem;
  height: 50px;
  font-weight: 700;
}
.card img {
  display: inline-block;
  width: 70px;
  height: 70px;
}
.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  color: rgba(0, 0, 0, 50%);
  font-family: sans-serif;
  user-select: none;
}
.dot-node {
  position: relative;
  width: 20px;
  height: 20px;
  background: #c0e4d9;
  border-radius: 50%;
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.dot-node::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #5ab99c;
  border-radius: 50%;
}
.dot-node::before {
  content: "";
  position: absolute;
  top: 16px; left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  border-left: 1px dashed #5ab99c;
}
.dot-node.short::before {
  height: 18px;
}
.bottom-connector {
  position: absolute;
  bottom: -30px;
  height: 15px;
  border-bottom: 1px dashed #5ab99c;
  border-left: 1px dashed #5ab99c;
  border-right: 1px dashed #5ab99c;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  pointer-events: none;
  z-index: 1;
  width: calc(80% - 13px);
  left: calc(10% + 6px);
}
.slide-2 > .anim-delay-3 > p,
.slide-5 > .anim-delay-3 > p {
  line-height: 1;
  margin-bottom: -14px;
  font-size: 24px;
  color: #2fa782;
}
.process-banner {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 220px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.05));
}
.step {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.content img {
  display: inline-block;
  width: 70px;
  height: 70px;
}
.title {
  font-size: 0.95rem;
  line-height: 1.3;
  margin: 0;
}
.step-left {
  background-color: #e7f6f2;
  color: #2fa782;
  padding-right: 30px;
  /* 오른쪽 끝 중앙(100% 50%)이 뾰족하게 나가는 좌표 */
  clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 50%, calc(100% - 35px) 100%, 0 100%);
  z-index: 2; /* 오른쪽 상자 위로 화살표가 보이도록 설정 */
  filter: drop-shadow(0 7px 13px rgba(27, 131, 99, 0.35));
  mix-blend-mode: multiply;
}
.step-right {
  background-color: #2fa782;
  color: #fff;
  padding-left: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 35px 50%);
  margin-left: -35px; /* 화살표 깊이만큼 포개기 */
  z-index: 1;
}
/* ## SLIDE 02 STYLE */


/* ## SLIDE 03 STYLE */
.app-flow-glass-card {
max-width: 1100px;
    padding: 2%;
    border-radius: 28px;
    background: rgba(35, 35, 35, 0.2);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    height: 85%;
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.app-flow-glass-card * {
  box-sizing: border-box;
}
.app-flow-phone {
  width: 23.5%;
}
.app-flow-mockup-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 45%;
}
.app-flow-img {
  width: 45%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.app-flow-arrow {
  display: flex;
  gap: 3px;
  opacity: 0.6;
  width: 2%;
  justify-content: center;
}
.app-flow-arrow span {
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  display: inline-block;
}
.app-flow-card-row {
display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    height: 55%;
}
.app-flow-desc-box {
  background: rgba(35, 35, 35, 0.2);
  border-radius: 20px;
  padding: 24px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
.app-flow-desc-box hr {
  width: 80%;
}
.app-flow-check-icon {
  width: 28px;
  height: 28px;
  background-color: #2CA880;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.app-flow-check-icon svg {
  width: 14px;
  height: 14px;
}
.app-flow-title {
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 16px 0;
}
.app-flow-desc {
  font-size: .85rem;
  line-height: 1.45;
  margin: 0;
  padding-top: 16px;
}
/* ## SLIDE 03 STYLE */


/* ## SLIDE 04 STYLE */
.card-flow-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 5% 0;
}
.card-flow-container .connect-line {
  position: absolute;
  top: 38%;
  left: 10%;
  right: 10%;
  height: 1px;
  background-color: #2CA880;
  z-index: 1;
}
.flow-card {
  flex: 1;
  background-color: #2fa782;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  min-height: 400px;
  justify-content: center;
}
.icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #2c9776;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  box-shadow: 0 0 0 2px #55bc9c,
              0 0 0 4px rgba(85, 188, 156, 0.8),
              0 0 0 14px #2fa782,
              0 0 0 16px #55bc9c;
}
.icon-circle img {
  width: 80%;
}
.card-title {
  font-weight: 700;
  margin: 0 0 12px 0;
  line-height: 1.25;
  letter-spacing: -0.3px;
}
.card-desc {
  font-size: .9rem;
  margin: 0;
  line-height: 1.4;
}
/* ## SLIDE 04 STYLE */


/* ## SLIDE 05 STYLE */
.slide-5 .anim-delay-1 {
  /* height: 10%; */
}
.pipeline-container {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  position: relative;
  /* height: 60%; */
}
.slide-5 .anim-delay-3 {
  /* height: 5%; */
}
.pipeline-container > * {
  width: 100%;
}
.pipeline-container * {
  box-sizing: border-box;

}
.pipeline-header-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.pipeline-badge {
  width: 47%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  height: 42px;
  box-sizing: border-box;
}
.badge-gray {
  border: 1.8px solid #71717A;
  color: #27272A;
  background-color: #ffffff;
}
.badge-green {
  border: 1.8px solid #2CA880;
  color: #2CA880;
  background-color: #ffffff;
}
.pipeline-body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 300px;
  /* height: 70%; */
}
.pipeline-col-left {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.pipeline-col-right {
  width: 47%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  gap: 5%;
}
.pipeline-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  padding: 3% 7%;
}
.card-gray {
  background-color: #F4F5F7;
}
.card-mint {
  width: 100%;
  height: 100%;
  background-color: #EBF7F3;
}
.pipeline-card-info h4 {
  margin: 0 0 6px 0;
  text-align: left;
}
.pipeline-card-info p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.45;
  text-align: left;
}
.desc-with-badge {
  display: flex;
  align-items: center;
  gap: 12px;
}
.plus-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #2CA880;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin-top: 2px;
  flex-shrink: 0;
}
.pipeline-circle-icon {
  width: 58px;
  height: 58px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.pipeline-circle-icon img {
  width: 100%;
}
.pipeline-connector {
  width: 6%;
  flex: 1;
  height: 100%;
}
.pipeline-connector svg {
  width: 100%;
  height: 100%;
  display: block;
}
.dash-path {
  stroke: #2CA880;
  stroke-width: 1.8;
  stroke-dasharray: 4.5 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.bottom-node {
  position: absolute;
  bottom: -6px;
  width: 20px;
  height: 20px;
  background-color: #c0e4d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.bottom-node::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #5ab99c;
  border-radius: 50%;
}
.left-node {
  right: 50%;
}
.right-node {
  left: 50%;
}
.pipeline-bottom-connector {
  position: absolute;
  left: 13%;
  width: 74%;
  height: 26px;
}
.pipeline-bottom-connector svg {
  width: 100%;
  height: 100%;
  display: block;
}
.slide-5 .care-banner-cta {
  width: 100%;
  max-width: 1100px;
  padding: 2%;
}
.slide-5 .care-banner-main {
  margin: 0 0 8px 0;
  font-size: 1rem;
}
.slide-5 .care-banner-sub {
  margin: 0;
  font-size: .95rem;
  /* height: 22%; */
}
/* ## SLIDE 05 STYLE */


/* ## SLIDE 06 STYLE */
.status-flow-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.status-flow-container * {
box-sizing: border-box;
}
.status-flow-left {
  width: 70%;
}
.status-flow-phone {
  width: 90%;
}
.status-flow-phone-img {
  width: 90%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.status-flow-right {
  width: 30%;
  position: relative;
  padding-left: 45px;
  padding-top: 5%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.status-flow-timeline-line {
  position: absolute;
  left: 12px;
  top: 15%;
  bottom: 0;
  border-left: 1px dashed #2fa782;
}
.status-flow-side-block {
  position: relative;
}
.status-flow-timeline-node {
  position: absolute;
  left: -42px;
  top: 8px;
  width: 20px;
  height: 20px;
  background-color: #c0e4d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.status-flow-timeline-node::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #5ab99c;
  border-radius: 50%;
}
.status-flow-side-badge {
  display: inline-block;
  background-color: #2fa782;
  color: #ffffff;
  font-weight: 700;
  padding: 8px 22px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.status-flow-side-text {
  font-size: .95rem;
  margin: 0;
}
.status-flow-side-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.status-flow-side-list li {
  position: relative;
  font-size: .95rem;
  line-height: 2;
  padding-left: 12px;
}
.status-flow-side-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  font-weight: bold;
}
/* ## SLIDE 06 STYLE */


/* ## SLIDE 07 STYLE */
.flow-bridge-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.flow-bridge-line {
  position: absolute;
  left: 60px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1.5px dashed rgba(255, 255, 255, 0.85); /* 밝은 점선 */
  z-index: 1;
  pointer-events: none;
}
.flow-bridge-pill {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  color: #444444;
  font-size: 17px;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}
.flow-bridge-circle {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
/* ## SLIDE 07 STYLE */


/* ## SLIDE 08 STYLE */
.award-showcase-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.award-showcase-container * {
  box-sizing: border-box;
}
.award-metrics-row {
  display: flex;
  justify-content: center;
  gap: 80px;
  width: 100%;
}
.award-metric-box {
  position: relative;
  width: 200px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.award-laurel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}
.award-metric-content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.award-number {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(180deg, #D4A340 0%, #A67520 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
  letter-spacing: -1px;
}
.award-label {
  font-size: 15px;
  font-weight: 700;
  color: #996E1E;
  white-space: nowrap;
}
.award-cert-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.award-cert-img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.award-bottom-badge {
  background: linear-gradient(90deg, #A87D32 0%, #BA9143 50%, #A87D32 100%);
  color: #ffffff;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(168, 125, 50, 0.25);
  text-align: center;
}
/* ## SLIDE 08 STYLE */


/* ## SLIDE 09 STYLE */
.care-banner-container {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
}
.care-banner-container * {
  box-sizing: border-box;
}
.care-banner-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.care-banner-card {
  background-color: #effaf7; /* 은은한 연민트 배경색 */
  border-radius: 20px;
  padding: 44px 24px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 270px;
}
.care-banner-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.care-banner-icon-wrap img {
  display: block;
  width: 70px;
  height: 70px;
}
.care-banner-card-title {
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.care-banner-card-desc {
  font-size: .9rem;
  line-height: 1.4;
  margin: 0;
}
.care-banner-cta {
  background-color: #2fa782;
  border-radius: 18px;
  padding: 34px 20px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.care-banner-sub {
  margin: 0 0 8px 0;
}
/* ## SLIDE 09 STYLE */