/************ darkcircle-section *********************/
.darkcircle-section {
  background:url('../img/common/bg.pink.jpg') no-repeat center top / cover;
  text-align: center;
  padding: 40px 20px;
  color: #222;
}

.darkcircle-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.darkcircle-section h2 span {
  color: #d2378c;
}

.darkcircle-section .desc {
  font-size: 16px;
  margin-bottom: 30px;
}

.darkcircle-section .circle-row {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.darkcircle-section .circle {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.15);
  background: linear-gradient(to top, #eeeeee, #ffffff); /* 회색 → 흰색 */
  border:none;
}

.darkcircle-section .circle-inner {
    background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);
    width:100%;
    height:100%;
    border-radius:50%;
    border:solid 1px #fff;
    display:flex;
    align-items:center;
    font-size:18px;
    font-weight:500;
    justify-content:center;
    
}

.darkcircle-section .highlight {
  color: #d2378c;
}

.arrow {
  font-size: 28px;
  margin-bottom: 20px;
  color: #d2378c;
}

.ba-image img {
  width: 100%;
  max-width: 480px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/****************** solution-section ******************/
.solution-section {
    
}

.solution-section .solution-box {
  color: white;
  padding: 40px 20px;
  background: linear-gradient(to bottom, #721c45, #d33a80);
}

.solution-section .solution-intro {
  font-size: 16px;
  margin-bottom: 30px;
}

.solution-section .treatment-box {
    background:#FDF5F7;
}

.solution-section .treatment-row {
    display:flex;
    align-items:center;
    z-index:10;
    margin-top:-20px;
}

.solution-section .treatment-row:first-child {
    margin-top:-70px;
}

.solution-section .treatment-row div:nth-child(1) {
    
}

.solution-section .treatment-row div:nth-child(2) {
    flex:0 0 80px;
    height:1px;
    background:#d33384;
}

.solution-section .treatment-row div:nth-child(3) {
    flex:0 0 6px;
    height:6px;
    width:6px;
    background:#d33384;
    border-radius:50%;
}

.solution-section .treatment-row div:nth-child(4) {
    flex:1;
    padding-left:15px;
    color:#d33384;
}


.solution-section .treatment-row .circle {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.15);
    background: #d33384;linear-gradient(to bottom, #721c45, #d33a80);
    border:none;
    color:#000;
}

.solution-section .treatment-row .circle-inner {
    background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);
    width:100%;
    height:100%;
    border-radius:50%;
    border:solid 1px #fff;
    display:flex;
    align-items:center;
    font-size:18px;
    font-weight:500;
    justify-content:center;
    
}

.solution-section .treatment-list {
  list-style: none;
  padding: 0;
  font-size: 15px;
  text-align: left;
  max-width: 400px;
  margin: 0 auto 30px;
}

.solution-section .treatment-list li {
  margin-bottom: 12px;
}

.solution-section .treatment-list li span {
  font-weight: bold;
  color: #ffe8f5;
}

.solution-section .warning {
  1font-size: 15px;
  font-weight: 500;
  color:#d33384;
}




/************ fatgraft-section *********************/
.fatgraft-section {
  text-align: center;
  background: linear-gradient(to bottom, #fdf1f7, #f5d3de);
  color: #222;
}

.fatgraft-section .description-box {
    background:url('../img/common/bg.pink.jpg') no-repeat center top / cover;
}

.fatgraft-section .description-box h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 40px;
}

.fatgraft-section .description-box .highlight {
  font-weight: bold;
  color: #d2378c;
}

.fatgraft-section .description-box .circle-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.fatgraft-section .description-box .circle {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to top, #eeeeee, #ffffff); /* 회색 → 흰색 */
    border:none;
    color:#fff;
}

.fatgraft-section .description-box .circle-inner {
    background: linear-gradient(to bottom, #b23571, #e29bb6);
    width:100%;
    height:100%;
    border-radius:50%;
    border:solid 1px #fff;
    display:flex;
    align-items:center;
    font-size:18px;
    font-weight:500;
    justify-content:center;
    
}


.fatgraft-section .description-box .bottom-text {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}



/************** clinic-highlight-section ******************/

.clinic-highlight-section .clinic-highlight {
  text-align: center;
  color: #222;
  background:url('../img/common/bg.gray.jpg') no-repeat center top / cover;
  padding: 40px 20px;
}

.clinic-highlight-section .clinic-highlight .quote {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
  position: relative;
}

.clinic-highlight-section .clinic-highlight .quote-mark {
  color: #d2378c;
  font-weight: bold;
  font-size: 24px;
}

.clinic-highlight-section .clinic-highlight .headline {
  font-size: 17px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.clinic-highlight-section .clinic-highlight .headline .highlight {
  color: #d2378c;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-top: 8px;
}



/************** feature-section ******************/
.eye-image-section  .eye-image {
  height: 600px;
  overflow:hidden;
}

.eye-image-section  .eye-image img {
  height: 100%;
  width:100%;
  object-fit:cover;
  object-position: center top;
  transform:scale(3);
  transition: all 0.5s ease;
}

.eye-image-section  .eye-image11111:hover img {
  transform:scale(4.5);
  1object-position: center top;
  1margin-top:20%;
}

/************** feature-section ******************/
.feature-section .feature-box {
    background:url('../img/common/bg.pink.jpg') no-repeat center top / cover;
}

.feature-section .title-box {
    margin-bottom:40px;
}

.feature-section .features-title {
  1font-size: 18px;
  1font-weight: 500;
  1margin-bottom: 30px;
  1line-height: 1.5;
}

.feature-section .features {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.feature-section .feature-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  1background: white;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px;
}

.feature-section .feature-circle .pink {
  color: #d2378c;
  font-weight: bold;
  font-size:18px;
}


/******************* info-section *****************/
.info-section {
    background:#FFF7F9;
}

.info-section .info-container {
    display:flex;
    flex-direction:column;
    gap:30px;
}

.info-section .info-container .info-box {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #dcdcdc, #ffffff);
  padding: 20px 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  1width: fit-content;
  width:100%;
}

.info-section .info-container .number-box {
    background: linear-gradient(to bottom, #ffffff, #b3b3b3);
  color: white;
  font-size: 30px;
  flex:0 0 40px;
  height:40px;
  1height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  border-radius: 5px;
  margin-right: 30px;
}

.info-section .info-container .text-box {
  color: black;
  flex:1;
}

.info-section .info-container .main-text {
  font-size: 18px;
  font-weight: 600;
}

.info-section .info-container .sub-text {
  font-size: 16px;
  margin-top: 10px;
}

/************** before-after-section ***********/
.before-after-section {
    background:#EFEFEF;
}

.before-after-section .ba-group .ba-row {
    display:flex;
    gap:10px;
}

.before-after-section .ba-group .ba-row img {
    width:100%;
    height:200px;
    background:#fff;
}

.before-after-section .ba-group .caption {
    text-align:center;
}

.before-after-section .ba-group {
    margin-bottom:20px;
}
