@font-face {
  font-family: "GimpoPeaceGothic";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2202-2@1.0/GimpoGothicRegular00.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "GimpoPeaceGothic";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2202-2@1.0/GimpoGothicBold00.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
#sub__visual, .ft__pro, .ft__commu {
  display: none;
}

* {
  font-family: "GimpoPeaceGothic";
}

/* =========================
   Section Visual
========================= */
#section__visual {
  background: url("/sub/blacklabel/img/visual/visual_bg.png") no-repeat center/cover;
}
#section__visual .visual__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  position: relative;
  max-width: 1600px;
  height: 1000px;
  margin: 0 auto;
  padding: 80px 0 50px;
  box-sizing: border-box;
}
#section__visual .visual__left {
  flex: 1 1 auto;
  min-width: 0;
}
#section__visual .visual__left .left__txt {
  max-width: 1030px;
  margin-bottom: 30px;
}
#section__visual .visual__left .left__txt p {
  font-family: "GimpoPeaceGothic";
  font-weight: 700;
  font-size: 30px;
  color: #924088;
  margin-bottom: 30px;
}
#section__visual .visual__left .left__txt strong {
  display: block;
  font-family: "GimpoPeaceGothic";
  font-weight: 700;
  font-size: 100px;
  color: #2a2a2a;
  line-height: 1.1;
}
#section__visual .visual__left .left__txt h2 {
  height: 70px;
  margin-top: -52px;
  margin-left: auto;
  background: url(/sub/blacklabel/img/visual/blacklabel_txt.png) no-repeat center/contain;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
#section__visual .visual__left .left__gif {
  width: 700px;
  max-width: 100%;
}
#section__visual .visual__left .left__gif img {
  width: 100%;
  height: auto;
  display: block;
}
#section__visual .visual__right {
  position: absolute;
  left: 790px;
  top: 590px;
}
#section__visual .visual__right .right__txt {
  text-align: center;
}
#section__visual .visual__right .right__txt p {
  font-family: "GimpoPeaceGothic";
  font-weight: 700;
  font-size: 26px;
  color: #2a2a2a;
  line-height: 1.3;
}
#section__visual .visual__right .right__txt h2 {
  font-family: "GimpoPeaceGothic";
  font-weight: 700;
  font-size: 38px;
  color: #924088;
}

/* =========================
   Section Complex
========================= */
#section__complex {
  background: #fff;
}
#section__complex .complex__wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 150px 0;
  box-sizing: border-box;
}
#section__complex .complex__tit {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.4;
}
#section__complex .complex__tit p {
  font-size: 28px;
  font-weight: 700;
  color: #924088;
}
#section__complex .complex__tit h2 {
  font-size: 60px;
  font-weight: 700;
  color: #2a2a2a;
}
#section__complex .complex__tit h2 span {
  color: #924088;
}
#section__complex .complex__content {
  display: flex;
  align-items: stretch;
  gap: 50px;
}
#section__complex .complex__img {
  flex: 0 0 800px;
  height: 450px;
}
#section__complex .complex__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#section__complex .complex__info {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section__complex .complex__info .info__txt {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 30px;
  line-height: 1.2;
}
#section__complex .complex__info .info__txt p {
  font-size: 18px;
  font-weight: 700;
  color: #787878;
  margin-bottom: 14px;
}
#section__complex .complex__info .info__txt h3 {
  font-size: 30px;
  font-weight: 700;
  color: #924088;
}
#section__complex .complex__info .info__example {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
#section__complex .complex__info .info__example .example__row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
}
#section__complex .complex__info .info__example .example__arrow {
  position: absolute;
  align-self: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5d5e3;
  box-shadow: 0 6px 16px rgba(146, 64, 136, 0.18);
  box-sizing: border-box;
  z-index: 5;
}
#section__complex .complex__info .info__example .example__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #924088;
  border-right: 2px solid #924088;
}
#section__complex .complex__info .info__example .example__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  padding: 20px 24px;
  text-align: center;
  border-radius: 16px;
  box-sizing: border-box;
  width: 370px;
  height: 160px;
  aspect-ratio: 370/160;
}
#section__complex .complex__info .info__example .example__inner::after {
  content: "";
  position: absolute;
  top: -168px;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
  height: 186px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#section__complex .complex__info .info__example .example__inner:nth-of-type(1) {
  border: 1px solid #e5d5e3;
}
#section__complex .complex__info .info__example .example__inner:nth-of-type(1)::after {
  background-image: url("/sub/blacklabel/img/comflex/left_before.png");
}
#section__complex .complex__info .info__example .example__inner:nth-of-type(1) p:first-of-type {
  font-weight: 400;
}
#section__complex .complex__info .info__example .example__inner:nth-of-type(2) {
  border: 2px solid #924088;
}
#section__complex .complex__info .info__example .example__inner:nth-of-type(2)::after {
  background-image: url("/sub/blacklabel/img/comflex/right_before.png");
}
#section__complex .complex__info .info__example .example__inner:nth-of-type(2) p:first-of-type {
  font-weight: 700;
}
#section__complex .complex__info .info__example .example__inner p:first-of-type {
  font-size: 18px;
  color: #924088;
  margin-bottom: 12px;
}
#section__complex .complex__info .info__example .example__inner p:last-of-type {
  font-size: 16px;
  font-weight: 400;
  color: #787878;
  line-height: 1.5;
}

