/* common */
.main-tit-small-txt {
  font-size: 20px;
  color: var(--color-logo-navy);
  display: flex;
  justify-content: center;
  font-family: "Pretendard Variable";
  letter-spacing: 2px;
}
.main-tit-small-txt i {
  font-weight: 700;
}
.main_tit {
  font-family: "NanumBarunGothic";
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.main_tit.left {
  align-items: flex-start;
}
.main_tit img {
  width: 86.119px;
  height: 50px;
  aspect-ratio: 86.12/50;
}
.main_tit b {
  color: rgb(58, 58, 58, 0.1);
}
.main_tit b .copy {
  color: #1a1a1a;
}
.main_tit b i {
  color: rgb(26, 26, 26, 0.1);
  font-weight: 600;
}
.main_tit b .copy i {
  color: #1a1a1a;
  font-weight: 600;
}

/* 화이트 모드 */
.main_tit.white::before {
  color: #d9e7ed;
}

.main_tit.white {
  color: #fff;
}

.main_tit.white b {
  color: rgb(50, 50, 50, 0.1);
}

.main_tit.white b .copy {
  color: #fff;
}

.main_tit.white b i {
  color: rgb(0, 65, 157, 0.1);
}

.main_tit.white b .copy i {
  color: #00419d;
}
/* sec1 */
.sec1 {
  position: relative;
  background: var(--color-bg-grey);
  overflow: hidden;
}

/* 오른쪽 꽉 차는 배경 */
.sec1-bg {
  position: absolute;
  top: 0;
  left: calc((100% - 1000px) / 2);
  width: calc(100% - ((100% - 1280px) / 2));
  height: 100%;
  background:
    url(../img/section1-bg-logo.png) no-repeat right top,
    #fff;
  border-radius: 150px 0 0 150px;
  z-index: 0;
}
/* WE DO 텍스트 */
.sec1-bg::after {
  content: "WE DO";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-bg-grey, #f2f2f2);
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 200px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -2px;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
/* 실제 컨텐츠 */
.sec1-inner {
  position: relative;
  z-index: 1;
}
.sec1-inner .content {
  display: flex;
  align-items: center;
  gap: 85px;
}
.sec1-inner .content .right h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-black-01);
  line-height: 1.5;
}
.sec1-inner .content .right h3 b {
  font-weight: 800;
}
.sec1-inner .content .right h3 i {
  color: var(--color-logo-red);
}
.sec1-inner .content .right p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-black-02);
  font-weight: 500;
}
.sec1-inner .content .right h4 {
  font-size: 22px;
  font-weight: 700;
}
.sec1-inner .content .right h4 i {
  font-family: "YeongyanggunEumsikdimibang";
  font-size: 32px;
}
/* sec2 */
.sec2 {
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}
.sec2-bg {
  position: absolute;
  top: 0;
  right: calc((100% - 1700px) / 2);
  width: calc(100% - ((100% - 1700px) / 2));
  height: 100%;
  background:
    url(../img/section2-bg-style.png) no-repeat right top,
    #f2f2f2;
  border-radius: 0px 150px 150px 0px;
  z-index: -1;
}
.sec2-fl-end {
  display: flex;
  gap: 100px;
  height: 170px;
}
.sec2-fl-end .left-empty {
  width: 492px;
}
.tabnav {
  display: flex;
  gap: 5px;
}
.tabnav a {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  gap: 5px;
}
.tabnav span {
  font-size: 14px;
  color: #ababab;
  font-weight: 700;
}
.tabnav a.active span {
  color: var(--color-logo-navy);
}
.tabnav a img {
  max-height: 140px;
}
.tabnav a img.active,
.tabnav a.active img.none {
  display: none;
}

.tabnav a img.none,
.tabnav a.active img.active {
  display: block;
}

.sec2-content {
  display: none;
  gap: 100px;
  align-items: center;
}

.sec2-content.active {
  display: flex;
}
.sec2-content .right {
  display: flex;
  flex-direction: column;
}
.sec2-content h3 {
  font-size: 25px;
  color: var(--color-logo-black);
  display: flex;
  gap: 20px;
  align-items: flex-end;
  font-weight: 500;
}
.sec2-content h3 b {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
}
.sec2-content h3 i {
  font-size: 25px;
  font-weight: 500;
  color: var(--color-logo-navy);
}
.doc-line {
  width: 2px;
  height: 20px;
  background: var(--color-black-01);
}
.doc-role {
  display: flex;
  align-items: center;
  gap: 10px;
}
.doc-txt ul {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-grey-content);
}
.doc-txt .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-black-02);
}

