@charset "utf-8";
@import url("../../../fonts/Cormorant_Infant/CormorantInfant.css");
@import url("../../../fonts/Noto_Serif_KR/Noto_Serif_KR.css");
@import url("../../../fonts/BookAntiqua/BookAntiqua.css");

.liting_v1 {
  letter-spacing: -1px;
}

.liting_v1 .slick-arrow {
  display:none !important;
}

section > .inner {padding: 160px 16.66%; box-sizing: border-box;}
section .inner .title_text {font-weight: 700; font-size: 64px; letter-spacing: -1px; text-align: center; margin-bottom: 80px;}
section .inner .title_text .add_text {display: block; font-weight: 400; font-size: .63em; line-height: 1.2em; margin-bottom: .5em;}
section .inner .sub_title {font-size: 50px; font-weight: 700; line-height: normal; letter-spacing: -1px; text-align: center; margin-bottom: 80px;}
section .inner .sub_explain p {font-size: 28px; line-height: 42px; letter-spacing: -1px; text-align: center; margin-bottom: 1em;}
section .inner .sub_explain p:last-of-type {margin-bottom: 0;}
section .inner .sub_explain p strong {font-weight: 600;}

.liting_v1 img[src*='mo.png'], .liting_v1 img[src*='tb.png'] {
  max-width:100%;
}

.liting_v1 *, .liting_v1 *::before, .liting_v1 *::after {
  box-sizing: border-box;
}
.liting_v1 .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.liting_v1 .section {
  text-align: center;
}
.liting_v1 .section-hero {
  position: relative;
  color: #fff;
  display: flex;
}

.liting_v1 .section-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.liting_v1 .section-hero__top-text {
  font-size: 1.1em;
  margin-bottom: 10px;
  padding: 5px 15px;
  background-color: #f78f3d;
  display: inline-block;
  border-radius: 20px;
  font-weight: bold;
  color: #fff;
}
.liting_v1 .section-hero__title {
  font-size: 3em;
  font-weight: bold;
  margin: 10px 0;
  color: #fff;
}
.liting_v1 .section-hero__subtitle {
  font-size: 1.3em;
  margin-top: 10px;
  color: #eee;
}
.liting_v1 .section-problem__inner {
  max-width: 900px;
  margin: 0 auto;
}
.liting_v1 .section-problem__title-main {
  padding-top:100px;
}
.liting_v1 .section-problem__subtitle {
  padding-top: 50px;
  font-size: 64px;
  font-weight: bold;
  color:#534231;
}
.liting_v1 .section-problem__subtitle span {
  color:#F6671A;
}

.liting_v1 .section-problem__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  text-align: left;
  padding-top:55px;
}
.liting_v1 .section-problem__illustration {
  flex: 1 1 300px;
  text-align: center;
}
.liting_v1 .section-problem__illustration img {
  max-width: 100%;
}
.liting_v1 .section-problem__text {
  flex: 2 1 400px;
  font-size:25px;
  color:#534231;
  text-align: center;
}
.liting_v1 .section-problem__text img {
  max-width:472px;
  padding-bottom:30px;
}
.liting_v1 .section-problem__description {
  line-height:30px;
  color:#534231;
  padding-top:30px;
}
.liting_v1 .section-problem__description span {
  color:#F6671A;
  font-weight:bold;
}

.liting_v1 .section-when-needed {
  background-color: #FDF5F0;
  padding: 80px 0;
}

.liting_v1 .section-when-needed img {
  max-width:1280px;
}

.liting_v1 .section-when-needed__title {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}

.liting_v1 .section-when-needed__title span {
  color:#F6671A;
} 

