@charset "UTF-8";

.sub06 em {
  font-style: italic;
}
/* 배너 */
#sub06_hero {
  background-color: #b79c7a;
}
#sub06_hero .sub_hero_txt h2 {
  margin-bottom: 40px;
}
#sub06_hero .sub_hero_txt p {
  line-height: 1.5;
}

/* sub06_surgery */
#sub06_surgery .info_list {
  width: 60%;
}

/* sub06_con01 */
#sub06_con01 .sub_cage {
  padding-top: 0;
}
.con01_box {
  width: 60%;
  margin: 54px auto;
}

/* sub06_con02 */
#sub06_con02 {
  background-color: #f6f1eb;
}
.con02_box {
  margin: 56px 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.con02_box > div {
  width: 33.3333%;
  text-align: center;
}
.con02_box > div p {
  margin-top: 16px;
  font-size: 24px;
  letter-spacing: -1.2px;
  font-weight: 400;
}
.con02_box .left,
.con02_box .right {
  padding: 16px;
  border: 1px solid #eaeaea;
  background-color: #fff;
}
.con02_box .center {
  display: flex;
  align-items: center;
  position: relative;
}
.con02_box .center::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 480px;
  background-image: url(/images/middle-aged/sub/surgery/sub06_con02_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  z-index: 0;
}
.con02_box .center ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 64%;
  margin: 0 auto;
}
.con02_box .center ul li {
  position: relative;
  z-index: 1;
  font-size: 22px;
  color: #fff;
  letter-spacing: -1.2px;
  padding: 16px 36px;
  background-color: #b09265;
  border: 2px solid #d7d7d7;
  border-radius: 50px;
}
.con02_box .center ul li:nth-child(even) {
  background-color: #545454;
  border: 2px solid #eddec8;
}

/* sub06_con03 */
.con03_box {
  margin-top: 52px;
  text-align: center;
}
.con03_box ul {
  display: flex;
  width: 60%;
  margin: 0 auto;
  justify-content: space-between;
  box-sizing: border-box;
}
.con03_box ul li {
  width: 48.5%;
}
.con03_box ul li img {
  width: 100%;
}
.con03_box ul li:first-child {
  position: relative;
}
.con03_box ul li p {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 20px 0;
  background-color: #646464;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
}
.con03_box ul li:last-child p {
  background-color: #b09265;
}
.con03_box > p {
  font-size: 18px;
  color: #afafaf;
  line-height: 1.3;
  letter-spacing: -1.2px;
  font-weight: 400;
  margin-bottom: 60px;
}

/* sub06_con04 */
#sub06_con04 {
  overflow: hidden;
  background-color: #eee9e7;
}
.con04_box::before {
  position: absolute;
  content: "";
  left: -10%;
  bottom: -13vh;
  width: 80%;
  height: 124%;
  z-index: 0;
  background-image: url(/images/middle-aged/sub/surgery/sub06_con0401.png?ver=250110);
  background-repeat: no-repeat;
  background-size: contain; /* 이미지가 요소 안에 맞게 조정 */
  background-position: left bottom;
}
.con04_box {
  display: flex;
  justify-content: flex-end;
  margin-top: 58px;
  position: relative;
  text-align: center;
}
.con04_box .txt {
  width: 50%;
  background-color: #ffffffcd;
  padding: 80px 0 66px;
  position: relative;
  z-index: 1;
}
.con04_box .txt p {
  margin-top: 60px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -1.2px;
  font-weight: 400;
}
.con04_box .txt p b,
.con04_box .txt p span {
  font-weight: 600;
}

/* sub06_con05 */
.con05_box {
  background-color: #f3f3f3;
  padding: 74px 54px 84px;
  text-align: center;
  border-radius: 30px;
}
.con05_box .title .small_tit {
  font-size: 24px;
  color: #fff;
  letter-spacing: -1.2px;
  display: inline-block;
  background-color: #000;
  border-radius: 30px;
  font-weight: 400;
  padding: 2px 24px 4px 50px;
  position: relative;
  margin-bottom: 30px;
}
.con05_box .title .small_tit::before {
  position: absolute;
  content: "!";
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  background-color: #ee1044;
  border-radius: 50px;
  color: #fff;
  left: 8px;
  top: 50%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
}
.con05_box .title .tit {
  font-size: 48px;
  letter-spacing: -1.2px;
  font-weight: 600;
}
.con05_box .list {
  width: 100%;
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.con05_box .list li {
  width: calc(100% / 4 - 5px);
  aspect-ratio: 1/1;
  background-color: #b09265;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -1.2px;
}
.con05_box .list li:nth-child(2) {
  background-color: #c1956d;
}
.con05_box .list li:nth-child(3) {
  background-color: #c49275;
}
.con05_box .list li:nth-child(4) {
  background-color: #bfa46a;
}

/* sub06_con06 */
#sub06_con06 {
  overflow: hidden;
  position: relative;
}
#sub06_con06 .bg_area {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(/images/middle-aged/sub/surgery/sub06_con06_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; /* 이미지가 요소 안에 맞게 조정 */
  background-position: center;
  z-index: 0;
}
#sub06_con06 .sub_small {
  color: #eeeae3;
  letter-spacing: -1.2px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}
