@charset "UTF-8";

.sub03 em {
  font-style: italic;
}

/* 배너 */
#sub03_hero {
  background-color: #b47c87;
}

/* sub03_con01 */
#sub03_con01 .sub_container {
  padding-top: 0;
}
#sub03_con01 .con01_desc {
  margin: 34px 0 50px;
  text-align: center;
  font-size: 36px;
  letter-spacing: -1.2px;
  font-weight: 400;
}
#sub03_con01 .con01_desc b,
#sub03_con01 .con01_desc span {
  font-weight: 600;
}
#sub03_con01 .con01_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}
#sub03_con01 .con01_list li {
  background-color: #141414;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -1.2px;
  padding: 8px 29px 10px 63px;
  border-radius: 50px;
  line-height: 1.5;
  position: relative;
  font-weight: 400;
}
#sub03_con01 .con01_list li::before {
  position: absolute;
  content: "";
  background-image: url(/images/middle-aged/sub/surgery/sub03_con01_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 29px;
}
#sub03_con01 .highlight {
  position: relative;
  display: inline;
}
#sub03_con01 .highlight::before {
  position: absolute;
  content: "";
  left: -150px;
  top: -20px;
  width: 100%;
  height: 100px;
  background-image: url(/images/middle-aged/sub/surgery/sub02_highlight.png);
  background-repeat: no-repeat;
  background-position: center;
}
#sub03_con01 .con01_img {
  width: 100%;
  max-width: 573px;
  margin: 48px auto 52px;
}

/* sub03_check */
#sub03_check {
  background-color: #f9f4f4;
}

/* sub03_con02 */
.con02_br {
  display: none;
}
#sub03_con02 .con02_table {
  margin-top: 80px;
}
#sub03_con02 table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
}
#sub03_con02 table th,
#sub03_con02 table td {
  padding: 15px;
  text-align: center;
}
#sub03_con02 table th {
  background-color: #bd6d93;
  font-size: 28px;
  color: #fff;
  letter-spacing: -1.2px;
  font-weight: 600;
}
#sub03_con02 table th:last-child {
  background-color: #bd6d82;
}
#sub03_con02 table th.point {
  background-color: #242424;
  font-size: 28px;
  letter-spacing: -0.7px;
  font-family: "Montserrat", sans-serif;
}
#sub03_con02 table td {
  font-size: 24px;
  color: #242424;
  border-bottom: 1px solid #e3e3e3;
  box-sizing: border-box;
  line-height: 37px;
  letter-spacing: -1.2px;
}
#sub03_con02 table ul {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sub03_con02 table img {
  width: 55%;
  padding: 15px 0;
}
#sub03_con02 table ul li {
  position: relative;
  display: inline-block;
}
#sub03_con02 table ul li::before {
  position: absolute;
  content: "･";
  left: -20px;
  color: #242424;
  top: 50%;
  transform: translateY(-50%);
}
#sub03_con02 table .col {
  background-color: #beb9b8;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.7px;
}

/* sub03_con03 */
#sub03_con03 {
  background-color: #fcf7f8;
}
#sub03_con03 .con03_box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 64px 0;
  margin-top: 64px;
}
#sub03_con03 .con03_box .title {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
#sub03_con03 .con03_box .title .num {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  letter-spacing: -1.2px;
  color: #fff;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background-color: #bd6d82;
  width: 55px;
  height: 55px;
  border-radius: 50px;
}
#sub03_con03 .con03_box .title p {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -1.2px;
  font-weight: 600;
  margin-bottom: 42px;
}
#sub03_con03 .con03_box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}
#sub03_con03 .con03_box ul li {
  width: calc(100% / 2 - 14px);
  background-color: #fff;
  border: 1px solid #ece3eb;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 20px;
}
#sub03_con03 .con03_box ul li .img {
  width: 45%;
}
#sub03_con03 .con03_box ul li .txt {
  flex-grow: 1;
}
#sub03_con03 .con03_box ul li .txt span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding: 6px 18px;
  background-color: #989898;
  border-radius: 20px;
  margin-bottom: 26px;
}
#sub03_con03 .con03_box ul li .txt p {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -1.2px;
  font-weight: 400;
}
#sub03_con03 .con03_box ul li .txt p b {
  font-weight: 600;
}