/* sec3 */
.sec3 {
  position: relative;
  background: var(--color-bg-grey);

  padding-top: 0;
}
.sec3-con1 {
  position: relative;
  overflow: hidden;
}
/* .sec3-bg.left {
  position: absolute;
  top: 0;
  left: calc((100% - 1700px) / 2);
  width: calc(100% - ((100% - 1700px) / 2));
  height: 100%;
  background:
    url(../img/section3-bg.png) no-repeat top center / 100% 400px,
    #fff;
  border-radius: 150px 0 0 150px;
  z-index: 0;
} */
.sec3-bg.left {
  position: absolute;
  top: 0;
  left: calc((100% - 1700px) / 2);
  width: calc(100% - ((100% - 1700px) / 2));
  height: 100%;
  background:
    url(../img/section3-bg.png) no-repeat top center / 100% 400px,
    #fff;
  border-radius: 0px 0 0 150px;
  z-index: 0;
}

.sec4-bg {
  position: absolute;
  top: 0;
  left: calc((100% - 1700px) / 2);
  width: calc(100% - ((100% - 1700px) / 2));
  height: 100%;
  background: #fff;
  border-radius: 150px 0 0 150px;
  z-index: 0;
}
/* 상단 영역 */
.sec3-top {
  position: relative;
  z-index: 2;
  min-height: 430px;
}

/* 탭 */
.tab {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  border-radius: 40px;
  background: var(--color-logo-red, #910023);
  /* overflow-x: auto; */
  z-index: 3;
}

.tab-list {
  display: flex;
  width: max-content;
  border-radius: 40px;
}

.tab-list li {
  position: relative;
  flex-shrink: 0;
  flex: 1;
}

.tab-list li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
}

.tab-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  white-space: nowrap;
  transition: all 0.3s;
}

.tab-list a.active,
.tab-list a:hover {
  color: #fff;
}

/* 하단 설명 영역 */
.sec3-bottom {
  position: relative;
  z-index: 2;
}

.s3-main-txt {
  font-size: 25px;
  color: var(--color-black-01);
  text-align: center;
  font-weight: 700;
}

.s3-main-txt h3 {
  line-height: 1.6;
}
.s3-main-txt h3 b {
  font-weight: 800;
}
.s3-main-txt h3 i {
  font-style: normal;
  color: var(--color-logo-red);
  font-weight: 800;
}

.s3-main-img {
  border-radius: 50px 50px 50px 0;
  background: url(../img/section3-main-img.png) no-repeat center/cover;
  padding: 132px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #fff;
  text-align: center;
}
.s3-main-img.img-02 {
  background: url(../img/section4-main-img.png) no-repeat center/cover;
}
.s3-main-img.img-03 {
  background: url(../img/section5-main-img.png) no-repeat center/cover;
}
.s3-main-img.img-04 {
  background: url(../img/section6-main-img.png) no-repeat center/cover;
}
.s3-main-img.img-05 {
  background: url(../img/section7-main-img.png) no-repeat center/cover;
}
.s3-main-img h3 {
  font-size: 35px;
  font-weight: 700;
}
.s3-main-img p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}
.s3-main-img p b {
  font-weight: 600;
}
.fist-img-sec {
  display: flex;
  gap: 25px;
}
.fist-img-sec p {
  font-size: 20px;
}
.fist-img-sec.second p {
  font-size: 28px;
}
.fist-img-sec.two-col {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 25px;
  justify-content: center;
}

