/* ========================================
 * Legacy 랜딩 페이지 스타일 (sc1~sc5, 로그인, footer)
 * 기존 main-ui.css에서 이전 (2026-03-11)
 * ======================================== */

/* section1 */
.sc1 {
  position: relative;
}

/* visual */
.vs-swiper {
  width: 100%;
  height: 100%;
}
.vs-btn {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  z-index: 1;
}
.swiper-button-prev,
.swiper-button-next {
  position: relative;
  color: var(--bs-white) !important;
  border: 1px solid #fff;
  width: 60px !important;
  height: 60px !important;
  border-radius: 100%;
}
.swiper-button-prev {
  left: 30px !important;
}
.swiper-button-next {
  left: 100px !important;
  right: inherit !important;
}
.vs-swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.vs-swiper .swiper-slide .mo {
  display: none;
}
.vs-swiper .swiper-slide img {
  display: block;
}

.vs-btn .swiper-button-next::after {
  content: "";
  background: url("/static/assets/pages/mber/image/main/vs-swiper-arrow-r.png")
    center no-repeat;
  width: 35px;
  height: 35px;
}
.vs-btn .swiper-button-prev:after {
  content: "";
  background: url("/static/assets/pages/mber/image/main/vs-swiper-arrow-l.png")
    center no-repeat;
  width: 35px;
  height: 35px;
}
.vs-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  margin-top: -80px;
  z-index: 1;
  color: #fff;
}
.vs-txt .stit {
  font-size: 29px;
  font-weight: 600;
}
.vs-txt .tit {
  margin: 40px 0 60px;
}
@media (max-width: 992px) {
  .vs-txt {
    padding: 0 30px;
  }
  .vs-txt .tit {
    margin: 40px 0;
  }
  .vs-txt .tit img {
    width: 200px;
  }
  .vs-txt .stit {
    font-size: 20px;
  }
  .vs-swiper .swiper-slide .pc {
    display: none;
  }
  .vs-swiper .swiper-slide .mo {
    display: block;
    width: 100%;
  }
  .vs-swiper .swiper-slide .mo img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .vs-txt {
    margin-top: -30px;
  }
  .vs-txt .tit {
    margin: 20px 0 30px;
  }
  .vs-txt .tit img {
    width: 140px;
  }
  .vs-txt .stit {
    font-size: 17px;
  }
  .vs-txt .txt {
    display: none;
  }
}

/* section common */
.sc {
  padding: 150px 0;
}
.sc-tit {
  color: #111;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.sc-stit {
  color: #666;
  text-align: center;
  margin-bottom: 60px;
}

/* section2 */
.sc2 {
  background: #f5f6f8;
}
.sc2-box {
  display: flex;
  gap: 40px;
}
.sc2-box .box {
  background: var(--bs-white);
  border: 1px solid #dddddd;
  flex: 1;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.sc2-box .box .ico {
  background: #f5f6f8;
  border-radius: 10px;
  width: 70px;
  aspect-ratio: 1/1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 50px;
  top: 50px;
}
.sc2-box .box .num {
  color: var(--bs-primary);
  padding: 50px 0 33px 0;
  font-weight: 800;
  font-size: 20px;
}
.sc2-box .box .tit {
  font-size: 20px;
  font-weight: 500;
}
.sc2-box .box .tit span {
  display: block;
  font-weight: 700;
  font-size: 22px;
}

/* section3 */
.sc3 {
}
.sc3 .sc-tit {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.sc3 .sc-tit:before {
  content: "";
  display: inline-block;
  background: url("/static/assets/pages/mber/image/main/sc3-ico.png") center
    no-repeat;
  width: 93px;
  height: 96px;
}
.sc3 .sc-stit {
  text-align: left;
}
.sc3 .container {
  position: relative;
  display: flex;
  gap: 160px;
  height: 480px;
}
.sc3-box {
  color: #222;
}
.sc1-sp-w {
  position: absolute;
  width: 100vw;
  overflow: hidden;
  height: 612px;
  left: 500px;
  top: -50px;
}
.sc1-swiper {
  width: 100%;
}
.sc1-swiper .swiper-wrapper {
  display: flex;
}
.sc1-swiper .swiper-slide {
  margin-right: 60px;
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 687px !important;
  cursor: pointer;
  transition: all 0.25s;
  transform-origin: bottom;
}
.sc1-swiper .swiper-slide .campaign-box {
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 15px;
  overflow: hidden;
}
.sc1-swiper .swiper-slide .campaign-box p.tit {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
}
.sc1-swiper .swiper-slide .campaign-box p.tit span {
  border: 1px solid #0064dc;
  border-radius: 100%;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0064dc;
  font-weight: 600;
}
.sc1-swiper .swiper-slide .campaign-box ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sc1-swiper .swiper-slide .campaign-box ul li {
  list-style: none;
  border: 1px solid #ddd;
  padding: 10px 26px;
  border-radius: 100px;
  width: fit-content;
}
.sc1-swiper .swiper-slide .campaign-box p.txt {
  font-size: 18px;
  word-break: keep-all;
  z-index: 2;
}
.sc1-swiper .swiper-pagination {
  width: 680px !important;
  height: 4px !important;
  background: #eeeeee;
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  margin-left: 20px;
  margin-right: 20px;
}
.sc1-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--bs-dark) !important;
}
.sc1-swiper .swiper-fraction {
  z-index: 10;
  width: fit-content;
  font-weight: 600;
  font-size: 18px;
  color: #595959; /* 명암비 7:1 (was #999999 2.8:1) */
}
.sc1-swiper .swiper-fraction .current {
  color: var(--bs-dark);
  font-weight: bold;
}

.sc1-swiper .slide-bar {
  display: flex;
}
.sc1-swiper .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
}
.sc1-swiper .btn-box .swiper-button-prev,
.sc1-swiper .btn-box .swiper-button-next {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 100%;
  position: relative;
  top: inherit;
  left: inherit !important;
  right: inherit;
  bottom: inherit;
  margin-top: 0;
}
.sc1-swiper .btn-box .swiper-button-prev::after {
  content: "";
  width: 70px;
  height: 70px;
  background: url("/static/assets/pages/mber/image/main/swiper-arrow-l.png")
    center no-repeat;
}
.sc1-swiper .btn-box .swiper-button-next:after {
  content: "";
  width: 70px;
  height: 70px;
  background: url("/static/assets/pages/mber/image/main/swiper-arrow-r.png")
    center no-repeat;
}

