*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --font-main: 'Noto Sans KR', sans-serif;
  --color-bg: #ffffff;
  --color-text-dark: #1a1a1a;
  --color-text-mid: #333333;
}

body {
  font-family: var(--font-main);
  background: var(--color-bg);
  color: var(--color-text-dark);
  max-width: 860px;
  margin: 0 auto;
}


.hook-section {
  padding: 64px 32px 0;
  text-align: center;
}
.hook-section p {
  font-size: clamp(16px, 2.8vw, 22px);
  font-weight: 400;
  color: var(--color-text-mid);
  line-height: 2.1;
  word-break: keep-all;
  letter-spacing: -0.2px;
}


.title-section {
  padding: 0 20px 56px;
  text-align: center;
}
.main-title {
  font-size: clamp(30px, 4.5vw, 54px);
  font-weight: 900;
  color: var(--color-text-dark);
  line-height: 1.3;
  letter-spacing: -1.5px;
  word-break: keep-all;
}


.main-image-section {
  width: 100%;
  line-height: 0;
}

.main-image-section img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.point-section {
  background: #ffffff;
  padding: 64px 32px 0;
  text-align: center;
}

.point-title {
  font-size: clamp(22px, 4.5vw, 38px);
  font-weight: 900;
  color: var(--color-text-dark);
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  word-break: keep-all;
}

.point-sub {
  font-size: clamp(16px, 2.8vw, 22px);
  font-weight: 400;
  color: #333333;
  letter-spacing: -0.3px;
  margin-bottom: 32px;
  word-break: keep-all;
}

.point-image {
  width: 100%;
  line-height: 0;
}

.point-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.compare-section {
  background: #ffffff;
  padding: 64px 32px 0;
  text-align: center;
}

.compare-title {
  font-size: clamp(16px, 2.8vw, 22px);
  font-weight: 400;
  color: #333333;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  word-break: keep-all;
}

.compare-image {
  width: 100%;
  line-height: 0;
}

.compare-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.point2-section {
  background: #ffffff;
  padding: 64px 32px 0;
  text-align: center;
}

.point2-title {
  font-size: clamp(22px, 4.5vw, 38px);
  font-weight: 900;
  color: var(--color-text-dark);
  letter-spacing: -0.5px;
  margin-bottom: 28px;
  word-break: keep-all;
}

.point2-sub {  
  font-size: clamp(16px, 2.8vw, 22px);
  font-weight: 400;
  color: #333333;
  line-height: 1.75;
  letter-spacing: -0.3px;
  margin-bottom: 32px;
  word-break: keep-all;
}

.point2-video {
  width: 100%;
  line-height: 0;
}

.point2-video video {
  width: 100%;
  display: block;
  object-fit: cover;
}

.point3-section {
  background: #ffffff;
  padding: 64px 32px 0;
  text-align: center;
}

.point3-title {
  font-size: clamp(22px, 4.5vw, 38px);
  font-weight: 700;
  color: var(--color-text-dark);
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  word-break: keep-all;
}

.point3-image {
  width: 100%;
  line-height: 0;
}

.point3-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.point3-desc {
  background: #ffffff;
  padding: 36px 24px;
}

.point3-desc p {
  font-size: clamp(16px, 3vw, 26px);
  font-weight: 400;
  color: var(--color-text-mid);
  line-height: 2.0;
  word-break: keep-all;
}

.point4-section {
  background: #ffffff;
  padding: 64px 32px 0;
  text-align: center;
}

.point4-title {
  font-size: clamp(22px, 4.5vw, 38px);
  font-weight: 700;
  color: var(--color-text-dark);
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  word-break: keep-all;
}

.point4-image {
  width: 100%;
  line-height: 0;
}

.point4-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.point4-desc {
  background: #ffffff;
  padding: 36px 24px;
}

.point4-desc p {
  font-size: clamp(16px, 2.8vw, 22px);
  font-weight: 400;
  color: #333333;
  line-height: 2.0;
  word-break: keep-all;
}

.point5-section {
  background: #ffffff;
  padding: 64px 32px 0;
  text-align: center;
}

.point5-title {
  font-size: clamp(22px, 4.5vw, 38px);
  font-weight: 700;
  color: var(--color-text-dark);
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  word-break: keep-all;
}

.point5-image {
  width: 100%;
  line-height: 0;
}

.point5-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.point6-section {
  background: #ffffff;
  padding: 64px 32px 0;
  text-align: center;
}

