@charset "utf-8";

/* */
/* */
#ulthera {
  /* font-size */
  --fs-main-title: 6rem;
  --fs-main-sub-title: 3rem;
  --fs-sub-title: 3.6rem;

  --fs-xxl: 8rem;
  --fs-xl: 5rem;
  --fs-lg: 4.5rem;
  --fs-l: 4.2rem;
  --fs-ml: 3.4rem;
  --fs-m: 3rem;
  --fs-ms: 2.8rem;
  --fs-sml: 2.6rem;
  --fs-sm: 2.4rem;
  --fs-xs: 2.3rem;
  --fs-xxs: 2.2rem;
  --fs-xxxs: 2rem;
  --fs-xxxxs: 1.8rem;
  --fs-tiny-l: 1.6rem;
  --fs-tiny: 1.4rem;

  /* font-weight */
  --fw-lg: 800;
  --fw-l: 600;
  --fw-m: 400;
  --fw-s: 300;

  /* color */
  --color-blue: #7da5e5;
  --color-orange: #ef9429;
  --color-brown: #564f4f;
  --color-brown-02: #936157;
  --color-brown-03: #433731;
  --color-yellow: #ffee8e;

  line-height: 1.25;
}

.color-black {
  color: black;
}

.color-blue {
  color: var(--color-blue);
}

.color-orange {
  color: var(--color-orange);
}

.color-brown {
  color: var(--color-brown);
}

.color-brown-02 {
  color: var(--color-brown-02);
}

.color-brown-03 {
  color: var(--color-brown-03);
}

.color-yellow {
  color: var(--color-yellow);
}

.text-color-01 {
  color: #fbbd25;
}

.font-smbd {
  font-weight: 500;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.only-ab::before {
  content: '';
  position: absolute;
  left: -17%;
  top: -14%;
  width: 10rem;
  height: auto;
  aspect-ratio: 1 / 1;
  z-index: 1;
  background-image: url('/img/page/ultherapy-prime/icon-only-ab.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#ulthera .inner-box {
  max-width: calc(1400px + 8rem);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#sub-top {
  overflow: hidden;
}

#sub-top #sub-title-image {
  background: linear-gradient(90deg, rgba(95, 79, 67, 1) 0%, rgba(122, 102, 86, 1) 100%);
  background: #826e5c;
}

#sub-top #sub-title-image picture img {
  max-height: 93rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#sub-top .sub-title-wrapper .sub-top-icon img {
  width: 80%;
}

#sub-top .sub-title-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 12rem 8rem 8rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  color: white;
  font-size: var(--fs-xs);
}

#sub-top .sub-title-wrapper h2 {
  margin-left: 1rem;
  font-weight: var(--fw-l);
  font-size: var(--fs-main-sub-title);
  margin-top: 4rem;
  color: #ffee62;
}

#sub-top .sub-title-wrapper h1 {
  margin-top: 0;
  margin-left: 1rem;
  font-size: var(--fs-main-title);
}

#sub-top .sub-title-wrapper h1 img {
  height: 1em;
  margin-top: 1.4rem;
  width: auto;
}

#sub-top .sub-title-wrapper p {
  margin-left: 1rem;
  font-weight: var(--fw-s);
  font-size: var(--fs-main-sub-title);
}

#sub-top .sub-title-wrapper p b {
  font-weight: var(--fw-l);
}


/* page-ultherapy-equipment */
#page-ultherapy-equipment {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-top: 10rem;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url('../../img/page/ultherapy-prime/ulthera-equipment-bg.png');
}

#page-ultherapy-equipment .equipment-image {
  max-width: calc(1400px + 8rem);
  display: block;
  width: 40%;
  margin-inline: auto;
}

#ulthera .content-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

#ulthera .content-title h3 {
  color: #564f4f;
  font-weight: var(--fw-m);
  font-size: var(--fs-sml);
}

#ulthera .content-title h2 {
  font-size: var(--fs-sub-title);
}