.liting_v1 .section-when-needed__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}
.liting_v1 .section-when-needed__item {
  flex: 0 0 calc(25% - 20px);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.liting_v1 .section-when-needed__number {
  font-size: 1.5em;
  font-weight: bold;
  color: #f78f3d;
  margin-bottom: 10px;
}
.liting_v1 .section-comparison {

}
.liting_v1 .section-comparison img {
  max-width: 1280px;
  padding-top:50px;
  padding-bottom:100px;
}


.liting_v1 .section-comparison__title {
  font-size: 64px;
  font-weight: bold;
  padding-top:100px;
  margin-bottom: 40px;
  color: #534231;
}
.liting_v1 .section-comparison__title span {
  color: #F6671A;
} 


.liting_v1 .section-comparison__table {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.liting_v1 .section-comparison__col {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
}
.liting_v1 .section-comparison__col--lift {
  background-color: #ffeacc;
}
.liting_v1 .section-comparison__col--lipo {
  background-color: #fff;
}
.liting_v1 .section-comparison__header {
  font-size: 1.5em;
  font-weight: bold;
  padding: 20px;
  color: #fff;
}
.liting_v1 .section-comparison__header--lift {
  background-color: #f78f3d;
}
.liting_v1 .section-comparison__header--lipo {
  background-color: #666;
}
.liting_v1 .section-comparison__row {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 15px 20px;
  text-align: left;
}
.liting_v1 .section-comparison__row:last-child {
  border-bottom: none;
}
.liting_v1 .section-comparison__label {
  font-weight: bold;
  flex: 0 0 100px;
  margin-right: 20px;
  color: #555;
}
.liting_v1 .section-comparison__value {
  flex: 1;
}
.liting_v1 .section-comparison__note {
  margin-top: 30px;
  text-align: center;
}
.liting_v1 .section-comparison__arrow {
  font-size: 2em;
  color: #f78f3d;
  margin-bottom: 10px;
}
.liting_v1 .section-comparison__note-text {
  font-size: 1.2em;
}
.liting_v1 .section-comparison__note-text strong {
  color: #f78f3d;
}
.liting_v1 .section-what-is {
  color: #fff;
  padding:0;
}

.liting_v1 .section-what-is .info {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.liting_v1 .section-what-is__inner {
  max-width: 1920px;
  margin: 0 auto;
}
.liting_v1 .section-what-is__inner .sub_string {
  max-width:673px;
}

.liting_v1 .section-what-is__title {
  font-size: 64px;
  padding-top:30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
.liting_v1 .section-what-is__text {
  font-size: min(1.5vw, 26px);
  line-height: 150%;
  padding-top: min(2vw, 50px);
  font-weight:normal;
}
.liting_v1 .section-what-is__text span {
  font-weight:bold;
}
.liting_v1 .section-before-after {
  padding: 80px 0;
}
.liting_v1 .section-before-after__title {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #534231;  
}
.liting_v1 .section-before-after__title span {
  color: #F6671A;
}


.liting_v1 .section-before-after__images {
  display: block;
  margin: 0 auto;
  padding-top:50px;
  margin-bottom: 30px;
  max-width:1280px;
  margin:0 auto;
  text-align: center;
}

.liting_v1 .section-before-after__images img {
  display:inline-block;
}


.liting_v1 .section-before-after__images img:nth-child(1) {
  width: 40%;
}
.liting_v1 .section-before-after__images img:nth-child(2) {
  width: 5%;
  margin:2%;
}
.liting_v1 .section-before-after__images img:nth-child(3) {
  width: 40%;
}

.liting_v1 .section-before-after__images img:nth-child(4) {
  width: 40%;
}
.liting_v1 .section-before-after__images img:nth-child(5) {
  width: 5%;
  margin:2%;
}
.liting_v1 .section-before-after__images img:nth-child(6) {
  width: 40%;
}


.liting_v1 .section-before-after__image-wrapper {
  position: relative;
  flex: 1 1 300px;
  max-width: 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.liting_v1 .section-before-after__image {
  display: block;
  width: 100%;
  height: auto;
}
.liting_v1 .section-before-after__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.liting_v1 .section-before-after__arrow {
  font-size: 3em;
  color: #f78f3d;
  margin: 0 10px;
}
.liting_v1 .section-before-after__disclaimer {
  font-size: 0.9em;
  color: #777;
  margin-top: 20px;
}
.liting_v1 .section-why-clinic__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.liting_v1 .section-why-clinic__clinic-name {
  font-size: 1.2em;
  color: #666;
  margin-bottom: 5px;
}
.liting_v1 .section-why-clinic__title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}
.liting_v1 .section-why-clinic__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  text-align: left;
}
.liting_v1 .section-why-clinic__points {
  flex: 2 1 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.liting_v1 .section-why-clinic__point-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.liting_v1 .section-why-clinic__point-label {
  font-weight: bold;
  color: #f78f3d;
  margin-bottom: 5px;
  display: block;
}
.liting_v1 .section-why-clinic__point-text {
  font-size: 1.1em;
  margin: 0;
}
.liting_v1 .section-why-clinic__point-text strong {
  font-weight: bold;
}
.liting_v1 .section-why-clinic__image {
  flex: 1 1 300px;
  text-align: center;
}
.liting_v1 .section-surgery-info__title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}
.liting_v1 .section-surgery-info__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.liting_v1 .section-surgery-info__item {
  flex: 0 0 calc(25% - 30px);
  min-width: 150px;
  text-align: center;
}
.liting_v1 .section-surgery-method {
  background-color: #FFF9F4;
  padding: 100px 0;
}
.liting_v1 .section-surgery-method img {
  max-width:1280px;
  padding-top:100px;
}
.liting_v1 .section-surgery-method__title {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #534231;
}
.liting_v1 .section-surgery-method__title span {
  color: #F6671A;
}
.liting_v1 .section-surgery-method__type {
  margin-bottom: 60px;
}
.liting_v1 .section-surgery-method__type-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #f78f3d;
}
.liting_v1 .section-surgery-method__steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.liting_v1 .section-surgery-method__step-item {
  flex: 0 0 calc(25% - 20px);
  min-width: 180px;
  text-align: center;
}
.liting_v1 .section-surgery-method__step-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.liting_v1 .section-surgery-method__step-number {
  font-size: 1.2em;
  font-weight: bold;
  color: #f78f3d;
  margin-bottom: 5px;
}
.liting_v1 .section-surgery-method__step-text {
  font-size: 0.95em;
  margin: 0;
  color: #555;
}
.liting_v1 .section-surgery-method__note {
  font-size: 24px;
  color: #777C81;
  margin-top: 40px;
}
.liting_v1 .section-combined .sub_title {
  max-width:864px;
  padding-top:100px;
}
.liting_v1 .section-combined__title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}
.liting_v1 .section-combined__subtitle {
  font-size: 64px;
  font-weight: bold;
  color: #534231;
  padding-top:50px;
  margin-bottom: 40px;
}

.liting_v1 .section-combined__subtitle span {
  color: #F6671A;
}

.liting_v1 .section-combined__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-bottom: 100px;
}
.liting_v1 .section-combined__item {
  flex: 1 1 45%;
  max-width: 500px;
  text-align: left;
}
.liting_v1 .section-combined__item-title {
  font-size: 1.3em;
  font-weight: bold;
  color: #f78f3d;
  margin-bottom: 15px;
  text-align: center;
}
.liting_v1 .section-combined__item-image {
  text-align: center;
  margin-bottom: 15px;
}
.liting_v1 .section-combined__item-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.liting_v1 .section-combined__item-features li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.liting_v1 .section-combined__item-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f78f3d;
  font-weight: bold;
}
/**
  * 데스크탑 정의
  * Desktop Styles
  * Base styles for larger screens
  */
