@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css");
:root {
  --primary-color: #6b41c9;
  --secondary-color: #a989e9;
  --btn-color: #6b41c9;
  --swiper-active: #6b41c9;
  --bg-color: #fcf7ff;
}

#wrap {
  background-color: var(--bg-color);
}

.wb_img {
  display: block;
}

.mb_img {
  display: none;
}

.C-visual {
  overflow: hidden;
}
.C-visual .img_text {
  text-align: left;
}
@media (max-width: 720px) {
  .C-visual .img_text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--vw40) 0;
  }
  .C-visual .img_text img {
    max-width: 90%;
  }
  .C-visual .img_text .item_02 {
    font-size: var(--vw80);
  }
}
.C-visual:after {
  margin: 0;
  left: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
  max-width: 100%;
  height: 60%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(var(--bg-color))
  );
  background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 100%);
}
.C-visual .img_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--bg-color)),
    color-stop(10%, transparent),
    color-stop(90%, transparent),
    to(var(--bg-color))
  );
  background: linear-gradient(
    to right,
    var(--bg-color) 0%,
    transparent 10%,
    transparent 90%,
    var(--bg-color) 100%
  );
}
@media (max-width: 1920px) {
  .C-visual .img_bg {
    display: none;
  }
}
.C-visual .counseling_form .btn_request {
  background-color: #f66fd6;
}

.C-title .primary-color {
  color: var(--primary-color);
}

.C-center_banner {
  position: relative;
  background-color: #ffffff;
  height: 100%;
}

.C-center_banner .swiper-slide {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.C-center_banner .swiper-slide img {
  width: auto;
  position: relative;
  height: 100%;
}
@media (max-width: 720px) {
  .C-center_banner .swiper-slide img {
    height: auto;
    width: 100%;
  }
}

.C-center_banner .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 30px auto 0;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 220px;
  gap: 0 20px;
}

.C-center_banner .swiper-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  position: relative;
  bottom: 0;
  top: 0;
}

.C-center_banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}

.C-center_banner
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--primary-color);
}