#ulthera .content-title span {
  margin-block: 4rem 8rem;
  padding: 1rem 4rem;
  color: white;
  font-size: var(--fs-sm);
  background-color: #633a10;
}

#ulthera .content-title span b {
  color: var(color-yellow);
}

#page-text-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  padding-block: 4rem;
  color: white;
  text-align: center;
  background-position: center center;
  background-image: url('/img/page/ultherapy-prime/text-bg.png');
}

#page-text-wrapper h3 {
  font-weight: var(--fw-m);
  font-size: var(--fs-sm);
}

#page-tech {
  position: relative;
  z-index: 3;
  padding-block: 10rem;
  background-color: #f7f7f7;
}

#page-tech .content-list {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4rem;
  width: 50%;
  margin-inline: auto;
}

#page-tech .content-list li {
  border-radius: 6rem;
  background-color: white;
  padding: 2.4rem 5rem;
}

#page-tech .content-list li h4 {
  width: fit-content;
  padding: 1rem 4rem;
  margin-bottom: 2rem;
  margin-inline: auto;
  border-radius: 1rem;
  font-size: var(--fs-xxs);
  font-weight: var(--fw-l);
  color: white;
  background-color: var(--color-blue);
}

#page-tech .content-list li span {
  display: block;
  margin-top: 2rem;
  text-align: center;
  font-weight: var(--fw-m);
  font-size: var(--fs-xxxxs);
  color: #555;
}

#page-tech .content-image img {
  border-radius: 2.2rem;
  overflow: hidden;
}

#page-tech .filter-image {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#page-tech .filter-image::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-image: url('/img/page/ultherapy-prime/icon-arrow.png');
  background-repeat: no-repeat;
}

#page-tech .filter-image.content-image figure:first-of-type img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#page-tech .filter-image.content-image figure:last-of-type img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#page-tech .filter-image.content-image figure figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding-block: 2rem;
  font-size: var(--fs-xxxs);
  font-weight: var(--fw-l);
}

#page-tech .filter-image figure {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}

#page-tech .filter-image.content-image figure:first-of-type figcaption {
  flex-grow: 1;
  background-color: #acacac;
}

#page-tech .filter-image.content-image figure:last-of-type figcaption {
  background-color: var(--color-orange);
}

.content-sub-title {
  position: relative;
  z-index: 3;
  font-size: var(--fs-sm);
  font-weight: var(--fw-l);
}

.content-sub-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: white;
  background-color: #7da5e5;
  border-radius: 2rem;
  margin: 8rem auto auto;
  width: fit-content;
}

.content-sub-title img {
  width: auto;
  height: 1em;
  display: block;
}

#page-2spt {
  position: relative;
  z-index: 3;
  padding-block: 10rem 4rem;
  background-position: center center;
  background-image: url('/img/page/ultherapy-prime/2spt-bg.png');
}

#page-2spt .content-title h2 {
  font-weight: var(--fw-m);
}

#page-2spt .circle-content {
  width: 40%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 6rem auto auto;
}

#page-2spt .circle-content li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  color: white;
  outline: 0.4rem solid rgba(255, 255, 255, 0.8);
}

#page-2spt .circle-content li h3 {
  font-weight: var(--fw-lg);
  font-size: var(--fs-sm);
}

#page-2spt .circle-content li span {
  font-weight: var(--fw-m);
  font-size: var(--fs-xxs);
}

#page-2spt .circle-content li:nth-child(1) {
  color: #7b5a37;
  background-color: white;
  transform: translateX(3rem);
  z-index: 1;
}

#page-2spt .circle-content li:nth-child(2) {
  background-color: #b6a695;
  z-index: 2;
}

#page-2spt .circle-content li:nth-child(3) {
  transform: translateX(-3rem);
  background-color: #91785d;
  z-index: 3;
}

#page-2spt .list-content {
  position: relative;
  z-index: 3;
  width: 40%;
  margin-inline: auto;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 4rem;
}

