/****************** warranty-section ************/
.warranty-section {
    color: #111;
    overflow:visible;
    position:relative;
}

.grad1 {
    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;
}

.warranty-section .top-banner {
  background: url('../../img/home/Main_BW.jpg') no-repeat center / cover;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width:600px) {
    .warranty-section .top-banner {
        height:100vh;
    }
}

.warranty-section .top-text {
  color: #111;
  1text-align: right;
}

.warranty-section .top-text p {
  font-size: 18px;
  margin-bottom: 5px;
}

.warranty-section .top-text h1 {
  color: #d2378c;
  margin-top:5px;
}

.main-content-holder {
    overflow:visible;
    background: url('../../img/common/bg.grad1.png') no-repeat center top / cover;
}

.warranty-section .main-content {
  text-align: center;
  position:relative;
  padding-top:40px;
  
}

.warranty-section .slogan {
  margin-top:40px;
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}

.warranty-section .main-content h2 {
  font-size: 28px;
  color: #d2378c;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
}

.warranty-section .box {
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.warranty-section .box h3 {
  font-size: 18px;
  color: #d2378c;
  color:#fff;
  margin:0px;
  background:linear-gradient(
    to bottom,
    rgb(244, 191, 212),  /* 밝은 분홍 (상단) */
    rgb(213, 121, 153)   /* 진한 분홍 (하단) */
  );
}

.warranty-section .box p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-top:0px;
  padding:10px;
  
}

.warranty-section .footnote {
  margin-top: 20px;
  font-size: 13px;
  color: #888;
}


/************* intro-section ******************/
.intro-box {
  max-width: 600px;
  margin: 50px auto;
  color: #333;
}

.intro-section .greeting {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  text-align:center;
}

.intro-section .greeting .highlight {
  color: #d2378c;
  font-weight: bold;
}

.intro-section .profile-section {
  display: flex;
  align-items: center;flex-start;
  margin-top: 30px;
}

.intro-section .profile-image {
  flex-shrink: 0;
  margin-right: 20px;
  border: 2px solid #d2378c;
  border-radius: 50%;
  1padding: 5px;
  width: 160px;
  height: 160px;
  overflow: hidden;
}

@media (max-width:600px) {
    .intro-section .profile-image {
        width:120px;
        height:120px;
    }
}

.intro-section .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background:url('../../img/home/profile.jpg') no-repeat center center;
}

.intro-section .profile-info .quote {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-top:0px;
}

.intro-section .profile-info .more {
  color: #d2378c;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.intro-section .career {
  list-style: none;
  padding-left: 0;
  font-size: 15px;
}

.intro-section .career li::before {
  content: "•";
  color: #d2378c;
  margin-right: 4px;
  line-height:1.3;
}


/******** norecor-section *****/
.noreco-section .image-holder {
    background:url('../../img/home/surgical.jpg') no-repeat center top / cover;
    height:500px;

}

.noreco-section .banner {
  background: url('../../img/common/bg.grad1.png') no-repeat center top / cover;
  padding: 60px 40px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.noreco-section .banner-content {
  max-width: 500px;
  margin: 0 auto;
  background:#fff;
  padding:50px 20px;
}

.noreco-section .banner-content p {
    margin-top:0px;
}

.noreco-section .sub-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}

.noreco-section .main-title {
  font-size: 32px;
  color: #d2378c;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}

.noreco-section .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;
}

.noreco-section .btn-view:hover {
  background-color: #ba216f;
}

/**************** promo-section ********************/
.promo-section .container-inner {
    overflow:hidden;
}

.promo-section .promo-box {
  display1: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  gap: 40px;
}

.promo-section .image-block {
    background:url('../../img/home/girl.01.png') no-repeat;
    background-position:right center;
    background-size:auto 100%;
    z-index:0;
    position:absolute;
    right:0px;
    top:0px;
    bottom:0px;
    left:0px;
    height:100%;
    
}

.promo-section .promo-box .text-section {
  flex: 1;
  padding-left:40px;
  padding-right:40px;
  display:table-cell;
  width:300px;
  padding:50px 25px;
}

@media (max-width:500px) {
    .promo-section .image-block {
        right:-20%;
    }
    
    .promo-section .promo-box .text-section {
       padding-left:0px;
    }
}

.promo-section .subtitle {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}



.promo-section .title {
  font-size: 32px;
  color: #d2378c;
  font-weight: bold;
  margin-bottom: 30px;
}

.promo-section .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;
}

.promo-section .btn:hover {
  background-color: #b72a75;
}

.promo-section .image-section {
  flex: 1;
  text-align: right;
}

.promo-section .image-section img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
}


/************** review-section */
.review-section {
  background: url('../../img/common/bg.pink.jpg') no-repeat center top / cover;
  text-align: center;
  padding: 60px 20px;
  color: #333;
}

.review-section .subheading {
  font-size: 16px;
  margin-bottom: 10px;
}

.review-section .main-heading {
  font-size: 32px;
  font-weight: bold;
  color: #d2378c;
  margin-bottom: 40px;
}

.review-section .avatars {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.review-section .avatars img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.review-section .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;
}

.review-section .btn-review:hover {
  background-color: #b72a75;
}



