:root {
  --header-height: 250rem;
  --menu-height: 75rem;
}
@media (max-width: 1280px) {
  :root {
    --header-height: 80rem;
  }
}
body {
  font-size: 16rem;
  background: #fff;
  color: #2b2b2b;
  letter-spacing: -0.05em;
}
.fz60 {
  line-height: 1.5;
}
.fz46 {
  line-height: 1.5;
}
.fz40 {
  line-height: 1.5;
}
.fz32 {
  line-height: 1.5;
}
.fz28 {
  line-height: 1.5;
}
.fz24 {
  line-height: 1.5;
}
.fz20 {
  line-height: 1.5;
}
.fz18 {
  line-height: 1.8;
}
.fz16 {
  line-height: 1.8;
}
.en {
  line-height: 1;
}
@media (max-width: 576px) {
  .fz60 {
    font-size: 46rem;
  }
}
@media (max-width: 576px) {
  .fz24 {
    font-size: 20rem;
  }
}
.page_wrap {
  margin-top: var(--header-height);
}
body.scrolled .header {
  transform: translateY(calc((var(--header-height) - var(--menu-height)) * -1));
}
@media (max-width: 1280px) {
  body.scrolled .header {
    transform: unset;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 500;
  background-color: #fff;
  transition: 0.25s ease;
  border-bottom: 1px solid var(--gray-4);
}
.header .pc_wrap {
  padding-bottom: var(--menu-height);
  height: 100%;
}
@media (max-width: 1280px) {
  .header .pc_wrap {
    display: none;
  }
}
.header .header__logo {
  width: 210rem;
  aspect-ratio: 210/59;
  background: url(../img/images/common/header-logo.png) no-repeat center
    center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .header__container {
  width: 1300rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.header .header__top .header__container {
  display: flex;
  height: 50rem;
  align-items: center;
  justify-content: space-between;
}
.header .header__top .header__top__link_wrap ul {
  display: flex;
  align-items: center;
  gap: 20rem;
  font-size: 14rem;
  line-height: 1.8;
}
.header .header__top .header__top__link_wrap ul li a {
  display: block;
  position: relative;
  padding-left: 24rem;
  z-index: 5;
}
.header .header__top .header__top__link_wrap ul li a:hover::after {
  opacity: 1;
}
.header .header__top .header__top__link_wrap ul li a::after {
  content: "";
  position: absolute;
  width: calc(100% + 12rem);
  height: calc(100% + 4rem);
  top: 50%;
  left: calc(50% + 3rem);
  transform: translate(-50%, -50%);
  background-color: #f0f0f0;
  z-index: -1;
  border-radius: 4rem;
  opacity: 0;
}
.header .header__top .header__top__link_wrap ul li a::before {
  content: "";
  top: 0;
  left: 0;
  width: 24rem;
  height: 24rem;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.header .header__top .header__top__link_wrap ul li a.kakao::before {
  background-image: url(../img/images/common/header/icon/kakao.svg);
}
.header .header__top .header__top__link_wrap ul li a.blog::before {
  background-image: url(../img/images/common/header/icon/blog.svg);
}
.header .header__top .header__top__link_wrap ul li a.post::before {
  background-image: url(../img/images/common/header/icon/post.svg);
}
.header .header__top .header__top__link_wrap ul li a.facebook::before {
  background-image: url(../img/images/common/header/icon/facebook.svg);
}
.header .header__top .header__top__link_wrap ul li a.insta::before {
  background-image: url(../img/images/common/header/icon/insta.svg);
}
.header .header__top .header__top__link_wrap ul li a.youtube::before {
  background-image: url(../img/images/common/header/icon/youtube.svg);
}
.header .header__top .header__top__link_wrap ul li a.navertv::before {
  background-image: url(../img/images/common/header/icon/navertv.svg);
}
.header .header__top .header__top__link_wrap_2 > ul {
  display: flex;
  gap: 20rem;
}
.header .header__top .header__top__link_wrap_2 > ul li a {
  display: block;
  position: relative;
}
.header .header__top .header__top__link_wrap_2 > ul li a:hover {
  text-decoration: underline;
}
.header .header__top .header__top__link_wrap_2 > ul .lang_wrap {
  position: relative;
  z-index: 5;
}
.header .header__top .header__top__link_wrap_2 > ul .lang_wrap.on .lang_list {
  display: block;
}
.header .header__top .header__top__link_wrap_2 > ul .lang_wrap.on .lang::after {
  transform: translateY(-50%) scaleY(-1);
}
.header .header__top .header__top__link_wrap_2 > ul .lang_wrap .lang {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 26rem;
}
.header .header__top .header__top__link_wrap_2 > ul .lang_wrap .lang::before,
.header .header__top .header__top__link_wrap_2 > ul .lang_wrap .lang::after {
  content: "";
  position: absolute;
  width: 16rem;
  height: 16rem;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.header .header__top .header__top__link_wrap_2 > ul .lang_wrap .lang::before {
  left: 0;
  background-image: url(../img/images/common/header/icon/lang.svg);
}
.header .header__top .header__top__link_wrap_2 > ul .lang_wrap .lang::after {
  right: 0;
  background-image: url(../img/images/common/header/icon/lang_btn.svg);
}
.header .header__top .header__top__link_wrap_2 > ul .lang_wrap .lang_list {
  position: absolute;
  top: calc(100% + 4rem);
  right: 0;
  display: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
}
.header .header__top .header__top__link_wrap_2 > ul .lang_wrap .lang_list a {
  text-align: center;
  display: block;
  padding: 4rem 16rem;
  background-color: #fff;
}
.header
  .header__top
  .header__top__link_wrap_2
  > ul
  .lang_wrap
  .lang_list
  a:hover {
  background-color: #eee;
}
.header .header__mid {
  border-top: 1px solid var(--gray-3);
  border-bottom: 1px solid var(--gray-3);
  height: calc(100% - var(--menu-height));
}
.header .header__mid .header__container {
  height: 100%;
  position: relative;
}
.header .header__mid .header__mid__link_wrap_flex {
  position: absolute;
  right: 0;
  top: 20rem;
  display: flex;
  gap: 20rem;
}
.header .header__mid .header__mid__link_wrap_flex .header__mid__link_li {
  position: relative;
}
.header
  .header__mid
  .header__mid__link_wrap_flex
  .header__mid__link_li.hover
  .header__mid__link_li_ul {
  display: flex;
}
.header
  .header__mid
  .header__mid__link_wrap_flex
  .header__mid__link_li.hover
  a {
  background-color: var(--c);
  color: #fff;
}
.header
  .header__mid
  .header__mid__link_wrap_flex
  .header__mid__link_li:nth-child(2)
  > a {
  --c: var(--pri-2);
  border-color: var(--pri-2);
}
.header .header__mid .header__mid__link_wrap_flex .header__mid__link_li > a {
  font-size: 16rem;
  line-height: 1.8;
  display: block;
  padding: 0 20rem;
  border-radius: 100rem;
  --c: var(--pri-1);
  border: 1px solid var(--c);
}
.header
  .header__mid
  .header__mid__link_wrap_flex
  .header__mid__link_li
  .header__mid__link_li_ul {
  position: absolute;
  font-size: 14rem;
  line-height: 1.8;
  gap: 4rem;
  top: calc(100% + 6rem);
  right: 4rem;
  display: none;
}
.header
  .header__mid
  .header__mid__link_wrap_flex
  .header__mid__link_li
  .header__mid__link_li_ul
  li
  a {
  color: #444;
  position: relative;
  display: block;
  padding: 4rem 8rem;
  border-radius: 4rem;
}
.header
  .header__mid
  .header__mid__link_wrap_flex
  .header__mid__link_li
  .header__mid__link_li_ul
  li
  a:hover {
  background-color: #f0f0f0;
  color: #000;
}
.header .header__menu {
  position: absolute;
  height: var(--menu-height);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header .header__menu .header__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60rem;
}
.header .header__menu .header__btn_sitemap {
  flex-shrink: 0;
  width: 50rem;
  height: 50rem;
  position: relative;
  background-color: var(--sub-1);
}
.header .header__menu .header__btn_sitemap.on i {
  top: 50% !important;
  left: 50% !important;
  width: 29rem !important;
  transform: translate(-50%, -50%);
}
.header .header__menu .header__btn_sitemap.on i:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.header .header__menu .header__btn_sitemap.on i:nth-child(2) {
  opacity: 0;
}
.header .header__menu .header__btn_sitemap.on i:nth-child(3) {
  transform: translate(-50%, -50%) rotate(135deg);
}
.header .header__menu .header__btn_sitemap i {
  position: absolute;
  background-color: #fff;
  height: 2px;
  transition: 0.35s ease;
  width: 29rem;
  left: 50%;
  transform: translateX(-50%);
}
.header .header__menu .header__btn_sitemap i:nth-child(1) {
  top: 14rem;
}
.header .header__menu .header__btn_sitemap i:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .header__menu .header__btn_sitemap i:nth-child(3) {
  bottom: 14rem;
}
.header .header__menu .header__nav {
  flex-grow: 1;
  height: 100%;
  display: grid;
  align-items: center;
}
.header .header__menu .header__nav_ul {
  display: flex;
  height: 100%;
  align-items: center;
}
.header .header__menu .header__nav_ul > li {
  flex-basis: 172rem;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 5;
}
.header .header__menu .header__nav_ul > li.specific {
  flex-basis: 165.5rem;
}
.header .header__menu .header__nav_ul > li.specific .dep01_a_tit.on {
  background-color: var(--pri-1);
}
.header .header__menu .header__nav_ul > li.specific .dep01_a_tit::after {
  content: unset;
}
.header .header__menu .header__nav_ul > li .dep01_a_tit {
  display: block;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  position: relative;
  font-size: 16rem;
}
.header .header__menu .header__nav_ul > li .dep01_a_tit::after {
  content: "";
  width: 100%;
  height: 3rem;
  background-color: var(--pri-2);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: 0.35s ease;
}
.header .header__menu .header__nav_ul > li .dep01_a_tit.on {
  font-weight: 700;
}
.header .header__menu .header__nav_ul > li .dep01_a_tit.on::after {
  transform: scaleX(1);
}
.header .dep02_wrap {
  width: 100vw;
  position: fixed;
  left: 0;
  background-color: rgba(1, 22, 69, 0.9);
  color: #fff;
  z-index: 1;
  top: var(--header-height);
  min-height: 290rem;
  display: none;
}
.header .dep02_wrap.on {
  display: block;
}
.header .dep02_wrap .dep02_wrap__container .dep02_tit_img {
  position: absolute;
  bottom: 0;
  left: 200rem;
  width: 310rem;
  height: 290rem;
}
.header .dep02_wrap .dep02_wrap__container .box {
  margin-left: 750rem;
  padding-top: 30rem;
  padding-bottom: 30rem;
  height: 100%;
}
.header .dep02_wrap .dep02_tit_wrap {
  position: absolute;
  top: 30rem;
  width: 320rem;
  left: 310rem;
  color: #417cdf;
  text-align: right;
}
.header .dep02_wrap .dep02_tit_wrap .txt {
  font-size: 32rem;
  font-weight: 700;
  line-height: 1.5;
}
.header .dep02_wrap .dep02_ul {
  text-align: left;
  width: 220rem;
  position: relative;
}
.header .dep02_wrap .dep02_ul::after {
  content: "";
  position: absolute;
  height: 230rem;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  right: 0;
  top: 0;
}
.header .dep02_wrap .dep02_ul.no_child {
  display: grid;
  grid-template-columns: repeat(3, 200rem);
  gap: 20rem 50rem;
}
.header .dep02_wrap .dep02_ul.no_child::after {
  display: none;
}
.header .dep02_wrap .dep02_ul.no_child > li {
  margin-top: 0 !important;
}
.header .dep02_wrap .dep02_ul > li:not(:first-child) {
  margin-top: 10rem;
}
.header .dep02_wrap .dep02_ul > li.on .dep02_tit {
  color: #417cdf;
}
.header .dep02_wrap .dep02_ul > li.on .dep02_tit::after {
  opacity: 1;
}
.header .dep02_wrap .dep02_ul > li.on .dep03_ul {
  display: grid;
}
.header .dep02_wrap .dep02_ul .dep02_tit {
  width: 180rem;
  font-size: 18rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  display: block;
  height: 38rem;
  line-height: 38rem;
}
.header .dep02_wrap .dep02_ul .dep02_tit::after {
  content: "";
  width: 38rem;
  height: 38rem;
  background: url(../img/images/icon/header_btn__right.svg) no-repeat center
    center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.header .dep02_wrap .dep03_ul {
  font-size: 18rem;
  line-height: 1.8;
  grid-template-columns: repeat(3, 160rem);
  gap: 20rem;
  display: none;
  position: fixed;
  top: calc(var(--header-height) + 30rem);
  left: 1100rem;
}
.header .dep02_wrap .dep03_ul li .dep03_tit {
  padding: 0rem;
  display: block;
}
.header .dep02_wrap .dep03_ul li .dep03_tit:hover {
  color: #417cdf;
  text-decoration: underline;
}
.header .header__sitemap {
  position: fixed;
  z-index: 500;
  left: 0;
  top: var(--header-height);
  width: 100%;
  height: calc(100vh - var(--header-height));
  background-color: var(--pri-4);
  padding: 50rem 0 140rem;
  transition-duration: 0.75s;
  transition-timing-function: ease;
  transition-property: opacity, visibility;
  visibility: hidden;
  opacity: 0;
}
.header .header__sitemap.on {
  visibility: visible;
  opacity: 1;
}
.header .header__sitemap .header__sitemap__container {
  height: 100%;
  position: relative;
}
.header .header__sitemap__grid_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.header .header__sitemap__grid_wrap .inner_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 30rem;
}
.header .header__sitemap__grid_wrap .inner_grid .list_box .d1_tit {
  padding-bottom: 10rem;
  position: relative;
  height: 53rem;
}
.header .header__sitemap__grid_wrap .inner_grid .list_box .d1_tit::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--gray-4);
  bottom: 0;
  left: 0;
}
.header .header__sitemap__grid_wrap .inner_grid .list_box .d2_ul {
  margin-top: 20rem;
}
.header
  .header__sitemap__grid_wrap
  .inner_grid
  .list_box
  .d2_ul
  > li:hover
  > a {
  font-weight: 700;
  color: var(--pri-2);
}
.header
  .header__sitemap__grid_wrap
  .inner_grid
  .list_box
  .d2_ul
  > li:not(:first-child) {
  margin-top: 20rem;
}
.header .header__sitemap__grid_wrap .inner_grid .list_box .d2_ul > li > a {
  font-size: 16rem;
  line-height: 1.8;
  color: #000;
  display: block;
}
.header .header__sitemap__grid_wrap .inner_grid .list_box .d2_ul .d3_ul {
  margin-top: 10rem;
  padding-left: 10rem;
}
.header
  .header__sitemap__grid_wrap
  .inner_grid
  .list_box
  .d2_ul
  .d3_ul
  li:not(:first-child) {
  margin-top: 5rem;
}
.header .header__sitemap__grid_wrap .inner_grid .list_box .d2_ul .d3_ul li a {
  font-size: 14rem;
  line-height: 1.8;
  color: var(--gray-6);
  padding: 4rem 6rem;
  margin-left: -4rem;
}
.header
  .header__sitemap__grid_wrap
  .inner_grid
  .list_box
  .d2_ul
  .d3_ul
  li
  a:hover {
  color: var(--pri-2);
  text-decoration: underline;
}
.header .header__sitemap__bottom_wrap {
  position: absolute;
  width: 100%;
  height: 90rem;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--gray-4);
}
.header .header__sitemap__bottom_wrap .container-1300 {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.header .header__sitemap__bottom_wrap .box {
  display: flex;
  gap: 20rem;
  align-items: center;
}
.header .header__sitemap__bottom_wrap .box .bar {
  height: 18rem;
  width: 1px;
  background-color: var(--gray-5);
}
.header .header__sitemap__bottom_wrap .box a {
  padding: 2rem 6rem;
  border-radius: 4rem;
}
.header .header__sitemap__bottom_wrap .box a:hover {
  background-color: var(--pri-2);
  color: #fff;
}
.header .mo_wrap {
  display: none;
  height: var(--header-height);
  position: relative;
}
@media (max-width: 1280px) {
  .header .mo_wrap {
    display: block;
  }
}
.header .mo_wrap .header__logo {
  width: 150rem;
}
.header .mo_wrap .mo_wrap_btn_sitemap {
  position: absolute;
  left: 25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 40rem;
  height: 40rem;
}
.header .mo_wrap .mo_wrap_btn_sitemap.on i {
  top: 50% !important;
  left: 50% !important;
  width: 22rem !important;
}
.header .mo_wrap .mo_wrap_btn_sitemap.on i:nth-child(1) {
  transform: translate(-50%, -50%) rotate(135deg);
}
.header .mo_wrap .mo_wrap_btn_sitemap.on i:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.header .mo_wrap .mo_wrap_btn_sitemap i {
  position: absolute;
  height: 2px;
  left: 10rem;
  background-color: #000;
  transition: 0.35s ease;
}
.header .mo_wrap .mo_wrap_btn_sitemap i:nth-child(1) {
  width: 21rem;
  top: 14rem;
}
.header .mo_wrap .mo_wrap_btn_sitemap i:nth-child(2) {
  width: 13rem;
  top: 25rem;
}
.header .mo_wrap .tel_link {
  position: absolute;
  right: 25rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.header .mo_wrap .tel_link i {
  width: 24rem;
  height: 24rem;
  flex-shrink: 0;
  background: url(../img/images/common/header/icon/call.svg) no-repeat center
    center/contain;
}
.header .mo_wrap .mo_wrap__site_map {
  border-top: 1px solid var(--gray-4);
  transform: translateX(-100%);
  opacity: 0;
  transition: 0.5s ease;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: calc(100vh - var(--header-height));
}
.header .mo_wrap .mo_wrap__site_map.on {
  transform: translateX(0);
  opacity: 1;
}
.header .mo_wrap .mo_wrap__site_map .links {
  display: flex;
  gap: 12rem;
  justify-content: center;
  padding: 20rem 0;
  border-bottom: 1px solid var(--gray-4);
}
.header .mo_wrap .mo_wrap__site_map .links li a {
  display: block;
  position: relative;
  padding-top: 24rem;
  z-index: 5;
  width: 58rem;
  text-align: center;
}
.header .mo_wrap .mo_wrap__site_map .links li a::before {
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24rem;
  height: 24rem;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.header .mo_wrap .mo_wrap__site_map .links li a.kakao::before {
  background-image: url(../img/images/common/header/icon/kakao.svg);
}
.header .mo_wrap .mo_wrap__site_map .links li a.blog::before {
  background-image: url(../img/images/common/header/icon/blog.svg);
}
.header .mo_wrap .mo_wrap__site_map .links li a.post::before {
  background-image: url(../img/images/common/header/icon/post.svg);
}
.header .mo_wrap .mo_wrap__site_map .links li a.facebook::before {
  background-image: url(../img/images/common/header/icon/facebook.svg);
}
.header .mo_wrap .mo_wrap__site_map .links li a.insta::before {
  background-image: url(../img/images/common/header/icon/insta.svg);
}
.header .mo_wrap .mo_wrap__site_map .links li a.youtube::before {
  background-image: url(../img/images/common/header/icon/youtube.svg);
}
.header .mo_wrap .mo_wrap__site_map .links li a.navertv::before {
  background-image: url(../img/images/common/header/icon/navertv.svg);
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap {
  position: relative;
  width: 200rem;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d1_li .d1_tit {
  display: block;
  width: 100%;
  padding: 20rem;
  font-size: 18rem;
  text-align: left;
  border-bottom: 1px solid #eee;
  position: relative;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d1_li .d1_tit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24rem;
  width: 16rem;
  height: 16rem;
  margin-top: -8rem;
  background: url(../img/images/common/header/icon/arr_right.svg) no-repeat
    center center/contain;
  display: none;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d1_li.on .d1_tit {
  color: #fff;
  background-color: var(--pri-2);
  font-weight: 700;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d1_li.on .d1_tit::after {
  display: block;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d1_li.on .d2_wrap {
  display: block;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d2_wrap {
  position: absolute;
  width: calc(100vw - 200rem);
  left: 100%;
  top: 0;
  display: none;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d2_li.on .d3_wrap {
  display: block;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d2_li.has_d3.on .d2_tit {
  color: var(--pri-2);
  font-weight: 700;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d2_li.has_d3.on .d2_tit::after {
  background-image: url(../img/images/common/header/icon/accordion_act.svg);
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d2_li.has_d3 .d2_tit::after {
  display: block;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d2_li .d2_tit {
  font-weight: 400;
  display: block;
  padding: 10rem 20rem;
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
  position: relative;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d2_li .d2_tit.current {
  background-color: #eee;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d2_li .d2_tit::after {
  content: "";
  position: absolute;
  width: 16rem;
  height: 16rem;
  right: 34rem;
  top: 50%;
  margin-top: -8rem;
  background: url(../img/images/common/header/icon/accordion.svg) no-repeat
    center center/contain;
  display: none;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d3_wrap {
  display: none;
  padding: 10rem 30rem 10rem 40rem;
  background-color: var(--pri-4);
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d3_wrap .d3_li .d3_tit {
  display: block;
  padding: 4rem 10rem;
  border-radius: 4rem;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d3_wrap .d3_li .d3_tit.current {
  background-color: #fff;
}
.header .mo_wrap .mo_wrap__site_map .d1_wrap .d3_wrap .d3_li:not(:first-child) {
  margin-top: 2rem;
}
.main_visual .swiper-slide {
  height: 750rem;
  overflow: hidden;
}
.main_visual .swiper-slide .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_visual .swiper-slide .bg_img .img_wrap {
  width: 100%;
  height: 100%;
}
.main_visual .swiper-slide .content_wrap {
  position: absolute;
  z-index: 2;
  top: 200rem;
  left: 0;
  width: 100%;
}
.main_visual .main_visual__controls {
  position: absolute;
  bottom: 200rem;
  left: 0;
  width: 100%;
  z-index: 5;
}
.main_visual .main_visual__controls .container-1300 {
  display: flex;
  align-items: center;
}
.main_visual .main_visual__controls .state {
  width: 36rem;
  height: 36rem;
  background-image: url(../img/images/main/main_visual/icon/timer_pause.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: relative;
  cursor: pointer;
  margin-right: 50rem;
}
.main_visual .main_visual__controls .state::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.main_visual .main_visual__controls .state svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.main_visual .main_visual__controls .state svg .circle {
  cx: 50%;
  cy: 50%;
  r: calc(50% - 2rem);
  stroke-dasharray: 280%;
  stroke-dashoffset: 280%;
}
.main_visual .main_visual__controls .state svg .circle.animate {
  animation: main_visual_state 3500ms linear forwards;
}
.main_visual .main_visual__controls .state.pause {
  background-image: url(../img/images/main/main_visual/icon/timer_play.svg);
  background-size: 13rem 11rem;
  background-position: 55% 50%;
}
.main_visual .main_visual__controls .swiper-pagination {
  position: static;
  width: auto;
  color: #fff;
  font-size: 22rem;
  margin: 0 23rem;
}
.main_visual
  .main_visual__controls
  .swiper-pagination
  .swiper-pagination-current {
  font-weight: 700;
}
.main_visual
  .main_visual__controls
  .swiper-pagination
  .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.main_visual
  .main_visual__controls
  .swiper-pagination
  .swiper-pagination-total::before {
  content: "/";
  margin: 0 20rem;
}
.main_visual .main_visual__controls .swiper-btn {
  width: 22rem;
  height: 22rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  cursor: pointer;
  border-radius: 4rem;
}
.main_visual .main_visual__controls .swiper-btn:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.main_visual .main_visual__controls .swiper-btn-prev {
  background-image: url(../img/images/main/main_visual/icon/btn_prev.svg);
}
.main_visual .main_visual__controls .swiper-btn-next {
  background-image: url(../img/images/main/main_visual/icon/btn_next.svg);
}
@keyframes main_visual_state {
  0% {
    stroke-dashoffset: 280%;
  }
  100% {
    stroke-dashoffset: 0%;
  }
}
.main_depart .main_depart__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 576px) {
  .main_depart .main_depart__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20rem;
  }
}
.main_depart .main_depart__grid .item {
  height: 250rem;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.main_depart .main_depart__grid .item .ready_cover {
  position: absolute;
}
.main_depart .main_depart__grid .item.ready .ready_cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
}
.main_depart .main_depart__grid .item.ready .hover {
  display: none;
}
.main_depart .main_depart__grid .item::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
  display: none;
  transition: 0.2s ease;
}
@media (max-width: 576px) {
  .main_depart .main_depart__grid .item::after {
    display: block;
  }
}
.main_depart .main_depart__grid .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40rem 20rem;
}
@media (max-width: 576px) {
  .main_depart .main_depart__grid .item a {
    padding: 20rem;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .main_depart .main_depart__grid .item {
    height: 100rem;
  }
}
@media (max-width: 576px) {
  .main_depart .main_depart__grid .item .fz16 {
    display: none;
  }
}
.main_depart .main_depart__grid .item:hover::after {
  z-index: -1;
}
.main_depart .main_depart__grid .item:hover .bg_img {
  transform: scale(1.07);
}
.main_depart .main_depart__grid .item:hover .content .hover span {
  bottom: 0;
  opacity: 1;
  transform: rotate(0);
}
@media (max-width: 576px) {
  .main_depart .main_depart__grid .item:hover .content {
    margin-top: 0;
  }
}
.main_depart .main_depart__grid .item .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.65s ease;
  transform: scale(1.01);
}
.main_depart .main_depart__grid .item .content {
  --c: #fff;
  color: var(--c);
  height: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .main_depart .main_depart__grid .item .content {
    margin-top: 10rem;
    transition: 0.5s ease;
  }
}
.main_depart .main_depart__grid .item .content .hover {
  width: 38rem;
  height: 38rem;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 8rem;
  transition: 0.3s ease;
}
@media (max-width: 576px) {
  .main_depart .main_depart__grid .item .content .hover {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10rem;
  }
}
.main_depart .main_depart__grid .item .content .hover:hover {
  transform: translateY(-4rem);
}
@media (max-width: 576px) {
  .main_depart .main_depart__grid .item .content .hover:hover {
    transform: translateX(-50%);
  }
}
.main_depart .main_depart__grid .item .content .hover span {
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
  transform: rotate(-90deg);
}
.main_depart .main_depart__grid .item .content .hover span::before,
.main_depart .main_depart__grid .item .content .hover span::after {
  background-color: var(--c);
  position: absolute;
  content: "";
  width: 22rem;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_depart .main_depart__grid .item .content .hover span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.main_depart .main_depart__grid .item .content.black {
  --c: #000;
}
.main_depart .main_depart__grid .span-1 {
  grid-column-end: span 1;
}
.main_depart .main_depart__grid .span-2 {
  grid-column-end: span 2;
}
@media (max-width: 576px) {
  .main_depart .main_depart__grid .span-2 {
    grid-column-end: span 1;
  }
}
.main_specialize .main_specialize__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 576px) {
  .main_specialize .main_specialize__grid {
    grid-template-columns: 1fr;
  }
}
.main_specialize .item {
  position: relative;
  overflow: hidden;
  height: 700rem;
  z-index: 3;
  transition: 0.35s ease;
}
@media (max-width: 576px) {
  .main_specialize .item {
    height: 200rem;
  }
}
@media (max-width: 576px) {
  .main_specialize .item:hover {
    height: 320rem;
  }
  .main_specialize .item:hover .content {
    top: 20rem !important;
  }
}
.main_specialize .item:hover .bg_img {
  transform: scale(1.07);
}
@media (max-width: 576px) {
  .main_specialize .item:hover .bg_img {
    transform: scale(1.01);
  }
}
.main_specialize .item:hover .content {
  top: calc(50% + 0rem);
}
@media (max-width: 576px) {
  .main_specialize .item:hover .content {
    top: 0;
  }
}
.main_specialize .item:hover .content .hover {
  opacity: 1;
}
.main_specialize .item .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.65s ease;
  transform: scale(1.01);
}
.main_specialize .item .content {
  position: absolute;
  top: calc(50% + 80rem);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  transition: 0.75s ease;
}
@media (max-width: 576px) {
  .main_specialize .item .content {
    top: 0;
    left: 0;
    height: 100%;
    transform: unset;
    padding-top: 20rem;
    transition: 0.35s ease;
  }
}
.main_specialize .item .content .icon {
  width: 90rem;
  height: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.main_specialize .item .content .hover {
  margin-top: 30rem;
  width: 160rem;
  height: 50rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: 0.75s ease;
}
.main_specialize .item .content .hover:hover a {
  background-color: rgba(0, 0, 0, 0.15);
}
.main_specialize .item .content .hover a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
.main_program_1 {
  max-width: 100%;
}
.main_program_1 .main_program__grid {
  height: 850rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
@media (max-width: 576px) {
  .main_program_1 .main_program__grid {
    display: block;
    height: auto;
  }
}
.main_program_1 .content {
  background: url(../img/images/main/program_1/content_bg.png) no-repeat center
    center/cover;
  padding-top: 150rem;
  color: #fff;
}
@media (max-width: 576px) {
  .main_program_1 .content {
    padding-bottom: 50rem;
    padding-top: 80rem;
  }
}
.main_program_1 .content .inner {
  width: 650rem;
  margin-left: auto;
  max-width: 90%;
}
@media (max-width: 576px) {
  .main_program_1 .content .inner {
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .main_program_1 .main_program_1__tab_nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.main_program_1 .main_program_1_img_box__swiper {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .main_program_1 .main_program_1_img_box__swiper {
    height: auto;
    aspect-ratio: 960/850;
  }
}
.main_program_1 .main_program_1_img_box__swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.main_program_1 .main_program_1_img_box__swiper .swiper-slide .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_program_1__tab_nav .item,
.main_program_2__tab_nav .item {
  position: relative;
}
.main_program_1__tab_nav .item::after,
.main_program_2__tab_nav .item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  transition: 0.2s;
}
@media (max-width: 576px) {
  .main_program_1__tab_nav .item::after,
  .main_program_2__tab_nav .item::after {
    content: "";
  }
}
.main_program_1__tab_nav .item a,
.main_program_2__tab_nav .item a {
  display: block;
  width: 530rem;
  height: 130rem;
  display: flex;
  align-items: center;
  padding-left: 50rem;
  position: relative;
  cursor: pointer;
  transition: 0.5s ease;
}
@media (max-width: 576px) {
  .main_program_1__tab_nav .item a,
  .main_program_2__tab_nav .item a {
    max-width: 100%;
    width: auto;
    flex-direction: column;
    height: 250rem;
    padding-left: 0;
    padding-top: 26rem;
    text-align: center;
  }
}
.main_program_1__tab_nav .item:hover .hover,
.main_program_2__tab_nav .item:hover .hover {
  opacity: 1;
}
@media (max-width: 576px) {
  .main_program_1__tab_nav .item:hover::after,
  .main_program_2__tab_nav .item:hover::after {
    z-index: -1;
  }
}
.main_program_1__tab_nav .item.current,
.main_program_2__tab_nav .item.current {
  background-color: rgba(255, 255, 255, 0.1);
}
.main_program_1__tab_nav .item.current .icon_wrap,
.main_program_2__tab_nav .item.current .icon_wrap {
  background-color: rgba(255, 255, 255, 0.3);
}
.main_program_1__tab_nav .item:not(:first-child),
.main_program_2__tab_nav .item:not(:first-child) {
  border-top: 1px solid rgba(252, 248, 239, 0.2);
}
@media (max-width: 576px) {
  .main_program_1__tab_nav .item:not(:first-child),
  .main_program_2__tab_nav .item:not(:first-child) {
    border-top: 0;
  }
}
.main_program_1__tab_nav .item .icon_wrap,
.main_program_2__tab_nav .item .icon_wrap {
  width: 80rem;
  height: 80rem;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 30rem;
  transition: 0.35s ease;
}
@media (max-width: 576px) {
  .main_program_1__tab_nav .item .icon_wrap,
  .main_program_2__tab_nav .item .icon_wrap {
    margin-right: 0;
    margin-bottom: 10rem;
  }
}
.main_program_1__tab_nav .item .icon_wrap .icon,
.main_program_2__tab_nav .item .icon_wrap .icon {
  position: absolute;
  width: 60rem;
  height: 60rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_program_1__tab_nav .item .hover,
.main_program_2__tab_nav .item .hover {
  position: absolute;
  top: 50%;
  right: 44rem;
  width: 50rem;
  height: 68rem;
  transform: translateY(-50%);
  transition: 0.6s ease;
  opacity: 0;
}
@media (max-width: 576px) {
  .main_program_1__tab_nav .item .hover,
  .main_program_2__tab_nav .item .hover {
    right: 50%;
    transform: translateX(50%);
    top: unset;
    bottom: 0rem;
  }
}
.main_program_1__tab_nav .item .hover::before,
.main_program_2__tab_nav .item .hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 38rem;
  height: 38rem;
  background: url(../img/images/icon/btn_plus.svg) no-repeat center
    center/contain;
}
.main_program_1__tab_nav .item .hover .txt,
.main_program_2__tab_nav .item .hover .txt {
  position: absolute;
  left: 0;
  width: 100%;
  top: 38rem;
  text-align: center;
  font-size: 20rem;
  font-weight: 700;
}
.main_program_2 .main_program__grid {
  height: 850rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
@media (max-width: 576px) {
  .main_program_2 .main_program__grid {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
}
.main_program_2 .content {
  background-color: #4c7bca;
  padding-top: 150rem;
  color: #fff;
  padding-left: 120rem;
}
@media (max-width: 576px) {
  .main_program_2 .content {
    padding-left: 0;
    padding-bottom: 50rem;
    padding-top: 80rem;
  }
}
.main_program_2 .content .inner {
  width: 650rem;
  max-width: 90%;
}
@media (max-width: 576px) {
  .main_program_2 .content .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .main_program_2 .main_program_2__tab_nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.main_program_2 .main_program_2__tab_nav .item.sub-3 {
  color: #fff1a5;
}
.main_program_2 .main_program_2_img_box__swiper {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .main_program_2 .main_program_2_img_box__swiper {
    height: auto;
    aspect-ratio: 960/850;
  }
}
.main_program_2 .main_program_2_img_box__swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.main_program_2 .main_program_2_img_box__swiper .swiper-slide .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_doctor_infinite .waves {
  position: absolute;
  width: 100%;
  height: 364rem;
  bottom: 0;
  left: 0;
  margin-bottom: -7px;
}
.main_doctor_infinite .waves .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.main_doctor_infinite .waves .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 10s;
}
.main_doctor_infinite .waves .parallax > use:nth-child(2) {
  animation-delay: -6s;
  animation-duration: 20s;
}
.main_doctor_infinite .waves .parallax > use:nth-child(3) {
  animation-delay: -8s;
  animation-duration: 36s;
}
.main_doctor_infinite .waves .parallax > use:nth-child(4) {
  animation-delay: -10s;
  animation-duration: 70s;
}
.main_doctor_infinite .item {
  width: 310rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.main_doctor_infinite .item .name_wrap {
  display: flex;
  align-items: center;
  gap: 10rem;
  justify-content: center;
}
.main_doctor_infinite .tit_wrap {
  position: relative;
}
.main_doctor_infinite .tit_wrap .link {
  font-size: 16rem;
  font-weight: 700;
  width: 160rem;
  height: 50rem;
  color: var(--gray-6);
  border: 2px solid currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 576px) {
  .main_doctor_infinite .tit_wrap .link {
    display: none;
  }
}
.main_doctor_infinite .tit_wrap .link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.main_doctor {
  position: relative;
  padding-bottom: 150rem;
}
.main_doctor .waves {
  position: absolute;
  width: 100%;
  height: 364rem;
  bottom: 0;
  left: 0;
  margin-bottom: -7px;
}
.main_doctor .waves .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.main_doctor .waves .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 10s;
}
.main_doctor .waves .parallax > use:nth-child(2) {
  animation-delay: -6s;
  animation-duration: 20s;
}
.main_doctor .waves .parallax > use:nth-child(3) {
  animation-delay: -8s;
  animation-duration: 36s;
}
.main_doctor .waves .parallax > use:nth-child(4) {
  animation-delay: -10s;
  animation-duration: 70s;
}
.main_doctor .tit_wrap {
  position: relative;
}
.main_doctor .tit_wrap .link {
  font-size: 16rem;
  font-weight: 700;
  width: 160rem;
  height: 50rem;
  color: var(--gray-6);
  border: 2px solid currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 576px) {
  .main_doctor .tit_wrap .link {
    display: none;
  }
}
.main_doctor .tit_wrap .link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.main_doctor .main_doctor__swiper {
  overflow: visible;
}
.main_doctor .main_doctor__swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.main_doctor .main_doctor__swiper .swiper-slide {
  width: 310rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.main_doctor .main_doctor__swiper .swiper-slide .name_wrap {
  display: flex;
  align-items: center;
  gap: 10rem;
  justify-content: center;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}
.main_equip {
  height: 950rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 576px) {
  .main_equip {
    height: 1160rem;
  }
}
.main_equip .controls {
  margin-top: 50rem;
  display: inline-flex;
  align-items: center;
  gap: 30rem;
}
@media (max-width: 576px) {
  .main_equip .controls {
    display: none;
  }
}
.main_equip .controls .swiper_btn {
  width: 53rem;
  height: 53rem;
  background-color: #fff;
  flex-shrink: 0;
  cursor: pointer;
}
.main_equip .controls .swiper_btn-prev {
  background: url(../img/images/icon/swiper-left.svg) no-repeat center
    center/contain;
}
.main_equip .controls .swiper_btn-next {
  background: url(../img/images/icon/swiper-right.svg) no-repeat center
    center/contain;
}
.main_equip .main_equip_swiper-pagination {
  font-size: 22rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 100;
}
.main_equip .main_equip_swiper-pagination .swiper-pagination-current {
  margin-right: 20rem;
  color: #fff;
  display: inline-block;
  width: 20rem;
  font-weight: 700;
  text-align: right;
}
.main_equip .main_equip_swiper-pagination .swiper-pagination-total {
  margin-left: 20rem;
  font-weight: 400;
}
.main_equip .main_equip_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/images/main/equip/bg_1.png) no-repeat center
    center/cover;
}
.main_equip .main_equip_bg .main_equip_bg__swiper {
  height: 100%;
}
.main_equip .main_equip_bg .main_equip_bg__swiper .swiper-wrapper {
  pointer-events: none;
}
.main_equip .main_equip_bg .main_equip_bg__swiper .swiper-slide {
  height: 100%;
  pointer-events: none;
}
.main_equip .main_equip_bg .main_equip_bg__swiper .swiper-slide .img_wrap {
  height: 100%;
}
.main_equip .main_equip_bg .main_equip_bg__swiper-pagination {
  position: absolute;
  bottom: 100rem;
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.main_equip
  .main_equip_bg
  .main_equip_bg__swiper-pagination
  .swiper-pagination-bullet {
  flex: 1;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  margin: 0;
}
.main_equip
  .main_equip_bg
  .main_equip_bg__swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: var(--sub-3);
}
.main_equip .main_equip__img_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 200rem);
  z-index: 50;
}
@media (max-width: 576px) {
  .main_equip .main_equip__img_container {
    height: 500rem;
    left: 50%;
    top: 400rem;
    transform: translateX(-50%);
    width: 500rem;
    height: 500rem;
  }
}
.main_equip .main_equip__img_container .main_equip__img_swiper {
  height: 100%;
  width: 1520rem;
  left: 0;
  position: absolute;
  z-index: 2;
}
@media (max-width: 576px) {
  .main_equip .main_equip__img_container .main_equip__img_swiper {
    width: 100%;
  }
}
.main_equip .main_equip__img_container .main_equip__img_swiper .swiper-slide {
  height: 100%;
  width: 750rem;
  margin-right: 20rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .main_equip .main_equip__img_container .main_equip__img_swiper .swiper-slide {
    width: 500rem;
  }
}
.main_equip
  .main_equip__img_container
  .main_equip__img_swiper
  .swiper-slide.swiper-slide-active
  .text_box {
  opacity: 1;
}
.main_equip
  .main_equip__img_container
  .main_equip__img_swiper
  .swiper-slide
  .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_equip
  .main_equip__img_container
  .main_equip__img_swiper
  .swiper-slide
  .text_box {
  position: absolute;
  right: 110rem;
  bottom: 50rem;
  overflow: hidden;
  z-index: 50;
  opacity: 0;
  transition: 0.5s ease;
}
@media (max-width: 576px) {
  .main_equip
    .main_equip__img_container
    .main_equip__img_swiper
    .swiper-slide
    .text_box {
    right: 0;
  }
}
.main_equip
  .main_equip__img_container
  .main_equip__img_swiper
  .swiper-slide
  .text_box
  .inner {
  padding: 30rem;
  min-width: 310rem;
  background: rgba(33, 61, 125, 0.9);
  color: #fff;
  transition: 0.95s ease;
}
.main_equip .text_container {
  position: absolute;
  z-index: 5;
  width: 1300rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .main_equip .text_container {
    transform: unset;
    top: 110rem;
    left: 5%;
    max-width: 90%;
  }
}
.main_equip .text_container .content {
  width: 50%;
}
@media (max-width: 576px) {
  .main_equip .text_container .content {
    width: 100%;
  }
}
.main_equip .text_container .viewmore_equip {
  margin-top: 40rem;
}
@media (max-width: 576px) {
  .main_equip .text_container .viewmore_equip {
    margin-top: 550rem;
  }
}
.main_equip .text_container .viewmore {
  display: inline-flex;
  width: 160rem;
  height: 53rem;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  pointer-events: all;
}
.main_equip .text_container .viewmore:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.main_tv {
  --content-height: 422rem;
}
.main_tv .tit_wrap {
  position: relative;
}
.main_tv .tit_wrap .link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 160rem;
  height: 50rem;
  color: var(--gray-6);
  border: 2px solid currentColor;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .main_tv .tit_wrap .link {
    margin-top: 20rem;
    position: static;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(0);
  }
}
.main_tv .video_wrap {
  height: var(--content-height);
  background-color: #fff;
  position: relative;
}
@media (max-width: 576px) {
  .main_tv .video_wrap {
    height: auto;
    aspect-ratio: 500/280;
  }
}
.main_tv .video_wrap .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_tv .scroll_wrap {
  height: var(--content-height);
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 576px) {
  .main_tv .scroll_wrap {
    overflow-y: hidden;
    overflow-x: auto;
    height: 136rem;
  }
}
.main_tv .scroll_wrap::-webkit-scrollbar {
  width: 4rem;
  height: 4rem;
}
.main_tv .scroll_wrap::-webkit-scrollbar-track {
  background-color: #fff;
}
.main_tv .scroll_wrap::-webkit-scrollbar-thumb {
  background-color: var(--sub-3);
}
.main_tv .main_tv__list {
  padding-left: 30rem;
  padding-right: 60rem;
}
@media (max-width: 576px) {
  .main_tv .main_tv__list {
    display: flex;
    gap: 20rem;
    padding-left: 0;
  }
}
.main_tv .main_tv__list a {
  display: block;
}
.main_tv .main_tv__list a:not(:first-child) {
  margin-top: 20rem;
}
@media (max-width: 576px) {
  .main_tv .main_tv__list a:not(:first-child) {
    margin-top: 0;
  }
}
.main_tv .main_tv__list li {
  display: flex;
  gap: 20rem;
}
.main_tv .main_tv__list li .img_wrap {
  flex-shrink: 0;
  width: 200rem;
  height: 112rem;
}
@media (max-width: 576px) {
  .main_tv .main_tv__list li .txt {
    display: none;
  }
}
.main_tv .main_tv__list li .txt h3 {
  height: 54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.main_tv .main_tv__list li .txt .hash {
  margin-top: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  color: var(--gray-5);
}
.main_bbs .tit_wrap {
  position: relative;
}
.main_bbs .tit_wrap .link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38rem;
  height: 38rem;
  border-radius: 4rem;
}
.main_bbs .tit_wrap .link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.main_bbs .tit_wrap .link::before,
.main_bbs .tit_wrap .link::after {
  content: "";
  width: 22rem;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_bbs .tit_wrap .link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.main_bbs .bbs_community_grid {
  margin-top: 46rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
}
.main_bbs .bbs_community_grid li {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.main_bbs .bbs_community_grid li:hover .img_wrap {
  transform: scale(1.09);
}
.main_bbs .bbs_community_grid li .img_wrap {
  width: 100%;
  height: 100%;
  transform: scale(1.01);
  transition: 0.65s ease;
}
.main_bbs .bbs_list {
  margin-top: 46rem;
  border-top: 1px solid var(--gray-4);
}
.main_bbs .bbs_list li {
  padding: 20rem 10rem;
  position: relative;
  border-bottom: 1px solid var(--gray-3);
}
.main_bbs .bbs_list li .bbs_list_tit {
  max-width: 410rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--gray-6);
}
.main_bbs .bbs_list li .bbs_list_date {
  position: absolute;
  right: 10rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray-5);
}
.main_bbs .notice_box {
  margin-top: 91rem;
}
.main_contactus .content_wrap {
  position: relative;
}
.main_contactus .content_wrap .content_box {
  width: 640rem;
  margin-left: auto;
  border-radius: 50rem 0 0 0;
  background-color: var(--pri-2);
  padding: 50rem 50rem 50rem 70rem;
  color: #fff;
  min-height: 500rem;
}
@media (max-width: 576px) {
  .main_contactus .content_wrap .content_box {
    width: 520rem;
    padding: 50rem 25rem;
  }
}
.main_contactus .content_wrap .location_desc {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 12rem;
}
@media (max-width: 576px) {
  .main_contactus .content_wrap .location_desc {
    position: static;
  }
}
.main_contactus .content_wrap .location_desc .pill {
  color: #fff;
  background-color: #37b045;
  padding: 2rem 10rem;
  border-radius: 100rem;
}
.main_contactus .content_wrap .map_wrap {
  position: absolute;
  width: calc(100% - 640rem);
  left: 0;
  bottom: 0;
  height: calc(100% - 50rem);
  overflow: hidden;
  background-color: #eee;
}
@media (max-width: 576px) {
  .main_contactus .content_wrap .map_wrap {
    position: static;
    height: 540rem;
    width: 100%;
    margin-top: 30rem;
  }
}
.main_contactus .content_wrap .map_wrap .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_contactus .content_wrap .telnum {
  color: #eaea6c;
}
.main_contactus .content_box {
  display: grid;
  grid-template-columns: 128rem auto;
  gap: 30rem 50rem;
}
@media (max-width: 576px) {
  .main_contactus .content_box {
    margin-top: -50rem;
    position: relative;
    z-index: 400;
    gap: 30rem 20rem;
  }
}
.main_contactus .content_box .tit {
  padding-left: 46rem;
  position: relative;
}
.main_contactus .content_box .tit::before {
  content: "";
  position: absolute;
  width: 36rem;
  height: 36rem;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.main_contactus .content_box .tit.clock::before {
  background-image: url(../img/images/icon/tit/clock.svg);
}
.main_contactus .content_box .tit.map::before {
  background-image: url(../img/images/icon/tit/map.svg);
}
.main_contactus .content_box .tit.parking::before {
  background-image: url(../img/images/icon/tit/parking.svg);
}
.main_contactus .content_box .tit.call::before {
  background-image: url(../img/images/icon/tit/call.svg);
}
.main_contactus .content_box .tit.kakao::before {
  background-image: url(../img/images/icon/tit/kakao.svg);
}
.main_contactus .content_box .time_list li {
  display: grid;
  grid-template-columns: 70rem auto;
  gap: 20rem;
}
.main_contactus .content_box .time_list li:not(:first-child) {
  margin-top: 10rem;
}
.main_contactus .viewmore_parking {
  background-color: #fff;
  color: var(--gray-6);
  min-width: 142rem;
  padding: 0 30rem;
  height: 54rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main_contactus .viewmore_parking:hover {
  color: var(--pri-2);
}
.mobile_info {
  position: relative;
  height: 100vh;
  background: #4c7bca;
  overflow: hidden;
}
@media (max-width: 576px) {
  .mobile_info_pc {
    display: none;
  }
}
.mobile_info.mobile {
  display: none;
  background: unset;
  height: auto;
}
@media (max-width: 576px) {
  .mobile_info.mobile {
    display: block;
  }
}
.mobile_info.mobile .scene {
  position: relative;
  height: 780rem;
  position: relative;
}
.mobile_info.mobile .scene_1 {
  background-color: #4c7bca;
}
.mobile_info.mobile .scene_2,
.mobile_info.mobile .scene_3 {
  transform: unset;
}
.mobile_info .scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile_info .scene_1_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 160rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}
@media (max-width: 576px) {
  .mobile_info .scene_1_title {
    font-size: 100rem;
    line-height: 1.3;
  }
}
.mobile_info .scene_2 .scene_2_item {
  position: absolute;
}
.mobile_info .scene_2 .qr_code {
  position: absolute;
  top: calc(50% + 50rem + 54rem);
  right: calc(50% + 328rem);
  width: 200rem;
  height: 200rem;
}
.mobile_info .scene_2 .phone_1 {
  top: calc(50% + 50rem);
  transform: translateY(-50%);
  right: calc(50% - 184rem);
  width: 713rem;
  height: 713rem;
}
@media (max-width: 576px) {
  .mobile_info .scene_2 .phone_1 {
    display: none;
  }
}
.mobile_info .scene_2 .phone_2 {
  top: calc(50% + 50rem);
  transform: translateY(-50%);
  left: calc(50% - 50rem);
  width: 557rem;
  height: 557rem;
}
@media (max-width: 576px) {
  .mobile_info .scene_2 .phone_2 {
    top: 50%;
    transform: unset;
    width: 353rem;
    height: 353rem;
    left: 50%;
  }
}
.mobile_info .scene_2 .txt_1 {
  width: 100%;
  top: calc(50% + 50rem + 300rem);
  left: 0;
  text-align: center;
}
@media (max-width: 576px) {
  .mobile_info .scene_2 .txt_1 {
    top: unset;
    bottom: calc(50% + 100rem);
  }
}
.mobile_info .scene_2 .txt_3 {
  padding-left: 20rem;
  position: absolute;
  top: calc(50% + 50rem + 150rem);
  left: calc(50% + 330rem);
  color: #777;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .mobile_info .scene_2 .txt_3 {
    top: calc(50% + 50rem);
    left: 60rem;
  }
}
.mobile_info .scene_2 .txt_3::before {
  content: "";
  height: calc(100% - 5rem);
  width: 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #b59370;
}
@media (max-width: 576px) {
  .mobile_info .scene_3 .cut_3__grid .ani {
    transform: unset !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.mobile_info .scene_3 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .mobile_info .scene_3 .content .cut_3__grid_wrap {
    max-width: 500rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20rem;
    margin-top: 50rem;
  }
}
.mobile_info .scene_3 .content .cut_3__grid {
  display: grid;
  grid-template-columns: 420rem 200rem 200rem 200rem 200rem;
  gap: 20rem;
  align-items: center;
}
.mobile_info .scene_3 .content .cut_3_txt {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.mobile_info .scene_3 .content .cut_3_txt .num {
  flex-shrink: 0;
  width: 30rem;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background-color: var(--pri-2);
}
.mobile_info .scene_3 .content .btn_start {
  width: 320rem;
  height: 53rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0092f1;
  box-shadow: 0px 0px 10rem 0px rgba(0, 0, 0, 0.25);
  border-radius: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.mobile_info .scene_2,
.mobile_info .scene_3 {
  transform: translateY(100%);
}
.bottom_coop {
  height: 80rem;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .bottom_coop {
    height: auto;
    padding: 20rem 0;
  }
}
.bottom_coop .container-1300 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .bottom_coop .container-1300 {
    transform: unset;
    top: unset;
    left: unset;
    position: relative;
  }
}
.bottom_coop .container-1300 .tit_wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 110rem;
}
@media (max-width: 576px) {
  .bottom_coop .container-1300 .tit_wrap {
    position: static;
    transform: unset;
    width: auto;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .bottom_coop .container-1300 .list_wrap {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 40rem;
    margin-top: 20rem;
  }
}
@media (max-width: 576px) {
  .bottom_coop .container-1300 .list_wrap .scroll_wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.bottom_coop .container-1300 .bottom_coop_list {
  position: absolute;
  left: 130rem;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 130rem);
  display: flex;
  justify-content: space-between;
  gap: 20rem;
}
@media (max-width: 576px) {
  .bottom_coop .container-1300 .bottom_coop_list {
    justify-content: start;
    width: auto;
    transform: unset;
    position: relative;
    top: 0;
    left: 0;
  }
}
.bottom_coop .container-1300 .bottom_coop_list .item {
  height: 30rem;
  width: auto;
  position: relative;
  overflow: visible;
}
.bottom_coop .container-1300 .bottom_coop_list .item:hover::after {
  opacity: 1;
}
.bottom_coop .container-1300 .bottom_coop_list .item::after {
  content: "";
  position: absolute;
  width: calc(100% + 30rem);
  height: calc(100% + 22rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6rem;
  background-color: #f7f7f7;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 576px) {
  .bottom_coop .container-1300 .bottom_coop_list .item img {
    width: auto;
  }
}
.footer {
  padding-top: 53rem;
  background-color: #333;
  position: relative;
  z-index: 50;
  padding-bottom: 120rem;
}
.footer .container-1300 {
  position: relative;
}
.footer .links {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--gray-1);
}
@media (max-width: 576px) {
  .footer .links {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 20rem;
  }
}
.footer .links ul {
  display: flex;
  gap: 18rem;
}
@media (max-width: 576px) {
  .footer .links ul {
    justify-content: center;
  }
}
.footer a {
  padding: 4rem 6rem;
  border-radius: 4rem;
}
.footer a:hover {
  background-color: #444;
}
.footer .footer__logo {
  background: url(../img/images/common/footer-logo.png) no-repeat center
    center/contain;
  width: 150rem;
  aspect-ratio: 150/42;
}
@media (max-width: 576px) {
  .footer .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .info_list {
  color: var(--gray-3);
}
@media (max-width: 576px) {
  .footer .info_list span {
    display: block;
    text-align: center;
  }
}
.footer .info_list span:not(:first-child) {
  margin-left: 30rem;
}
@media (max-width: 576px) {
  .footer .info_list span:not(:first-child) {
    margin-left: 0;
  }
}
.footer .info_list .mt6 {
  margin-top: 6rem;
}
.footer .copyright {
  padding: 15rem 0;
  color: #777;
  border-top: 1px solid #777;
}
.test {
  padding: 150rem 0;
}
.test .hover_text .text {
  position: relative;
}
.test .hover_text .text:hover::before {
  opacity: 0;
}
.test .hover_text .text:hover::after {
  opacity: 1;
}
.test .hover_text .text::before {
  content: attr(data-txt);
  opacity: 1;
  transition: 0.5s ease;
}
.test .hover_text .text::after {
  content: attr(data-txt);
  position: absolute;
  left: 0;
  font-weight: 700;
  opacity: 0;
  transition: 0.5s ease;
}
.subtop {
  height: 250rem;
  position: relative;
}
@media (max-width: 576px) {
  .subtop {
    height: auto;
  }
}
@media (max-width: 576px) {
  .subtop .pc {
    display: none;
  }
}
.subtop .mobile {
  display: none;
  position: relative;
  z-index: 200;
}
@media (max-width: 576px) {
  .subtop .mobile {
    display: block;
  }
}
.subtop .subtopo_mobile_nav_wrap {
  display: flex;
}
.subtop .subtopo_mobile_nav_wrap .depth_group {
  flex: 1;
  position: relative;
}
.subtop .subtopo_mobile_nav_wrap .depth2 .d3_ul {
  display: none;
}
.subtop .subtopo_mobile_nav_wrap .currentPageName {
  background-color: var(--pri-2);
  color: #fff;
  position: relative;
  height: 50rem;
  border: 1px solid #fff;
}
.subtop .subtopo_mobile_nav_wrap .currentPageName.on::after {
  transform: scaleY(-1);
}
.subtop .subtopo_mobile_nav_wrap .currentPageName.on + .depth_list {
  display: block;
}
.subtop .subtopo_mobile_nav_wrap .currentPageName::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20rem;
  width: 16rem;
  height: 16rem;
  margin-top: -8rem;
  background: url(../img/images/icon/subtop/arr_down.svg) no-repeat center
    center/contain;
}
.subtop .subtopo_mobile_nav_wrap .currentPageName span {
  position: absolute;
  padding-left: 20rem;
  padding-right: 40rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subtop .subtopo_mobile_nav_wrap .depth_list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16rem;
}
.subtop .subtopo_mobile_nav_wrap .depth_list li:not(:first-child) {
  border-top: 1px solid #d8d8d8;
}
.subtop .subtopo_mobile_nav_wrap .depth_list li a {
  display: block;
  padding: 4rem 20rem;
  background: #fff;
}
.subtop::after {
  display: none;
  content: "";
  width: 270rem;
  height: 251rem;
  position: absolute;
  top: -43rem;
  right: 420rem;
  background: url(../img/images/sections/subtop/symbol.svg) no-repeat center
    center/contain;
}
@media (max-width: 576px) {
  .subtop::after {
    display: none;
  }
}
.subtop .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subtop .content_wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.subtop .content_wrap h1 {
  text-align: center;
}
.subtop .breadCrumb {
  margin-bottom: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16rem;
}
.subtop .breadCrumb .box {
  position: relative;
  padding-left: 25rem;
  margin-left: 20rem;
}
.subtop .breadCrumb .box::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.subtop .breadCrumb .breadCrumb__home a {
  position: relative;
}
.subtop .breadCrumb .breadCrumb__home a i {
  display: block;
  width: 24rem;
  height: 24rem;
  background: url(../img/images/icon/home.svg) no-repeat center center/contain;
}
.subtop .breadCrumb .breadCrumb__home a:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.subtop .breadCrumb .breadCrumb__home a::before {
  content: "";
  position: absolute;
  width: 32rem;
  height: 32rem;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  z-index: -1;
  transition: 0.15s ease;
}
.subtop .subtop__page_tab_wrap {
  position: absolute;
  z-index: 3;
  bottom: -40rem;
  left: 50%;
  transform: translateX(-50%);
  height: 60rem;
}
.subtop .subtop__page_tab_wrap .subtop__page_tab_wrap_ul {
  background-color: var(--gray-2);
  height: 100%;
  display: flex;
  font-size: 18rem;
}
.subtop .subtop__page_tab_wrap .subtop__page_tab_wrap_ul li {
  height: 100%;
  flex: 1;
  position: relative;
  background-color: var(--gray-2);
}
.subtop
  .subtop__page_tab_wrap
  .subtop__page_tab_wrap_ul
  li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c3c3c3;
  width: 1px;
  height: 50%;
}
.subtop .subtop__page_tab_wrap .subtop__page_tab_wrap_ul li a {
  text-align: center;
  line-height: 1.3;
  padding: 0 10rem;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 180rem;
  color: var(--gray-5);
}
.subtop .subtop__page_tab_wrap .subtop__page_tab_wrap_ul li a:hover {
  background-color: var(--pri-2);
  color: #fff;
}
.subtop .subtop__page_tab_wrap .subtop__page_tab_wrap_ul li.current a {
  background-color: var(--pri-2);
  color: #fff;
}
.sec_page_top_img {
  position: relative;
  z-index: -1;
}
@media (max-width: 576px) {
  .sec_page_top_img {
    opacity: var(--mo-opacity);
  }
}
.sec_page_top_img .bg_img {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.sec1 .inner {
  max-width: 860rem;
}
.sec2 {
  margin-bottom: 150rem;
  overflow: hidden;
}
.sec2 .container-1300 {
  position: relative;
  height: 450rem;
}
.sec2 .container-1300 .img_wrap {
  top: 0;
  left: 0;
  width: calc(100vw - 310rem);
  height: 450rem;
  max-width: unset;
}
.sec3,
.sec23 {
  position: relative;
  z-index: 2;
}
.sec3 .bg_wrap,
.sec23 .bg_wrap {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec3 .bg_wrap svg,
.sec23 .bg_wrap svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.sec3 .tit_wrap {
  max-width: 640rem;
}
.sec3 .sec3_ul {
  display: flex;
  justify-content: center;
  gap: 75rem;
}
.sec3 .sec3_ul .item {
  text-align: center;
  width: 310rem;
}
.sec3 .sec3_ul .item .img_wrap {
  width: 100%;
  aspect-ratio: 1/1;
}
.sec4 .sticky {
  position: sticky;
  top: calc(var(--header-height) + 30rem);
}
.sec4 .sec4_img {
  width: 530rem;
  height: 600rem;
}
.sec4 .sec4_ul .item {
  padding: 20rem 30rem;
  background-color: var(--pri-4);
}
.sec4 .sec4_ul .item:not(:first-child) {
  margin-top: 20rem;
}
.sec5 .grid {
  align-items: center;
}
.sec5 .sec5_img {
  width: 530rem;
  height: 470rem;
}
.sec7 .sec7_ul,
.sec11 .sec11_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10rem;
}
.sec7 .sec7_ul li,
.sec11 .sec11_ul li {
  padding: 5rem 20rem;
  border-radius: 500rem;
  border: 1px solid #222;
  cursor: default;
}
.sec7 .sec7_ul li:hover,
.sec11 .sec11_ul li:hover {
  background-color: var(--pri-4);
  border-color: var(--pri-2);
}
.sec7 .grid {
  align-items: center;
}
.sec7 .sec7_img {
  width: 640rem;
  height: 420rem;
}
.sec30_list_ul li {
  padding-left: 42rem;
  position: relative;
}
.sec30_list_ul li::before {
  content: "";
  position: absolute;
  width: 32rem;
  height: 32rem;
  top: 0;
  left: 0;
  background: url(../img/images/icon/sec30_chk.svg) no-repeat center
    center/contain;
}
.sec8_ul li,
.sec25_ul li {
  padding-left: 42rem;
  position: relative;
}
.sec8_ul li::before,
.sec25_ul li::before {
  content: "";
  position: absolute;
  width: 32rem;
  height: 32rem;
  top: 0;
  left: 0;
  background: url(../img/images/icon/sec8_chk.svg) no-repeat center
    center/contain;
}
.sec8 .content_wrap {
  padding: 50rem 50rem;
  background-color: var(--pri-2);
  color: #fff;
  border-radius: 20rem;
}
.sec8 .sec8_ul li:not(:first-child) {
  margin-top: 30rem;
}
.sec8 .sec8_ul li::before {
  filter: brightness(10);
}
.sec9 .sec9_img {
  width: 420rem;
  height: 420rem;
}
.sec9 .content_wrap {
  padding-top: 83rem;
}
.sec9 .content_wrap .sec9_ul li {
  display: grid;
  grid-template-columns: 200rem auto;
  gap: 20rem;
  position: relative;
  padding-left: 40rem;
}
.sec9 .content_wrap .sec9_ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 13rem;
  height: 100%;
  left: 9rem;
  border: 1px dashed var(--pri-2);
  display: none;
}
.sec9 .content_wrap .sec9_ul li .circle {
  position: absolute;
  width: 20rem;
  height: 20rem;
  left: 0;
  top: 7rem;
  z-index: 2;
}
.sec9 .content_wrap .sec9_ul li .circle::before,
.sec9 .content_wrap .sec9_ul li .circle::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--pri-2);
}
.sec9 .content_wrap .sec9_ul li .circle::before {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.sec9 .content_wrap .sec9_ul li .circle::after {
  width: 50%;
  height: 50%;
}
.sec9 .content_wrap .sec9_ul li:not(:last-child) {
  padding-bottom: 50rem;
}
.sec9 .content_wrap .sec9_ul li:not(:last-child)::after {
  display: block;
}
.sec9 .content_wrap .sec9_ul li .desc_wrap .s_li {
  display: grid;
  grid-template-columns: 100rem auto;
  gap: 10rem;
}
.sec10 .img_wrap {
  aspect-ratio: 1/1;
}
.sec11 {
  position: relative;
}
.sec11 .item {
  display: flex;
  gap: 20rem;
}
@media (max-width: 576px) {
  .sec11 .item {
    flex-direction: column !important;
  }
}
.sec11 .item:not(:first-child) {
  margin-top: 50rem;
}
@media (max-width: 576px) {
  .sec11 .item:not(:first-child) {
    margin-top: 80rem;
  }
}
.sec11 .item:nth-child(even) {
  flex-direction: row-reverse;
}
.sec11 .item:nth-child(even) .text_wrap {
  padding-left: 0;
  padding-right: 110rem;
}
.sec11 .item .img_wrap {
  width: 640rem;
  height: 420rem;
  flex-shrink: 0;
}
.sec11 .item .text_wrap {
  padding-left: 60rem;
  padding-right: 50rem;
}
@media (max-width: 576px) {
  .sec11 .item .text_wrap {
    padding: 0 !important;
  }
}
.sec12 .sec12_ul {
  display: flex;
  justify-content: center;
  gap: 20rem;
}
@media (max-width: 576px) {
  .sec12 .sec12_ul {
    flex-direction: column;
  }
}
.sec12 .item {
  flex: 1;
  height: 300rem;
  background-color: var(--pri-4);
  border-radius: 10rem;
}
@media (max-width: 576px) {
  .sec12 .item {
    flex: unset;
    height: auto;
    min-height: 200rem;
    text-align: left;
  }
}
.sec12 .item .inner {
  padding: 42rem 12rem 20rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .sec12 .item .inner {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30rem 50rem;
    display: flex;
    gap: 40rem;
    align-items: center;
  }
}
.sec12 .item .img_wrap {
  width: 90rem;
  height: 90rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .sec12 .item .img_wrap {
    flex-shrink: 0;
    margin: 0;
  }
}
.sec13 .item:not(:first-child) {
  margin-top: 100rem;
}
.sec13 .item .content {
  position: relative;
  padding-left: 50rem;
}
.sec13 .item .content::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 0;
  width: 2px;
  height: 30rem;
  background-color: var(--pri-2);
}
.sec13 .img_grp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
  align-items: start;
}
.sec30 .container-1300 {
  position: relative;
  padding-bottom: 50rem;
}
@media (max-width: 576px) {
  .sec30 .container-1300 {
    padding-bottom: 0;
    max-width: 100%;
    overflow: hidden;
  }
}
.sec30 .container-1300 .sec30_img {
  width: 530rem;
  height: 600rem;
}
.sec30 .container-1300 .sec30_list {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 860rem;
  padding: 50rem 80rem;
  background-color: var(--pri-2);
  z-index: 2;
  color: #fff;
}
@media (max-width: 576px) {
  .sec30 .container-1300 .sec30_list {
    position: static;
    width: 525rem;
    margin-left: auto;
    margin-top: -50rem;
    padding: 50rem 30rem;
  }
}
.sec30 .container-1300 .sec30_list .sec30_list_ul li:not(:first-child) {
  margin-top: 20rem;
}
.sec15 .sticky {
  position: sticky;
  top: calc(var(--header-height) + 100rem);
  height: 450rem;
}
.sec15 .sec15_ul {
  counter-reset: li;
}
.sec15 .sec15_ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec15 .sec15_ul li:not(:first-child) {
  margin-top: 50rem;
}
.sec15 .sec15_ul li .img_wrap {
  flex-shrink: 0;
  width: 310rem;
  height: 200rem;
}
.sec15 .sec15_ul li .count::after {
  counter-increment: li;
  content: " 0" counter(li);
}
.sec15 .sec15_ul li .content_wrap {
  padding-right: 130rem;
}
ul.check_list li {
  padding-left: 42rem;
  position: relative;
}
ul.check_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32rem;
  height: 32rem;
  background: url(../img/images/icon/sec8_chk.svg) no-repeat center
    center/contain;
}
.sec16 .container-1300 {
  position: relative;
}
.sec16.tac .content_box {
  max-width: unset;
}
.sec16 .content_box {
  max-width: 890rem;
}
.sec16 .desc {
  max-width: 890rem;
}
.sec16 .price {
  position: absolute;
  right: 0;
  top: -22rem;
  min-width: 310rem;
  z-index: 5;
}
.sec16 .price.hide_price .link {
  display: none;
}
.sec16 .price.hide_price .inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20rem;
  background-color: #b9a05e;
  left: 0;
  top: 100%;
  z-index: 50;
}
@media (max-width: 576px) {
  .sec16 .price {
    position: relative;
    top: 0;
    margin-bottom: 50rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec16 .price .inner {
  display: block;
  padding-top: 20rem;
  box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 10rem 0 0 0;
  background-color: #fff;
}
.sec16 .price .inner .tit {
  padding-left: 30rem;
  color: #b9a05e;
  font-size: 28rem;
  font-weight: 700;
  line-height: 1;
}
.sec16 .price .inner .cost {
  font-weight: 700;
  padding: 0 30rem;
  text-align: right;
  line-height: 1;
  margin-top: -16rem;
}
.sec16 .price .inner .cost.tac {
  text-align: center;
}
.sec16 .price .inner .gender {
  line-height: 80rem;
  vertical-align: text-bottom;
  font-size: 20rem;
  font-weight: 700;
  color: var(--pri-3);
  margin-right: 10rem;
}
.sec16 .price .inner .fz80 {
  font-size: 80rem;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .sec16 .price .inner .fz80 {
    font-size: 60rem;
  }
}
@media (max-width: 576px) {
  .sec16 .price .inner .fz40 {
    font-size: 20rem;
  }
}
.sec16 .price .link {
  display: block;
  background-color: #b9a05e;
  font-size: 16rem;
  font-weight: 700;
  padding: 12rem 30rem;
  position: relative;
  color: #fff;
  line-height: 1.5;
}
.sec16 .price .link::after {
  content: "";
  position: absolute;
  width: 46rem;
  height: 22rem;
  top: 50%;
  transform: translateY(-50%);
  right: 20rem;
  background: url(../img/images/icon/price_link.svg) no-repeat center
    center/contain;
}
.sec16 .bgtxt {
  position: absolute;
  font-size: 180rem;
  font-weight: 700;
  line-height: 1.5;
  color: #f5f5f5;
  top: -90rem;
  right: 225rem;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .sec16 .bgtxt {
    right: -128rem;
  }
}
.sec17 {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .sec17.obj_mo_1 .img_obj {
    bottom: 50rem;
    right: -40rem;
  }
}
@media (max-width: 576px) {
  .sec17.obj_mo_2 .img_obj {
    bottom: 10rem;
    right: -60rem;
  }
}
@media (max-width: 576px) {
  .sec17.obj_mo_3 .img_obj {
    bottom: 10rem;
    right: -100rem;
  }
}
@media (max-width: 576px) {
  .sec17.obj_mo_4 .img_obj {
    bottom: 0rem;
    right: -100rem;
  }
}
@media (max-width: 576px) {
  .sec17.obj_mo_5 .img_obj {
    bottom: 0rem;
    right: -64rem;
  }
}
@media (max-width: 576px) {
  .sec17.obj_mo_6 .img_obj {
    bottom: 0rem;
    right: -40rem;
  }
}
@media (max-width: 576px) {
  .sec17.obj_mo_7 .img_obj {
    bottom: 0rem;
    right: -30rem;
  }
}
@media (max-width: 576px) {
  .sec17.obj_mo_8 .img_obj {
    bottom: 30rem;
    right: -50rem;
  }
}
.sec17 .img_obj {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 810rem;
  aspect-ratio: 810/600;
  z-index: 2;
}
@media (max-width: 576px) {
  .sec17 .img_obj {
    width: 330rem;
    bottom: 50rem;
  }
}
.sec17.ver_1 .item {
  background: linear-gradient(172deg, #4c7fd4 0%, #65e7e2 100%);
}
.sec17.ver_2 .img_obj {
  display: none;
}
.sec17.ver_2 .content_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
}
.sec17.ver_2 .content_box .item {
  height: 310rem;
}
.sec17.ver_2 .content_box .img_wrap {
  display: block !important;
}
.sec17 .container-1300 {
  max-width: 100%;
}
.sec17 .content_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.sec17 .content_box .item {
  flex: 1;
  height: 325rem;
  position: relative;
}
@media (max-width: 576px) {
  .sec17 .content_box .item {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.sec17 .content_box .item:nth-child(2)˝ .img_wrap {
  display: none;
}
.sec17 .content_box .item:nth-child(4) .img_wrap {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40rem);
  height: calc(100% - 40rem);
}
@media (max-width: 576px) {
  .sec17 .content_box .item:nth-child(4) .img_wrap {
    width: calc(100% - 20rem);
    height: calc(100% - 20rem);
  }
}
.sec17 .content_box .item .img_wrap,
.sec17 .content_box .item .text_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec17 .content_box .item .img_wrap {
  z-index: 1;
}
.sec17 .content_box .item .text_box {
  z-index: 3;
}
.sec17 .content_box .item .text_box p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}
@media (max-width: 576px) {
    .sec17 .content_box{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 1rem;
    }
  .sec17 .content_box .item .text_box p {
    font-size: 14rem;
  }
}
.sec17_bg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 350rem;
}
@media (max-width: 576px) {
  .sec17_bg {
    display: none;
  }
}
.sec18 {
  padding: 150rem 0;
  position: relative;
  overflow: hidden;
}
.sec18 .desc_box {
  background-color: #002067;
  border-radius: 500rem;
  color: #fff;
  padding: 76rem 0;
  text-align: center;
  position: relative;
}
@media (max-width: 576px) {
  .sec18 .desc_box {
    border-radius: 40rem;
    padding: 50rem 24rem;
  }
}
.sec18 .desc_box .pnt {
  color: #ffe588;
}
.sec18 .desc_box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30rem solid rgba(0, 0, 0, 0);
  border-left: 17rem solid rgba(0, 0, 0, 0);
  border-right: 17rem solid rgba(0, 0, 0, 0);
  border-bottom: 30rem solid #002067;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.sec18 .sec18_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec18 .container-1080 {
  position: relative;
  z-index: 2;
}
.sec18 .tit_wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.sec18 .tit_wrap .inner {
  position: relative;
}
.sec18 .tit_wrap .inner::before {
  position: absolute;
  width: 90rem;
  height: 30rem;
  background: url(../img/images/sections/sec18/star.svg) no-repeat center
    center/contain;
  bottom: calc(100% + 30rem);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .sec18 .tit_wrap {
    height: auto;
    padding-bottom: 120rem;
  }
}
.sec18 .tit_wrap::before,
.sec18 .tit_wrap::after {
  content: "";
  width: 126rem;
  height: 240rem;
  position: absolute;
  top: 0;
  background: url(../img/images/sections/sec18/tit_leaf_left.svg) no-repeat
    center center/contain;
  right: calc(100% + 10rem);
}
@media (max-width: 576px) {
  .sec18 .tit_wrap::before,
  .sec18 .tit_wrap::after {
    right: calc(100% - 100rem);
  }
}
.sec18 .tit_wrap::after {
  right: unset;
  left: calc(100% + 10rem);
  transform: scaleX(-1);
}
@media (max-width: 576px) {
  .sec18 .tit_wrap::after {
    left: calc(100% - 100rem);
  }
}
.sec18 .tit_wrap h2 {
  background: linear-gradient(172deg, #62dce0 0%, #4c7fd4 47.4%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.sec18 .sec18_items {
  display: flex;
  gap: 20rem;
  padding:0 120rem;
}
@media (max-width: 576px) {
  .sec18 .sec18_items {
    flex-direction: column;
  }
}
.sec18 .sec18_items .item {
  width: 340rem;
  height: 340rem;
  flex-shrink: 0;
  background: var(
    --gra-gar-01,
    linear-gradient(172deg, #4c7fd4 0%, #65e7e2 100%)
  );
  border-radius: 50%;
  position: relative;
}
@media (max-width: 576px) {
  .sec18 .sec18_items .item {
    border-radius: 500rem;
    width: 100%;
    height: 160rem;
  }
}
.sec18 .sec18_items .item .inner {
  position: absolute;
  width: calc(100% - 40rem);
  height: calc(100% - 40rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  padding-top: 30rem;
  text-align: center;
}
@media (max-width: 576px) {
  .sec18 .sec18_items .item .inner {
    padding: 0 0 0 40rem;
    display: flex;
    gap: 40rem;
    text-align: left;
    border-radius: 100rem;
    align-items: center;
  }
}
.sec18 .sec18_items .item .inner .sec18_icon {
  width: 160rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .sec18 .sec18_items .item .inner .sec18_icon {
    margin: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  .sec18 .sec18_items .item .inner .sec18_icon {
    width: 90rem;
  }
}
.sec18 .sec18_items .item .inner .sec18_icon .img_wrap {
  height: 140rem;
}
@media (max-width: 576px) {
  .sec18 .sec18_items .item .inner .sec18_icon .img_wrap {
    height: 90rem;
  }
  .sec18 .sec18_items .text_wrap h3{
    font-size: 18rem;
    padding-left: 20rem !important;
  }
  .sec18 .sec18_items .text_wrap p{
    font-size: 15rem;
    padding-left: 20rem !important;
  }
}
.sec19,
.sec19_ent,
.sec22,
.sec23,
.sec24,
.sec25,
.sec26,
.sec27,
.sec29,
.sec42,
.sec43,
.sec44,
.section_bar {
  overflow: hidden;
}
.sec19 .bar,
.sec19_ent .bar,
.sec22 .bar,
.sec23 .bar,
.sec24 .bar,
.sec25 .bar,
.sec26 .bar,
.sec27 .bar,
.sec29 .bar,
.sec42 .bar,
.sec43 .bar,
.sec44 .bar,
.section_bar .bar {
  position: relative;
  z-index: 5;
}
.sec19 .bar.white::before,
.sec19 .bar.white::after,
.sec19_ent .bar.white::before,
.sec19_ent .bar.white::after,
.sec22 .bar.white::before,
.sec22 .bar.white::after,
.sec23 .bar.white::before,
.sec23 .bar.white::after,
.sec24 .bar.white::before,
.sec24 .bar.white::after,
.sec25 .bar.white::before,
.sec25 .bar.white::after,
.sec26 .bar.white::before,
.sec26 .bar.white::after,
.sec27 .bar.white::before,
.sec27 .bar.white::after,
.sec29 .bar.white::before,
.sec29 .bar.white::after,
.sec42 .bar.white::before,
.sec42 .bar.white::after,
.sec43 .bar.white::before,
.sec43 .bar.white::after,
.sec44 .bar.white::before,
.sec44 .bar.white::after,
.section_bar .bar.white::before,
.section_bar .bar.white::after {
  background-color: #fff;
}
.sec19 .bar::before,
.sec19 .bar::after,
.sec19_ent .bar::before,
.sec19_ent .bar::after,
.sec22 .bar::before,
.sec22 .bar::after,
.sec23 .bar::before,
.sec23 .bar::after,
.sec24 .bar::before,
.sec24 .bar::after,
.sec25 .bar::before,
.sec25 .bar::after,
.sec26 .bar::before,
.sec26 .bar::after,
.sec27 .bar::before,
.sec27 .bar::after,
.sec29 .bar::before,
.sec29 .bar::after,
.sec42 .bar::before,
.sec42 .bar::after,
.sec43 .bar::before,
.sec43 .bar::after,
.sec44 .bar::before,
.sec44 .bar::after,
.section_bar .bar::before,
.section_bar .bar::after {
  content: "";
  position: absolute;
  background-color: var(--pri-2);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec19 .bar::before,
.sec19_ent .bar::before,
.sec22 .bar::before,
.sec23 .bar::before,
.sec24 .bar::before,
.sec25 .bar::before,
.sec26 .bar::before,
.sec27 .bar::before,
.sec29 .bar::before,
.sec42 .bar::before,
.sec43 .bar::before,
.sec44 .bar::before,
.section_bar .bar::before {
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
}
.sec19 .bar::after,
.sec19_ent .bar::after,
.sec22 .bar::after,
.sec23 .bar::after,
.sec24 .bar::after,
.sec25 .bar::after,
.sec26 .bar::after,
.sec27 .bar::after,
.sec29 .bar::after,
.sec42 .bar::after,
.sec43 .bar::after,
.sec44 .bar::after,
.section_bar .bar::after {
  height: 200rem;
  width: 1px;
}
.sec19 {
  position: relative;
  overflow: hidden;
}
.sec19 .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec19 .tit_wrap {
  padding-top: 50rem;
  padding-bottom: 80rem;
  text-align: center;
}
@media (max-width: 576px) {
  .sec19 .tit_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .sec19 .tit_wrap p {
    padding: 0 60rem;
  }
}
.sec19 .sec19_list {
  display: flex;
  gap: 20rem;
}
@media (max-width: 576px) {
  .sec19 .sec19_list {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.sec19 .sec19_list .item {
  background-color: #fff;
  padding: 50rem 30rem;
  flex: 1;
}
@media (max-width: 576px) {
  .sec19 .sec19_list .item .inner {
    display: block;
  }
}
.sec19 .sec19_list .item .inner .img_wrap {
  height: 300rem;
}
@media (max-width: 576px) {
  .sec19 .sec19_list .item .inner .img_wrap {
    min-height: unset;
    height: 250rem;
  }
}
.sec19 .sec19_list .item .inner .text_wrap {
  padding-top: 30rem;
}
.sec19_ent .sec19_ent__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
}
@media (max-width: 576px) {
  .sec19_ent .sec19_ent__list {
    grid-template-columns: 1fr;
  }
}
.sec19_ent .sec19_ent__list .item {
  background-color: #fff;
  padding: 50rem 30rem;
  box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.1);
}
.sec19_ent .sec19_ent__list .item .inner .img_wrap {
  aspect-ratio: 580/300;
}
.sec19_ent .sec19_ent__list .item .inner .text_wrap {
  margin-top: 30rem;
}
.sec20 {
  overflow: hidden;
}
.sec20 .tit_wrap {
  display: flex;
  align-items: center;
  z-index: 5;
}
.sec20 .tit_wrap::after {
  content: "";
  width: 363rem;
  height: 340rem;
  position: absolute;
  bottom: 0;
  left: -163rem;
  background: url(../img/images/sections/sec20/symbol.svg) no-repeat center
    center/contain;
  z-index: -1;
}
@media (max-width: 576px) {
  .sec20 .tit_wrap::after {
    bottom: unset;
    left: unset;
    top: -96rem;
    right: -90rem;
  }
}
.sec20 .tit_wrap .viewmore span {
  display: inline-block;
  padding: 12rem 20rem;
  min-width: 160rem;
  text-align: center;
  color: #fff;
  background-color: var(--pri-2);
}
.sec20 .tit_wrap .viewmore:hover span {
  background-color: var(--pri-1);
}
.sec20 .swiper_wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 100%;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
.sec20 .swiper_wrap .sec20__swiper {
  padding-bottom: 64rem;
  overflow: visible;
}
.sec20 .swiper_wrap .sec20__swiper .swiper-pagination {
  top: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  border-radius: 0;
  background-color: var(--gray-2);
  opacity: 1;
}
.sec20
  .swiper_wrap
  .sec20__swiper
  .swiper-pagination
  .swiper-pagination-progressbar-fill {
  border-radius: 0;
  background-color: var(--sub-3);
}
.sec20 .swiper_wrap .sec20__swiper .swiper-slide {
  width: 420rem;
  height: 500rem;
  overflow: hidden;
}
.sec20 .swiper_wrap .sec20__swiper .swiper-slide .img_wrap {
  width: 100%;
  height: 100%;
}
.sec20 .swiper_wrap .sec20__swiper .swiper-slide .text_wrap {
  position: absolute;
  bottom: 0;
  left: -1rem;
  background-color: #fff;
  width: 400rem;
  padding: 30rem;
}
.sec21 .sec21_outer_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 550rem;
}
@media (max-width: 576px) {
  .sec21 .sec21_outer_grid {
    display: block;
    height: auto;
  }
}
.sec21 .sec21_mobile_info {
  display: none;
  background: url(../img/images/sections/sec21/bg.svg) no-repeat center
    center/cover;
}
@media (max-width: 576px) {
  .sec21 .sec21_mobile_info {
    display: block;
  }
}
.sec21 .sec21_mobile_info .time_table {
  padding-top: 85rem;
  padding-bottom: 35rem;
  background: url(../img/images/sections/sec21/iPhone12pro.png) no-repeat center
    center/contain;
}
.sec21 .sec21_mobile_info .time_table .inner {
  width: 340rem;
  padding: 28rem 32rem;
  border-radius: 10rem;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  margin-left: auto;
  margin-right: auto;
  background:
    url(../img/images/sections/sec20/symbol.svg) no-repeat right 10rem
      top -20rem/145rem 138rem,
    #fff;
}
.sec21 .sec21_mobile_info .time_table .inner li:not(:first-child) {
  margin-top: 6rem;
}
.sec21 .sec21_mobile_info .time_table .inner li b {
  display: inline-block;
  min-width: 80rem;
}
.sec21 .telLink {
  display: inline-block;
  background-color: #fff;
  border-radius: 200rem;
  padding: 16rem 36rem;
  color: #000;
}
.sec21 .telLink:hover {
  background-color: var(--pri-1);
  color: #fff;
}
.sec21 .box {
  position: relative;
}
.sec21 .box.left {
  background: linear-gradient(287deg, #27cbc5 -41.48%, #4c7fd4 100%);
}
@media (max-width: 576px) {
  .sec21 .box.left {
    display: none;
  }
}
.sec21 .box.right {
  background: var(--gray-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec21 .box .sec21__time {
  position: absolute;
  width: 368rem;
  height: 322rem;
  top: 102rem;
  left: 47rem;
  background: url(../img/images/sections/sec21/iPhone12pro.png) no-repeat center
    center/contain;
}
.sec21 .box .sec21__time .content {
  background-color: #fff;
  position: absolute;
  top: 85rem;
  left: 50%;
  transform: translateX(-50%);
  width: 340rem;
  padding: 28rem 32rem;
  border-radius: 10rem;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  background-image: url(../img/images/sections/sec21/symbol.svg);
  background-position: top -20rem right -10rem;
  background-size: 145rem 138rem;
  background-repeat: no-repeat;
}
.sec21 .box .sec21__time .sec21__time_list li b {
  display: inline-block;
  min-width: 80rem;
}
.sec21 .box .sec21__tit_wrap {
  position: absolute;
  width: 470rem;
  top: 140rem;
  text-align: center;
  right: 44rem;
  color: #fff;
}
@media (max-width: 576px) {
  .sec21 .box .sec21__links {
    padding: 80rem 0;
  }
}
.sec21 .box .sec21__links h3 .gra {
  background: linear-gradient(172deg, #65e7e2 -39.33%, #4c7fd4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.sec21 .box .sec21__links .link_list {
  display: flex;
  gap: 20rem;
  justify-content: center;
}
@media (max-width: 576px) {
  .sec21 .box .sec21__links .link_list {
    flex-direction: column;
  }
}
.sec21 .box .sec21__links .link_list .item a {
  display: block;
  width: 250rem;
  height: 190rem;
  border-radius: 20rem;
  background-color: #fff;
  box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.1);
  padding-top: 30rem;
  transition: 0.35s ease;
}
.sec21 .box .sec21__links .link_list .item a:hover {
  transform: translate(0, 2rem);
  box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.15);
  background-color: var(--pri-4);
}
.sec21 .box .sec21__links .link_list .item a:active {
  transform: translate(0, 4rem);
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  .sec21 .box .sec21__links .link_list .item a {
    width: 400rem;
    height: 80rem;
    padding-left: 110rem;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0;
    border-radius: 500rem;
  }
}
@media (max-width: 576px) {
  .sec21 .box .sec21__links .link_list .item a .fz18 {
    font-size: 28rem;
  }
}
.sec21 .box .sec21__links .link_list .item a .icon {
  width: 80rem;
  height: 80rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: var(--pri-2);
  position: relative;
}
@media (max-width: 576px) {
  .sec21 .box .sec21__links .link_list .item a .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.sec21 .box .sec21__links .link_list .item a .icon .img_wrap {
  position: absolute;
  width: 54rem;
  height: 54rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec21 .sns_list {
  display: flex;
  justify-content: center;
  gap: 50rem;
  text-align: center;
}
@media (max-width: 576px) {
  .sec21 .sns_list {
    margin-top: 50rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20rem 50rem;
  }
}
.sec21 .sns_list li:hover {
  color: var(--pri-2);
  font-weight: 700;
}
.sec21 .sns_list li:hover .img_wrap {
  filter: drop-shadow(0 0 5rem rgba(0, 0, 0, 0.5));
}
.sec21 .sns_list .img_wrap {
  width: 90rem;
  height: 90rem;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0 0 10rem rgba(0, 0, 0, 0.2));
  transition: 0.35s ease;
}
.sec22 {
  background: url(../img/images/sections/sec22/bg.png) no-repeat center
    center/cover;
}
.sec22 .content_wrap {
  position: relative;
}
.sec22 .content_wrap .box .text {
  text-align: center;
}
.sec22 .content_wrap .box .img_bg {
  position: relative;
  border-radius: 50%;
  background-color: var(--gray-2);
  aspect-ratio: 1/1;
}
.sec22 .content_wrap .box .img_bg .img_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec22 .content_wrap .box_1 {
  width: 420rem;
  margin-left: auto;
  margin-right: auto;
}
.sec22 .content_wrap .box_1 .img_bg {
  margin-bottom: 50rem;
  z-index: 5;
}
@media (max-width: 576px) {
  .sec22 .content_wrap .box_1 .img_bg {
    margin-bottom: 30rem;
  }
}
.sec22 .content_wrap .box_1 .img_bg .arr_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #54565a;
  padding: 5rem 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 500rem;
  gap: 10rem;
}
.sec22 .content_wrap .box_1 .img_bg .arr_txt::before,
.sec22 .content_wrap .box_1 .img_bg .arr_txt::after {
  width: 24rem;
  height: 24rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.sec22 .content_wrap .box_1 .img_bg .arr_txt_left {
  left: -68rem;
}
.sec22 .content_wrap .box_1 .img_bg .arr_txt_left::before {
  content: "";
  background-image: url(../img/images/sections/sec22/arr_left.svg);
}
@media (max-width: 576px) {
  .sec22 .content_wrap .box_1 .img_bg .arr_txt_left::before {
    background-image: url(../img/images/sections/sec22/arr_down.svg);
  }
}
@media (max-width: 576px) {
  .sec22 .content_wrap .box_1 .img_bg .arr_txt_left {
    left: 50%;
    top: calc(100% + 116rem);
    transform: translateX(-50%);
    flex-direction: column-reverse;
    border-radius: 10rem;
  }
}
.sec22 .content_wrap .box_1 .img_bg .arr_txt_right {
  right: -68rem;
}
.sec22 .content_wrap .box_1 .img_bg .arr_txt_right::after {
  content: "";
  background-image: url(../img/images/sections/sec22/arr_right.svg);
}
@media (max-width: 576px) {
  .sec22 .content_wrap .box_1 .img_bg .arr_txt_right {
    display: none;
  }
}
.sec22 .content_wrap .box_1 .img_bg .img_wrap {
  width: 310rem;
  height: 314rem;
}
.sec22 .content_wrap .box_2,
.sec22 .content_wrap .box_3 {
  position: absolute;
  top: 55rem;
  width: 310rem;
}
@media (max-width: 576px) {
  .sec22 .content_wrap .box_2,
  .sec22 .content_wrap .box_3 {
    display: inline-block;
    position: relative;
    width: 154rem;
    top: unset;
    left: unset;
    right: unset;
  }
}
.sec22 .content_wrap .box_2 .img_bg,
.sec22 .content_wrap .box_3 .img_bg {
  margin-bottom: 20rem;
}
.sec22 .content_wrap .box_2 .img_wrap,
.sec22 .content_wrap .box_3 .img_wrap {
  width: 200rem;
  height: 200rem;
}
@media (max-width: 576px) {
  .sec22 .content_wrap .box_2 .img_wrap,
  .sec22 .content_wrap .box_3 .img_wrap {
    width: 154rem;
    height: 154rem;
  }
}
.sec22 .content_wrap .box_2 {
  left: 0;
}
.sec22 .content_wrap .box_3 {
  right: 0;
}
@media (max-width: 576px) {
  .sec22 .content_wrap .sub_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 50rem;
    background-color: var(--gray-2);
    border-radius: 20rem;
    margin-top: 90rem;
    padding: 45rem 0;
  }
}
.sec23 .container-1300 {
  max-width: 100%;
}
.sec23 .tit_wrap,
.sec23 .caution {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.sec23 .sec23_compare_wrap .table {
  --td-width: 580rem;
  position: relative;
}
@media (max-width: 576px) {
  .sec23 .sec23_compare_wrap .table {
    --td-width: 220rem;
  }
}
.sec23 .sec23_compare_wrap .table::before,
.sec23 .sec23_compare_wrap .table::after {
  content: "";
  height: calc(100% + 8rem);
  border-radius: 20rem;
  position: absolute;
  width: var(--td-width);
  top: 0;
  border-width: 10rem;
  border-style: solid;
}
.sec23 .sec23_compare_wrap .table::before {
  border-color: var(--pri-2);
  left: 0;
}
.sec23 .sec23_compare_wrap .table::after {
  border-color: var(--pri-1);
  right: 0;
}
.sec23 .sec23_compare_wrap .table table {
  width: 100%;
  text-align: center;
}
.sec23 .sec23_compare_wrap .table table colgroup col:nth-child(1) {
  width: var(--td-width);
}
.sec23 .sec23_compare_wrap .table table colgroup col:nth-child(2) {
  width: auto;
}
.sec23 .sec23_compare_wrap .table table colgroup col:nth-child(3) {
  width: var(--td-width);
}
.sec23 .sec23_compare_wrap .table table th {
  padding: 22rem 20rem;
  color: #fff;
  border-radius: 20rem 20rem 0 0;
  overflow: hidden;
}
.sec23 .sec23_compare_wrap .table table th:nth-child(1) {
  background-color: var(--pri-2);
}
.sec23 .sec23_compare_wrap .table table th:nth-child(3) {
  background-color: var(--pri-1);
}
.sec23 .sec23_compare_wrap .table table tbody {
  background-color: #fff;
  border-bottom: 1px solid var(--gray-4);
}
.sec23 .sec23_compare_wrap .table table tbody tr {
  border-top: 1px solid var(--gray-4);
}
.sec23 .sec23_compare_wrap .table table td {
  padding: 20rem;
  vertical-align: middle;
}
.sec23 .sec23_compare_wrap .table table td .img_wrap {
  width: 310rem;
  aspect-ratio: 1/1;
  margin-bottom: 30rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .sec23 .sec23_compare_wrap .table table td .img_wrap {
    width: 150rem;
    height: 150rem;
  }
}
.sec23 .sec23_compare_wrap .item {
  border-radius: 20rem;
  border: 10rem solid var(--c);
}
.sec23 .sec23_compare_wrap .item:nth-child(1) {
  --c: var(--pri-2);
}
.sec23 .sec23_compare_wrap .item:nth-child(2) {
  --c: transparent;
}
.sec23 .sec23_compare_wrap .item:nth-child(3) {
  --c: var(--pri-1);
}
.sec23 .sec23_compare_wrap .item .tit {
  background-color: var(--c);
  color: #fff;
  height: 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec23 .sec23_compare_wrap .item .list {
  display: flex;
  padding: 20rem 20rem;
  justify-content: center;
  align-items: center;
}
.sec23 .sec23_compare_wrap .item .list .inner .img_wrap {
  width: 310rem;
  aspect-ratio: 1/1;
  margin-bottom: 30rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .sec23 .sec23_compare_wrap .item .list .inner .img_wrap {
    width: 180rem;
  }
}
.sec23 .sec23_compare_wrap .item .list:not(:first-child) {
  border-top: 1px solid var(--gray-3);
}
.sec24 {
  padding-bottom: 100rem;
}
.sec24 .tab_nav_wrap {
  height: 385rem;
  position: relative;
  z-index: 2;
}
.sec24 .tab_nav_wrap .tab_nav_wrap__bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec24 .tab_nav_wrap .sec24__tab_nav_ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 40rem);
  display: flex;
  z-index: 3;
}
.sec24 .tab_nav_wrap .sec24__tab_nav_ul li {
  min-width: 200rem;
  height: 60rem;
  text-align: center;
  padding: 15rem 20rem;
  background-color: var(--gray-2);
  color: var(--gray-5);
  cursor: pointer;
}
.sec24 .tab_nav_wrap .sec24__tab_nav_ul li:hover {
  background-color: var(--pri-4);
  color: var(--gray-5);
}
.sec24 .tab_nav_wrap .sec24__tab_nav_ul li.current {
  background-color: var(--pri-2);
  color: #fff;
  font-weight: 700;
}
.sec24_justice .sec24_flex_wrap {
  display: flex;
  align-items: center;
  gap: 20rem;
}
@media (max-width: 576px) {
  .sec24_justice .sec24_flex_wrap {
    flex-direction: column-reverse;
  }
}
.sec24_justice .sec24_flex_wrap .text_wrap,
.sec24_justice .sec24_flex_wrap .img_wrap {
  flex: 1;
}
.sec24_justice .sec24_flex_wrap .text_wrap {
  padding-right: 110rem;
}
@media (max-width: 576px) {
  .sec24_justice .sec24_flex_wrap .text_wrap {
    padding: 20rem 0;
  }
}
.sec24_justice .sec24_flex_wrap .img_wrap {
  width: 640rem;
  aspect-ratio: 640/420;
}
.sec24__tab_content {
  display: none;
}
.sec24__tab_content.current {
  display: block;
}
.sec25 {
  background: url(../img/images/sections/sec25/bg.png) no-repeat 50% 100% /
    cover;
}
.sec25 .content_wrap {
  padding: 50rem;
  background-color: #fff;
  border-radius: 20rem;
}
.sec25 .content_wrap .sec25_ul li:not(:first-child) {
  margin-top: 30rem;
}
.bannerImg {
  height: 400rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sec26 .item {
  background: var(--pri-4);
  display: flex;
}
.sec26 .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .sec26 .item {
    flex-direction: column !important;
  }
  .sec26 .item:not(:first-child) {
    margin-top: 50rem;
  }
}
.sec26 .item .img_wrap,
.sec26 .item .text_wrap {
  flex: 1;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .sec26 .item .img_wrap,
  .sec26 .item .text_wrap {
    flex: unset;
    flex-shrink: 0;
  }
}
.sec26 .item .img_wrap {
  min-height: 650rem;
}
@media (max-width: 576px) {
  .sec26 .item .img_wrap {
    min-height: unset;
    height: 350rem;
  }
}
.sec26 .item .text_wrap {
  display: flex;
  align-items: center;
}
.sec26 .item .text_wrap .inner {
  width: 100%;
  padding: 50rem;
}
@media (max-width: 576px) {
  .sec26 .item .text_wrap .inner {
    padding: 60rem 30rem;
  }
}
.sec26 .item .text_wrap .hash_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10rem;
}
.sec26 .item .text_wrap .hash_ul li {
  padding: 5rem 20rem;
  border-radius: 300rem;
  border: 1px solid #000;
}
.sec26 .item .text_wrap .viewmore:hover span {
  background-color: var(--pri-1);
}
.sec26 .item .text_wrap .viewmore span {
  display: inline-block;
  text-align: center;
  padding: 12rem 20rem;
  min-width: 160rem;
  background-color: var(--pri-2);
  color: #fff;
}
.sec27 {
  background: url(../img/images/sections/sec27/bg.jpg);
  background-size: cover;
}
.sec27 .sec27_ul .item:not(:first-child) {
  margin-top: 50rem;
}
.sec27 .sec27_ul .item .inner {
  min-height: 420rem;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.sec27 .sec27_ul .item .inner .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .sec27 .sec27_ul .item .inner .img_wrap img {
    -o-object-position: 40% 50%;
    object-position: 40% 50%;
  }
}
.sec27 .sec27_ul .item .inner .content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 50rem;
  padding-bottom: 50rem;
  padding-right: 90rem;
  width: 640rem;
  margin-left: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .sec27 .sec27_ul .item .inner .content {
    padding-left: 210rem;
    padding-right: 30rem;
    text-shadow: 0 0 20rem rgba(255, 255, 255, 0.5);
    top: unset;
    transform: unset;
    bottom: 0;
  }
}
.sec28 .content_wrap:not(:first-child) {
  margin-top: 150rem;
}
.sec28 .sec28_flex_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50rem 20rem;
  justify-content: center;
}
@media (max-width: 576px) {
  .sec28 .sec28_flex_wrap {
    grid-template-columns: 1fr;
  }
}
.sec28 .item {
  width: 420rem;
}
@media (max-width: 576px) {
  .sec28 .item {
    width: 100%;
  }
}
.sec28 .item .img_wrap {
  aspect-ratio: 420/300;
}
.sec28 .item h4 {
  display: flex;
  align-items: center;
  gap: 20rem;
}
.sec28 .item h4 .num {
  width: 35rem;
  height: 35rem;
  font-size: 18rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--pri-2);
  border-radius: 5rem;
  display: grid;
  place-content: center;
}
@media (max-width: 576px) {
  .sec28 .item h4 .fz24 {
    font-size: 24rem;
  }
}
@media (max-width: 576px) {
  .sec28 .item .item_content {
    padding-left: 55rem;
  }
}
.sec28 .item .item_content li {
  display: grid;
  grid-template-columns: 160rem auto;
}
.sec28 .item .item_content li:not(:first-child) {
  margin-top: 10rem;
}
.sec29 .content {
  padding: 80rem 110rem;
  background-color: #fff;
}
@media (max-width: 576px) {
  .sec29 .content {
    padding: 80rem 25rem;
  }
}
.sec29 .content .content_tit {
  display: flex;
  align-items: center;
  gap: 30rem;
}
@media (max-width: 576px) {
  .sec29 .content .content_tit {
    align-items: unset;
    flex-direction: column;
  }
}
.sec29 .content_1 .content_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20rem;
  position: relative;
}
@media (max-width: 576px) {
  .sec29 .content_1 .content_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec29 .content_1 .content_grid .item .img_wrap {
  aspect-ratio: 1/1;
}
.sec29 .content_1 .content_grid .caption {
  position: absolute;
  right: 0;
  bottom: calc(100% + 20rem);
}
@media (max-width: 576px) {
  .sec29 .content_1 .content_grid .caption {
    bottom: unset;
    top: calc(100% + 20rem);
  }
}
.sec29 .content_2 .content_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
  position: relative;
}
@media (max-width: 576px) {
  .sec29 .content_2 .content_grid {
    grid-template-columns: 1fr;
    gap: 30rem;
  }
}
.sec29 .content_2 .content_grid .caption {
  position: absolute;
  right: 0;
  bottom: calc(100% + 20rem);
}
@media (max-width: 576px) {
  .sec29 .content_2 .content_grid .caption {
    bottom: unset;
    top: calc(100% + 20rem);
  }
}
.sec40 {
  position: relative;
  padding-top: 150rem;
  background-color: #091d40;
  color: #fff;
}
@media (max-width: 576px) {
  .sec40 {
    padding-bottom: 402rem;
    background-image: url(../img/images/sections/sec40/bg_mo.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 540rem 367rem;
  }
}
.sec40 .bg_img {
  position: absolute;
  width: 840rem;
  height: 628rem;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sec40 .bg_img .img_wrap {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .sec40 .bg_img {
    display: none;
  }
}
.sec40 .sticky {
  height: calc(100vh - 150rem);
  position: sticky;
  top: 150rem;
  z-index: 5;
}
@media (max-width: 576px) {
  .sec40 .sticky {
    position: static;
    height: auto;
  }
}
.sec40 .content_wrap {
  margin-top: 500rem;
  padding-bottom: 150rem;
}
@media (max-width: 576px) {
  .sec40 .content_wrap {
    margin: 0;
    padding: 0;
    display: none;
  }
}
.sec40 .sec40__swiper {
  display: none;
  overflow: visible;
}
@media (max-width: 576px) {
  .sec40 .sec40__swiper {
    display: block;
  }
}
.sec40 .item:not(:first-child) {
  margin-top: 80rem;
}
@media (max-width: 576px) {
  .sec40 .item {
    width: 370rem;
  }
}
.sec40 .item .img_wrap {
  aspect-ratio: 640/350;
}
@media (max-width: 576px) {
  .sec40 .item .img_wrap {
    aspect-ratio: 370/200;
  }
}
.sec41 .img_wrap {
  height: 350rem;
}
.sec42 .container-1300 {
  max-width: 100%;
}
.sec42 .item {
  background-color: #fff;
  padding: 50rem 110rem;
  display: flex;
  gap: 80rem;
}
@media (max-width: 576px) {
  .sec42 .item {
    flex-direction: column;
    gap: 30rem;
    padding: 60rem 5%;
    align-items: start;
  }
}
.sec42 .item:not(:first-child) {
  margin-top: 50rem;
}
.sec42 .item .img_side {
  position: relative;
}
.sec42 .item .img_side .mobile_tit {
  display: none;
  position: absolute;
  left: calc(100% + 40rem);
  top: 50%;
  transform: translateY(-50%);
  width: 210rem;
}
@media (max-width: 576px) {
  .sec42 .item .img_side .mobile_tit {
    display: block;
  }
}
.sec42 .item .img_side .img_wrap {
  width: 250rem;
  height: 250rem;
}
@media (max-width: 576px) {
  .sec42 .item .img_side .img_wrap {
    width: 240rem;
    height: 240rem;
  }
}
.sec42 .item .txt_side {
  align-self: center;
}
.sec42 .item .txt_side > ol {
  list-style: decimal inside;
}
.sec42 .item .txt_side > ol > li {
  padding-left: 1em;
  text-indent: -1em;
}
.sec42 .item .txt_side > ol > li:not(:first-child) {
  margin-top: 10rem;
}
.sec42 .item .txt_side > ul > li {
  display: grid;
  grid-template-columns: 120rem auto;
  gap: 10rem;
}
.sec42 .item .txt_side > ul > li:not(:first-child) {
  margin-top: 10rem;
}
.sec43 .table_wrap table {
  width: 100%;
}
.sec43 .table_wrap table thead {
  background-color: var(--pri-2);
  color: #fff;
}
.sec43 .table_wrap table th,
.sec43 .table_wrap table td {
  line-height: 1.3;
  padding: 20rem 30rem;
}
.sec43 .table_wrap table tbody {
  border: 1px solid var(--gray-4);
}
.sec43 .table_wrap table tbody tr:not(:first-child) {
  border-top: 1px solid var(--gray-4);
}
.sec43 .table_wrap table tbody th {
  vertical-align: middle;
}
.sec43 .table_wrap table tbody td:not(:first-child) {
  border-left: 1px solid var(--gray-4);
}
.sec44 .sec44__flex_wrap {
  display: flex;
  gap: 20rem;
}
@media (max-width: 576px) {
  .sec44 .sec44__flex_wrap {
    flex-direction: column;
  }
}
.sec44 .item {
  flex: 1;
  border-radius: 500rem;
  text-align: center;
  border-width: 10rem;
  border-style: solid;
  border-color: currentColor;
  padding: 70rem 40rem;
}
@media (max-width: 576px) {
  .sec44 .item.mo-boder-radius-40 {
    border-radius: 40rem;
  }
}
.program_dashboard {
  background: url(../img/images/center/2/dashboard_bg.png) no-repeat center
    center/cover;
}
.program_dashboard .content_wrap .grid .program_dashboard_nav {
  text-align: center;
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (max-width: 576px) {
  .program_dashboard .content_wrap .grid .program_dashboard_nav {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
.program_dashboard .content_wrap .grid .program_dashboard_nav li {
  flex: 1;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 136rem;
  cursor: pointer;
}
@media (max-width: 576px) {
  .program_dashboard .content_wrap .grid .program_dashboard_nav li {
    flex: 1 1 30%;
    height: 70rem;
    border: 1px solid var(--gray-4);
    font-size: 20rem;
  }
}
.program_dashboard .content_wrap .grid .program_dashboard_nav li:hover {
  background-color: rgba(76, 123, 202, 0.2);
}
.program_dashboard .content_wrap .grid .program_dashboard_nav li.current {
  background-color: var(--pri-2);
  color: #fff;
  font-weight: 700;
}
.program_dashboard .content_wrap .grid .program_detail {
  background-color: #fff;
}
.program_dashboard .content_wrap .grid .program_detail .tit_wrap {
  height: 100rem;
  display: flex;
  align-items: center;
  padding-left: 55rem;
  background-color: #fff;
  color: var(--pri-1);
  position: relative;
  border: 5rem solid var(--pri-1);
}
@media (max-width: 576px) {
  .program_dashboard .content_wrap .grid .program_detail .tit_wrap {
    height: 90rem;
    font-size: 32rem;
  }
}
.program_dashboard .content_wrap .grid .program_detail .tit_wrap .viewmore {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  aspect-ratio: 1/1;
  background-color: var(--pri-1);
  z-index: 2;
  color: #fff;
}
.program_dashboard
  .content_wrap
  .grid
  .program_detail
  .tit_wrap
  .viewmore
  .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 576px) {
  .program_dashboard
    .content_wrap
    .grid
    .program_detail
    .tit_wrap
    .viewmore
    .txt {
    font-size: 14rem;
  }
}
.program_dashboard
  .content_wrap
  .grid
  .program_detail
  .tit_wrap
  .viewmore
  .txt::before {
  content: "";
  display: block;
  width: 38rem;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  background: url(../img/images/icon/btn_plus.svg) no-repeat center
    center/contain;
}
.program_dashboard
  .content_wrap
  .grid
  .program_detail
  .program_detail_list_wrap {
  padding: 40rem 50rem;
}
@media (max-width: 576px) {
  .program_dashboard
    .content_wrap
    .grid
    .program_detail
    .program_detail_list_wrap {
    padding: 30rem 20rem;
  }
}
.program_dashboard
  .content_wrap
  .grid
  .program_detail
  .program_detail_list_wrap
  .program_detail_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12rem 10rem;
  text-align: center;
}
@media (max-width: 576px) {
  .program_dashboard
    .content_wrap
    .grid
    .program_detail
    .program_detail_list_wrap
    .program_detail_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 12rem 10rem;
    font-size: 16rem;
  }
}
.program_dashboard
  .content_wrap
  .grid
  .program_detail
  .program_detail_list_wrap
  .program_detail_list
  li {
  position: relative;
  padding: 10rem;
  cursor: default;
  height: 50rem;
}
@media (max-width: 576px) {
  .program_dashboard
    .content_wrap
    .grid
    .program_detail
    .program_detail_list_wrap
    .program_detail_list
    li {
    width: auto;
  }
}
@media (max-width: 576px) {
  .program_dashboard
    .content_wrap
    .grid
    .program_detail
    .program_detail_list_wrap
    .program_detail_list
    li:nth-child(3n)
    .tooltip {
    left: unset !important;
    right: 0 !important;
  }
}
.program_dashboard
  .content_wrap
  .grid
  .program_detail
  .program_detail_list_wrap
  .program_detail_list
  li
  .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #c5c5c5;
  border: 1px solid var(--gray-4);
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-property: border-color, color;
  display: flex;
  align-items: center;
  justify-content: center;
}
.program_dashboard
  .content_wrap
  .grid
  .program_detail
  .program_detail_list_wrap
  .program_detail_list
  li
  .inner
  .txt {
  line-height: 1.2;
}
.program_dashboard
  .content_wrap
  .grid
  .program_detail
  .program_detail_list_wrap
  .program_detail_list
  li.current
  .inner {
  color: #000;
  border: 2px solid var(--pri-2);
}
.program_dashboard
  .content_wrap
  .grid
  .program_detail
  .program_detail_list_wrap
  .program_detail_list
  li
  .tooltip {
  position: absolute;
  display: none;
  min-width: 250rem;
  max-width: 400rem;
  font-size: 18rem;
  line-height: 1.8;
  color: #fff;
  background-color: var(--pri-1);
  border-radius: 20rem;
  padding: 5rem 20rem;
  z-index: 2;
}
@media (max-width: 576px) {
  .program_dashboard
    .content_wrap
    .grid
    .program_detail
    .program_detail_list_wrap
    .program_detail_list
    li
    .tooltip {
    top: 100% !important;
    left: 0 !important;
    font-size: 14rem;
    min-width: 200rem;
  }
}
.program_dashboard
  .content_wrap
  .grid
  .program_detail
  .program_detail_list_wrap
  .program_detail_list
  li:hover {
  background-color: var(--pri-4);
  color: #000;
}
.program_dashboard
  .content_wrap
  .grid
  .program_detail
  .program_detail_list_wrap
  .program_detail_list
  li:hover
  .tooltip {
  display: block;
}
.program_dashboard
  .content_wrap
  .grid
  .program_detail
  .program_detail_list_wrap
  .caution
  span {
  background-color: var(--pri-1);
  color: #fff;
  padding: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 30rem;
  height: 30rem;
  font-size: 20rem;
  margin-right: 5rem;
}
@media (max-width: 576px) {
  .program_dashboard
    .content_wrap
    .grid
    .program_detail
    .program_detail_list_wrap
    .caution {
    font-size: 16rem;
  }
}
.sec_table .red {
  color: #e82323;
}
.sec_table .dot {
  display: inline-block;
  width: 30rem;
  height: 30rem;
  position: relative;
  vertical-align: middle;
}
.sec_table .dot::before {
  content: "";
  position: absolute;
  width: 10rem;
  height: 10rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #000;
}
.sec_table .female {
  position: absolute;
  display: inline-block;
  width: 30rem;
  height: 30rem;
  background: url(../img/images/icon/female.svg) no-repeat center center/contain;
  vertical-align: top;
}
.sec_table .male {
  position: absolute;
  display: inline-block;
  width: 30rem;
  height: 30rem;
  background: url(../img/images/icon/male.svg) no-repeat center center/contain;
  vertical-align: top;
}
.sec_table .table_wrap {
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 5rem;
  transform: rotateX(180deg);
}
.sec_table .table_wrap::-webkit-scrollbar {
  width: 8rem;
  height: 8rem;
}
.sec_table .table_wrap::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #f7f7f7;
}
.sec_table .table_wrap::-webkit-scrollbar-thumb {
  background: var(--sub-3);
  border-radius: 0;
}
.sec_table .table_wrap table {
  width: 100%;
  white-space: nowrap;
  transform: rotateX(180deg);
}
.sec_table .table_wrap table td {
  line-height: 1.3;
  padding: 10rem 12rem;
  text-wrap: auto;
}
.sec_table .table_wrap table thead th {
  padding: 20rem;
  font-weight: 700;
}
.sec_table .table_wrap table tbody th {
  font-weight: 700;
  background-color: var(--gray-1);
}
.sec_table .table_wrap table tbody th.bg_pri-4 {
  background-color: var(--pri-4);
}
.sec_table .bb_g4 {
  border-bottom: 2px solid var(--gray-4);
}
a[href="#modalsm"] {
  text-decoration: underline;
}
a[href="#modalsm"]:hover {
  color: var(--pri-2);
}
@keyframes sec9_blink {
  0% {
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.modalsm_wrap {
  position: fixed;
  z-index: 5000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s ease;
}
.modalsm_wrap.on {
  visibility: visible;
  opacity: 1;
}
.modalsm_wrap .modal_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.modalsm_wrap .modal_content_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1300rem;
  max-width: 90%;
  background:
    url(../img/images/common/modal/symbol.svg) no-repeat right top/268rem 250rem,
    #fff;
  min-height: 365rem;
  padding: 80rem 104rem;
}
@media (max-width: 576px) {
  .modalsm_wrap .modal_content_wrap {
    padding: 60rem 30rem 50rem;
  }
}
.modalsm_wrap .modal_content {
  display: none;
}
.modalsm_wrap .modal_content.current {
  display: block;
}
.modalsm_wrap .modal_content ul li {
  display: grid;
  grid-template-columns: 120rem auto;
}
.modalsm_wrap .modal_content ul li .fz20 {
  margin-top: 3rem;
}
.modalsm_wrap .modal_content ul li:not(:first-child) {
  margin-top: 20rem;
}
.modalsm_wrap .modalsm_wrap_btn_close {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 90rem;
  height: 90rem;
  background:
    url(../img/images/common/modal/btn_close.svg) no-repeat center
      center/contain,
    var(--pri-2);
}
@media (max-width: 576px) {
  .modalsm_wrap .modalsm_wrap_btn_close {
    width: 60rem;
    height: 60rem;
  }
}
.sec_platinum {
  position: relative;
}
.sec_platinum::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90rem;
  height: 90rem;
  background: url(../img/images/center/2/5/plus.svg) no-repeat center
    center/contain;
}
.sec_platinum .container-1300 {
  max-width: 100%;
}
.sec_platinum .sec_platinum_grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}
.sec_platinum .sec_platinum_grid .item {
  padding: 55rem 0;
}
@media (max-width: 576px) {
  .sec_platinum .sec_platinum_grid .item > * {
    position: relative;
    z-index: 5;
  }
}
@media (max-width: 576px) {
  .sec_platinum .sec_platinum_grid .item .fz46 {
    line-height: 1.3;
    font-size: 32rem;
  }
}
@media (max-width: 576px) {
  .sec_platinum .sec_platinum_grid .item .fz24 {
    font-size: 18rem;
  }
}
.sec_platinum .sec_platinum_grid .icon {
  width: 120rem;
  height: 120rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.sec_platinum .sec_platinum_grid .icon .img_wrap {
  position: absolute;
  width: 90rem;
  height: 90rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec_platinum .sec_platinum_grid .dna_img {
  position: absolute;
  width: 517rem;
  height: 779rem;
  left: 364rem;
  top: -180rem;
}
@media (max-width: 576px) {
  .sec_platinum .sec_platinum_grid .dna_img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.sec_platinum .single_box {
  padding: 80rem 110rem;
  position: relative;
}
@media (max-width: 576px) {
  .sec_platinum .single_box {
    padding: 50rem 25rem;
  }
}
.sec_platinum .single_box .price {
  position: absolute;
  right: 110rem;
  top: 50%;
  transform: translateY(-50%);
  width: 260rem;
  height: 260rem;
  border-radius: 50%;
  background-color: var(--sub-1);
}
.sec_platinum .single_box .price .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9rem;
}
@media (max-width: 576px) {
  .sec_platinum .single_box .price {
    top: 48rem;
    right: 35rem;
    width: 150rem;
    height: 65rem;
    border-radius: 10rem;
    transform: unset;
  }
  .sec_platinum .single_box .price .txt {
    align-items: end;
  }
  .sec_platinum .single_box .price .fz80 {
    font-size: 46rem;
  }
  .sec_platinum .single_box .price .fz40 {
    font-size: 20rem;
  }
}
.introduce_doctor .grid {
  gap: 80rem 20rem;
}
.introduce_doctor .item .img_wrap {
  aspect-ratio: 420/550;
  background-color: #f4f4f4;
}
.introduce_doctor .item .name_wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .introduce_doctor .item .name_wrap {
    flex-direction: column;
    justify-content: unset;
  }
}
.introduce_doctor .item .viewmore_mobile_wrap {
  display: none;
  margin-top: 20rem;
  text-align: center;
}
@media (max-width: 576px) {
  .introduce_doctor .item .viewmore_mobile_wrap {
    display: block;
  }
}
.introduce_doctor .item .viewmore_mo {
  min-width: 160rem;
  padding: 12rem 30rem;
  background-color: var(--pri-2);
  color: #fff;
}
.introduce_doctor .item .hover_area {
  position: relative;
  overflow: hidden;
}
.introduce_doctor .item .hover_area:hover .hover_content {
  visibility: visible;
  opacity: 1;
  filter: blur(0);
}
.introduce_doctor .item .hover_area .hover_content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(15px);
  transition: 0.35s ease;
  background-color: rgba(76, 122, 202, 0.95);
}
@media (max-width: 576px) {
  .introduce_doctor .item .hover_area .hover_content {
    display: none;
  }
}
.introduce_doctor .item .hover_area .hover_content .inner {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.introduce_doctor .item .hover_area .hover_content .inner .symbol {
  margin: 0 auto;
  width: 90rem;
  height: 86rem;
  background: url(../img/images/introduce/3/hov_symbol.png) no-repeat center
    center/contain;
}
.introduce_doctor .item .hover_area .hover_content .inner .viewmore {
  border: 2px solid #fff;
  padding: 12rem 30rem;
  min-width: 160rem;
}
.introduce_doctor .item .hover_area .hover_content .inner .viewmore:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.modal_wrap_equip {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5000;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s ease;
}
@media (max-width: 576px) {
  .modal_wrap_equip {
    transform: translateY(-100rem);
  }
}
.modal_wrap_equip.on {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 576px) {
  .modal_wrap_equip.on {
    transform: translateY(0);
  }
}
.modal_wrap_equip .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.modal_wrap_equip .mobile_tit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 90rem;
  z-index: 5;
}
@media (max-width: 576px) {
  .modal_wrap_equip .mobile_tit {
    display: flex;
  }
}
.modal_wrap_equip .modal_content_wrap {
  width: 1300rem;
  height: 420rem;
  max-height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background:
    url(../img/images/icon/doc_modal_bg_symbol.svg) no-repeat right top/268rem
      250rem,
    #fff;
  overflow-x: auto;
}
@media (max-width: 576px) {
  .modal_wrap_equip .modal_content_wrap {
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
  }
}
.modal_wrap_equip .modal_content_wrap .mobile_tit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  height: 90rem;
  z-index: 5;
}
@media (max-width: 576px) {
  .modal_wrap_equip .modal_content_wrap .mobile_tit {
    display: flex;
  }
}
.modal_wrap_equip .modal_content_wrap .modal_wrap_equip_btn_close {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 90rem;
  height: 90rem;
  background:
    url(../img/images/icon/modal_btn_close.svg) no-repeat center center/contain,
    rgba(0, 0, 0, 0.2);
  z-index: 500;
}
@media (max-width: 576px) {
  .modal_wrap_equip .modal_content_wrap .modal_wrap_equip_btn_close {
    bottom: unset;
    top: 0;
    background-color: unset;
  }
}
.modal_wrap_equip .modal_content_wrap .modal_wrap_equip_btn_close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal_wrap_equip .modal_content {
  display: none;
}
.modal_wrap_equip .modal_content.current {
  display: flex;
}
@media (max-width: 576px) {
  .modal_wrap_equip .modal_content {
    flex-direction: column;
    padding-top: 110rem;
  }
}
.modal_wrap_equip .modal_content .img_wrap {
  flex-shrink: 0;
  width: 420rem;
  height: 420rem;
}
@media (max-width: 576px) {
  .modal_wrap_equip .modal_content .img_wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
.modal_wrap_equip .modal_content .txt_wrap {
  padding: 50rem 110rem 50rem 20rem;
  align-self: center;
  flex-grow: 1;
}
@media (max-width: 576px) {
  .modal_wrap_equip .modal_content .txt_wrap {
    width: 100%;
    padding: 40rem 60rem;
  }
}
.modal_wrap_doctor {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5000;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s ease;
}
@media (max-width: 576px) {
  .modal_wrap_doctor {
    transform: translateY(-100rem);
  }
}
.modal_wrap_doctor.on {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 576px) {
  .modal_wrap_doctor.on {
    transform: translateY(0);
  }
}
.modal_wrap_doctor .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.modal_wrap_doctor .modal_content_wrap {
  width: 1300rem;
  height: 700rem;
  max-height: 85vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background:
    url(../img/images/icon/doc_modal_bg_symbol.svg) no-repeat right top/268rem
      250rem,
    #fff;
}
@media (max-width: 576px) {
  .modal_wrap_doctor .modal_content_wrap {
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
  }
}
.modal_wrap_doctor .modal_content_wrap .mobile_tit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 90rem;
  z-index: 5;
}
@media (max-width: 576px) {
  .modal_wrap_doctor .modal_content_wrap .mobile_tit {
    display: flex;
  }
}
.modal_wrap_doctor .modal_content_wrap .modal_wrap_doctor_btn_close {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 90rem;
  height: 90rem;
  background:
    url(../img/images/icon/modal_btn_close.svg) no-repeat center center/contain,
    rgba(0, 0, 0, 0.2);
  z-index: 500;
}
@media (max-width: 576px) {
  .modal_wrap_doctor .modal_content_wrap .modal_wrap_doctor_btn_close {
    bottom: unset;
    top: 0;
    background-color: unset;
  }
}
.modal_wrap_doctor .modal_content_wrap .modal_wrap_doctor_btn_close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal_wrap_doctor .modal_content {
  display: none;
}
.modal_wrap_doctor .modal_content.current {
  display: block;
}
@media (max-width: 576px) {
  .modal_wrap_doctor .modal_content {
    position: absolute;
    width: 100%;
    top: 90rem;
    left: 0;
    height: calc(100% - 180rem);
    padding: 0 25rem;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.modal_wrap_doctor .modal_content .modal_doctor_grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  height: 700rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .modal_wrap_doctor .modal_content .modal_doctor_grid {
    display: block;
    overflow: visible;
  }
}
@media (max-width: 576px) {
  .modal_wrap_doctor .modal_content .name_wrap {
    text-align: center;
  }
}
.modal_wrap_doctor .modal_content .doc_img {
  width: 100%;
  aspect-ratio: 639/838;
  background-color: #f4f4f4;
  height: 100%;
}
@media (max-width: 576px) {
  .modal_wrap_doctor .modal_content .doc_img {
    margin: 50rem auto;
  }
}
.modal_wrap_doctor .modal_content .content_wrap {
  padding: 80rem 110rem 40rem 24rem;
}
@media (max-width: 576px) {
  .modal_wrap_doctor .modal_content .content_wrap {
    padding: 0;
  }
}
.modal_wrap_doctor .modal_content .content_wrap .content_inner {
  padding-left: 50rem;
}
@media (max-width: 576px) {
  .modal_wrap_doctor .modal_content .content_wrap .content_inner {
    padding: 0;
  }
}
.modal_wrap_doctor .modal_content .profile_wrap {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 410rem;
}
@media (max-width: 576px) {
  .modal_wrap_doctor .modal_content .profile_wrap {
    overflow: unset;
    max-height: unset;
  }
}
.modal_wrap_doctor .modal_content .profile_wrap li:not(:first-child) {
  font-size: 18rem;
  line-height: 1.3;
  margin-top: 20rem;
}
.sec45 .caution_img {
  height: 400rem;
}
.sec45 .item {
  background-color: var(--pri-4);
  padding: 40rem 50rem;
  min-height: 400rem;
}
.sec45 .item .icon {
  flex-shrink: 0;
  width: 120rem;
  height: 120rem;
}
.info_precfs .content_wrap {
  background: linear-gradient(191deg, #3d6ed2 3.21%, #0baaa6 105.75%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 576px) {
  .info_precfs .content_wrap {
    display: block;
    position: relative;
  }
}
.info_precfs .content_wrap .text_wrap {
  padding: 100rem 20rem 20rem 110rem;
}
@media (max-width: 576px) {
  .info_precfs .content_wrap .text_wrap {
    padding: 80rem 40rem 100rem;
  }
}
.info_precfs .content_wrap .img_wrap {
  width: 100%;
  aspect-ratio: 640/420;
}
@media (max-width: 576px) {
  .info_precfs .content_wrap .img_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    opacity: 1;
  }
}
.info_precfs .content_wrap .viewmore {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  padding: 12rem 20rem;
  min-width: 160rem;
  color: #000;
}
.info_precfs .content_wrap .viewmore:hover {
  background-color: var(--pri-1);
  color: #fff;
}
.table_wrap {
  overflow-x: auto;
}
.table_wrap table {
  width: 100%;
}
.table_wrap table th,
.table_wrap table td {
  line-height: 1.3;
  padding: 20rem 30rem;
  vertical-align: middle;
  border: 1px solid var(--gray-4);
}
.table_wrap table thead {
  background-color: var(--pri-2);
  color: #fff;
  font-weight: 700;
}
.introduce_equip .item .img_wrap {
  aspect-ratio: 310/400;
  background-color: #f4f4f4;
}
.introduce_equip .viewmore_mobile_wrap {
  display: none;
  margin-top: 10rem;
  margin-bottom: 40rem;
  text-align: center;
}
@media (max-width: 576px) {
  .introduce_equip .viewmore_mobile_wrap {
    display: block;
  }
}
.introduce_equip .viewmore_mo {
  min-width: 160rem;
  padding: 12rem 30rem;
  background-color: var(--pri-2);
  color: #fff;
}
.introduce_equip .hover_area {
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.introduce_equip .hover_area:hover .hover_content {
  visibility: visible;
  opacity: 1;
  filter: blur(0);
}
.introduce_equip .hover_area .hover_content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  filter: blur(15px);
  transition: 0.35s ease;
  background-color: rgba(76, 122, 202, 0.95);
}
@media (max-width: 576px) {
  .introduce_equip .hover_area .hover_content {
    display: none;
  }
}
.introduce_equip .hover_area .hover_content .inner {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 20rem;
}
.introduce_equip .hover_area .hover_content .inner .viewmore {
  border: 2px solid #fff;
  padding: 12rem 30rem;
  min-width: 160rem;
}
.introduce_equip .hover_area .hover_content .inner .viewmore:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.intro_fullpage {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 50;
}
@media (max-width: 576px) {
  .intro_fullpage {
    position: static;
  }
}
.intro_fullpage .intro_fullpage__swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 576px) {
  .intro_fullpage .intro_fullpage__swiper {
    position: static;
  }
}
.intro_fullpage .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.intro_fullpage .swiper-slide .empty {
  height: var(--menu-height);
}
.intro_fullpage .swiper-slide .inner {
  height: calc(100% - var(--menu-height));
  position: relative;
}
.intro_fullpage .swiper-slide .full_pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro_fullpage .swiper-slide .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: 4s ease;
}
.intro_fullpage .swiper-slide .line span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.intro_fullpage .swiper-slide.swiper-slide-active .line {
  width: 100%;
}
.intro_fullpage .swiper-slide.swiper-slide-active .ani_up {
  animation-name: ani_up;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.intro_fullpage .swiper-slide.swiper-slide-active .fadein {
  animation-name: op1;
  animation-timing-function: linear;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.intro_fullpage .slide_1 .img_wrap,
.intro_fullpage .slide_2 .img_wrap {
  width: 530rem;
  height: 417rem;
  margin-left: auto;
  margin-right: auto;
}
.intro_fullpage .slide_1 .img_wrap img,
.intro_fullpage .slide_2 .img_wrap img {
  -o-object-fit: contain;
  object-fit: contain;
}
.intro_fullpage .slide_1 .line span {
  background: url(../img/images/introduce/2/line_1.svg) no-repeat center
    center/contain;
}
.intro_fullpage .slide_2 .line span {
  background: url(../img/images/introduce/2/line_2.svg) no-repeat center
    center/contain;
}
.intro_fullpage .slide_2 .img {
  mix-blend-mode: color-dodge;
}
.intro_fullpage .slide_3 .grid_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
}
.intro_fullpage .slide_3 .bg_txt {
  font-size: 130rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  transition: 1s cubic-bezier(0, 0.13, 0.08, 0.93);
  white-space: nowrap;
  bottom: -16rem;
}
.intro_fullpage .slide_3.swiper-slide-active .left .bg_txt,
.intro_fullpage .slide_3.swiper-slide-active .right .bg_txt {
  transform: translateX(0);
}
.intro_fullpage .slide_3 .left,
.intro_fullpage .slide_3 .right {
  overflow: hidden;
}
.intro_fullpage .slide_3 .left {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.intro_fullpage .slide_3 .left .content {
  width: 100%;
}
.intro_fullpage .slide_3 .left .content .img_content {
  width: 540rem;
  margin-left: auto;
  margin-right: auto;
}
.intro_fullpage .slide_3 .left .bg_txt {
  right: 8rem;
  opacity: 0.1;
  color: #fff;
  transform: translateX(110%);
  transition-delay: 1s;
}
.intro_fullpage .slide_3 .right {
  position: relative;
}
.intro_fullpage .slide_3 .right .bg_txt {
  left: 15rem;
  color: var(--gray-2);
  transform: translateX(-110%);
  transition-delay: 1.2s;
}
.intro_fullpage .slide_4 {
  background-color: #fcfcfd;
}
.intro_fullpage .slide_4 .inner {
  background: url(../img/images/introduce/2/slide4_bg.png) no-repeat center
    center/cover;
}
.intro_fullpage .slide_4 .container {
  position: absolute;
  width: 1300rem;
  max-width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro_fullpage .slide_4 .grid {
  counter-reset: li;
}
.intro_fullpage .slide_4 .grid .item {
  padding: 80rem 0;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 30rem 0px rgba(0, 0, 0, 0.1);
}
.intro_fullpage .slide_4 .grid .item i {
  counter-increment: li;
  display: block;
  width: 60rem;
  height: 60rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  position: relative;
  background-color: var(--pri-2);
}
.intro_fullpage .slide_4 .grid .item i::before {
  content: counter(li);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Abhaya Libre", serif;
  font-size: 40rem;
  font-weight: 800;
  color: #fff;
}
.intro_fullpage .slide_5 {
  background-color: #fcfcfd;
}
.intro_fullpage .slide_5 .inner {
  position: relative;
}
.intro_fullpage .slide_5 .inner .title {
  position: absolute;
  bottom: calc(50% + 40rem);
  left: calc(50% + 120rem);
  z-index: 6;
  color: #fff;
}
.intro_fullpage .slide_5 .inner .title::after {
  content: "";
  width: 292rem;
  height: 273rem;
  position: absolute;
  top: -84rem;
  right: -239rem;
  background: url(../img/images/introduce/2/slide_5_title_sym.svg) no-repeat 50%
    50% / contain;
}
.intro_fullpage .slide_5 .slide_5__swiper {
  height: 100%;
  --swiper-navigation-color: #fff;
  background-color: var(--pri-2);
}
.intro_fullpage .slide_5 .slide_5__swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.intro_fullpage .slide_5 .slide_5__swiper .swiper-slide .img_wrap {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.intro_fullpage .slide_5 .slide_5__swiper .swiper-slide .content_wrap {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--pri-2);
}
.intro_fullpage .slide_5 .slide_5__swiper .swiper-slide .content_wrap .content {
  color: #fff;
  position: absolute;
  top: calc(50% + 40rem);
  left: 120rem;
  width: 540rem;
}
.intro_fullpage
  .slide_5
  .slide_5__swiper
  .swiper-slide
  .content_wrap
  .content
  .viewmore {
  color: var(--gray-6);
  font-size: 16rem;
  line-height: 1.8;
  font-weight: 700;
  min-width: 160rem;
  padding: 12rem 20rem;
  background-color: #fff;
  text-align: center;
}
.intro_fullpage
  .slide_5
  .slide_5__swiper
  .swiper-slide
  .content_wrap
  .content
  .viewmore:hover {
  background-color: var(--pri-1);
  color: #fff;
}
.intro_fullpage .slide_5 .slide_5__swiper .swiper-pagination {
  width: 530rem;
  bottom: 90rem;
  left: calc(50% + 120rem);
  display: flex;
  gap: 20rem;
}
.intro_fullpage
  .slide_5
  .slide_5__swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  flex: 1;
  width: auto;
  height: 4rem;
  background-color: #fff;
  border-radius: 0;
  opacity: 0.3;
  transition: 0.5s ease;
}
.intro_fullpage
  .slide_5
  .slide_5__swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  opacity: 1;
}
.intro_fullpage .slide_6 {
  background: url(../img/images/introduce/2/slide_6_bg.png) no-repeat center
    center/cover;
}
.intro_fullpage .slide_7 {
  background: url(../img/images/introduce/2/slide_7_bg.png) no-repeat center
    center/cover;
}
.ani_up {
  transform: translateY(100%);
  transition: 1.25s ease;
}
.fadein {
  opacity: 0;
  transition: 1s ease;
}
.ani_delay-1 {
  animation-delay: 100ms;
}
.ani_delay-2 {
  animation-delay: 200ms;
}
.ani_delay-3 {
  animation-delay: 300ms;
}
.ani_delay-4 {
  animation-delay: 400ms;
}
.ani_delay-5 {
  animation-delay: 500ms;
}
.ani_delay-6 {
  animation-delay: 600ms;
}
.ani_delay-7 {
  animation-delay: 700ms;
}
.ani_delay-8 {
  animation-delay: 800ms;
}
.ani_delay-9 {
  animation-delay: 900ms;
}
.ani_delay-10 {
  animation-delay: 1000ms;
}
.ani_delay-11 {
  animation-delay: 1100ms;
}
.ani_delay-12 {
  animation-delay: 1200ms;
}
.ani_delay-13 {
  animation-delay: 1300ms;
}
.ani_delay-14 {
  animation-delay: 1400ms;
}
.ani_delay-15 {
  animation-delay: 1500ms;
}
.ani_delay-16 {
  animation-delay: 1600ms;
}
.ani_delay-17 {
  animation-delay: 1700ms;
}
.ani_delay-18 {
  animation-delay: 1800ms;
}
.ani_delay-19 {
  animation-delay: 1900ms;
}
@keyframes ani_up {
  100% {
    transform: translateY(0);
  }
}
@keyframes op1 {
  100% {
    opacity: 1;
  }
}
.intro_contact .grid {
  align-items: center;
}
@media (max-width: 576px) {
  .intro_contact .grid {
    align-items: unset;
  }
}
.intro_contact .content .time_list > li {
  display: grid;
  grid-template-columns: 115rem auto;
  gap: 10rem;
}
.intro_contact .content .time_list > li:not(:first-child) {
  margin-top: 20rem;
}
.intro_contact .content .links_wrap {
  display: flex;
  gap: 20rem;
}
.intro_contact .content .links_wrap a {
  color: var(--gray-6);
  display: block;
  padding: 12rem 20rem;
  min-width: 160rem;
  border: 2px solid currentColor;
  text-align: center;
}
.intro_contact .content .links_wrap a:hover {
  background-color: var(--gray-6);
  color: #fff;
}
.intro_contact .map_wrap {
  height: 750rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .intro_contact .map_wrap {
    height: 750rem;
  }
}
.intro_contact .map_wrap .map {
  width: 100%;
  height: 100%;
}
address::after {
  display: inline-block;
  margin-top: 7rem;
  content: "COPY";
  font-size: 16rem;
  margin-left: 10rem;
  padding: 3rem 6rem;
  background-color: #eee;
  cursor: pointer;
  color: #000;
  border-radius: 4rem;
}
address.hov_on::after {
  opacity: 0;
}
address.hov_on:hover::after {
  opacity: 1;
}
.info_location .grid {
  position: relative;
}
.info_location .sticky {
  position: sticky;
  top: var(--header-height);
  padding-bottom: 0rem;
  z-index: 5;
}
.info_location .sticky::before {
  content: "";
  position: absolute;
  top: -200rem;
  left: 100%;
  width: 660rem;
  background: linear-gradient(to top, transparent 0%, #fff 40%);
  height: 400rem;
  z-index: 2;
}
.info_location .col-5-4 {
  position: relative;
  z-index: 0;
}
.info_location .content_wrap {
  padding-left: 110rem;
  position: relative;
  z-index: 1;
}
.info_location .content_wrap .item {
  position: relative;
  padding-top: 20rem;
}
.info_location .content_wrap .item::before {
  content: "";
  width: 90rem;
  height: 90rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  right: calc(100% + 20rem);
  top: 0;
}
.info_location .content_wrap .item:nth-child(1)::before {
  background-image: url(../img/images/introduce/6/sec18_icon_1.svg);
}
.info_location .content_wrap .item:nth-child(2)::before {
  background-image: url(../img/images/introduce/6/sec18_icon_2.svg);
}
.info_location .content_wrap .item:nth-child(3)::before {
  background-image: url(../img/images/introduce/6/sec18_icon_3.svg);
}
.info_location .content_wrap .item:nth-child(4)::before {
  background-image: url(../img/images/introduce/6/sec18_icon_4.svg);
}
.info_location .content_wrap .item h3 {
  border-bottom: 1px solid currentColor;
}
.info_location .viewmore {
  padding: 12rem 20rem;
  border: 2px solid currentColor;
}
.info_location .viewmore:hover {
  background-color: var(--gray-6);
  color: #fff;
}
.info_location .subway_txt .greenline {
  display: flex;
}
.info_location .subway_txt .greenline .num {
  text-align: center;
  align-self: start;
  font-size: 16rem;
  font-weight: 700;
  padding: 2rem 10rem;
  color: #fff;
  background-color: #37b045;
  border-radius: 200rem;
  margin-right: 10rem;
}
.info_location .subway_txt .greenline p {
  flex-grow: 1;
}
.info_location .loc_list li {
  padding-left: 50rem;
  position: relative;
}
.info_location .loc_list li:not(:first-child) {
  margin-top: 20rem;
}
.info_location .loc_list li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 40rem;
  height: 40rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.info_location .loc_list li i.up {
  background-image: url(../img/images/introduce/6/icon_up.svg);
}
.info_location .loc_list li i.right {
  background-image: url(../img/images/introduce/6/icon_right.svg);
}
.info_location .loc_list li i.parking {
  background-image: url(../img/images/introduce/6/icon_parking.svg);
}
.intro_banner {
  background: url(../img/images/introduce/5/banner.png) no-repeat center
    center/cover;
  background-attachment: fixed;
}
.tab_nav_section .tab_nav {
  display: flex;
  justify-content: center;
}
.tab_nav_section .tab_nav li {
  width: 200rem;
  height: 60rem;
  background-color: var(--gray-2);
  color: var(--gray-5);
  font-size: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tab_nav_section .tab_nav li:hover {
  background-color: #87a2cf;
  color: #fff;
}
.tab_nav_section .tab_nav li.current {
  background-color: var(--pri-2);
  color: #fff;
  font-weight: 700;
}
.intro_preview_tab_content_wrap .swiper .swiper-slide .img_wrap {
  aspect-ratio: 1300/687;
}
.intro_preview_tab_content_wrap .tab_content {
  display: none;
}
.intro_preview_tab_content_wrap .tab_content.current {
  display: block;
}
.intro_preview_tab_content_wrap .structure_info {
  position: relative;
  background-color: #eee;
}
@media (max-width: 576px) {
  .intro_preview_tab_content_wrap .structure_info {
    background-color: unset;
  }
}
.intro_preview_tab_content_wrap .structure_info .structure_info__nav_wrap {
  position: absolute;
  width: calc(100% - 990rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--pri-2);
  color: #fff;
}
.intro_preview_tab_content_wrap .structure_info .structure_info__nav {
  position: absolute;
  width: calc(100% - 40rem);
  height: calc(100% - 120rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-x: auto;
}
@media (max-width: 576px) {
  .intro_preview_tab_content_wrap .structure_info .structure_info__nav {
    display: none;
  }
}
.intro_preview_tab_content_wrap
  .structure_info
  .structure_info__nav::-webkit-scrollbar {
  width: 4rem;
  height: 4rem;
}
.intro_preview_tab_content_wrap
  .structure_info
  .structure_info__nav::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0;
}
.intro_preview_tab_content_wrap
  .structure_info
  .structure_info__nav::-webkit-scrollbar-thumb {
  background: var(--sub-3);
  border-radius: 0;
}
.intro_preview_tab_content_wrap .structure_info .structure_info__nav li {
  position: relative;
  cursor: pointer;
}
.intro_preview_tab_content_wrap
  .structure_info
  .structure_info__nav
  li:not(:first-child) {
  margin-top: 14rem;
}
.intro_preview_tab_content_wrap
  .structure_info
  .structure_info__nav
  li:hover::after {
  opacity: 1;
}
.intro_preview_tab_content_wrap .structure_info .structure_info__nav li::after {
  content: "VIEW";
  font-size: 14rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--pri-2);
  padding: 2rem 6rem;
  border-radius: 4rem;
  opacity: 0;
  transition: 0.25s ease;
}
.intro_preview_tab_content_wrap .structure_info .structure_info__map {
  width: 990rem;
  margin-left: auto;
  position: relative;
}
@media (max-width: 576px) {
  .intro_preview_tab_content_wrap .structure_info .structure_info__map {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.intro_preview_tab_content_wrap .structure_info .structure_info__map .map_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
}
@media (max-width: 576px) {
  .intro_preview_tab_content_wrap
    .structure_info
    .structure_info__map
    .map_area {
    position: relative;
    height: auto;
  }
}
.intro_preview_tab_content_wrap
  .structure_info
  .structure_info__map
  .map_area
  img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.intro_preview_tab_content_wrap
  .structure_info
  .structure_info__map
  .map_area
  area {
  position: relative;
  cursor:
    url(../img/images/introduce/5/icon_viewmore.svg) 25 62,
    pointer;
}
.intro_preview_tab_content_wrap .structure_info .structure_info__map .map_show {
  display: none;
}
.intro_preview_tab_content_wrap
  .structure_info
  .structure_info__map
  .map_show.current {
  display: block;
}
.intro_preview_tab_content_wrap .structure_info .swiper_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
  z-index: 10;
}
@media (max-width: 576px) {
  .intro_preview_tab_content_wrap .structure_info .swiper_wrap {
    position: static;
    visibility: visible;
    opacity: 1;
    margin-top: 50rem;
    height: auto;
  }
}
.intro_preview_tab_content_wrap .structure_info .swiper_wrap.on {
  visibility: visible;
  opacity: 1;
}
.intro_preview_tab_content_wrap .structure_info .swiper_wrap .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 576px) {
  .intro_preview_tab_content_wrap .structure_info .swiper_wrap .bg {
    display: none;
  }
}
.intro_preview_tab_content_wrap .structure_info .swiper_wrap.on {
  display: block;
}
.intro_preview_tab_content_wrap .structure_info .swiper_wrap .swiper_preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100rem;
  z-index: 10;
}
@media (max-width: 576px) {
  .intro_preview_tab_content_wrap .structure_info .swiper_wrap .swiper_preview {
    position: static;
    transform: unset;
    width: 100%;
    padding-bottom: 80rem;
  }
}
.intro_preview_tab_content_wrap .swiper .swiper-slide {
  overflow: hidden;
}
.intro_preview_tab_content_wrap .swiper .controls {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 500rem;
  height: 80rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  font-size: 24rem;
  line-height: 1.5;
  padding: 0 40rem;
  gap: 30rem;
}
@media (max-width: 576px) {
  .intro_preview_tab_content_wrap .swiper .controls {
    position: static;
    transform: translateX(0);
  }
}
.intro_preview_tab_content_wrap .swiper .controls .swiper-button_prev,
.intro_preview_tab_content_wrap .swiper .controls .swiper-button_next {
  position: static;
  width: 40rem;
  height: 40rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  flex-shrink: 0;
  cursor: pointer;
}
.intro_preview_tab_content_wrap .swiper .controls .swiper-button_prev {
  background-image: url(../img/images/introduce/5/arrow_L.svg);
}
.intro_preview_tab_content_wrap .swiper .controls .swiper-button_next {
  background-image: url(../img/images/introduce/5/arrow_R.svg);
}
.intro_preview_tab_content_wrap .swiper .controls .swiper-pagination {
  font-size: 20rem;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10rem;
  position: static;
  width: auto;
}
.intro_preview_tab_content_wrap
  .swiper
  .controls
  .swiper-pagination
  .swiper-pagination-current {
  font-weight: 700;
  color: var(--pri-2);
}
.intro_preview_tab_content_wrap .swiper .controls .content_alt {
  flex-grow: 1;
}
.intro_preview_tab_content_wrap .swiper .btn_swiper_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60rem;
  height: 60rem;
  z-index: 50;
  background:
    url(../img/images/introduce/5/btn_close.svg) no-repeat center center/contain,
    rgba(255, 255, 255, 0.5);
}
@media (max-width: 576px) {
  .intro_preview_tab_content_wrap .swiper .btn_swiper_close {
    display: none;
  }
}
.intro_mo_sec_1,
.intro_mo_sec_2 {
  position: relative;
}
.intro_mo_sec_1 .img_wrap,
.intro_mo_sec_2 .img_wrap {
  width: 300rem;
  margin-left: auto;
  margin-right: auto;
}
.intro_mo_sec_1 .txt,
.intro_mo_sec_2 .txt {
  width: 100%;
}
.intro_mo_sec_1 {
  padding: 250rem 0;
}
.intro_mo_sec_2 {
  padding: 150rem 0;
}
.intro_mo_sec_3 .img_map {
  height: 400rem;
  margin-left: auto;
  margin-right: auto;
}
.intro_mo_sec_3 .img_str {
  width: 400rem;
  margin-left: auto;
  margin-right: auto;
}
.intro_mo_sec_4 {
  background: url(../img/images/introduce/2/slide4_bg.png) no-repeat center
    right/cover;
}
.intro_mo_sec_4 .item {
  box-shadow: 0 0 30rem 0 rgba(0, 0, 0, 0.1);
  padding: 40rem 30rem;
  display: flex;
  gap: 40rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.intro_mo_sec_4 .item:not(:first-child) {
  margin-top: 20rem;
}
.intro_mo_sec_4 .item .num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pri-2);
  color: #fff;
  font-size: 24rem;
  font-weight: 800;
  border-radius: 50%;
  width: 40rem;
  height: 40rem;
}
.intro_mo_sec_5 .mo_slide_5__swiper .swiper-slide {
  width: 400rem;
  overflow: hidden;
  padding: 50rem 40rem;
  background-color: var(--pri-2);
  border-radius: 8rem;
}
.intro_mo_sec_5 .mo_slide_5__swiper .swiper-slide .img_wrap {
  aspect-ratio: 3/2;
}
.intro_mo_sec_5 .mo_slide_5__swiper .swiper-slide .content_wrap {
  margin-top: 50rem;
  color: #fff;
}
.intro_mo_sec_5 .mo_slide_5__swiper .swiper-slide .content_wrap .desc {
  min-height: 60rem;
}
.intro_mo_sec_5 .mo_slide_5__swiper .swiper-slide .viewmore {
  margin-top: 30rem;
  display: inline-block;
  width: 160rem;
  font-size: 16rem;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  color: var(--pri-2);
  padding: 12rem 20rem;
  text-align: center;
}
.intro_mo_sec_6,
.intro_mo_sec_7 {
  padding: 300rem 0;
}
.intro_mo_sec_6 {
  background: url(../img/images/introduce/2/slide_6_bg.png) no-repeat center
    center/cover;
}
.intro_mo_sec_7 {
  background: url(../img/images/introduce/2/slide_7_bg.png) no-repeat center
    center/cover;
}
[data-modal-tit] {
  cursor: pointer;
  text-decoration: underline;
}
.scrollable {
  padding: 10rem 60rem;
  box-shadow: 0px 0px 10rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 200rem;
  position: relative;
}
.scrollable::before,
.scrollable::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.scrollable::before {
  width: 32rem;
  height: 16rem;
  background-image: url(../img/images/icon/scrollable.svg);
  left: 24rem;
}
.scrollable::after {
  width: 26rem;
  height: 26rem;
  right: 12rem;
  background-image: url(../img/images/icon/scroll_close.svg);
}
.intro_preview .intro_preview_grid_wrap {
  display: grid;
  grid-template-columns: 620fr 1300fr;
  gap: 130rem;
}
@media (max-width: 576px) {
  .intro_preview .intro_preview_grid_wrap {
    display: block;
  }
}
.intro_preview .intro_preview_grid_wrap .sticky {
  position: sticky;
  top: var(--menu-height);
}
@media (max-width: 576px) {
  .intro_preview .intro_preview_grid_wrap .sticky {
    position: static;
  }
}
.intro_preview .intro_preview_grid_wrap .sticky .content {
  height: calc(100vh - var(--menu-height));
  position: relative;
  background: url(../img/images/introduce/5/stikcy_bg.png) no-repeat center
    center/cover;
}
@media (max-width: 576px) {
  .intro_preview .intro_preview_grid_wrap .sticky .content {
    height: 400rem;
  }
}
.intro_preview .intro_preview_grid_wrap .sticky .content .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro_preview .intro_preview_grid_wrap .content_wrap {
  padding-right: 130rem;
  padding-top: 500rem;
  padding-bottom: 200rem;
}
@media (max-width: 576px) {
  .intro_preview .intro_preview_grid_wrap .content_wrap {
    padding-top: 100rem;
    padding-bottom: 100rem;
    padding-right: 0;
  }
}
.intro_preview .intro_preview_grid_wrap .content_wrap .item {
  display: flex;
  gap: 40rem;
  align-items: center;
  width: 860rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .intro_preview .intro_preview_grid_wrap .content_wrap .item {
    width: 100%;
    flex-direction: column-reverse !important;
  }
}
.intro_preview .intro_preview_grid_wrap .content_wrap .item:not(:first-child) {
  margin-top: 150rem;
}
.intro_preview .intro_preview_grid_wrap .content_wrap .item:nth-child(even) {
  flex-direction: row-reverse;
}
.intro_preview .intro_preview_grid_wrap .content_wrap .item .img_wrap {
  flex-shrink: 0;
  width: 400rem;
  height: 500rem;
}
@media (max-width: 576px) {
  .intro_preview .intro_preview_grid_wrap .content_wrap .item .img_wrap {
    width: 420rem;
  }
}
.intro_preview .intro_preview_grid_wrap .content_wrap .item .text_wrap {
  width: 420rem;
  flex-shrink: 0;
}
.intro_preview_grid_img .grid .item {
  height: 550rem;
  position: relative;
}
.intro_preview_grid_img .grid .item:hover .img_wrap::after {
  opacity: 1;
}
.intro_preview_grid_img .grid .item:hover .img_wrap img {
  transform: scale(1.1);
}
.intro_preview_grid_img .grid .item .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro_preview_grid_img .grid .item .img_wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: 0.35s ease;
}
.intro_preview_grid_img .grid .item .img_wrap img {
  transition: 0.75s ease;
}
.intro_preview_grid_img .grid .item .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
}
.intro_preview_grid_img .grid .item .content .sm_tit {
  opacity: 0.7;
}
.matterport iframe {
  width: 100%;
  height: 687rem;
}
.sec80 .mo_tit {
  display: none;
  height: 70rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #54565a;
  border: 2px solid gray;
  position: relative;
  background-color: #fff;
  margin-top: 10rem;
}
@media (max-width: 576px) {
  .sec80 .mo_tit {
    display: flex;
  }
}
.sec80 .mo_tit.current {
  color: var(--pri-2);
  border-color: currentColor;
  font-weight: 700;
}
.sec80 .mo_tit.current::after {
  bottom: -9rem;
  opacity: 1;
}
.sec80 .mo_tit::after {
  content: "";
  width: 9rem;
  height: 9rem;
  position: absolute;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  background-color: var(--pri-2);
  z-index: -1;
  bottom: 0;
  opacity: 0;
  transition: 0.35s ease;
}
.sec80 .sec80__tab_nav {
  display: flex;
  gap: 20rem;
}
@media (max-width: 576px) {
  .sec80 .sec80__tab_nav {
    display: none;
  }
}
.sec80 .sec80__tab_nav li {
  line-height: 1.2;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20rem;
  height: 60rem;
  color: #54565a;
  border-bottom: 2px solid gray;
  cursor: pointer;
  background-color: #fff;
  position: relative;
}
.sec80 .sec80__tab_nav li::after {
  content: "";
  width: 9rem;
  height: 9rem;
  position: absolute;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  background-color: var(--pri-2);
  z-index: -1;
  bottom: 0;
  opacity: 0;
  transition: 0.35s ease;
}
.sec80 .sec80__tab_nav li:hover {
  color: var(--pri-2);
  border-bottom-color: currentColor;
}
.sec80 .sec80__tab_nav li.current {
  font-weight: 700;
  color: var(--pri-2);
  border-bottom-color: currentColor;
}
.sec80 .sec80__tab_nav li.current::after {
  bottom: -9rem;
  opacity: 1;
}
.sec80 .sec80__tab_content_wrap .tab_content {
  display: none;
}
@media (min-width: 769px) {
  .sec80 .sec80__tab_content_wrap .tab_content.current {
    display: block;
  }
}
@media (max-width: 576px) {
  .sec80 .sec80__tab_content_wrap .tab_content {
    padding-bottom: 50rem;
  }
}
.sec80 .content_wrap {
  padding: 20rem 50rem;
}
@media (max-width: 576px) {
  .sec80 .content_wrap {
    padding-top: 30rem;
    padding-bottom: 50rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.sec80 .main_img {
  aspect-ratio: 1/1;
}
@media (max-width: 576px) {
  .sec80 .main_img {
    aspect-ratio: 500/250;
    margin-top: 50rem;
  }
}
.sec80 .img_flex {
  margin-top: 80rem;
  display: flex;
  gap: 20rem;
}
@media (max-width: 576px) {
  .sec80 .img_flex {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec80 .img_flex .img_wrap {
  flex: 1;
  height: 310rem;
}
@media (max-width: 576px) {
  .sec80 .img_flex .img_wrap {
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 576px) {
  .sec80 .img_flex {
    margin-top: 0;
  }
}
.sec_document {
  background-color: var(--pri-4);
}
@media (max-width: 576px) {
  .sec_document {
    background-color: #fff;
  }
}
.sec_document .content_wrap {
  background-color: #fff;
}
.sec_document .doc_box_1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
}
.sec_document .doc_box_1 .box {
  height: 190rem;
  padding-top: 26rem;
  border-radius: 20rem;
  border-style: solid;
  border-width: 2rem;
  border-color: var(--pri-2);
  background: var(--gray-2);
}
.sec_document .doc_box_1 .box .tit {
  text-align: center;
  margin-bottom: 22rem;
}
.sec_document .doc_box_1 .box .tit span {
  display: inline-flex;
  font-size: 24rem;
  font-weight: 700;
  width: 120rem;
  height: 50rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 200rem;
}
.sec_document .doc_box_1 .box:nth-child(1) .tit span {
  background-color: var(--pri-2);
}
.sec_document .doc_box_1 .box:nth-child(2) .tit span {
  background-color: var(--pri-1);
}
.sec_document .doc_box_1 .box .desc {
  text-align: center;
}
.sec_document .time_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
}
@media (max-width: 576px) {
  .sec_document .time_grid {
    grid-template-columns: 1fr;
  }
}
.sec_document .time_grid .item {
  display: flex;
  align-items: center;
  gap: 50rem;
}
.sec_document .time_grid .item .week {
  width: 200rem;
  height: 200rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--gray-2);
}
.sec_document .caution {
  padding-left: 24rem;
  position: relative;
}
.sec_document .caution::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.sec_document .caution_wrap {
  background-color: var(--gray-2);
  padding: 50rem;
}
@media (max-width: 576px) {
  .sec_document .caution_wrap {
    padding: 50rem 20rem;
  }
}
.sec_document .caution_wrap .caution_list li {
  padding-left: 42rem;
  position: relative;
  line-height: 32rem;
}
.sec_document .caution_wrap .caution_list li:not(:first-child) {
  margin-top: 10rem;
}
.sec_document .caution_wrap .caution_list li::before {
  content: "";
  width: 32rem;
  height: 32rem;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../img/images/icon/sec8_chk.svg) no-repeat center
    center/contain;
}
.btn_download {
  display: block;
  border: 2px solid var(--pri-2);
  padding: 30rem 50rem;
  border-radius: 12rem;
  position: relative;
  font-size: 24rem;
}
@media (max-width: 576px) {
  .btn_download {
    font-size: 22rem;
    margin: 0 60rem;
  }
}
.btn_download:hover {
  background-color: var(--pri-4);
}
.btn_download::after {
  content: "";
  position: absolute;
  width: 28rem;
  aspect-ratio: 1/1;
  top: 50%;
  right: 50rem;
  background: url(../img/images/icon/download.svg) no-repeat center
    center/contain;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .btn_download::after {
    width: 24rem;
  }
}
.enterprize1 .enterprize1_content_wrap {
  padding: 50rem 0;
}
.enterprize1 .img_wrap {
  width: 250rem;
  height: 250rem;
}
.enterprize1 .enter1_list li {
  display: grid;
  grid-template-columns: 100rem auto;
}
.enterprize1 .enter1_list li:not(:first-child) {
  margin-top: 10rem;
}
.main_depart .main_depart__grid .item .content::after {
  transition: 0.5s ease;
}
.main_depart .main_depart__grid .item:hover .content::after {
  transform: rotate(180deg);
}
.popup_tab_nav ul li.current {
  background-color: #213c69;
  color: #fff;
}
.map-info-wrap {
  display: grid;
  grid-template-columns: auto 990rem;
}
@media (max-width: 576px) {
  .map-info-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.map-info-wrap .img_box {
  background-color: #f7f7f7;
}
@media (max-width: 576px) {
  .map-info-wrap .img_box {
    padding-left: 0;
    padding-right: 0;
  }
}
.map-info-wrap .img_box .map_img_tab {
  display: none;
}
.map-info-wrap .img_box .map_img_tab.current {
  display: block;
}
.map-info-wrap .map_txt_tab {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .map-info-wrap .map_txt_tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.map-info-wrap .map_txt_tab li {
  flex: 1;
  cursor: pointer;
  text-align: center;
  height: 54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efe7dc;
  color: #444;
  font-size: 24rem;
}
.map-info-wrap .map_txt_tab li:not(:first-child) {
  margin-top: 1rem;
}
@media (max-width: 576px) {
  .map-info-wrap .map_txt_tab li:not(:first-child) {
    margin-top: 0;
  }
}
.map-info-wrap .map_txt_tab li:hover {
  color: #b99c64;
}
.map-info-wrap .map_txt_tab li.current {
  color: #b99c64;
  font-weight: 700;
}
.mt5 {
  margin-top: 5rem;
}
.ad_new_links img {
  width: 27rem;
  height: 27rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