/* =========================
   Section Keypoint
========================= */
#section__keypoint {
  background: url("/sub/blacklabel/img/keypoint/keypoint_bg.png") no-repeat center top;
  background-color: #fff;
  font-family: "GimpoPeaceGothic";
}
#section__keypoint .keypoint__wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 150px 0;
  box-sizing: border-box;
}
#section__keypoint .keypoint__txt {
  text-align: center;
  margin-bottom: 60px;
}
#section__keypoint .keypoint__txt p {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
#section__keypoint .keypoint__txt h3 {
  font-size: 68px;
  font-weight: 700;
  color: #fff;
}
#section__keypoint .keypoint__top {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 150px;
}
#section__keypoint .keypoint__top .keypoint__left {
  flex: 0 0 900px;
}
#section__keypoint .keypoint__top .keypoint__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}
#section__keypoint .keypoint__top .keypoint__right {
  flex: 1 1 auto;
  min-width: 0;
}
#section__keypoint .keypoint__top .keypoint__right .txt__inner {
  width: 100%;
}
#section__keypoint .keypoint__top .keypoint__right .txt__inner .txt__tit {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px 30px;
  margin-top: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(146, 64, 136, 0.1);
}
#section__keypoint .keypoint__top .keypoint__right .txt__inner .txt__tit h3 {
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  background: #924088;
  padding: 18px 44px 5px;
  width: 400px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  display: flex;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(146, 64, 136, 0.25);
}
#section__keypoint .keypoint__top .keypoint__right .txt__inner .txt__tit p {
  font-size: 28px;
  font-weight: 700;
  color: #1d1d1d;
}
#section__keypoint .keypoint__top .keypoint__right .txt__inner .txt__arrow {
  display: block;
  width: 50px;
  height: 44px;
  margin: 18px auto 5px;
  background: url("/sub/blacklabel/img/keypoint/arrow_02.png") no-repeat center/contain;
}
#section__keypoint .keypoint__top .keypoint__right .txt__inner .txt__info {
  background: #fff;
  border-radius: 20px;
  padding: 36px 40px;
  box-shadow: 0 4px 20px rgba(146, 64, 136, 0.1);
}
#section__keypoint .keypoint__top .keypoint__right .txt__inner .txt__info > div {
  text-align: center;
  margin-bottom: 26px;
}
#section__keypoint .keypoint__top .keypoint__right .txt__inner .txt__info > div:last-child {
  margin-bottom: 0;
}
#section__keypoint .keypoint__top .keypoint__right .txt__inner .txt__info > div h4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 26px;
  font-weight: 700;
  color: #924088;
  margin-bottom: 10px;
}
#section__keypoint .keypoint__top .keypoint__right .txt__inner .txt__info > div h4::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-bottom: 10px;
  background: url("/sub/blacklabel/img/keypoint/txt_check_03.png") no-repeat center/contain;
}
#section__keypoint .keypoint__top .keypoint__right .txt__inner .txt__info > div p {
  font-size: 22px;
  font-weight: 700;
  color: #1d1d1d;
}
#section__keypoint .keypoint__bottom .keypoint__tit {
  text-align: center;
  margin-bottom: 60px;
}
#section__keypoint .keypoint__bottom .keypoint__tit strong {
  display: block;
  width: 346px;
  height: 38px;
  margin: 0 auto 24px;
  background: url("/sub/blacklabel/img/keypoint/logo_txt_r.png") no-repeat center/cover;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}
