@charset "UTF-8";

.sub01 em {
  font-style: italic;
}

/* 배너 */
#sub01_hero {
  background-color: #b48f74;
}

/* sub01_con01 */
#sub01_con01 .sub_container {
  padding-bottom: 100px;
}
.con01_img {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 20px;
}
.con01_img .img {
  width: 38%;
  position: relative;
}
.con01_img .img::before {
  position: absolute;
  content: "* 이해를 돕기 위해 연출된 가상의 이미지입니다";
  font-size: 18px;
  letter-spacing: -1.2px;
  color: #7d7d7d;
  font-weight: 400;
  bottom: -38px;
  width: 100%;
  line-height: 1;
  text-align: center;
}
.con01_img .txt {
  width: calc(70% - 20px);
  background-color: #faf7f5;
  border: 1px solid #f1e6de;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: -1.2px;
  text-align: center;
}
.con01_img .txt .tit {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}
.con01_img .txt p {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  background-color: #000;
  line-height: 1;
  padding: 8px 14px 10px;
  margin: 26px 0 16px;
}
.con01_img .txt p b,
.con01_img .txt p span {
  font-weight: 400;
}
.con01_img .txt p span {
  color: #f6dfcd;
}
.con01_img .txt .desc {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
}

/* sub01_con02 */
#sub01_con02 {
  background-color: #f8f8f8;
}
.con02_img {
  margin: 48px 0 58px;
}
.con02_img ul {
  width: 74%;
  margin: 0 auto;
  display: flex;
  gap: 0 10px;
  justify-content: center;
}
.con02_img ul li {
  width: calc(100% / 3 - 5px);
  position: relative;
}
.con02_img ul li img {
  width: 100%;
}
.con02_img ul li .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.con02_img ul li .txt span {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #edddd2;
  font-weight: bold;
  text-transform: uppercase;
}
.con02_img ul li:first-child .txt span {
  color: #ede4d2;
}
.con02_img ul li:last-child .txt span {
  color: #ede1d2;
}
.con02_img ul li .txt p {
  font-size: 30px;
  letter-spacing: -1.2px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  margin-top: 40px;
}

/* sub01_con03 */
.con03_list {
  margin: 50px 0 60px;
  width: 100%;
  text-align: center;
}
.con03_list ul {
  width: 74%;
  flex-direction: column;
  margin: 0 auto;
  display: flex;
  gap: 11px 0;
  justify-content: center;
}
.con03_list ul li {
  background-color: #faf7f5;
  border: 1px solid #f1e6de;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 46px 50px 48px;
  border-radius: 100px;
  text-align: left;
  box-sizing: border-box;
}
.con03_list ul li .left {
  width: 35%;
  font-size: 32px;
  letter-spacing: -1.2px;
  font-weight: 600;
  line-height: 1;
  margin-left: 40px;
  position: relative;
}
.con03_list ul li .left::before {
  position: absolute;
  content: "";
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/images/middle-aged/sub/surgery/sub01_con03_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.con03_list ul li .right {
  width: 65%;
  font-size: 25px;
  letter-spacing: -1.2px;
  font-weight: 400;
  line-height: 1;
}

/* sub01_con04 */
#sub01_con04 {
  background-color: #171717;
  position: relative;
  width: 100%;
  height: 706px;
}
#sub01_con04 .bg_area {
  background-image: url(/images/middle-aged/sub/surgery/sub01_con04_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; /* 높이를 100%로 고정, 너비는 비율에 맞게 */
  width: 100%;
  height: 100%;
}
#sub01_con04 .bg_area img {
  width: 100%;
}
#sub01_con04 .sub_container {
  display: flex;
  justify-content: end;
  padding: 140px 0;
}
.con04_txt {
  position: relative;
  z-index: 1;
  width: 51%;
  text-align: center;
  letter-spacing: -1.2px;
  color: #fff;
  line-height: 1;
}
.con04_txt .con04_title .tit {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 20px;
}
.con04_txt .con04_title .small_tit {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -1.2px;
  opacity: 0.5;
}