#page-2spt .list-content li {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
}

#page-2spt .list-content li h3 {
  flex-shrink: 0;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(218, 205, 191, .27);
  color: #633a10;
  font-weight: var(--fw-lg);
  font-size: var(--fs-sm);
}

#page-2spt .list-content li p {
  display: block;
  margin: 0 auto;
  font-size: var(--fs-xxs);
  text-align: center;
}

#page-2spt .list-bna {
  position: relative;
  z-index: 3;
  width: 50%;
  margin-inline: auto;
  margin-top: 4rem;
}

#page-2spt .list-bna li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}

#page-2spt .list-bna li figure {
  margin: 0;
}

#page-2spt .list-bna li figure figcaption {
  padding: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: var(--fw-m);
  font-size: var(--fs-xxxs);
}

#page-2spt .list-bna li figure:first-of-type figcaption {
  background-color: #e6e6e6;
  color: #818181;
}

#page-2spt .list-bna li figure:last-of-type figcaption {
  background-color: #b88d78;
}

#page-2spt small {
  font-weight: var(--fw-m);
  font-size: var(--fs-tiny-l);
  color: #818181;
  margin-top: 4rem;
  margin-inline: auto;
  display: block;
  text-align: center;
}

#page-spt {
  position: relative;
  z-index: 3;
  padding-bottom: 10rem;
}

#page-spt .spt-sub-title {
  margin-block: 8rem;
  margin-inline: auto;
  background-color: var(--color-blue);
  border-radius: 1rem;
  color: white;
  text-align: center;
  font-weight: var(--fw-m);
  font-size: var(--fs-sm);
  width: 30rem;
  padding-block: 2rem;
}

#page-spt .spt-sub-title h2 {
  font-weight: var(--fw-lg);
  font-size: var(--fs-m);
}

#page-spt .see {
  max-width: 50%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

#page-spt .see li {
  border-radius: 1.2rem;
  overflow: hidden;
}

#page-spt .see h3 {
  background-color: #3f3f3f;
  text-align: center;
  font-size: var(--fs-xxs);
  font-weight: var(--fw-lg);
  color: white;
  padding: 2rem;
}

#page-spt .see h3 b {
  color: var(--color-yellow);
}

#page-spt .see .image-desc {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-spt .see .image-desc span {
  font-size: var(--fs-xxxxs);
  font-weight: var(--fw-m);
  color: #424242;
  text-align: center;
  padding: 4rem 2rem;
}

#page-spt .plan {
  position: relative;
  z-index: 3;
  max-width: 70%;
  margin: 8rem auto auto;
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#page-spt .plan picture {
  display: block;
  border: 2px solid #f7f7f7;
}

#page-spt .plan .image-desc {
  position: relative;
  background-color: #f7f7f7;
  padding: 0 2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#page-spt .plan .image-desc::before {
  content: '';
  position: absolute;
  top: -2rem;
  left: 0;
  border-top-right-radius: 8rem;
  width: 100%;
  height: 3rem;
  background-color: #f7f7f7;
  z-index: 1;
  pointer-events: none;
}

#page-spt .plan .image-desc strong {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: white;
  text-align: center;
  font-size: var(--fs-xxs);
  font-weight: var(--fw-l);
  padding: 0.5rem 3rem;
  border-radius: 1rem;
}

#page-spt .plan .plan-01 .image-desc strong {
  background-color: #ffad2b
}

#page-spt .plan .plan-02 .image-desc strong {
  background-color: #38b396
}

#page-spt .plan .plan-03 .image-desc strong {
  background-color: #3b65b9
}

#page-spt .plan .image-desc .desc {
  position: relative;
  z-index: 2;
  font-weight: var(--fw-m);
  font-size: var(--fs-xxxxs);
  color: #5d5d5d;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}

