@charset "utf-8";

#content .img_box img {
  width: 100%;
}
#content .sub_visual {
  width: 100%;
  height: 48.5vw;
  position: relative;
  background-image: url(/images/momo/scalp-care/img_visual_bg.jpg);

  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  
}
#content .sub_visual .inner {
  padding: 0 19.06%
}
#content .sub_visual .text_box {
  text-align: left;
}
#content .sub_visual .text_box h3 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}
#content .sub_visual .text_box .add_text {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}
#content [class*="section"] .inner {
  padding: 160px 14.7%;
}
#content .container .title_box {
  text-align: center
}
#content .container .title_box h4 {
  font-size: 64px;
  line-height: 1.5;
  color: #1c1c1c;
  margin-top: 10px;
}
#content .container .title_box .sub_title {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 40px;
}
#content .container .title_box .sub_text {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
  color: #474A4D;
  letter-spacing: -1px;
  margin-top: 36px;
}
#content .container .content_box {
  margin-top: 80px;
}
#content .marker {
  color: #fff;
  background: #1C3BA2;
  padding: 0 4px;
}
#content .cause_list {
  width: 85.38%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
#content .cause_item {
  border-radius: 170px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
}
#content .cause_item .text_box {
  text-align: center;
  letter-spacing: -0.02em;
}
#content .cause_item .text_box h5 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 12px;
  font-weight: 600;
}
#content .cause_item .text_box p {
  font-size: 20px;
  line-height: 1.5;
}
#content .section01 .text_box {
  margin-top: 40px;
  text-align: center;
}
#content .section01 .desc_text {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
#content .section02 {
  background: #F8FAFF;
}
#content .section02 .cause_item {
  background: rgba(16, 94, 229, 0.80);
}
#content .section03 .grid_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
#content .section04 {
  background: linear-gradient(180deg, rgba(16, 28, 51, 0.00) 44.18%, rgba(16, 28, 51, 0.60) 110.65%), #1C3BA2;
  color: #fff;
}
#content .section04 .title_box h4 {
  color: #fff;
}
#content .section04 .img_box {
  width: 83.04%;
  margin: 80px auto;
}
#content .section04 .desc_text {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
#content .section05 {
  background: #F8F8F8;
}
#content .section05 .content_box {
  width: 83.04%;
  margin: 80px auto 0;
}
#content .section05 .point_list>li {
  text-align: center;
  margin-bottom: 120px;
}
#content .section05 .point_list>li:last-of-type {
  margin-bottom: 0;
}
#content .section05 .point_list .num {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 8px 16px;
  background: #2B4DBE;
  border-radius: 30px;
  display: inline-block;
}
#content .section05 .point_list h5 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 24px 0 8px;
}
#content .section05 .point_list .desc_text {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 80px;
}
#content .section05 .feature_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
#content .section05 .feature_box {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  margin-top: 40px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}
#content .section05 .service_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
#content .section05 .service_box {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch
}
#content .section05 .service_box .text_box {
  background: #fff;
  text-align: center;
  padding: 16px 24px;
  letter-spacing: -0.02em;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#content .section05 .service_box .text_box .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
#content .section05 .service_box .text_box .text {
  font-size: 18px;
  line-height: 1.5;
}
#content .section05 .method_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  background: #D2E0F4;
  border-radius: 16px;
  padding: 24px 0;
}
#content .section05 .method_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-right: 2px solid #fff;
  padding: 16px 0;
}
#content .section05 .method_card:last-of-type {
  border-right: none;
}
#content .section05 .method_card .title {
  font-size: 24px;
  font-weight: 700;
  background: #fff;
  border-radius: 18px;
  padding: 4px 16px;
}
#content .section05 .method_card li {
  font-size: 18px;
  text-align: left;
  line-height: 1.4;
}
#content .section05 .method_card ul {
  display: flex;
  flex-wrap: wrap;
  width: 180px;
  gap: 8px 24px;
}
#content .section05 .method_section,
#content .section05 .comparison_section {
  margin: 80px 0;
}
#content .section05 .comparison_chart .separator {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#content .section05 .comparison_chart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  gap: 8px;
}
#content .section05 .comparison_item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  flex: 1;
}
#content .section05 .comparison_item .comparison_header {
  font-size: 18px;
  line-height: 1.4;
  background: #fff;
  padding: 8px 24px;
  background: #1C3BA2;
  color: #fff;
}
#content .section05 .comparison_item:last-of-type .comparison_header {
  background: #DBDBDB;
}
#content .section05 .comparison_item .comparison_body {
  background: #fff;
  ;
  padding: 24px 40px;
}
#content .section05 .comparison_item li {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #DEDEE4;
  padding: 12px 0;
}
#content .section05 .comparison_item li:last-of-type {
  border-bottom: none;
}
#content .section05 .comparison_section .sub_text {
  font-size: 22px;
  text-align: center;
  color: #4f4f4f;
}
#content .section05 .result_section h5 {
  margin-top: 80px;
}
#content .section08 .compare_box t .date {
  font-size: 14px;
  line-height: 1.2;
  color: #B9BAC1;
  font-weight: 600;
}

@media screen and (max-width:1800px) {
#content .section06 .recommend {
    width: 100%;
  }
}