.point6-title {
  font-size: clamp(22px, 4.5vw, 38px);
  font-weight: 700;
  color: var(--color-text-dark);
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  word-break: keep-all;
}

.point6-image {
  width: 100%;
  line-height: 0;
}

.point6-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.point6-desc {
  background: #ffffff;
  padding: 36px 24px;
}

.point6-desc p {
  font-size: clamp(16px, 2.8vw, 22px);
  font-weight: 400;
  color: #333333;
  line-height: 2.0;
  word-break: keep-all;
}

.point7-section {
  background: #ffffff;
  padding: 64px 32px 0;
  text-align: center;
}

.point7-title {
  font-size: clamp(22px, 4.5vw, 38px);
  font-weight: 700;
  color: var(--color-text-dark);
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  word-break: keep-all;
}

.point7-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.color-item {
  width: 100%;
  line-height: 0;
}

.color-item img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.gift-item {
  width: 100%;
  text-align: center;
  background: #ffffff;
}

.gift-title {
  font-size: clamp(22px, 4.5vw, 38px);
  font-weight: 400;
  color: var(--color-text-dark);  
  line-height: 1.7;
  padding: 40px 20px 32px;
  word-break: keep-all;
}

.gift-image {
  width: 100%;
  line-height: 0;
}

.gift-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.product-info-section {
  background: #ffffff;
  padding: 64px 20px;
  text-align: center;
  width: 100%;
}

.product-info-title {
  font-size: clamp(22px, 4.5vw, 38px);
  font-weight: 900;
  color: var(--color-text-dark);
  margin-bottom: 32px;
  word-break: keep-all;
  letter-spacing: -1px;
}


.product-badges {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 32px;
  width: 100%;
}

.badge {
  border: 2.5px solid var(--color-text-dark);
  border-radius: 50px;
  padding: 20px 0;
  font-size: clamp(15px, 3.5vw, 24px);
  font-weight: 700;
  color: var(--color-text-dark);
  line-height: 1.6;
  text-align: center;
  flex: 1;
}

.product-spec {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  border-top: 1px solid #ddd;
}

.spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 8px;
  border-bottom: 2.5px solid #1a1a1a;
}

.spec-key {
  font-size: clamp(24px, 5.5vw, 42px);
  font-weight: 900;
  color: var(--color-text-dark);
  min-width: 100px;
  flex-shrink: 0;
}

.spec-val {
  font-size: clamp(20px, 4vw, 34px);
  font-weight: 500;
  color: #444444;
}

.product-info-image {
  width: 100%;
  line-height: 0;
  margin-top: 0;
}

.product-info-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.product-notice {
  background: #ffffff;
  padding: 40px 28px;
  text-align: left;
  margin-top: 0;
  width: 100%;
}

.notice-title {
  font-size: clamp(22px, 4.5vw, 38px);
  font-weight: 900;
  color: var(--color-text-dark);
  text-align: center;
  margin-bottom: 32px;
}

.notice-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.notice-list li {
  font-size: clamp(16px, 2.8vw, 22px);
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  word-break: keep-all;
  padding-left: 14px;
  position: relative;
}

.notice-list li::before {
  content: '-';
  position: absolute;
  left: 0;
}

.delivery-section {
  background: #ffffff;
  padding: 64px 28px;
  text-align: center;
}

.delivery-brand {
  margin-bottom: 40px;
}

.brand-logo {
  width: 200px;
  margin: 0 auto 16px;
  line-height: 0;
}

.brand-logo img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.brand-desc {
  font-size: clamp(16px, 4.2vw, 36px);
  color: #666;
  line-height: 1.8;
  word-break: keep-all;
  text-align: center;
}

.delivery-title-wrap {
  margin-bottom: 20px;
  text-align: center;
}

.delivery-notice-label {
  font-size: clamp(16px, 4.2vw, 36px);
  letter-spacing: 3px;
  color: #333333;
  margin-bottom: 6px;
}

.delivery-title {
  font-size: clamp(36px, 8vw, 70px);
  font-weight: 900;
  color: var(--color-text-dark);
  letter-spacing: -1px;
}

.delivery-spec {
  width: 100%;
  text-align: left;
  margin-bottom: 32px;
  background: #ffffff;
}

.delivery-row {
  display: flex;
  gap: 24px;
  padding: 20px 8px;
  border-bottom: 1.5px solid #1a1a1a;
  align-items: flex-start;
}