#page-spt .treat {
  position: relative;
  z-index: 3;
  max-width: 60%;
  margin: 8rem auto auto;
  background-color: #f7f7f7;
  border-radius: 2rem;
  overflow: hidden;
}

#page-spt .treat .content-image {
  width: 40%;
  margin-inline: auto;
  display: block;
}

#page-spt .treat .image-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  font-size: var(--fs-xxxxs);
  font-weight: var(--fw-m);
  text-align: center;
  color: #2a2a2a;
}


#page-sub-spt {
  position: relative;
  z-index: 3;
  padding-block: 10rem;
  background-color: #b6a695;
}

#page-sub-spt .content-title h2 {
  margin-top: 0;
  font-weight: var(--fw-s);
  color: white;
}

#page-sub-spt .content-list {
  max-width: 60%;
  margin: 8rem auto auto;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
}

#page-sub-spt .content-list::after {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/img/page/ultherapy-prime/icon-triangle-y.svg');
  width: 3rem;
  height: 3rem;
  align-self: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  order: 2;
}

#page-sub-spt .content-list li {
  position: relative;
  background-color: white;
  border-radius: 2rem;
  padding: 3rem;
  display: flex;
  flex-direction: column;
}

#page-sub-spt .content-list li:first-of-type {
  order: 1;
}

#page-sub-spt .content-list li:last-of-type {
  order: 3;
}

#page-sub-spt .content-list picture {
  border-radius: 2rem;
  overflow: hidden;
  display: block;
}

#page-sub-spt .image-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  font-weight: var(--fw-m);
  font-size: var(--fs-xxxs);
  padding-top: 3rem;
}

#page-sub-spt .image-desc p:not(:last-child) {
  padding-bottom: 1rem;
}

#page-sub-spt .image-desc p i {
  margin-right: 1rem;
}

#page-sub-spt .image-desc span {
  text-align: center;
}


#official-cert {
  position: relative;
  z-index: 3;
  padding-block: 10rem;
  background-color: #a9c2ea;
  ;
}

#official-cert .news-image {
  max-width: 50%;
  margin-inline: auto;
  display: block;
}

#official-cert .content-title h2 {
  color: white;
  margin-top: 15rem;
  font-weight: var(--fw-s);
}

#official-cert .content-list {
  max-width: 60%;
  margin: 8rem auto auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
}

#official-cert .content-list li {
  position: relative;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  font-weight: var(--fw-m);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0) 2rem,
      rgba(255, 255, 255, 1) 2rem,
      rgba(255, 255, 255, 1) 100%);
}

#official-cert .only-ab::before {
  left: -25%;
  top: -15%;
}

#official-cert .content-list .image-title {
  width: 100%;
  color: white;
  background-color: black;
  padding: 1rem 3rem;
  text-align: center;
  font-size: var(--fs-xxs);
  font-weight: var(--fw-m);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

#official-cert .content-list .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

#official-cert .content-list .content-image {
  border-radius: 1rem;
  max-width: 65%;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin-top: 1rem;
}

#official-cert .content-list .content-image img {
  display: block;
}

#official-cert .content-list .image-desc {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  font-weight: var(--fw-m);
  font-size: var(--fs-xxxxs);
  text-align: center;
  margin-block: 2rem;
}

.icon-check {
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem auto;
  padding: 1rem;
  color: white;
  font-size: var(--fs-m);
  background-color: var(--color-blue);
}

#official-cert h3 {
  color: white;
  font-weight: var(--fw-s);
  font-size: var(--fs-sm);
  text-align: center;
  margin-inline: auto;
}

#official-cert h3 b {
  font-weight: var(--fw-l);
}

#page-procedure-area {
  position: relative;
  z-index: 3;
  background-image: url('/img/page/ultherapy-prime/procedure-area-bg.png');
}

#page-procedure-area .content-title {
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

#page-procedure-area .content-image {
  display: block;
  margin: 0 auto;
  padding-top: 10rem;
}