.fist-img-sec > div {
  position: relative;
  border-radius: 20px;
}
.fist-img-sec > div img {
  border-radius: 20px;
}
.fist-img-sec .txt-bg {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 0;
  background: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  font-weight: 600;
}
.fist-img-sec .txt-bg span {
  border-radius: 0 15px 0 0;
  background: var(--color-logo-red, #910023);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 12px 11px;
  margin-right: 10px;
}
.sec3-con2 {
  position: relative;
  background: #fff;
  overflow: hidden;
}
/* flowing text */
.sec3-con2::after {
  content: "CHOI’S INTERNAL MEDICINE & NEUROLOGY CLINIC   CHOI’S INTERNAL MEDICINE & NEUROLOGY CLINIC   CHOI’S INTERNAL MEDICINE & NEUROLOGY CLINIC   CHOI’S INTERNAL MEDICINE & NEUROLOGY CLINIC";

  position: absolute;
  top: -5%;
  left: 0;
  line-height: 1;
  white-space: nowrap;

  color: rgba(255, 255, 255, 0.35);
  font-family: "Pretendard Variable";
  font-size: 300px;
  font-weight: 900;
  letter-spacing: -3px;
  text-transform: uppercase;

  animation: flowText 130s linear infinite;
}

@keyframes flowText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.sec3-bg.reverse {
  position: absolute;
  top: 0;
  right: calc((100% - 1700px) / 2);
  width: calc(100% - ((100% - 1700px) / 2));
  height: 100%;
  background: #f2f2f2;
  border-radius: 0px 150px 150px 0px;
  z-index: 0;
}
.sec3-bg.reverse.s32 {
  border-radius: 0px 150px 0px 0px;
}
.txt-bg01 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  width: 100%;
  padding: 20px 10px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.txt-bg01.ex {
  padding: 25px 10px;
}
.fist-img-sec .txt-bg01 .p-small {
  font-size: 20px;
}
.txt-bg01 b {
  font-weight: 700;
}
.sec8-bg {
  position: absolute;
  top: 0;
  left: calc((100% - 1700px) / 2);
  width: calc(100% - ((100% - 1700px) / 2));
  height: 100%;
  background:
    url(../img/section8-bg.png) no-repeat top center / 100% 400px,
    #fff;
  border-radius: 150px 0 0 0px;
  z-index: 0;
}

.clinic_top_mid {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 65px;

  display: flex;
  align-items: center;
  gap: 10px;

  width: fit-content;
  padding: 8px 35px;

  border-radius: 200px;
  background: rgba(255, 255, 255, 0.6);

  color: var(--color-black-01);
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;

  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.06);

  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}

/* animated border */
.clinic_top_mid::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;

  border-radius: 200px;
  padding: 1px; /* 두께 증가 */

  background: linear-gradient(
    90deg,
    #0e357f 0%,
    #4b6fb3 20%,
    #dcdcdc 50%,
    #4b6fb3 80%,
    #0e357f 100%
  );

  background-size: 400% 100%;
  animation: clinicBorder 30s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* animation */
@keyframes clinicBorder {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 400% 50%;
  }
}
.clinic_top_mid:hover {
  background: var(--color-logo-navy);
  color: #fff;
}
.clinic_top_mid:hover svg path {
  fill: currentColor;
}

/* blog slider */
.blog-slider.swiper {
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: auto;
  background: #fff;
  box-shadow: 0 4px 40px 10px rgba(0, 0, 0, 0.04);
  padding: 100px 60px;
  border-radius: 50px;
  height: auto;
  transition: all 0.3s;
  overflow: visible;
}
.blog-slider__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-slider-bottome-wrap {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider-col-wrap.swiper-slide-active .blog-slider-bottome-wrap {
  opacity: 1;
  transform: none;
  transition-delay: 1s;
}
.blog-slider-col-wrap.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__content {
  text-align: left;
}
.blog-slider-col-wrap.swiper-slide-active .blog-slider__content > *,
.blog-slider-col-wrap.swiper-slide-active .blog-slider-bottome-wrap {
  opacity: 1;
  transform: none;
}
.blog-slider-col-wrap.swiper-slide-active
  .blog-slider__content
  > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider-col-wrap.swiper-slide-active
  .blog-slider__content
  > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider-col-wrap.swiper-slide-active
  .blog-slider__content
  > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider-col-wrap.swiper-slide-active
  .blog-slider__content
  > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider-col-wrap.swiper-slide-active
  .blog-slider__content
  > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider-col-wrap.swiper-slide-active
  .blog-slider__content
  > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider-col-wrap.swiper-slide-active
  .blog-slider__content
  > *:nth-child(7) {
  transition-delay: 0.9s;
}

.blog-slider__img {
  width: 400px;
  flex-shrink: 0;
  height: 400px;
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
  position: relative;
  /* box-shadow: 4px 0 20px 10px rgba(0, 0, 0, 0.04); */
}

.blog-slider__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}

.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.blog-slider__code {
  color: var(--color-logo-black);
  font-family: NanumBarunGothic;
  font-weight: 600;
  display: block;
  line-height: 1;
  font-size: 35px;
}