/* sub03_con04 */
#sub03_con04 .bg_area {
  position: relative;
  background-image: url(/images/middle-aged/sub/surgery/sub03_con04_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#sub03_con04 .txt_area {
  text-align: center;
  color: #fff;
}
#sub03_con04 .txt_area .point {
  color: #ffd0d7;
}
#sub03_con04 .txt_area .tit .small_tit {
  font-size: 24px;
  color: #fff;
  letter-spacing: -1.2px;
  display: inline-block;
  background-color: #bc6f7e;
  border-radius: 30px;
  font-weight: 400;
  padding: 4px 20px 6px 52px;
  position: relative;
}
#sub03_con04 .txt_area .tit .small_tit::before {
  position: absolute;
  content: "!";
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 50px;
  color: #bc6f7e;
  left: 8px;
  top: 50%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
}
#sub03_con04 .txt_area .tit .title {
  margin-top: 30px;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -1.2px;
}
#sub03_con04 .txt_area .list {
  margin: 82px 0 56px;
  border-top: 1px solid #ababab71;
  border-bottom: 1px solid #ababab71;
  display: flex;
  align-items: center;
  padding: 52px 80px;
}
#sub03_con04 .txt_area .list .list_tit {
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: -1.2px;
  text-align: left;
  margin-right: 148px;
}
#sub03_con04 .txt_area .list ul {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#sub03_con04 .txt_area .list ul li {
  width: 50%;
}
#sub03_con04 .txt_area .list ul li span {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1.2px;
  display: inline-block;
  margin-bottom: 20px;
}
#sub03_con04 .txt_area .list ul li p {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -1.2px;
}
#sub03_con04 .txt_area .desc {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: -1.2px;
  font-weight: 400;
}
#sub03_con04 .txt_area .desc b {
  font-weight: 600;
}

/* sub03_con05 */
#sub03_con05 .bg_area {
  position: relative;
  background-image: url(/images/middle-aged/sub/surgery/sub03_con05_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#sub03_con05 .sub_container {
  padding: 135px 0;
}
#sub03_con05 .txt_area {
  display: inline-block;
  background-color: #fff;
  padding: 76px 80px;
}
#sub03_con05 .txt_area .title {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -1.2px;
}
#sub03_con05 .txt_area .desc {
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: -1.2px;
  font-weight: 400;
}
#sub03_con05 .txt_area .desc span,
#sub03_con05 .txt_area .desc b {
  font-weight: 600;
}

/* sub03_con06 */
#sub03_con06 .con06_list {
  margin-top: 80px;
}
#sub03_con06 .con06_list ul {
  margin: 0 auto;
  width: 84%;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
#sub03_con06 .con06_list ul li {
  width: calc(100% / 4 - 5px);
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #be687a;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#sub03_con06 .con06_list ul li:nth-child(even) {
  background-color: #be6888;
}
#sub03_con06 .con06_list ul li span {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffe0b8;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
#sub03_con06 .con06_list ul li p {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -1.2px;
}

/* sub03_con07 */
#sub03_con07 .con07_tit {
  text-align: center;
}
#sub03_con07 .con07_tit > span {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -1.2px;
  display: inline-block;
  padding: 6px 24px;
  background-color: #bd6d82;
  border-radius: 30px;
}
#sub03_con07 .con07_tit p {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 20px;
  letter-spacing: -1.2px;
}
#sub03_con07 .con07_tit p b {
  font-size: 58px;
  letter-spacing: 0.5px;
}
#sub03_con07 .con07_list {
  width: 84%;
  margin: 76px auto 0;
}
#sub03_con07 .con07_list ul {
  display: flex;
  flex-direction: column;
  gap: 35px 0;
}
#sub03_con07 .con07_list ul li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
}
#sub03_con07 .con07_list ul li img {
  width: calc(100% / 2 - 5px);
}
#sub03_con07 .con07_list ul li::before {
  position: absolute;
  content: "Before";
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 110px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}
#sub03_con07 .con07_list ul li::after {
  position: absolute;
  content: "6 Months";
  right: 0;
  bottom: 0;
  color: #fff;
  width: 110px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  background-color: #bd6d82;
}
#sub03_con07 .con07_list ul li:last-child:after {
  content: "1 Week";
}

