@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap");
@font-face {
  font-family: "BMJUA";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

.serif_eng {
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.nanum-myeongjo-regular {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: normal;
}

html.noscr {
  overflow: hidden;
}
:root {
  --font-h1: 34px;
  --font-h2: 28px;
  --font-h3: 20px;
  --font-p: 16px;

  --font-default: 400;
  --font-light: 200;
  --font-bold: 600;
  --font-extrabold: 800;

  --primary-color: #ff7d9a;
  --secondary-color: #333;
  --light-font-color: #888;

  --background-secondary: #f4f4f4;

  --max-width: 1200px;
  --x-padding: 40px;
  --y-padding: 150px;
}

body.lang-jp {
  --font-h1: 28px;
  --font-h2: 24px;
  --font-h3: 16px;
  --font-p: 14px;

  --font-default: 300;
  --font-bold: 500;
}

h1 {
  font-size: var(--font-h1);
  color: #333;
}

h2 {
  font-size: var(--font-h2);
  color: #333;
}

h3 {
  font-size: var(--font-h3);
  color: #333;
}

h4 {
  font-size: var(--font-p);
  color: #333;
}

p {
  font-size: var(--font-p);
  font-weight: 300;
}

.main_wrap {
  max-width: var(--max-width);
  padding: 130px 0;
  margin: 0 auto;
}

.max-width {
  max-width: var(--max-width);
}

.point_color {
  /* color: var(--primary-color); */
}

.pc-block {
  display: block;
}

.mo-block {
  display: none;
}

body {
}

header {
  width: 100vw;
  height: 100px;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
}

header.scrolled {
  background-color: #fff;
  transition: 0.5s;
}

header.scrolled nav .center_nav > li {
  position: relative;
}

header.scrolled nav .center_nav > li a {
  color: #333;
}

header.scrolled nav .right_menu .hambuger_menu span {
  background-color: #333;
}

header.scrolled nav .logo {
  width: 160px;
  background-image: url(../img/logo.svg);
}

header nav {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

header .nav_top.active .center_nav > li a {
  color: #333;
}

header .nav_top.active .logo {
  width: 160px;
  background-image: url(../img/logo.svg);
}

header nav .logo {
  width: 160px;
  background-image: url(../img/logo_wh.svg);
  display: block;
  height: 50px;
  background-size: contain;
  background-position: center center;
}

header nav .logo img {
  width: 100%;
}

header nav .center_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}

header nav .center_nav > li {
  /* width: calc(100% / 10); */
  text-align: center;
  position: relative;
}

header nav .center_nav > li a {
  color: #fff;
}

header nav .center_nav > li .over_menu {
  font-size: 16px;
  font-weight: 300;
}

header nav .center_nav > li .sub_menu {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 998;
  width: 100%;
  top: 50px;
}

header nav .center_nav > li .sub_menu > li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}

header nav .center_nav > li .sub_menu > li a {
  color: #888;
}

header nav .center_nav > li .sub_menu > li a:hover {
  color: #ff7d9a;
  font-weight: bold;
}

header nav .right_menu,
header nav .right_menu .icon_menu .lang_change_btn {
  display: flex;
  align-items: center;
  justify-content: right;
}

header nav .right_menu .icon_menu .lang_change_btn {
  width: 100%;
  color: #fff;

  padding: 5px 10px;
  border-radius: 99px;
  font-size: 16px;
  border-radius: 99px;
  background-color: #33333398;
  cursor: pointer;
}

header nav .right_menu .icon_menu .lang_change_btn svg.feather {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}

.sub_drop_menu {
  position: absolute;

  top: 120%;
  left: 50%;
  transform: translate(-50%, 25px);
  min-width: 180px;
  background: #f4b0bf;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;

  transition: all 0.25s ease;
  z-index: 1000;
}

.sub_drop_menu a {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 4px 10px;
  display: block;
  color: #fff !important;
}

.center_nav > li:hover .sub_drop_menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 10px);
}

header nav .right_menu .icon_menu {
  position: relative;
}

header nav .right_menu .icon_menu #dropdown_lang {
  display: none;
}