/* section4 */
.sc4 {
  background: #1f2e4d;
  position: relative;
  overflow: hidden;
}
.sc4:before {
  content: "";
  display: inline-block;
  width: 90%;
  aspect-ratio: 1/1 auto;
  background: radial-gradient(
    circle,
    rgba(151, 165, 255, 1) -1%,
    rgba(151, 165, 255, 0) 70%
  );
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 130px;
}
.sc4 .container {
  position: relative;
  z-index: 1;
}
.sc4 .sc-tit,
.sc4 .sc-stit {
  color: var(--bs-white);
}
.sc4-box {
  background: var(--bs-white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 70px 150px;
  gap: 130px;
}
.sc4-box .box {
  flex: 1;
  position: relative;
}
.sc4-box .box:first-child:after {
  content: "";
  display: inline-block;
  background: url("/static/assets/pages/mber/image/main/sc4-arrow.png") center
    no-repeat;
  width: 111px;
  height: 287px;
  position: absolute;
  right: -110px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 100px;
}
.sc4-box .box ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}
.sc4-box .box ul:before {
  content: "";
  display: inline-block;
  background: var(--bs-white)
    url("/static/assets/pages/mber/image/main/sc4-ico1.png") center no-repeat;
  border-radius: 100%;
  width: 153px;
  aspect-ratio: 1/1 auto;
  box-shadow: 0 4px 30px #e1e8f2;
  margin: 0 auto 30px auto;
}
.sc4-box .box:last-child ul:before {
  background: var(--bs-white)
    url("/static/assets/pages/mber/image/main/sc4-ico2.png") center no-repeat;
}
.sc4-box .box ul li {
  background: #f3f6ff;
  color: #356aa9;
  list-style: none;
  border-radius: 5px;
  min-height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
}
.sc4-box .box ul li:first-child {
  background: #7f92cd;
  color: #fff;
}
.sc4-box .box:last-child ul li {
  background: #1b3e78;
  color: #fff;
}
.sc4-box .box:last-child ul li:first-child {
  background: #3b77d9;
  color: #fff;
}

