/* 모바일 전용 CSS - IT 평생교육원 패키지 안내 */

/* 전역 CSS 오버라이드 - 랜딩 페이지 전용 */
/*.randing.package-it [class*="card"] {*/
/*  padding: 0 !important;*/
/*  background-color: transparent !important;*/
/*  border-radius: 0 !important;*/
/*  box-shadow: none !important;*/
/*}*/

.randing.package-it [class*="sec-"] {
  padding: 0 !important;
}

.randing.package-it .tit-box {
  text-align: revert !important;
}

/* 기본 설정 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: #ffffff !important;
}

body {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  min-height: 100vh;
}

.container {
  width: 100%;
}

.content-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 70vh;
  background-image: url("https://it.livestudy.com/files/package_25/hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.hero-title {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  z-index: 1;
  margin-bottom: 0;
}

.hero-title img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
}

.hero-content {
  position: absolute;
  top: calc(100vw * 1);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}

.hero-btn {
  background: rgba(249, 115, 22, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff !important;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(249, 115, 22, 0.3);
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(249, 115, 22, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  letter-spacing: -0.01em;
}

.hero-btn:hover {
  background: rgba(249, 115, 22, 0.8);
  border-color: rgba(249, 115, 22, 0.8);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.hero-caption {
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 500;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
}

/* Benefit Section */
.benefit-section {
  background: #f5f7fa;
  padding: 60px 0;
  text-align: center;
}

.benefit-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #4b7580;
  margin-bottom: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}

.benefit-subtitle .highlight {
  font-weight: 700;
  color: #6366f1;
}

.benefit-title {
  font-size: 32px;
  font-weight: 700;
  color: #11222b;
  margin-bottom: 32px;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

.benefit-title .highlight {
  color: #6366f1;
}

.benefit-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.benefit-card {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.06);
}

.benefit-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Package Section */
.package-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #71717a;
  padding: 60px 0;
  position: relative;
  transition: background-image 0.3s ease;
}

.package-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