header nav .right_menu .icon_menu #dropdown_lang.active {
  display: block;
  width: 100%;
  height: fit-content;

  background-color: #00000062;
  border: solid 1px #ccc;

  position: absolute;
  top: 35px;
  left: 0;
}

header nav .right_menu .icon_menu #dropdown_lang a {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 7px;
}

header nav .right_menu .icon_menu #dropdown_lang a:hover {
  background-color: #2e2e2e;
}

header nav .right_menu .icon_menu #dropdown_lang a img {
  width: 16px;
  margin-right: 5px;
}

header nav .right_menu .hambuger_menu {
  width: 30px;
  height: 30px;
  margin-left: 25px;
  cursor: pointer;
}

header nav .right_menu .hambuger_menu span {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  display: block;
  margin: 10px 0;
  transition: 0.3s;
}
header nav .right_menu .hambuger_menu span:nth-child(1) {
  margin-top: 3px;
}

header nav .right_menu .hambuger_menu:hover span {
  background-color: #ff7d9a;
}

header nav .right_menu .hambuger_menu.active span {
  background-color: #ff7d9a;
}

header nav .right_menu .hambuger_menu.active span:nth-child(1) {
  width: 80%;
  transition: 0.3s;
}

header .hambuger_view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 150px 0 30px;
  background-color: #fff;
  display: none;
  box-shadow: 0 4px 4px #e3e3e327;
}

header .hambuger_view .hambuger_inner {
  max-width: 1280px;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

header .hambuger_view .hambuger_inner .full_menu_box {
  width: calc(100% / 5);
  height: 290px;
  margin-bottom: 50px;
  border-right: solid 1px #efefef;
  padding: 0 30px;
}

header .hambuger_view .hambuger_inner .full_menu_box:nth-child(5),
header .hambuger_view .hambuger_inner .full_menu_box:nth-child(10) {
  border: none;
  padding-right: 0;
}

header .hambuger_view .hambuger_inner .full_menu_box:nth-child(1),
header .hambuger_view .hambuger_inner .full_menu_box:nth-child(6) {
  padding-left: 0;
}

header .hambuger_view .hambuger_inner .full_menu_box .category_title > h4 {
  font-size: 24px;
  color: #e49dac;
  margin-bottom: 25px;
}

header
  .hambuger_view
  .hambuger_inner
  .full_menu_box
  .category_title
  svg.feather {
  display: none;
}

header .hambuger_view .hambuger_inner .full_menu_box ul li a {
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
  margin: 15px 0;
}

header .hambuger_view .hambuger_inner .full_menu_box ul li a svg.feather {
  stroke: #636363;
}

.under_sns_link {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  border-top: solid 1px #333;
  padding: 30px 0;
}

.right_layout_sns,
.sns_link {
  display: flex;
  align-items: center;
  justify-content: right;
}

.sns_link {
  margin-left: 100px;
}

.sns_link > div {
  width: 50px;
  height: 50px;

  margin: 0 5px;
  text-align: center;
  line-height: 50px;
}

.sns_link > div > a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: grid;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
}

.sns_link > div > a img {
  width: 100%;
}

footer {
  width: 100vw;
  height: fit-content;
  background-color: #fff;
  padding: 50px 0;
  border-top: solid 1px #ccc;
}

footer .sns_link {
  width: auto;
  margin-top: 0;
  justify-content: center;
  gap: 5px;
  margin-bottom: 35px;
}