.C-center_banner .swiper-button-next,
.C-center_banner .swiper-button-prev {
  position: relative;
  margin-top: 0;
  left: auto;
  right: auto;
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.C-center_banner .swiper-button-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.C-center_banner .swiper-button-next:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.C-center_banner .swiper-button-next:after,
.C-center_banner .swiper-button-prev:after {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jaw_theme_info > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin: 50px auto 0;
  position: relative;
  padding: 0 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jaw_theme_info > .text.t-center {
  text-align: center;
}
@media (max-width: 1024px) {
  .jaw_theme_info > .text {
    width: auto;
    margin: 5% 3% 0;
    background-size: 35vw;
  }
}
@media (max-width: 720px) {
  .jaw_theme_info > .text {
    height: auto;
    padding: 0 var(--vw40);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-size: 30vw;
    background-position: right 10% center;
  }
}
.jaw_theme_info > .text span {
  font-size: var(--f-50);
  color: #737380;
  line-height: 1.1;
  letter-spacing: -1px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .jaw_theme_info > .text span {
    font-size: 5vw;
  }
}
.jaw_theme_info > .text strong {
  display: block;
  font-size: var(--f-90);
  color: var(--primary-color);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -3px;
  position: relative;
  z-index: 3;
}
.jaw_theme_info > .text strong i {
  font-weight: 900;
}
@media (max-width: 1024px) {
  .jaw_theme_info > .text strong {
    font-size: 9vw;
  }
  .jaw_theme_info > .text strong i {
    display: none;
  }
}
.jaw_theme_info > .text .info_img {
  width: 320px;
  right: 63px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .jaw_theme_info > .text .info_img {
    width: 30vw;
    right: 7%;
    font-size: 0;
  }
  .jaw_theme_info > .text .info_img img {
    width: 100%;
  }
}
.jaw_theme_info > .text::before {
  content: "[";
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: var(--f-126);
  color: #aa8bed;
  font-weight: 900;
}
@media (max-width: 720px) {
  .jaw_theme_info > .text::before {
    font-size: 12vw;
    bottom: 0;
  }
}
.jaw_theme_info > .text::after {
  content: "]";
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: var(--f-126);
  color: #aa8bed;
  font-weight: 900;
}
@media (max-width: 720px) {
  .jaw_theme_info > .text::after {
    font-size: 12vw;
    bottom: 0;
  }
}
.jaw_theme_info .photo {
  padding-top: 97px;
}
.jaw_theme_info .photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jaw_theme_info .photo ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.jaw_theme_info .photo ul li strong {
  display: block;
  padding-top: 25px;
  font-size: var(--f-28);
  color: #aa8bed;
  font-weight: 900;
  line-height: 1.1;
}
.jaw_theme_info .photo ul li span {
  font-size: var(--f-28);
  color: #000b17;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .jaw_theme_info .photo ul li img {
    width: 100%;
  }
}

.jaw_theme_info_text {
  font-size: var(--f-30);
  color: #222222;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.jaw_theme_info_text strong {
  color: var(--primary-color);
  font-weight: 700;
}

@media (max-width: 1024px) {
  .C-inner {
    padding: 0 40px;
  }
}
@media (max-width: 720px) {
  .C-inner {
    padding: 0 3%;
  }
}

.operation_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 720px) {
  .operation_info {
    padding: var(--vw80) 0;
    margin: var(--vw80) 0;
  }
}
.operation_info .title {
  font-size: var(--f-80);
  color: var(--primary-color);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -3px;
  margin-bottom: 80px;
}
@media (max-width: 720px) {
  .operation_info .title {
    font-size: var(--vw80);
    margin-bottom: var(--vw60);
  }
}
.operation_info .text {
  font-size: var(--f-40);
  color: #db26b0;
  text-align: center;
  font-weight: 900;
  margin-top: 20px;
}
.operation_info .sub_text {
  font-size: var(--f-28);
  color: #222222;
  text-align: center;
  line-height: 1.3;
  margin-top: 15px;
}
.operation_info .sub_text .sub_text strong {
  font-weight: 900;
}

.C-idYoutube .btn_youtube_page {
  background-color: var(--btn-color);
}

.C-BeforeAfter .swiper-pagination-bullet-active {
  background-color: var(--swiper-active);
}

.C-idCenter li:nth-child(1),
.C-idCenter li:nth-child(2) {
  background-color: #ffe9e5;
}

.C-idCenter li:nth-child(1) {
  background-image: url(../images/wb/common/idCenter_list_img_02.png);
}

.C-idCenter li:nth-child(2) {
  background-image: url(../images/wb/id_semi/idCenter_list_img_02.png);
}

.C-idCenter li:nth-child(3) {
  background-color: #ebdfe5;
  background-image: url(../images/wb/common/idCenter_list_img_03.png);
}

.C-idCenter li:nth-child(1) h5 {
  color: #ea6753;
}

.C-idCenter li:nth-child(2) h5 {
  color: #f77a16;
}

.C-idCenter li:nth-child(3) h5 {
  color: #a0466a;
}

.C-idCenter li p {
  color: #45474d;
}

@media (max-width: 720px) {
  .wb_img {
    display: none;
  }
  .mb_img {
    display: block;
  }
}
.operation_row_contents {
  padding-bottom: 160px;
}
.operation_row_contents .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0 34px;
}
.operation_row_contents .row_wrap .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.operation_row_contents .row_wrap .text i {
  color: var(--secondary-color);
  font-size: var(--f-35);
  font-weight: 800;
}
.operation_row_contents .row_wrap .text strong {
  font-size: var(--f-28);
  color: var(--primary-color);
  font-weight: 800;
}
.operation_row_contents .row_wrap .text p {
  font-size: var(--f-28);
  color: #222222;
}