#page-reason-01 {
  position: relative;
  z-index: 3;
  padding-block: 10rem 20rem;
  background-position: top center;
  background-image: url('/img/page/ultherapy-prime/reason-bg.png');
  background-size: 100% 100%;
}

#page-reason-01 .reason-list {
  max-width: 50%;
  margin-top: 8rem;
  margin-inline: auto;
  gap: 4rem 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}

#page-reason-01 .reason-list li {
  border-radius: 2rem;
  border: 2px solid #a68b76;
  background-color: #fff;
  overflow: hidden;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#page-reason-01 .reason-list li .content-image img {
  display: block;
  width: auto;
  max-height: 50%;
}

#page-reason-01 .reason-list li:nth-of-type(2) .content-image img {
  max-height: 40%;
}

#page-reason-01 .reason-list li .content-image {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

#page-reason-01 .reason-list li span {
  font-size: var(--fs-xxxxs);
  font-weight: var(--fw-m);
  text-align: center;
}

#page-reason-02 {
  position: relative;
  z-index: 3;
  background-color: #faf7f5;
}

#page-reason-02::after,
#page-reason-02::before {
  content: '';
  position: absolute;
  top: -12rem;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: #faf7f5;
}

#page-reason-02::before {
  left: 0;
  border-top-right-radius: 4vw;
}

#page-reason-02::after {
  right: 0;
  border-top-left-radius: 4vw;
}

#page-reason-02 .box {
  position: relative;
  z-index: 2;
}

#page-reason-02 .content-title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: var(--fw-m);
}

#page-reason-02 .content-title h2 {
  font-weight: var(--fw-m);
}

#page-reason-02 .content-image {
  display: block;
  margin: 0 auto;
  padding-top: 0;
}

#section-label {
  padding-block: 4rem;
  background-image: url('/img/page/ultherapy-prime/section-label-bg.png');
}

#section-label .content-title h3 {
  color: white;
}

#recommended-treatments {
  position: relative;
  z-index: 3;
  background-color: #fdf8f5;
}

#recommended-treatments .content-title {
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  font-weight: var(--fw-m);
}

#recommended-treatments .content-title h2 {
  font-weight: var(--fw-s);
}

#recommended-treatments .content-image {
  display: block;
  padding-top: 4rem;
}


#recommended-treatments .treatments {
  position: relative;
  z-index: 3;
}

#recommended-treatments .treatments-list {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#recommended-treatments .treatments-list li {
  border-radius: 2rem;
  padding-inline: 2rem;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 4fr;
  gap: 2rem;
  position: relative;
}

#recommended-treatments .left,
#recommended-treatments .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  /* 박스 간 간격 */
}

#recommended-treatments .left {
  grid-area: 1 / 1 / 2 / 2;
  transform: translateX(30%);
}

#recommended-treatments .right {
  grid-area: 1 / 3 / 2 / 4;
  transform: translateX(-26%);
}

#recommended-treatments .treatments-list .thermage {
  background-color: #ebbdaf;
  padding-top: 2rem;
}

#recommended-treatments .treatments-list .skin-booster {
  background-color: #f1b87f;
  padding-block: 2rem;
}

#recommended-treatments .treatments-list .a-bbae {
  background-color: #adc8e5;
  padding-block: 2rem;
}

#recommended-treatments .treatments-list .thermage .treatments-desc {
  padding-bottom: 2rem;
}

#recommended-treatments .treatments-list .treatments-desc {
  text-align: left;
  color: white;
  font-weight: var(--fw-m);
  font-size: var(--fs-xxxxs);
  display: flex;
  flex-direction: column;
}

#recommended-treatments .treatments-list .treatments-desc strong {
  display: block;
  margin-bottom: 1.4rem;
  font-size: var(--fs-sm);
}

#recommended-treatments .treatments-list .treatments-desc a {
  text-transform: uppercase;
  color: white;
  font-size: var(--fs-tiny);
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}

#recommended-treatments .text-highlight {
  background-color: var(--color-blue);
  padding-inline: 0.2rem;
}

