@charset "UTF-8";
/* media-query */
/* ---------------sticky-button START--------------- */
.sticky-button {
  position: sticky;
  top: 123.5px;
  z-index: 99;
}

.sticky-button2 {
  position: sticky;
  top: calc(77px - 6rem);
  z-index: 99;
}

@media (max-width: 1279px) {
  .sticky-button {
    top: 119px;
  }
}
@media screen and (max-width: 1100px) {
  .sticky-button {
    top: 111px;
  }
  .sticky-button2 {
    top: calc(69px - 6rem);
  }
}
@media (max-width: 767px) {
  .sticky-button {
    top: 101px;
  }
  .sticky-button2 {
    top: calc(69px - 5rem);
  }
}
@media (max-width: 450px) {
  .sticky-button {
    top: 79px;
  }
  .sticky-button2 {
    top: calc(69px - 6.5rem);
  }
}
/* ---------------sticky-button END--------------- */
/* ---------------main-visual START--------------- */
.main-visual .iframe-wrap {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  overflow: hidden;
}
.main-visual .iframe-wrap.animate .clinic-wrap li:nth-child(1) {
  clip-path: inset(0 -1px 0 -1px);
}
.main-visual .iframe-wrap.animate .clinic-wrap li:nth-child(2) {
  clip-path: inset(0 -1px 0 -1px);
}
.main-visual .iframe-wrap.animate .clinic-wrap li:nth-child(3) {
  clip-path: inset(0 -1px 0 -1px);
}
.main-visual .iframe-wrap.animate .clinic-wrap li:nth-child(4) {
  clip-path: inset(0 -1px 0 -1px);
}
.main-visual .iframe-wrap.animate .clinic-wrap li:nth-child(5) {
  clip-path: inset(0 -1px 0 -1px);
}
.main-visual .iframe-wrap .iframe-inner {
  width: 100%;
  height: 100%;
}
.main-visual .iframe-wrap .main-swiper {
  position: absolute;
  inset: 0;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .bg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 1.3s 0.3s;
  transform: scale(1.2);
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box {
  position: absolute;
  width: 100%;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box.animate .slide-text.top {
  opacity: 1;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box.animate .slide-text.center .title .slide-ani-inner .slide-ani-text {
  opacity: 1;
  transform: translateY(0%);
  filter: blur(0px);
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box.animate .slide-text.center .desc-list {
  opacity: 1;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box.animate .slide-text.bottom {
  opacity: 1;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text {
  overflow: hidden;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.top {
  opacity: 0;
  transition: opacity 1s 0.6s;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.top .slogan {
  color: #fff;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.top .mini-title {
  display: inline-block;
  padding: 2.3rem 0 0;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center {
  margin: 2rem auto 4.8rem;
  width: 100%;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .title {
  line-height: 1.1;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .title .slide-ani-inner {
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .title .slide-ani-inner .slide-ani-text {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  filter: blur(10px);
  transition: all 1s 0.5s;
  line-height: 1;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .desc-list {
  opacity: 0;
  transition: opacity 1s 0.6s;
  display: inline-flex;
  justify-content: center;
  margin: 2rem 0 0;
  padding: 1.5rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .desc-list li {
  padding: 0 2.2rem;
  position: relative;
  line-height: 1;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .desc-list li:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgb(0, 160, 233);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.bottom {
  opacity: 0;
  transition: opacity 1s 0.6s;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.bottom .btn-more {
  width: 31.8rem;
  height: 6.6rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
  border-radius: 100px;
  border: 1px solid #fff;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.bottom .btn-more .fill-bg {
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.bottom .btn-more:hover {
    color: #0a4595;
    font-weight: bold;
  }
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide1 .bg {
  background-image: url("../img/main_visual1.png?v=202503171840");
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide2 .bg {
  background-image: url("../img/main_visual2.png?v=202503171840");
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide3 .bg {
  background-image: url("../img/main_visual3.png?v=202503171840");
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1);
}
.main-visual .iframe-wrap .main-swiper .main-swiper-control {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1484px;
  width: 90%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-visual .iframe-wrap .clinic-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  width: 92%;
}
.main-visual .iframe-wrap .clinic-wrap li {
  flex: 1;
  text-align: center;
  padding: 3.7rem 2rem 4.5rem;
  position: relative;
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  box-sizing: border-box;
}
.main-visual .iframe-wrap .clinic-wrap li:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 63%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box {
  margin: 0 0 3rem 0;
}
.main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img {
  transition: transform 0.5s;
}
.main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon1 {
  width: 28px;
}
.main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon2 {
  width: 25px;
}
.main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon3 {
  width: 48px;
}
.main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon4 {
  width: 42px;
}
.main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon5 {
  width: 39px;
}
.main-visual .iframe-wrap .clinic-wrap li a p {
  padding: 1rem 0 0;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .main-visual .iframe-wrap .clinic-wrap li a:hover .icon-box img {
    transform: rotateY(180deg);
  }
}
.main-visual .iframe-wrap .clinic-wrap li:nth-child(1) {
  clip-path: inset(0 -1px 100% -1px);
}
.main-visual .iframe-wrap .clinic-wrap li:nth-child(2) {
  clip-path: inset(100% -1px 0 -1px);
}
.main-visual .iframe-wrap .clinic-wrap li:nth-child(3) {
  clip-path: inset(0 -1px 100% -1px);
}
.main-visual .iframe-wrap .clinic-wrap li:nth-child(4) {
  clip-path: inset(100% -1px 0 -1px);
}
.main-visual .iframe-wrap .clinic-wrap li:nth-child(5) {
  clip-path: inset(0 -1px 100% -1px);
}

@media (max-width: 1800px) {
  .main-visual .iframe-wrap .main-swiper .main-swiper-control {
    max-width: 1084px;
  }
}
@media (max-width: 1279px) {
  .main-visual .iframe-wrap .main-swiper .main-swiper-control {
    display: none;
  }
  .main-visual .iframe-wrap .clinic-wrap li a p {
    text-wrap: balance;
  }
  .main-visual .iframe-wrap .clinic-wrap li a p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-visual .iframe-wrap {
    height: calc(var(--vh, 1vh) * 145);
    height: 145dvh;
  }
  .main-visual .iframe-wrap.animate .clinic-wrap li:nth-child(1) {
    clip-path: none;
  }
  .main-visual .iframe-wrap.animate .clinic-wrap li:nth-child(2) {
    clip-path: none;
  }
  .main-visual .iframe-wrap.animate .clinic-wrap li:nth-child(3) {
    clip-path: none;
  }
  .main-visual .iframe-wrap.animate .clinic-wrap li:nth-child(4) {
    clip-path: none;
  }
  .main-visual .iframe-wrap.animate .clinic-wrap li:nth-child(5) {
    clip-path: none;
  }
  .main-visual .iframe-wrap .main-swiper {
    position: absolute;
    inset: 0;
    height: calc(var(--vh, 1vh) * 100);
    height: 100dvh;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box {
    width: 90%;
    top: calc(50% + 34px);
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .title {
    font-size: 38px;
    line-height: 1.2;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .desc-list {
    border-color: rgba(255, 255, 255, 0.75);
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .desc-list li {
    line-height: 1.35;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.bottom .btn-more {
    width: 23rem;
    height: 5.6rem;
    align-items: flex-start;
    line-height: 5.3rem;
  }
  .main-visual .iframe-wrap .clinic-wrap {
    height: calc(var(--vh, 1vh) * 45);
    height: 45dvh;
    width: 100%;
    transform: none;
    left: unset;
    flex-direction: column;
  }
  .main-visual .iframe-wrap .clinic-wrap li {
    width: 100%;
    height: calc(var(--vh, 1vh) * 9);
    height: 9dvh;
    padding: 0;
    text-align: left;
    position: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .main-visual .iframe-wrap .clinic-wrap li.animate a {
    clip-path: inset(0 0 0 0);
  }
  .main-visual .iframe-wrap .clinic-wrap li a {
    height: 100%;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition-property: clip-path;
    transition-duration: 0.9s;
    clip-path: inset(0 50% 0 0);
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box {
    margin: 0;
    width: 42px;
    display: flex;
    justify-content: center;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon1 {
    width: 24px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon2 {
    width: 25px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon3 {
    width: 42px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon4 {
    width: 36px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon5 {
    width: 33px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area h3 {
    font-size: 18px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a p {
    padding: 0;
    text-align: right;
    font-size: 15px;
    padding: 0 1.5vw 0 0;
  }
  .main-visual .iframe-wrap .clinic-wrap li:nth-child(1) {
    clip-path: none;
  }
  .main-visual .iframe-wrap .clinic-wrap li:nth-child(2) {
    clip-path: none;
  }
  .main-visual .iframe-wrap .clinic-wrap li:nth-child(3) {
    clip-path: none;
  }
  .main-visual .iframe-wrap .clinic-wrap li:nth-child(4) {
    clip-path: none;
  }
  .main-visual .iframe-wrap .clinic-wrap li:nth-child(5) {
    clip-path: none;
  }
  .main-visual .iframe-wrap .clinic-wrap li:not(:last-child)::before {
    content: none;
  }
}
@media (max-width: 767px) {
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide1 .bg {
    background-position: 80% 50%;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box.animate .slide-text.center .desc-list li:not(:last-child)::before {
    width: 70%;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.top .mini-title {
    text-wrap: balance;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .title {
    font-size: 34px;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .desc-list {
    width: 40%;
    display: flex;
    padding: 9px 0;
    flex-direction: column;
    gap: 18px;
    margin: 3rem auto 0;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .desc-list li {
    padding: 0 1.5rem;
    white-space: nowrap;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .desc-list li:not(:last-child)::before {
    transition: width 0.8s 0.8s;
    height: 1px;
    width: 0%;
    top: unset;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area h3 {
    font-size: 17px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a p {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box {
    top: calc(50% + 28px);
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box.animate .slide-text.center .desc-list li:not(:last-child)::before {
    width: 85%;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .title {
    font-size: 30px;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .text-box .slide-text.center .desc-list {
    width: 60%;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box {
    width: 42px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon1 {
    width: 22px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon2 {
    width: 22px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon3 {
    width: 34px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon4 {
    width: 32px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area .icon-box img.clinic-icon5 {
    width: 30px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a .mo-title-area h3 {
    font-size: 15.5px;
  }
  .main-visual .iframe-wrap .clinic-wrap li a p {
    font-size: 13.5px;
    line-height: 1.5;
  }
  .main-visual .iframe-wrap .clinic-wrap li a p br {
    display: block;
  }
}
/* ---------------main-visual END--------------- */
/* ---------------introduce-section START--------------- */
#introduce-section {
  padding: 12rem 0 0;
}
#introduce-section #doctor-introduce {
  padding: 12rem 0 0;
  margin: 9rem 0 0;
  background-color: #f8f8f8;
}
#introduce-section #doctor-introduce .box-wrap {
  display: flex;
  justify-content: center;
  gap: 10%;
}
#introduce-section #doctor-introduce .box-wrap .text-box {
  padding: 3.5rem 0;
}
#introduce-section #doctor-introduce .box-wrap .text-box .career-list {
  padding: 2.7rem 0 0;
}
#introduce-section #doctor-introduce .box-wrap .text-box .career-list li {
  position: relative;
  padding: 0 0 0 1rem;
}
#introduce-section #doctor-introduce .box-wrap .text-box .career-list li::before {
  content: "·";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  color: inherit;
  font-weight: inherit;
}
#introduce-section #doctor-introduce .box-wrap .text-box .career-list li.txc1 {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.4s 0.2s;
}
#introduce-section #doctor-introduce .box-wrap .text-box.animate .career-list li.txc1 {
  clip-path: inset(0 0 0 0);
}
@media (max-width: 1279px) {
  #introduce-section #doctor-introduce {
    padding: 9rem 0 0;
  }
  #introduce-section #doctor-introduce .box-wrap {
    align-items: flex-end;
  }
  #introduce-section #doctor-introduce .box-wrap .text-box {
    padding: 3.5rem 0 7.5rem;
  }
}
@media (max-width: 1023px) {
  #introduce-section {
    padding: 10rem 0 0;
  }
  #introduce-section #doctor-introduce {
    margin: 8rem 0 0;
    padding: 8rem 0 0;
  }
  #introduce-section #doctor-introduce .box-wrap {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
  #introduce-section #doctor-introduce .box-wrap .text-box .title {
    text-align: center;
  }
  #introduce-section #doctor-introduce .box-wrap .text-box .title .sub-title {
    display: inline-block;
    margin: 2rem 0 0;
  }
  #introduce-section #doctor-introduce .box-wrap .text-box .career-list {
    padding: 4rem 0 0;
  }
  #introduce-section #doctor-introduce .box-wrap .img-box img {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  #introduce-section {
    padding: 65px 0 0;
  }
  #introduce-section #doctor-introduce {
    margin: 6rem 0 0;
    padding: 6rem 0 0;
  }
  #introduce-section #doctor-introduce .box-wrap {
    gap: 10px;
  }
  #introduce-section #doctor-introduce .box-wrap .img-box img {
    max-width: 350px;
  }
}
@media (max-width: 450px) {
  #introduce-section {
    padding: 55px 0 0;
  }
  #introduce-section #doctor-introduce {
    padding: 5rem 0 0;
    margin: 4rem 0 0;
  }
  #introduce-section #doctor-introduce .box-wrap .text-box .title .sub-title {
    font-size: 16px;
  }
  #introduce-section #doctor-introduce .box-wrap .text-box .career-list li {
    font-size: 14.5px;
  }
  #introduce-section #doctor-introduce .box-wrap .text-box .career-list li.txc1 {
    font-size: 15.5px;
  }
  #introduce-section #doctor-introduce .box-wrap .img-box img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }
}
/* ---------------introduce-section END--------------- */
/* ---------------merit-section START--------------- */
.merit-section {
  margin: -15.6rem 0 0;
}
.merit-section .merit-wrap .merit-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.merit-section .merit-wrap .merit-list li {
  position: relative;
}
.merit-section .merit-wrap .merit-list li .text-box {
  width: 69%;
  position: absolute;
  right: 0;
  bottom: -11rem;
  background-color: #fff;
  padding: 6rem 4.2rem 0;
  min-height: 18.6rem;
}
.merit-section .merit-wrap .merit-list li .text-box p {
  padding: 2rem 0 0;
}

@media (max-width: 1499px) {
  .merit-section {
    margin: 0rem 0 0;
  }
  .merit-section .merit-wrap .merit-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 512px));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 16rem;
  }
  .merit-section .merit-wrap .merit-list li:last-child {
    justify-self: center;
    grid-column: 1/-1;
  }
}
@media (max-width: 1279px) {
  .merit-section .merit-wrap .merit-list {
    row-gap: 20rem;
  }
}
@media (max-width: 991px) {
  .merit-section .merit-wrap .merit-list {
    grid-template-columns: repeat(1, minmax(0, 512px));
    row-gap: 65px;
    overflow: hidden;
  }
  .merit-section .merit-wrap .merit-list li {
    transform: translateY(-3rem);
    position: unset;
  }
  .merit-section .merit-wrap .merit-list li.animate {
    transform: translateY(0rem);
  }
  .merit-section .merit-wrap .merit-list li .text-box {
    text-align: center;
    position: unset;
    width: 100%;
    padding: 2.5rem 0 0;
    min-height: unset;
  }
  .merit-section .merit-wrap .merit-list li .text-box p {
    text-wrap: balance;
  }
}
@media (max-width: 767px) {
  .merit-section .merit-wrap .merit-list li .text-box h3 {
    font-size: 20px;
  }
  .merit-section .merit-wrap .merit-list li .text-box p {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .merit-section .merit-wrap .merit-list {
    gap: 50px;
  }
  .merit-section .merit-wrap .merit-list li .text-box p {
    font-size: 14px;
  }
}
/* ---------------merit-section END--------------- */
/* ---------------checkup-section START--------------- */
#checkup-section {
  padding: 20rem 0;
}
#checkup-section .checkup-wrap .checkup-list {
  display: flex;
  margin: 8rem 0 0;
  gap: 1rem;
}
#checkup-section .checkup-wrap .checkup-list > li {
  flex: 1;
}
#checkup-section .checkup-wrap .checkup-list > li .img-box {
  background-color: #f8f8f8;
  position: relative;
  height: 26.6rem;
}
#checkup-section .checkup-wrap .checkup-list > li .img-box img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#checkup-section .checkup-wrap .checkup-list > li h3 {
  padding: 4.3rem 0 2.5rem;
}
#checkup-section .checkup-wrap .checkup-list > li h3 .small-font {
  display: inline-block;
  margin: 0 0 0 0.3rem;
}
@media (max-width: 1400px) {
  #checkup-section .checkup-wrap .checkup-list > li h3 .small-font {
    display: inline;
    margin: 0;
    line-height: 1;
  }
}
#checkup-section .checkup-wrap .checkup-list > li > ul > li {
  padding: 0 0 0 1rem;
  position: relative;
}
#checkup-section .checkup-wrap .checkup-list > li > ul > li::before {
  content: "·";
  left: 0;
  top: 0;
  position: absolute;
}
#checkup-section .checkup-wrap .checkup-list > li .view-detail {
  margin: 4rem 0 0;
  border-radius: 10rem;
  height: 9.8rem;
  width: 99%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid #ddd;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  #checkup-section .checkup-wrap .checkup-list > li .view-detail:hover {
    color: #fff;
    font-weight: 600;
  }
}
#checkup-section .checkup-wrap .checkup-list > li .view-detail .fill-bg {
  background-color: #0a4595;
}

@media (max-width: 1279px) {
  #checkup-section {
    padding: 18rem 0;
  }
  #checkup-section .checkup-wrap .checkup-list {
    flex-direction: column;
    gap: 100px;
    margin: 12rem 0 0;
  }
  #checkup-section .checkup-wrap .checkup-list > li .img-box {
    max-width: 451px;
    margin: 0 auto;
    height: 30rem;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  #checkup-section .checkup-wrap .checkup-list > li .img-box {
    height: 34rem;
  }
}
@media (max-width: 1279px) {
  #checkup-section .checkup-wrap .checkup-list > li h3 {
    text-align: center;
    padding: 3rem 0 2.5rem;
  }
  #checkup-section .checkup-wrap .checkup-list > li > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  #checkup-section .checkup-wrap .checkup-list > li > ul > li {
    text-align: center;
    display: inline-block;
  }
  #checkup-section .checkup-wrap .checkup-list > li > ul br {
    display: none;
  }
  #checkup-section .checkup-wrap .checkup-list > li .view-detail {
    width: 100%;
    max-width: 400px;
    margin: 4rem auto 0;
    height: 8rem;
  }
}
@media (max-width: 991px) {
  #checkup-section {
    padding: 10rem 0;
  }
}
@media (max-width: 650px) {
  #checkup-section {
    padding: 8rem 0;
  }
  #checkup-section .checkup-wrap .checkup-list {
    margin: 10rem 0 0;
    gap: 90px;
  }
  #checkup-section .checkup-wrap .checkup-list > li > ul {
    align-items: flex-start;
    gap: 10px;
  }
  #checkup-section .checkup-wrap .checkup-list > li > ul > li {
    line-height: 1.55;
    text-align: left;
    display: unset;
  }
  #checkup-section .checkup-wrap .checkup-list > li .view-detail {
    width: 70%;
    max-width: 400px;
    margin: 4rem auto 0;
    height: 7rem;
  }
}
@media (max-width: 450px) {
  #checkup-section {
    padding: 55px 0;
  }
  #checkup-section .checkup-wrap .checkup-list {
    margin: 9rem 0 0;
    gap: 70px;
  }
  #checkup-section .checkup-wrap .checkup-list > li .img-box {
    height: 55vw;
  }
  #checkup-section .checkup-wrap .checkup-list > li .img-box.img-box1 img {
    width: 100%;
  }
  #checkup-section .checkup-wrap .checkup-list > li .img-box.img-box2 img {
    width: 80%;
  }
  #checkup-section .checkup-wrap .checkup-list > li .img-box.img-box3 img {
    width: 95%;
  }
  #checkup-section .checkup-wrap .checkup-list > li h3 {
    padding: 2.5rem 0 2.5rem;
  }
}
/* ---------------checkup-section END--------------- */
/* ---------------onestop-section START--------------- */
#onestop-section {
  padding: 11rem 0 8rem;
  background-image: url("../img/onestop_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#onestop-section .checkup-process {
  margin: 5.5rem auto;
  display: flex;
  justify-content: center;
}
#onestop-section .checkup-process .process {
  margin: 0 -24px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  width: 37.8rem;
  height: 37.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#onestop-section .checkup-process .process .dash-circle {
  width: 36.4rem;
  height: 36.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#onestop-section .checkup-process .process .text {
  text-align: center;
}
#onestop-section .checkup-process .process .text p {
  padding: 1rem 0 0;
}
#onestop-section .checkup-process .process .step-arrow {
  position: absolute;
  left: 0.7rem;
}
#onestop-section #equipment {
  width: 91.5%;
  background-color: #fff;
  margin: 0 auto;
  padding: 10rem 0 14rem;
}
#onestop-section #equipment .title-box {
  text-align: center;
  padding: 0 0 8.5rem;
}
#onestop-section #equipment .title-box p {
  margin: 1rem 0 0;
}
#onestop-section #equipment .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
}
#onestop-section #equipment .box-wrap .box {
  display: flex;
  align-items: center;
  gap: 5.1%;
}
#onestop-section #equipment .box-wrap .box .img-box {
  width: 52.2%;
}
#onestop-section #equipment .box-wrap .box .text-wrap {
  width: 47.8%;
}
#onestop-section #equipment .box-wrap .box .text-wrap .title p {
  padding: 1rem 0 0;
}
#onestop-section #equipment .box-wrap .box .text-wrap .list-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0 4rem;
}
#onestop-section #equipment .box-wrap .box .text-wrap .icon-list {
  display: flex;
}
#onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box {
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
#onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box .icon {
  height: 83px;
  display: flex;
  align-items: flex-end;
}
#onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box .icon img.h70 {
  height: 70px;
}
#onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box .icon img.h72 {
  height: 72px;
}
#onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box .icon img.h74 {
  height: 74px;
}
#onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box .icon img.h78 {
  height: 78px;
}
#onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box .icon img.h80 {
  height: 80px;
}
#onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box .icon img.h82 {
  height: 82px;
}
#onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box .icon img.h83 {
  height: 83px;
}
#onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box > span {
  display: inline-block;
  margin: 1.5rem 0 0;
}
#onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box:not(:last-child) {
  border-right: 1px solid #ccc;
}