#section__keypoint .keypoint__bottom .keypoint__tit h2 {
  font-size: 100px;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 1.3;
  padding: 10px 0;
}
#section__keypoint .keypoint__bottom .keypoint__tit h2 span {
  display: inline-block;
  padding-bottom: 6px;
  background: linear-gradient(180deg, #924088 0%, #5e2957 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
#section__keypoint .keypoint__bottom .keypoint__tit .--01 {
  font-size: 26px;
  font-weight: 700;
  color: #1d1d1d;
}
#section__keypoint .keypoint__bottom .keypoint__tit .--02 {
  font-size: 36px;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 1.4;
}
#section__keypoint .keypoint__bottom .keypoint__tit .--02 .circle {
  position: relative;
  display: inline-block;
  padding: 0 4px;
}
#section__keypoint .keypoint__bottom .keypoint__tit .--02 .circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 150%;
  background: url("/sub/blacklabel/img/keypoint/txt_check.png") no-repeat center/100% 100%;
  pointer-events: none;
  z-index: -1;
}
#section__keypoint .keypoint__bottom .keypoint__tit .--02 span:not(.circle) {
  font-size: 26px;
}
#section__keypoint .keypoint__bottom .balstyle__slider {
  display: flex;
  justify-content: center;
  gap: 60px;
}
#section__keypoint .keypoint__bottom .balstyle__slider .balstyle__col {
  position: relative;
  width: 746px;
  flex: 0 0 746px;
}
#section__keypoint .keypoint__bottom .balstyle__slider .balstyle__col .swiper {
  width: 100%;
  overflow: hidden;
}
#section__keypoint .keypoint__bottom .balstyle__slider .balstyle__item {
  margin: 0;
}
#section__keypoint .keypoint__bottom .balstyle__slider .balstyle__item .item__imgs {
  display: flex;
  gap: 6px;
}
#section__keypoint .keypoint__bottom .balstyle__slider .balstyle__item .item__imgs .img__box {
  position: relative;
  display: block;
  width: 370px;
  overflow: hidden;
}
#section__keypoint .keypoint__bottom .balstyle__slider .balstyle__item .item__imgs .img__box img {
  width: 370px;
  height: 430px;
  object-fit: cover;
  display: block;
}
#section__keypoint .keypoint__bottom .balstyle__slider .balstyle__item .item__imgs .img__box::before {
  content: "";
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background: #000;
}
#section__keypoint .keypoint__bottom .balstyle__slider .balstyle__item .item__imgs .img__box:first-child::before {
  content: "BEFORE";
}
#section__keypoint .keypoint__bottom .balstyle__slider .balstyle__item .item__imgs .img__box:last-child::before {
  content: "AFTER";
}
#section__keypoint .keypoint__bottom .balstyle__slider .balstyle__item figcaption {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #1d1d1d;
  margin-top: 20px;
}
#section__keypoint .keypoint__bottom .balstyle__slider .--face .balstyle__item figcaption {
  color: #924088;
}
#section__keypoint .keypoint__bottom .balstyle__slider .balstyle__nav {
  position: absolute;
  top: 215px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 0;
  background: url("/sub/blacklabel/img/keypoint/swiper_arrow.png") no-repeat center/contain;
  cursor: pointer;
  z-index: 5;
}
#section__keypoint .keypoint__bottom .balstyle__slider .balstyle__nav.--prev {
  top: 165px;
  left: -25px;
  rotate: 180deg;
}
#section__keypoint .keypoint__bottom .balstyle__slider .balstyle__nav.--next {
  right: -25px;
}
#section__keypoint .keypoint__check {
  text-align: center;
  margin-top: 70px;
}
#section__keypoint .keypoint__check p {
  display: block;
  width: fit-content;
  margin: 0 auto 8px;
  font-size: 26px;
  font-weight: 700;
  color: #1d1d1d;
  padding-left: 36px;
  background: url("/sub/blacklabel/img/keypoint/txt_check_02.png") no-repeat left 2px/24px;
}
#section__keypoint .keypoint__check p:last-child {
  margin-bottom: 0;
}

/* =========================
   Section Review
========================= */
#section__review {
  font-family: "GimpoPeaceGothic";
  background-color: #fff;
}
#section__review .review__wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0 150px;
  box-sizing: border-box;
}
#section__review .review__txt {
  text-align: center;
  margin-bottom: 60px;
}
#section__review .review__txt p {
  font-size: 40px;
  font-weight: 400;
  color: #000;
}
#section__review .review__txt span {
  display: block;
  font-size: 80px;
  font-weight: 700;
  color: #ad76a8;
}
#section__review .review__txt h3 {
  font-size: 36px;
  font-weight: 700;
  color: #1d1d1d;
}
#section__review .review__txt h3 span {
  position: relative;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}