footer > div.max-width {
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

footer > div.max-width > .left_footer_layout,
footer > div.max-width > .right_footer_layout a {
  font-size: 16px;
  line-height: 1.5;
  color: #999;
}

footer > div.max-width > .right_footer_layout .admin_f {
  font-weight: 800;
  color: #333;
}

footer > div.max-width > .right_footer_layout span {
  padding: 0 10px;
  color: #999;
}

.flex_menu_list {
  display: flex;
  align-items: start;
  justify-content: left;
}

.flex_menu_list > .menu_list_sub:nth-child(2),
.flex_menu_list > .menu_list_sub:nth-child(3) {
  padding-left: 25px;
}

.flex_menu_list > .menu_list_sub:nth-child(2) ul {
  display: flex;
  align-items: center;
  justify-content: left;
}

.flex_menu_list > .menu_list_sub:nth-child(2) ul li:nth-child(2) {
  padding-left: 20px;
}

body.lang-jp .krbanner {
  display: none;
}

body.lang-jp .jpbanner {
  display: block;
}

body.lang-ko .krbanner,
body .krbanner {
  display: block;
}

body.lang-ko .jpbanner,
body .jpbanner {
  display: none;
}

.banner_slide {
  overflow: hidden;

  margin: 0 auto;
  height: fit-content;
  width: 100%;
}

.banner_slide .each_bn {
  width: 100%;
  height: fit-content;
}

.banner_slide .each_bn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main_service .block_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

#main_service .block_menu .menu_box {
  width: 480px;
  height: 280px;
  padding: 40px 40px;
  background-color: #333;
  position: relative;
  text-align: center;
  display: grid;
  align-items: center;
}

#main_service .block_menu .menu_box .over_btn a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}

#main_service .block_menu .menu_box:nth-child(1) {
  background-image: url("../img/main_service01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#main_service .block_menu .menu_box:nth-child(2) {
  background-image: url("../img/main_service02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#main_service .block_menu .menu_box span {
  display: flex;
  align-items: center;
  width: fit-content;
  border: solid 1px #ccc;
  color: #fff;
  margin: 50px auto 0;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: var(--font-p);
  font-weight: var(--font-light);
}

#main_service .block_menu .menu_box h3 {
  color: #fff;
  font-size: var(--font-h2);
  line-height: 1.3;
  margin: 0 0 25px;
  font-weight: var(--font-default);
}

#main_service .block_menu .menu_box p {
  color: #fff;
  font-size: var(--font-p);
  line-height: 1.5;
  font-weight: var(--font-light);
}

#main_service .slide_menu {
  width: 1000px;
  margin: 50px auto;
  height: fit-content;
}

.icon_menu_main {
  text-align: center;
}

.icon_menu_main .icon_menu_over {
  width: 100px;
  height: 100px;
  background-color: #fafafa;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
}

.icon_menu_main:hover .icon_menu_over {
  background-color: #fdf6f6;
}

.icon_menu_main p {
  color: #888;
  font-size: var(--font-p);
  text-align: center;
  margin-top: 15px;
}
.icon_menu_main .icon_menu_over img {
  width: 100%;
}

.slide_menu > .swiper {
  max-width: 850px;
}

#intro_wrap {
  background-color: #fafafa;
}

#intro_wrap .flex_wrap {
  display: flex;
  align-items: center;
  justify-content: right;
  padding-top: 50px;
  margin: 0 auto;
}

#intro_wrap .flex_wrap .left_img {
  width: 700px;
  margin-right: 50px;
}

#intro_wrap .flex_wrap .left_img img {
  width: 100%;
}

#intro_wrap .flex_wrap .right_contents {
  padding: 50px;
  width: 35%;
}

.point_span {
  color: #d3d3d3;
  display: block;
  letter-spacing: 10px;
  margin-bottom: 15px;
}

.right_contents h2 {
  margin-bottom: 30px;
  font-weight: 600;
}

.right_contents h2 span {
  font-weight: 400;
}

.point_line {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #cccccc;
  margin-bottom: 10px;
}

.right_contents p {
  color: var(--light-font-color);
  line-height: 1.4;
}

.right_contents .btn_jenny {
  text-align: right;
  width: fit-content;
  margin-top: 30px;
  padding: 5px 10px;
  border-radius: 99px;
  border: solid 1px #333;
}

.right_contents .btn_jenny a {
  color: #333333;
  font-size: var(--font-p);
  display: flex;
  align-items: center;
  justify-content: center;
}

.right_contents .btn_jenny a img {
  width: 15px;
  margin-top: -3px;
}

#jenny_view #swiper_img {
  padding: 0 0 30px 0;
}
.jennySwiper .swiper-slide {
  filter: grayscale(1);
}