@media (max-width: 1499px) {
  #onestop-section #equipment .box-wrap {
    gap: 80px;
    align-items: center;
  }
  #onestop-section #equipment .box-wrap .box {
    flex-direction: column;
    gap: 40px;
  }
  #onestop-section #equipment .box-wrap .box .img-box {
    width: 100%;
  }
  #onestop-section #equipment .box-wrap .box .text-wrap {
    width: 100%;
  }
  #onestop-section #equipment .box-wrap .box .text-wrap .list-box ul li.fw900 {
    display: block;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 1279px) {
  #onestop-section #equipment .title-box {
    padding: 0 0 7rem;
  }
}
@media (max-width: 991px) {
  #onestop-section {
    padding: 75px 0 60px;
  }
  #onestop-section .checkup-process {
    margin: 10rem auto 12rem;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
  }
  #onestop-section .checkup-process .process {
    margin: -2.4rem 0;
    width: 33.8rem;
    height: 33.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #onestop-section .checkup-process .process .dash-circle {
    width: 32.4rem;
    height: 32.4rem;
  }
  #onestop-section .checkup-process .process .text p {
    padding: 1rem 0 0;
  }
  #onestop-section .checkup-process .process .step-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: 15px;
  }
  #onestop-section .checkup-process .process .step-arrow > svg {
    width: 40px;
  }
  #onestop-section #equipment {
    padding: 7rem 0 11rem;
  }
  #onestop-section #equipment .title-box {
    padding: 0 0 5rem;
  }
  #onestop-section #equipment .box-wrap {
    gap: 65px;
  }
  #onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box {
    padding: 0;
    flex: 1;
  }
  #onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box .icon img {
    transform: scale(0.75);
    transform-origin: bottom center;
  }
}
@media (max-width: 767px) {
  #onestop-section {
    padding: 65px 0 50px;
  }
  #onestop-section .checkup-process {
    margin: 9rem auto 10.5rem;
  }
  #onestop-section #equipment .title-box p {
    text-wrap: balance;
  }
  #onestop-section #equipment .title-box p br {
    display: none;
  }
  #onestop-section #equipment .box-wrap {
    gap: 55px;
  }
}
@media (max-width: 450px) {
  #onestop-section {
    padding: 55px 0 40px;
  }
  #onestop-section #equipment {
    padding: 5.5rem 0 9rem;
  }
  #onestop-section #equipment .title-box h3 {
    font-size: 25px;
  }
  #onestop-section #equipment .title-box p {
    font-size: 14px;
  }
  #onestop-section #equipment .box-wrap .box .text-wrap .title h4 {
    text-wrap: balance;
  }
  #onestop-section #equipment .box-wrap .box .text-wrap .title h4 br {
    display: none;
  }
  #onestop-section #equipment .box-wrap .box .text-wrap .title p {
    padding: 2rem 0 0;
  }
  #onestop-section #equipment .box-wrap .box .text-wrap .icon-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  #onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box .icon img {
    transform: scale(0.7);
  }
  #onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box > span {
    margin: 2rem 0 0;
  }
  #onestop-section #equipment .box-wrap .box .text-wrap .icon-list .icon-box:nth-child(2) {
    border-right: none;
  }
}
/* ---------------onestop-section END--------------- */
/* ---------------endoscope-section STAT--------------- */
#endoscope-section {
  padding: 11rem 0 0;
}
#endoscope-section .endoscope-wrap {
  position: relative;
  background-image: url("../img/endoscope_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#endoscope-section .endoscope-wrap .button-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  gap: 1rem;
}
#endoscope-section .endoscope-wrap .endoscope {
  display: none;
  padding: 10rem 0 13.5rem;
  background-color: #fff;
  width: 91.5%;
  margin: 0 auto;
}
#endoscope-section .endoscope-wrap .endoscope.active {
  display: block;
}
#endoscope-section .endoscope-wrap .endoscope .center.animate .title-box {
  opacity: 1;
  transform: translateY(0rem);
}
#endoscope-section .endoscope-wrap .endoscope .center.animate .diagram {
  opacity: 1;
  transform: translateY(0rem);
}
#endoscope-section .endoscope-wrap .endoscope .center .title-box {
  text-align: center;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-3rem);
  transition: opacity 1s, transform 1s;
}
#endoscope-section .endoscope-wrap .endoscope .center .diagram {
  opacity: 0;
  transform: translateY(-3rem);
  transition: opacity 1s 0.3s, transform 1s 0.3s;
}
#endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6.5rem auto;
  border-width: 2rem;
  border-style: solid;
  box-sizing: border-box;
  -o-border-image: linear-gradient(to bottom, #0d69af, #1d3b6f);
     border-image: linear-gradient(to bottom, #0d69af, #1d3b6f);
  border-image-slice: 1;
  box-sizing: border-box;
  position: relative;
}
#endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .text-box {
  text-align: center;
  position: absolute;
  padding: 4.3rem 0;
  background-color: #fff;
}
#endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .text-box.left {
  left: 0;
  transform: translateX(-50%);
}
#endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .text-box.right {
  right: 0;
  transform: translateX(50%);
}
#endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .text-box .title {
  background-color: #0054a6;
  border-radius: 5rem;
  width: 32.6rem;
  height: 7.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .text-box .info-list {
  padding: 2.8rem 0 0;
}
#endoscope-section .endoscope-wrap .endoscope .center .diagram .down-arrow {
  text-align: center;
}
#endoscope-section .endoscope-wrap .endoscope .center .disease-diagnosis h3 {
  padding: 5rem 0 4.5rem;
  text-align: center;
}
#endoscope-section .endoscope-wrap .endoscope .center .disease-diagnosis .disease-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
#endoscope-section .endoscope-wrap .endoscope .center .disease-diagnosis .disease-list li {
  flex: 1;
  border-radius: 4rem;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 7.8rem;
}
#endoscope-section .endoscope-wrap .endoscope-equip {
  padding: 8.5rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3%;
}
#endoscope-section .endoscope-wrap .endoscope-equip .text-wrap {
  width: 55%;
  text-align: center;
  padding: 3.5rem 0 10rem;
}
#endoscope-section .endoscope-wrap .endoscope-equip .text-wrap h3 {
  margin: 2rem 0 0;
}
#endoscope-section .endoscope-wrap .endoscope-equip .text-wrap .desc-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.5rem 0 0;
}
#endoscope-section .endoscope-wrap .endoscope-equip .text-wrap .desc-list li {
  text-wrap: balance;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 7.5rem;
}
#endoscope-section .endoscope-wrap .endoscope-equip .img-box {
  width: 45%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1500px) {
  #endoscope-section {
    padding: 10rem 0 0;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .title-box {
    padding: 0 0 20rem;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container {
    width: 100%;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .text-box.left {
    left: 50%;
    transform: translate(-50%, -99%);
    top: 0;
    padding: 0px 50px 50px;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .text-box.right {
    right: unset;
    left: 50%;
    transform: translate(-50%, 99%);
    bottom: 0;
    padding: 60px 50px 0px;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .diagram .down-arrow {
    position: relative;
    top: 17.5rem;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .diagram .down-arrow svg {
    width: 20rem;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .disease-diagnosis {
    padding: 15rem 0 0;
  }
}
@media (max-width: 1279px) {
  #endoscope-section .endoscope-wrap .endoscope-equip {
    flex-direction: column;
  }
  #endoscope-section .endoscope-wrap .endoscope-equip .text-wrap {
    width: 100%;
  }
  #endoscope-section .endoscope-wrap .endoscope-equip .text-wrap h3 {
    margin: 3rem 0 0;
  }
  #endoscope-section .endoscope-wrap .endoscope-equip .text-wrap p {
    margin: 3rem 0 0;
  }
  #endoscope-section .endoscope-wrap .endoscope-equip .text-wrap .desc-list {
    padding: 4rem 0 0;
    max-width: 70%;
    margin: 0 auto;
  }
  #endoscope-section .endoscope-wrap .endoscope-equip .img-box {
    justify-content: center;
    width: 100%;
  }
  #endoscope-section .endoscope-wrap .endoscope-equip .img-box img {
    max-width: 500px;
  }
}
@media (max-width: 1023px) {
  #endoscope-section {
    padding: 85px 0 0;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .title-box p {
    text-wrap: balance;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .title-box p br {
    display: none;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .disease-diagnosis .disease-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #endoscope-section .endoscope-wrap .endoscope-equip {
    padding: 5rem 0 0;
  }
  #endoscope-section .endoscope-wrap .endoscope-equip .text-wrap .desc-list {
    max-width: 100%;
  }
  #endoscope-section .endoscope-wrap .endoscope-equip .img-box img {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  #endoscope-section {
    padding: 65px 0 0;
  }
  #endoscope-section .endoscope-wrap .endoscope {
    padding: 9rem 0 9rem;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .text-box.left {
    padding: 0px 0px 40px;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .text-box.right {
    padding: 50px 0px 0px;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .text-box .title {
    width: 26rem;
    height: 7rem;
    margin: 0 auto;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .text-box .info-list li {
    border-radius: 3.5rem;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .organ-box {
    display: flex;
    justify-content: center;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .organ-box img.stomach-img {
    width: 80%;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .organ-box img.colon-img {
    width: 70%;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .diagram .down-arrow svg {
    width: 15rem;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .disease-diagnosis .disease-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #endoscope-section .endoscope-wrap .endoscope .center .disease-diagnosis .disease-list li {
    height: 7rem;
  }
  #endoscope-section .endoscope-wrap .endoscope-equip {
    padding: 3rem 0 0;
  }
  #endoscope-section .endoscope-wrap .endoscope-equip .text-wrap {
    padding: 5rem 0 7.5rem;
  }
  #endoscope-section .endoscope-wrap .endoscope-equip .text-wrap .desc-list li {
    display: unset;
    height: unset;
    padding: 2rem 1rem;
  }
  #endoscope-section .endoscope-wrap .endoscope-equip .img-box img {
    width: 80%;
  }
}
@media (max-width: 450px) {
  #endoscope-section {
    padding: 55px 0 0;
  }
  #endoscope-section .endoscope-wrap .endoscope {
    padding: 7.5rem 0 6.5rem;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .title-box {
    padding: 0 0 18rem;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .diagram .img-container .text-box .title {
    height: 6.5rem;
  }
  #endoscope-section .endoscope-wrap .endoscope .center .disease-diagnosis .disease-list li {
    height: 5.5rem;
  }
}
/* ---------------endoscope-section END--------------- */
/* ---------------chronic-section START--------------- */
#chronic-section {
  padding: 10rem 0 0;
}
#chronic-section .chronic-wrap {
  background-color: #fff;
  max-width: 1754px;
  margin: 0 auto;
  width: 92%;
  position: relative;
}
#chronic-section .chronic-wrap .button-wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 6rem 0;
}
#chronic-section .chronic-wrap .tab-content {
  display: none;
}
#chronic-section .chronic-wrap .tab-content.active {
  display: block;
}
#chronic-section .chronic-wrap .tab-content .title-box {
  text-align: center;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1s, transform 1s;
}
#chronic-section .chronic-wrap .tab-content .title-box p {
  padding: 0.5rem 0 0;
}
#chronic-section .chronic-wrap .tab-content .title-box.animate {
  opacity: 1;
  transform: translateY(0rem);
}
#chronic-section .chronic-wrap .tab-content .content-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 5rem 0 10rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 6rem;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1s 0.2s, transform 1s 0.2s;
}
#chronic-section .chronic-wrap .tab-content .content-box .content .text-box h4 {
  padding: 3rem 0 1.7rem;
}
#chronic-section .chronic-wrap .tab-content .content-box.animate {
  opacity: 1;
  transform: translateY(0rem);
}
#chronic-section .chronic-wrap .tab-content .benefit-box {
  padding: 0 0 17.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1s 0.4s, transform 1s 0.4s;
}
#chronic-section .chronic-wrap .tab-content .benefit-box .text-box h3 {
  line-height: 1.3;
}
#chronic-section .chronic-wrap .tab-content .benefit-box .text-box p {
  padding: 1.5rem 0 0;
}
#chronic-section .chronic-wrap .tab-content .benefit-box .circle-wrap {
  display: flex;
  gap: 1.3rem;
}
#chronic-section .chronic-wrap .tab-content .benefit-box .circle-wrap .circle {
  width: 24rem;
  height: 24rem;
  background-color: #00337e;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
}
#chronic-section .chronic-wrap .tab-content .benefit-box .circle-wrap .circle .icon img {
  height: 40px;
}
#chronic-section .chronic-wrap .tab-content .benefit-box .circle-wrap .circle span {
  display: inline-block;
  margin: 2rem 0 0;
}
#chronic-section .chronic-wrap .tab-content .benefit-box.animate {
  opacity: 1;
  transform: translateY(0rem);
}