@media (max-width: 1440px) {
  #ulthera {
    --fs-main-title: 6rem;
    --fs-main-sub-title: 2.4rem;
  }

  .sub-top-icon {
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  #ulthera {
    /* font-size */
    --fs-main-title: 4rem;
    --fs-xxl: 7.6rem;
    --fs-xl: 3.6rem;
    --fs-lg: 3.4rem;
    --fs-l: 3.2rem;
    --fs-ml: 3rem;
    --fs-m: 2.6rem;
    --fs-ms: 2.4rem;
    --fs-sml: 2.2rem;
    --fs-sm: 2.1rem;
    --fs-xs: 2rem;
    --fs-xxs: 2rem;
    --fs-xxxs: 2rem;
    --fs-tiny: 1.6rem;
  }


  .only-ab::before {
    width: 20vw;
    left: -9vw !important;
    top: -9vw !important;
  }

  .content-sub-title span {
    padding: 1rem 2rem;
    margin: 6rem auto auto;
    border-radius: 1rem;
  }

  .box {
    padding: 0 5vw;
  }

  #ulthera .content-title {
    gap: 0;
  }

  #sub-top {
    max-height: 100%;
  }

  #sub-title {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(140, 118, 98, 1) 100%);
  }

  #sub-top .sub-title-wrapper {
    align-items: center;
    justify-content: flex-end;
    padding: 10rem 4rem 10vw 4rem !important;
    text-align: center;
  }

  #sub-top .sub-title-wrapper .sub-top-icon {
    max-width: 65vw;
  }

  #sub-top .sub-title-wrapper .sub-top-icon img {
    width: 100%;
  }

  #sub-top .sub-title-wrapper h2 {
    margin-top: 0;
    margin-left: 0
  }

  #sub-top .sub-title-wrapper h1 {
    margin-left: 0
  }

  #sub-top .sub-title-wrapper p {
    margin-left: 0
  }

  #sub-top #sub-title-image picture img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  #page-procedure-area .content-title,
  #recommended-treatments .content-title {
    top: 8rem;
  }


  #page-ultherapy-equipment {
    padding-top: 8rem;
  }

  #page-ultherapy-equipment .equipment-image {
    width: 100%;
  }

  #page-tech {
    padding-block: 8rem;
  }

  #page-tech .content-list {
    width: 100%;
    margin-top: 6rem;
    gap: 2rem;
  }

  #page-tech .content-list li {
    border-radius: 2rem;
    padding: 2.4rem 3rem;
  }

  #page-tech .content-list li h4 {
    text-align: center;
  }

  #page-tech .content-image img {
    border-radius: 1rem;
  }

  #page-tech .filter-image.content-image figure figcaption {
    padding-block: 0.8rem;
  }

  #page-tech .filter-image::after {
    width: 5vw;
    height: 5vw;
    top: 10vw;
  }

  #page-procedure-area .box,
  #page-reason-02 .box {
    padding: 0;
  }

  #page-2spt {
    padding-block: 8rem 4rem;
  }

  #page-2spt .circle-content,
  #page-2spt .list-content,
  #page-2spt .list-bna {
    width: 100%;
  }

  #page-2spt .list-content {
    gap: 2rem;
  }

  #page-2spt .list-content li {
    padding: 1rem;
  }

  #page-2spt .circle-content li:nth-child(1) {
    transform: translateX(3vw);
  }

  #page-2spt .circle-content li:nth-child(3) {
    transform: translateX(-3vw);
  }

  #page-2spt .list-bna li figure figcaption {
    padding: 1rem;
  }

  #page-spt {
    padding-bottom: 8rem;
  }

  #page-spt .spt-sub-title {
    width: fit-content;
    margin-block: 6rem 4rem;
    padding: 1rem 8rem;
  }

  #page-spt .see {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }

  #page-spt .see .image-desc span {
    padding: 2rem 1rem;
  }

  #page-spt .see li {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #page-spt .see .image-desc {
    flex-grow: 1;
  }

  #page-spt .plan {
    max-width: 100%;
    margin: 6rem auto auto;
    gap: 1rem;
    display: flex;
    justify-content: center;
  }

  #page-spt .plan li {
    display: flex;
    flex-direction: column;
  }

  #page-spt .plan .image-desc {
    flex-grow: 1;
  }

  #page-spt .plan .image-desc strong {
    padding: 1rem 3rem;
    justify-content: flex-start;
  }

  #page-spt .treat {
    max-width: 100%;
    margin: 0 auto;
  }

  #page-spt .treat .content-image {
    width: 60%;
  }

  #page-sub-spt {
    padding-block: 8rem;
  }

  #page-sub-spt .content-list {
    margin: 6rem auto auto;
    max-width: 80%;
    flex-direction: column;
  }

  #page-sub-spt .content-list::after {
    transform: rotate(90deg);
  }

  #official-cert {
    padding-block: 8rem;
  }

  #official-cert .news-image {
    max-width: 100%;
  }

  #official-cert .content-title h2 {
    margin-top: 10rem;
  }

  #official-cert .content-list {
    max-width: 80%;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  #official-cert .content-list .content-image {
    max-width: 25vw;
  }

  #page-procedure-area .content-image {
    padding-top: 6rem;
    background-size: cover;
  }

  #page-reason-01 {
    padding-block: 8rem 15rem;
    background-size: cover;
  }

  #page-reason-01 .reason-list {
    max-width: 100%;
    gap: 2rem;
    margin-top: 6rem;
  }

  #page-reason-01 .reason-list li .content-image {
    height: 15rem;
  }

  #page-reason-01 .reason-list li .content-image img {
    max-height: 70%;
  }

  #page-reason-01 .reason-list li:nth-of-type(2) .content-image img {
    max-height: 14vw;
  }

  #page-reason-02 .content-title {
    top: 4rem;
  }

  #page-reason-02 .content-image {
    padding-top: 0;
  }

  #page-reason-02::after, #page-reason-02::before {
    top: -8vw;
  }

  #page-reason-02::after {
    border-top-left-radius: 8vw;
  }

  #page-reason-02::before {
    border-top-right-radius: 8vw;
  }

  #recommended-treatments {
    padding-bottom: 8rem;
  }

  #recommended-treatments .treatments-list {
    position: static;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
  }

  #recommended-treatments .left {
    transform: none;
    margin-bottom: 2rem;
  }

  #recommended-treatments .right {
    transform: none;
    gap: 2rem;
  }

  #recommended-treatments .treatments-list li {
    grid-template-columns: 1fr 5fr;
  }

  #recommended-treatments .treatments-list .treatments-desc {
    height: 100%;
    justify-content: space-between;
  }

  #recommended-treatments .treatments-list .thermage .treatments-desc {
    padding-bottom: 0;
  }

  #recommended-treatments .treatments-list .thermage .treatments-desc a {
    margin-bottom: 2rem;
  }

  #recommended-treatments .treatments-list .desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
  }

  #recommended-treatments .treatments-list .treatments-desc a {
    position: static;
    margin-left: auto;
  }
}


@media (max-width: 415px) {
  #ulthera {
    --fs-main-sub-title: 2rem;
  }

  #sub-top .sub-title-wrapper {
    padding: 8rem 4rem 10vw 4rem !important;
  }

  #page-reason-01 {
    padding-block: 8rem 10rem;
  }

  #page-reason-02::after, #page-reason-02::before {
    top: -4rem;
  }

  #page-spt .plan {
    flex-wrap: wrap;
  }

  #recommended-treatments .treatments-list li {
    grid-template-columns: 1fr 4fr;
  }

  #recommended-treatments .treatments-list .treatments-desc a {
    position: static;
    margin-left: auto;
    margin-top: 2rem;
  }
}