@charset "utf-8";

#content .img_box img {
  width: 100%;
}


#content .sub_visual {
  width: 100%;
  height: 48.5vw;
  position: relative;
  background-image: url("/assets/images/momo/female/female-design/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: var(--gray-color-1000);
  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: var(--gray-color-800);
  letter-spacing: -1px;
  margin-top: 36px;
}


#content .container .content_box {
  margin-top: 80px;
}


#content .vertical_box {
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
}


#content .vertical_box .text_box {
  text-align: center;
  font-size: 20px;
  padding: 32px 16px;
  background: #fff;
  text-wrap: balance;
  word-break: keep-all;
  line-height: 1.4;
}


#content .section01 .content_box {
  width: calc(1130/1368 * 100%);
  margin: 80px auto 0;
}


#content .section01 .vertical_box {
  border-radius: 16px;
}


#content .section02 .content_box {
  width: calc(1130/1368 * 100%);
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}


#content .section02 .img_box {
  border-radius: 16px;
  overflow: hidden;
}


#content .section02 .img_wrap .desc_text {
  font-size: 24px;
  margin-top: 24px;
  text-align: center;
}


#content .section02 .circle_wrap {
  width: 60%;
}


#content .section02 .overlapping-circles {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
}


#content .section02 .circle {
  width: 100%;
  min-width: 360px;
  max-width: 500px;
  padding: 48px 0;
  border-radius: 50%;
  background: rgba(234, 63, 63, 0.15);
  text-align: center;
  margin: -32px auto 0;
  z-index: 1;
  position: relative;
}


#content .section02 .circle:first-child {
  margin-top: 0;
}


#content .section02 .circle h4 {
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: bold;
}


#content .section02 .circle p {
  margin: 0;
  font-size: 18px;
}


#content .section03 {
  background: #F8F8F8;
}


#content .section03 .point_item {
  width: calc(1136/1368 * 100%);
  margin: 0 auto 120px;
  text-align: center
}


#content .section03 .point_item.style_wrap {
  width: 100%;
}


#content .section03 .point_item:last-of-type {
  margin-bottom: 0;
}


#content .section03 .point_list .num {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 8px 16px;
  background: var(--woman-color-main);
  border-radius: 30px;
  display: inline-block;
}


#content .section03 .point_list h5 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 24px 0 8px;
}


#content .section03 .point_list h5+.sub_text {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}


#content .section03 .point_list .desc_text {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  text-wrap: balance;
  word-break: keep-all;
}


#content .section03 .style_wrap .vertical_wrap {
  justify-content: space-between;
  align-items: stretch;
}


#content .section03 .style_wrap .vertical_box {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.10);
  height: auto;
}


#content .section03 .style_wrap .vertical_box .img_box {
  position: relative;
}


#content .section03 .style_wrap .vertical_box .label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.4;
  border: 1px solid var(--black-color-300);
  border-radius: 16px;
  padding: 2px 24px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  text-transform: uppercase;
}


#content .section03 .style_wrap .vertical_box .text_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.02em;
  padding: 32px;
  line-height: 1.4;
}


#content .section03 .style_wrap .vertical_box .text_box .main_text {
  font-size: 26px;
  font-weight: 700;
}


#content .section03 .style_wrap .vertical_box .text_box .sub_text {
  font-size: 20px;
  text-wrap: balance;
  word-break: keep-all;
  line-height: 1.4;
}


#content .section03 .style_wrap .vertical_box .text_box .desc_text {
  font-size: 16px;
  font-weight: 600;
  color: #3F7DEA;
  padding-top: 12px;
  border-top: 1px solid var(--black-color-300);
  width: 100%;
  text-align: center;
}


#content .section03 .compare_list {
  width: calc(672/1140 * 100%);
  margin: 40px auto 120px;
}


#content .section03 .compare_list li {
  margin-bottom: 24px;
}


