﻿.cellredm-page {
  background-color: #1f2024;
  color: #f3f3f3;
  overflow: hidden;
}

.cellredm-page * {
  box-sizing: border-box;
}

.cellredm-section {
  position: relative;
  width: 100%;
}

.cellredm-inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0 24px;
}

.cellredm-inner-hero,
.cellredm-inner-narrow {
  width: min(100%, 980px);
}

.cellredm-inner-mid {
  width: min(100%, 1080px);
}

.cellredm-title {
  margin: 0;
  text-align: center;
  font-size: clamp(28px, 2.1vw, 35px);
  line-height: 1.28;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.cellredm-title strong {
  font-weight: 700;
}

.cellredm-subtitle {
  margin: 0 0 6px;
  text-align: center;
  font-size: clamp(22px, 1.9vw, 35px);
  line-height: 1.22;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.cellredm-desc {
  margin: 0;
  text-align: center;
  font-size: clamp(17px, 1.03vw, 20px);
  line-height: 1.7;
  font-weight: 400;
  color: #dfdfdf;
  letter-spacing: -0.01em;
}

.cellredm-hero {
  min-height: clamp(760px, 56.4vw, 1082px);
  background:
    linear-gradient(180deg, rgba(34, 27, 44, 0) 70%, rgba(34, 27, 44, 0.58) 100%),
    url('/img/sub/face/skinboster/CellREDM/1번 레이아웃 배경 img.jpg') center top / cover no-repeat;
}

.cellredm-hero .cellredm-inner-hero {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding-top: clamp(34px, 5.2vw, 70px);
}

.cellredm-hero-eyebrow {
  margin: 0;
  font-size: clamp(15px, 1.04vw, 20px);
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: 0;
  color: rgba(96, 90, 97, 0.8);
}

.cellredm-hero-title {
  
  text-align: center;
}

.cellredm-hero-title span {
  display: block;
  font-size: clamp(27px, 2.04vw, 35px);
  line-height: 1.14;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #24252a;
}

.cellredm-hero-title strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(34px, 3.4vw, 55px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #25262b;
}

.cellredm-hero-desc {
  margin: 0;
  text-align: center;
  font-size: clamp(17px, 1.02vw, 20px);
  line-height: 1.46;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.01em;
}

.cellredm-intro {
  min-height: clamp(650px, 48.2vw, 924px);
  display: flex;
  align-items: center;
  padding: clamp(74px, 4.6vw, 96px) 0;
  background: linear-gradient(90deg, #202124 0%, #1d1e22 50%, #202124 100%);
}

.cellredm-intro .cellredm-desc {
  margin-top: 34px;
}

.cellredm-intro .cellredm-desc + .cellredm-desc {
  margin-top: 18px;
}

.cellredm-intro-product {
  width: min(100%, 320px);
  margin: 66px auto 66px;
}

.cellredm-intro-product img {
  width: 100%;
  height: auto;
  display: block;
}

.cellredm-intro-icons {
  width: min(100%, 760px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cellredm-intro-icon {
  text-align: center;
}

.cellredm-intro-icon img {
  width: auto;
  height: 66px;
  margin: 0 auto 12px;
  display: block;
}

.cellredm-intro-icon h4 {
  margin: 0;
  font-size: clamp(20px, 1.15vw, 22px);
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.cellredm-intro-icon p {
  margin: 8px 0 0;
  font-size: clamp(16px, 0.93vw, 18px);
  line-height: 1.34;
  font-weight: 400;
  color: #e2e2e2;
  letter-spacing: -0.01em;
}

.cellredm-diagram {
  min-height: clamp(560px, 40.42vw, 776px);
  display: flex;
  align-items: center;
  padding: clamp(74px, 4.6vw, 96px) 0;
  background: linear-gradient(90deg, #202124 0%, #1d1e22 50%, #202124 100%);
}

.cellredm-diagram-wrap {
  position: relative;
  width: min(100%, 900px);
  height: 450px;
  margin: 54px auto 0;
}

.cellredm-diagram-item {
  position: absolute;
  margin: 0;
}

.cellredm-diagram-item h4 {
  margin: 0;
  font-size: clamp(20px, 1.15vw, 22px);
  line-height: 1.24;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #f2f2f2;
}

.cellredm-diagram-item p {
  margin: 12px 0 0;
  font-size: clamp(18px, 1.04vw, 20px);
  line-height: 1.5;
  font-weight: 400;
  color: #f0f0f0;
  letter-spacing: -0.01em;
}

.cellredm-diagram-item-tl {
  top: 70px;
  left: 30px;
  width: 314px;
  text-align: right;
}

.cellredm-diagram-item-tr {
  top: 70px;
  right: 45px;
  width: 296px;
  text-align: left;
}

.cellredm-diagram-item-bl {
  bottom: 60px;
  left: 55px;
  width: 288px;
  text-align: right;
}

.cellredm-diagram-item-br {
  bottom: 60px;
  right: 10px;
  width: 330px;
  text-align: left;
}

.cellredm-diagram-hub {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 172px;
  height: 169px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.cellredm-diagram-hub img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cellredm-diagram-hub span {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  font-size: clamp(20px, 1.04vw, 20px);
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #f4f4f4;
}

.cellredm-connect {
  position: absolute;
  border-color: rgba(236, 236, 236, 0.88);
  border-style: solid;
  border-width: 0;
}

.cellredm-connect-tl {
  left: 354px;
  top: 126px;
  width: 74px;
  height: 64px;
  border-top-width: 1px;
  border-right-width: 1px;
}

.cellredm-connect-tr {
  right: 354px;
  top: 126px;
  width: 74px;
  height: 64px;
  border-top-width: 1px;
  border-left-width: 1px;
}

.cellredm-connect-bl {
  left: 354px;
  bottom: 102px;
  width: 74px;
  height: 60px;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.cellredm-connect-br {
  right: 354px;
  bottom: 102px;
  width: 74px;
  height: 60px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.cellredm-check {
  min-height: clamp(500px, 36.2vw, 695px);
  display: flex;
  align-items: center;
  padding: clamp(74px, 4.6vw, 92px) 0;
  background: linear-gradient(90deg, #202124 0%, #1d1e22 50%, #202124 100%);
}

.cellredm-check .cellredm-title {
  margin-bottom: 10px;
}

.cellredm-check-content {
  width: min(100%, 760px);
  margin: 76px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
}

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

.cellredm-check-list li {
  margin: 0;
  padding: 0 0 10px;
  font-size: clamp(16px, 1.08vw, 21px);
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #ececec;
}

.cellredm-check-visual {
  margin: 0;
  width: clamp(241px, 14.2vw, 241px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

.cellredm-check-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cellredm-effect {
  min-height: clamp(520px, 37.1vw, 712px);
  display: flex;
  align-items: center;
  padding: clamp(72px, 4.3vw, 90px) 0;
  background: linear-gradient(90deg, #202124 0%, #1d1e22 50%, #202124 100%);
}

.cellredm-effect-eyebrow {
  margin: 32px 0 32px;
  text-align: center;
  font-size: clamp(20px, 1.04vw, 20px);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-underline-offset: 7px;
  color: #dfdfdf;
}

.cellredm-grid {
  width: min(100%, 660px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 14px;
}

.cellredm-card {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 149 / 150;
}

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

.cellredm-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.38) 100%);
}

.cellredm-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 1;
  text-align: center;
  font-size: clamp(10px, 0.94vw, 18px);
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #f6f6f6;
}

.cellredm-banner {
  min-height: clamp(980px, 68.13vw, 1308px);
  padding-top: clamp(34px, 3.2vw, 64px);
  background: url('/img/sub/default/bg1.jpg') center center / cover no-repeat;
}

.cellredm-banner-top {
  padding: clamp(94px, 7.2vw, 138px) 0 clamp(90px, 6.4vw, 122px);
  background: linear-gradient(90deg, rgba(10, 11, 13, 0.8) 0%, rgba(10, 11, 13, 0.58) 50%, rgba(10, 11, 13, 0.8) 100%);
}

.cellredm-banner-top p {
  margin: 0;
  text-align: center;
  font-size: clamp(10px, 1vw, 20px);
  line-height: 1.92;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #efefef;
}

.cellredm-banner-top p + p {
  margin-top: 34px;
}

.cellredm-banner-bottom {
  padding: clamp(86px, 7vw, 138px) 0 clamp(84px, 7.2vw, 140px);
  background: linear-gradient(90deg, rgba(15, 16, 18, 0.46) 0%, rgba(15, 16, 18, 0.28) 50%, rgba(15, 16, 18, 0.46) 100%);
}

.cellredm-precautions-title {
  margin: 0;
  text-align: center;
  font-family: 'Times New Roman', serif;
  font-size: clamp(25px, 1.82vw, 35px);
  line-height: 1.2;
  font-weight: 400;
  color: #ededed;
}

.cellredm-precautions-line {
  display: block;
  width: 1px;
  height: clamp(20px, 3vw, 42px);
  margin: clamp(10px, 1vw, 18px) auto clamp(10px, 1vw, 36px);
  background: rgba(255, 255, 255, 0.88);
}

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

.cellredm-precautions-list li {
  margin: 0;
  text-align: center;
  font-size: clamp(10px, 1vw, 20px);
  line-height: 1.88;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #ededed;
}

.cellredm-precautions-list li + li {
  margin-top: clamp(10px, 1vw, 18px);
}

.cellredm-closing {
  min-height: clamp(640px, 50.1vw, 962px);
  background: url('/img/sub/default/bg2.jpg') center center / cover no-repeat;
}

.cellredm-closing-overlay {
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: clamp(80px, 8vw, 148px) 0;
  background: linear-gradient(180deg, rgba(7, 8, 8, 0.3) 0%, rgba(7, 8, 8, 0.62) 100%);
}

.cellredm-closing-eyebrow {
  margin: 0;
  text-align: center;
  font-family: 'Times New Roman', serif;
  font-size: clamp(20px, 1.04vw, 20px);
  line-height: 1.2;
  font-weight: 400;
  color: #f0f0f0;
}

.cellredm-closing-title {
  margin: 16px 0 0;
  text-align: center;
  font-size: clamp(29px, 1.9vw, 35px);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #f2f2f2;
}

.cellredm-closing-title strong {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .cellredm-inner {
    padding: 0 20px;
  }

  .cellredm-hero-title {
    margin-top: 172px;
  }

  .cellredm-hero-desc {
    margin-bottom: 62px;
  }

  .cellredm-intro-icons {
    width: min(100%, 700px);
    gap: 10px;
  }

  .cellredm-intro-icon img {
    height: 60px;
  }

  .cellredm-diagram-wrap {
    width: min(100%, 860px);
    height: 420px;
  }

  .cellredm-diagram-item-tl,
  .cellredm-diagram-item-bl {
    left: 18px;
  }

  .cellredm-diagram-item-tr,
  .cellredm-diagram-item-br {
    right: 14px;
  }

  .cellredm-connect-tl,
  .cellredm-connect-bl {
    left: 334px;
  }

  .cellredm-connect-tr,
  .cellredm-connect-br {
    right: 334px;
  }

  .cellredm-check-content {
    width: min(100%, 720px);
    gap: 28px;
  }

  .cellredm-grid {
    width: min(100%, 640px);
  }
}

@media (max-width: 768px) {
  .cellredm-inner {
    padding: 0 18px;
  }

  .cellredm-hero {
    min-height: 620px;
    background-position: center bottom;
  }

  .cellredm-hero .cellredm-inner-hero {
    padding-top: 45px;
  }

  .cellredm-hero-eyebrow {
    font-size: clamp(14px, 3vw, 18px);
  }

  .cellredm-hero-title {
    margin-top: 108px;
  }

  .cellredm-hero-title span {
    font-size: clamp(25px, 5.3vw, 32px);
  }

  .cellredm-hero-title strong {
    margin-top: 8px;
    font-size: clamp(30px, 6.2vw, 35px);
  }

  .cellredm-hero-desc {
    margin-bottom: 48px;
    font-size: clamp(15px, 3.5vw, 19px);
    line-height: 1.42;
  }

  .cellredm-intro {
    min-height: auto;
    padding: 30px 0;
  }

  .cellredm-intro .cellredm-desc {
    margin-top: 24px;
  }

  .cellredm-intro .cellredm-desc + .cellredm-desc {
    margin-top: 12px;
  }

  .cellredm-intro-product {
    margin: 48px auto 48px;
    width: min(100%, 300px);
  }

  .cellredm-intro-icons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 440px);
    gap: 24px 18px;
  }
  .cellredm-intro-icon p span{
    display: block;
  }

  .cellredm-diagram {
    min-height: auto;
    padding: 30px 0;
  }

  .cellredm-diagram-wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: min(100%, 640px);
    height: auto;
    margin: 34px auto 0;
  }

  .cellredm-diagram-item {
    position: relative;
    width: 100%;
    min-height: 130px;
    padding: 20px 14px;
    border-radius: 12px;
    background: rgba(71, 74, 82, 0.72);
    text-align: center;
  }

  .cellredm-diagram-item h4 {
    font-size: clamp(13px, 1.9vw, 22px);
  }

  .cellredm-diagram-item p {
    font-size: clamp(10px, 1.68vw, 20px);
    line-height: 1.44;
  }

  .cellredm-diagram-item-tl {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    text-align: center;
  }

  .cellredm-diagram-item-tr {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    text-align: center;
  }

  .cellredm-diagram-item-bl {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    text-align: center;
  }

  .cellredm-diagram-item-br {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    text-align: center;
  }

  .cellredm-diagram-hub {
    display: none;
  }

  .cellredm-connect {
    display: none;
  }

  .cellredm-check {
    min-height: auto;
    padding: 30px 0;
  }

  .cellredm-check-content {
    width: min(100%, 560px);
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cellredm-check-list{
    padding: 0 25px;
  }

  .cellredm-check-list li {
    font-size: clamp(15px, 1.8vw, 20px);
    line-height: 1.68;
    padding-bottom: 8px;
  }

  .cellredm-check-visual {
    width: min(58vw, 241px);
    margin: 0 auto;
  }
  
  .cellredm-effect {
    min-height: auto;
    padding: 30px 0;
  }

  .cellredm-effect-eyebrow {
    margin: 24px 0 24px;
  }

  .cellredm-grid {
    width: min(100%, 420px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .cellredm-banner {
    min-height: auto;
    padding-top: 28px;
  }

  .cellredm-banner-top {
    padding: 30px 0 30px;
  }

  .cellredm-banner-top p + p {
    margin-top: 26px;
  }

  .cellredm-banner-bottom {
    padding: 30px 0 30px;
  }

  .cellredm-precautions-list li {
    line-height: 1.72;
  }

  .cellredm-closing {
    min-height: 560px;
  }

  .cellredm-closing-overlay {
    padding: 72px 0;
  }
}

@media (max-width: 480px) {
  .cellredm-hero {
    min-height: 540px;
  }

  .cellredm-hero-title {
    margin-top: 82px;
  }

  .cellredm-hero-title span {
    font-size: clamp(24px, 6.6vw, 30px);
  }

  .cellredm-hero-title strong {
    font-size: clamp(28px, 8.3vw, 35px);
  }

  .cellredm-hero-desc {
    margin-bottom: 38px;
    font-size: clamp(14px, 3.8vw, 17px);
  }

  .cellredm-intro-icons {
    gap: 20px 8px;
  }

  .cellredm-intro-icon img {
    height: 56px;
  }

  .cellredm-intro-icon h4 {
    font-size: clamp(10px, 1.2vw, 20px);
  }

  .cellredm-intro-icon p {
    font-size: clamp(10px, 1.2vw, 20px);
  }

  .cellredm-diagram-wrap {
    grid-template-columns: 1fr 1fr;
    width: min(100%, 380px);
    gap: 12px;
  }

  .cellredm-diagram-item {
    min-height: auto;
  }

  .cellredm-diagram-item-tl,
  .cellredm-diagram-item-tr,
  .cellredm-diagram-item-bl,
  .cellredm-diagram-item-br {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .cellredm-diagram-hub {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 18px auto;
  }

  .cellredm-connect {
    display: none;
  }

  .cellredm-banner-top p,
  .cellredm-precautions-list li,
  .cellredm-check-list li {
    word-break: keep-all;
  }
}
/* Hero scale sync with signature_02/03 */
.cellredm-hero {
  min-height: clamp(560px, 62vw, 780px);
}
.cellredm-hero-eyebrow {
  font-size: clamp(24px, 2vw, 62px);
  line-height: 1.05;
}
.cellredm-hero-title {
  font-size: clamp(30px, 8vw, 70px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 14px 0 20px;
  color: #000;
}
.cellredm-hero-title strong {
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.04;
}
.cellredm-hero-desc {
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.48;
}

@media (max-width: 1024px) {
  .cellredm-hero {
    min-height: 650px;
  }
  .cellredm-hero-title strong {
    font-size: clamp(40px, 8vw, 74px);
  }
  .cellredm-hero-desc {
    font-size: clamp(18px, 2.8vw, 30px);
  }
}

@media (max-width: 767px) {
  .cellredm-hero {
    min-height: 560px;
  }
  .cellredm-hero-eyebrow {
    font-size: clamp(18px, 5.2vw, 26px);
  }
  .cellredm-hero-title span {
    font-size: clamp(22px, 6vw, 34px);
  }
  .cellredm-hero-title strong {
    font-size: clamp(34px, 10vw, 52px);
    line-height: 1.08;
  }
  .cellredm-hero-desc {
    font-size: clamp(16px, 4.5vw, 22px);
  }
}

@media (max-width: 520px) {
  .cellredm-hero {
    min-height: 520px;
  }
  .cellredm-hero-desc {
    font-size: 10px;
    line-height: 1.7;
  }
}
/* Non-hero typography sync */
.cellredm-page :is(.cellredm-title, .cellredm-subtitle) {
  font-size: 35px;
}
.cellredm-page .cellredm-desc {
  font-size: 20px;
}

@media (max-width: 767px) {
  .cellredm-page :is(.cellredm-title, .cellredm-subtitle) {
    font-size: 15px;
  }
  .cellredm-page .cellredm-desc {
    font-size: 10px;
  }
  .cellredm-desc span{
    display: block;
  }
}
