.aes-intro {
  padding-bottom: 120px;
}

.aes-intro_wrap {
  margin-bottom: 100px;
}
.aes-intro_wrap .f45 {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.aes-intro_wrap .f45 span {
  display: block;
  font-size: 24px;
}
.aes-intro_wrap .f18 {
  text-align: center;
}

.aesthetic-list {
  flex-grow: 1;
  gap: 30px;
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  box-sizing: border-box;
}
.aesthetic-list li {
  flex-grow: 1;
  flex-basis: calc(33.33% - 14px);
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  box-sizing: border-box;
  position: relative;
}

.aesthetic-card-header {
  color: #fff;
  border-radius: 5px;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 7px 15px 3px;
  text-align: center;
  position: absolute;
  width: 150px;
  top: -20px;
  left: 50%;
  transform: translatex(-50%);
}

.shape-card .aesthetic-card-header {
  background-color: #ffa86b;
}

.color-card .aesthetic-card-header {
  background-color: #f1c250;
}

.breath-card .aesthetic-card-header {
  background-color: #ccdf64;
}

.aesthetic-card-body {
  background-color: #f7ebdd;
  border-radius: 20px;
  padding: 50px 5% 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.aesthetic-card-body .f26 {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
}
.aesthetic-card-body .f24 {
  text-align: center;
  font-weight: 600;
}
.aesthetic-card-body img {
  max-width: 100%;
  margin-bottom: 15px;
  object-fit: contain;
}

.shape-card .f26 {
  color: #ff8731;
}

.color-card .f26 {
  color: #f0951f;
}

.breath-card .f26 {
  color: #a3be0d;
}

.aes-treat {
  background: #f9f6f2;
  border-radius: 60px 60px 0 0;
  padding: 120px 0 120px;
  overflow: hidden;
}
.aes-treat .orange-wrap {
  margin: 0;
  width: 100%;
}
.aes-treat .at-01-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.aes-treat .at-01-list li {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 3%;
  width: 31%;
}
.aes-treat .at-01-list li img {
  display: block;
  height: 70px;
  margin: 0 auto 20px;
}
.aes-treat .at-01-list li .f24 {
  color: var(--color_orange);
  text-align: center;
  margin-bottom: 8px;
  font-size: 20px;
}
.aes-treat .white-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 8% 5%;
  margin-bottom: 80px;
}

.aes-treat_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.aes-treat_flex .aes-treat_flex-img {
  width: 40%;
}
.aes-treat_flex .aes-treat_flex-img img {
  border-radius: 10px;
}
.aes-treat_flex .aes-treat_flex-cont {
  width: 55%;
}

.aes-treat-h5 {
  font-size: 24px;
  margin-bottom: 30px;
}
.aes-treat-h5 span {
  color: var(--color_orange);
  display: block;
  font-size: 15px;
}

.aes-treat-h4 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.aes-treat-h4 span {
  display: block;
  font-size: 36px;
}

.whiteness {
  background-color: rgba(247, 235, 211, 0.25);
  border-radius: 20px;
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.05);*/
  padding: 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.whiteness .whiteness-wrap {
  width: 50%;
}
.whiteness .whiteness-wrap.ww-01 {
  color: var(--color_orange);
}
.whiteness .whiteness-wrap .f18 {
  text-align: center;
  font-weight: bolder;
  margin-bottom: 10px;
}
.whiteness .whiteness-wrap img {
  width: 100%;
}

.graph .whole {
  margin: 0 auto;
  max-width: 850px;
}
.graph .whole img {
  border-radius: 20px;
  border: 1px solid #ede9f2;
  margin-bottom: 30px;
}

.graph-text {
  margin-bottom: 70px;
  text-align: center;
}

.material-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  background: #f7ebdd;
  padding: 5%;
  border-radius: 20px;
}
.material-list li {
  background-color: #fff;
  border-radius: 20px;
  flex: auto;
  min-width: auto;
  max-width: 100%;
  padding: 8% 5%;
  width: 47%;
}
.material-list li img {
  margin-bottom: 20px;
}