@media (max-width: 1279px) {
  #chronic-section {
    padding: 10rem 0 0;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .text-box h3 {
    text-wrap: balance;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .text-box h3 br {
    display: none;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .text-box p {
    text-wrap: balance;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .text-box p br {
    display: none;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .circle-wrap .circle {
    width: 22rem;
    height: 22rem;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .benefit-box {
    padding: 0 0 12.5rem;
  }
}
@media (max-width: 1023px) {
  #chronic-section {
    padding: 85px 0 0;
  }
  #chronic-section .chronic-wrap .tab-content .content-box {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 5rem 0;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 5rem;
    padding: 0 0 85px;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .text-box h3 {
    line-height: 1.4;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .text-box h3 br {
    display: block;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .text-box p br {
    display: block;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .circle-wrap {
    width: 100%;
    justify-content: center;
    gap: 3rem;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .circle-wrap .circle .icon img {
    height: 32px;
  }
}
@media (max-width: 767px) {
  #chronic-section {
    padding: 75px 0 0;
  }
  #chronic-section .chronic-wrap {
    width: 94%;
  }
  #chronic-section .chronic-wrap .center {
    width: 100%;
  }
  #chronic-section .chronic-wrap .button-wrap {
    padding: 5rem 0 5rem;
  }
  #chronic-section .chronic-wrap .button-wrap button {
    height: 7rem;
  }
  #chronic-section .chronic-wrap .tab-content .title-box p {
    text-wrap: balance;
  }
  #chronic-section .chronic-wrap .tab-content .title-box p br {
    display: none;
  }
  #chronic-section .chronic-wrap .tab-content .content-box {
    grid-template-columns: 1fr;
    row-gap: 5rem;
    padding: 5rem 5px;
  }
  #chronic-section .chronic-wrap .tab-content .content-box .content .img-box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #chronic-section .chronic-wrap .tab-content .content-box .content .text-box {
    text-align: center;
  }
  #chronic-section .chronic-wrap .tab-content .content-box .content .text-box h4 {
    padding: 2rem 0 1.7rem;
    font-size: 20px;
  }
  #chronic-section .chronic-wrap .tab-content .content-box .content .text-box p {
    text-wrap: balance;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box {
    padding: 0 20px 75px;
    gap: 4rem;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .text-box p {
    text-wrap: balance;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .text-box p br {
    display: none;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .circle-wrap {
    gap: 1.5rem;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .circle-wrap .circle {
    width: 27vw;
    height: 27vw;
  }
}
@media (max-width: 600px) {
  #chronic-section {
    padding: 65px 0 0;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box {
    padding: 0 20px 65px;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .circle-wrap .circle {
    flex-shrink: 0;
  }
}
@media (max-width: 450px) {
  #chronic-section {
    padding: 55px 0;
  }
  #chronic-section .chronic-wrap .button-wrap {
    gap: 5px;
  }
  #chronic-section .chronic-wrap .button-wrap .tab-button {
    width: 45%;
    height: 5.5rem;
  }
  #chronic-section .chronic-wrap .tab-content .content-box .content .text-box p {
    font-size: 14px;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box {
    padding: 0 20px 55px;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .text-box h3 {
    text-wrap: balance;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .text-box h3 br {
    display: none;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .text-box p {
    text-wrap: balance;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .text-box p br {
    display: none;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .circle-wrap {
    gap: 6px;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .circle-wrap .circle .icon img {
    height: 26px;
  }
  #chronic-section .chronic-wrap .tab-content .benefit-box .circle-wrap .circle span {
    margin: 1.5rem 0 0;
    font-size: 13px;
  }
}
/* ---------------chronic-section END--------------- */
/* ---------------proud-section START--------------- */
.proud-section {
  padding: 55rem 0 12.5rem;
  margin: -44.5rem 0 0;
  background-image: url("../img/proud_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.proud-section .proud-wrap {
  overflow: hidden;
}
.proud-section .proud-wrap .section-heading {
  opacity: 0;
  filter: blur(7px);
  transition: all 1s 0.3s;
}
.proud-section .proud-wrap .section-heading.animate {
  filter: blur(0px);
  opacity: 1;
}
.proud-section .proud-wrap .section-heading .slogan {
  margin: 2.7rem 0 0;
}
.proud-section .proud-wrap .section-heading .section-desc {
  margin: 2rem 0 0;
}

@media (max-width: 450px) {
  .proud-section {
    padding: 45rem 0 85px;
  }
  .proud-section .proud-wrap .section-heading .section-desc {
    font-size: 14.5px;
  }
}
/* ---------------proud-section END--------------- */
/* ---------------wellbeing-section START--------------- */
#wellbeing-section .wellbeing-wrap .merit-list {
  display: flex;
  justify-content: center;
  gap: 17rem;
}
#wellbeing-section .wellbeing-wrap .merit-list li {
  text-align: center;
  position: relative;
}
#wellbeing-section .wellbeing-wrap .merit-list li:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 110%;
  top: 50%;
  right: -8.5rem;
  transform: translateY(-50%);
  background-color: #e9e9e9;
}
#wellbeing-section .wellbeing-wrap .merit-list li .icon {
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#wellbeing-section .wellbeing-wrap .merit-list li .icon img.wellbeing-icon1 {
  width: 34px;
}
#wellbeing-section .wellbeing-wrap .merit-list li .icon img.wellbeing-icon2 {
  width: 43px;
}
#wellbeing-section .wellbeing-wrap .merit-list li .icon img.wellbeing-icon3 {
  width: 40px;
}
#wellbeing-section .wellbeing-wrap .merit-list li h3 {
  padding: 3.5rem 0 1.5rem;
}
#wellbeing-section .wellbeing-wrap .merit-list li:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
}
#wellbeing-section .wellbeing-wrap .box-wrap {
  display: flex;
  gap: 1.7%;
}
#wellbeing-section .wellbeing-wrap .box-wrap .box {
  width: 50%;
}
#wellbeing-section .wellbeing-wrap .box-wrap .box .img-box img {
  filter: grayscale(0.5) sepia(0.15) brightness(0.8);
  transition: filter 1s 0.3s;
}
#wellbeing-section .wellbeing-wrap .box-wrap .box .img-box.animate img {
  filter: grayscale(0) sepia(0) brightness(1);
}
#wellbeing-section .wellbeing-wrap .box-wrap .box .text-box h4 {
  padding: 6rem 0 2rem;
}
#wellbeing-section .wellbeing-wrap .box-wrap .box .text-box .clinic-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding: 3.5rem 0 0;
}
#wellbeing-section .wellbeing-wrap .box-wrap .box .text-box .clinic-list li {
  border-radius: 1.5rem;
  background-color: #f8f8f8;
  text-align: center;
  padding: 1.3rem 0;
}