#section__review .review__txt h3 span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -56%);
  width: 100%;
  height: 150%;
  background: url("/sub/blacklabel/img/common/txt_check.png") no-repeat center/contain;
  pointer-events: none;
  z-index: -1;
}
#section__review .review__item .item__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1600px;
  margin: 0 auto;
}
#section__review .review__item .item__container .item__inner {
  width: calc((100% - 40px) / 3);
  box-sizing: border-box;
}
#section__review .review__item .item__container .item__inner > p {
  font-family: "TheSeasons", serif;
  font-weight: 700;
  display: flex;
  gap: 18px;
  align-items: flex-end;
  font-size: 70px;
  color: #ad76a8;
  line-height: 1;
  margin-bottom: 14px;
}
#section__review .review__item .item__container .item__inner > p span {
  font-family: "GimpoPeaceGothic";
  font-size: 22px;
  color: #ad76a8;
  vertical-align: middle;
}
#section__review .review__item .item__container .item__inner .img__inner {
  margin-bottom: 16px;
}
#section__review .review__item .item__container .item__inner .img__inner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
#section__review .review__item .item__container .item__inner .item__gauge {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
#section__review .review__item .item__container .item__inner .item__gauge .gauge__label {
  font-size: 16px;
  font-weight: 700;
  color: #924088;
  margin-right: auto;
}
#section__review .review__item .item__container .item__inner .item__gauge .gauge__per {
  font-size: 16px;
  font-weight: 700;
  color: #924088;
}
#section__review .review__item .item__container .item__inner .item__gauge::after {
  content: "";
  order: 3;
  width: 100%;
  height: 14px;
  margin-top: 8px;
  border-radius: 50px;
  background: linear-gradient(#924088, #924088) left/var(--rate) 100% no-repeat, #ece3eb;
}
#section__review .review__item .item__container .item__inner .item__desc {
  font-size: 15px;
  font-weight: 400;
  color: #787878;
  line-height: 1.4;
  font-family: "GimpoPeaceGothic";
}
#section__review .review__item .review__notice {
  text-align: right;
  max-width: 1600px;
  margin: 20px auto 0;
  font-size: 15px;
  color: #787878;
}
#section__review .btn__wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 44px;
}
#section__review .btn__wrapper a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  padding: 14px 47px;
}
#section__review .btn__wrapper a .--01 {
  padding-top: 6px;
}
#section__review .btn__wrapper a .btn__icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#section__review .btn__wrapper .btn__kakao {
  background: #fee500;
  color: #3c1e1e;
}
#section__review .btn__wrapper .btn__kakao .btn__icon {
  background-image: url("/img/common/logo/kakao.svg");
}
#section__review .btn__wrapper .btn__video {
  background: #924088;
  color: #fff;
}
#section__review .btn__wrapper .btn__video .btn__icon {
  background-image: url("/sub/blacklabel/img/review/icon_play.png");
  filter: brightness(0) invert(1);
}

/* =========================
   Section Solution
========================= */
#section__solution {
  font-family: "GimpoPeaceGothic";
  background-color: #f9f9f9;
}
#section__solution .solution__wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 150px 0;
  box-sizing: border-box;
}
#section__solution .solution__txt {
  text-align: center;
  margin-bottom: 50px;
}
#section__solution .solution__txt h2 {
  font-size: 48px;
  font-weight: 700;
  color: #2a2a2a;
}
#section__solution .solution__txt h2 span {
  color: #924088;
}
#section__solution .solution__card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  padding: 0 0 70px;
  margin-bottom: 50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#section__solution .solution__card .card__inner .card__video {
  display: flex;
  margin-bottom: 30px;
}
#section__solution .solution__card .card__inner .card__video .video__inner {
  flex: 1 1 0;
}
#section__solution .solution__card .card__inner .card__video .video__inner img {
  width: 100%;
  height: auto;
  display: block;
}
#section__solution .solution__card .card__inner .card__txt {
  text-align: center;
}
#section__solution .solution__card .card__inner .card__txt p {
  font-size: 24px;
  font-weight: 700;
  color: #924088;
  margin-bottom: 20px;
}
#section__solution .solution__card .card__inner .card__txt > span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #787878;
}
#section__solution .solution__info {
  text-align: center;
}
#section__solution .solution__info p {
  font-size: 26px;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 1.5;
  margin-bottom: 8px;
}
#section__solution .solution__info p:last-child {
  margin-bottom: 0;
}
#section__solution .solution__info .--point {
  font-size: 36px;
  margin-top: 6px;
}
#section__solution .solution__info .--point .--01 {
  font-size: 26px;
}
#section__solution .solution__info .--point .--01::after {
  content: none;
}
#section__solution .solution__info .--point span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
#section__solution .solution__info .--point span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -58%);
  width: 100%;
  height: 130%;
  background: url("/sub/blacklabel/img/common/txt_check.png") no-repeat center/100% 100%;
  pointer-events: none;
  z-index: -1;
}

