/****************** laser-section ************/
.gate-section {
  color: #000;
  position:relative;
}

.gate-section  .top-banner {
  background: url('../img/revision/model.jpg') no-repeat center / cover;
  height:60vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width:600px) {
    .gate-section  .top-banner {
        height:100vh;
    }
}

.gate-section .face-img {
  position: absolute;
  top: 0px;
  left:0px;
  right: 0px;
  height:100%;
  object-fit: cover;
  filter: grayscale(0);
  z-index: 1;
  background:url(../img/revision/clinic.color.jpg) no-repeat center center / cover;
}

.gate-section .text-overlay {
  position: relative;
  z-index: 2;
  padding: 60px 30px;
  position:absolute;
  left:0px;
  bottom:0px;
  color:#fff;
  text-align:center;
}

.gate-section .text-overlay .sub {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
}

.gate-section .text-overlay h1 {
  font-size: 32px;
  font-weight: bold;
  color: #d2378c;
  line-height: 1.4;
}


.gate-section .text-overlay .top-banner {
  background: url('clinic-door.jpg') no-repeat center / cover;
  color: white;
  padding: 100px 20px 60px;
  text-align: center;
  position: relative;
}

.gate-section .text-overlay .banner-text {
  background: rgba(0,0,0,0.5);
  display: inline-block;
  padding: 20px;
  border-radius: 8px;
}

.gate-section .text-overlay .banner-text p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.gate-section .text-overlay .banner-text h2 {
  font-size: 20px;
  margin-top: 20px;
}

.gate-section .text-overlay .banner-text h2 span {
  color: #ffffff;
  font-weight: bold;
}


/***************** revision-section ***************/
.revision-section {
  color: #222;
  background: #f8f8f8;
  background:url('../img/common/bg.gray.jpg') no-repeat center top / cover;
  z-index:1;
}

.revision-section .info-container {
    display:flex;
    flex-direction:column;
    gap:20px;
}

.revision-section .info-container .info-box {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #f5f5f5, #ffffff); /* 흰~회색 배경 */
  padding: 20px 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  1width: fit-content;
  width:100%;
}

.revision-section .info-container .number-box {
 background: linear-gradient(to bottom, #ffffff, #b3b3b3);
  color: white;
  font-size: 26px;
  color:red;
  flex:0 0 40px;
  height:40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  border-radius: 5px;
  margin-right: 30px;
  border-radius:50%;
}

.revision-section .info-container .text-box {
  color: black;
  flex:1;
}

.revision-section .info-container .main-text {
  font-size: 18px;
  font-weight: 600;
}

.revision-section .info-container .sub-text {
  font-size: 16px;
  margin-top: 10px;
}

.revision-section .quote-box {
  background: #aa006a;
  color: white;
  text-align: center;
  padding: 40px 20px;
}

.revision-section .quote-box .quote-mark {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}




/************* revision-guide-section ******************/
.revision-guide-section {
  background-color: #fff3f7;
  text-align: center;
  padding: 60px 20px;
  color: #222;
}


.revision-guide-section .doctor-photo img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}


.revision-guide-section .circle-box {
    margin-bottom:30px;
}

.revision-guide-section  .circle {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.15);
    background: #d33384;linear-gradient(to bottom, #721c45, #d33a80);
    border:none;
    color:#d33384;
    margin:0 auto;
}

.revision-guide-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;

    
}

.revision-guide-section .circle-desc {
  line-height: 1.8;
  color: #d33384;
  max-width: 500px;
  margin: 0 auto;
  
}




/************* revision-history-section ***************/
.revision-history-section {
  padding: 40px 20px;
  text-align: center;
  background: #f6f6f6;
  color: #222;
  background:url('../img/common/bg.gray.jpg') no-repeat center top / cover;
}

.revision-history-section .intro-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 50px;
}

.revision-history-section .intro-text strong {
  font-weight: bold;
  font-size: 17px;
}


.revision-history-section .intro-text h2 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 10px 0;
}

.revision-history-section .sub-info {
  font-size: 15px;
  margin: 30px 0;
}

.revision-history-section .conference-img img {
  max-width: 100%;
  height:auto;
  1border-radius: 8px;
  1margin: 20px 0;
  1box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.revision-history-section .circle-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  width:fit-content;
  margin:0 auto;
}

.revision-history-section   .circle {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.15);
    background: #d33384;linear-gradient(to bottom, #721c45, #d33a80);
    border:none;
    color:#000;
    margin:0 auto;
}

.revision-history-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;

    
}

.revision-history-section .blue {
  background: linear-gradient(to bottom, #1b6ca8, #5aa3d8);
}

.revision-history-section .green {
  background: linear-gradient(to bottom, #3fb978, #91ddaa);
}

.revision-history-section .result-text {
  font-size: 16px;
  line-height: 1.6;
}

/************** 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;
}

