@charset "utf-8";
@import url('/assets/css/reset.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

/*
 * File       : common.css
 * Author     : FROMEX
 * Date       : 2026.03.24
 *
 * SUMMARY:
 * 01) GLOBAL
 * 02) COLOR
 * 03) CONTAINER
 * 04) PAGE 반응형

 */


/* **************************************** *
 * 01. GLoBAL
 * **************************************** */

html {font-family: 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;font-size: 62.5%;line-height: 1.15;-webkit-text-size-adjust: 100%;box-sizing: border-box;margin: 0;letter-spacing: normal; scroll-behavior: smooth; overflow-y: scroll;}
* {box-sizing: border-box;}

body {height: 100%;margin: 0;padding: 0;display: block;font-family: 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;color: #1e1e1e;word-wrap: break-word;word-break: keep-all;}

a {color: inherit;text-decoration: none;}

::-moz-selection {background: #1e1e1e;color: #fff;}
::selection {background: #1e1e1e;color: #fff;}

input[type='checkbox'], input[type='radio'] {padding: 0;accent-color: #1e1e1e;}

/* form */
input, select, textarea, button {vertical-align: middle;margin: 0;}
input[type='submit'], input[type='button'], button {cursor: pointer;}
label {vertical-align: middle;}

/* font weight 정의 */
b {font-weight: 600;}

ol, ul {list-style-type: disc;line-height: 1.6;margin: 0;padding-inline-start: 1.5em;}


/* **************************************** *
 * 02. COLOR
 * **************************************** */

/* font 명암비 4.5 기준 */
.color-main-txt {color: #1e1e1e}
.color-sub-txt {color: #767676}

.color-red {color: #e63f3f;}
.color-green {color: #2ada71;}
.color-blue {color: #0080fe;}
.color-blue2 {color: #096fc8;}
.color-yellow {color: #ede734;}
.color-orange {color: #FF5E27 ;}
.color-content-text-red {color: #fc4237;}
.color-content-text-black {color: #0a0a0a;}
.color-content-text-black2 {color: #22292f;}
.color-content-text-bk {color: #1e1e1e;}
.color-content-text-grey {color: #aaa;}
.color-content-text-sidebar {color: #98989a;}
.color-content-text-grey2 {color: #888;}
.color-button-grey {color: #f5f5f5}
.color-bg-red {color: #f53024;}
.color-bg-black {color: #0a0a0a;}
.color-dark-navy {color: #010a23;}
.color-box-grey {color: #303030;}


/* **************************************** *
 * 03. CONTAINER
 * **************************************** */

.wrap {width: 100%; max-width: 1200px; margin: 0 auto;}


/* **************************************** *
 * 04. Header 영역
 * **************************************** */

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    margin: 0;
    width: 100%;
    background: #fff;
}

.header-wrap {
    width: 100%;
    max-width: 1200px;
    height: 88px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.header-logo {
    margin: 0;
    justify-self: start;
}

.header-logo a {
    display: block;
    width: 113px;
}

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

.header-nav {
    justify-self: center;
}

.gnb-menu {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gnb-menu-item {
    font-size: 20px;
    font-weight: 800;
    color: #1e1e1e;
    text-decoration: none;
}

.header-cta {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-cta-primary,
.header-cta-secondary {
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    color: #1e1e1e;
}

.header-cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    background: #1e1e1e;
    color: #fff;
    border-radius: 4px;
}

.blind {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
} 


/* **************************************** *
 * 05. INDEX 영역
 * **************************************** */

 /* 히어로 영역 시작 */

.hero-section {
  padding: 168px 20px;
  background: #ffffff;
}

.hero-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}

.hero-content {
  width: 100%;
  max-width: 560px;
}

.hero-title {
  margin: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1.236px;
  color: #1e1e1e;
}

.hero-desc {
  margin: 32px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1.236px;
  color: #767676;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 28px;
  margin-top: 40px;
  border-radius: 999px;
  background: #1e1e1e;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.hero-client {
  margin-top: 64px;
}

.hero-client-title {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #1e1e1e;
}

.hero-client-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-client-logo {
  display: block;
  height: 60px;
  width: auto;
  object-fit: contain;
}

.hero-visual {
  flex-shrink: 0;
  width: 420px;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 64px 0;
  object-fit: cover;
}

 /* 히어로 영역 끝 */

 /* 서비스 영역 시작 */
.problem-section {
    padding: 14px 20px;
    background: #fff;
    padding-top: 128px;
    padding-bottom: 260px;
}

.problem-title-area {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
}

.section-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
}

.section-title-overline {
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    color: #EC0047
}

.section-title-headline {
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.236px;
    color: #1e1e1e;
    text-align: left;
}

.section-title-desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.problem-list {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  gap: 16px;
  padding-top: 48px;
}

.problem-card {
  position: relative;
  flex: 1;
  min-height: 540px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #222;
  background-size: cover;
  background-position: center;
}

.problem-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(0, 0, 0, 0.35) 32%,
      rgba(0, 0, 0, 0.48) 65%,
      rgba(0, 0, 0, 0.62) 100%
    );
  z-index: 1;
}

.problem-card-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 36px 34px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.problem-title {
  margin: 0;
  color: #fff;
  font-size: 33px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.problem-content {
  color: #fff;
}

.problem-quote {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.problem-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  word-break: keep-all;
}

/* 배경 이미지 */
.card-01 {
  background-image: url("/assets/images/problem-01.jpg");
}

.card-02 {
  background-image: url("/assets/images/problem-02.jpg");
}

.card-03 {
  background-image: url("/assets/images/problem-03.jpg");
}

/* 서비스 영역 끝 */

/* 고객 후기 시작 */
/* 섹션 */
.review-section {
  padding: 120px 0;
  background: #f5f5f5;
}

.review-inner {
  max-width: 1160px;
  margin: 0 auto;
}

/* 타이틀 */
.review-title {
  margin-bottom: 40px;
}

.review-title-overline {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 600;
  color: #ec0047;
}

.review-title-headline {
  margin: 0 0 16px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.review-title-desc {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.5;
}

/* 리스트 */
.review-list {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 0 0 8px;
  scrollbar-width: none;
  cursor: grab;
  padding-left: 100px;
}

.review-list::-webkit-scrollbar {
  display: none;
}

.review-list.dragging {
  cursor: grabbing;
}

/* 카드 */
.review-card {
  flex: 0 0 300px;
  width: 300px;
  min-height: 320px;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

/* 헤더 */
.review-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

/* 아바타 */
.review-avatar {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #d9d9d9, #bdbdbd);
}

.review-avatar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 13px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f5f5f5;
  transform: translateX(-50%);
}

.review-avatar::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 34px;
  height: 22px;
  border-radius: 18px 18px 10px 10px;
  background: #f5f5f5;
  transform: translateX(-50%);
}

/* 유저 */
.review-user {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.review-name {
  font-size: 16px;
  font-weight: 700;
}

.review-role {
  margin: 0;
  font-size: 14px;
  color: #9b9b9b;
}

/* 본문 */
.review-text {
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a3a;
  word-break: keep-all;
}

/* 강조 */
.review-highlight {
  font-weight: 700;
}

.review-highlight-blue { color: #4f7de3; }
.review-highlight-green { color: #7d9854; }
.review-highlight-orange { color: #e28d35; }

/* 드래그 안내 */
.review-drag-indicator {
  position: fixed;
  width: 90px;
  height: 90px;
  font-size: 13px;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-drag-indicator.show {
  opacity: 1;
}
/* 고객 후기 끝 */

/* 자주 묻는 질문 시작 */

.faq-section {
  padding: 128px 20px;
  background: #fff;
}

.faq-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.faq-header {
  margin-bottom: 56px;
}

.faq-title {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.236px;
  color: #1e1e1e;
}

.faq-desc {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #1e1e1e;
}

.faq-content {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}

.faq-media {
  position: relative;
}

.faq-image {
  display: block;
  width: 70%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
}

.faq-accordion {
  border-top: 1px solid #d9d9d9;
}

.faq-item {
  border-bottom: 1px solid #d9d9d9;
}

.faq-question {
  width: 100%;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.faq-question-text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #1e1e1e;
}

.faq-question-icon {
  position: relative;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid #d6d6d6;
  border-radius: 999px;
}

.faq-question-icon::before,
.faq-question-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1e1e1e;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.faq-question-icon::before {
  width: 12px;
  height: 1.5px;
}

.faq-question-icon::after {
  width: 1.5px;
  height: 12px;
}

.faq-item.is-active .faq-question-icon {
  background: #1e1e1e;
  border-color: #1e1e1e;
}

.faq-item.is-active .faq-question-icon::before,
.faq-item.is-active .faq-question-icon::after {
  background: #ffffff;
}

.faq-item.is-active .faq-question-icon::after {
  opacity: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.is-active .faq-answer {
  max-height: 320px;
}

.faq-answer-inner {
  padding: 0 0 28px;
}

.faq-answer-text {
  margin: 0;
  max-width: 720px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #1e1e1e;
}

/* 자주 묻는 질문 끝 */

/* 상담문의 시작 */

.contact-section {
  padding: 120px 20px;
  background: #f5f5f5;
}

.contact-header {
  margin-bottom: 56px;
  text-align: center;
}

.contact-title {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.236px;
  color: #1e1e1e;
}

.contact-title-desc {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #1e1e1e;
}

.contact-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

.contact-intro {
  width: 45%;
}

.contact-form-wrap {
  width: 55%;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-sizing: border-box;
}

.contact-title-group {
  margin-bottom: 32px;
}

.contact-overline {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  color: #0b72e7;
  line-height: 1.2;
}

.contact-title {
  margin: 0 0 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.8px;
  color: #1e1e1e;
}

.contact-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

.contact-logo-box {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 36px;
}

.contact-box-title {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  text-align: center;
}

.contact-logo-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 20px;
  align-items: center;
}

.contact-logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px;
  box-sizing: border-box;
}

.contact-logo-item img {
  max-width: 100%;
  max-height: 32px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.contact-team-title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1e;
}

.contact-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
}

.contact-member-card {
  display: flex;
  flex-direction: column;
}

.contact-member-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: #d9d9d9;
  margin-bottom: 12px;
}

.contact-member-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.contact-member-role {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 500;
  color: #777;
}

.contact-member-name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1e;
}

/* form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-form-row {
  display: flex;
  gap: 16px;
}

.contact-form-row-2 .contact-form-group {
  width: 50%;
}

.contact-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form-group label {
  font-size: 15px;
  font-weight: 700;
  color: #1e1e1e;
}

.contact-form-group label span,
.contact-form-check-title span {
  color: #777;
  font-weight: 500;
}

.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  font-size: 15px;
  color: #1e1e1e;
  background: #fafafa;
  box-sizing: border-box;
  font-family: inherit;
}

/* select 화살표 위치 조정 */
.contact-form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%231e1e1e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  cursor: pointer;
}

.contact-form-group textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
  color: #999;
}

.contact-form-check {
  padding-top: 4px;
}

.contact-form-check-title {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  color: #1e1e1e;
}

.contact-form-check-title span {
  color: #777;
  font-weight: 500;
}

.contact-form-check-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.contact-check-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.contact-check-chip:hover {
  background: #f5f5f5;
}

.contact-check-chip span {
  font-size: 15px;
  font-weight: 500;
  color: #444;
  line-height: 1;
}

/* 체크박스 커스텀 */
.contact-check-chip input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #fff;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.contact-check-chip input[type="checkbox"]::after {
  content: "";
  width: 9px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  transition: transform 0.2s ease;
  margin-top: -4px;
}

.contact-check-chip input[type="checkbox"]:checked {
  background: #1e1e1e;
  border-color: #1e1e1e;
}

.contact-check-chip input[type="checkbox"]:checked::after {
  transform: rotate(-45deg) scale(1);
}

.contact-check-chip:has(input[type="checkbox"]:checked) {
  background: #1e1e1e;
  border-color: #1e1e1e;
}

.contact-check-chip:has(input[type="checkbox"]:checked) span {
  color: #fff;
}

.contact-form-agree {
  padding: 16px;
  border-radius: 8px;
  background: #f8f8f8;
}

.contact-check-chip-agree {
  margin-bottom: 8px;
}

.contact-form-agree p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #777;
  padding-left: 14px;
}

.contact-submit-btn {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 999px;
  background: #1e1e1e;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.contact-submit-btn:hover {
  opacity: 0.9;
}



/* **************************************** *
 * 06. Footer 영역
 * **************************************** */

.footer-wrap {
    background-color: #000;
    padding: 56px 0;
}

.footer-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-title {
    margin: 0;
}

.footer-title a {
    display: block;
    width: 200px;
    height: auto;
}

.footer-title img {
    display: block;
    width: 100%;
    height: auto;
}

.powered-by {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 4px;
}

.powered-by-text {
    font-family: 'Pretendard';
    font-size: 12px;
    line-height: 1.4;
    color: #8f8f8f;
    font-weight: 400;
    align-items: center;
}

.footer-logo-svg {
    fill: #8f8f8f;
    margin-left: 4px;
}

.footer-info {
    margin-top: 60px;
    margin-bottom: 36px;
}

.footer-text {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #8f8f8f;
}

.info-label {
    margin-right: 6px;
    font-weight: 700;
    color: #ffffff;
}

.info-value {
    margin-right: 18px;
    color: #8f8f8f;
    font-weight: 700;
}

.footer-policy {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 36px;
}

.policy-privacy-link {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}
.policy-link {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

.policy-divider {
    font-size: 18px;
    font-weight: 400;
    color: #8f8f8f;
}

.footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 54px;
    padding: 0 24px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
}

.footer-copy {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: #8f8f8f;
}