/* 전역 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: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.hero-section {
  position: relative;
  min-height: 100vh;
  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: 1140px;
  padding: 0 160px;
  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(25% + clamp(350px, calc(400px - (1024px - 100vw) * 0.195), 400px));
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 1140px;
  padding: 0 clamp(20px, calc(20px + (100vw - 480px) * 0.15), 160px);
}
@media (min-width: 1025px) {
  .hero-content {
    top: calc(25% + 400px);
    padding: 0 160px;
  }
}
@media (max-width: 480px) {
  .hero-content {
    top: calc(25% + 400px);
    padding: 0 20px;
  }
}
.hero-btn {
  background: rgba(249, 115, 22, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff !important;
  width: 300px;
  height: 80px;
  border-radius: 35px;
  font-size: 20px;
  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);
  color: #ffffff !important;
  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: 12px;
  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 {
  background: #f5f7fa;
  padding: 130px 0;
  text-align: center;
}
.benefit-subtitle {
  font-size: 20px;
  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: 48px;
  font-weight: 700;
  color: #11222b;
  margin-bottom: 70px;
  line-height: 1.25;
  letter-spacing: -0.005em;
}
.benefit-title .highlight {
  color: #6366f1;
}
.benefit-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.benefit-card {
  width: 340px;
  overflow: hidden;
  padding: 0 !important;

  border-radius: 16px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  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;
  box-shadow: none !important;
  filter: none !important;
}
.package-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #71717a;
  padding: 130px 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: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.25;
  letter-spacing: -0.005em;
}
.package-section .section-title {
  color: #ffffff;
}

.cardinal-toggle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  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;
}
.package-nav-header {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px 12px 0 0;
  padding: 24px 32px 0;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}
.cardinal-btn {
  color: rgba(255, 255, 255, 0.6);
  padding: 16px 32px !important;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 36px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  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: 36px;
}
.cardinal-btn.inactive {
  color: rgba(255, 255, 255, 0.6);
}
.major-btns {
  display: flex;
  gap: 8px;
  padding-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.major-btn {
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
<<<<<<< HEAD
  padding: 10px clamp(12px, 2vw, 20px);
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 400;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: fit-content;
}
.major-btn {
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  padding: 10px clamp(12px, 2vw, 20px);
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease;
>>>>>>> 42f82ca9f6ede6484e4a5526a5e5b144dc71cf6e
}
.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 12px 12px;
  padding: 0px 32px 30px;
  margin: 0 auto 50px;
}
.package-cards {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 26px;
  margin: 0 auto 40px;
  position: relative;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  flex-wrap: wrap;
}
.package-card-wrapper-14 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 26px) / 2);
  max-width: 670px;
  min-width: 500px;
  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: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 12px;
  z-index: 5;
  letter-spacing: 0;
}
.benefit-banner::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid #000000;
}
.package-card-wrapper-7 {
  position: relative;
  width: calc((100% - 26px) / 2);
  max-width: 670px;
  min-width: 500px;
  margin-top: calc(20px * 2 + 20px * 1.4);
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.package-card-7 {
  width: 100%;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.package-card {
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.package-card-14 {
  position: relative;
  width: 100%;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.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: 40px 50px 60px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.package-major {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  letter-spacing: 0;
  line-height: 1.5;
}
.package-name {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  line-height: 1.25;
  letter-spacing: -0.005em;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.start-date-badge {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.package-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 0;
}
.package-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  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: 12px;
  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");
}
.package-card-14 .package-header {
  background-image: url("https://it.livestudy.com/files/package_25/package-header-14.png");
}
.package-header img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.package-price {
  font-size: 24px;
  font-weight: 400;
  color: #999;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.2;
}
.package-price .original-price {
  text-decoration: line-through;
  color: #aaa;
}
.package-price-main {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}
.package-price-main .price-label {
  font-size: 16px;
  font-weight: 400;
  color: #71717a;
  line-height: 1.65;
}
.package-price-main .price-value {
  font-size: 56px;
  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: 60px 50px;
  background-color: #ffffff !important;
  border-radius: 0 0 20px 20px !important;
}
.package-btn {
  background: #000000;
  color: #ffffff;
  padding: 24px 40px;
  border-radius: 30px;
  font-size: 24px;
  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: 24px 40px;
  border-radius: 30px;
  font-size: 24px;
}
.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);
}
.package-dropdown-toggle {
  width: 100%;
  background: transparent;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #71717a;
  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;
}
.semester-group {
  margin-bottom: 30px;
}
.semester-group:last-child {
  margin-bottom: 0;
}
.semester-title {
  font-size: 20px;
  font-weight: 600;
  color: #71717a;
  margin-bottom: 18px;
  line-height: 1.3;
}
.subject-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.subject-item {
  font-size: 16px;
  font-weight: 400;
  color: #91919a;
  line-height: 1.65;
}
.discount-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 120px;
  height: 120px;
  background: #f97316;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
  z-index: 10;
}
.recommend-box {
  background: #ffffff;
  border-radius: 16px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8ecf1;
  display: none;
}
.recommend-header {
  background: #f8f9fb;
  padding: 32px 40px;
  text-align: center;
  border-bottom: 1px solid #e8ecf1;
  position: relative;
  overflow: hidden;
}
.recommend-decoration {
  position: absolute;
  left: clamp(-180px, calc(50px - (1140px - 100vw) * 1.5), 50px);
  top: 70%;
  transform: translateY(-50%);
  width: 200px;
  height: auto;
  pointer-events: none;
  z-index: 1;
  opacity: clamp(0.3, calc(0.3 + (100vw - 768px) / (1024px - 768px) * 0.7), 1);
}
@media (min-width: 1025px) {
  .recommend-decoration {
    left: 50px;
  }
}
.recommend-title {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 600;
  color: #11222b;
  margin-bottom: 8px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.recommend-subtitle {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  color: #71717a;
  line-height: 1.5;
}
.recommend-items {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 32px 40px;
  flex-wrap: wrap;
}
.recommend-item {
  font-size: 16px;
  font-weight: 500;
  color: #6366f1;
  padding: 10px 20px;
  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 {
  background-image: url("https://it.livestudy.com/files/package_25/comparison-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 130px 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: 16px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #e8ecf1;
}
.table-header {
  background: #f8f9fb;
  display: grid;
  grid-template-columns: 200px repeat(4, 1fr);
  padding: 24px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 2px solid #e8ecf1;
  border-top: 0 !important;
  margin-bottom: 0 !important;
}
.table-row {
  display: grid;
  grid-template-columns: 200px repeat(4, 1fr);
  padding: 24px 20px;
  border-top: 1px solid #f0f2f5;
  font-size: 16px;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.5;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.table-row:hover {
  background: #fafbfc;
}
.table-footer {
  background: #11222b;
  display: grid;
  grid-template-columns: 200px repeat(4, 1fr);
  padding: 36px 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  border-top: 2px solid #e8ecf1;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.table-cell {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.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: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1.5;
  vertical-align: middle;
}
.free-offer-section {
  background: #f0f2f7;
  padding: 130px 0;
}
.free-offer-section .section-subtitle .highlight {
  font-weight: 700;
  color: #10b981;
}
.free-offer-section .section-title .highlight {
  color: #10b981;
}
.free-offer-section .section-subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #4b7580;
  line-height: 1.2;
}
.free-offer-section .section-title {
  margin-bottom: 50px;
}
.offer-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  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: 400px;
  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: 40px 32px;
  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: 40px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  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: 20px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.95;
}
.offer-body {
  padding: 40px 24px 48px;
}
.offer-list {
  list-style: none;
}
.offer-item {
  font-size: 15px;
  font-weight: 400;
  color: #4b5563;
  margin-bottom: 14px;
  position: relative;
  padding-right: 110px;
  padding-left: 20px;
  line-height: 1.6;
}
.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: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.5;
}
.note-section {
  background: #131a29;
  padding: 80px 0 220px;
}
.note-container {
  margin: 0 auto;
}
.note-title {
  font-size: 36px;
  font-weight: 700;
  color: #c1bfcd;
  margin-bottom: 24px;
  line-height: 1.3;
}
.note-content {
  font-size: 16px;
  font-weight: 400;
  color: #c1bfcd;
  line-height: 1.65;
}
.note-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.note-list li {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}
.note-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c1bfcd;
  font-size: 18px;
  line-height: 1.2;
}
.note-list li:last-child {
  margin-bottom: 0;
}
.note-link {
  color: #c1bfcd;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}
.note-link:hover {
  color: #ffffff;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(19, 26, 41, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 12px 12px 0 0;
  max-width: 760px;
  width: calc(100% - 40px);
  padding: 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
.fixed-bottom > div {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.countdown-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  margin-left: 24px;
  line-height: 1.65;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.countdown-text img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.countdown-timer {
  color: #f97316;
  font-size: 20px;
  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: 200px;
  text-align: left;
}
.fixed-cta-btn {
  background: #f97316;
  color: #ffffff !important;
  padding: 14px 40px;
  border-radius: 6px;
  font-size: 18px;
  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;
}
.fixed-cta-btn:hover {
  background: #fb923c;
  border-color: #fb923c;
  transform: translateY(-2px);
}
.fixed-cta-btn:active {
  background: #f97316;
  transform: translateY(0);
}