@media (max-width: 1279px) {
  #wellbeing-section .wellbeing-wrap .merit-list {
    gap: 12rem;
  }
  #wellbeing-section .wellbeing-wrap .merit-list li:not(:last-child)::before {
    right: -6rem;
  }
}
@media (max-width: 991px) {
  #wellbeing-section .wellbeing-wrap .merit-list {
    flex-direction: column;
    gap: 10rem;
  }
  #wellbeing-section .wellbeing-wrap .merit-list li:not(:last-child)::before {
    right: unset;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5rem;
    width: 70%;
    height: 1px;
  }
  #wellbeing-section .wellbeing-wrap .box-wrap {
    flex-direction: column;
    gap: 100px;
  }
  #wellbeing-section .wellbeing-wrap .box-wrap .box {
    width: 100%;
  }
  #wellbeing-section .wellbeing-wrap .box-wrap .box .img-box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #wellbeing-section .wellbeing-wrap .box-wrap .box .text-box h4 {
    padding: 2.5rem 0 2.5rem;
    text-align: center;
  }
  #wellbeing-section .wellbeing-wrap .box-wrap .box .text-box .desc {
    text-align: center;
    text-wrap: balance;
  }
  #wellbeing-section .wellbeing-wrap .box-wrap .box .text-box .desc br {
    display: none;
  }
}
@media (max-width: 767px) {
  #wellbeing-section .wellbeing-wrap .merit-list {
    gap: 8rem;
  }
  #wellbeing-section .wellbeing-wrap .merit-list li .icon {
    height: 37px;
  }
  #wellbeing-section .wellbeing-wrap .merit-list li .icon img.wellbeing-icon1 {
    width: 30px;
  }
  #wellbeing-section .wellbeing-wrap .merit-list li .icon img.wellbeing-icon2 {
    width: 36px;
  }
  #wellbeing-section .wellbeing-wrap .merit-list li .icon img.wellbeing-icon3 {
    width: 36px;
  }
  #wellbeing-section .wellbeing-wrap .merit-list li:not(:last-child)::before {
    bottom: -4rem;
  }
  #wellbeing-section .wellbeing-wrap .box-wrap {
    gap: 70px;
  }
  #wellbeing-section .wellbeing-wrap .box-wrap .box .text-box h4 {
    font-size: 20px;
  }
  #wellbeing-section .wellbeing-wrap .box-wrap .box .text-box .clinic-list li {
    padding: 1rem 0;
  }
}
@media (max-width: 450px) {
  #wellbeing-section .wellbeing-wrap .merit-list {
    gap: 6rem;
  }
  #wellbeing-section .wellbeing-wrap .merit-list li .icon img.wellbeing-icon1 {
    width: 31px;
  }
  #wellbeing-section .wellbeing-wrap .merit-list li .icon img.wellbeing-icon2 {
    width: 33px;
  }
  #wellbeing-section .wellbeing-wrap .merit-list li .icon img.wellbeing-icon3 {
    width: 36px;
  }
  #wellbeing-section .wellbeing-wrap .merit-list li h3 {
    padding: 3rem 0 1.5rem;
  }
  #wellbeing-section .wellbeing-wrap .merit-list li p {
    font-size: 14px;
  }
  #wellbeing-section .wellbeing-wrap .merit-list li:not(:last-child)::before {
    bottom: -3rem;
  }
  #wellbeing-section .wellbeing-wrap .box-wrap {
    gap: 60px;
  }
  #wellbeing-section .wellbeing-wrap .box-wrap .box .text-box h4 {
    padding: 3rem 0 2.5rem;
  }
  #wellbeing-section .wellbeing-wrap .box-wrap .box .text-box .desc {
    font-size: 14px;
  }
  #wellbeing-section .wellbeing-wrap .box-wrap .box .text-box .clinic-list {
    gap: 6px;
    grid-template-columns: repeat(3, 1fr);
  }
  #wellbeing-section .wellbeing-wrap .box-wrap .box .text-box .clinic-list li {
    font-size: 13px;
  }
}
/* ---------------wellbeing-section END--------------- */
/* ---------------interior-section START--------------- */
.interior-section .interior-swiper {
  position: relative;
}
.interior-section .interior-swiper .swiper-wrapper .swiper-slide {
  transition: clip-path 0.7s ease;
  position: relative;
}
.interior-section .interior-swiper .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.interior-section .interior-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  clip-path: inset(0 0 0 0);
  z-index: 3;
}
.interior-section .interior-swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  clip-path: inset(0 100% 0 0);
  z-index: 1;
}
.interior-section .interior-swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  clip-path: inset(0 0 0 100%);
  z-index: 2;
}
.interior-section .interior-swiper .swiper-wrapper .swiper-slide.is-forward.swiper-slide-prev {
  clip-path: inset(0 100% 0 0);
  z-index: 1;
}
.interior-section .interior-swiper .swiper-wrapper .swiper-slide.is-forward.swiper-slide-next {
  clip-path: inset(0 0 0 100%);
  z-index: 2;
}
.interior-section .interior-swiper .swiper-wrapper .swiper-slide.is-backward.swiper-slide-prev {
  clip-path: inset(0 0 0 100%);
  z-index: 1;
}
.interior-section .interior-swiper .swiper-wrapper .swiper-slide.is-backward.swiper-slide-next {
  clip-path: inset(0 100% 0 0);
  z-index: 2;
}
.interior-section .interior-swiper svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.interior-section .interior-swiper svg.interior-swiper-prev {
  left: -87px;
}
.interior-section .interior-swiper svg.interior-swiper-next {
  right: -87px;
}
.interior-section .thumb-btn {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.2rem;
  margin: 1.2rem 0 0;
}
.interior-section .thumb-btn li {
  position: relative;
}
.interior-section .thumb-btn li button {
  opacity: 0.75;
  filter: grayscale(0.25);
  transition: opacity 0.3s, filter 0.3s, transform 0.3s;
}
.interior-section .thumb-btn li button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .interior-section .thumb-btn li button:hover {
    opacity: 1;
    filter: grayscale(0);
  }
}
.interior-section .thumb-btn li.active button {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.05);
}