#content .section03 .compare_list li:last-of-type {
  margin-bottom: 0;
}


#content .section03 .compare_list .img_box {
  display: flex;
  justify-content: stretch;
  align-items: center;
}


#content .section03 .compare_list figure {
  flex: 1;
  position: relative;
  padding-bottom: 31px;
}


#content .section03 .compare_list figure figcaption {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  height: 32px;
  line-height: 2;
  width: 100%;
  background-color: #8A8D9F;
  position: absolute;
  bottom: 1px;
  left: 0;
}


#content .section03 .compare_list figure.after figcaption {
  background-color: #676A7D;
}


#content .section03 .compare_list .desc_text li {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  display: inline-block;
  padding: 0 16px;
  border-right: 1px solid #B9BAC1;
  margin: 16px 0 12px;
}


#content .section03 .compare_list .desc_text li:last-of-type {
  border-right: none;
}


#content .section03 .compare_list .date {
  font-size: 14px;
  line-height: 1.2;
  color: var(--black-color-300);
  font-weight: 600;
}


#content .item01 h5:nth-of-type(2) {
  margin-top: 80px;
}


#content .item02 .design_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}


#content .item02 .design_item {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
}


#content .item02 .design_item .img_box {
  position: relative;
  flex: 1;
}


#content .item02 .design_item .label {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  border-radius: 18px;
  border: 1px solid rgba(28, 28, 28, 0.30);
  padding: 4px 24px;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0);
  z-index: 1;
  width: max-content;
}


#content .item02 .design_item .text_box {
  background: #fff;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}


#content .item03 .horizontal_box {
  margin-top: 40px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}


#content .item03 .horizontal_box .text_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  box-sizing: border-box;
  background: #fff;
  text-align: left;
}


#content .item03 .horizontal_box .text_box li {
  margin-bottom: 24px;
}


#content .item03 .horizontal_box .text_box li:last-of-type {
  margin-bottom: 0;
}


#content .item03 .horizontal_box .img_box:nth-of-type(1) {
  grid-row: 1 / span 2;
  grid-column: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}


#content .item03 .horizontal_box .img_box:nth-of-type(1) img {
  object-fit: contain;
  aspect-ratio: 568/400;
}


#content .item03 .horizontal_box .img_box:nth-of-type(2) {
  grid-row: 1;
  grid-column: 2;
}


#content .item03 .horizontal_box .img_box img {
  object-fit: cover;
  height: 100%;
}


#content .item03 .horizontal_box .text_box {
  grid-row: 2;
  grid-column: 2;
}


#content .item05 .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0 24px;
  ;
}


#content .item05 .grid_box .img_box {
  position: relative;
}


#content .item05 .grid_box .label {
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.02em;
  background: var(--woman-color-03);
  border-radius: 18px;
  padding: 2px 8px;
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%, 0);
  z-index: 1;
}


#content .item05 .grid_box .img_box:nth-of-type(1) {
  grid-row: 1;
  grid-column: 1;
}


#content .item05 .grid_box .img_box:nth-of-type(2) {
  grid-row: 1;
  grid-column: 2;
}


#content .item05 .grid_box .img_box img {
  object-fit: cover;
  height: 100%;
}


#content .item05 .grid_box .text_box {
  grid-row: 2;
  grid-column: 1/ span 2;
  background: #fff;
  padding: 32px 16px;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1.4;
}


#content .item06 .compare_box {
  width: 100%;
  background: #fff;
  padding: 60px 0
}


#content .item06 .compare_list {
  margin: 40px auto;
}


#content .item06 .main_text {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  padding: 0 16px;
  text-wrap: balance;
  word-break: keep-all;
}


#content .item06 .note_box {
  margin-top: 0;
}


#content .section04 {
  width: 100%;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/images/momo/female/female-design/img_section04_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}


#content .section04 .text_box {
  letter-spacing: -0.02em;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-wrap: balance;
  word-break: keep-all;
  text-align: center;
}