.jennySwiper .swiper-slide.swiper-slide-active {
  filter: grayscale(0);
}
#jenny_view .right_contents {
  text-align: center;
}

#jenny_view #swiper_img .jennySwiper {
  height: 450px;
}

#jenny_view #swiper_img .jennySwiper .swiper-slide .width_300 {
  width: 100%;
  border-radius: 12px;
}

#jenny_view #swiper_img .jennySwiper .swiper-slide .width_300 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.care_flex .care_flex_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 550px;
  overflow: hidden;
}

.care_flex .care_flex_wrap .care_img,
.care_flex .care_flex_wrap .care_text {
  width: 50%;
}

.care_flex .care_flex_wrap .care_img img {
  width: 100%;
}

.care_flex .care_flex_wrap .care_text {
  text-align: center;
}

.care_flex .care_flex_wrap .care_text .point_line {
  margin: 10px auto;
}

.care_flex .care_flex_wrap:nth-child(2) .care_img {
  order: 2;
}

#map_notice {
  width: 100%;
  background-color: #fafafa;
  margin-top: 80px;
}

#map_notice .main_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
}

#map_notice .main_wrap .map_img {
  width: 650px;
  height: 350px;
  margin-right: 50px;
  overflow: hidden;
}

#map_notice .main_wrap .map_img img {
  width: 100%;
}

.clinic_hour_layout {
  display: flex;
  align-items: start;
  justify-content: left;
}

.clinic_hour_layout:nth-child(2) {
  margin: 40px 0;
}

#map_notice .main_wrap .right_info {
  border-left: solid 1px #dfdfdf;
  padding-left: 45px;
  margin-left: 25px;
}

#map_notice .main_wrap .right_info .clinic_hour table tr td:nth-child(1),
#map_notice .main_wrap .right_info .hour_title,
#map_notice .main_wrap .right_info .clinic_hour {
  font-weight: 600;
  font-size: 20px;
}

#map_notice .main_wrap .right_info .hour_title {
  margin-right: 30px;
}

#map_notice .main_wrap .right_info .clinic_hour table {
  height: fit-content;
}

#map_notice .main_wrap .right_info .clinic_hour table tr td:nth-child(2) {
  padding: 0 0 5px 15px;
  font-weight: 300;
  color: #888;
}

#map_notice .main_wrap .right_info .clinic_hour p {
  margin-top: 15px;
  color: var(--light-font-color);
  font-size: 14px;
  line-height: 1.5;
}

/* #map_notice .main_wrap .right_info .clinic_hour:nth-child(2) {
  margin-top: 30px;
} */

#map_notice .main_wrap .right_info .clinic_hour:nth-child(2) h3 {
  font-weight: 500;
  color: #333;
}

#map_notice .main_wrap .right_info .clinic_hour span {
  font-weight: 300;
  color: #888;
  line-height: 1.5;
}

.sub_page_header {
  width: 100%;
  height: 680px;
  background-color: #ccc;
  text-align: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: left;
}

.sub_page_header > .max-width {
  margin: 0 auto;
  width: 100%;
}

.sub_page_header h2 {
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  margin-top: 15px;
  font-size: 50px !important;
}

.sub_page_header span {
  color: #fff;
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: 200;
}

.sub_page_header .sub_border {
  color: #fff;
  padding: 10px 20px;
  border-radius: 99px;
  width: fit-content;
  margin: 0 auto;
  display: inline-block;
  border: solid 1px #fff;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 10px;
}

.sub_page_header p {
  color: #fff;
  line-height: 1.3;
  margin-top: 20px;
  font-size: 24px !important;
}

.sub_page_contents {
  height: fit-content;
  padding: 100px 0;
  margin: 0 auto;
}

.inner_900 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 150px;
}

.flex_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about_top_layout {
  background-image: url(../img/clinic_about_top.png);
  height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px;
}

.about_top_layout .max-width {
  margin: 0 auto;
}

.about_top_layout h2 {
  font-size: 60px;
  line-height: 1.3;
  margin: 15px 0 45px;
  font-weight: 300;
}

.about_top_layout > .max-width > .left_text_layout > span {
  font-size: 20px;
  font-weight: 300;
}