@media (max-width: 1600px) {
  .interior-section .interior-swiper svg {
    width: 32px;
  }
  .interior-section .interior-swiper svg.interior-swiper-prev {
    left: -45px;
  }
  .interior-section .interior-swiper svg.interior-swiper-next {
    right: -45px;
  }
}
@media (max-width: 991px) {
  .interior-section .interior-swiper svg {
    display: none;
  }
  .interior-section .thumb-btn {
    margin: 5px 0 0;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 6px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 450px) {
  .interior-section .thumb-btn {
    margin: 4px 0 0;
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 4px;
  }
}
/* ---------------interior-section END--------------- */
/* ---------------location-section START--------------- */
#location-section .location-wrap {
  display: flex;
  align-items: center;
  gap: 3%;
}
#location-section .location-wrap .rough-map {
  border-radius: 50%;
  overflow: hidden;
}
#location-section .location-wrap .rough-map img {
  transform: scale(1.5);
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}
#location-section .location-wrap .rough-map.animate img {
  transform: scale(1);
  opacity: 1;
}
#location-section .location-wrap .information .info {
  position: relative;
  display: flex;
  padding: 4.2rem 0;
  gap: 9rem;
  transition-delay: 0.5s;
}
#location-section .location-wrap .information .info .title {
  text-align: center;
  width: 120px;
}
#location-section .location-wrap .information .info .title .en-title {
  white-space: nowrap;
  line-height: 1;
  color: #444;
  letter-spacing: -0.03em;
  display: inline-block;
  margin: 0 0 1rem 0;
}
#location-section .location-wrap .information .info .detail-info .address-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#location-section .location-wrap .information .info .detail-info .address-list > li {
  position: relative;
  padding: 0 0 0 0.8rem;
}
#location-section .location-wrap .information .info .detail-info .address-list > li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
#location-section .location-wrap .information .info .detail-info .time-table > li {
  display: flex;
  line-height: 1.8;
}
#location-section .location-wrap .information .info .detail-info .time-table > li .day {
  display: inline-block;
  width: 19.5rem;
}
#location-section .location-wrap .information .info .detail-info .time-table > li .hour {
  display: inline-block;
}
#location-section .location-wrap .information .info .detail-info .notice {
  padding: 5px 0 0;
}
#location-section .location-wrap .information .info .detail-info .notice > li {
  color: #999;
}
#location-section .location-wrap .information .info .detail-info .sns-list {
  display: flex;
  gap: 9.5rem;
}
#location-section .location-wrap .information .info .detail-info .sns-list > li .contact-tel {
  line-height: 1;
}
#location-section .location-wrap .information .info .detail-info .btn-naver-blog {
  width: 40.9rem;
  height: 7rem;
  box-sizing: border-box;
  border: 4px solid #30bb37;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 10rem;
  position: relative;
  letter-spacing: -0.03em;
  color: #30bb37;
  margin: 3rem 0 0;
}
#location-section .location-wrap .information .info .detail-info .btn-naver-blog .fill-bg {
  background-color: #30bb37;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  #location-section .location-wrap .information .info .detail-info .btn-naver-blog:hover {
    color: #fff;
  }
  #location-section .location-wrap .information .info .detail-info .btn-naver-blog:hover::before {
    background-color: #fff;
  }
  #location-section .location-wrap .information .info .detail-info .btn-naver-blog:hover::after {
    background-color: #fff;
  }
}
#location-section .location-wrap .information .info .detail-info .btn-naver-blog::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #30bb37;
  height: 3px;
  width: 3rem;
  top: 50%;
  transform: translateY(-50%);
  left: 6.5%;
  transition: background-color 0.7s;
}
#location-section .location-wrap .information .info .detail-info .btn-naver-blog::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #30bb37;
  height: 3px;
  width: 3rem;
  top: 50%;
  transform: translateY(-50%);
  right: 6.5%;
  transition: background-color 0.7s;
}
#location-section .location-wrap .information .info:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 110%;
  background-color: #eee;
  bottom: 0;
  left: 0;
}