#content .section04 h4 {
  font-size: 64px;
  line-height: 1.2;
}


#content .section04 p {
  font-size: 24px;
  line-height: 1.4;
}

@media screen and (max-width:1540px) {


  #content .container .title_box .sub_title {
    font-size: 24px;
  }


  #content .container .title_box h4 {
    font-size: 54px;
    margin-top: 8px;
  }


  #content .section02 .content_box {
    width: 100%;
  }


  #content .section03 .point_item {
    width: 100%;
  }


  #content .section03 .point_list {
    width: 100%;
  }


  #content .section03 .horizontal_box .text_box {
    padding: 24px;
  }


  #content .style_wrap .horizontal_box {
    width: 100%;
  }


  #content .style_wrap .horizontal_box .text_box {
    padding: 24px;
  }


  #content .style_wrap .vertical_box .label {
    font-size: 14px;
  }


  #content .style_wrap .vertical_box .text_box {
    padding: 16px;
  }
}

@media screen and (max-width:1440px) {


  #content .section03 .feature_box .text_box {
    padding: 24px;
  }


  #content .section03 .feature_box .img_box img {
    height: 100%;
  }
}

@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("/assets/images/momo/female/female-design/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 .title_box .sub_title {
    font-size: 20px;
  }


  #content .container .content_box {
    margin-top: 48px;
  }


  #content .section02 .content_box {
    flex-direction: column;
    width: 100%;
  }


  #content .style_wrap .content_box h5 {
    font-size: 40px;
  }


  #content .style_wrap .horizontal_box .main_text {
    font-size: 16px;
  }


  #content .section03 .point_list {
    width: 100%;
  }


  #content .section03 .point_list h5 {
    font-size: 36px
  }


  #content .section03 .horizontal_box .text_box {
    padding: 24px 32px;
  }


  #content .item03 .horizontal_box {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }


  #content .item03 .horizontal_box .img_box:nth-of-type(1) {
    grid-column: 1;
    grid-row: auto;
  }


  #content .item03 .horizontal_box .img_box:nth-of-type(2) {
    grid-column: 1;
    grid-row: auto;
  }


  #content .item03 .horizontal_box .img_box:nth-of-type(1) img {
    object-fit: contain;
    aspect-ratio: 361/220;
  }


  #content .item03 .horizontal_box .text_box {
    grid-column: 1;
    grid-row: auto;
  }


  #content .item03 .compare_list,
  #content .item06 .compare_list {
    width: 100%;
  }


  #content .item02 .design_list {
    gap: 16px;
  }


  #content .item02 .design_item .label {
    font-size: 18px;
    top: 7%;
  }


  #content .section03 .swiper-pagination {
    display: block;
  }


  #content .item06 .compare_box {
    padding: 5%;
  }


  #content .section04 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/images/momo/female/female-design/img_section04_bg_mo.jpg");
    background-position: bottom left;
    background-attachment: initial;
  }


  #content .section04 h4 {
    font-size: 48px;
  }


  #content .section04 p {
    font-size: 20px;
  }
}