#sub06_con06 .sub_title {
  color: #fff;
  line-height: 1.2;
}
#sub06_con06 .sub_title .point {
  color: #fbe3c0;
}
.con06_box {
  position: relative;
  z-index: 1;
  margin-top: 66px;
}
.con06_box ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;

  width: 45%;
}
.con06_box ul li {
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
  letter-spacing: -1.2px;
}
.con06_box ul li .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 47px;
  margin: 0 auto;
  border: 2px solid #b09265;
  border-radius: 50px;
  position: relative;
}
.con06_box ul li .title span {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: flex;
  width: 37px;
  height: 37px;
  align-items: center;
  justify-content: center;
  background-color: #b09265;
  border-radius: 30px;
  position: absolute;
  left: 5px;
}
.con06_box ul li .title p {
  font-size: 28px;
  font-weight: 600;
  position: absolute;
  left: 55%;
  transform: translateX(-50%);
  width: 100%;
  margin-bottom: 4px;
}
.con06_box ul li .desc {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 20px;
}

/* sub06_con07 */
.con07_box {
  margin-top: 54px;
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 70px 0 80px;
  text-align: center;
  letter-spacing: -1.2px;
  box-sizing: border-box;
}
.con07_box .q {
  font-size: 28px;
  font-weight: 600;
  color: #edcc99;
  background-color: #000;
  border-radius: 15px;
  display: inline-block;
  padding: 8px 60px 12px;
  position: relative;
}
.con07_box .q::before {
  position: absolute;
  content: "";
  right: -15px;
  bottom: 10px;
  width: 35px;
  height: 31px;
  background-image: url(/images/middle-aged/sub/surgery/sub06_con07_element.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.con07_box .tit {
  font-size: 28px;
  font-weight: 400;
  margin: 44px 0 56px;
  position: relative;
  display: inline-block;
}
.con07_box .tit::before {
  position: absolute;
  content: "“";
  font-size: 70px;
  color: #dbdbdb;
  left: -40px;
  top: -10px;
  line-height: 1;
}
.con07_box .tit::after {
  position: absolute;
  content: "”";
  font-size: 70px;
  color: #dbdbdb;
  right: -40px;
  bottom: -50px;
  line-height: 1;
}
.con07_box .tit b {
  font-weight: 600;
}
.con07_box .img {
  width: 60%;
  display: flex;
  margin: 0 auto;
}
.con07_box .img img {
  width: 50%;
}
.con07_box .desc {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 60px;
  font-weight: 400;
}
.con07_box .desc b,
.con07_box .desc span {
  font-weight: 600;
}

/* sub06_con08 */
#sub06_con08 {
  background-color: #f6f1eb;
}
.con08_box {
  margin-top: 50px;
}
.con08_box ul {
  display: flex;
  gap: 0 8px;
}
.con08_box ul li {
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 10px;
  text-align: center;
  position: relative;
}
.con08_box ul li .txt {
  margin: 30px 0;
  letter-spacing: -1.2px;
  position: relative;
}
.con08_box ul li .txt::before {
  position: absolute;
  content: "";
  right: -34px;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #f6f1eb;
  transform: translateY(-50%);
  border-radius: 40px;
  z-index: 1;
}
.con08_box ul li .txt::after {
  position: absolute;
  content: "";
  right: -25px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url(/images/middle-aged/sub/surgery/sub06_con08_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.con08_box ul li:last-child .txt::before,
.con08_box ul li:last-child .txt::after {
  display: none;
}
.con08_box ul li .txt span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #b09265;
  padding: 6px 20px;
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
}
.con08_box ul li .txt .tit {
  font-size: 28px;
  color: #b09265;
  font-weight: 600;
  margin: 16px 0 10px;
}
.con08_box ul li .txt p {
  font-size: 19px;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  #sub06_surgery .info_list {
    width: 80%;
  }
  /* sub06_con01 */
  .con01_box {
    width: 80%;
  }

  /* sub06_con02 */
  .con02_box {
    flex-wrap: wrap;
    gap: 40px 11px;
  }
  .con02_box > div {
    width: 49%;
  }
  .con02_box > div p {
    margin-top: 16px;
    font-size: 20px;
  }
  .con02_box .left,
  .con02_box .right {
    flex: 1;
    padding: 16px;
    border: 1px solid #eaeaea;
  }
  .con02_box .center {
    width: 100%;
    order: 1;
  }
  .con02_box .center::before {
    width: 100%;
    height: 170px;
    background-image: url(/images/middle-aged/sub/surgery/sub06_con02_arrow_mo.png);
    bottom: -7vh;
    background-position: center;
    z-index: 0;
  }
  .con02_box .center ul {
    display: flex;
    flex-direction: row;
    gap: 0 6px;
    width: 100%;
  }
  .con02_box .center ul li {
    width: calc(100% / 4 - 3px);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
  }

  /* sub06_con03 */
  .con03_box {
    margin-top: 44px;
  }
  .con03_box ul {
    width: 80%;
  }
  .con03_box ul li p {
    font-size: 20px;
    padding: 14px 0;
  }
  .con03_box > p {
    font-size: 18px;
    margin: 20px 0 40px;
  }

  /* sub06_con04 */
  .con04_box::before {
    left: -16%;
    top: 0;
    width: 90%;
    height: 120%;
  }
  .con04_box {
    margin-top: 38px;
  }
  .con04_box .txt {
    width: 54%;
    padding: 40px 10px 26px;
  }
  .con04_box .txt p {
    margin-top: 30px;
    font-size: 18px;
  }

  /* sub06_con05 */
  .con05_box {
    padding: 54px 34px 64px;
  }
  .con05_box .title .small_tit {
    font-size: 20px;
    padding: 4px 20px 6px 42px;
    margin-bottom: 20px;
  }
  .con05_box .title .small_tit::before {
    font-size: 18px;
  }
  .con05_box .title .tit {
    font-size: 36px;
  }
  .con05_box .list {
    width: 80%;
    max-width: 500px;
    margin: 40px auto 0;
    flex-wrap: wrap;
    gap: 14px;
  }
  .con05_box .list li {
    width: calc(100% / 2 - 7px);
    font-size: 24px;
  }

  /* sub06_con06 */
  .con06_box ul {
    width: 50%;
  }
  .con06_box ul li {
    padding: 20px 0;
  }
  .con06_box ul li .title {
    width: 180px;
    height: 36px;
  }
  .con06_box ul li .title span {
    font-size: 18px;
    width: 30px;
    height: 30px;
    left: 3px;
  }
  .con06_box ul li .title p {
    font-size: 22px;
  }
  .con06_box ul li .desc {
    font-size: 20px;
    margin-top: 10px;
  }

  /* sub06_con07 */
  .con07_box {
    margin-top: 54px;
    padding: 60px 0 70px;
  }
  .con07_box .q {
    font-size: 22px;
    border-radius: 15px;
    display: inline-block;
    padding: 8px 60px 12px;
    position: relative;
  }
  .con07_box .tit {
    font-size: 22px;
    margin: 34px 0 36px;
    display: block;
  }
  .con07_box .tit::before,
  .con07_box .tit::after {
    display: none;
  }
  .con07_box .img {
    width: 80%;
  }
  .con07_box .desc {
    font-size: 20px;
    margin-top: 40px;
  }

  /* sub06_con08 */
  .con08_box {
    margin-top: 50px;
  }
  .con08_box ul {
    flex-wrap: wrap;
    gap: 8px;
    width: 80%;
    margin: 0 auto;
  }
  .con08_box ul li {
    width: calc(100% / 2 - 4px);
    box-sizing: border-box;
    padding: 10px;
  }
  .con08_box ul li .txt {
    margin: 20px 0;
  }
  .con08_box ul li:nth-child(even) .txt::before,
  .con08_box ul li:nth-child(even) .txt::after {
    display: none;
  }
  .con08_box ul li .txt span {
    font-size: 16px;
  }
  .con08_box ul li .txt .tit {
    font-size: 24px;
  }
  .con08_box ul li .txt p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .mo_sub_menu button::before {
    left: -3vw;
  }
  #sub06_surgery .info_list {
    width: 100%;
  }
  #sub06_hero .sub_hero_txt h2 {
    margin-bottom: 20px;
  }
  #sub06_hero .sub_hero_txt p:last-child {
    margin-bottom: 20px;
  }

  /* sub06_con01 */
  .con01_box {
    width: 100%;
    margin: 27px auto 40px;
  }

  /* sub06_con02 */
  .con02_box {
    margin: 36px 0 60px;
    gap: 30px 11px;
  }
  .con02_box > div p {
    margin-top: 8px;
    font-size: 16px;
  }
  .con02_box .left,
  .con02_box .right {
    padding: 8px;
  }
  .con02_box .center::before {
    height: 90px;
    bottom: -5vh;
  }
  .con02_box .center ul li {
    font-size: 16px;
    line-height: 1.3;
  }

  /* sub06_con03 */
  .con03_box {
    margin-top: 24px;
  }
  .con03_box ul {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
  }
  .con03_box ul li p {
    font-size: 16px;
    padding: 7px 0;
    margin-bottom: 4px;
  }
  .con03_box > p {
    font-size: 16px;
    margin: 0 0 20px;
    word-break: keep-all;
    line-height: 1.2;
  }

  /* sub06_con04 */
  .con04_box::before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    height: 100%;
    background-image: url(/images/middle-aged/sub/surgery/sub06_con0401_mo.png);
    background-size: contain;
    background-position: center top;
  }
  .con04_box {
    margin-top: 38px;
  }
  .con04_box .txt {
    width: 100%;
    padding: 40px 10px;
    margin-top: 120vw;
  }
  .con04_box .txt p {
    margin-top: 30px;
    font-size: 16px;
  }

  /* sub06_con05 */
  .con05_box {
    padding: 34px 14px 44px;
  }
  .con05_box .title .small_tit {
    font-size: 16px;
    padding: 4px 18px 6px 38px;
    margin-bottom: 0;
  }
  .con05_box .title .small_tit::before {
    font-size: 16px;
    width: 24px;
    height: 24px;
  }
  .con05_box .title .tit {
    margin-top: 16px;
    font-size: 24px;
  }
  .con05_box .list {
    width: 80%;
    margin: 20px auto 0;
    gap: 6px;
  }
  .con05_box .list li {
    width: calc(100% / 2 - 3px);
    font-size: 16px;
  }

  /* sub06_con06 */
  #sub06_con06 .bg_area {
    background-image: url(/images/middle-aged/sub/surgery/sub06_con06_bg_mo.jpg);
    background-repeat: no-repeat;
    background-size: cover; /* 이미지가 요소 안에 맞게 조정 */
    background-position: center top;
  }
  .con06_box {
    margin-top: 120vw;
  }
  .con06_box ul {
    width: 100%;
  }
  .con06_box ul li {
    padding: 20px 0;
  }
  .con06_box ul li .title {
    width: 150px;
    height: 30px;
  }
  .con06_box ul li .title span {
    font-size: 16px;
    width: 26px;
    height: 26px;
    left: 2px;
  }
  .con06_box ul li .title p {
    font-size: 18px;
  }
  .con06_box ul li .desc {
    font-size: 16px;
    margin-top: 10px;
  }

  /* sub06_con07 */
  .con07_box {
    margin-top: 24px;
    padding: 50px 0;
  }
  .con07_box .q {
    font-size: 18px;
    border-radius: 10px;
    display: inline-block;
    padding: 6px 40px 10px;
    position: relative;
  }
  .con07_box .q::before {
    width: 20px;
    right: -12px;
    bottom: 0;
  }
  .con07_box .tit {
    font-size: 20px;
    margin: 20px 0;
    line-height: 1.4;
  }
  .con07_box .img {
    width: 90%;
  }
  .con07_box .desc {
    font-size: 16px;
    margin-top: 30px;
  }

  /* sub06_con08 */
  .con08_box {
    margin-top: 30px;
  }
  .con08_box ul {
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    margin: 0 auto;
  }
  .con08_box ul li {
    width: calc(100% / 2 - 4px);
    box-sizing: border-box;
    padding: 6px;
  }
  .con08_box ul li .txt {
    margin: 20px 0;
  }
  .con08_box ul li .txt::before {
    width: 16px;
    height: 16px;
  }
  .con08_box ul li .txt::before {
    right: -24px;
    top: 50%;
    width: 30px;
    height: 30px;
  }
  .con08_box ul li .txt::after {
    right: -18px;
    top: 50%;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
  }
  .con08_box ul li:nth-child(even) .txt::before,
  .con08_box ul li:nth-child(even) .txt::after {
    display: none;
  }
  .con08_box ul li .txt span {
    font-size: 14px;
    padding: 3px 15px;
  }
  .con08_box ul li .txt .tit {
    font-size: 18px;
    margin: 10px 0 6px;
  }
  .con08_box ul li .txt p {
    font-size: 14px;
    word-break: keep-all;
  }
}
@media (max-width: 375px) {
  /* sub06_con02 */
  .con02_box > div p {
    font-size: 14px;
  }
  .con02_box .center::before {
    height: 80px;
    bottom: -5vh;
  }
  .con02_box .center ul li {
    font-size: 14px;
    line-height: 1.3;
  }
  .con02_desc {
    font-size: 16px;
  }

  #sub06_con06 .sub_title {
    font-size: 26px;
  }
}
