@charset "utf-8";

/* 서브페이지 공통 스타일 */
.sub-page {
  background-color: #ffffff;
  min-height: 100vh;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

/* 히어로 섹션 위의 타이틀 내비 텍스트 숨기기 */
#container_title {
  display: none !important;
}

/* 상단 내비게이션 z-index 조정 및 고정 */
#header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background-color: #fff;
}

.gnb_wrap {
  position: relative;
  z-index: 1001 !important;
}

.consultation-btn {
  position: relative;
  z-index: 1002 !important;
  animation: btnPulse 2s infinite !important;
}

/* 히어로 섹션 */
.hero-section {
  background: linear-gradient(135deg, #fbf8ff 0%, #f3edff 100%);
  padding: 80px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  margin-top: -150px;
  border-radius: 0 0 50px 50px;
}

/* sub01 - 따뜻한 갈색/골드 톤 (출판) */
.sub-page-01 .hero-section {
  background: linear-gradient(135deg, #fff8f0 0%, #f5ede0 100%);
}

/* sub01 모바일 히어로 타이틀 크기 조정 */
@media (max-width: 768px) {
  .sub-page-01 .hero-title {
    font-size: 3.15rem; /* 3.5rem의 90% */
  }
}

@media (max-width: 480px) {
  .sub-page-01 .hero-title {
    font-size: 2.52rem; /* 2.8rem의 90% */
  }
}

.sub-page-01 .hero-badge {
  background: linear-gradient(
    93deg,
    #8b5a3c -35.87%,
    #c9966b 120%,
    #e6d5b8 158.97%
  );
}

.sub-page-01 .hero-badge::after {
  border-top: 10px solid #c9966b;
}

.sub-page-01 .highlight,
.sub-page-01 .hero-title .highlight,
.sub-page-01 .hero-text-animate.highlight {
  color: #8b5a3c !important;
  text-shadow: 0 0 30px rgba(139, 90, 60, 0.3);
}

.sub-page-01 .decorative-circle {
  background: linear-gradient(45deg, #8b5a3c, #c9966b);
}

.sub-page-01 .decorative-triangle:nth-child(5) {
  border-bottom: 25px solid #d4af37;
}

.sub-page-01 .decorative-triangle:nth-child(6) {
  border-bottom: 20px solid #e6d5b8;
}

.sub-page-01 .decorative-dots {
  background: #8b5a3c;
}

.sub-page-01 .process-section {
  background: linear-gradient(135deg, #fff8f0 0%, #f5ede0 100%);
}

.sub-page-01 .strength-card::before {
  background: linear-gradient(90deg, #8b5a3c, #c9966b, #e6d5b8);
}

.sub-page-01 .cta-button {
  background: linear-gradient(135deg, #8b5a3c 0%, #c9966b 100%);
  box-shadow: 0 4px 15px rgba(139, 90, 60, 0.3);
  border: 2px solid #c9966b;
}

.sub-page-01 .cta-button:hover {
  background: white;
  color: #8b5a3c;
  box-shadow: 0 6px 20px rgba(139, 90, 60, 0.4);
  transform: translateY(-2px);
  border-color: #8b5a3c;
}

.sub-page-01 .decorative-underline {
  background: #c9966b;
}

.sub-page-01 .process-step {
  background: #fff8f0;
  border: 1px solid rgba(139, 90, 60, 0.1);
}

.sub-page-01 .process-step:hover {
  background: #f5ede0;
  box-shadow: 0 10px 25px rgba(139, 90, 60, 0.15);
}

.sub-page-01 .process-icon {
  color: #8b5a3c;
}

.sub-page-01 .process-step-title {
  color: #8b5a3c;
}

.sub-page-01 .strength-card {
  border: 1px solid rgba(139, 90, 60, 0.05);
  box-shadow: 0 10px 30px rgba(139, 90, 60, 0.08);
}

.sub-page-01 .strength-card:hover {
  box-shadow: 0 20px 40px rgba(139, 90, 60, 0.15);
  border-color: rgba(139, 90, 60, 0.1);
}

.sub-page-01 .strength-title {
  color: #8b5a3c;
}

.sub-page-01 .strengths-title,
.sub-page-01 .process-title {
  color: #8b5a3c;
}

.sub-page-01 .strength-icon-wrapper {
  background: linear-gradient(135deg, #fff8f0 0%, #f5ede0 100%);
}

.sub-page-01 .strength-icon {
  color: #8b5a3c;
}

/* sub02 - 파란색/보라색 톤 (교회) */
.sub-page-02 .hero-section {
  background: linear-gradient(135deg, #f5f7ff 0%, #e8ecff 100%);
}

.sub-page-02 .hero-badge {
  background: linear-gradient(
    93deg,
    #4b6cb7 -35.87%,
    #7b8dc9 120%,
    #a5b4e0 158.97%
  );
}

.sub-page-02 .hero-badge::after {
  border-top: 10px solid #7b8dc9;
}

.sub-page-02 .highlight,
.sub-page-02 .hero-title .highlight,
.sub-page-02 .hero-text-animate.highlight {
  color: #4b6cb7 !important;
  text-shadow: 0 0 30px rgba(75, 108, 183, 0.3);
}

.sub-page-02 .decorative-circle {
  background: linear-gradient(45deg, #4b6cb7, #7b8dc9);
}

.sub-page-02 .decorative-triangle:nth-child(5) {
  border-bottom: 25px solid #9db8e8;
}

.sub-page-02 .decorative-triangle:nth-child(6) {
  border-bottom: 20px solid #a5b4e0;
}

.sub-page-02 .decorative-dots {
  background: #4b6cb7;
}

.sub-page-02 .process-section {
  background: linear-gradient(135deg, #f5f7ff 0%, #e8ecff 100%);
}

.sub-page-02 .strength-card::before {
  background: linear-gradient(90deg, #4b6cb7, #7b8dc9, #a5b4e0);
}

.sub-page-02 .cta-button {
  background: linear-gradient(135deg, #4b6cb7 0%, #7b8dc9 100%);
  box-shadow: 0 4px 15px rgba(75, 108, 183, 0.3);
  border: 2px solid #7b8dc9;
}

.sub-page-02 .cta-button:hover {
  background: white;
  color: #4b6cb7;
  box-shadow: 0 6px 20px rgba(75, 108, 183, 0.4);
  transform: translateY(-2px);
  border-color: #4b6cb7;
}

.sub-page-02 .decorative-underline {
  background: #7b8dc9;
}

.sub-page-02 .process-step {
  background: #f5f7ff;
  border: 1px solid rgba(75, 108, 183, 0.1);
}

.sub-page-02 .process-step:hover {
  background: #e8ecff;
  box-shadow: 0 10px 25px rgba(75, 108, 183, 0.15);
}

.sub-page-02 .process-icon {
  color: #4b6cb7;
}

.sub-page-02 .process-step-title {
  color: #4b6cb7;
}

.sub-page-02 .strength-card {
  border: 1px solid rgba(75, 108, 183, 0.05);
  box-shadow: 0 10px 30px rgba(75, 108, 183, 0.08);
}

.sub-page-02 .strength-card:hover {
  box-shadow: 0 20px 40px rgba(75, 108, 183, 0.15);
  border-color: rgba(75, 108, 183, 0.1);
}

.sub-page-02 .strength-title {
  color: #4b6cb7;
}

.sub-page-02 .strengths-title,
.sub-page-02 .process-title {
  color: #4b6cb7;
}

.sub-page-02 .strength-icon-wrapper {
  background: linear-gradient(135deg, #f5f7ff 0%, #e8ecff 100%);
}

.sub-page-02 .strength-icon {
  color: #4b6cb7;
}

/* sub03 - 회색/청록 톤 (기업) */
.sub-page-03 .hero-section {
  background: linear-gradient(135deg, #f5f7f8 0%, #edf0f2 100%);
}

.sub-page-03 .hero-badge {
  background: linear-gradient(
    93deg,
    #607d8b -35.87%,
    #78909c 120%,
    #90a4ae 158.97%
  );
}

.sub-page-03 .hero-badge::after {
  border-top: 10px solid #78909c;
}

.sub-page-03 .highlight,
.sub-page-03 .hero-title .highlight,
.sub-page-03 .hero-text-animate.highlight {
  color: #607d8b !important;
  text-shadow: 0 0 30px rgba(96, 125, 139, 0.3);
}

.sub-page-03 .decorative-circle {
  background: linear-gradient(45deg, #607d8b, #78909c);
}

.sub-page-03 .decorative-triangle:nth-child(5) {
  border-bottom: 25px solid #b0bec5;
}

.sub-page-03 .decorative-triangle:nth-child(6) {
  border-bottom: 20px solid #90a4ae;
}

.sub-page-03 .decorative-dots {
  background: #607d8b;
}

.sub-page-03 .process-section {
  background: linear-gradient(135deg, #f5f7f8 0%, #edf0f2 100%);
}

.sub-page-03 .strength-card::before {
  background: linear-gradient(90deg, #607d8b, #78909c, #90a4ae);
}

.sub-page-03 .cta-button {
  background: linear-gradient(135deg, #607d8b 0%, #78909c 100%);
  box-shadow: 0 4px 15px rgba(96, 125, 139, 0.3);
  border: 2px solid #78909c;
}

.sub-page-03 .cta-button:hover {
  background: white;
  color: #607d8b;
  box-shadow: 0 6px 20px rgba(96, 125, 139, 0.4);
  transform: translateY(-2px);
  border-color: #607d8b;
}

.sub-page-03 .decorative-underline {
  background: #78909c;
}

.sub-page-03 .process-step {
  background: #f5f7f8;
  border: 1px solid rgba(96, 125, 139, 0.1);
}

.sub-page-03 .process-step:hover {
  background: #edf0f2;
  box-shadow: 0 10px 25px rgba(96, 125, 139, 0.15);
}

.sub-page-03 .process-icon {
  color: #607d8b;
}

.sub-page-03 .process-step-title {
  color: #607d8b;
}

.sub-page-03 .strength-card {
  border: 1px solid rgba(96, 125, 139, 0.05);
  box-shadow: 0 10px 30px rgba(96, 125, 139, 0.08);
}

.sub-page-03 .strength-card:hover {
  box-shadow: 0 20px 40px rgba(96, 125, 139, 0.15);
  border-color: rgba(96, 125, 139, 0.1);
}

.sub-page-03 .strength-title {
  color: #607d8b;
}

.sub-page-03 .strengths-title,
.sub-page-03 .process-title {
  color: #607d8b;
}

.sub-page-03 .strength-icon-wrapper {
  background: linear-gradient(135deg, #f5f7f8 0%, #edf0f2 100%);
}

.sub-page-03 .strength-icon {
  color: #607d8b;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px 0;
}

.hero-badge {
  display: inline-block;
  background: linear-gradient(
    93deg,
    #8b5ff1 -35.87%,
    #ca86fc 120%,
    #edb5fc 158.97%
  );
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  opacity: 0;
  animation: dropDown 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-delay: 0.2s;
}

.hero-badge::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ca86fc;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
}

.hero-title .highlight {
  color: #8b5ff1;
}

.hero-subtitle {
  font-size: 1.5rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 400;
}

/* 장식 요소 */
.decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.decorative-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(45deg, #8b5ff1, #ca86fc);
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.decorative-circle:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 15%;
  right: 8%;
  animation-delay: 0s;
}

.decorative-circle:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 25%;
  left: 5%;
  animation-delay: 2s;
}

.decorative-circle:nth-child(3) {
  width: 40px;
  height: 40px;
  top: 60%;
  right: 15%;
  animation-delay: 4s;
}

.decorative-circle:nth-child(4) {
  width: 30px;
  height: 30px;
  top: 70%;
  left: 10%;
  animation-delay: 1s;
}

.decorative-triangle {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0.15;
  animation: rotate 8s linear infinite;
}

.decorative-triangle:nth-child(5) {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #66d9ef;
  top: 20%;
  left: 12%;
  animation-delay: 0s;
}

.decorative-triangle:nth-child(6) {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid #edb5fc;
  top: 45%;
  right: 20%;
  animation-delay: 3s;
}

.decorative-dots {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #8b5ff1;
  border-radius: 50%;
  opacity: 0.3;
  animation: pulse 2s ease-in-out infinite;
}

.decorative-dots:nth-child(7) {
  top: 30%;
  right: 25%;
  animation-delay: 0.5s;
}

.decorative-dots:nth-child(8) {
  top: 50%;
  left: 20%;
  animation-delay: 1.5s;
}

.decorative-dots:nth-child(9) {
  top: 75%;
  right: 30%;
  animation-delay: 2.5s;
}

.decorative-dots:nth-child(10) {
  top: 40%;
  left: 8%;
  animation-delay: 3.5s;
}

.decorative-underline {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 4px;
  background: linear-gradient(90deg, #66d9ef, #8b5ff1, #66d9ef);
  border-radius: 2px;
  animation: wave 2s ease-in-out infinite;
}

/* 서비스 강점 섹션 */
.strengths-section {
  padding: 120px 0;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

.strengths-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.strengths-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.strengths-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 60px;
  line-height: 1.6;
}

.strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.strength-card {
  background: white;
  border: 2px solid #ddd;
  border-radius: 20px;
  padding: 40px 24px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.strength-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #8b5ff1, #ca86fc, #edb5fc);
}

.strength-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.strength-icon-wrapper {
  width: 130px;
  height: 130px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
  border-radius: 50%;
}

.strength-icon {
  font-size: 60px;
  color: #8b5ff1;
  animation: iconBlink 3s ease-in-out infinite;
}

.strength-card:nth-child(1) .strength-icon {
  animation: iconSpin 4s linear infinite;
}

.strength-card:nth-child(2) .strength-icon {
  animation: iconBlink 3s ease-in-out infinite;
}

.strength-card:nth-child(3) .strength-icon {
  animation: iconPulse 2s ease-in-out infinite;
}

.strength-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.strength-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

/* 프로세스 섹션 */
.process-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
  border-radius: 50px;
  margin: 50px 20px;
}

.process-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.process-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.process-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 60px;
  line-height: 1.6;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 60px;
}

.process-step {
  background: #f8f9ff;
  border: none;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

.process-step:hover {
  background: #f0f2ff;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(139, 95, 241, 0.1);
}

.process-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #8b5ff1;
}

.process-step-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.process-step-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
  margin-top: 8px;
}

/* CTA 섹션 */
.cta-section {
  padding: 80px 0;
  background: white;
  text-align: center;
}

.cta-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.cta-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.cta-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  background: #8b5ff1;
  color: white;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #8b5ff1;
}

.cta-button:hover {
  background: white;
  color: #8b5ff1;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(139, 95, 241, 0.3);
}

/* 애니메이션 */
@keyframes dropDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  60% {
    opacity: 1;
    transform: translateY(5px);
  }
  80% {
    transform: translateY(-2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.6;
  }
}

/* 상담 버튼 전용 pulse 애니메이션 */
@keyframes btnPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

/* 아이콘 애니메이션 */
@keyframes iconSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes iconBlink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.95);
  }
}

@keyframes iconPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes wave {
  0%,
  100% {
    transform: translateX(-50%) scaleX(1);
  }
  50% {
    transform: translateX(-50%) scaleX(1.1);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 히어로 텍스트 애니메이션 */
.hero-text-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-text-animate.animate-started {
  opacity: 1;
  transform: translateY(0);
}

.hero-text-animate[data-delay="0"] {
  transition-delay: 0.1s;
}

.hero-text-animate[data-delay="1"] {
  transition-delay: 0.3s;
}

.hero-text-animate[data-delay="2"] {
  transition-delay: 0.5s;
}

.hero-text-animate[data-delay="3"] {
  transition-delay: 0.7s;
}

.fade-in-up {
  animation: fadeInUp 0.8s ease-out;
}

/* 모바일 전용 줄바꿈 클래스 */
.mobile-br {
  display: none;
}

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

/* PC 전용 줄바꿈 클래스 */
.br-pc {
  display: inline;
}

@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .hero-title {
    font-size: 3.5rem; /* 기존 2.5rem에서 1.4배 확대 */
  }

  .hero-subtitle {
    font-size: 1.68rem; /* 기존 1.2rem에서 1.4배 확대 */
  }

  .hero-badge {
    font-size: 18px; /* 기존 14px에서 1.4배 확대 */
    padding: 11.2px 28px; /* 패딩도 비례적으로 확대 */
  }

  .strengths-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .strengths-title,
  .process-title {
    font-size: 2.8rem; /* 기존 2rem에서 1.4배 확대 */
  }

  .strengths-subtitle,
  .process-subtitle {
    font-size: 1.68rem; /* 기존 1.2rem에서 1.4배 확대 */
  }

  .strength-title {
    font-size: 2.1rem; /* 기존 1.5rem에서 1.4배 확대 */
  }

  .strength-description {
    font-size: 1.4rem; /* 기존 1rem에서 1.4배 확대 */
  }

  .process-step-title {
    font-size: 1.68rem; /* 기존 1.2rem에서 1.4배 확대 */
  }

  .process-step-description {
    font-size: 1.26rem; /* 기존 0.9rem에서 1.4배 확대 */
  }

  .cta-title {
    font-size: 2.8rem; /* 기존 2rem에서 1.4배 확대 */
  }

  .cta-subtitle {
    font-size: 1.54rem; /* 기존 1.1rem에서 1.4배 확대 */
  }

  .cta-button {
    font-size: 1.54rem; /* 기존 1.1rem에서 1.4배 확대 */
    padding: 21px 56px; /* 패딩도 비례적으로 확대 */
  }

  .decorative-elements {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding: 60px 0 60px;
    margin-top: -170px; /* 기존 -70px에서 -170px로 변경하여 100px 더 위로 이동 */
    border-radius: 0 0 30px 30px;
  }

  .hero-content {
    padding: 70px 20px 0;
  }

  .hero-title {
    font-size: 2.8rem; /* 기존 2rem에서 1.4배 확대 */
  }

  .hero-subtitle {
    font-size: 1.68rem; /* 기존 1.2rem에서 1.4배 확대 */
  }

  .hero-badge {
    font-size: 19.6px; /* 기존 14px에서 1.4배 확대 */
    padding: 11.2px 28px; /* 패딩도 비례적으로 확대 */
  }

  .strengths-title,
  .process-title {
    font-size: 2.8rem; /* 기존 2rem에서 1.4배 확대 */
  }

  .strengths-subtitle,
  .process-subtitle {
    font-size: 1.68rem; /* 기존 1.2rem에서 1.4배 확대 */
  }

  .strength-title {
    font-size: 2.1rem; /* 기존 1.5rem에서 1.4배 확대 */
  }

  .strength-description {
    font-size: 1.4rem; /* 기존 1rem에서 1.4배 확대 */
  }

  .process-step-title {
    font-size: 1.68rem; /* 기존 1.2rem에서 1.4배 확대 */
  }

  .process-step-description {
    font-size: 1.26rem; /* 기존 0.9rem에서 1.4배 확대 */
  }

  .cta-title {
    font-size: 2.8rem; /* 기존 2rem에서 1.4배 확대 */
  }

  .cta-subtitle {
    font-size: 1.54rem; /* 기존 1.1rem에서 1.4배 확대 */
  }

  .cta-button {
    font-size: 1.54rem; /* 기존 1.1rem에서 1.4배 확대 */
    padding: 21px 56px; /* 패딩도 비례적으로 확대 */
  }

  .process-section {
    border-radius: 30px;
    margin: 30px 10px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .strength-card,
  .process-step {
    padding: 25px 20px;
  }
}