/****** .consult-section ********/
.consult-section {
  display: flex;
  flex-direction:column;
  color: #000;
}

.consult-section .kakao .container-inner,
.consult-section .blog .container-inner {
  1padding: 30px 20px;
  display: flex;
  1flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;

}

@media (max-width:700px) {
    .consult-section .kakao .container-inner,
    .consult-section .blog .container-inner {
      padding-top:25px;
      padding-bottom:25px;

    }
}

.consult-section .kakao {
  background-color: #fce54d;
  color:#000;
}

.consult-section .blog {
  background-color: #5dbb63;
  color: #fff;
}

.consult-section a {
    text-decoration:none;
}

.consult-section .kakao h3 {
  font-size: 20px;
  font-weight: bold;
  color:#000;
}

.consult-section .blog h3 {
  font-size: 20px;
  font-weight: bold;
  color:#fff;
}

.consult-section .kakao p, .blog p {
  font-size: 15px;
  line-height: 1.5;
}

.consult-section .icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.consult-section .icons img {
  height: 50px;
}

.consult-section .blog-icon img {
  height: 50px;
  margin-top: 10px;
}


.consult-section .laser-section {
  color: #000;
}

/************** qna-section **************/
.qna-section .chat-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  1margin: 40px auto;
  font-family: sans-serif;
  line-height: 1.5;
  1padding:50px;
  position:relative;
}

.qna-section .bubble {
  max-width: 80%;
  padding: 15px;
  border-radius: 15px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.qna-section .bubble.left {
  background: #fff;
  align-self: flex-start;
  border-radius:0px 15px 15px 15px;
  margin-left:10px;
}

.qna-section .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;
}

.qna-section .bubble.right {
  background: #d66d9a;
  color: white;
  align-self: flex-end;
  margin-right:10px;
  border-radius:15px 0px 15px 15px;
}

.qna-section .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;
}


/************** clinic-section *****************/
.clinic-section .clinic-guide {
  text-align: center;
  background-color: #f6f6f6;
  padding: 40px 20px;
}

.clinic-section .clinic-image {
  width: 100%;
  1max-width: 600px;
  height: auto;
  filter: grayscale(100%);
  border-radius: 4px;
  margin-bottom: 30px;
}

.clinic-section .clinic-info h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.clinic-section .time-table {
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}

.clinic-section .time-table li strong {
  font-weight: bold;
}

.clinic-section .note {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}







/*


.top-banner {
  position: relative;
  width: 100%;
  height: 420px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.3), #fce5f1);
  overflow: hidden;
}

.face-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0);
  z-index: 1;
}

.text-overlay {
  position: relative;
  z-index: 2;
  padding: 60px 30px;
}

.text-overlay .sub {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
}

.text-overlay h1 {
  font-size: 32px;
  font-weight: bold;
  color: #d2378c;
  line-height: 1.4;
}

.explain-box {
  background: #fff;
  padding: 40px 30px;
  text-align: center;
}

.explain-box h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.desc {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.eye-pics {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.eye-pics img {
  width: 140px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.note {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}



.section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Noto Sans KR', sans-serif;
  text-align: center;
}

.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.reasons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.circle-box {
  width: 160px;
}

.circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.pink {
  background: linear-gradient(to bottom, #fff, #d2378c);
  color: #000;
  border: 1px solid #d2378c;
}

.treatment {
  margin-bottom: 60px;
}

.treatment h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.treatment p {
  font-size: 16px;
  line-height: 1.6;
}

.methods {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.method-box {
  width: 320px;
}

.method-box .circle {
  background: #f0f0f0;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 20px;
}

.gradient-blue {
  background: linear-gradient(to bottom, #fff, #1b6ca8);
  color: #000;
  border: 1px solid #1b6ca8;
}

.gradient-green {
  background: linear-gradient(to bottom, #fff, #5dbb63);
  color: #000;
  border: 1px solid #5dbb63;
}

.method-box p {
  font-size: 15px;
  line-height: 1.6;
}



.quote-section {
  background: linear-gradient(to bottom, #eee, #ddd);
  padding: 60px 20px;
  font-family: 'Noto Sans KR', sans-serif;
  text-align: center;
}

.quote-box {
  max-width: 600px;
  margin: 0 auto;
  color: #222;
}

.quote-text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  position: relative;
}

.quote-mark {
  color: #d2378c;
  font-size: 24px;
  font-weight: bold;
}

.logo-area {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-area img {
  width: 100px;
  margin-bottom: 10px;
}

.signature {
  font-family: 'Brush Script MT', cursive;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}


.knowhow-section {
  background: linear-gradient(to bottom, #fdf1f7, #fce5f1);
  padding: 60px 20px;
  font-family: 'Noto Sans KR', sans-serif;
  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;
}

.feature-box {
  background: linear-gradient(to bottom, #f8f8f8, #e0e0e0);
  border: 2px solid #d2378c;
  border-radius: 10px;
  padding: 20px;
  margin: 30px auto;
  max-width: 480px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.feature-box h3 {
  font-size: 18px;
  color: #d2378c;
  margin-bottom: 10px;
  font-weight: bold;
}

.feature-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
*/
