/* =========================================================
  KOREAN , ENGLISH
   ========================================================= */

/* ===== FONT FILES ===== */
@font-face {
  font-family: "S-Core";
  src: url("../S-Core1.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("../S-Core2.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("../S-Core3.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("../S-Core4.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("../S-Core5.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("../S-Core6.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("../S-Core7.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("../S-Core8.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("../S-Core9.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}

/* ===== BASIC RESET / DEFAULT SETTINGS ===== */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: #111;
  background: #fff;
  font-family: "S-Core", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

button,
input,
select {
  font: inherit;
}

/* ===== MAIN WIDTH WRAPPER ===== */
.wrap {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

/* ===== YELLOW RAYS BACKGROUND ===== */
.section-rays {
  position: relative;
  overflow: hidden;
     background-color: #ffe5a3;
    background-image: linear-gradient(rgb(255 230 165 / 0%), rgb(254 216 82 / 15%)), url(../wonupcashBG-001-1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

/* ===== HERO SECTION - DESKTOP ===== */
.hero {
  height: 700px;
  min-height: 700px;
}

.hero-inner {
  position: relative;
  width: min(1140px, calc(100% - 80px));
  height: 100%;
  margin: 0 auto;
}

/* ===== LOGO AREA ===== */
.logo {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 5;
  display: block;
  width: 146px;
  text-decoration: none;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== HERO TEXT AREA ===== */
.hero-copy {
  position: absolute;
  top: 232px;
  left: 0;
  z-index: 4;
  width: 560px;
}

.hero-copy h1,
.final-apply h2 {
  color: #fff;
  font-size: 97px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
     -webkit-text-stroke-width: 1px;
    stroke-width: 1px;-webkit-text-stroke-color: #000;
    stroke: #000;
	    text-shadow: 8px 1px 2px #000000;
}

.hero-copy p {
  width: 700px;
  margin: 18px 0 36px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.formbottom {          margin: 30px auto 0;   width: 63%; }

/* ===== BUTTON STYLE ===== */
.hero-button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  height: 54px;
  padding: 0 34px;
  border: 1px solid #a5a900;
  border-radius: 8px;
  background: #eaff00;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .35);
  color: #111;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

/* ===== HERO PERSON IMAGE ===== */
.hero-person {
  position: absolute;
     right: -127px;
    bottom: 49px;
    z-index: 3;
    width: 630px;
    height: 580px;
  pointer-events: none;
}

.hero-person img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== SMALL CONFETTI DOTS ===== */
.confetti {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 10px;
  border-radius: 50%;
  background: #2857ff;
}

.c1 {
  left: 11%;
  top: 32%;
  transform: rotate(-12deg);
}

.c2 {
  right: 12%;
  top: 18%;
  width: 12px;
  height: 18px;
  background: #fff;
}

.c3 {
  right: 6%;
  top: 29%;
  background: #ffe04a;
}

/* ===== MOBILE TOP FORM HIDDEN IN HERO ===== */
.hero .apply-card {
  display: none;
}

.mobile-only {
  display: none;
}

/* ===== MOBILE CRM FORM SECTION - HIDDEN ON DESKTOP ===== */
.mobile-crm-section {
  display: none;
}

/* ===== STEPS / CARDS SECTION ===== */
.steps {
  padding: 62px 0 72px;
  background: #ffc51f;
  text-align: center;
}

.steps h2,
.reviews h2 {
  font-size: 45px;
  font-weight: 800;
}

.section-sub {
  margin-top: 13px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
}

.step-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.step-grid article,
.review-grid article {
  min-height: 150px;    width: 380px;
  padding: 40px 18px;
  border-radius: 8px;
  background: #fff; border-color: #0707073D;
	  border-style: solid;border-width: 1px 1px 1px 1px;
  box-shadow: 0 4px 21px rgb(0 0 0 / 38%);
}

.step-grid h3 {
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 800;
}

.step-grid p,
.review-grid p {
  font-size: 17px;
  line-height: 1.7;
}

/* ===== GREEN INTRO SECTION ===== */
.green-intro {
  min-height: 430px;
  padding: 50px 0 0;
  overflow: hidden;
  background: linear-gradient(155deg, #238c40, #02b596);
  color: #fff;
}

.green-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5px;
  height: 100%;
}

.green-person {margin: 0px auto -5px;
  position: relative;width:600px;
  min-height: 330px;
}

.greenimage {
  width:600px;
}

 /* .green-person::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -120px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  transform: translateX(-50%);
}

 */

.speech {
  position: absolute;
  z-index: 2;
  padding: 8px 18px;
  border: 4px solid #111;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 2px rgba(0, 0, 0, .22);
  color: #111;
  font-weight: 900;
}

.s1 {
  left: 40px;
  top: 95px;
}

.s2 {
  right: 35px;
  top: 24px;
}

.green-person .advisor {
  display: none;
}

.burst-label {
  position: absolute;
  z-index: 2;
  color: #ff1d1d;
  font-size: 38px;
  font-weight: 900;
  text-shadow:
    2px 2px #fff,
    -2px -2px #fff,
    2px -2px #fff,
    -2px 2px #fff,
    4px 4px #111;
  transform: rotate(-4deg);
}

.burst-red {
  right: 80px;
  top: 180px;
}

.burst-yellow {
  left: 80px;
  bottom: 56px;
  color: #ffe600;
}

.small {
  font-size: 33px;
}

.green-copy {
  text-align: right;
}

.green-copy h2 {
  color: #fff;text-align: right;
  font-size: 60px;
  line-height: 1.40;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 8px 1px 2px #000000;        text-decoration: underline;
        text-decoration-color: #ff3d3ded;
        text-decoration-thickness: 13px;
        text-underline-offset: -1px;
}

.green-copy p { text-align: right;
  margin: 24px 0 30px;text-decoration:underline;
  font-weight: 400;font-size: 17px;
  line-height: 1.7;
}

/* ===== REVIEWS SECTION ===== */
.reviews {
  padding: 62px 0 72px;
  background: #f4f7f3;
  text-align: center;
}

.review-grid article {
  min-height: 195px;
}

.stars {
  margin-bottom: 16px;
  font-size: 18px;
  letter-spacing: 1px;
}

.orange {
  color: #ff8b23;
}

.green {
  color: #00b78e;
}

.review-grid strong {
  display: block;
  margin: 12px 0 8px;
  font-size: 22px;
  font-weight: 900;
}

.review-grid span {
  font-size: 14px;
}

/* ===== FINAL APPLY FORM SECTION ===== */
.final-apply {
  padding: 70px 0 38px;
  text-align: center;
}

.final-apply h2 {
  display: inline-block;
  font-size: 53px;
  -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 8px 1px 2px #000000;        text-decoration: underline;
        text-decoration-color: #ff3d3ded;
        text-decoration-thickness: 13px;
        text-underline-offset: -4px;
}

.apply-strip {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  gap: 9px;
  width: min(620px, 100%);
  margin: 30px auto 0;
  text-align: left;
}

.apply-strip input,
.apply-strip select,
.apply-card input,
.apply-card select {
  width: 100%;
  height: 39px;
  padding: 0 13px;
  border: 1px solid #d8dce2;
  border-radius: 4px;
  background: #fff;
  font-weight: 700;
}

.apply-strip label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
}

.apply-strip button {
  grid-column: auto;
  height: 45px;
}

/* ===== FOOTER SECTION ===== */
.footer {
  padding: 28px 0 38px;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.footer p { font-size:16px;
  margin: 0 0 14px;
}

.footer .warning {
  color: #ff1d1d;
}

.mobile-only { display:none; }

/* ===== TABLET RESPONSIVE STYLE ===== */
@media (min-width: 768px) and (max-width: 1100px) {
  .wrap {
    width: min(960px, calc(100% - 42px));
  }

  .hero-inner {
    width: min(960px, calc(100% - 56px));
  }

  .hero {
    height: 550px;
    min-height: auto;
  }

  .hero-copy {
    top: 210px;
    left: 0;
    width: 520px;
  }

  .hero-copy h1 {
    font-size: 68px;
    line-height: 1.2;
  }

  .hero-copy p {
    width: 560px;
    font-size: 13px;
    margin-bottom: 28px;
  }

  .hero-person {
           right: -30px;
             bottom: -136px;
        width: 395px;
        height: 531px;
  }

  .step-grid,
  .review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .step-grid article,
  .review-grid article {
    width: auto;
    min-width: 0;
    padding: 34px 14px;
  }

  .step-grid h3 {
    font-size: 23px;
  }

  .step-grid p,
  .review-grid p {
    font-size: 15px;
  }

  .green-intro {
    min-height: 400px;
    padding-top: 42px;
  }

  .green-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
  }

  .green-person {
    width: 100%;
    min-height: 300px;
  }

  .greenimage {
    width: min(480px, 100%);
  }

  .green-copy h2 {
    font-size: 46px;
    line-height: 1.28;
  }

  .green-copy p {
    font-size: 15px;
  }

  .formbottom {
    width: min(760px, 100%);
  }
}

/* ===== MOBILE RESPONSIVE STYLE - MATCH SECOND IMAGE ===== */
@media (max-width: 767px) {
	
	.desktop-only { display:none; }

	
  html,
  body {
    overflow-x: hidden;
  }

  .wrap,
  .hero-inner {
    width: 100%;
    padding: 0 19px;
  }

  .section-rays {
    background-position: center bottom;
    background-size: auto 100%, cover;
  }

  .hero {
    height: 840px;
    min-height: 840px;
  }

  .hero-inner {
    margin: 0 auto;
  }

  .logo {
    top: 20px;
    left: 50%;
    width: 154px;
    transform: translateX(-50%);
  }

  .hero-copy {
    top: 122px;
    left: 50%;
    width: calc(100% - 28px);
    text-align: center;
    transform: translateX(-50%);
  }

  .hero-copy h1 {
    font-size: clamp(48px, 13.5vw, 58px);
    line-height: 1.30;
     -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 8px 1px 2px #000000;
  }

  .hero-copy p {
    width: min(390px, 100%);
    margin: 14px auto 22px;
    font-size: 16px;
    line-height: 1.95;
    font-weight: 400;
  }

  .hero-button {
    min-width: 248px;
    height: 54px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 16px;
  }

  .hero-person {
    right: 50%;
    bottom: -88px;
    width: 500px;
    height: 500px;
    transform: translateX(50%);
  }

  .confetti {
    display: none;
  }

  .mobile-only {
    display: none;
  }
  
   .mobileform-only {
    display: block;
  } 
  
  .final-bottom-text h2 {     -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 8px 1px 2px #000000;
    text-decoration: underline;
    text-decoration-color: #ff3d3ded;
    text-decoration-thickness: 13px;
  text-underline-offset: -4px;         font-size: 43px; }
	
	.wrap, .hero-inner  { padding: 0 5px; }
	
  .hero .apply-card {
    display: none;
  }

  /* ===== MOBILE CRM FORM BELOW WOMAN IMAGE ===== */
  .mobile-crm-section {
    display: block;
	margin: -22px 0 0;
    padding: 0px 0 30px;
    background: #ffe5a3;

  }

  /* Mobile cards layout */
  .steps {
    padding: 38px 0 44px;
  }

  .steps h2,
  .reviews h2 {
    font-size: 40px;
  }

  .step-grid,
  .review-grid {
    display: block;
    margin-top: 24px;
  }

  .step-grid article,
  .review-grid article {
	 width:auto;
    min-height: 126px;
    margin: 0 0 14px;
    padding: 35px 35px;
    border-radius: 8px;
  }

  .step-grid h3 {
    font-size: 28px;
  }

  /* Hide green intro on mobile */
  .green-intro {
    display: none;
  }

  /* Mobile reviews spacing */
  .reviews {
    padding: 38px 0 35px;
  }

  /* Mobile final form */
  .final-apply {
    padding: 42px 0 28px;
  }

  .final-apply h2 {
    font-size: 43px;
  }
  
  .section-sub { margin:20px auto; }

  .apply-strip {
    display: block;
    width: 100%;
    padding: 12px;
    border: 1px solid #e1e1e1;
    background: #fff;
  }

  .apply-strip input,
  .apply-strip select {
    margin-bottom: 9px;
  }

  .apply-strip label {
    margin: 0 0 9px;
    font-size: 12px;
  }

  .apply-strip button {
    width: 100%;
  }

  /* Mobile footer */
  .footer {
    padding: 22px 10px 30px;
    font-size: 12px;
  }
}

/* ===== SMALL MOBILE ADJUSTMENT ===== */
@media (max-width: 380px) {
  .hero-copy h1 {
    font-size: 55px;
  }

  .hero-copy p {
    font-size: 17px;
  }

  .hero-person {
    width: 100%;
    height: 470px;
  }
}

/* Static-export responsive safeguards. Loaded last on purpose. */
html, body { max-width: 100%; overflow-x: hidden; }
@supports (overflow: clip) { html, body { overflow-x: clip; } }
.upb_row_bg[data-bg-override="full"] {
  min-width: 100vw !important;
  width: 100vw !important;
  left: 50% !important;
  right: auto !important;
  margin-left: -50vw !important;
}

/* Script-free Ultimate Addons horizontal carousel. */
[data-static-carousel] .slick-list {
  width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
[data-static-carousel] .slick-list::-webkit-scrollbar { display: none; }
[data-static-carousel] .slick-track {
  width: 100% !important;
  transform: none !important;
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 60px) / 3);
  gap: 30px;
}
[data-static-carousel] .slick-track::before,
[data-static-carousel] .slick-track::after { display: none !important; }
[data-static-carousel] .slick-slide {
  display: block !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  scroll-snap-align: start;
}
[data-static-carousel] .slick-cloned { display: none !important; }
@media (max-width: 991px) {
  [data-static-carousel] .slick-track { grid-auto-columns: calc((100% - 30px) / 2); }
}
@media (max-width: 767px) {
  .vc_hidden-xs { display: none !important; }
  [data-static-carousel] .slick-track { grid-auto-columns: 100%; gap: 15px; }
}
@media (min-width: 768px) and (max-width: 991px) { .vc_hidden-sm { display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .vc_hidden-md { display: none !important; } }
@media (min-width: 1200px) { .vc_hidden-lg { display: none !important; } }

/* 버튼 색상: 노랑 (요청) */
.crm-sub, .crm-wrap button[type="submit"] {
  background-color: #F1FF00 !important;
  color: #000 !important;
}

/* CRM 폼 레이아웃 보정 (form.js 기본값을 이 페이지 컨테이너에 맞춤) */
.crm-form-wrap .crm-wrap { text-align: left !important; }
.crm-label:first-child { margin-top: 25px !important; margin-bottom: 10px; }

/* 페이지 전역 button 스타일이 CRM 약관보기 버튼에 새는 것 차단 */
.crm-pb { box-shadow: none !important; height: auto !important; }