.about_top_layout p {
  font-size: 24px;
  font-weight: 300;
}

.about_top_layout > .max-width > .left_text_layout > span,
.about_top_layout h2,
.about_top_layout p {
  color: #fff;
}

#about .total_solution {
  background-image: url(../img/about_total.png);
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 450px;
  display: grid;
  align-items: center;
  justify-content: center;
}

#about .sub_page_contents {
  background: linear-gradient(to bottom, #fff9fa 0%, #ffffff 50%, #fff9fa 100%);
}

#about .sub_page_contents > div.inner_900:nth-child(1) {
  margin-top: 150px;
}

#about .sub_page_contents > .flex_wrap {
  align-items: end;
}

#about .sub_page_contents .flex_wrap .img_area {
  width: 450px;
}

#about .sub_page_contents .flex_wrap .img_area img {
  width: 100%;
}

#about .total_solution > .text_area {
  text-align: center;
}

#about .total_solution > .text_area p {
  margin-top: 35px;
}

.text_area p {
  color: var(--light-font-color);
  line-height: 1.4;
}

.text_area .point_line {
  margin: 30px 0 15px;
}

.text_area h2 {
  line-height: 1.4;
  font-weight: 300;
}

.text_area .point_color {
  font-weight: 500;
}

#about .service_about {
  width: 100vw;
  height: fit-content;
  background: #fff;
  padding: 100px 0;
}

#about .service_about .inner_900 {
  margin-bottom: 0;
}

#about .service_about .text_area {
  text-align: center;
}

#about .service_about .text_area > span {
  padding-bottom: 25px;
  display: block;
  color: #cfcfcf;
  letter-spacing: 8px;
  font-weight: 200;
  font-size: 14px;
}

.under_banner .text_area,
.under_banner .text_area > h2 {
  text-align: center;
  color: #fff;
}

.under_banner .text_area > span {
  padding-bottom: 25px;
  display: block;
  letter-spacing: 1px;
  font-weight: 200;
  font-size: 14px;
}

#about .service_about .text_area > h2 {
  margin-bottom: 30px;
}

#about .service_about .text_area > p::before {
  width: 30px;
  height: 1px;
  content: "";
  display: block;
  background-color: #888;
  margin: 0 auto 15px;
}

#about .service_about .inner_900 .text_title {
  text-align: center;
  color: var(--primary-color);
}

#about .service_about .inner_900 .text_title > span {
  letter-spacing: 5px;
  font-size: var(--font-p);
  padding-bottom: 15px;
  display: block;
}

#about .service_about .inner_900 .text_title p {
  color: var(--light-font-color);
  font-weight: 400;
  margin-top: 30px;
  line-height: 1.5;
}

#about .service_about .inner_900 .text_title p span {
  font-weight: 600;
}

.service_box_layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.service_box_layout > .service_box_wrap {
  width: 440px;
  height: 440px;
  background-color: #ccc;
  margin-bottom: 20px;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service_box_layout > .service_box_wrap h3 {
  font-size: 26px;
  color: #fff;
}

.service_box_layout > .service_box_wrap p {
  font-weight: 200;
}

#sev_box_01 {
  background-image: url(../img/srv_box01.png);
}
#sev_box_02 {
  background-image: url(../img/srv_box02.png);
}
#sev_box_03 {
  background-image: url(../img/srv_box03.png);
}
#sev_box_04 {
  background-image: url(../img/srv_box04.png);
}

.service_flex {
  flex-wrap: wrap;

  width: 700px;
  margin: 100px auto 0;
}

.service_flex .service_box {
  width: calc(100% / 4);
  text-align: center;
  height: fit-content;
  margin-bottom: 50px;
}

.service_flex .service_box > div {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #fff5f5;
  margin: 0 auto 15px;
}

.service_flex .service_box > div img {
  width: 100%;
}

.service_flex .service_box > p {
  color: var(--light-font-color);
}

.service_img .inner_900 p {
  color: var(--light-font-color);
  line-height: 1.5;
  margin-top: 15px;
}

.service_img .inner_900 .flex_wrap {
  margin-top: 50px;
}

