@charset "utf-8";

@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

/* 메인 폰트 */
@font-face {
  font-family: 'NationalPension';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/NPSfontExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}


:root{
  --main_font:'NationalPension';
}
/* 
body {
  font-family: var(--main_font);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  background-color: #f8f8f8;
} */

section {
  width: 100%;
  justify-content: center;
}
.nomar_title {
  color: var(--GREY-900, #171717);
  font-family: var(--main_font);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 75.4px */
  letter-spacing: 0.58px;
  padding-bottom: 56px;
}

@media(max-width:1024px){
  .nomar_title{font-size: 30px;}
}

.strong_title {
  color: var(--pri-400, #f55057);
  font-family: var(--main_font);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: 0.58px;
}
.sub_title {
  color: var(--pri-400, #f55057);
  font-family: var(--main_font);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  letter-spacing: 0.28px;
  padding-bottom: 24px;
}
* {
  word-break: keep-all;
}

/* ================================
   main_visual
================================ */
.main_banner_wrap {
  width: 100%;
  height: 1080px;
  background: url("/img/main_banner_bg.png") no-repeat center center;
  background-size: cover;
}
.main_banner_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
  height: 100%;
  overflow: hidden;
}

/*  */
.main_banner_box .txt span {
color: var(--GREY-900, #171717);
font-family: var(--main_font);
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: 130%; /* 23.4px */
letter-spacing: 0.18px;
}

.main_banner_box .txt p {
color: var(--GREY-900, #171717);
font-family: var(--main_font);
font-size: 28px;
font-style: normal;
font-weight: 800;
line-height: 100%; /* 28px */
letter-spacing: -0.28px;
}

.main_banner_box .txt p strong {
  color: var(--pri-400, #f55057);
  font-family: var(--main_font);
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.8px;
}

.main_banner_box .txt > h2 {
  color: var(--GREY-900, #171717);
  font-family: var(--main_font);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 62.4px */
  letter-spacing: 0.48px;
  display: flex;
  align-items: flex-end;
}

.main_banner_box .txt > h2 p {
  color: var(--GREY-900, #171717);
  font-family: var(--main_font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.24px;
}

/*  */
.vertical_image_scroll_section {
  flex: 1 1 45%;
}
.vertical-slider-container {
  width: 560px;
  height: 1080px;
  overflow: hidden;
  position: relative;
}
.vertical-slider-track {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.vertical-slider-track img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.vertical-slider-container .card {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  padding: 20px 35px 20px 40px;
  justify-content: space-between;
  align-items: center;
  gap: 123px;
  margin-bottom: 24px;
}
.vertical-slider-container .card .left_txt_box span {
  border-radius: 2px;
  background: rgba(0, 122, 255, 0.06);
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #007aff;
  /* font-family: Pretendard; */
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  width: 42px;
}
.vertical-slider-container .card .left_txt_box p {
color: var(--GREY-900, #171717);
font-family: var(--main_font);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 24px */
letter-spacing: 0.08px;
}

/*  */
.vertical-slider-container .card .right_txt_box {
  background: rgba(255, 255, 255, 0.5);
  padding: 12px 20px;
  border-radius: 10px;
  width: 200px;
}

.vertical-slider-container .card .right_txt_box p {
color: var(--GREY-900, #171717);
font-family: var(--main_font);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 24px */
letter-spacing: 0.08px;
}
.vertical-slider-container .card .right_txt_box strong {
color: #007AFF;
font-family: var(--main_font);
font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: 150%;
letter-spacing: 0.08px;
}

/* 문의하기 폼 */
.inquiry_form {
  width: 416px;
  height: 490px;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 48px 48px 0 0;
  border-top: 1px solid var(--GREY-, #e6e6e6);
  border-right: 1px solid var(--GREY-, #e6e6e6);
  border-left: 1px solid var(--GREY-, #e6e6e6);
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 95%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    #fff;
  box-shadow: 1px 4px 36px 0 rgba(166, 166, 166, 0.4);
}
.inquiry_form .inquiry_logo {
  width: 102px;
  height: 30px;
  padding-bottom: 8px;
}
.inquiry_form .inquiry_title {
  color: #f55057;
  text-align: center;
  font-family: var(--main_font);
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 44.2px */
  letter-spacing: 0.085px;
  padding-bottom: 40px;
}
.inquiry_form .inquiry_field {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 16px;
}
.sec_input {
  padding-bottom: 40px !important;
}
.inquiry_form .inquiry_field label {
  color: #171717;
  font-family: var(--main_font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.18px;
  padding-bottom: 8px;
}
.inquiry_form .inquiry_field label span {
  color: #f55057;
  font-family: var(--main_font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.18px;
}
.inquiry_form .inquiry_field input {
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}
.inquiry_form .inquiry_field input:focus {
  border-color: #e63838;
  outline: none;
}
.inquiry_form .inquiry_agree {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  font-size: 13px;
  color: #555;
}
.inquiry_form .inquiry_agree label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.inquiry_form .inquiry_agree input[type="checkbox"] {
  width: 25px;
  height: 25px;
  accent-color: #f55057;
  border-radius: 10px;
}
.inquiry_form .inquiry_agree a {
  color: #888;
  font-family: var(--main_font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.18px;
  padding-bottom: 16px;
}
.inquiry_form .inquiry_btn {
  display: flex;
  padding: 15px 80px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 5px;
  background: #f55057;
  border: 0;
}

.inquiry_form .inquiry_btn p,
.main_banner_box_h .txt_h p
 {
color: #FFF !important;
font-family: var(--main_font);
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}

.inquiry_form .inquiry_btn:hover {
  background: #e64747;
}

@media (max-width: 1400px) {
  .main_banner_wrap {
    display: none;
  }
}
/* =================이벤트===================================== */

.event_wrap {
  width: 100%;
  height: clamp(600px, 45vw, 868px);
  background: url("/img/event_bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event_box {
  width: 100%;
}
.event_title {
  color: var(--GREY-900, #171717);
  text-align: center;
  font-family: var(--main_font);
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 87px */
  letter-spacing: 0.58px;
}

.event_title img {
  margin-right: clamp(6px, 0.7vw, 10px);
  width: 192px;
  aspect-ratio: 192/64;
  margin-top: 0.8vw;
}

.horizontal-slider-container {
  width: 100%;
  height: clamp(100px, 10vw, 150px);
  /* overflow: hidden; */
  position: relative;
  margin: clamp(10px, 2vw, 20px) auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con01.event_wrap {
  overflow: hidden;
}


.horizontal-slider-track {
  display: flex;
  flex-direction: row;
  gap: clamp(16px, 2vw, 34px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-right: clamp(16px, 2vw, 34px) !important;
}
.horizontal-slider-item {
  display: flex;
  width: 340px;
  height: 140px;
  padding:  0 20px;
  justify-content: center;
  align-items: center;
  gap: clamp(6px, 1vw, 10px);
  border-radius: 16px;
  border: 1px solid rgba(230, 230, 230, 1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}
.horizontal-slider-item p {
  color: var(--GREY-900, #171717);
  text-align: center;
  font-family: var(--main_font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: 0.24px;
}

/* =================신청 현황===================================== */

.apply_status_wrap {
  width: 100%;
  height: 1080px;
  background: url("/img/apply_status_bg.png") no-repeat center center #fcf7f8;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.apply_status_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.7) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 10;
}

.apply_status_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  gap: clamp(40px, 5vw, 100px);
}
.apply_status_box > div {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apply_status_box .txt_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.apply_status_box .txt_box p {
  color: var(--GREY-600, #5b5b5b);
  font-family: var(--main_font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 0.24px;
}
.apply_status_box .img_box {
  flex-direction: column;
}
.apply_status_box .img_box .tit h2 {
  color: var(--GREY-600, #5b5b5b);
  text-align: center;
  font-family: var(--main_font);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 28px */
  letter-spacing: 0.07px;
  padding-bottom: 24px;
}
/*
.apply_status_box .nomar_title{color:#171717;font-family:Pretendard;font-weight:700;font-size:clamp(28px,2.5vw,48px);line-height:130%;letter-spacing:0.48px;margin-bottom:clamp(24px,2vw,56px);margin-top:clamp(12px,1vw,24px);}
.apply_status_box .strong_title{color:#F55057;font-family:Pretendard;font-weight:700;font-size:clamp(28px,2.5vw,48px);line-height:130%;letter-spacing:0.48px;}
.apply_status_box .sub_title{color:#F55057;font-family:Pretendard;font-weight:500;font-size:clamp(18px,1.8vw,28px);line-height:130%;letter-spacing:0.28px;}
*/

.mobile_scroll {
  width: 416px;
  height: 600px;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  padding: 40px 28px;

  /* ✅ 아래쪽으로 은은한 그림자 */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.mobile-scroll-container {
  width: 416px;
  height: 600px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mobile-scroll-track {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 16px;
  gap: 16px;
}

.mobile-scroll-track .card {
  display: flex;
  padding: 27px 20px;
  justify-content: center;
  align-items: center;
  gap: 55px;
  align-self: stretch;
  border-radius: 20px;
  background: #f8f9fb;
  white-space: nowrap;
}

.mobile-scroll-track .card h2 {
  color: var(--GREY-800, #2e2e2e);
  font-family: var(--main_font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: 0.2px;
}
.mobile-scroll-track .card p {
  color: var(--GREY-800, #2e2e2e);
  font-family: var(--main_font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: 0.2px;
}
.mobile-scroll-track .card h4 {
  display: flex;
  min-width: 103px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--GREY-900, #171717);
  color: #fff;
  font-family: var(--main_font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 0.07px;
}

@media (max-width: 1024px) {
  .apply_status_wrap {
    aspect-ratio: auto;
    height: auto;
    padding: clamp(60px, 8vw, 100px) 0;
  }
  .apply_status_box {
    flex-direction: column-reverse;
    align-items: center;
    gap: clamp(40px, 8vw, 80px);
  }
  .apply_status_box .img_box img {
    width: 80%;
    max-width: 360px;
  }
  .apply_status_box .txt_box {
    align-items: center;
    text-align: center;
  }
}

/* =================이슈===================================== */
.issue_wrap {
  width: 100%;
  aspect-ratio: 1920/1080;
  background: linear-gradient(
      180deg,
      rgba(255, 224, 226, 0) 0%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 224, 226, 0.8) 70%,
      rgba(255, 255, 255, 0) 100%
    ),
    url("/img/issue_bg.jpg") no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.issue_wrap .card_box {
  display: flex;
  gap: 39px;
}

.issue_wrap .card_box .card {
  flex: 0 calc((100% / 3) - 78px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 344/397;
  border-radius: 16px;
  background: #fff;
  padding: 20px 40px 63px 40px;
  gap: 15px;
  border: 1px solid #f8f8f8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.issue_wrap .card_box .card h2 {
  color: var(--GREY-900, #171717);
  text-align: center;
  /* font-family: Pretendard; */
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.08px;
  margin-top: 15px;
}

.issue_wrap .card_box .card p {
  color: var(--GREY-600, #5b5b5b);
  text-align: center;
  /* font-family: Pretendard; */
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.09px;
}

/* 1400 이하 반응형 */
@media (max-width: 1400px) {
  .issue_wrap .card_box {
    flex-direction: column;
  }
  .issue_wrap .card_box .card {
    aspect-ratio: auto;
    border: 1px solid #f8f8f8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease,
      border-color 0.3s ease;
  }
  .issue_wrap .nomar_title {
    margin-top: 50px;
  }
}

/* =================진행과정===================================== */

.process_wrap {
  padding: 120px 0;
}

/* 공통 */
.pc_only {
  display: block;
  width: 100%;
}
.pc_only img {
  width: 100%;
  object-fit: cover;
}
.mobile_only {
  display: none;
}

.process_box .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.process_box .title .sub_title {
  text-align: center;
}
.process_box .title .nomar_title {
  text-align: center;
  margin-bottom: 80px;
}

/* 모바일 프로세스 리스트 */
.process_list {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 3vw, 24px);
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.process_list li {
  position: relative;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  padding: clamp(16px, 2vw, 20px) 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.process_list li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 24px;
  background: rgba(245, 80, 87, 0.2);
}

.process_list li:last-child::after {
  display: none;
}

.process_list li strong {
  display: block;
  color: #f55057;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  margin-bottom: 6px;
}

.process_list li p {
  color: #171717;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
  margin: 0;
}

/* 반응형 */
@media (max-width: 1200px) {
  .pc_only {
    display: none;
  }
  .mobile_only {
    display: flex;
  }
  .process_list {
    display: flex;
  }
  .process_box .title .nomar_title {
    margin-bottom: 40px;
  }
}

/* =================사은품===================================== */
.gift_wrap {
  width: 100%;
  aspect-ratio: 1920/1000;
  background: url("/img/gift_bg.png") no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gift_wrap .gift_box .card_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.gift_wrap .gift_box .card_box .card {
  flex: 1 1 calc((100% / 2) - 24px);
  display: flex;
  align-items: center;
  border-radius: 16px;
  border: 1px solid var(--GREY-, #e6e6e6);
  background: var(--GREY-00, #fff);
  padding: 24px 28px;
  box-sizing: border-box;
}

.gift_wrap .gift_box .card_box .card div {
  flex: 1 1 calc((100% / 2) - 24px);
  display: flex;
}

.gift_wrap .gift_box .card_box .card .txt {
  display: flex;
  flex-direction: column;
}

.gift_wrap .gift_box .card_box .card .txt h4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 8px;
  margin-bottom: 24px;
  border-radius: 2px;
  background: rgba(245, 80, 87, 0.06);
  color: var(--pri-600, #c21d24);
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
  width: fit-content; /* ✅ 핵심 추가 */
}

.gift_wrap .gift_box .card_box .card .txt h2 {
  color: #000;
  /* font-family: Pretendard; */
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.07px;
}


@media(max-width:768px){
  .gift_wrap .gift_box .card_box .card {
    flex: 1 1 calc(100%);}
}


/* 리뷰 ========================================================================*/

.review_wrap {
  width: 100%;
  padding: clamp(80px, 8vw, 120px) 0;
  background: #fef5f6;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.review_wrap .review_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 40px);
}

.review_wrap .top_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.review_wrap .title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review_wrap .title img {
  width: clamp(40px, 4vw, 56px);
  height: auto;
}

.review_wrap .title h2 {
  font-size: clamp(24px, 3vw, 48px);
  color: #171717;
  letter-spacing: 0.48px;
  font-family: 'NationalPension';
}

.review_wrap .arrow_box {
  display: flex;
  gap: 20px;
}

.review_wrap .arrow_box div {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.review_wrap .arrow_box div:hover {
  transform: scale(1.05);
}

/* ✅ 슬라이드 카드 */
.review_wrap .reviewSwiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 24px;
}

.review_wrap .swiper-slide {
  width: calc(33.333% - 20px); /* 화면 3등분 기준 + 일정한 간격 확보 */
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .review_wrap .swiper-slide {
    width: calc(50% - 12px);
  } /* 태블릿 2개 */
}
@media (max-width: 768px) {
  .review_wrap .swiper-slide {
    width: 80%;
  } /* 모바일 1개 중앙 정렬 */
}

/* ✅ 카드 */
.review_wrap .review {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  aspect-ratio: 424/246;
  padding: clamp(16px, 2vw, 24px) clamp(20px, 3vw, 40px);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
  box-sizing: border-box;
}

.review_wrap .review .star {
  color: #ffd700;
  font-size: 18px;
}
.review_wrap .review span {
  color: var(--GREY-900, #171717);
  /* font-family: Pretendard; */
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.08px;
}
.review_wrap .review p {
  color: var(--GREY-600, #5b5b5b);
  /* font-family: Pretendard; */
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.09px;
}

/* 라이센스 ========================================================================*/

.license_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(40px, 2vw, 8px);
  background: #fafafa;
  padding: clamp(80px, 8vw, 120px) 0;
}

.license_wrap .license_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(40px, 6vw, 121px);
  width: 100%;
}

.license_wrap .license_box div {
  flex: 1 1 50%;
}

.license_wrap .img_box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.empty_box {
  height: 113px;
  width: 100%;
  background: #4c4c4e;
}

/* ✅ 반응형 */
@media (max-width: 1024px) {
  .license_wrap .license_box {
    flex-direction: column;
    gap: clamp(24px, 4vw, 40px);
  }
  .empty_box {
    height: 366px;
  }
}

.scroll_btn_box{width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 43px;}

.top_scroll_btn {
  display: flex;
  width: 380px;
  height: 80px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #F55057;
}

.top_scroll_btn p {
  color: #fff;
  font-family: var(--main_font);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}


/* 팝업창 */

.policy_popup_bg {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}

.policy_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  height: 80%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  z-index: 9999;
  overflow: hidden;
}

.policy_popup .popup_inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.policy_popup .popup_inner h2 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: bold;
}

.policy_popup .popup_inner iframe {
  flex: 1;
  width: 100%;
  border: none;
}

.popup_close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