.C-visual {
  /* background: url("../images/wb/jaw/jaw_center_bg1.jpg") no-repeat center 0 /
    cover; */
}
@media (max-width: 720px) {
  .C-visual {
    background-size: 720px 100%;
  }
}
.C-visual .img_text {
  margin-left: -680px;
  top: 50%;
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
}
@media (max-width: 1920px) {
  .C-visual .img_text {
    top: 10vw;
    left: 50%;
    margin-left: 0;
    -webkit-transform: translateX(-120%) translateY(50%);
    transform: translateX(-120%) translateY(50%);
  }
}
@media (max-width: 720px) {
  .C-visual .img_text {
    gap: var(--vw20);
  }
}
.C-visual .img_text .item_01,
.C-visual .img_text .item_03 {
  color: #ffffff;
}
.C-visual .img_text .item_01 {
  font-size: var(--f-43);
  letter-spacing: -3px;
  line-height: 1.1;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 1920px) {
  .C-visual .img_text .item_01 {
    font-size: var(--vw20);
  }
}
@media (max-width: 720px) {
  .C-visual .img_text .item_01 {
    font-family: "Paperlogy";
    margin: 0;
    font-size: var(--vw75);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#8460d1),
      to(#2b00b2)
    );
    background: linear-gradient(to bottom, #8460d1, #2b00b2);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 600;
    text-align: center;
  }
  .C-visual .img_text .item_01 i {
    font-family: "Paperlogy";
    display: block;
    font-weight: 600;
  }
}
.C-visual .img_text .item_02 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#11f4fc),
    to(#11f4fc)
  );
  background: linear-gradient(to bottom, #11f4fc, #11f4fc);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1;
}
@media (max-width: 720px) {
  .C-visual .img_text .item_02 {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ed88ba),
      to(#ed88ba)
    );
    background: linear-gradient(to bottom, #ed88ba, #ed88ba);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0;
    font-size: var(--vw80);
  }
}
@media (max-width: 720px) {
  .C-visual .img_text .item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--vw30) 0;
  }
}
.C-visual .img_text .item_03 {
  display: block;
  margin-top: 20px;
  line-height: 1.2;
  font-size: var(--f-35);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  letter-spacing: -2px;
}
@media (max-width: 1920px) {
  .C-visual .img_text .item_03 {
    font-size: var(--vw16);
    line-height: 1.3;
  }
}
@media (max-width: 720px) {
  .C-visual .img_text .item_03 {
    color: #222222;
    text-align: center;
    margin: 0;
    font-size: var(--vw30);
  }
}
.C-visual:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(80%, var(--bg-color))
  );
  background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 80%);
}
@media (max-width: 720px) {
  .C-visual:after {
    bottom: 0;
    height: 70%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(40%, var(--bg-color))
    );
    background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 40%);
  }
}
.C-visual .visual_img {
  width: auto;
  height: 1000px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1920px) {
  .C-visual .visual_img {
    width: 130%;
    height: auto;
    margin-left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    bottom: -5%;
  }
}
@media (max-width: 720px) {
  .C-visual {
    height: 141.6667vw;
  }
  .C-visual .visual_img {
    width: 240%;
    margin: 0;
    position: relative;
    bottom: 1%;
    height: auto;
    left: 27%;
  }
  .C-visual .img_text {
    top: 83.33vw;
    margin: 0;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    left: 0;
    color: #222222;
  }
}

.model_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
}

.model_list .model_item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}

.model_list .model_item img {
  width: 100%;
}