.service_img .inner_900 .flex_wrap > div {
  width: calc(100% / 2);
}

.service_img .inner_900 .flex_wrap > div img {
  width: 100%;
}

.under_banner {
  width: 100%;
  height: 550px;
  background-image: url(../img/about_under.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  align-items: center;
  justify-content: center;
}

.staff_info {
  width: 100%;
  height: fit-content;
  margin: 70px 0;
}

.blockbox {
  width: 100%;
  height: 30px;
}

.staff_info .staff_tag {
  display: flex;
  align-items: center;
  justify-content: right;
}

.flex_left .staff_tag {
  justify-content: left;
}

.staff_info .staff_tag span {
  background-color: #f4b0bf;
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: var(--font-p);
  margin-left: 10px;
}

.staff_info .staff_list {
  background-color: #f9f9f9;
  width: 100%;
  margin-top: 20px;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: right;
  position: relative;
}

.flex_left .staff_list {
  justify-content: left;
}

.staff_info .staff_list .width_right {
  width: 600px;
}

.staff_info .staff_list .staff_name {
  font-size: 20px;
  color: #333;
  padding-left: 50px;
}

.staff_info .staff_list .staff_name .point_color {
  font-size: 26px;
  font-weight: 600;
}

.staff_info .staff_list .width_right > p {
  padding: 0 0 10px 50px;
  border-bottom: solid 1px #333;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.staff_info .staff_list .staff_info_ul {
  margin-top: 15px;
  padding-left: 50px;
  color: #333;
  display: flex;
  align-items: start;
}

.staff_info .staff_list .staff_info_ul ul li {
  padding: 3px 0;
  font-size: 14px;
}

.staff_info .staff_list .staff_info_ul ul li.mg_top {
  margin-top: 20px;
}

.staff_info .staff_list .staff_info_ul ul:nth-child(2) {
  margin-left: 80px;
}

.staff_img {
  position: absolute;
  width: 400px;
  height: 500px;
  left: 40px;
  bottom: 0;
}

.flex_left .staff_img {
  right: 0;
  left: initial;
  width: 320px;
}

.staff_img img {
  height: 100%;
}

.map_page {
  margin-top: 100px;
}

#jennybunny {
  width: 100vw;
  height: 900px;
  background-image: url("../img/jennyback.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.bunny_text {
  text-align: center;
  height: fit-content;
  padding-bottom: 0;
}

.bunny_text h2 {
  font-weight: 400;
}

.bunny_text p {
  color: var(--light-font-color);
  line-height: 1.5;
  margin: 30px 0;
}

.bunny_intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}

.bunny_intro .bunny_box {
  width: calc(100% / 3 - 10px);
  margin-bottom: 15px;
}

.bunny_intro .bunny_box img {
  width: 100%;
}

.bunny_intro .bunny_box .bunny_text {
  width: 100%;
  height: 300px;
  margin-top: -5px;
  border-radius: 0 0 15px 15px;
  padding: 50px 30px;
}

.bunny_intro .bunny_box .bunny_text h3 {
  font-family: "BMJUA";
  font-size: 25px;
  font-weight: lighter;
}

.text_top {
  z-index: 999;
  position: relative;
}

/* 서브페이지 상단 헤더 고정 디자인 레이아웃 */
.head_section_layout {
  width: 100vw;
  height: 680px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#event_bg {
  background-image: url(../skin/board/jenny_event_kr/img/event.png);
}

:root {
  --container: 1100px;
  --text: #1f1f1f;
  --muted: #8f8f8f;
  --line: rgba(0, 0, 0, 0.08);
  --bg: #ffffff;
  --soft: #f7f7f7;
  --dark: #3f3f3f;
  --dark2: #2f2f2f;
  --accent: #ff6f8f;
  --radius: 16px;
}

.container_sub {
  width: var(--max-width);
  margin: 0 auto;
}

.eyebrow {
  font-size: 16px;
  letter-spacing: 0.18em;
  color: #b7b7b7;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.eyebrow.pink {
  color: var(--primary-color);
}

.title {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 500;
}

.accent {
  color: var(--primary-color);
}

