@charset "UTF-8";
:root {
  --primary-color: var(--C-e7538a);
  --secondary-color: var(--C-98214e);
  --btn-color: var(--C-e75077);
  --swiper-active: var(--C-98214e);
  --bg-color: var(--C-fff8f6);
}


.mt-0 {
  margin: 0 !important;
}

.C-visual::after {
  content: none;
}

.swiper-wrapper::after {
  content: "";
  height: 60%;
  left: 0;
  right: 0;
  margin: 0;
  width: auto;
  max-width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(var(--bg-color))
  );
  background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 100%);
}

.C-center_banner {
  position: relative;
  background-color: var(--C-ffffff);
  height: 100%;
}

.C-center_banner .swiper-slide {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.C-center_banner .swiper-slide img {
  width: auto;
  position: relative;
  height: 100%;
}
@media (max-width: 720px) {
  .C-center_banner .swiper-slide img {
    height: auto;
    width: 100%;
  }
}

.C-center_banner .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 30px auto 0;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 220px;
  gap: 0 20px;
}

.C-center_banner .swiper-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  position: relative;
  bottom: 0;
  top: 0;
}

.C-center_banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  background-color: var(--C-ffffff);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}

.C-center_banner
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--primary-color);
}

.C-center_banner .swiper-button-next,
.C-center_banner .swiper-button-prev {
  position: relative;
  margin-top: 0;
  left: auto;
  right: auto;
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.C-center_banner .swiper-button-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.C-center_banner .swiper-button-next:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.C-center_banner .swiper-button-next:after,
.C-center_banner .swiper-button-prev:after {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#wrap {
  background-color: var(--bg-color);
}

.wb_img {
  display: block;
}

.mb_img {
  display: none;
}

.C-visual {
  /* overflow: hidden; */
}
.C-visual.type1 {
  background: url("../images/wb/middle_age_eye/middleAge_theme_bg1.jpg")
    no-repeat center 0 / cover;
}
@media (max-width: 1500px) {
  .C-visual {
    height: 70vw;
  }
}
.C-visual .img_text {
  text-align: left;
}
.C-visual .img_text .item_02 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ad4f6d),
    to(#98214e)
  );
  background: linear-gradient(to bottom, #ad4f6d, #98214e);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1;
}
.C-visual .counseling_form .btn_request {
  background-color: var(--primary-color);
}
.C-visual:after {
  content: "";
  margin: 0;
  left: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
  max-width: 100%;
  height: 60%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(var(--bg-color))
  );
  background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 100%);
}

.C-title .primary-color {
  color: var(--primary-color);
}

@media (max-width: 1024px) {
  .C-inner {
    padding: 0 40px;
  } 
}
@media (max-width: 720px) {
  .C-inner {
    padding: 0 3%;
  }
}

.middleAge_theme_info > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin: 50px auto 0;
  position: relative;
  padding: 0 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .middleAge_theme_info > .text {
    padding: 0 var(--vw40);
  }
}
.middleAge_theme_info > .text.t-center {
  text-align: center;
}
@media (max-width: 1024px) {
  .middleAge_theme_info > .text {
    width: auto;
    margin: 5% 3% 0;
    background-size: 35vw;
  }
}
@media (max-width: 720px) {
  .middleAge_theme_info > .text {
    height: auto;
    padding: 4% 0 4% 7%;
    background-size: 30vw;
    background-position: right 10% center;
  }
}
.middleAge_theme_info > .text span {
  font-size: var(--f-50);
  color: var(--C-737380);
  line-height: 1.1;
  letter-spacing: -1px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .middleAge_theme_info > .text span {
    font-size: 5vw;
  }
}
.middleAge_theme_info > .text strong {
  display: block;
  font-size: var(--f-90);
  color: var(--secondary-color);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -3px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .middleAge_theme_info > .text strong {
    font-size: 9vw;
  }
}
.middleAge_theme_info > .text .info_img {
  width: 320px;
  right: 63px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 720px) {
  .middleAge_theme_info > .text .info_img {
    width: 30vw;
    right: 7%;
    font-size: 0;
  }
  .middleAge_theme_info > .text .info_img img {
    width: 100%;
  }
}
.middleAge_theme_info > .text::before {
  content: "[";
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: var(--f-126);
  color: var(--C-e7a8bf);
  font-weight: 900;
}
@media (max-width: 720px) {
  .middleAge_theme_info > .text::before {
    font-size: 12vw;
    bottom: 0;
  }
}
.middleAge_theme_info > .text::after {
  content: "]";
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: var(--f-126);
  color: var(--C-e7a8bf);
  font-weight: 900;
}
@media (max-width: 720px) {
  .middleAge_theme_info > .text::after {
    font-size: 12vw;
    bottom: 0;
  }
}
.middleAge_theme_info .photo {
  padding-top: 97px;
}
.middleAge_theme_info .photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.middleAge_theme_info .photo ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.middleAge_theme_info .photo ul li strong {
  display: block;
  padding-top: 25px;
  font-size: var(--f-28);
  color: var(--C-98214e);
  font-weight: 900;
  line-height: 1.1;
}
@media (max-width: 720px) {
  .middleAge_theme_info .photo ul li strong {
    padding-top: var(--vw25);
  }
}
.middleAge_theme_info .photo ul li span {
  font-size: var(--f-28);
  color: var(--C-000b17);
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 720px) {
  .middleAge_theme_info .photo ul li span {
    font-size: var(--vw24);
  }
  .middleAge_theme_info .photo ul li span br {
    display: none;
  }
}