.blog-slider__title {
  font-size: 22px;
  font-family: "Pretendard Variable";
  line-height: 1.5;
  letter-spacing: -0.0044em;
  font-weight: 500;
}
.blog-slider__title b {
  font-weight: 700;
}
.blog-slider__text {
  color: var(--color-black-01);
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 0px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0 !important;
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #910023;
  height: 30px;
}

.blog-slider .desc {
  width: 85%;
  position: relative;
  border-radius: 15px;
  background: var(--SuperLight-defalt-grey);
  /* padding: 5px 10px; */
  z-index: 1;
}

.blog-slider .desc::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 15px;

  background: linear-gradient(270deg, #0e357f, #cdcdcd, #0e357f);

  background-size: 300% 300%;
  animation: borderGradient 20s linear infinite;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: -1;
}

@keyframes borderGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.blog-slider .desc .desc-box {
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-slider .desc .desc-box p {
  color: var(--color-grey-content);
}

.blog-slider .desc .num {
  height: 100%;
  display: flex;
  padding: 13px 13px;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: var(--color-logo-red);
  font-size: 14px;
  font-family: "Paperlogy";
  font-weight: 600;
}
.blog-slider-col-wrap {
  display: flex;
  flex-direction: column;
}
.blog-slider-bottome-wrap {
  display: flex;
  flex-direction: column;
  /* position: absolute;
  left: 0; */
}
/* 이미지 추가 */
.blog-slider__bot_img {
  display: flex;
  gap: 20px;
}
.blog-slider__bot_img > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.blog-slider__bot_img span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  letter-spacing: -0.0022em;
  font-weight: 600;
}
.blog-slider__bot_img span img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}
.blog-slider .swiper-button-prev,
.blog-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  color: #969696;
}
.blog-slider .swiper-button-prev {
  left: -7%;
}
.blog-slider .swiper-button-next {
  right: -5%;
}
.blog-slider .swiper-button-prev::after,
.blog-slider .swiper-button-next::after {
  font-size: 34px;
}
.blog-slider .swiper-button-prev:hover {
  animation: bounceLeft 1s ease-in-out infinite;
}
.blog-slider .swiper-button-next:hover {
  animation: bounceLeft 1s ease-in-out infinite;
}
@keyframes bounceLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px) rotate(-5deg);
  }
  50% {
    transform: translateX(5px) rotate(5deg);
  }
  75% {
    transform: translateX(-5px) rotate(-5deg);
  }
}
.sec9-bg {
  position: absolute;
  top: 0;
  right: calc((100% - 1700px) / 2);
  width: calc(100% - ((100% - 1700px) / 2));
  height: 100%;
  background:
    url(../img/section9-bg.png) no-repeat top center / 100% 400px,
    #f2f2f2;
  border-radius: 0px 0px 150px 0px;
  z-index: 0;
}
.sec9 {
  position: relative;
  background: #fff;
  padding-top: 0;
}

.s9-main-img {
  border-radius: 50px 50px 50px 0;
  background: url(../img/section9-main-img01.png) no-repeat center/cover;
  padding: 200px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}