@media (max-width: 1279px) {
  #location-section .location-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
  #location-section .location-wrap .rough-map img {
    max-width: 600px;
  }
  #location-section .location-wrap .information .info {
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 767px) {
  #location-section .location-wrap {
    gap: 30px;
  }
  #location-section .location-wrap .rough-map img {
    max-width: 100%;
  }
  #location-section .location-wrap .information .info {
    padding: 3rem 0;
    gap: 3rem;
    flex-direction: column;
  }
  #location-section .location-wrap .information .info .title {
    text-align: left;
    width: auto;
  }
  #location-section .location-wrap .information .info .title h3 {
    font-size: 20px;
  }
  #location-section .location-wrap .information .info .detail-info .time-table > li {
    line-height: 2;
  }
  #location-section .location-wrap .information .info .detail-info .time-table > li .day {
    width: 18rem;
  }
  #location-section .location-wrap .information .info .detail-info .notice {
    padding: 10px 0 0;
  }
  #location-section .location-wrap .information .info .detail-info .sns-list {
    gap: 11rem;
  }
  #location-section .location-wrap .information .info .detail-info .btn-naver-blog {
    border-width: 3px;
    height: 6rem;
    margin: 4rem 0 0;
    width: 32rem;
  }
  #location-section .location-wrap .information .info .detail-info .btn-naver-blog::before {
    height: 2px;
    width: 2.5rem;
    left: 7%;
  }
  #location-section .location-wrap .information .info .detail-info .btn-naver-blog::after {
    height: 2px;
    width: 2.5rem;
    right: 7%;
  }
}
@media (max-width: 450px) {
  #location-section .location-wrap .information .info .detail-info .address-list > li {
    font-size: 14.5px;
  }
  #location-section .location-wrap .information .info .detail-info .time-table > li {
    font-size: 14.5px;
  }
  #location-section .location-wrap .information .info .detail-info .notice > li {
    font-size: 13.5px;
  }
  #location-section .location-wrap .information .info .detail-info .sns-list > li {
    font-size: 14.5px;
  }
}
/* ---------------location-section END--------------- */
/* ---------------kakao-map START--------------- */
#map {
  height: 50rem;
}
#map iframe {
  width: 100%;
  height: 100%;
}
#map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1279px) {
  #map {
    height: 45rem;
  }
}
@media (max-width: 991px) {
  #map {
    height: 40rem;
  }
}
@media (max-width: 450px) {
  #map {
    height: 80vw;
  }
}
/* ---------------kakao-map END--------------- *//*# sourceMappingURL=main.css.map */