.package-section > * {
  position: relative;
  z-index: 1;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

.package-section .section-title {
  color: #ffffff;
}

.cardinal-toggle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.cardinal-toggle {
  display: inline-flex;
  gap: 4px;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  border-bottom: none;
}

.package-nav-header {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px 8px 0 0;
  padding: 12px 16px 0;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}

.cardinal-btn {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  padding: 12px 20px;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.cardinal-btn:hover {
  color: rgba(255, 255, 255, 0.9);
}

.cardinal-btn.active {
  color: #ffffff;
  border-bottom-color: #10b981;
  font-weight: 700;
  font-size: 28px;
  padding: 12px 20px !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.cardinal-btn.inactive {
  color: rgba(255, 255, 255, 0.6);
  padding: 8px !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.major-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-bottom: 20px;
  justify-content: flex-start;
  width: 100%;
}

.major-btn {
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  padding: 7px clamp(10px, 2vw, 12px);
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: clamp(11px, 1.2vw, 12px);
  font-weight: 500;
  transition: all 0.3s ease;
  line-height: 1.5;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: fit-content;
}

.major-btn:hover {
  color: rgba(255, 255, 255, 0.9);
}

.major-btn.active {
  color: #ffffff;
  border-bottom-color: #10b981;
}

.package-content-area {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 0 16px 16px;
  margin: 0 auto 50px;
}

.package-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin: 0 auto 40px;
  position: relative;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.package-card-wrapper-7,
.package-card-wrapper-14 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.benefit-banner {
  position: relative;
  width: 100%;
  background: #000000;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 10px;
  z-index: 5;
  letter-spacing: 0;
}

.benefit-banner::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000000;
}

.package-card {
  padding: 0 !important;
  background: #ffffff;
  border-radius: 12px !important;
  width: 100%;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.package-header {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 24px 24px 32px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.package-major {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  letter-spacing: 0;
  line-height: 1.5;
}

.package-name {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

.package-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 0;
}

.package-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0;
}

.package-tag .tag-number {
  font-weight: 700;
  color: #fba558;
  margin-left: 2px;
}

.package-card-7 .package-header {
  background-image: url("https://it.livestudy.com/files/package_25/package-header-7.png");
  background-size: 100% 100%;
}

.package-card-14 .package-header {
  background-image: url("https://it.livestudy.com/files/package_25/package-header-14.png");
  background-size: 100% 100%;
}

.package-header img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.package-price {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2;
}

.package-price .original-price {
  text-decoration: line-through;
  color: #aaa;
}

.package-price-main {
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.package-price-main .price-label {
  font-size: 12px;
  font-weight: 500;
  color: #71717a;
  line-height: 1.5;
}

.package-price-main .price-value {
  font-size: 36px;
  font-weight: 800;
  color: #6366f1;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.package-card-7 .package-price-main .price-value {
  color: #4f46e5;
}

.package-card-14 .package-price-main .price-value {
  color: #4f46e5;
}

.package-body {
  padding: 32px 24px;
}

.package-btn {
  background: #000000;
  color: #ffffff;
  padding: 18px 28px;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 40px;
  display: block;
  cursor: pointer;
  border: 2px solid #505050;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1.2;
}

.package-btn:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.package-btn:active {
  background: #000000;
  transform: translateY(0);
}

.package-btn::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  border-bottom: 1px dashed #d0d7e0;
}

.package-btn.primary {
  background: #6366f1;
  border-color: #6366f1;
  color: #ffffff;
  font-weight: 400;
	width: 100%;
}

.package-btn.primary:hover {
  background: #727af3;
  border-color: #727af3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.package-card-7 .package-btn {
  background: #6366f1;
  border-color: #6366f1;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  padding: 18px 28px;
  border-radius: 24px;
  font-size: 18px;
}

.package-card-7 .package-btn:hover {
  background: #727af3;
  border-color: #727af3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.package-card-7 .package-btn:active {
  background: #6366f1;
  transform: translateY(0);
}

.semester-group {
  margin-bottom: 24px;
}

.semester-title {
  font-size: 20px;
  font-weight: 600;
  color: #71717a;
  margin-bottom: 14px;
  line-height: 1.4;
}

.subject-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.subject-item {
  font-size: 14px;
  font-weight: 400;
  color: #91919a;
  line-height: 1.65;
}

.discount-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 80px;
  height: 80px;
  background: #f97316;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  z-index: 10;
}

/* Recommend Box */
.recommend-box {
  background: #ffffff;
  border-radius: 16px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  display: none;
  border: 1px solid #e8ecf1;
}

.recommend-header {
  background: #f8f9fb;
  padding: 24px 28px;
  text-align: center;
  border-bottom: 1px solid #e8ecf1;
  position: relative;
  overflow: hidden;
}

.recommend-decoration {
  position: absolute;
  left: -180px;
  top: 70%;
  transform: translateY(-50%);
  width: 200px;
  height: auto;
  pointer-events: none;
  z-index: 1;
  opacity: 0.3;
}

.recommend-title {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 700;
  color: #11222b;
  margin-bottom: 8px;
  line-height: 1.35;
  letter-spacing: 0;
}

.recommend-subtitle {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 500;
  color: #71717a;
  line-height: 1.5;
}

.recommend-items {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 24px 28px;
  flex-wrap: wrap;
}

.recommend-item {
  font-size: 12px;
  font-weight: 500;
  color: #6366f1;
  padding: 7px 14px;
  background: #f0f1ff;
  border-radius: 20px;
  border: 1px solid #e0e1ff;
  line-height: 1.5;
  transition: all 0.2s ease;
  cursor: default;
}

.recommend-item:hover {
  background: #e0e1ff;
  border-color: #6366f1;
  transform: translateY(-2px);
}

/* Comparison Section */
.comparison-section {
  background-image: url("https://it.livestudy.com/files/package_25/comparison-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}

.comparison-section .section-title {
  color: #ffffff;
}

.comparison-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.comparison-section > * {
  position: relative;
  z-index: 1;
}

.comparison-table {
  background: #ffffff;
  border-radius: 12px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #e8ecf1;
}

.table-header,
.table-row,
.table-footer {
  min-width: 600px;
  display: grid;
  grid-template-columns: 120px repeat(4, 1fr);
  padding: 12px 8px;
  font-size: 12px;
}

.table-header {
  background: #f8f9fb;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 2px solid #e8ecf1;
}

.table-row {
  border-top: 1px solid #f0f2f5;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.5;
  font-size: 11px;
  padding: 12px 8px;
}

.table-row:hover {
  background: #fafbfc;
}

.table-footer {
  background: #11222b;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4;
  border-top: 2px solid #e8ecf1;
  font-size: 12px;
  padding: 24px 8px;
}

.table-cell {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.table-cell.label {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  font-weight: 600;
  color: #11222b;
}

.table-row .table-cell.highlight {
  color: #6366f1;
  font-weight: 600;
}

.table-footer .table-cell.highlight-green {
  color: #10b981;
}

.best-badge {
  background: #f97316;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1.5;
  vertical-align: middle;
}

/* Free Offer Section */
.free-offer-section {
  background: #f0f2f7;
  padding: 60px 0;
}

.free-offer-section .section-subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #4b7580;
  line-height: 1.6;
}

.free-offer-section .section-subtitle .highlight {
  font-weight: 700;
  color: #10b981;
}

.free-offer-section .section-title .highlight {
  color: #10b981;
}

.offer-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 50px auto 0;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.offer-card {
  background: #ffffff !important;
  border-radius: 16px !important;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #e8ecf1;
  transition: all 0.3s ease;
  padding: 0 !important;
}

.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.offer-header {
  padding: 32px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.offer-header.certificate {
  background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
}

.offer-header.skill {
  background: linear-gradient(135deg, #71717a 0%, #52525b 100%);
}

.offer-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
  letter-spacing: -0.005em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.offer-title img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.offer-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.95;
}

.offer-body {
  padding: 24px 20px 32px;
}

.offer-list {
  list-style: none;
}

.offer-item {
  font-size: 14px;
  font-weight: 400;
  color: #4b5563;
  margin-bottom: 12px;
  position: relative;
  padding-right: 100px;
  padding-left: 20px;
  line-height: 1.65;
}

.offer-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 600;
  font-size: 16px;
}

.offer-item:last-child {
  margin-bottom: 0;
}

.package-only-badge {
  background: #f0f1ff;
  border: 1px solid #6366f1;
  color: #6366f1;
  border-radius: 12px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.5;
}

/* Note Section */
.note-section {
  background: #131a29;
  padding: 40px 0 140px;
}

.note-container {
  margin: 0 auto;
}

.note-title {
  font-size: 32px;
  font-weight: 700;
  color: #c1bfcd;
  margin-bottom: 16px;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

.note-content {
  font-size: 14px;
  font-weight: 400;
  color: #c1bfcd;
  line-height: 1.65;
}

.note-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.note-list li {
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.note-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c1bfcd;
  font-size: 16px;
  line-height: 1.2;
}

.note-list li:last-child {
  margin-bottom: 0;
}

.note-link {
  color: #c1bfcd;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.note-link:hover {
  color: #ffffff;
}

/* Fixed Bottom CTA */
.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(19, 26, 41, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  padding: 10px 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  gap: 8px;
}

.fixed-bottom > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.countdown-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.countdown-text img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.countdown-timer {
  color: #f97316;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Courier New", monospace;
  display: inline-block;
  min-width: 150px;
  text-align: left;
}

.fixed-cta-btn {
  background: #f97316;
  color: #ffffff !important;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #f97316;
  line-height: 1.2;
  width: 100%;
}

.fixed-cta-btn:hover {
  background: #fb923c;
  border-color: #fb923c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.5);
}

.fixed-cta-btn:active {
  background: #f97316;
  transform: translateY(0);
}

/* Package Dropdown Toggle */
.package-dropdown-toggle {
  width: 100%;
  background: transparent;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  padding: 12px 20px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
  margin-top: 20px;
  margin-bottom: 0;
}

.package-dropdown-toggle:hover {
  border-color: #d0d7e0;
  color: #4b5563;
  background: #f8f9fb;
}

.package-dropdown-toggle.active {
  border-color: #6366f1;
  color: #6366f1;
  background: #f0f1ff;
}

.package-dropdown-toggle .dropdown-arrow {
  transition: transform 0.3s ease;
  font-size: 12px;
  color: inherit;
  margin-left: 8px;
}

.package-dropdown-toggle.active .dropdown-arrow {
  transform: rotate(180deg);
}

.package-body-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease, margin 0.4s ease;
  padding: 0;
  margin: 0;
}

.package-dropdown-toggle.active + .package-body-collapsible {
  max-height: 2000px;
  padding-top: 24px;
  padding-bottom: 0;
  margin-top: 0;
}

/* 이미지 팝업 스타일 */
.package-image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
}

.package-image-popup.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-image-popup-content {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-image-popup-content img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