.treatment-flow-section {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.treatment-flow-section .swiper-container {
  width: 100%;
  overflow: visible;
}
.treatment-flow-section .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.treatment-flow-section .swiper-slide {
  background-color: #f7ebdd;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3%;
  height: auto;
}
.treatment-flow-section .swiper-slide .f16 {
  text-align: left;
}
.treatment-flow-section img {
  margin-bottom: 25px;
}

.control {
  margin: 65px auto 0px;
  position: relative;
  text-align: center;
  width: 200px;
  display: block;
}
.control .swiper-pagination {
  position: inherit !important;
  margin-top: 0 !important;
}
.control .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--color_orange) !important;
}
.control .swiper-button-next {
  top: 0 !important;
  right: 0%;
}
.control .swiper-button-prev {
  top: 0 !important;
  left: 0%;
}
.control .swiper-button-next:after {
  content: "" !important;
  background: url(../img/menu/aes/png/arrow-next.png) !important;
  width: 69px;
  height: 33px;
  position: absolute;
  background-size: contain !important;
}
.control .swiper-button-prev:after {
  content: "" !important;
  background: url(../img/menu/aes/png/arrow-back.png) !important;
  width: 69px;
  height: 33px;
  position: absolute;
  background-size: contain !important;
}

@media (max-width: 1340px) {
  .aes-treat .at-01-list li .f24 {
    font-size: 18px;
  }
  .aes-treat-h4 {
    font-size: 36px;
  }
  .aes-treat-h4 span {
    font-size: 30px;
  }
}
@media (max-width: 1100px) {
  .aes-intro_wrap .f45 {
    font-size: 34px;
  }
  .aes-intro_wrap .f45 span {
    font-size: 18px;
  }
  .aes-intro_wrap .f45 .f18 {
    text-align: left;
  }
  .aesthetic-card-header {
    font-size: 18px;
    width: 120px;
  }
  .aesthetic-card-body {
    padding: 30px 5% 10%;
  }
  .aesthetic-card-body .f26 {
    margin-bottom: 6px;
    font-size: 20px;
  }
  .aesthetic-card-body .f24 {
    font-size: 20px;
  }
  .aes-treat-h5 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .aes-treat-h5 span {
    font-size: 13px;
  }
  .aes-treat-h4 {
    font-size: 32px;
  }
  .aes-treat-h4 span {
    font-size: 22px;
  }
  .aes-treat .at-01-list {
    display: block;
    margin-bottom: 20px;
  }
  .graph .whole .f24 {
    text-align: center;
    font-size: 18px;
  }
  .material-list {
    gap: 20px;
  }
}
@media (max-width: 834px) {
  .aes-intro {
    padding-bottom: 40px;
  }
  .aes-intro_wrap {
    margin-bottom: 70px;
  }
  .aes-intro_wrap .f45 {
    font-size: 25px;
  }
  .aes-intro_wrap .f18 {
    text-align: left;
  }
  .aesthetic-list {
    gap: 20px;
    display: block;
  }
  .aesthetic-list li {
    width: 80%;
    margin: 0 auto 40px;
  }
  .aes-treat {
    border-radius: 30px 30px 0 0;
    padding: 60px 0 1px;
  }
  .aes-treat_flex {
    display: block;
    margin-bottom: 40px;
  }
  .aes-treat_flex img {
    border-radius: 10px;
    margin-bottom: 25px;
    width: 100%;
  }
  .aes-treat_flex .aes-treat_flex-cont {
    text-align: center;
    width: 100%;
  }
  .aes-treat_flex .aes-treat_flex-cont .aes-treat-h5 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
  }
  .aes-treat-h5 {
    font-size: 16.5px;
  }
  .aes-treat-h4 {
    font-size: 22px;
  }
  .aes-treat-h4 span {
    font-size: 18px;
  }
  .aes-treat .white-box {
    padding: 8% 5%;
    margin-bottom: 40px;
  }
  .aes-treat .at-01-list li {
    width: 100%;
    margin-bottom: 20px;
    padding: 8% 5%;
  }
  .whiteness {
    padding: 8% 5%;
    display: block;
  }
  .whiteness .whiteness-wrap {
    width: 100%;
  }
  .whiteness .whiteness-wrap.ww-01 {
    margin-bottom: 20px;
  }
  .graph .whole {
    margin: 0 auto;
    width: 560px;
  }
  .graph-text {
    text-align: center;
    font-size: 15px !important;
    margin-bottom: 30px;
  }
  .material-list {
    padding: 8% 5%;
  }
}
@media (max-width: 600px) {
  .prev-intro_flex img {
    width: 80%;
  }
}/*# sourceMappingURL=aes.css.map */