.s9-main-img.img02 {
  background: url(../img/section9-main-img02.png) no-repeat center/cover;
}
.s9-main-img.img03 {
  background: url(../img/section9-main-img03.png) no-repeat center/cover;
}
.s9-main-img.img04 {
  background: url(../img/section9-main-img04.png) no-repeat center/cover;
}
.s9-main-img.img05 {
  background: url(../img/section9-main-img05.png) no-repeat center/cover;
}
.s9-main-slide {
  overflow: visible !important;
}
.s9-main-slide .txt {
  font-size: 22px;
  color: var(--color-black-02);
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}
.s9-main-slide .txt b {
  color: var(--color-logo-red);
  font-weight: 700;
}
.s9-main-slide .desc-bot {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.s9-main-slide .desc-bot .left {
  background: url(../img/section9-content-bg01.png) no-repeat top right #fff;
  background-size: auto 230px;
  padding: 60px 40px;
  border-radius: 20px;
  flex: 1;
}
.s9-main-slide .desc-bot .right {
  background: url(../img/section9-content-bg02.png) no-repeat top right #fff;
  background-size: auto 230px;
  padding: 60px 40px;
  border-radius: 20px;
  flex: 1;
}
.s9-main-slide .desc-bot ul li:first-child {
  font-size: 28px;
  color: var(--color-logo-black);
  font-weight: 600;
}
.s9-main-slide .desc-bot ul {
  font-size: 20px;
  font-weight: 400;
  color: var(--color-grey-content);
  line-height: 1.7;
}
.s9-main-slide .desc-bot ul b {
  font-weight: 600;
}
.s9-main-slide .swiper-slide {
  position: relative;
  overflow: hidden;
}

.s9-main-slide .swiper-button-prev,
.s9-main-slide .swiper-button-next {
  position: absolute;
  top: 23%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  color: #969696;
}
.s9-main-slide .swiper-button-prev {
  left: -5%;
}
.s9-main-slide .swiper-button-next {
  right: -5%;
}
.s9-main-slide .swiper-button-prev::after,
.s9-main-slide .swiper-button-next::after {
  font-size: 34px;
}
.s9-main-slide .swiper-button-prev:hover {
  animation: bounceLeft 1s ease-in-out infinite;
}
.s9-main-slide .swiper-button-next:hover {
  animation: bounceLeft 1s ease-in-out infinite;
}
@keyframes bounceLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
/* swiper 화살표 */
.equ {
  position: relative;
  background: #f2f2f2;
  padding-top: 0;
}
.sec10-bg {
  position: absolute;
  top: 0;
  left: calc((100% - 1700px) / 2);
  width: calc(100% - ((100% - 1700px) / 2));
  height: 100%;
  background: #fff;
  border-radius: 150px 0 0 150px;
  z-index: 0;
}

.c6_swiper_wrap {
  overflow: initial;
  position: relative;
  width: 100%;
}
.equ-inner {
  position: relative;
  z-index: 2;
  width: calc(100% - ((100% - 1700px) / 2));
  margin-left: auto;
}
.c6_swiper_wrap .swiper-wrapper {
  width: calc(100% - ((100% - 1700px) / 2));
  display: flex;
  align-items: stretch;
}

.c6_swiper_wrap .swiper-wrapper .swiper-slide {
  max-width: 350px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;

  text-align: center;
  border-radius: 30px;
  background: #f2f2f2;
}

.item_img_wrap {
  border-radius: 20px;
  line-height: 0;
  overflow: hidden;
  background: #fff;
}

.item_name {
  color: var(--color-logo-red);
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0 5px;
}

.item_name + i {
  font-size: 16px;
  letter-spacing: -0.06em;
  text-align: center;
  color: #323232;
  opacity: 0.6;
  padding-bottom: 10px;
}

.item_pagination.swiper-pagination-progressbar {
  position: relative;
  margin-top: 70px;
  border-radius: 6px;
  overflow: hidden;
  background: #eaeaea;
}

.item_pagination.swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: var(--color-logo-red);
}

/* 둘러보기 */
.place {
  position: relative;
  background: #fff;
  padding-top: 0;
}
.sec11-bg {
  position: absolute;
  top: 0;
  right: calc((100% - 1700px) / 2);
  width: calc(100% - ((100% - 1700px) / 2));
  height: 100%;
  background: #f2f2f2;
  border-radius: 0px 150px 150px 0px;
  z-index: 0;
}

.intro_4_1 .con_area {
  display: flex;
  gap: 25px;
}
.intro_4_1 .thumb_swiper {
  width: 275px;
  aspect-ratio: 275 / 150;
  overflow: hidden;
}

.intro_4_1 .thumb_swiper .swiper-slide {
  cursor: pointer;
  height: calc(100% / 4 - 14px);
  border-radius: 18px;
  overflow: hidden;
}

.intro_4_1 .thumb_swiper .swiper-slide {
  position: relative;
}

.intro_4_1 .thumb_swiper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.intro_4_1 .thumb_swiper .swiper-slide-active:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px solid var(--gold);
}

.intro_4_1 .main_swiper {
  width: calc(100% - 300px);
  aspect-ratio: 1200 / 650;
  border-radius: 20px;
  overflow: hidden;
}

.intro_4_1 .main_swiper .swiper-slide {
  overflow: hidden;
}

.intro_4_1 .main_swiper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.intro_4_1 .main_swiper {
  position: relative;
}