/* =========================
   Section MakeOver
========================= */
#section__makeover {
  position: relative;
  font-family: "GimpoPeaceGothic";
  background: url("/sub/blacklabel/img/makeover/makeover_bg.png") no-repeat center top/cover;
}
#section__makeover .makeover__wrapper {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  margin: 0 auto;
  padding: 150px 0 220px;
  box-sizing: border-box;
}
#section__makeover .makeover__txt {
  text-align: center;
  margin-bottom: 30px;
}
#section__makeover .makeover__txt h2 {
  font-size: 60px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}
#section__makeover .makeover__txt h2 span {
  color: #924088;
}
#section__makeover .makeover__txt p {
  font-size: 26px;
  font-weight: 700;
  color: #1d1d1d;
}
#section__makeover .makeover__txt p span {
  position: relative;
  display: inline-block;
  padding: 0 6px;
}
#section__makeover .makeover__txt p span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -54%);
  width: 100%;
  height: 150%;
  background: url("/sub/blacklabel/img/common/txt_check.png") no-repeat center/100% 100%;
  pointer-events: none;
  z-index: -1;
}
#section__makeover .makeover__visual {
  position: relative;
}
#section__makeover .makeover__visual .visual__inner {
  position: relative;
  width: 100%;
  height: 760px;
}
#section__makeover .makeover__visual .visual__inner .point__card,
#section__makeover .makeover__visual .visual__inner .point__side {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#section__makeover .makeover__info {
  position: absolute;
  z-index: 2;
  bottom: -77px;
  left: 50%;
  width: 1400px;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#section__makeover .makeover__info p {
  font-size: 26px;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 1.7;
}
#section__makeover .makeover__info p span {
  color: #924088;
}

/* =========================
   Section How
========================= */
#section__how {
  font-family: "GimpoPeaceGothic";
  background-color: #fff;
}
#section__how .how__wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
}
#section__how .how__top {
  text-align: center;
  margin-bottom: 80px;
}
#section__how .how__top .how__txt {
  margin-bottom: 40px;
  margin-top: 150px;
}
#section__how .how__top .how__txt h2 {
  font-size: 60px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 16px;
}
#section__how .how__top .how__txt h2 span {
  color: #924088;
}
#section__how .how__top .how__txt > p {
  font-size: 26px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 14px;
}
#section__how .how__top .how__txt .--point {
  font-size: 36px;
  font-weight: 700;
}
#section__how .how__top .how__txt .--point .circle {
  position: relative;
  display: inline-block;
  padding: 0 6px;
}
#section__how .how__top .how__txt .--point .circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  width: 100%;
  height: 150%;
  background: url("/sub/blacklabel/img/common/txt_check.png") no-repeat center/100% 100%;
  pointer-events: none;
  z-index: -1;
}
#section__how .how__top .how__txt .--point em {
  font-size: 26px;
  font-style: normal;
}
#section__how .how__top .how__video {
  margin-bottom: 24px;
}
#section__how .how__top .how__video img {
  width: 1000px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}
#section__how .how__top .how__caption {
  margin-top: 44px;
}
#section__how .how__top .how__caption p {
  font-size: 26px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 12px;
}
#section__how .how__top .how__caption span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #1d1d1d;
}
#section__how .how__top .how__caption span em {
  font-size: 26px;
  font-style: normal;
}
#section__how .how__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#section__how .how__bottom .group__day {
  display: block;
  font-family: "TheSeasons", serif;
  font-weight: 700;
  font-size: 70px;
  color: #924088;
  line-height: 1;
  margin-bottom: 16px;
}
#section__how .how__bottom .group__desc {
  font-size: 26px;
  font-weight: 700;
  color: #924088;
  text-align: center;
  margin-top: 20px;
}
#section__how .how__bottom .--left {
  position: relative;
}
#section__how .how__bottom .--left .group__main .img__inner img {
  width: 584px;
  height: 654px;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}