.operation_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 720px) {
  .operation_info {
    padding: var(--vw80) 0;
    margin: var(--vw80) 0;
  }
}
.operation_info .title {
  font-size: var(--f-80);
  color: var(--C-98214e);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -3px;
  margin-bottom: 80px;
}
@media (max-width: 720px) {
  .operation_info .title {
    font-size: var(--vw80);
    margin-bottom: var(--vw50);
  }
}
.operation_info .text {
  font-size: var(--f-40);
  color: var(--C-98214e);
  text-align: center;
  font-weight: 900;
  margin-top: 20px;
}
.operation_info .sub_text {
  font-size: var(--f-28);
  color: var(--C-222222);
  text-align: center;
  line-height: 1.3;
  margin-top: 15px;
}
.operation_info .sub_text .sub_text strong {
  font-weight: 900;
}


.C-BeforeAfter .include_bna_swiper .swiper-pagination-bullet-active {
  background-color: var(--swiper-active);
}
.C-idCenter li:nth-child(1),
.C-idCenter li:nth-child(2),
.C-idCenter li:nth-child(3) {
  background-color: var(--C-ffe9e5);
}

.C-idCenter li:nth-child(1) {
  background-image: url(../images/wb/common/idCenter_list_img_04.png);
}

.C-idCenter li:nth-child(2) {
  background-image: url(../images/wb/common/idCenter_list_img_05.png);
}

.C-idCenter li:nth-child(3) {
  background-image: url(../images/wb/common/idCenter_list_img_06.png);
}

.C-idCenter li:nth-child(1) h5 {
  color: var(--C-f77a16);
}

.C-idCenter li:nth-child(2) h5 {
  color: var(--C-ea6753);
}

.C-idCenter li:nth-child(3) h5 {
  color: var(--C-f77a16);
}

.C-idCenter li p {
  color: var(--C-45474d);
}

@media (max-width: 1920px) {
  .C-visual .img_text img {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  .wb_img {
    display: none;
  }
  .mb_img {
    display: block;
  }
  .C-visual .img_text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--vw40) 0;
  }
  .C-visual .img_text img {
    max-width: 90%;
  }
  .C-visual .img_text .item_02 {
    font-size: var(--vw80);
  }
  .C-visual:after {
    bottom: 0;
    height: 80%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(98%, var(--bg-color))
    );
    background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 98%);
  }
}
.C-visual:after {
  content: none;
}

.C-center_banner {
  background-color: var(--bg-color);
}

.swiper-wrapper::after {
  content: "";
  height: 60%;
  left: 0;
  right: 0;
  margin: 0;
  width: auto;
  max-width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(var(--bg-color))
  );
  background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 100%);
}

.model_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.model_list .model_item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}

.model_list .model_item img {
  width: 100%;
}


.model_list .model_item .model_txt .desc {
  color:#f9e0e9;   
}

.center_commonContents .inner {
  max-width: 960px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding-bottom: 110px;
}
.center_commonContents .inner .title {
  text-align: center;
  margin-bottom: 65px;
  letter-spacing: -2px;
}
.center_commonContents .inner .title h5 {
  font-size: var(--f-40);
  color: var(--C-000b17);
  font-weight: 900;
}
.center_commonContents .inner .title h5 strong {
  color: #98214e;
}
.center_commonContents .inner .title .description {
  font-size: var(--f-24);
  color: var(--C-45474d);
  line-height: 1.4;
}
.center_commonContents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px 0;
}
.center_commonContents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0 30px;
}
.center_commonContents ul li .img_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.center_commonContents ul li img {
  width: 100%;
}


/* 미디어 쿼리 분기점 */
@media (max-width: 1500px) {
  .C-center_banner .swiper-slide img {
    height: auto;
    width: 120%;
    left: -10%;
  }
  .C-center_banner .swiper-button {
    bottom: 25%;
  }
  
    
    
}
@media (max-width: 1024px) {
  .center_commonContents ul li .img_wrap {
    width: 300px;
  }
    
  
    
}
@media (max-width: 720px) {
  .C-visual {
    height: auto;
  }
  .swiper-wrapper::after {
    content: none;
  }
  .C-center_banner .swiper-slide img {
    max-width: 100%;
    left: 0;
  }
  .C-center_banner .swiper-button-next,
  .C-center_banner .swiper-button-prev {
    display: none;
  }
  .C-center_banner .swiper-button {
    bottom: 1vw;
    margin: 0;
  }
  .center_commonContents .inner .title {
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 5.28vw;  
  }
  .center_commonContents .inner .title strong {
    display: block;
    font-size: var(--vw48);
  }
  .center_commonContents .inner .title .description {
    display: none;
    font-weight: 500;
  }
  .center_commonContents .inner .title .description span {
    display: block;
  }
  .center_commonContents .inner .title h5 {
    font-size: 5.5vw;;
  }
  .center_commonContents .inner .title h5 strong {
    font-size: 5.5vw;
    display: inline-block;
  }
  .center_commonContents .inner,
  .center_commonContents .good_afterID .inner {
    padding: 0 3%;
  }
  
    
    .model_list .model_item .model_txt .desc{
     font-size: 3.89vw;   
    }
    .model_list .model_item .model_txt .tit{
        font-size: 5.5vw;
        line-height: 1.3;
    }
    
    .center_commonContents ul{
        margin: 14vw 0 12vw;
        gap: 6vw 0;
    }    
  .center_commonContents ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .center_commonContents ul li .img_wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }
  
  .model_list .model_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
 
    
    
} /*# sourceMappingURL=middleAge_center.css.map */