.intro_4_1 .main_swiper .swiper-navigation {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.intro_4_1 .main_swiper .swiper-navigation-prev {
  width: 50px;
  height: 100px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  position: absolute;
  z-index: 11;
  background: url(/img/ico_arrow_prev.png) center center/100% 100% no-repeat;
}

.intro_4_1 .main_swiper .bar {
  margin: 0 13px;
}

.intro_4_1 .main_swiper .swiper-navigation-next {
  width: 50px;
  height: 100px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  position: absolute;
  z-index: 11;
  background: url(/img/ico_arrow_next.png) center center/100% 100% no-repeat;
}

.intro_4_1 .main_swiper .swiper-slide {
  will-change: opacity, transform;
}

@media screen and (max-width: 1024px) {
  .intro_4_1 .thumb_swiper {
    width: 190px;
  }
  .intro_4_1 .main_swiper {
    width: calc(100% - 215px);
  }
}
@media screen and (max-width: 768px) {
  .intro_4_1 .con_area {
    gap: 10px;
    flex-direction: column-reverse;
  }

  .intro_4_1 .main_swiper {
    width: 100%;
    height: 54vw;
  }

  .intro_4_1 .thumb_swiper {
    height: unset;
    width: 100%;
    height: 100%;
  }
  .intro_4_1 .con_area {
    flex-direction: column;
  }

  .intro_4_1 .thumb_swiper .swiper-slide {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 15%;
    border-radius: 8px;
  }
  .intro_4_1 .thumb_swiper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .intro_4_1 .main_swiper .swiper-navigation {
    position: static;
    background: transparent;
    padding-left: 0;
  }

  .intro_4_1 .main_swiper .swiper-pagination {
    display: none;
  }

  .intro_4_1 .main_swiper .swiper-navigation-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    opacity: 0.7;
    width: 20px;
    height: 40px;
    transform: translateY(-50%);
  }

  .intro_4_1 .main_swiper .swiper-navigation-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    opacity: 0.7;
    width: 20px;
    height: 40px;
    transform: translateY(-50%);
  }
}
/* 오시는 길 */
.location {
  position: relative;
  background: #f2f2f2;
  padding-top: 0;
}
.sec12-bg {
  position: absolute;
  top: 0;
  left: calc((100% - 1700px) / 2);
  width: calc(100% - ((100% - 1700px) / 2));
  height: 100%;
  background: #fff;
  border-radius: 150px 0px 0px 150px;
  z-index: 0;
}
.sec7 {
  position: relative;
}

.map_wrap .root_daum_roughmap .cont {
  display: none;
}

.map_wrap .root_daum_roughmap .wrap_controllers {
  display: none;
}

.map_wrap .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 500px;
}

.map_wrap .root_daum_roughmap {
  width: 100%;
  height: 100%;
}

.map_flex {
  display: flex;
  gap: 20px;
  align-items: center;
}

.map_flex > * {
  width: 100%;
  border-radius: 30px;
}

.map_txt {
  position: relative;
  flex: 1;
  background: #f6f5f5;

  letter-spacing: -0.06em;
}

.map_txt::after {
  content: "";
  position: absolute;
  inset: auto;
  top: -45%;
  right: -35%;
  width: 370px;
  height: 297px;
  z-index: 0;
}

.map_txt_inner {
  position: relative;
  background: #f6f5f5;
  z-index: 1;
  padding: 40px 0px 40px 40px;
  border-radius: 30px;
}
.map_wrap {
  flex: 1.5;
  border-radius: 30px;
  overflow: hidden;
}

.map_txt address {
  font-size: 20px;
  font-weight: 400;
  color: #323232;
}

.map_tit {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.map_tit:not(:first-child) {
  margin-top: 20px;
}

.time_last {
  color: rgb(50, 50, 50, 0.6);
  font-size: 16px;
  line-height: 1.6;
}

.map_txt ul li {
  display: flex;
  gap: 40px;
  align-items: start;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 10px;
  color: var(--color-grey-content);
}
.map_txt ul li:last-child {
  margin-bottom: 2rem;
}
.map_txt ul li.night_li {
  color: #fff;
  position: relative;
}

.map_txt ul li.night_li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  background: linear-gradient(90deg, #910023 0%, #0a1b34 100%);
  display: block;
  width: 96%;
  height: 100%;
  z-index: 0;
  border-radius: 30px;
}
.night_li > * {
  position: relative;
}
.night_li i {
  display: flex;
  gap: 20px;
}
.night_li em {
  color: #fbd307;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.night_li em img {
  width: 1em;
  aspect-ratio: 1/1;
}

.map_txt ul li span {
  flex-shrink: 0;
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.empty-set {
  height: 12vw;
}
.br-24,
.br-90 {
  display: block;
}
.br-28-block,
.br-m40 {
  display: none;
}
.map_tit.tel {
  color: var(--color-logo-red);
}