#section__how .how__bottom .--left .group__sub {
  position: absolute;
  right: -274px;
  bottom: -120px;
  width: 417px;
  z-index: 2;
}
#section__how .how__bottom .--left .group__sub img {
  width: 417px;
  height: 537px;
  object-fit: cover;
  display: block;
  border-radius: 5px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
#section__how .how__bottom .--right {
  margin-top: 60px;
}
#section__how .how__bottom .--right .group__day {
  text-align: left;
}
#section__how .how__bottom .--right .group__main .img__inner img {
  width: 581px;
  height: 649px;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}

/* =========================
   Section Protocol
========================= */
#section__protocol {
  font-family: "GimpoPeaceGothic";
  background-color: #f9f9f9;
}
#section__protocol .protocol__wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
}
#section__protocol .protocol__txt {
  text-align: center;
  margin-bottom: 70px;
}
#section__protocol .protocol__txt p {
  font-size: 32px;
  font-weight: 700;
  color: #1d1d1d;
}
#section__protocol .protocol__txt h2 {
  font-size: 48px;
  font-weight: 700;
  color: #924088;
}
#section__protocol .protocol__list {
  display: flex;
  justify-content: center;
}
#section__protocol .protocol__list .item__inner {
  flex: 1 1 0;
  text-align: center;
}
#section__protocol .protocol__list .item__inner .item__icon {
  width: 130px;
  height: 130px;
  margin: 0 auto 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#section__protocol .protocol__list .item__inner:nth-child(1) .item__icon {
  background-image: url("/sub/blacklabel/img/protocol/protocol_01.png");
}
#section__protocol .protocol__list .item__inner:nth-child(2) .item__icon {
  background-image: url("/sub/blacklabel/img/protocol/protocol_02.png");
}
#section__protocol .protocol__list .item__inner:nth-child(3) .item__icon {
  background-image: url("/sub/blacklabel/img/protocol/protocol_03.png");
}
#section__protocol .protocol__list .item__inner:nth-child(4) .item__icon {
  background-image: url("/sub/blacklabel/img/protocol/protocol_04.png");
}
#section__protocol .protocol__list .item__inner strong {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #924088;
  margin-bottom: 16px;
}
#section__protocol .protocol__list .item__inner p {
  font-size: 20px;
  font-weight: 400;
  color: #787878;
  line-height: 1.5;
}

/* =========================
   Section Faq
========================= */
#section__faq {
  font-family: "GimpoPeaceGothic";
}
#section__faq .faq__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
}
#section__faq .faq__left {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section__faq .faq__left .left__head .left__symbol {
  margin-bottom: 30px;
}
#section__faq .faq__left .left__head .left__symbol img {
  width: 113px;
  height: 33px;
  display: block;
}
#section__faq .faq__left .left__head .left__txt strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 8px;
}
#section__faq .faq__left .left__head .left__txt p {
  font-size: 30px;
  font-weight: 700;
  color: #924088;
}
#section__faq .faq__left .left__btns {
  display: flex;
  gap: 12px;
}
#section__faq .faq__left .left__btns a {
  width: 232px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
#section__faq .faq__left .left__btns a .btn__icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#section__faq .faq__left .left__btns .btn__app {
  background: #a8a4b8;
}
#section__faq .faq__left .left__btns .btn__app .btn__icon {
  background-image: url("/sub/blacklabel/img/faq/icon_app.png");
}
#section__faq .faq__left .left__btns .btn__call {
  background: #e2b855;
}
#section__faq .faq__left .left__btns .btn__call .btn__icon {
  background-image: url("/sub/blacklabel/img/faq/icon_call.png");
}
#section__faq .faq__left .left__btns .--01 {
  margin-top: 8px;
}
#section__faq .faq__right {
  flex: 0 0 760px;
}
#section__faq .faq__right .right__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#section__faq .faq__right .right__list li {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 28px 0;
  border-bottom: 1px solid #d9d4cb;
}
#section__faq .faq__right .right__list li:first-child {
  border-top: 1px solid #d9d4cb;
}
#section__faq .faq__right .right__list li .list__num {
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 700;
  color: #924088;
  line-height: 1;
}
#section__faq .faq__right .right__list li .list__txt strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #924088;
  line-height: 1;
  margin-bottom: 14px;
}
#section__faq .faq__right .right__list li .list__txt p {
  font-size: 16px;
  font-weight: 700;
  color: #787878;
  line-height: 1.5;
}

#section__yt {
  padding: 150px 0;
  background: #fff;
}/*# sourceMappingURL=style.min.css.map */