.delivery-key {
  font-size: clamp(15px, 2.5vw, 20px);
  font-weight: 900;
  color: var(--color-text-dark);
  min-width: 80px;
  flex-shrink: 0;
}

.delivery-val {
  font-size: clamp(13px, 2vw, 17px);
  color: #444;
  line-height: 1.8;
  word-break: keep-all;
}

.return-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px 20px;
  text-align: left;
  margin-bottom: 16px;
}

.return-box-title {
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 16px;
  padding: 10px 16px;
  background: #f0efec;
  border-radius: 6px;
  display: inline-block;
}

.return-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.return-list li {
  font-size: clamp(12px, 1.8vw, 15px);
  color: #555;
  line-height: 1.75;
  word-break: keep-all;
  padding-left: 16px;
  position: relative;
}

.return-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--color-text-dark);
  font-weight: 700;
}


.red-text {
  color: #cc3333;
  font-size: clamp(11px, 1.8vw, 14px);
  line-height: 1.8;
}

.cs-section {
  background: #ffffff;
  padding: 80px 32px;
  text-align: center;
}

.cs-title {
  font-size: clamp(24px, 5.5vw, 48px);
  font-weight: 900;
  color: var(--color-text-dark);
  letter-spacing: -1px;
  margin-bottom: 16px;
  word-break: keep-all;
}

.cs-desc {
  font-size: clamp(13px, 2vw, 17px);
  color: #666;
  margin-bottom: 48px;
  word-break: keep-all;
  line-height: 1.7;
}

.cs-time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #f0efec;
  border: 1.5px solid #cccccc;
  border-radius: 12px;
  padding: 32px 48px;
  width: 60%;
  margin: 0 auto;
}

.cs-time-row {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 12px;
}

.cs-time-key {
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 700;
  color: var(--color-text-dark);
  min-width: 70px;
}

.cs-time-val {
  font-size: clamp(13px, 2vw, 16px);
  color: #444;
}

.cs-holiday {
  font-size: clamp(12px, 1.8vw, 15px);
  color: #888;
  margin-top: 16px;
  text-align: center;
}

@media (max-width: 600px) {

  .point-title, .compare-title, .point2-title,
  .point3-title, .point4-title, .point5-title,
  .point6-title, .point7-title,
  .product-info-title, .notice-title {
    margin-bottom: 20px;
  }

  .hook-section { padding: 48px 22px 40px; }
  .hook-section p { font-size: clamp(15px, 4.5vw, 19px); }
  .title-section { padding: 0 16px 44px; }
  .main-title { font-size: clamp(26px, 8.5vw, 38px); letter-spacing: -0.8px; }

  .point-section { padding: 48px 20px 0; }
  .point-sub { margin-bottom: 28px; }
  .compare-section { padding: 48px 20px 0; }
  .compare-title { margin-bottom: 24px; }
  .point2-section { padding: 48px 20px 0; }
  .point2-sub { margin-bottom: 32px; }
  .point3-section { padding: 48px 20px 0; }
  .point3-title { margin-bottom: 24px; }
  .point3-desc { padding: 28px 18px; }
  .point4-section { padding: 48px 20px 0; }
  .point4-title { margin-bottom: 24px; }
  .point4-desc { padding: 28px 18px; }
  .point5-section { padding: 48px 20px 0; }
  .point5-title { margin-bottom: 24px; }
  .point6-section { padding: 48px 20px 0; }
  .point6-title { margin-bottom: 24px; }
  .point6-desc { padding: 28px 18px; }
  .point7-section { padding: 48px 20px 0; }
  .point7-title { margin-bottom: 28px; }

  .product-info-section { padding: 48px 20px; }
  .product-badges { gap: 10px; }
  .badge { padding: 10px 16px; }
  .product-notice { padding: 32px 18px; }

  .delivery-section { padding: 48px 18px; }
  .delivery-row { flex-direction: column; gap: 8px; }
  .return-box { padding: 20px 16px; }

  .cs-section { padding: 56px 20px; }
  .cs-time-box { padding: 24px 28px; width: 100%; }
  .cs-time-row { gap: 24px; }

}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
  overflow: hidden;
}

#modal-img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 8px;
  cursor: default;
  transition: transform 0.15s ease;
}

#modal-controls {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
}

#modal-controls button {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
}

#modal-controls button:hover {
  background: #ffffff;
}

.dark-text {
  font-weight: 900;
  color: #1a1a1a;
}