/****************** laser-section ************/
.laser-section {
  color: #000;
  position:relative;
  1height:100vh;
}

/*
.laser-section .top-banner {
  position: relative;
  width: 100%;
  height: 420px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.3), #fce5f1);
  overflow: hidden;
}
*/

.laser-section .top-banner {
    1position:absolute;
    height:60vh;
    1border:solid 1px red;
    width:100%;
}

@media (max-width:600px) {
    .laser-section .top-banner {
        height:100vh;
    }
}



.laser-section .face-img {
  position: absolute;
  top: 0;
  right: 0px;
  height:100%;
  object-fit: cover;
  filter: grayscale(0);
  z-index: 1;
  width:100%;
  left:0px;
}

.laser-section .text-overlay {
  position: relative;
  z-index: 2;
  padding: 60px 30px;
  position:absolute;
  left:0px;
  bottom:0px;
}

.laser-section .text-overlay .sub {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
}

.laser-section .text-overlay h1 {
  font-size: 32px;
  font-weight: bold;
  color: #d2378c;
  line-height: 1.4;
}


/****************** .explain-section ************/
.explain-section {
  color: #111;
}

.explain-section {
    overflow:visible;
    position:relative;
}

.explain-section .main-content-holder {
    overflow:visible;
    background: url('../img/common/bg.grad1.png') no-repeat center top / cover;
    padding:50px 50px;
}

@media (max-width:500px) {
    .explain-section .main-content-holder {
        padding:20px;
    }
}

.explain-section .main-content {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 20px;
}


.explain-section .grad1 {
    1background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,  rgba(255,255,255,.6) 30%, #ffffff 100%);
    height:100px;
    position:absolute;
    top:400px;
    width:100%;
    z-index:1;
}

.explain-section .eye-pics {
    display:flex;
    gap:10px;
    1width:100%;
}

.explain-section .eye-pics > * {
    flex:1;
    height:200px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.explain-section .eye-pics img {
    width:100%;
    height:auto;
    background:#f1f1f1;
    border-radius: 4px;
    
    flex:1;
    object-position:center bottom;
}

.explain-section .eye-pics .sample:first-child {
    background:url(../img/relocation/sample1.png) no-repeat center center / cover;
    
}

.explain-section .eye-pics .sample:nth-child(2) {
    background:url(../img/relocation/sample2.png) no-repeat center center / cover;
    
}


.explain-section .note {
  1font-size: 15px;
  line-height: 1.6;
  color: #444;
}



.reason-treatment-block {
    background:#FFF7F9;
}

/****************** reason-section ************/
.reason-section {
    
    
}

.reason-section .section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}


.reason-section .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.reason-section .reasons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 60px;
  1flex-wrap: wrap;
}

@media (max-width:500px) {
    .reason-section .reasons {
        flex-direction:column;
    }
}

.reason-section .circle-box {
  1width: 160px;
  flex:1;
}

.reason-section p {
    font-size:14px;
}

.reason-section .circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(#d96c93, #81024e);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  padding:3px;
  margin:0 auto;
}