/* section5 */
.sc5 {
  padding-bottom: 0 !important;
}
.sc5 .tit {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 60px;
}
.sc5 .tit .txt {
}
.sc5 .tit .txt .sc-tit {
  text-align: left;
}
.sc5 .tit .txt .sc-stit {
  text-align: left;
  margin-bottom: 0;
}
.sc5 .tit .btn-box {
  margin: 0;
  display: flex;
  gap: 20px;
}
.sc5 .tit .btn-box button:last-child {
  background: #1b3e78;
  color: #fff;
}
.sc5 .sc5-box {
  width: 100%;
  height: 390px;
  background: url("/static/assets/pages/mber/image/main/sc5-bg.png") center
    no-repeat;
  display: flex;
  align-items: center;
}
.sc5 .sc5-box .box {
  background: var(--bs-white);
  height: 280px;
}
.sc5 .sc5-box .box ul {
  display: flex;
  margin: 0;
  height: 100%;
  padding: 0;
}
.sc5 .sc5-box .box ul li {
  list-style: none;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.sc5 .sc5-box .box ul li:before {
  content: "";
  display: inline-block;
  background: url("/static/assets/pages/mber/image/main/sc5-ico1.png") center
    no-repeat;
  width: 100%;
  height: 69px;
  margin-bottom: 25px;
}
.sc5 .sc5-box .box ul li:nth-child(2):before {
  background: url("/static/assets/pages/mber/image/main/sc5-ico2.png") center
    no-repeat;
}
.sc5 .sc5-box .box ul li:nth-child(3):before {
  background: url("/static/assets/pages/mber/image/main/sc5-ico3.png") center
    no-repeat;
}
.sc5 .sc5-box .box ul li:after {
  content: "";
  display: inline-block;
  border: 1px dotted #ddd;
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sc5 .sc5-box .box ul li:last-child:after {
  display: none;
}
.sc5 .sc5-box .box ul li span {
  font-weight: 600;
  display: block;
}

/* footer */
footer {
  height: 260px;
  background: #383838;
}
footer .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
footer .footer-text {
  color: var(--bs-white) !important;
  margin-bottom: 0;
  opacity: 1 !important;
  letter-spacing: 0 !important;
}
footer .footer-top {
  border: 1px solid var(--bs-white);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  transition: all 0.25s;
}
footer .footer-top:hover {
  transform: translateY(-10px);
}

footer.bg-light.mt-auto,
footer {
  background-color: unset !important;
  font-size: 15px;
  height: unset;
  min-height: unset;
  padding: 1rem 0 !important;
  color: var(--bs-body-color);
}
footer.bg-light.mt-auto a.footer-link,
footer a.footer-link {
  color: var(--bs-body-color) !important;
}

/* login */
.loginbox {
  padding: 20px 0;
  max-width: 800px;
  margin: 0 auto;
}
.loginbox .card {
  border-radius: 0;
  padding: 30px;
  box-sizing: border-box;
}
.loginbox .card .card-body {
  padding: 0;
}
.loginbox h4 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}
.loginbox p {
  margin-bottom: 40px;
  color: #666;
}
.loginbox .form-label {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}
.loginbox .form-control {
  border-radius: 0;
  font-size: 18px;
  height: 60px;
  padding: 14px 20px;
}
.loginbox .input-group-text {
  border-radius: 0;
}
.loginbox button {
  height: 60px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
}
.loginbox .login-bottom {
  display: flex;
  gap: 14px;
  margin: 20px 0 30px;
  justify-content: center;
}
.loginbox .login-bottom a {
  font-size: 18px;
  font-weight: 400;
  color: #444;
}
.loginbox .login-bottom a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #ddd;
  margin-left: 14px;
  position: relative;
  top: 2px;
}
.loginbox .login-bottom a:last-child:after {
  display: none;
}
.login-sns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.login-sns a {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.login-sns a .img {
  position: absolute;
  top: 19px;
  left: 40px;
}
.login-sns a.naver {
  background: #5fc53a;
  border: 1px solid #5fc53a;
  color: var(--bs-white);
}

/* 랜딩/로그인 반응형 */
@media (max-width: 1200px) {
  .sc {
    padding: 100px 0;
  }
  .sc-tit {
    font-size: 30px;
  }
  .sc3 .container {
    flex-direction: column;
    height: auto;
    gap: 0;
  }
  .sc3 .sc-tit {
    gap: 30px;
  }
  .sc1-sp-w {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    height: auto;
  }
  .sc1-swiper .swiper-slide {
    width: 100% !important;
    margin-right: 0;
  }
  .sc1-swiper .swiper-slide .campaign-box img {
    width: 100%;
  }
  .sc1-swiper .swiper-pagination {
    flex: 1;
  }
  .sc4-box {
    padding: 70px;
  }
  .sc4-box .box ul li {
    font-size: 18px;
  }
  .sc4-box .box ul:before {
    width: 113px;
  }
  .sc5 .tit {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
  .sc5 .sc5-box .box {
    width: calc(100% - 50px);
  }
  .sc5 .sc5-box .box ul li {
    font-size: 16px;
  }
  .sc5 .sc5-box .box ul li:before {
    background-size: 50px !important;
  }
}
@media (max-width: 992px) {
  .sc2-box {
    gap: 20px;
  }
  .sc4-box {
    flex-direction: column;
    padding: 30px;
  }
  .sc4-box .box {
    width: 100%;
  }
  .sc4-box .box:first-child:after {
    right: inherit;
    top: inherit;
    transform: rotate(90deg) translateX(-50%);
    margin-top: 0;
    bottom: -250px;
    left: 50%;
    margin-left: -50px;
  }
  .sc4-box .box ul li {
    font-size: 16px;
  }
  footer .footer-top {
    display: none;
  }
}
@media (max-width: 768px) {
  .sc2-box {
    flex-direction: column;
  }
  .sc-tit {
    font-size: 26px;
  }
  .sc-stit {
    font-size: 16px;
  }
  .sc2-box .box .tit {
    font-size: 18px;
  }
  .sc2-box .box .tit span {
    font-size: 20px;
  }
  .sc1-swiper .swiper-slide .campaign-box ul li {
    font-size: 16px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
  }
  .sc5 .sc5-box {
    height: auto;
    padding: 30px 0;
  }
  .sc5 .sc5-box .box {
    height: auto;
    padding: 20px 0;
  }
  .sc5 .sc5-box .box ul {
    flex-direction: column;
    padding: 0 20px;
  }
  .sc5 .sc5-box .box ul li {
    border-bottom: 1px dotted #ddd;
  }
  .sc5 .sc5-box .box ul li:before {
    margin-bottom: 10px;
  }
  .sc5 .sc5-box .box ul li:after {
    display: none;
  }
  .sc5 .sc5-box .box ul li:last-child {
    border: none;
  }
  #layout-navbar .btn-primary {
    position: fixed;
    bottom: 20px;
    right: 10px;
  }
}

/* ========================================
 * 안전NOW 랜딩 페이지
 * 계층: pages (단일 JSP 전용)
 * JSP: /WEB-INF/jsp/vasanta/index.jsp
 * 네임스페이스: .page-front-page
 * ======================================== */

/* ======================================
   CSS Variables
   ====================================== */

.page-front-page {
    --fp-dark: #001B3B;
    --fp-dark-bg: #062E5D;
    --fp-text: #111;
    --fp-muted: #666;
    --fp-border: #D0D0D0;
    --fp-border-light: #e6e6e6;
    --fp-accent: #5EA7FF;
    --fp-purple: #6161BF;
    --fp-purple-bg: #E8E8FF;
    --fp-purple-border: #9797F8;
    --fp-light-bg: #F5F5FD;
    --fp-feature-bg: #DBECFF;
}

/* ======================================
   Layout & Section Spacing
   ====================================== */

.section-py {
    padding-block: 6.25rem;
    padding-inline: 0;
}

@media (max-width: 1199.98px) {
    .section-py {
        padding-block: 4rem;
        padding-inline: 0;
    }
}

@media (max-width: 767.98px) {
    .section-py {
        padding-block: 3rem;
        padding-inline: 0;
    }
}

.first-section-pt {
    padding-block-start: 11.28rem;
}

@media (max-width: 1199.98px) {
    .first-section-pt {
        padding-block-start: 7.5rem;
    }
}

/* ======================================
   Card Components
   ====================================== */

.card[class*=card-hover-border-] {
    transition: all 0.2s ease-in-out;
}

/* ======================================
   Image Components
   ====================================== */

.banner-bg-img {
    position: absolute;
    block-size: 100%;
    inline-size: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    object-fit: cover;
    object-position: left;
}

.section-title-img {
    block-size: 100%;
    inline-size: 120%;
    inset-block-start: 10px;
    inset-inline-start: -12%;
}

/* ======================================
   Utility Components
   ====================================== */

/* Layout Utilities */
.vasanta-equal-height > div {
    min-height: 360px;
}

@media (max-width: 991.98px) {
    .vasanta-equal-height > div {
        min-height: auto;
    }
}

.vasanta-indent {
    padding-left: 0.75rem;
}

@media (min-width: 992px) {
    .vasanta-indent {
        padding-left: 1.25rem;
    }
}

/* Icon Components */
.icon-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.logo-box {
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.logo-box:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.vasanta-section-bar {
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, #0064dc 0%, #A18CFE 100%);
    border-radius: 999px;
    display: inline-block;
}

/* ======================================
   Carousel Components
   ====================================== */

.carousel-indicators [data-bs-target] {
    background-color: rgba(255, 255, 255, 0.7);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
    opacity: 1;
    transition: background-color 0.3s ease;
}

.carousel-indicators .active {
    background-color: #0064dc;
}

/* ======================================
   Mobile Line Break
   ====================================== */

.mobile-br {
    display: none;
}

@media (max-width: 390px) {
    .mobile-br {
        display: inline;
    }
}

/* ======================================
   Landing Page — Hero Section (SC1)
   ====================================== */

.page-front-page .sc1 {
    background-image: url('/static/assets/images/landingimg_top_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 592px;
    padding-top: 100px;
    padding-bottom: 0;
}

.page-front-page .fp-hero-container {
    text-align: center;
    padding: 0 20px;
}

.page-front-page .hero-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
}

.page-front-page .hero-title.fp-hero-title-last {
    margin-bottom: 20px;
}

.page-front-page .hero-subtitle {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.page-front-page .fp-hero-btn-primary {
    min-width: 120px;
    height: 42px;
    font-size: clamp(16px, 1.6vw, 20px);
    padding: 0 20px;
}

.page-front-page .fp-hero-btn-outline {
    min-width: 140px;
    height: 42px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: clamp(16px, 1.6vw, 20px);
    white-space: nowrap;
    padding: 0 20px;
}

.page-front-page .hero-device-img {
    transform: translateY(120px);
    bottom: -120px;
    width: 100%;
    max-width: 800px;
}

/* ======================================
   Landing Page — Disaster Section
   ====================================== */

.page-front-page .disaster-section {
    background-color: #111;
    min-height: 685px;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.page-front-page .fp-section-container {
    max-width: 1200px;
    padding: 0 20px;
}

.page-front-page .fp-section-container-wide {
    max-width: 1200px;
    padding: 0 40px;
}

.page-front-page .fp-section-title {
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
}

.page-front-page .fp-section-title.fp-white {
    color: #fff;
    text-align: left;
}

.page-front-page .fp-section-title.fp-dark {
    color: var(--fp-text);
}

.page-front-page .fp-section-title.fp-mb {
    margin-bottom: 40px;
}

.page-front-page .fp-section-title.fp-mb-lg {
    margin: 0 0 60px 0;
}

.page-front-page .fp-section-title.fp-mb-md {
    margin: 0 0 40px 0;
}

.page-front-page .fp-section-title.fp-mb-sm {
    margin: 0 0 35px 0;
}

.page-front-page .fp-accent-text {
    color: var(--fp-accent);
}

.page-front-page .fp-primary-text {
    color: var(--bs-primary);
}

.page-front-page .disaster-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.page-front-page .disaster-card {
    flex: 1;
    min-height: 276px;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.page-front-page .fp-disaster-img {
    margin-bottom: 10px;
    max-width: 60px;
}

.page-front-page .disaster-card .card-title {
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 700;
    color: var(--fp-text);
    margin-bottom: 0;
    line-height: 1.2;
}

.page-front-page .disaster-card .card-title-highlight {
    color: var(--bs-primary);
    margin-bottom: 10px;
}

.page-front-page .disaster-card .card-desc {
    font-size: clamp(15px, 1.6vw, 18px);
    font-weight: 500;
    color: var(--fp-muted);
    margin: 0;
    line-height: 1.4;
}

/* ======================================
   Landing Page — Logo Section
   ====================================== */

.page-front-page .logo-section {
    background-color: #fff;
    padding: 80px 0;
}

.page-front-page .fp-logo-container {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.page-front-page .fp-logo-img {
    width: clamp(60px, 7vw, 87px);
    height: auto;
    margin-bottom: 40px;
}

/* ======================================
   Landing Page — Feature Section
   ====================================== */

.page-front-page .feature-section {
    background-color: var(--fp-feature-bg);
    width: 100%;
    min-height: 826px;
    padding: 80px 0;
}

.page-front-page .fp-feature-container {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.page-front-page .feature-tag {
    background-color: var(--bs-primary);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7.5px 20px;
}

.page-front-page .fp-feature-tag-text {
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 700;
    color: #fff;
}

.page-front-page .fp-swiper-wrap {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin-top: 50px;
}

.page-front-page .feature-slide-card {
    width: clamp(500px, 85vw, 1000px);
    min-height: 580px;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(25px, 3.5vw, 40px);
    box-sizing: border-box;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(201, 222, 246, 0.7);
}

.page-front-page .feature-slide-card .slide-image {
    width: 100%;
    max-width: 850px;
    height: clamp(250px, 35vw, 420px);
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-front-page .feature-slide-card .slide-title {
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 700;
    color: var(--fp-text);
    margin-bottom: 7px;
}

.page-front-page .feature-slide-card .slide-subtitle {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    color: var(--bs-primary);
    margin-bottom: 7px;
}

.page-front-page .feature-slide-card .slide-desc {
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 500;
    color: var(--fp-text);
    margin: 0;
    text-align: center;
    line-height: 1.2;
}

.page-front-page .feature-pagination {
    display: flex;
    gap: 15px;
    margin-top: 50px;
}

.page-front-page .feature-pagination span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page-front-page .feature-pagination span.active {
    background-color: var(--bs-primary);
}

/* Swiper */
.page-front-page .featureSwiper {
    overflow: visible;
}

.page-front-page .featureSwiper .swiper-slide {
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.page-front-page .featureSwiper .swiper-slide-active {
    opacity: 1;
}

/* ======================================
   Landing Page — Compare Section (SC4)
   ====================================== */

.page-front-page .compare-section {
    background-color: var(--fp-dark-bg);
    width: 100%;
    min-height: 826px;
    padding: 80px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-front-page .compare-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
}

.page-front-page .compare-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    max-width: 480px;
    min-width: 280px;
}

.page-front-page .sc4-left-box {
    position: relative;
}

.page-front-page .compare-box {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-front-page .fp-compare-header-before {
    background-color: #20508B;
}

.page-front-page .fp-compare-header-before .fp-compare-label {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.page-front-page .fp-compare-item-before {
    background-color: var(--fp-dark);
}

.page-front-page .fp-compare-item-before .fp-compare-label {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.page-front-page .fp-compare-header-after {
    background-color: #C7DFFB;
}

.page-front-page .fp-compare-header-after .fp-compare-label {
    font-size: 18px;
    font-weight: 700;
    color: var(--fp-dark);
}

.page-front-page .fp-compare-item-after {
    background-color: #fff;
}

.page-front-page .fp-compare-item-after .fp-compare-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--fp-dark);
}

/* SC4 화살표 이미지 */
.page-front-page .sc4-left-box::after {
    content: "";
    display: inline-block;
    background: url("/static/assets/pages/mber/image/main/sc4-arrow.png") center no-repeat;
    background-size: contain;
    width: 80px;
    height: 180px;
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* ======================================
   Landing Page — Pricing Section
   ====================================== */

.page-front-page .pricing-section {
    background-color: var(--fp-light-bg);
    padding: 80px 0;
}

.page-front-page .pricing-cards {
    display: flex;
    justify-content: center;
    gap: clamp(20px, 3vw, 40px);
}

.page-front-page .pricing-card {
    flex: 1;
    max-width: 565px;
    min-height: 650px;
    background-color: #fff;
    border-radius: 16px;
    padding: clamp(25px, 3.5vw, 40px);
    box-sizing: border-box;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    border: 2px solid transparent;
}

.page-front-page .pricing-card:hover {
    transform: translateY(-8px);
    border: 2px solid var(--bs-primary);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.page-front-page .pricing-card .plan-title {
    font-size: clamp(24px, 2.5vw, 30px);
    font-weight: 700;
    color: var(--fp-text);
    margin: 0 0 25px 0;
}

.page-front-page .fp-plan-desc {
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 500;
    color: var(--fp-muted);
    margin: 0;
    line-height: 1.5;
}

.page-front-page .fp-plan-desc-wrap {
    margin-bottom: 25px;
}

.page-front-page .fp-plan-desc-wrap-lg {
    margin-bottom: 55px;
}

.page-front-page .fp-plan-account-label {
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 500;
    color: var(--fp-muted);
    margin: 0 0 15px 0;
}

/* Custom Dropdown */
.page-front-page .custom-dropdown {
    position: relative;
    width: 100%;
}

.page-front-page .dropdown-selected {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 500;
    color: var(--fp-text);
    background-color: #fff;
    border: 2px solid var(--fp-border-light);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.page-front-page .custom-dropdown .dropdown-selected.active {
    border-color: var(--bs-primary);
}

.page-front-page .dropdown-list {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    z-index: 100;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.page-front-page .fp-dropdown-item {
    padding: 12px 20px;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 500;
    color: var(--fp-text);
    cursor: pointer;
}

.page-front-page .custom-dropdown .dropdown-list .fp-dropdown-item:hover {
    background-color: #f0f6ff;
}

/* Pricing Badge */
.page-front-page .fp-pricing-badge {
    display: inline-block;
    background-color: var(--fp-purple-bg);
    border: 2px solid var(--fp-purple-border);
    border-radius: 9999px;
    padding: 8px 24px;
    margin-bottom: 15px;
}

.page-front-page .fp-pricing-badge-text {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    color: var(--fp-purple);
}

/* Feature Checklist */
.page-front-page .fp-checklist {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.page-front-page .fp-checklist-text {
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 500;
    color: var(--fp-text);
}

/* Pricing Divider */
.page-front-page .fp-divider {
    border-top: 2px solid var(--fp-border-light);
    margin-bottom: 25px;
}

.page-front-page .fp-divider-lg {
    border-top: 2px solid var(--fp-border-light);
    margin-bottom: 47px;
}

/* Pricing Price & Button */
.page-front-page .pricing-card .plan-price {
    font-size: clamp(28px, 3vw, 34px);
    font-weight: 700;
    color: var(--bs-primary);
    margin: 0 0 8px 0;
}

.page-front-page .pricing-card .plan-price.fp-price-dark {
    color: var(--fp-text);
    margin: 0 0 36px 0;
}

.page-front-page .fp-plan-vat {
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 500;
    color: var(--fp-muted);
    margin: 0 0 20px 0;
}

.page-front-page .plan-button {
    width: 100%;
    height: clamp(50px, 5vw, 60px);
    border: none;
    border-radius: 8px;
    font-size: clamp(24px, 2.5vw, 30px);
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

.page-front-page .fp-btn-primary {
    background-color: var(--bs-primary);
}

.page-front-page .fp-btn-dark {
    background-color: var(--fp-text);
}

/* ======================================
   Landing Page — Inquiry Section
   ====================================== */

.page-front-page .inquiry-section {
    background-color: var(--fp-light-bg);
    padding: 80px 0;
}

.page-front-page .fp-section-desc {
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 500;
    color: var(--fp-muted);
    margin: 0 0 50px 0;
    line-height: 1.6;
}

.page-front-page .inquiry-form-box {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 16px;
    padding: clamp(30px, 4vw, 50px);
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}

.page-front-page .inquiry-form-box .form-label {
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 700;
    color: var(--fp-text);
    margin: 0 0 12px 0;
}

.page-front-page .fp-form-label-hint {
    font-size: 14px;
    font-weight: 400;
    color: var(--fp-muted);
}

.page-front-page .fp-form-row {
    display: flex;
    gap: clamp(20px, 4vw, 45px);
    margin-bottom: 30px;
}

.page-front-page .inquiry-input {
    width: 100%;
    height: clamp(50px, 5.5vw, 64px);
    border: 1px solid var(--fp-border);
    border-radius: 8px;
    padding: 0 20px;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 500;
    color: var(--fp-text);
    box-sizing: border-box;
}

.page-front-page .inquiry-input::placeholder {
    color: #bababa;
}

.page-front-page .inquiry-input:focus {
    outline: none;
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

.page-front-page .inquiry-input.error {
    border-color: #dc3545;
}

.page-front-page .error-message {
    display: block;
}

.page-front-page .fp-inquiry-select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M1 1.5L6 6.5L11 1.5" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 50px;
}

.page-front-page .fp-textarea {
    height: clamp(200px, 26vw, 300px);
    padding: 20px;
    resize: none;
    font-family: inherit;
}

.page-front-page .fp-char-count-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.page-front-page .fp-char-count {
    color: var(--fp-muted);
    font-size: 14px;
}

/* File Upload */
.page-front-page .fp-file-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    background-color: #F8F8F8;
    border: 2px dashed var(--fp-border);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.page-front-page .fp-file-icon {
    font-size: 36px;
    color: #999999;
    margin-bottom: 8px;
}

.page-front-page .fp-file-text {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}

.page-front-page .fp-file-hint {
    font-size: 14px;
    font-weight: 500;
    color: #bababa;
    margin-top: 4px;
}

.page-front-page .fp-file-name {
    margin-top: 10px;
    font-size: 14px;
    color: var(--fp-text);
}

/* Agreement */
.page-front-page .fp-agreement-wrap {
    width: 100%;
    margin-bottom: 20px;
}

.page-front-page .fp-agreement-checkbox {
    width: 20px;
    height: 20px;
    accent-color: var(--bs-primary);
    cursor: pointer;
}

.page-front-page .fp-agreement-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.page-front-page .fp-agreement-required {
    font-size: 16px;
    font-weight: 700;
    color: var(--bs-primary);
}

.page-front-page .fp-agreement-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--fp-text);
}

.page-front-page .fp-agreement-detail-btn {
    font-size: 14px;
    font-weight: 600;
    color: var(--fp-muted);
    background: none;
    border: 1px solid var(--fp-border);
    border-radius: 4px;
    padding: 4px 12px;
    cursor: pointer;
}

/* Submit Button */
.page-front-page .submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: clamp(50px, 5vw, 60px);
    background-color: var(--bs-primary);
    border: none;
    border-radius: 8px;
    font-size: clamp(24px, 2.5vw, 30px);
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

.page-front-page .fp-submit-icon {
    font-size: 24px;
}

/* Terms indent */
.page-front-page .fp-terms-indent {
    margin: 0 0 10px 0;
    padding-left: 20px;
}

/* ======================================
   Landing Page — Privacy Modal
   ====================================== */

.page-front-page .fp-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    justify-content: center;
    align-items: center;
}

.page-front-page .fp-modal-box {
    background-color: #fff;
    border-radius: 16px;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.page-front-page .fp-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 30px;
    border-bottom: 1px solid var(--fp-border-light);
}

.page-front-page .fp-modal-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--fp-text);
    margin: 0;
}

.page-front-page .fp-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.page-front-page .fp-modal-body {
    padding: 30px;
    overflow-y: auto;
    font-size: 16px;
    line-height: 1.8;
    color: var(--fp-text);
}

.page-front-page .fp-modal-footer {
    padding: 20px 30px;
    border-top: 1px solid var(--fp-border-light);
    text-align: center;
}

.page-front-page .fp-modal-confirm-btn {
    width: 120px;
    height: 48px;
    background-color: var(--bs-primary);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

/* ======================================
   Landing Page — Floating Button
   ====================================== */

.page-front-page .floating-inquiry-btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 100px;
    height: 100px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-front-page .floating-inquiry-btn:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-front-page .fp-float-icon {
    font-size: 28px;
    color: #fff;
    margin-bottom: 4px;
}

.page-front-page .fp-float-text {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

/* ======================================
   Landing Page — Scroll Animation
   ====================================== */

.page-front-page .scroll-reveal-content {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.page-front-page .scroll-reveal-content.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ======================================
   Landing Page — Footer Background Override
   ====================================== */

.page-front-page .landing-footer .footer-top,
.page-front-page .content-wrapper .landing-footer .footer-top {
    --bs-bg-opacity: 1;
}

/* ======================================
   Responsive — Tablet (1200px)
   ====================================== */

@media (max-width: 1200px) {
    /* 히어로 섹션 */
    .page-front-page .sc1 {
        min-height: auto;
        padding-top: 80px;
    }
    .page-front-page .hero-title {
        font-size: 38px;
    }
    .page-front-page .hero-subtitle {
        font-size: 18px;
    }
    .page-front-page .hero-device-img {
        max-width: 700px;
        transform: translateY(100px);
    }

    /* 영상 섹션 */
    .page-front-page .video-section {
        padding-top: 160px;
        padding-bottom: 60px;
    }
    .page-front-page .video-placeholder {
        height: 450px;
    }

    /* 중대재해 섹션 */
    .page-front-page .disaster-section {
        min-height: auto;
        padding: 60px 0;
    }
    .page-front-page .fp-section-title {
        font-size: 32px;
    }
    .page-front-page .disaster-card .card-title {
        font-size: 20px;
    }
    .page-front-page .disaster-card .card-desc {
        font-size: 14px;
    }

    /* 로고 섹션 */
    .page-front-page .logo-section .fp-section-title {
        font-size: 32px;
    }

    /* 기능 섹션 */
    .page-front-page .feature-section {
        min-height: auto;
        padding: 60px 0;
    }
    .page-front-page .fp-feature-tag-text {
        font-size: 24px;
    }
    .page-front-page .feature-slide-card {
        width: 850px;
        min-height: 420px;
        padding: 30px;
    }
    .page-front-page .feature-slide-card .slide-image {
        max-width: 550px;
        height: 260px;
    }
    .page-front-page .feature-slide-card .slide-title {
        font-size: 22px;
    }
    .page-front-page .feature-slide-card .slide-subtitle,
    .page-front-page .feature-slide-card .slide-desc {
        font-size: 17px;
    }

    /* 비교 섹션 */
    .page-front-page .compare-section {
        min-height: auto;
        padding: 60px 0;
    }
    .page-front-page .compare-section .fp-section-title {
        font-size: 32px;
    }
    .page-front-page .compare-box {
        height: 55px;
    }
    .page-front-page .compare-box .fp-compare-label {
        font-size: 18px;
    }
    .page-front-page .compare-boxes {
        gap: 100px;
    }
    .page-front-page .sc4-left-box::after {
        width: 60px;
        height: 140px;
        right: -70px;
    }

    /* 가격 섹션 */
    .page-front-page .pricing-section .fp-section-title {
        font-size: 32px;
    }
    .page-front-page .pricing-card {
        padding: 30px;
    }
    .page-front-page .pricing-card .plan-title {
        font-size: 26px;
    }
    .page-front-page .pricing-card .plan-price {
        font-size: 30px;
    }
    .page-front-page .plan-button {
        font-size: 26px;
        height: 55px;
    }

    /* 문의 섹션 */
    .page-front-page .inquiry-section .fp-section-title {
        font-size: 32px;
    }
    .page-front-page .fp-section-desc {
        font-size: 18px;
    }
    .page-front-page .inquiry-form-box {
        padding: 40px;
    }
    .page-front-page .inquiry-form-box .form-label {
        font-size: 20px;
    }
    .page-front-page .inquiry-input {
        height: 56px;
        font-size: 18px;
    }
    .page-front-page .fp-textarea {
        height: 250px;
    }
}

/* ======================================
   Responsive — Small Tablet (992px)
   ====================================== */

@media (max-width: 992px) {
    /* 히어로 섹션 */
    .page-front-page .hero-title {
        font-size: 32px;
    }
    .page-front-page .hero-subtitle {
        font-size: 16px;
    }
    .page-front-page .hero-device-img {
        max-width: 90%;
        transform: translateY(80px);
    }

    /* 영상 섹션 */
    .page-front-page .video-section {
        padding-top: 140px;
    }
    .page-front-page .video-placeholder {
        height: 350px;
    }

    /* 중대재해 섹션 */
    .page-front-page .fp-section-title {
        font-size: 28px;
    }
    .page-front-page .disaster-card .card-title {
        font-size: 18px;
    }
    .page-front-page .disaster-card .card-desc {
        font-size: 14px;
    }

    /* 로고 섹션 */
    .page-front-page .logo-section .fp-section-title {
        font-size: 26px;
    }

    /* 기능 섹션 */
    .page-front-page .fp-feature-tag-text {
        font-size: 22px;
    }
    .page-front-page .feature-slide-card {
        width: 700px;
        min-height: 380px;
    }
    .page-front-page .feature-slide-card .slide-image {
        max-width: 480px;
        height: 220px;
    }
    .page-front-page .feature-slide-card .slide-title {
        font-size: 20px;
    }
    .page-front-page .feature-slide-card .slide-subtitle,
    .page-front-page .feature-slide-card .slide-desc {
        font-size: 15px;
    }

    /* 비교 섹션 */
    .page-front-page .compare-section .fp-section-title {
        font-size: 26px;
    }
    .page-front-page .compare-box {
        height: 50px;
    }
    .page-front-page .compare-box .fp-compare-label {
        font-size: 15px;
    }
    .page-front-page .compare-boxes {
        gap: 80px;
    }
    .page-front-page .sc4-left-box::after {
        width: 50px;
        height: 120px;
        right: -55px;
    }

    /* 가격 섹션 */
    .page-front-page .pricing-section .fp-section-title {
        font-size: 28px;
    }
    .page-front-page .pricing-cards {
        gap: 20px;
    }
    .page-front-page .pricing-card .plan-title {
        font-size: 24px;
    }
    .page-front-page .pricing-card .plan-price {
        font-size: 26px;
    }
    .page-front-page .plan-button {
        font-size: 22px;
        height: 50px;
    }

    /* 문의 섹션 */
    .page-front-page .inquiry-section .fp-section-title {
        font-size: 26px;
    }
    .page-front-page .fp-section-desc {
        font-size: 16px;
    }
    .page-front-page .inquiry-form-box {
        padding: 30px;
    }
    .page-front-page .inquiry-form-box .form-label {
        font-size: 18px;
    }
    .page-front-page .inquiry-input {
        height: 50px;
        font-size: 16px;
    }
    .page-front-page .fp-textarea {
        height: 200px;
    }
}

/* ======================================
   Responsive — Mobile (768px)
   ====================================== */

@media (max-width: 768px) {
    /* 히어로 섹션 */
    .page-front-page .sc1 {
        padding-top: 60px;
        padding-bottom: 0;
    }
    .page-front-page .hero-title {
        font-size: 28px;
    }
    .page-front-page .hero-subtitle {
        font-size: 18px;
    }
    .page-front-page .hero-buttons .btn {
        min-width: 120px;
        height: 44px;
        font-size: 18px;
        padding: 0 20px;
    }
    .page-front-page .hero-device-img {
        max-width: 100%;
        transform: translateY(60px);
    }

    /* 영상 섹션 */
    .page-front-page .video-section {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .page-front-page .video-placeholder {
        aspect-ratio: 16 / 9;
        height: auto;
        border-radius: 12px;
    }

    /* 중대재해 섹션 */
    .page-front-page .disaster-section {
        padding: 40px 0;
    }
    .page-front-page .fp-section-title {
        font-size: 24px;
        text-align: center;
    }
    .page-front-page .disaster-cards {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .page-front-page .disaster-card {
        flex-direction: row;
        min-height: auto;
        max-width: 680px;
        width: 100%;
        padding: 20px 24px;
        gap: 20px;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }
    .page-front-page .fp-disaster-img {
        margin-bottom: 0;
        max-width: 60px;
        flex-shrink: 0;
    }
    .page-front-page .disaster-card .card-text-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        flex: 1;
    }
    .page-front-page .disaster-card .card-text-wrap .card-title {
        font-size: 20px;
        margin-bottom: 0;
        display: inline;
    }
    .page-front-page .disaster-card .card-text-wrap .card-title-highlight {
        margin-bottom: 6px;
    }
    .page-front-page .disaster-card .card-text-wrap .card-desc {
        font-size: 18px;
        margin: 0;
        line-height: 1.4;
    }

    /* 로고 섹션 */
    .page-front-page .logo-section {
        padding: 50px 0;
    }
    .page-front-page .logo-section .fp-section-title {
        font-size: 22px;
    }

    /* 기능 섹션 */
    .page-front-page .feature-section {
        padding: 50px 0;
    }
    .page-front-page .fp-feature-tag-text {
        font-size: 20px;
    }
    .page-front-page .feature-slide-card {
        width: 100%;
        max-width: 680px;
        min-width: 280px;
        min-height: auto;
        padding: 20px;
    }
    .page-front-page .feature-slide-card .slide-image {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
    }
    .page-front-page .feature-slide-card .slide-title {
        font-size: 20px;
    }
    .page-front-page .feature-slide-card .slide-subtitle,
    .page-front-page .feature-slide-card .slide-desc {
        font-size: 18px;
    }

    /* 비교 섹션 */
    .page-front-page .compare-section {
        padding: 40px 0;
    }
    .page-front-page .compare-section .fp-section-title {
        font-size: 22px;
    }
    .page-front-page .compare-boxes {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    .page-front-page .compare-column {
        width: 100%;
        max-width: 680px;
        min-width: unset;
        flex: none;
    }
    .page-front-page .compare-box {
        height: 50px;
    }
    .page-front-page .compare-box .fp-compare-label {
        font-size: 18px;
    }
    .page-front-page .sc4-left-box::after {
        display: block;
        width: 80px;
        height: 50px;
        right: 50%;
        top: auto;
        bottom: -55px;
        transform: translateX(50%) rotate(90deg);
    }

    /* 가격 섹션 */
    .page-front-page .pricing-section {
        padding: 50px 0;
    }
    .page-front-page .pricing-section .fp-section-title {
        font-size: 24px;
    }
    .page-front-page .pricing-cards {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .page-front-page .pricing-card {
        padding: 25px;
        max-width: 680px;
        width: 100%;
    }
    .page-front-page .pricing-card .plan-title {
        font-size: 22px;
    }
    .page-front-page .pricing-card .plan-price {
        font-size: 24px;
    }
    .page-front-page .plan-button {
        font-size: 20px;
        height: 50px;
    }

    /* 문의 섹션 */
    .page-front-page .inquiry-section {
        padding: 40px 0;
    }
    .page-front-page .inquiry-section .fp-section-title {
        font-size: 18px;
    }
    .page-front-page .fp-section-desc {
        font-size: 16px;
    }
    .page-front-page .inquiry-form-box {
        padding: 24px;
        border-radius: 12px;
        max-width: 680px;
        margin: 0 auto;
    }
    .page-front-page .inquiry-form-box .form-label {
        font-size: 18px;
    }
    .page-front-page .inquiry-input {
        height: 50px;
        font-size: 18px;
    }
    .page-front-page .fp-textarea {
        height: 150px;
    }
    .page-front-page .submit-btn {
        height: 52px;
        font-size: 20px;
    }

    /* 푸터 */
    .page-front-page .landing-footer .footer-top {
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
    }

    /* 플로팅 버튼 */
    .page-front-page .floating-inquiry-btn {
        bottom: 20px;
        right: 20px;
        width: 70px;
        height: 70px;
    }
    .page-front-page .fp-float-icon {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .page-front-page .fp-float-text {
        font-size: 14px;
    }
}

/* ======================================
   Responsive — Small Mobile (576px)
   ====================================== */

@media (max-width: 576px) {
    /* 히어로 섹션 */
    .page-front-page .sc1 {
        padding-top: 50px;
    }
    .page-front-page .hero-title {
        font-size: 24px;
    }
    .page-front-page .hero-subtitle {
        font-size: 16px;
    }
    .page-front-page .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .page-front-page .hero-buttons .btn {
        width: 100%;
        max-width: 280px;
        min-width: unset;
        height: 48px;
        font-size: 16px;
        margin: 0;
    }

    /* 영상 섹션 */
    .page-front-page .video-section {
        padding-top: 80px;
        padding-bottom: 30px;
    }
    .page-front-page .video-placeholder .fp-play-img {
        max-width: 50px;
    }

    /* 중대재해 섹션 */
    .page-front-page .disaster-section {
        padding: 30px 0;
    }
    .page-front-page .fp-section-title {
        font-size: 22px;
    }
    .page-front-page .disaster-cards {
        gap: 10px;
    }
    .page-front-page .disaster-card {
        max-width: 100%;
        padding: 18px 24px;
        gap: 20px;
    }
    .page-front-page .fp-disaster-img {
        max-width: 50px;
    }
    .page-front-page .disaster-card .card-text-wrap .card-title {
        font-size: 16px;
    }
    .page-front-page .disaster-card .card-text-wrap .card-desc {
        font-size: 16px;
    }

    /* 로고 섹션 */
    .page-front-page .logo-section {
        padding: 40px 0;
    }
    .page-front-page .logo-section .fp-section-title {
        font-size: 22px;
    }

    /* 기능 섹션 */
    .page-front-page .feature-section {
        padding: 40px 0;
    }
    .page-front-page .fp-feature-tag-text {
        font-size: 18px;
    }
    .page-front-page .feature-slide-card {
        max-width: 100%;
        padding: 16px;
    }
    .page-front-page .feature-slide-card .slide-title {
        font-size: 18px;
    }
    .page-front-page .feature-slide-card .slide-subtitle,
    .page-front-page .feature-slide-card .slide-desc {
        font-size: 15px;
    }

    /* 비교 섹션 */
    .page-front-page .compare-section {
        padding: 30px 0;
    }
    .page-front-page .compare-section .fp-section-title {
        font-size: 22px;
    }
    .page-front-page .compare-boxes {
        gap: 50px;
    }
    .page-front-page .compare-column {
        max-width: 100%;
    }
    .page-front-page .compare-box {
        height: 44px;
    }
    .page-front-page .compare-box .fp-compare-label {
        font-size: 16px;
    }
    .page-front-page .sc4-left-box::after {
        width: 60px;
        height: 40px;
        bottom: -45px;
    }

    /* 가격 섹션 */
    .page-front-page .pricing-section {
        padding: 30px 0;
    }
    .page-front-page .pricing-section .fp-section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .page-front-page .pricing-cards {
        gap: 12px;
    }
    .page-front-page .pricing-card {
        max-width: 100%;
        padding: 16px;
        min-height: auto;
    }
    .page-front-page .pricing-card .plan-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .page-front-page .fp-plan-desc-wrap,
    .page-front-page .fp-plan-desc-wrap-lg {
        margin-bottom: 15px;
    }
    .page-front-page .pricing-card .plan-price {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .page-front-page .fp-pricing-badge {
        padding: 5px 16px;
        margin-bottom: 10px;
    }
    .page-front-page .fp-pricing-badge-text {
        font-size: 16px;
    }
    .page-front-page .fp-checklist {
        gap: 8px;
    }
    .page-front-page .fp-divider,
    .page-front-page .fp-divider-lg {
        margin-bottom: 15px;
    }
    .page-front-page .plan-button {
        font-size: 18px;
        height: 46px;
    }

    /* 문의 섹션 */
    .page-front-page .inquiry-section {
        padding: 30px 0;
    }
    .page-front-page .inquiry-section .fp-section-title {
        font-size: 22px;
    }
    .page-front-page .fp-section-desc {
        font-size: 15px;
    }
    .page-front-page .inquiry-form-box {
        padding: 20px 16px;
        max-width: 100%;
    }
    .page-front-page .fp-form-row {
        flex-direction: column;
        gap: 20px;
    }
    .page-front-page .inquiry-form-box .form-label {
        font-size: 15px;
    }
    .page-front-page .inquiry-input {
        height: 46px;
        font-size: 15px;
    }
    .page-front-page .submit-btn {
        height: 50px;
        font-size: 18px;
    }

    /* 푸터 */
    .page-front-page .landing-footer .footer-top {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }
}

/* ======================================
   Responsive — Extra Small (420px)
   ====================================== */

@media (max-width: 420px) {
    /* 히어로 섹션 */
    .page-front-page .sc1 {
        padding-top: 40px;
    }
    .page-front-page .hero-title {
        font-size: 20px;
    }
    .page-front-page .hero-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }
    .page-front-page .hero-buttons .btn {
        height: 44px;
        font-size: 15px;
    }

    /* 영상 섹션 */
    .page-front-page .video-section {
        padding-top: 60px;
        padding-bottom: 24px;
    }

    /* 중대재해 섹션 */
    .page-front-page .disaster-section {
        padding: 24px 0;
    }
    .page-front-page .fp-section-title {
        font-size: 18px;
    }
    .page-front-page .disaster-card {
        padding: 14px 12px;
        gap: 12px;
    }
    .page-front-page .fp-disaster-img {
        max-width: 40px;
    }
    .page-front-page .disaster-card .card-text-wrap .card-title {
        font-size: 14px;
    }
    .page-front-page .disaster-card .card-text-wrap .card-desc {
        font-size: 14px;
    }

    /* 로고 섹션 */
    .page-front-page .logo-section {
        padding: 30px 0;
    }
    .page-front-page .logo-section .fp-section-title {
        font-size: 18px;
    }

    /* 기능 섹션 */
    .page-front-page .feature-section {
        padding: 30px 0;
    }
    .page-front-page .fp-feature-tag-text {
        font-size: 16px;
    }
    .page-front-page .feature-slide-card {
        padding: 14px;
    }
    .page-front-page .feature-slide-card .slide-title {
        font-size: 16px;
    }
    .page-front-page .feature-slide-card .slide-subtitle,
    .page-front-page .feature-slide-card .slide-desc {
        font-size: 14px;
    }

    /* 비교 섹션 */
    .page-front-page .compare-section {
        padding: 24px 0;
    }
    .page-front-page .compare-section .fp-section-title {
        font-size: 18px;
    }
    .page-front-page .compare-boxes {
        gap: 40px;
    }
    .page-front-page .compare-box {
        height: 40px;
    }
    .page-front-page .compare-box .fp-compare-label {
        font-size: 14px;
    }
    .page-front-page .sc4-left-box::after {
        width: 50px;
        height: 32px;
        bottom: -36px;
    }

    /* 가격 섹션 */
    .page-front-page .pricing-section {
        padding: 30px 0;
    }
    .page-front-page .pricing-section .fp-section-title {
        font-size: 18px;
    }
    .page-front-page .pricing-card {
        padding: 16px;
    }
    .page-front-page .pricing-card .plan-title {
        font-size: 16px;
    }
    .page-front-page .pricing-card .plan-price {
        font-size: 18px;
    }
    .page-front-page .plan-button {
        font-size: 16px;
        height: 44px;
    }

    /* 문의 섹션 */
    .page-front-page .inquiry-section {
        padding: 24px 0;
    }
    .page-front-page .inquiry-section .fp-section-title {
        font-size: 18px;
    }
    .page-front-page .fp-section-desc {
        font-size: 14px;
    }
    .page-front-page .inquiry-form-box {
        padding: 16px 12px;
    }
    .page-front-page .inquiry-form-box .form-label {
        font-size: 14px;
    }
    .page-front-page .inquiry-input {
        height: 44px;
        font-size: 14px;
    }
    .page-front-page .submit-btn {
        height: 46px;
        font-size: 16px;
    }

    /* 약관 동의 */
    .page-front-page .fp-agreement-checkbox {
        width: 18px;
        height: 18px;
    }
    .page-front-page .fp-agreement-required,
    .page-front-page .fp-agreement-text {
        font-size: 14px;
    }

    /* 푸터 */
    .page-front-page .landing-footer .footer-top {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
}

/* ======================================
   Responsive — 450px (Pagination)
   ====================================== */

@media (max-width: 450px) {
    .page-front-page .fp-swiper-wrap {
        margin-top: 25px;
    }
    .page-front-page .feature-pagination {
        gap: 10px;
        margin-top: 30px;
    }
    .page-front-page .feature-pagination span {
        width: 10px;
        height: 10px;
    }
}

/* ======================================
   Responsive — Tiny Mobile (320px)
   ====================================== */

@media (max-width: 320px) {
    /* 히어로 섹션 */
    .page-front-page .sc1 {
        padding-top: 32px;
    }
    .page-front-page .hero-title {
        font-size: 18px;
    }
    .page-front-page .hero-subtitle {
        font-size: 14px;
        line-height: 1.4;
    }
    .page-front-page .hero-buttons .btn {
        height: 42px;
        font-size: 14px;
    }

    /* 영상 섹션 */
    .page-front-page .video-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .page-front-page .video-placeholder .fp-play-img {
        max-width: 40px;
    }

    /* 중대재해 섹션 */
    .page-front-page .disaster-section {
        padding: 20px 0;
    }
    .page-front-page .fp-section-title {
        font-size: 16px;
    }
    .page-front-page .disaster-card {
        padding: 12px 10px;
        gap: 10px;
    }
    .page-front-page .fp-disaster-img {
        max-width: 36px;
    }
    .page-front-page .disaster-card .card-text-wrap .card-title {
        font-size: 14px;
    }
    .page-front-page .disaster-card .card-text-wrap .card-desc {
        font-size: 14px;
    }

    /* 로고 섹션 */
    .page-front-page .logo-section {
        padding: 24px 0;
    }
    .page-front-page .logo-section .fp-section-title {
        font-size: 16px;
    }

    /* 기능 섹션 */
    .page-front-page .feature-section {
        padding: 24px 0;
    }
    .page-front-page .fp-feature-tag-text {
        font-size: 14px;
    }
    .page-front-page .feature-slide-card {
        padding: 12px;
    }
    .page-front-page .feature-slide-card .slide-title {
        font-size: 14px;
    }
    .page-front-page .feature-slide-card .slide-subtitle,
    .page-front-page .feature-slide-card .slide-desc {
        font-size: 14px;
    }

    /* 비교 섹션 */
    .page-front-page .compare-section {
        padding: 20px 0;
    }
    .page-front-page .compare-section .fp-section-title {
        font-size: 16px;
    }
    .page-front-page .compare-boxes {
        gap: 36px;
    }
    .page-front-page .compare-box {
        height: 36px;
    }
    .page-front-page .compare-box .fp-compare-label {
        font-size: 14px;
    }
    .page-front-page .sc4-left-box::after {
        width: 44px;
        height: 28px;
        bottom: -32px;
    }

    /* 가격 섹션 */
    .page-front-page .pricing-section {
        padding: 24px 0;
    }
    .page-front-page .pricing-section .fp-section-title {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .page-front-page .pricing-card {
        padding: 14px;
    }
    .page-front-page .pricing-card .plan-title {
        font-size: 14px;
    }
    .page-front-page .pricing-card .plan-price {
        font-size: 16px;
    }
    .page-front-page .plan-button {
        font-size: 14px;
        height: 42px;
    }

    /* 문의 섹션 */
    .page-front-page .inquiry-section {
        padding: 20px 0;
    }
    .page-front-page .inquiry-section .fp-section-title {
        font-size: 16px;
    }
    .page-front-page .fp-section-desc {
        font-size: 14px;
    }
    .page-front-page .inquiry-form-box {
        padding: 14px 10px;
    }
    .page-front-page .inquiry-form-box .form-label {
        font-size: 14px;
    }
    .page-front-page .inquiry-input {
        height: 42px;
        font-size: 14px;
    }
    .page-front-page .submit-btn {
        height: 44px;
        font-size: 14px;
    }

    /* 약관 동의 */
    .page-front-page .fp-agreement-checkbox {
        width: 16px;
        height: 16px;
    }
    .page-front-page .fp-agreement-required,
    .page-front-page .fp-agreement-text {
        font-size: 14px;
    }

    /* 푸터 */
    .page-front-page .landing-footer .footer-top {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
}