.model_list .model_item .model_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 24px 10px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.model_list .model_item .model_txt .tit {
  font-size: var(--f-30);
  font-weight: 800;
  display: block;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
@media (max-width: 720px) {
  .model_list .model_item .model_txt .tit {
    font-size: var(--vw40);
    text-shadow: none;
  }
}

.model_list .model_item .model_txt .desc {
  font-size: var(--f-20);
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 720px) {
  .model_list .model_item .model_txt .desc {
    font-size: var(--vw28);
  }
}

.center_commonContents .inner {
  max-width: 1080px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 60px;
}
.center_commonContents .inner .title {
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: -2px;
}
.center_commonContents .inner .title h5 {
  font-size: var(--f-60);
  color: #222222;
  font-weight: 800;
  line-height: 1.2;
}
.center_commonContents .inner .title h5 strong {
  display: block;
  color: var(--primary-color);
  font-size: var(--f-80);
}
.center_commonContents .inner .title .description {
  font-size: var(--f-24);
  color: #45474d;
  line-height: 1.4;
}
.center_commonContents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px 0;
  margin-bottom: 80px;
}
@media (max-width: 720px) {
  .center_commonContents ul {
    margin: 0;
  }
}
.center_commonContents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0 30px;
}
.center_commonContents ul li .img_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.center_commonContents ul li img {
  width: 100%;
}
.center_commonContents .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 0;
  line-height: 1.1;
  color: #222222;
  font-size: var(--f-28);
  -ms-flex-item-align: center;
  align-self: center;
  letter-spacing: -1px;
}
.center_commonContents .text_wrap .tit_icon {
  color: #000b17;
  font-size: var(--f-30);
  font-weight: 900;
}
.center_commonContents .text_wrap .tit {
  font-size: var(--f-40);
  font-weight: 900;
  padding-bottom: 10px;
  color: var(--primary-color);
}
.center_commonContents .text_wrap span {
  font-size: var(--f-20);
  display: block;
  margin-top: 10px;
}
@media (max-width: 720px) {
  .center_commonContents .text_wrap span {
    font-size: var(--vw20);
  }
}

.C-BeforeAfter,
.C-RealSelfiegram {
  padding: 160px 0;
}

.center_commonEvent {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 720px) {
  .center_commonEvent {
    margin: var(--vw40) 0;
  }
}
.center_commonEvent .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 3;
  line-height: 100px;
  color: #ffffff;
  font-size: var(--f-46);
  background-color: #6b41c9;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 800;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.center_commonEvent .inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -2px;
  gap: 0 30px;
  color: #ffffff;
}
.center_commonEvent .inner .event_tit {
  font-size: var(--f-25);
  background-color: #7f59d4;
  line-height: 64px;
  height: 64px;
  display: inline-block;
  padding: 0 30px;
  border-radius: 40px;
  letter-spacing: -1px;
}
.center_commonEvent .inner .event_text {
  position: relative;
  z-index: 3;
}
.center_commonEvent .inner .event_text:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 5px solid #7f59d4;
  border-bottom: 5px solid #7f59d4;
}
.center_commonEvent .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 100%;
  background-color: #6b41c9;
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
}
.center_commonEvent:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #6b41c9;
}

.good_afterID .inner {
  max-width: 1080px;
  margin: auto;
  padding: 80px 60px;
}
.good_afterID .title {
  font-size: var(--f-80);
  font-weight: 900;
  color: #000000;
  text-align: center;
  margin-bottom: 56px;
}
.good_afterID .title .btn-color {
  color: var(--primary-color);
}
.good_afterID .title .sub_tit {
  display: block;
  font-size: var(--f-24);
  font-weight: 600;
}
.good_afterID .care_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
}
.good_afterID .care_list .care_item {
  position: relative;
}
.good_afterID .care_list .care_item .text_wrap {
  position: absolute;
  bottom: 20px;
  text-align: center;
  padding: 20px 10px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 0;
  font-size: var(--f-20);
}
.good_afterID .care_list .care_item .text_wrap strong {
  font-size: var(--f-32);
  font-weight: 900;
}
.good_afterID .care_list .care_item .text_wrap span {
  line-height: 1.1;
}
.good_afterID .care_list .care_item .img_wrap img {
  width: 100%;
}