@media screen and (max-width:1540px) {
#content .container .title_box .sub_title {
    font-size: 20px;
    margin-top: 32px;
  }
#content .container .title_box h4 {
    font-size: 54px;
    margin-top: 8px;
  }
#content .cause_list {
    width: 100%;
  }
#content .section05 .content_box {
    width: 100%;
  }
}

@media screen and (max-width:1440px) {
#content .container .section05::after {
    content: none;
  }
}

@media screen and (max-width:1058px) {
#content .container .title_box .sub_text {
    font-size: 20px
  }
}

@media screen and (max-width: 1024px) {
#content .sub_visual {
    padding: 0 5%;
    height: calc(144vw - 94px);
    background-image: url(/images/momo/scalp-care/img_visual_bg_tb.jpg);
    background-position: center bottom;
  }
#content .sub_visual .inner {
    padding: 0;
  }
#content .sub_visual .text_box h3 {
    font-size: 44px;
  }
#content .sub_visual .text_box .add_text {
    font-size: 22px;
  }
#content [class*="section"] .inner {
    padding: 120px 5%;
  }
#content .container .title_box h4 {
    font-size: 44px;
    margin-top: 8px;
  }
#content .container .content_box {
    margin-top: 48px;
  }
#content .cause_list {
    grid-template-columns: repeat(2, 1fr);
  }
#content .cause_item {
    padding: 40px 12px;
  }
#content .section03 .grid_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
#content .section04 .img_box {
    width: 100%;
    margin: 40px auto;
  }
#content .section04 .desc_text {
    font-size: 18px;
    font-weight: 400;
    text-wrap: balance;
    word-break: keep-all;
  }
#content .section05 .service_list {
    gap: 12px
  }
}

@media screen and (max-width:767px) {
#content .wrap {
    min-width: 345px;
  }
#content .sub_visual {
    padding: 0 8%;
    height: calc(180vw - 64px);
    background-image: url(/images/momo/scalp-care/img_visual_bg_mo.jpg);
  }
#content .sub_visual .text_box h3 {
    font-size: 34px;
    margin-bottom: 16px;
  }
#content .sub_visual .text_box .add_text {
    font-size: 18px;
  }
#content [class*="section"] .inner {
    padding: 60px 24px;
  }
#content .container .title_box .sub_title {
    font-size: 18px;
    margin-top: 24px;
  }
#content .container .title_box h4 {
    font-size: 34px;
    margin-top: 8px;
  }
#content .container .content_box {
    margin-top: 40px;
  }
#content .container .title_box .sub_text {
    font-size: 16px
  }
#content .section01 .desc_text {
    font-size: 16px;
  }
#content .cause_list {
    grid-template-columns: repeat(1, 1fr);
  }
#content .cause_item {
    padding: 16px 0;
  }
#content .cause_item .text_box h5 {
    font-size: 20px;
  }
#content .cause_item .text_box p {
    font-size: 16px;
  }
#content .section03 .grid_box {
    gap: 8px;
  }
#content .section05 .point_list .desc_text {
    font-size: 18px;
    margin-bottom: 32px;
  }
#content .section05 .point_list h5 {
    font-size: 30px;
  }
#content .section05 .point_list>li {
    margin-bottom: 80px;
  }
#content .section05 .service_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
#content .section05 .service_box {
    flex-direction: row;
  }
#content .section05 .service_box>div {
    flex: 1;
  }
#content .section05 .service_box .text_box {
    text-align: left;
    align-items: flex-start
  }
#content .section05 .method_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    margin-top: 32px;
  }
#content .section05 .comparison_chart {
    margin-bottom: 48px;
  }
#content .section05 .method_card .title {
    font-size: 20px;
  }
#content .section05 .method_card li {
    font-size: 16px;
    display: inline-block;
    padding: 0 2%;
  }
#content .section05 .comparison_item li {
    text-wrap: balance;
    word-break: keep-all;
    font-size: 16px;
  }
#content .section05 .comparison_item .comparison_body {
    padding: 24px 8px
  }
#content .section05 .comparison_chart .separator {
    font-size: 30px
  }
#content .section05 .result_section h5 {
    font-size: 30px;
    margin-top: 48px;
  }
#content .section05 .comparison_section .sub_text {
    font-size: 18px
  }
#content .section05 .service_box .text_box .title {
    font-size: 18px;
  }
#content .section05 .service_box .text_box .text {
    font-size: 16px;
    text-wrap: balance;
    word-break: keep-all;
  }
#content .section05 .method_card {
    padding: 24px 8px;
  }
#content .section05 .method_section,
#content .section05 .comparison_section {
    margin: 48px 0;
  }
#content .section05 .method_card ul {
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    gap: 8px;
  }
#content .section05 .method_card:last-of-type ul {
    gap: 0;
  }
#content .section05 .method_card {
    border-bottom: 2px solid #fff;
    border-right: none;
  }
#content .section05 .method_card:last-of-type {
    border-bottom: none;
  }
#content .section05 .method_list {
    padding: 24px;
  }
}

/* 부산점 scalp-care 배너 분기 (원본 06_03 보건소신고) */
#content .v-seomyeon{display:none;}
#content .__sc_se, body.seomyeon #content .v-default{display:none;}
#content .__sc_se, body.seomyeon #content .v-seomyeon{display:inline;}