.reason-section .circle-inner {
  background: linear-gradient(to bottom, #d9d9d9 0%, #ffffff 100%);
  color: #000;
  border: 1px solid #fff;
  height:100%;
  width:100%;
  border-radius:50%;
  display: flex;
  justify-content: center;
  align-items: center;
  1font-size: 18px;
  1font-weight: 500;
  1text-align: center;
  color: #000;
}

/************** treatment-section **************/
.treatment-section {
    

}

.treatment-section .treatment {
    margin-bottom:50px;
}

.treatment-section .treatment h3 {
  1font-size: 20px;
  margin-bottom: 20px;
}

.treatment-section .treatment p {
  1font-size: 16px;
  line-height: 1.6;
}

.treatment-section .main-content {
    background:#fff;
    padding:20px;
}

.treatment-section .methods {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  align-items:center;
  1border:solid 1px red;
}

.treatment-section .method-box {
  width: 320px;
  display:flex;
  flex-direction:column;
  align-items:center;
  
}

.treatment-section .circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(#d96c93, #81024e);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  padding:3px;
}

.treatment-section .circle-inner {
  background: linear-gradient(to bottom, #d9d9d9 0%, #ffffff 100%);
  color: #000;
  border: 1px solid #fff;
  height:100%;
  width:100%;
  border-radius:50%;
  display: flex;
  justify-content: center;
  align-items: center;
  1font-size: 18px;
  1font-weight: 500;
  1text-align: center;
  color: #000;
}


.treatment-section .gradient-blue {
  background: linear-gradient(to bottom, #5dbb63, #1b6ca8);
  1background: linear-gradient(to bottom, #fff, #1b6ca8);
  1color: #000;
  1border: 1px solid #1b6ca8;
}

.treatment-section .gradient-green {
  background: linear-gradient(to bottom, #fff, #5dbb63);
  1color: #000;
  1border: 1px solid #5dbb63;
}

.treatment-section .method-box p {
  1font-size: 15px;
  line-height: 1.6;
}


/********** quote-section ************/
.quote-section {
  

  1padding: 30px 20px;
  text-align: center;
  
  
}

@media (min-width:600px) {

	.quote-section {
		display:none;
	}
}

.quote-section .quote-box {
    padding:20px 20px;
  margin: 0 auto;
  color: #222;
  background: url('../img/relocation/noon.jpg') no-repeat center bottom;
  background-size:cover;
  height:550px;
  width:100%;
}

.quote-section .quote-text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  margin-top:60px;
}

.quote-section .quote-mark {
  color: #d2378c;
  font-size: 24px;
  font-weight: bold;
}

.quote-section .logo-area {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display:none;
}

.quote-section .logo-area img {
  width: 100px;
  margin-bottom: 10px;
}

.quote-section .signature {
  font-family: 'Brush Script MT', cursive;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}



.knowhow-comparison-block {
    background: url('../img/common/bg.pink.jpg') no-repeat center top / cover;
}

/************* knowhow-section *************/
.knowhow-section {
  1background: linear-gradient(to bottom, #fdf1f7, #fce5f1);
  1background: url('../img/common/bg.grad1.png') no-repeat center top / cover;
  text-align: center;
  color: #222;
}

.knowhow-section h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.knowhow-section .highlight {
  color: #d2378c;
}

.knowhow-section .sub {
  font-size: 16px;
  font-weight: 400;
  color: #444;
}

.knowhow-section .main-content {
    display:flex;
    flex-direction:column;
    gap:40px;
    justify-content:center;
    align-items:center;
    1max-width:500px;
    margin:0 auto;
}

.knowhow-section .feature-box {
  background: linear-gradient(#d96c93, #81024e);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  padding:3px;
  1background: linear-gradient(to bottom, #f8f8f8, #e0e0e0);
  1border: 2px solid #d2378c;
  border-radius: 10px;
  1max-width: 100%;
  width:100%;
}

.knowhow-section .feature-box-inner {
  background: linear-gradient(to bottom, #d9d9d9 0%, #ffffff 100%);
  color: #000;
  border: 1px solid #fff;
  height:100%;
  width:100%;
  border-radius:9px;
  padding:3px 10px;
}


.knowhow-section .feature-box h3 {
  1font-size: 18px;
  color: #d2378c;
  margin-bottom: 10px;
  font-weight: bold;
}

.knowhow-section .feature-box p {
  1font-size: 15px;
  1line-height: 1.6;
  color: #333;
}




/************ comparison-section *************/

.comparison-section {
  margin-top:40px;
}

.comparison-section .title-box {
  background: linear-gradient(to bottom, #e875b3, #f2c6d9);
  text-align: center;
  padding: 30px 20px;
  color: white;
}

.comparison-section .title-main {
  font-size: 18px;
}

.comparison-section .title-sub {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

.comparison-section .comparison-table {
  width: 100%;
  border-collapse: collapse;
  1background:#fff;
}

.comparison-section .comparison-table th,
.comparison-section .comparison-table td {
  border: 1px solid #eee;
  padding: 14px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  background:#FBEFF1;
}

.comparison-section .comparison-table td {
    background-color: rgba(251, 239, 241, 0.3)
}

.comparison-section .comparison-table td:last-child {
    background-color: rgba(234, 182, 208, 0.2);
}

.comparison-section .comparison-table td:first-child {
    font-weight:600;
    font-size:14px;
}

.comparison-section .comparison-table thead td {
    font-weight:600;
    font-size:14px;
}

/******************* 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, #efd5e0, #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, #f4d7e3, #e5a9c2);
  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;
}


/*
.top-text {
  color: #111;
  text-align: right;
}

.top-text p {
  font-size: 18px;
  margin-bottom: 5px;
}

.top-text h1 {
  color: #d2378c;
  font-size: 28px;
  font-weight: bold;
}

.main-content {
  padding: 40px 20px;
  text-align: center;
}

.slogan {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

.main-content h2 {
  font-size: 28px;
  color: #d2378c;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
}

.box {
  background: white;
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  border-top: 6px solid #d2378c;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.box h3 {
  font-size: 18px;
  color: #d2378c;
  margin-bottom: 10px;
}

.box p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.footnote {
  margin-top: 20px;
  font-size: 13px;
  color: #888;
}





.clinic-guide {
  font-family: 'Noto Sans KR', sans-serif;
  text-align: center;
  background-color: #f6f6f6;
  padding: 40px 20px;
}

.clinic-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  filter: grayscale(100%);
  border-radius: 4px;
  margin-bottom: 30px;
}

.clinic-info h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.time-table {
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}

.time-table li strong {
  font-weight: bold;
}

.note {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}








.chat-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  margin: 40px auto;
  font-family: sans-serif;
  line-height: 1.5;
  padding:50px;
  position:relative;
}

.bubble {
  max-width: 80%;
  padding: 15px;
  border-radius: 15px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.bubble.left {
  background: #fff;
  align-self: flex-start;
  border-radius:0px 15px 15px 15px;
}

.bubble.left::after {
  content: "";
  position: absolute;
  top: 0px;
  left:-30px;
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 30px solid #fff;
}

.bubble.right {
  background: #d66d9a;
  color: white;
  align-self: flex-end;
  margin-right:50px;
  border-radius:15px 0px 15px 15px;
}

.bubble.right::after {
  content: "";
  position: absolute;
  top: 0px;
  right:-30px;
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #d66d9a;
}


.intro-box {
  max-width: 600px;
  margin: 50px auto;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333;
}

.greeting {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}

.greeting .highlight {
  color: #d2378c;
  font-weight: bold;
}

.profile-section {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.profile-image {
  flex-shrink: 0;
  margin-right: 20px;
  border: 2px solid #d2378c;
  border-radius: 50%;
  padding: 5px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.profile-info .quote {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.profile-info .more {
  color: #d2378c;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.career {
  list-style: none;
  padding-left: 0;
  font-size: 15px;
}

.career li::before {
  content: "•";
  color: #d2378c;
  margin-right: 8px;
}


.banner {
  background: #fdf2f5;
  padding: 60px 30px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  font-family: 'Noto Sans KR', sans-serif;
}

.banner-content {
  max-width: 500px;
  margin: 0 auto;
}

.sub-title {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}

.main-title {
  font-size: 28px;
  color: #d2378c;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}

.btn-view {
  display: inline-block;
  background-color: #d2378c;
  color: white;
  padding: 12px 24px;
  font-size: 15px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-view:hover {
  background-color: #ba216f;
}


.promo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  font-family: 'Noto Sans KR', sans-serif;
  gap: 40px;
}

.text-section {
  flex: 1;
}

.subtitle {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}

.title {
  font-size: 32px;
  color: #d2378c;
  font-weight: bold;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  background-color: #d2378c;
  color: white;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.3s;
}

.btn:hover {
  background-color: #b72a75;
}

.image-section {
  flex: 1;
  text-align: right;
}

.image-section img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
}


.review-section {
  background: linear-gradient(to bottom right, #fdf1f7, #f4cbd9);
  text-align: center;
  padding: 60px 20px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333;
}

.subheading {
  font-size: 16px;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 32px;
  font-weight: bold;
  color: #d2378c;
  margin-bottom: 40px;
}

.avatars {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.avatars img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.btn-review {
  display: inline-block;
  background-color: #d2378c;
  color: #fff;
  padding: 12px 28px;
  font-size: 15px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-review:hover {
  background-color: #b72a75;
}


.consult-section {
  display: flex;
  flex-direction:column;
  font-family: 'Noto Sans KR', sans-serif;
  color: #000;
  max-width: 800px;
  margin: 0 auto;
}

.kakao, .blog {
  flex: 1;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.kakao {
  background-color: #fce54d;
}

.blog {
  background-color: #5dbb63;
  color: #fff;
}

.kakao h3, .blog h3 {
  font-size: 20px;
  font-weight: bold;
}

.kakao p, .blog p {
  font-size: 15px;
  line-height: 1.5;
}

.icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.icons img {
  height: 50px;
}

.blog-icon img {
  height: 50px;
  margin-top: 10px;
}














*/