.desc {
  margin: 0;
  color: #7b7b7b;
  font-size: 18px;
  line-height: 1.5;
}

.metrics {
  padding: 100px 0;
}

.metrics__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid transparent;
}
.metric {
  text-align: center;
  padding: 6px 10px;
  position: relative;
}
.metric:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: #ccc;
}
.metric__dot {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 10px;
  background: var(--primary-color);
  display: grid;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 18px rgba(255, 111, 143, 0.25);
}

.metric__dot img {
  width: 45px;
}

.metric__label {
  font-size: 21px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 6px;
  margin-top: 30px;
}
.metric__value {
  font-size: 18px;
  color: var(--light-font-color);
  line-height: 1.2;
}

.intro {
  border-top: 1px solid var(--line);
  height: fit-content;
  position: relative;
}
.intro__grid {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  height: 100%;
  max-height: 400px;
  overflow: hidden;
}
.intro__left {
  padding-top: 100px;
  margin: 0 auto;
  text-align: left;
}
.intro__right {
  width: 50%;
  height: 100%;
  background-color: #ccc;
}

.intro__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro__featureBar {
  background: linear-gradient(45deg, #ffd0d0, #b37a7ade);
  padding: 34px 0;
  /* margin-top: 8px; */
  /* position: absolute; */
  /* bottom: 0; */
  width: 100%;
}
.featureBar__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: start;
}

.featureBar__heading {
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
  margin-bottom: 14px;
}

.featureList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.featureItem {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  text-align: left;
  color: #d7d7d7;
  font-size: 18px;
}
.badge {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #fff;
  color: #f0c0c0;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 300;
  margin-top: 2px;
}
.featureItem p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
}

.thumbRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 8px;
}
.sub_row_thumb {
  background: #cfcfcf;
  height: 180px;
  width: 240px;
  border-radius: 2px;
  overflow: hidden;
}

.sub_row_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featureNote {
  margin: 15px 0 0;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  font-weight: 300;
}

.recommend {
  padding: 150px 0;
}
.recommend__head {
  text-align: left;
  margin-bottom: 26px;
}
.recommend__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card {
  text-align: center;
}
.card__img {
  height: 260px;
  background: #cfcfcf;
  overflow: hidden;
}

.card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__text {
  margin: 15px 0 0;
  font-size: 18px;
  color: #333;
}

/* ===== Caution ===== */
.caution {
  padding: 100px 0;
  background: #fff8f8;
}
.cautionBox {
  background: #fff;
  border-radius: 10px;
  padding: 50px 0;
  margin-top: 20px;
  border: 1px solid rgba(255, 111, 143, 0.18);
}
.cautionBox__head {
  text-align: center;
}
.cautionList {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 800px;
  margin: 0 auto;
}
.cautionItem {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 20px 4px;
  border-bottom: 1px solid var(--line);
}
.warn {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 12px;
  flex: 0 0 auto;
  margin-top: 1px;
}
.cautionItem p {
  margin: 0;
  color: #6f6f6f;
  font-size: 18px;
}

.intro_solution {
  text-align: center;
  height: fit-content;
  border-top: solid 1px #ccc;
  padding: 100px 0 0;
}

.intro_kicker {
  margin: 0;
  font-size: 16px;
  color: #555;
  letter-spacing: -0.2px;
}

.intro_visual {
  width: fit-content;
  max-width: 100%;
  aspect-ratio: 1 / 1; /* 정사각 */
  margin: 0 auto 22px;
  background: #cfcfcf;
}

.intro_desc {
  margin: 0 auto;
  max-width: 720px;
  font-size: 18px;
  color: #888;
  line-height: 1.5;
}

/* 섹션 간 간격 */
.benefit {
  margin: 100px auto 120px;
  background-color: #f8f8f8;
  height: fit-content;
  padding: 100px 0;
}
.split {
  margin-top: 110px;
}

/* 2) 2x2 카드 */
.benefit_grid {
  display: flex;
  justify-items: center;
  margin: 0 auto;
  align-items: center;
  padding: 50px 0;
}

.benefit_card {
  width: 100%;
  max-width: 360px;
  text-align: center;
}