@media screen and (max-width:767px) {


  #content .wrap {
    min-width: 375px;
  }


  #content .sub_visual {
    padding: 0 8%;
    height: calc(180vw - 64px);
    background-image: url("/assets/images/momo/female/female-design/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;
    text-wrap: balance;
    word-break: keep-all;
    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 .content_box {
    width: 100%;
  }


  #content .vertical_box .text_box {
    font-size: 16px;
    padding: 24px 16px;
    text-wrap: balance;
    word-break: keep-all;
  }


  #content .item02 .design_item {
    flex-direction: row;
  }


  #content .section02 .inner {
    padding: 0 24px 60px;
  }


  #content .section02 .feature-item {
    padding: 8px 32px;
  }


  #content .section02 .feature-item:nth-of-type(2n) {
    border-right: none;
  }


  #content .section02 .content_box {
    gap: 40px;
  }


  #content .section02 .text-box p {
    font-size: 18px;
  }


  #content .section02 .feature_list {
    width: 100%;
  }


  #content .section02 .img_wrap .desc_text {
    font-size: 16px;
  }


  #content .section02 .circle_wrap {
    width: 100%;
  }


  #content .section02 .overlapping-circles {
    margin: 0;
  }


  #content .section02 .circle {
    min-width: auto;
  }


  #content .section02 .circle h4 {
    font-size: 20px;
  }


  #content .section02 .circle p {
    font-size: 16px;
    line-height: 1.6;
  }


  #content .section03 .point_list h5+.sub_text {
    font-size: 20px;
    text-wrap: balance;
    word-break: keep-all;
  }


  #content .section03 .inner {
    padding: 60px 0;
  }


  #content .section03 .point_item {
    padding: 0 5%;
  }


  #content .section03 .point_item.style_wrap {
    padding: 0;
  }


  #content .item02 .design_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }


  #content .style_wrap .content_box h5 {
    font-size: 32px;
  }


  #content .style_wrap .content_box .sub_text {
    font-size: 18px;
  }


  #content .style_wrap .horizontal_box {
    flex-direction: column;
  }


  #content .style_wrap .horizontal_box>div {
    width: 100%;
  }


  #content .style_wrap .horizontal_box .text_box {
    padding: 40px 22px;
  }


  #content .section03 .horizontal_box {
    flex-direction: column;
  }


  #content .section03 .horizontal_box>div {
    width: 100%;
  }


  #content .section03 .horizontal_box .text_box {
    padding: 40px 16px;
  }


  #content .section03 .point_list h5 {
    font-size: 30px;
  }


  #content .section03 .point_list>li {
    margin-bottom: 80px;
  }


  #content .item03 .compare_list .desc_text li,
  #content .item06 .compare_list .desc_text li {
    font-size: 16px;
    padding: 0 6px;
  }


  #content .item03 .compare_list .date,
  #content .item06 .compare_list .date {
    font-size: 12px;
  }


  #content .item03 .compare_list,
  #content .item06 .compare_list {
    width: 100%;
  }


  #content .item05 .grid_box {
    gap: 0 8px;
  }


  #content .item05 .grid_box .text_box {
    font-size: 16px;
  }


  #content .item05 .grid_box .label {
    font-size: 12px;
    top: auto;
    bottom: 5%;
  }


  #content .item06 .compare_box {
    padding: 0;
    background: none;
  }


  #content .item06 .main_text {
    font-size: 16px;
    padding: 24px 16px;
    background: #fff;
    text-wrap: balance;
    word-break: keep-all;
  }


  #content .section03 .style_wrap .vertical_box .text_box .main_text {
    font-size: 18px;
  }


  #content .section03 .style_wrap .vertical_box .text_box .sub_text {
    font-size: 16px;
  }


  #content .section03 .swiper-container {
    padding: 0 0 60px;
  }


  #content .section03 .point_list .desc_text {
    font-size: 16px;
  }


  #content .style_wrap .vertical_box .text_box .main_text {
    font-size: 18px;
  }


  #content .style_wrap .vertical_box .text_box .sub_text {
    font-size: 16px;
  }


  #content .style_wrap .vertical_box .text_box .desc_text {
    font-size: 14px;
  }


  #content .style_wrap .vertical_box .label {
    font-size: 12px;
  }


  #content .style_wrap .vertical_box {
    width: 100%;
  }


  #content .section04 h4 {
    font-size: 36px;
  }


  #content .section04 p {
    font-size: 18px;
  }
}

/* 부산점 female-design 배너 부제 분기 (원본 05_02) */
#content .v-seomyeon{display:none;}
#content .__fd_se, body.seomyeon #content .v-default{display:none;}
#content .__fd_se, body.seomyeon #content .v-seomyeon{display:inline;}