@media (max-width: 1024px) {
  .liting_v1 .section-hero__title {
    font-size: 2.5em;
  }

  .liting_v1 .section-when-needed__item,
  .liting_v1 .section-surgery-info__item,
  .liting_v1 .section-surgery-method__step-item {
    flex-basis: calc(50% - 20px);
  }
  .liting_v1 .section-comparison__col {
    flex-basis: 100%;
  }
  .liting_v1 .section-comparison__row {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
  .liting_v1 .section-comparison__label {
    margin-bottom: 5px;
    flex: none;
  }
  .liting_v1 .section-comparison__header {
    text-align: center;
  }
  .liting_v1 .section-why-clinic__points,
  .liting_v1 .section-why-clinic__image {
    flex-basis: 100%;
  }
}
/**
  * 태블릿 정의
  * Tablet Styles
  * Adjustments for medium screens
  */
@media (min-width: 768px) and (max-width: 1023px) {
  .liting_v1 .section-hero {
    padding: 0;
    margin:0;
    text-align: center;    
  }
  .liting_v1 .section-hero__title {
    font-size: 1.8em;
  }
  .liting_v1 .section-hero__subtitle {
    font-size: 1em;
  }
  .liting_v1 .section-problem {
    width:100%;
    margin:0 auto;
    padding-bottom:0;
  }

  .liting_v1 .section-problem .section-problem__title-main img {
    max-width: 100%;
    width: 85%;
    margin: 0 auto;
  }

  .liting_v1 .section-problem__title-main {
    padding-top: 50px;
  }
  .liting_v1 .section-problem ._mo_,
  .liting_v1 .section-problem ._tb_ {
    width:70%;
    margin:0 auto;
  }

  .liting_v1 .section-problem__content {
    padding-top:50px;
  }

  .liting_v1 .section-problem .section-problem__subtitle {
    font-size:7.5vw;
  }

  .liting_v1 .section-problem .section-problem__text img {
    max-width: 100%;
    width: 80%;
    margin:0 auto;
  }
  
  .liting_v1 .section-problem__description {
    font-size:3.8vw;
    line-height: 1.5;
  }

  .liting_v1 .section-problem__illustration,
  .liting_v1 .section-problem__text {
    flex-basis: 100%;
  }

  .liting_v1 .section-problem__illustration:nth-child(1) {
    display:none;
  }

  .liting_v1 .section-when-needed img {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }

  .liting_v1 .section-problem__illustration img {
    width:70%;
    margin:0 auto;
  }


  .liting_v1 .section-comparison .rimg {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    padding-top:30px;
  }

  .liting_v1 .section-when-needed__title {
    font-size: 7.5vw;
  }

  .liting_v1 .section-comparison__title {
    font-size: 7.5vw;
    padding-top: 50px;
  }

  .liting_v1 .section-comparison__header {
    font-size: 1.3em;
    padding: 15px;
  }
  .liting_v1 .section-comparison__row {
    padding: 10px 15px;
  }
  .liting_v1 .section-comparison__label,
  .liting_v1 .section-comparison__value {
    font-size: 0.95em;
  }
  .liting_v1 .section-what-is__title {
    font-size:8.5vw;
    padding-bottom:30px;
  }

  .liting_v1 .section-what-is__text {
    font-size: 3.5vw;
    line-height: 5.4vw;
    padding-top:5vw;
  }
  .liting_v1 .section-surgery-info__icon {
    font-size: 2.5em;
  }
  .liting_v1 .section-surgery-method__type-title {
    font-size: 1.3em;
  }
  .liting_v1 .section-combined__item-title {
    font-size: 1.2em;
  }
  .liting_v1 .section-surgery-method img {
    max-width: 100%;
    width: 90%;
    padding-top:0;
    margin: 0 auto;
  }
  .liting_v1 .section-what-is .info {
    max-width: 100%;
    width:90%;
    margin:0 auto;
  }
  .liting_v1 .section-what-is .info .sub_string {
    max-width: 90%;
  }
  .liting_v1 .section-surgery-method__note {
    font-size:4vw;
    margin-top:40px;
  }
  .liting_v1 .section-combined .sub_title {
    max-width: 100%;
    width:80%;
    margin:0 auto;
    padding-top: 50px;
  }
  .liting_v1 .section-combined__grid {
    margin:0 20px;
  }
  .liting_v1 .section-combined__subtitle {
    font-size: 7.5vw;
    padding-top: 30px;
  }

  .liting_v1 .section-before-after__images {
    margin:0 10px;
  }

  .liting_v1 .section-before-after__images img:nth-child(1) {
    width: 100%;
  }
  .liting_v1 .section-before-after__images img:nth-child(2) {
    width: 5%;
    margin:2%;
    transform: rotate(90deg);
  }
  .liting_v1 .section-before-after__images img:nth-child(3) {
    width: 100%;
  }

  .liting_v1 .section-before-after__images img:nth-child(4) {
    width: 100%;
  }
  .liting_v1 .section-before-after__images img:nth-child(5) {
    width: 5%;
    margin:2%;
    transform: rotate(90deg);
  }
  .liting_v1 .section-before-after__images img:nth-child(6) {
    width: 100%;
  }
}

/**
  * 모바일 정의
  * Mobile Styles
  * Adjustments for smaller screens
  */
@media (max-width: 767px) {
  .liting_v1 .section-what-is__title {
    font-size:7.5vw;
  }
  .liting_v1 .section-hero {
    padding: 0;
    margin:0;
    text-align: center;
    
  }
  .liting_v1 .section-hero__title {
    font-size: 1.8em;
  }
  .liting_v1 .section-hero__subtitle {
    font-size: 1em;
  }
  .liting_v1 .section-problem {
    width:100%;
    margin:0 auto;
    padding-bottom:0;
  }

  .liting_v1 .section-problem__title-main {
    padding-top: 50px;
  }

  .liting_v1 .section-problem ._mo_ {
    width:70%;
    margin:0 auto;
  }

  .liting_v1 .section-problem .section-section-problem__illustration img {
    width:70%;
    margin:0 auto;
  }
  

  .liting_v1 .section-problem__content {
    padding-top:50px;
  }

  .liting_v1 .section-problem .section-problem__subtitle {
    font-size:8.5vw;
  }

  .liting_v1 .section-problem .section-problem__text img {
    max-width: 100%;
    width: 80%;
    margin:0 auto;
  }
  
  .liting_v1 .section-problem__description {
    font-size:4.8vw;
    line-height: 1.5;
  }

  .liting_v1 .section-problem__illustration,
  .liting_v1 .section-problem__text {
    flex-basis: 100%;
  }
  
  .liting_v1 .section-problem__illustration img {
    width:70%;
    margin:0 auto;
  }

  .liting_v1 .section-when-needed img {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .liting_v1 .section-comparison .rimg {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    padding-top:30px;
  }

  .liting_v1 .section-when-needed__title {
    font-size: 8.5vw;
  }

  .liting_v1 .section-comparison__title {
    font-size: 8.5vw;
    padding-top: 50px;
  }

  .liting_v1 .section-comparison__header {
    font-size: 1.3em;
    padding: 15px;
  }
  .liting_v1 .section-comparison__row {
    padding: 10px 15px;
  }
  .liting_v1 .section-comparison__label,
  .liting_v1 .section-comparison__value {
    font-size: 0.95em;
  }
  
  .liting_v1 .section-what-is .info .sub_string {
    max-width: 90%;
    margin:10vw auto;
  }
  .liting_v1 .section-what-is__text {
    font-size: 4vw;
    line-height: 6.4vw;
  }
  .liting_v1 .section-before-after__title {
    font-size: 8.5vw;
  }
  .liting_v1 .section-before-after__images {
    padding-top:10px;
  }
  .liting_v1 .section-before-after__images img {
    width:90%;
    margin: 0 auto;
  }

  .liting_v1 .section-surgery-method {
    padding:50px 0;
  }

  .liting_v1 .info_surgery > .inner {
    padding: 50px 5%;
  }

  .liting_v1 .section-surgery-method__title {
    font-size: 8.5vw;
    padding-top: 0;
  }

  .liting_v1 .section-surgery-info__icon {
    font-size: 2.5em;
  }
  .liting_v1 .section-surgery-method__type-title {
    font-size: 1.3em;
  }
  .liting_v1 .section-combined__item-title {
    font-size: 1.2em;
  }
  .liting_v1 .section-surgery-method img {
    max-width: 100%;
    width: 90%;
    padding-top:0;
    margin: 0 auto;
  }
  .liting_v1 .section-what-is .info {
    max-width: 100%;
    width:90%;
    margin:0 auto;
  }
  .liting_v1 .section-surgery-method__note {
    font-size:4vw;
    margin-top:40px;
  }
  .liting_v1 .section-combined .sub_title {
    max-width: 100%;
    width:80%;
    margin:0 auto;
    padding-top: 50px;
  }
  .liting_v1 .section-combined__subtitle {
    font-size: 8.5vw;
    padding-top: 30px;
  }
  .liting_v1 .section-combined__item {
    flex: 1 1 100%;
    max-width: 90%;
  }
  .liting_v1 .section-before-after__images {
    margin:0 10px;
  }
  .liting_v1 .section-before-after__images img:nth-child(1) {
    width: 100%;
  }
  .liting_v1 .section-before-after__images img:nth-child(2) {
    width: 5%;
    margin:2%;
    transform: rotate(90deg);
  }
  .liting_v1 .section-before-after__images img:nth-child(3) {
    width: 100%;
  }

  .liting_v1 .section-before-after__images img:nth-child(4) {
    width: 100%;
  }
  .liting_v1 .section-before-after__images img:nth-child(5) {
    width: 5%;
    margin:2%;
    transform: rotate(90deg);
  }
  .liting_v1 .section-before-after__images img:nth-child(6) {
    width: 100%;
  }

}





.info_surgery {background: #fff;}
.info_surgery .inner ul {display: flex;}
.info_surgery .inner ul li {width: 25%; padding: 0 2%; box-sizing: border-box; border-left: 1px solid #DFE0E2;}
.info_surgery .inner ul li:first-child {border-left: none;}
.info_surgery .inner ul li .icon_box {width: 60%; padding-top: 60%; background-position: center; background-repeat: no-repeat; background-size: contain; margin: 0 auto 10px;}
.info_surgery .inner ul li p {font-size: 24px; letter-spacing: -1px; color: #474A4D; text-align: center;}
.info_surgery .inner ul li p strong {display: block; font-size: 32px; font-weight: 600; line-height: 46px; letter-spacing: -1px; color: #161718; margin-bottom: .3em;}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    .info_surgery .inner ul {flex-wrap: wrap; row-gap: 40px; justify-content: center;}
    .info_surgery .inner ul li {width: 48%;}
    .info_surgery .inner ul li:nth-child(2n-1) {border-left: none;}
    .info_surgery .inner ul li .icon_box {width: 50%; padding-top: 50%; margin: 0 auto 20px;}
    .info_surgery .inner ul li p {font-size: 28px;}
    .info_surgery .inner ul li p strong {font-size: 36px; margin-bottom: .3em;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .info_surgery .inner ul li .icon_box {margin: 0 auto 8px;}
    .info_surgery .inner ul li p {font-size: 16px; line-height: 18px;}
    .info_surgery .inner ul li p strong {font-size: 24px; line-height: 28px; margin-bottom: .3em;}
}