.con04_txt .con04_point {
  margin: 60px 0;
  color: #ecbc99;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.con04_txt .con04_point::before {
  position: absolute;
  content: "";
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/images/middle-aged/sub/surgery/sub01_con04_shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 75px;
}
.con04_txt .con04_point::after {
  position: absolute;
  content: "";
  right: -50px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  background-image: url(/images/middle-aged/sub/surgery/sub01_con04_shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 75px;
}
.con04_txt .con04_desc {
  font-size: 25px;
  line-height: 1.4;
  color: #fff;
  letter-spacing: -1.2px;
  font-weight: 400;
}
.con04_txt .con04_desc span {
  color: #f9dcc6;
  font-weight: 400;
}
.con04_txt .con04_desc p:last-child {
  margin-top: 20px;
}

/* sub01_con05 */
#sub01_con05 {
  text-align: center;
}
.con05_tit .small_tit {
  font-size: 24px;
  color: #fff;
  letter-spacing: -1.2px;
  display: inline-block;
  background-color: #000;
  border-radius: 30px;
  font-weight: 400;
  padding: 4px 20px 6px 52px;
  position: relative;
}
.con05_tit .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_tit .title {
  margin-top: 30px;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -1.2px;
}
.con05_list {
  margin: 50px 0;
}
.con05_list ul {
  margin: 0 auto;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.con05_list ul li {
  width: calc(100% / 3 - 5px);
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #b49774;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -1.2px;
}
.con05_list ul li:first-child {
  background-color: #b48f74;
}
.con05_list ul li:last-child {
  background-color: #b48574;
}
.con05_desc {
  font-size: 25px;
  letter-spacing: -1.2px;
  font-weight: 400;
}
.con05_desc span {
  font-weight: 600;
}

.con05_box {
  background-color: #f4f2f1;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 80px 0;
  border-radius: 30px;
  margin-top: 100px;
}
.con05_box .box {
  width: 60%;
  margin: 0 auto;
  letter-spacing: -1.2px;
}
.con05_box .box .num {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  background-color: #b48f74;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
.con05_box .box > p {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 40px;
}
.con05_box .box .img {
  width: 100%;
}
.con05_box .box .img .period {
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  letter-spacing: -1.2px;
  font-weight: 400;
  width: 60%;
  margin: 20px auto;
  position: relative;
}
.con05_box .box .img .period::before {
  position: absolute;
  content: "";
  left: 49%;
  top: 50%;
  width: 30%;
  transform: translate(-50%, -50%);
  border: 1px dashed #373636;
}
.con05_box .box .img .period::after {
  position: absolute;
  content: "";
  background-image: url(/images/middle-aged/sub/surgery/sub01_con05_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 15px;
  left: 66%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.con05_box .box .img .period .after {
  font-weight: 600;
}
.con05_box .box .list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 30px;
}
.con05_box .box .list li {
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 20px 0;
  font-size: 25px;
  letter-spacing: -1.2px;
  font-weight: 600;
}

/* sub01_con06 */
#sub01_con06 {
  background-color: #b2927a;
  text-align: center;
}
.con06_tit {
  color: #fff;
  letter-spacing: -1.2px;
  line-height: 1;
}
.con06_tit .small_tit {
  font-size: 25px;
  font-weight: 400;
}
.con06_tit p {
  font-size: 48px;
  font-weight: 600;
  margin-top: 20px;
}
.con06_tit p .point {
  color: #ffeada;
}
.con06_img {
  margin: 48px 0 30px;
}
.con06_img ul {
  display: flex;
  align-items: stretch;
  gap: 0 10px;
}
.con06_img ul li {
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.con06_img ul li .txt {
  padding: 42px 0;
  letter-spacing: -1.2px;
}
.con06_img ul li .txt .tit {
  padding: 0 20px;
}
.con06_img ul li .txt .num {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #d4d4d4;
  display: inline-block;
  width: 100%;
}
.con06_img ul li .txt p {
  font-size: 30px;
  font-weight: 600;
  color: #262626;
  line-height: 1;
  margin-top: 28px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.con06_img ul li .txt .desc {
  margin-top: 30px;
  font-size: 22px;
  color: #262626;
  letter-spacing: -1.2px;
  line-height: 1.4;
  font-weight: 400;
}
.con06_desc {
  font-size: 18px;
  letter-spacing: -1.2px;
  color: #fff;
  opacity: 55%;
  line-height: 1;
  font-weight: 400;
}

/* sub01_con07 */
#sub01_con07 {
  background-color: #f3efec;
}
.con07_img {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 74px;
}
.con07_img .center {
  background-color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  padding: 140px 0;
  font-size: 25px;
  letter-spacing: -1.2px;
  line-height: 1.4;
  font-weight: 400;
}
.con07_img .center b,
.con07_img .center span {
  font-weight: 600;
}

.con07_img .left {
  position: absolute;
  left: 100px;
  top: -60px;
}
.con07_img .right {
  position: absolute;
  right: 88px;
  top: -90px;
}
.con07_img .left p,
.con07_img .right p {
  position: absolute;
  left: 50%;
  width: 80%;
  bottom: -40px;
  transform: translateX(-50%);
  font-size: 22px;
  color: #fff;
  background-color: #b48f74;
  border-radius: 30px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 4px 10px 6px;
}

.con07_img .left p {
  width: 60%;
}
/* sub01_con08 */
.con08_img {
  margin-top: 50px;
}
.con08_img ul {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  width: 64%;
  margin: 0 auto;
}
.con08_img li {
  display: flex;
  align-items: stretch;
}
.con08_img li .img {
  width: 38%;
}
.con08_img li .txt {
  width: 62%;
  background-color: #f8f8f8;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.con08_img li .txt span {
  font-size: 30px;
  letter-spacing: -1.2px;
  line-height: 1;
  font-weight: 600;
}
.con08_img li .txt p {
  font-size: 22px;
  letter-spacing: -1.2px;
  color: #262626;
  line-height: 1.4;
  margin-top: 16px;
}

/* sub01_con09 */
#sub01_con09 {
  background-color: #f3efec;
  text-align: center;
}
.con09_img {
  margin: 50px 0 30px;
}
.con09_img ul {
  display: flex;
  gap: 0 10px;
}
.con09_img ul li {
  position: relative;
}
.con09_img ul li .img::before {
  position: absolute;
  content: "";
  right: -15px;
  z-index: 1;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(/images/middle-aged/sub/surgery/sub01_con09_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.con09_img ul li .img::after {
  position: absolute;
  content: "";
  right: -20px;
  z-index: 1;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #b48f74;
  border-radius: 30px;
}
.con09_img ul li:last-child .img::before,
.con09_img ul li:last-child .img::after {
  display: none;
}
.con09_img ul li p {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  letter-spacing: -1.2px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  background-color: #cabeb5;
  padding: 10px 0 12px;
}
.con09_img ul li:nth-child(2) p {
  background-color: #c7b1a0;
}
.con09_img ul li:nth-child(3) p {
  background-color: #c2a188;
}
.con09_img ul li:nth-child(4) p {
  background-color: #b48f74;
}
.con09_desc {
  font-size: 18px;
  letter-spacing: -1.2px;
  color: #afafaf;
  font-weight: 400;
}

@media (max-width: 1200px) {
  /* sub01_con01 */
  #sub01_con01 .sub_container {
    padding-bottom: 80px;
  }
  .con01_img {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 80px 0;
  }
  .con01_img .img {
    width: 80%;
    margin: 0 auto;
  }
  .con01_img .txt {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .con01_img .txt .tit {
    font-size: 30px;
  }
  .con01_img .txt p {
    font-size: 22px;
  }
  .con01_img .txt .desc {
    font-size: 22px;
  }

  /* sub01_con02 */
  .con02_img ul {
    width: 100%;
  }
  .con02_img ul li .txt {
    width: 100%;
  }
  .con02_img ul li .txt span {
    font-size: 15px;
  }
  .con02_img ul li .txt p {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
  }

  /* sub01_con03 */
  .con03_list {
    margin: 40px 0;
  }
  .con03_list ul {
    width: 100%;
    max-width: 800px;
  }
  .con03_list ul li {
    padding: 38px 30px 40px;
    border-radius: 100px;
  }
  .con03_list ul li .left {
    width: 25%;
    font-size: 26px;
    margin-left: 30px;
  }
  .con03_list ul li .left::before {
    left: -30px;
    width: 25px;
    height: 25px;
  }
  .con03_list ul li .right {
    width: 70%;
    font-size: 20px;
  }

  /* sub01_con04 */
  #sub01_con04 {
    width: 100%;
    height: 1000px;
  }
  #sub01_con04 .bg_area {
    background-image: url(/images/middle-aged/sub/surgery/sub01_con04_bg_mo.jpg);
    background-size: contain;
    background-position: bottom;
  }
  #sub01_con04 .bg_area img {
    width: 100%;
  }
  #sub01_con04 .sub_container {
    padding: 100px 0;
  }
  .con04_txt {
    width: 100%;
  }
  .con04_txt .con04_title .tit {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .con04_txt .con04_title .small_tit {
    font-size: 20px;
  }
  .con04_txt .con04_point {
    margin: 40px 0;
    font-size: 32px;
  }
  .con04_txt .con04_point::before {
    height: 55px;
  }
  .con04_txt .con04_point::after {
    height: 55px;
  }
  .con04_txt .con04_desc {
    font-size: 20px;
  }
  .con04_txt .con04_desc p:last-child {
    margin-top: 20px;
  }

  /* sub01_con05 */
  .con05_tit .small_tit {
    font-size: 20px;
  }
  .con05_tit .title {
    margin-top: 20px;
    font-size: 40px;
  }
  .con05_list {
    margin: 40px 0;
  }
  .con05_list ul li {
    font-size: 24px;
  }

  .con05_desc {
    font-size: 22px;
  }
  .con05_box {
    padding: 80px 0;
    gap: 60px 0;
    margin-top: 80px;
  }
  .con05_box .box {
    width: 80%;
  }
  .con05_box .box .num {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
  .con05_box .box > p {
    font-size: 32px;
  }
  .con05_box .box .img .period {
    font-size: 22px;
  }
  .con05_box .box .list li {
    padding: 16px 0;
    font-size: 20px;
  }

  /* sub01_con06 */
  .con06_tit .small_tit {
    font-size: 22px;
  }
  .con06_tit p {
    font-size: 40px;
    margin-top: 16px;
  }
  .con06_img {
    margin: 38px 0 20px;
  }
  .con06_img ul li {
    padding: 10px;
  }
  .con06_img ul li .txt {
    padding: 22px 0;
  }
  .con06_img ul li .txt .tit {
    padding: 0;
  }
  .con06_img ul li .txt .num {
    font-size: 24px;
  }
  .con06_img ul li .txt p {
    font-size: 20px;
    word-break: keep-all;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .con06_img ul li .txt .desc {
    margin-top: 20px;
    font-size: 18px;
  }
  .con06_desc {
    font-size: 16px;
  }

  /* sub01_con07 */
  .con07_img {
    margin-top: 54px;
  }
  .con07_img .center {
    background-color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    padding: 100px 0;
    font-size: 20px;
    letter-spacing: -1.2px;
    line-height: 1.4;
    font-weight: 400;
  }
  .con07_img .center b,
  .con07_img .center span {
    font-weight: 600;
  }

  .con07_img .left {
    position: absolute;
    left: 30px;
    top: -60px;
    width: 26%;
  }
  .con07_img .right {
    position: absolute;
    right: 30px;
    top: -70px;
    width: 26%;
  }
  .con07_img .left p,
  .con07_img .right p {
    position: absolute;
    left: 50%;
    width: 80%;
    bottom: -20px;
    transform: translateX(-50%);
    font-size: 18px;
    color: #fff;
    background-color: #b48f74;
    border-radius: 30px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    padding: 4px 10px 6px;
  }

  .con07_img .left p {
    width: 60%;
  }

  /* sub01_con08 */
  .con08_img {
    margin-top: 40px;
  }
  .con08_img ul {
    width: 100%;
    max-width: 800px;
  }
  .con08_img li {
    display: flex;
    align-items: stretch;
  }
  .con08_img li .img {
    width: 38%;
  }
  .con08_img li .txt span {
    font-size: 26px;
  }
  .con08_img li .txt p {
    font-size: 20px;
    margin-top: 8px;
  }

  /* sub01_con09 */
  #sub01_con09 {
    background-color: #f3efec;
    text-align: center;
  }
  .con09_img {
    margin: 30px 0;
  }
  .con09_img ul li .img::before {
    right: -12px;
    width: 12px;
    height: 12px;
  }
  .con09_img ul li .img::after {
    position: absolute;
    content: "";
    right: -20px;
    z-index: 1;
    top: calc(50% - 15px);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #b48f74;
    border-radius: 30px;
  }
  .con09_img ul li:last-child .img::before,
  .con09_img ul li:last-child .img::after {
    display: none;
  }
  .con09_img ul li p {
    font-size: 16px;
    padding: 8px 0;
  }
  .con09_img ul li:nth-child(2) p {
    background-color: #c7b1a0;
  }
  .con09_img ul li:nth-child(3) p {
    background-color: #c2a188;
  }
  .con09_img ul li:nth-child(4) p {
    background-color: #b48f74;
  }
}
@media (max-width: 768px) {
  .mo_sub_menu button::before {
    left: -3vw;
  }
  /* sub01_con01 */
  #sub01_con01 .sub_container {
    padding-bottom: 80px;
  }
  .con01_img {
    margin-top: 24px;
    gap: 60px 0;
  }
  .con01_img .img::before {
    font-size: 16px;
    bottom: -26px;
    width: 80%;
    line-height: 1.2;
  }
  .con01_img .img {
    width: 100%;
    text-align: center;
  }
  .con01_img .img img {
    width: 80%;
  }
  .con01_img .txt {
    padding: 30px 0;
  }
  .con01_img .txt .tit {
    font-size: 26px;
    line-height: 1.3;
  }
  .con01_img .txt p {
    font-size: 18px;
    line-height: 1.4;
  }
  .con01_img .txt .desc {
    font-size: 18px;
    line-height: 1.4;
  }

  /* sub01_con02 */
  .con02_img {
    margin: 28px 0 38px;
  }
  .con02_img ul {
    gap: 0 2px;
  }
  .con02_img ul li {
    width: calc(100% / 3 -1px);
    min-height: 180px;
  }
  .con02_img ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .con02_img ul li .txt span {
    font-size: 12px;
  }
  .con02_img ul li .txt p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
  }

  /* sub01_con03 */
  .con03_list {
    margin: 20px 0;
  }
  .con03_list ul li {
    padding: 10px 0 12px;
    border-radius: 100px;
    gap: 10px 0;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .con03_list ul li .left {
    font-size: 20px;
    margin-left: 0;
    display: inline-block;
    width: auto;
  }
  .con03_list ul li .left::before {
    left: -30px;
    width: 20px;
    height: 20px;
  }
  .con03_list ul li .right {
    width: 100%;
    font-size: 16px;
  }

  /* sub01_con04 */
  #sub01_con04 {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4.9;
  }
  #sub01_con04 .bg_area {
    background-image: url(/images/middle-aged/sub/surgery/sub01_con04_bg_mo.jpg);
    background-size: contain;
    background-position: bottom;
  }
  #sub01_con04 .sub_container {
    padding: 60px 0;
  }
  .con04_txt .con04_title .tit {
    font-size: 34px;
    margin-bottom: 16px;
  }
  .con04_txt .con04_title .small_tit {
    font-size: 16px;
  }
  .con04_txt .con04_point {
    margin: 30px 0;
    font-size: 24px;
  }
  .con04_txt .con04_point::before {
    height: 35px;
    left: -30px;
  }
  .con04_txt .con04_point::after {
    height: 35px;
    right: -30px;
  }
  .con04_txt .con04_desc {
    font-size: 16px;
  }
  .con04_txt .con04_desc p:last-child {
    margin-top: 10px;
  }

  /* sub01_con05 */
  .con05_tit .small_tit {
    font-size: 18px;
    padding: 4px 16px 6px 42px;
  }
  .con05_tit .small_tit::before {
    font-size: 18px;
    left: 6px;
    width: 24px;
    height: 24px;
  }
  .con05_tit .title {
    margin-top: 16px;
    font-size: 32px;
  }
  .con05_list {
    margin: 30px 0;
  }
  .con05_list ul {
    width: 100%;
    gap: 0;
  }
  .con05_list ul li {
    font-size: 18px;
    width: calc(100% / 3 + 4px);
    margin: 0 -8px;
  }

  .con05_desc {
    font-size: 18px;
  }

  .con05_box {
    padding: 60px 0;
    gap: 40px 0;
    margin-top: 60px;
  }
  .con05_box .box {
    width: 90%;
  }
  .con05_box .box .num {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }
  .con05_box .box > p {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .con05_box .box .img .period {
    font-size: 18px;
    width: 70%;
  }
  .con05_box .box .img .period::after {
    width: 12px;
    height: 12px;
  }
  .con05_box .box .list {
    width: 100%;
    gap: 10px 0;
    margin-top: 20px;
  }
  .con05_box .box .list li {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
  }

  /* sub01_con06 */
  .con06_tit .small_tit {
    font-size: 18px;
  }
  .con06_tit p {
    font-size: 32px;
    margin-top: 10px;
  }
  .con06_img {
    margin: 30px 0 20px;
  }
  .con06_img ul {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
  .con06_img ul li {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .con06_img ul li .img {
    width: 52%;
    aspect-ratio: 1.2 / 1;
  }
  .con06_img ul li .img img {
    width: 100%;
    height: 100%;
  }
  .con06_img ul li .txt {
    width: 45%;
    padding: 0;
    text-align: left;
  }
  .con06_img ul li .txt .tit {
    padding: 0 20px 0 0;
  }
  .con06_img ul li .txt .num {
    font-size: 16px;
  }
  .con06_img ul li .txt p {
    font-size: 18px;
    word-break: keep-all;
    line-height: 1.3;
    margin-top: 0;
    padding-bottom: 5px;
  }
  .con06_img ul li .txt .desc {
    margin-top: 10px;
    font-size: 14px;
  }
  .con06_desc {
    font-size: 16px;
    line-height: 1.2;
  }

  /* sub01_con07 */
  .con07_img {
    margin-top: 24px;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0 20px;
  }
  .con07_img .center {
    background-color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    padding: 40px 0;
    font-size: 18px;
    letter-spacing: -1.2px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 40px;
  }
  .con07_img .center b,
  .con07_img .center span {
    font-weight: 600;
  }

  .con07_img .left {
    width: calc(100% / 2 - 10px);
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .con07_img .right {
    width: calc(100% / 2 - 25px);
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .con07_img .right img {
    object-fit: cover;
  }
  .con07_img .left p,
  .con07_img .right p {
    position: static;
    transform: none;
    width: auto;
    padding: 4px 16px;
    font-size: 16px;
  }

  /* sub01_con08 */
  .con08_img {
    margin-top: 30px;
  }
  .con08_img ul {
    width: 100%;
    flex-direction: row;
    gap: 0 8px;
    align-items: stretch;
  }
  .con08_img ul li {
    width: calc(100% / 2 - 4px);
    display: flex;
    flex-direction: column;
  }
  .con08_img ul li .img,
  .con08_img ul li .txt {
    width: 100%;
  }
  .con08_img ul li .txt {
    padding: 30px 0;
  }
  .con08_img li .txt span {
    font-size: 24px;
  }
  .con08_img li .txt p {
    font-size: 16px;
    margin-top: 10px;
  }
  .con09_img ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 8px;
  }
  .con09_img ul li {
    width: calc(100% / 2 - 4px);
  }

  .con09_img ul li:last-child .img::before,
  .con09_img ul li:last-child .img::after,
  .con09_img ul li:nth-child(2) .img::before,
  .con09_img ul li:nth-child(2) .img::after {
    display: none;
  }

  .con09_img ul li p {
    font-size: 16px;
    padding: 4% 0;
  }

  .con09_desc {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 375px) {
  /* sub01_con01 */
  .con01_img .img::before {
    font-size: 14px;
  }
  .con01_img .txt .tit {
    font-size: 24px;
  }
  .con01_img .txt p,
  .con01_img .txt .desc {
    font-size: 16px;
    line-height: 1.4;
  }

  /* sub01_con03 */
  .con03_list ul li .left {
    font-size: 18px;
  }
  .con03_list ul li .left::before {
    left: -20px;
    width: 16px;
    height: 16px;
  }
  .con03_list ul li .right {
    width: 100%;
    font-size: 14px;
  }

  /* sub01_con04 */
  .con04_txt .con04_point {
    font-size: 20px;
  }
  .con04_txt .con04_desc {
    font-size: 14px;
  }

  /* sub01_con05 */
  .con05_tit .title {
    font-size: 28px;
  }
  .con05_list ul li {
    font-size: 16px;
    width: calc(100% / 3 + 8px);
    margin: 0 -8px;
  }
  .con05_box {
    padding: 40px 0;
    gap: 30px 0;
    margin-top: 40px;
  }
  .con05_box .box .img .period::before {
    width: 20%;
  }
  .con05_box .box .img .period::after {
    left: 60%;
  }
  .con05_box .box .list li {
    font-size: 14px;
  }

  .con07_img .left p,
  .con07_img .right p {
    position: static;
    transform: none;
    width: auto;
    padding: 4px 10px;
    font-size: 14px;
  }
}