.benefit_img {
  width: 100%;
  aspect-ratio: 16 / 14;
  background: #ffffff;
}

.benefit_cap {
  margin: 14px 0 0;
  font-size: 18px;
  color: #222;
}

/* 3~4) 교차 레이아웃 */
.split {
  margin: 0 auto;
}

.split_inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.split_media {
  width: 48%;
  background: #f1f1f3;
  height: fit-content;
  overflow: hidden;
}

.split_text {
  width: 48%;
}

.intro_title {
  margin: 6px 0 24px;
  letter-spacing: -0.6px;
}

.third_split {
  margin-bottom: 120px;
}

.intro_title,
.split_title,
.latest_title_wrap h2 {
  font-size: 28px;
  font-weight: 300;
}

.intro_title > span,
.split_title > span,
.latest_title_wrap h2 > span {
  font-weight: 600;
}

.latest_title_wrap > p {
  color: #888;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 10px;
}

.split_title {
  margin: 0 0 10px;
  letter-spacing: -0.3px;
}

.split_body {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  color: #888;
}

.split_body::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ccc;
  margin: 40px 0 15px;
}

/* reverse는 텍스트가 왼쪽처럼 보이도록 */
.split_reverse {
  margin-top: 100px;
  margin-bottom: 120px;
}

.split_reverse .split_inner {
  flex-direction: row-reverse;
}

.benefit_grid {
  --cols: 2;
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  gap: 70px 48px;
  justify-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

.benefit_card {
  width: 100%;
  max-width: 360px;
  text-align: center;
}

.benefit_img {
  width: 100%;
  aspect-ratio: 16 / 14;
  background: #ffffff;
  background-size: cover;
  background-position: center;
}

.benefit_cap {
  margin: 14px 0 0;
  font-size: 18px;
  color: #333;
}

#category_portfolio {
  padding: 150px 0;
  margin: 0 auto;
  border-top: solid 1px #ccc;
}

@media (max-width: 860px) {
  .benefit_grid {
    --cols: 2;
    gap: 40px 20px;
  }
}

@media (max-width: 640px) {
  .benefit_grid {
    --cols: 1;
    gap: 28px;
  }
}

#portfolioLatest .pic_lt {
  margin-top: 50px;
}

#portfolioLatest .pic_lt > ul {
  height: fit-content;
  display: flex;
  align-items: start;
  justify-content: left;
  flex-wrap: wrap;
}

#portfolioLatest .pic_lt > ul > li {
  width: 30%;
  margin-bottom: 40px;
  margin-right: 10px;
}

#portfolioLatest .pic_lt > ul > li div {
  display: block;
  width: 100%;
  height: fit-content;
}

.gallery-list-title_euqi,
#portfolioLatest .pic_lt > ul > li div.portfolio_subject_title {
  font-size: 21px;
  /* font-weight: 700px; */
  margin: 10px 0;
  font-weight: bold;
  display: block;
}

.portfolio_cate,
.gallery-list-category_euqi {
  background-color: #fff;
  border: solid 1px #ff7d9a;
  color: #ff7d9a;
  font-weight: 300;
  font-size: 14px;
  padding: 7px 12px;
  border-radius: 30px;
  display: block;
  width: fit-content;
  margin-top: 15px;
}

#portfolioLatest .pic_lt > ul > li .lt_img {
  background-color: #fbfbfb;
  border: solid 1px #eaeaea;
  display: block;
  height: 300px;
}

#portfolioLatest .pic_lt > ul > li .lt_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_desc_subject_euqi {
  font-size: 16px;
  padding-left: 10px;
  border-left: solid 2px #333;
}

#event_wrap_index {
  width: 100%;
  height: fit-content;
  margin: 180px 0;

  background: linear-gradient(#fff9fa, #fff);
}

.background_fixed_att {
  width: var(--max-width);
  height: 300px;
  margin: 0 auto;
  background-image: url("../img/index_event.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  background-attachment: fixed;
}

#notice_wrap_index {
  width: 100%;
  margin: 0 auto;
}

.sns_title {
  margin-right: 10px;
}