/* 미디어 쿼리 분기점 */
@media (max-width: 1500px) {
  .C-center_banner .swiper-slide img {
    height: auto;
    width: 120%;
    left: -10%;
  }
  .C-center_banner .swiper-button {
    bottom: 25%;
  }
  .center_commonEvent .inner {
    font-size: var(--f-30);
    line-height: 60px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: calc(100% - 60px);
    padding: 0;
  }
  .center_commonEvent .inner .event_tit {
    line-height: 45px;
    height: 45px;
    padding: 0 15px;
    font-size: var(--f-20);
  }
  .center_commonEvent .inner a {
    gap: 0 10px;
  }
  .center_commonEvent .inner:after {
    content: none;
  }
  .center_commonEvent .inner .event_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 20px;
  }
  .center_commonEvent .inner .event_text:after {
    position: relative;
    display: block;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 10px;
  }
  .good_afterID .care_list .care_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
}
@media (max-width: 1024px) {
  .center_commonContents ul li .img_wrap {
    width: 300px;
  }
  .good_afterID .care_list {
    gap: 0 10px;
  }
  .good_afterID .care_list .text_wrap strong {
    font-size: var(--f-28);
  }
}
@media (max-width: 720px) {
  .C-center_banner .swiper-slide img {
    max-width: 100%;
    left: 0;
  }
  .C-center_banner .swiper-button-next,
  .C-center_banner .swiper-button-prev {
    display: none;
  }
  .C-center_banner .swiper-button {
    bottom: 1vw;
    margin: 0;
  }
  .center_commonContents .inner .title {
    line-height: 1.2;
    font-weight: 800;
  }
  .center_commonContents .inner .title strong {
    display: block;
    font-size: var(--vw48);
  }
  .center_commonContents .inner .title .description {
    display: none;
    font-weight: 500;
  }
  .center_commonContents .inner .title .description span {
    display: block;
  }
  .center_commonContents .inner .title h5 {
    margin-bottom: var(--vw10);
    font-size: var(--vw40);
  }
  .center_commonContents .inner .title h5 strong {
    font-size: var(--vw40);
    display: inline-block;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .center_commonContents .inner .title h5 strong {
    display: block;
    font-size: var(--vw40);
  }
}
@media (max-width: 720px) {
  .center_commonContents .inner,
  .center_commonContents .good_afterID .inner {
    padding: var(--vw60) 3%;
  }
  .center_commonContents ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .center_commonContents ul li .img_wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }
  .center_commonContents .text_wrap {
    text-align: center;
    margin-top: var(--vw24);
  }
  .center_commonContents .text_wrap .tit {
    font-size: var(--vw50);
    padding-bottom: var(--vw10);
    line-height: 1;
  }
  .center_commonContents .text_wrap .tit_icon {
    font-size: var(--vw32);
    font-weight: 700;
    letter-spacing: -1px;
  }
  .center_commonContents .text_wrap .description {
    line-height: 1.2;
  }
  .model_list .model_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .center_commonEvent .inner {
    padding: 0;
    line-height: 12.64vw;
    height: 12.64vw;
    border-top-right-radius: 5.56vw;
    border-bottom-right-radius: 5.56vw;
  }
  .center_commonEvent .inner .event_text {
    font-size: 3.33vw;
  }
  .center_commonEvent .inner .event_text:after {
    width: var(--vw20);
    height: var(--vw20);
    border-width: var(--vw5) !important;
  }
  .center_commonEvent .inner .event_tit {
    font-size: 2.78vw;
    line-height: var(--vw40);
    height: var(--vw40);
  }
  .good_afterID .care_list .care_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .good_afterID .care_list .care_item + .care_item {
    margin-top: var(--vw28);
  }
  .good_afterID .care_list .care_item .text_wrap {
    width: auto;
    left: 50%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: var(--vw20) var(--vw10);
    gap: var(--vw10) 0;
    font-size: var(--vw20);
  }
  .good_afterID .care_list .care_item .text_wrap strong {
    font-size: var(--vw32);
  }
  .good_afterID .title {
    font-size: var(--vw80);
  }
  .good_afterID .title .sub_tit {
    font-size: var(--vw24);
  }
}
@media (max-width: 720px) {
  .C-BeforeAfter,
  .C-RealSelfiegram {
    padding-top: var(--vw80);
    padding-bottom: var(--vw80);
  }
}

@media (max-width: 720px) {
  .C-idYoutube {
    padding-top: var(--vw80);
  }
} /*# sourceMappingURL=jaw_center.css.map */