#sub03_con07 .con07_desc {
  margin-top: 32px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1.2px;
  color: #afafaf;
}

@media (max-width: 1200px) {
  #sub03_con01 .con01_desc {
    margin: 20px 0 30px;
    font-size: 30px;
  }
  #sub03_con01 .con01_list li {
    font-size: 24px;
  }

  #sub03_con01 .highlight {
    position: relative;
  }
  #sub03_con01 .highlight::before {
    left: -3%;
    top: 0;
    width: 60%;
    height: 60px;
    background-size: contain;
  }
  #sub03_con01 .con01_img {
    width: 80%;
    margin: 48px auto 52px;
  }

  /* sub03_check */
  #sub03_check {
    background-color: #f9f4f4;
  }

  /* sub03_con02 */
  #sub03_con02 .con02_table {
    margin-top: 80px;
    word-break: keep-all;
  }

  #sub03_con02 table th,
  #sub03_con02 table td {
    padding: 8px;
    text-align: center;
  }

  #sub03_con02 table th {
    font-size: 22px;
  }
  #sub03_con02 table th.point {
    font-size: 22px;
  }
  #sub03_con02 table td {
    font-size: 20px;
    line-height: 1.5;
  }
  #sub03_con02 table ul {
    padding: 10px 0;
  }
  #sub03_con02 table img {
    width: 80%;
    padding: 20px 0;
  }
  #sub03_con02 table .col {
    font-size: 20px;
  }

  /* sub03_con03 */
  #sub03_con03 .con03_box {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 64px 0;
    margin-top: 64px;
  }
  #sub03_con03 .con03_box .title {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  #sub03_con03 .con03_box .title p {
    margin-bottom: 38px;
  }
  #sub03_con03 .con03_box ul {
    gap: 20px;
    flex-direction: column;
  }
  #sub03_con03 .con03_box ul li {
    width: 80%;
    padding: 16px;
  }
  #sub03_con03 .con03_box ul li:last-child {
    display: none;
  }
  #sub03_con03 .con03_box ul li .txt span {
    font-size: 20px;
    padding: 6px 18px;
    margin-bottom: 24px;
  }
  #sub03_con03 .con03_box ul li .txt p {
    font-size: 22px;
  }

  /* sub03_con04 */
  #sub03_con04 .bg_area {
    position: relative;
    background-image: url(/images/middle-aged/sub/surgery/sub03_con04_bg.jpg);
    background-size: cover;
    background-position: right;
  }
  #sub03_con04 .txt_area .tit .small_tit {
    font-size: 20px;
    padding: 4px 20px 6px 42px;
  }
  #sub03_con04 .txt_area .tit .small_tit::before {
    font-size: 18px;
  }
  #sub03_con04 .txt_area .tit .title {
    margin-top: 20px;
    font-size: 36px;
  }
  #sub03_con04 .txt_area .list {
    margin: 62px 0 56px;
    flex-direction: column;
    padding: 42px 0;
  }
  #sub03_con04 .txt_area .list .list_tit {
    font-size: 36px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #sub03_con04 .txt_area .list ul {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #sub03_con04 .txt_area .list ul li {
    width: 50%;
  }
  #sub03_con04 .txt_area .list ul li span {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    display: inline-block;
    margin-bottom: 20px;
  }
  #sub03_con04 .txt_area .list ul li p {
    font-size: 24px;
  }
  #sub03_con04 .txt_area .desc {
    font-size: 26px;
  }

  /* sub03_con05 */
  #sub03_con05 .sub_container {
    padding: 130px 0;
  }
  #sub03_con05 .txt_area {
    padding: 46px 60px;
  }
  #sub03_con05 .txt_area .title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  #sub03_con05 .txt_area .desc {
    font-size: 20px;
  }

  /* sub03_con06 */
  #sub03_con06 .con06_list {
    margin-top: 80px;
  }
  #sub03_con06 .con06_list ul {
    width: 76%;
    gap: 18px;
    flex-wrap: wrap;
  }
  #sub03_con06 .con06_list ul li {
    width: calc(100% / 2 - 9px);
  }
  #sub03_con06 .con06_list ul li:nth-child(1),
  #sub03_con06 .con06_list ul li:nth-child(4) {
    background-color: #be687a;
  }
  #sub03_con06 .con06_list ul li:nth-child(2),
  #sub03_con06 .con06_list ul li:nth-child(3) {
    background-color: #be6888;
  }

  /* sub03_con07 */
  #sub03_con07 .con07_tit > span {
    font-size: 20px;
  }
  #sub03_con07 .con07_tit p {
    font-size: 36px;
  }
  #sub03_con07 .con07_tit p b {
    font-size: 52px;
  }
  #sub03_con07 .con07_list {
    margin-top: 76px;
  }
  #sub03_con07 .con07_list ul {
    gap: 25px 0;
  }
  #sub03_con07 .con07_list ul li::before {
    width: 90px;
    font-size: 16px;
  }
  #sub03_con07 .con07_list ul li::after {
    width: 90px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mo_sub_menu button::before {
    left: -3vw;
  }
  #sub03_con01 .con01_desc {
    margin: 10px 0 20px;
    font-size: 22px;
    word-break: keep-all;
  }
  #sub03_con01 .con01_list {
    gap: 0 4px;
  }
  #sub03_con01 .con01_list li {
    font-size: 16px;
    padding: 2% 5% 2% 10%;
  }
  #sub03_con01 .con01_list li::before {
    left: 10%;
    width: 20px;
    height: 19px;
  }
  #sub03_con01 .highlight::before {
    left: -7%;
    top: 0;
    width: 70%;
    height: 40px;
    background-size: contain;
    background-image: url(/img/sub/utils/highlight.png);
  }
  #sub03_con01 .con01_img {
    width: 90%;
    margin: 30px auto 32px;
  }

  /* sub03_con02 */
  #sub03_con02 .con02_table {
    margin-top: 40px;
  }

  #sub03_con02 table th,
  #sub03_con02 table td {
    padding: 4px;
  }
  .con02_br {
    display: block;
  }
  #sub03_con02 table th {
    font-size: 16px;
  }
  #sub03_con02 table th.point {
    font-size: 16px;
  }
  #sub03_con02 table td {
    font-size: 16px;
    line-height: 1.5;
    width: 41%;
  }
  #sub03_con02 table ul {
    padding: 10px 0;
  }
  #sub03_con02 table ul li::before {
    left: -10px;
    top: 50%;
  }
  #sub03_con02 table ul li:first-child::before {
    top: 20%;
  }
  #sub03_con02 table img {
    width: 90%;
    padding: 10px 0;
  }
  #sub03_con02 table .col {
    font-size: 14px;
    width: 18%;
  }

  /* sub03_con03 */
  #sub03_con03 .con03_box {
    gap: 40px 0;
    margin-top: 40px;
  }
  #sub03_con03 .con03_box .title {
    gap: 10px 0;
  }
  #sub03_con03 .con03_box .title .num {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
  #sub03_con03 .con03_box .title p {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #sub03_con03 .con03_box ul {
    gap: 10px;
  }
  #sub03_con03 .con03_box ul li {
    width: 100%;
    padding: 8px;
  }
  #sub03_con03 .con03_box ul li .txt span {
    font-size: 14px;
    padding: 4px 14px;
    margin-bottom: 10px;
  }
  #sub03_con03 .con03_box ul li .txt p {
    font-size: 16px;
  }

  /* sub03_con04 */
  #sub03_con04 .bg_area {
    position: relative;
    background-image: url(/images/middle-aged/sub/surgery/sub03_con04_bg_mo.jpg);
    background-size: cover;
    background-position: center;
  }
  #sub03_con04 .txt_area .tit .small_tit {
    font-size: 16px;
    padding: 4px 18px 6px 38px;
  }
  #sub03_con04 .txt_area .tit .small_tit::before {
    font-size: 16px;
    width: 24px;
    height: 24px;
  }
  #sub03_con04 .txt_area .tit .title {
    margin-top: 16px;
    font-size: 30px;
  }
  #sub03_con04 .txt_area .list {
    margin: 42px 0 40px;
    padding: 32px 0;
  }
  #sub03_con04 .txt_area .list .list_tit {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #sub03_con04 .txt_area .list ul li span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #sub03_con04 .txt_area .list ul li p {
    font-size: 18px;
  }
  #sub03_con04 .txt_area .desc {
    font-size: 16px;
  }

  /* sub03_con05 */
  #sub03_con05 .bg_area {
    background-image: url(/images/middle-aged/sub/surgery/sub03_con05_bg_mo.jpg);
    background-position: top;
  }
  #sub03_con05 .sub_container {
    height: 100%;
    padding: 20px 0;
    display: flex;
    align-items: flex-end;
  }
  #sub03_con05 .txt_area {
    text-align: center;
    padding: 30px 0;
    width: 100%;
    margin-top: 100%;
  }
  #sub03_con05 .txt_area .title {
    font-size: 28px;
    margin-bottom: 14px;
  }
  #sub03_con05 .txt_area .desc {
    font-size: 16px;
  }

  /* sub03_con06 */
  #sub03_con06 .con06_list {
    margin-top: 40px;
  }
  #sub03_con06 .con06_list ul {
    width: 94%;
    gap: 12px;
    justify-content: center;
  }
  #sub03_con06 .con06_list ul li {
    width: calc(100% / 2 - 6px);
    max-width: 250px;
  }
  #sub03_con06 .con06_list ul li span {
    font-size: 16px;
    margin-bottom: 6px;
  }
  #sub03_con06 .con06_list ul li p {
    font-size: 18px;
  }

  /* sub03_con07 */
  #sub03_con07 .con07_tit > span {
    font-size: 18px;
    padding: 4px 14px 6px;
  }
  #sub03_con07 .con07_tit p {
    font-size: 28px;
    line-height: 1.1;
  }
  #sub03_con07 .con07_tit p b {
    font-size: 32px;
  }
  #sub03_con07 .con07_list {
    margin-top: 46px;
  }
  #sub03_con07 .con07_list ul {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
  }
  #sub03_con07 .con07_list ul li {
    flex-wrap: wrap;
    gap: 5px 0;
  }
  #sub03_con07 .con07_list ul li img {
    width: 100%;
  }
  #sub03_con07 .con07_list ul li::before {
    left: 0;
    bottom: calc(50% + 2px);
    font-size: 16px;
    width: 90px;
    height: 30px;
  }
  #sub03_con07 .con07_list ul li::after {
    left: 0;
    bottom: 0;
    color: #fff;
    width: 90px;
    height: 30px;

    font-size: 16px;
  }
  #sub03_con07 .con07_list ul li:last-child:after {
    content: "1 Weeks";
  }
  #sub03_con07 .con07_desc {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 22px;
    font-weight: 400;
    color: #8d9695;
  }
}
@media (max-width: 375px) {
  #sub03_con01 .con01_list li {
    font-size: 14px;
    padding: 2% 5% 2% 9%;
  }
  #sub03_con01 .con01_list li::before {
    left: 10%;
    width: 15px;
    height: 14px;
  }
  #sub03_con01 .highlight::before {
    left: -7%;
    top: 0;
    width: 120%;
    height: 40px;
    background-size: contain;
  }

  #sub03_con02 table td {
    font-size: 13px;
    line-height: 1.5;
    box-sizing: border-box;
  }

  #sub03_con04 .txt_area .tit .title {
    font-size: 26px;
  }
  #sub03_con04 .txt_area .list {
    margin: 26px 0 30px;
    padding: 28px 0;
  }
  #sub03_con04 .txt_area .desc {
    font-size: 14px;
  }

  #sub03_con06 .con06_list ul li span {
    font-size: 13px;
    margin-bottom: 3px;
  }
  #sub03_con06 .con06_list ul li p {
    font-size: 15px;
  }

  /* sub03_con07 */
  #sub03_con07 .con07_tit p {
    font-size: 30px;
  }
  #sub03_con07 .con07_tit p b {
    font-size: 40px;
  }
  #sub03_con07 .con07_list {
    margin-top: 36px;
  }
  #sub03_con07 .con07_list ul {
    gap: 30px 0;
  }
  #sub03_con07 .con07_list ul li::before {
    font-size: 14px;
    width: 80px;
    height: 30px;
  }
  #sub03_con07 .con07_list ul li::after {
    width: 80px;
    height: 30px;
    font-size: 14px;
  }
}
