/* SECTION 1  ::: 하늘안과 소개 */
#nav_num_1 {
  /* margin-top: unset; */
}

.prevent_scroll {
  /* position: fixed; */
  overflow: hidden;
  touch-action: none;
}

.prevent_scroll * {
  touch-action: none;
}

.sc_intro {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.sc_intro .visual_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/intro/intro_bg.png) center center/cover no-repeat;
}

.sc_intro .max_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  max-width: 90rem;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sc_intro .intro_year_wrap {
  position: relative;
  margin-top: -4rem;
  width: 100%;
  text-align: center;
}

.sc_intro .intro_year_wrap .year_txt {
  opacity: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  height: 1em;
  font-family: "Prata";
  font-style: normal;
  font-size: 12.625vw;
}

.sc_intro .intro_year_wrap .year_txt span {
  display: block;
  position: relative;
  font-style: normal;
  color: #fff;
  font-family: "Prata";
  line-height: 1.2;
}

.sc_intro .intro_year_wrap .year_txt span:nth-child(1) {
  width: 8.2083vw;
}

.sc_intro .intro_year_wrap .year_txt span:nth-child(2) {
  width: 8.8125vw;
}

.sc_intro .intro_year_wrap .year_txt span:nth-child(3) {
  width: 8.3333vw;
}

.sc_intro .intro_year_wrap .year_txt span:nth-child(4) {
  width: 8.3333vw;
}

.sc_intro .intro_year_wrap .year_txt.year_left {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: visible;
}

.sc_intro .intro_year_wrap .year_txt.year_left::after {
  content: "";
  position: absolute;
  width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 1px;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 150%;
  opacity: 0;
  transition-delay: 7s;
  transition: 1s;
}

.sc_intro .intro .intro_year_wrap .year_txt.year_right {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.sc_intro .intro .intro_year_wrap .year_con {
  overflow: hidden;
  opacity: 0;
  position: relative;
  margin: 0 auto;
  width: 56.5rem;
  font-family: "Noto Sans KR", "Malgun Gothic", dotum, sans-serif;
}

.sc_intro .intro .intro_year_wrap .year_con p {
  max-width: 428px;
  font-size: 20px;
  color: #fff;
  line-height: 160%;
  margin: 0 auto;
  letter-spacing: -0.8px;
  /* letter-spacing: -0.008em; */
}

.sc_intro .slide_txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.8px;
}

.sc_intro .slide_txt strong {
  font-size: 48px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -1.92px;
}

.sc_intro .scroll_down {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  padding-bottom: 8rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.sc_intro .scroll_down p {
  display: block;
  font-size: 14px;
  color: #ddd;
  font-weight: 400;
  line-height: 1;
}

.sc_intro .scroll_down i {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.05rem;
  width: 6rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.sc_intro .scroll_down i:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 100%;
  background: #fff;
  -webkit-animation: scrollDown 2s infinite;
  animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
  0% {
    right: -2rem;
  }

  100% {
    right: 130%;
  }
}

@media screen and (max-width: 1600px) {
  .sc_intro .max_inner {
    max-width: 75rem;
  }
}

@media screen and (max-width: 1350px) {
  .sc_intro .max_inner {
    max-width: 90%;
  }
}

@media screen and (max-width: 980px) {
  .sc_intro .intro .intro_year_wrap .year_con {
    width: 100%;
  }
}

/* sc_intro 세로로 변경 */
@media screen and (max-width: 768px) {
  .sc_intro {
    z-index: 1;
  }

  .sc_intro .scroll_down p {
    font-size: 14px;
  }

  .sc_intro .scroll_down {
    padding-bottom: 4rem;
  }

  .sc_intro .scroll_down i {
    width: 3rem;
  }

  .sc_intro .max_inner {
    max-width: 100%;
  }

  .sc_intro .intro .intro_year_wrap .year_con p {
    font-size: 16px;
  }

  .sc_intro .intro_year_wrap {
    margin-top: -18rem;
    width: 75%;
  }

  .sc_intro .intro_year_wrap .year_txt.year_left {
    overflow: hidden;
  }

  .sc_intro.on .intro_year_wrap .year_txt.year_left {
    overflow: visible;
  }

  .sc_intro .intro_year_wrap .year_txt.year_left::after {
    left: 225%;
  }

  .sc_intro.on .intro_year_wrap .year_txt.year_left::after {
    /* width: 80%;
        opacity: 1;
        visibility: visible; */
  }

  .sc_intro .intro_year_wrap .year_con {
    padding-top: 20rem;
    width: 100%;
  }

  .sc_intro .intro_year_wrap .year_con p,
  .sc_intro .intro_year_wrap .year_con .slide_txt {
    display: block;
  }

  .sc_intro .intro_year_wrap .year_con .slide_txt strong {
    font-size: 30px;
  }
}

/* SECTION 2  ::: 하늘안과 소개 */
.sc_2 {
  overflow: hidden;
  position: relative;
  /* padding: 9.5rem 0 0; */
}

.intro_1_2 {
  height: 100vh;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.intro_1_2 .w_1280 {
}

.intro_1_2 .title_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.intro_1_2 .title_wrap h2 {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Pretendard;
  font-size: 54px;
  font-weight: 800;
  line-height: 150%;
  background: linear-gradient(99deg, #5efce8 -0.08%, #736efe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 75px;
}

.intro_1_2 .pin_wrap {
  position: relative;
}

.intro_1_2 .pin_list {
  display: flex;
  margin: 0 auto;
  position: relative;
  max-width: 150rem;
  width: 100%;
}

.intro_1_2 .pin_list_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -6rem;
  position: absolute;
  left: 0;
  top: 0;
}

.intro_1_2 .pin_list_wrap .list_item {
  overflow: hidden;
  display: block;
  margin-left: 6rem;
  width: 30rem;
  flex-shrink: 0;
  will-change: transform, opacity;
}

.intro_1_2 .list_item .img_box {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  max-height: 290px;
  -webkit-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
}

.intro_1_2 .list_item .img_box img {
  display: block;
  max-width: none;
  width: 100%;
}

.intro_1_2 .list_item .txt_box {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.intro_1_2 .list_item .txt_box .num {
  color: #e5e7eb;
  text-align: center;
  font-family: "Advent Pro";
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.2px;
  transition: 0.6s;
}

.intro_1_2 .list_item.on .txt_box .num {
  color: #3796ff;
}

.intro_1_2 .list_item .txt_box .txt {
  color: var(--Soft-black, #303030);
  line-height: 150%;
}

.intro_1_2 .list_item .txt_box h3 {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 8px;
  letter-spacing: -1.12px;
}

.intro_1_2 .list_item .txt_box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.8px;
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .intro_1_2 .title_wrap h2 {
    font-size: 40px;
  }

  .intro_1_2 .pin_list_wrap {
    margin-left: 0;
  }

  .intro_1_2 .pin_list_wrap .list_item {
    width: 23rem;
    margin-left: 4rem;
  }

  .intro_1_2 .pin_list_wrap .list_item:first-child {
    margin-left: 0;
  }

  .intro_1_2 .list_item .txt_box .num {
    font-size: 60px;
  }

  .intro_1_2 .list_item .txt_box h3 {
    font-size: 22px;
  }

  .intro_1_2 .list_item .txt_box p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .intro_1_2 .title_wrap h2 {
    font-size: 26px;
  }

  .intro_1_2 .list_item .img_box {
    margin-bottom: 30px;
  }

  .intro_1_2 .pin_list_wrap .list_item {
    width: 16em;
    margin-left: 1.2rem;
  }

  .intro_1_2 .list_item .txt_box .num {
    font-size: 30px;
  }

  .intro_1_2 .list_item .txt_box {
    gap: 20px;
  }

  .intro_1_2 .list_item .txt_box h3 {
    font-size: 18px;
  }

  .intro_1_2 .list_item .txt_box p {
    font-size: 15px;
  }
}

/* SECTION 3  ::: 하늘안과 히스토리 */
.history {
  padding: 110px 0;
}

.history_wrap {
  position: relative;
  padding: 0 235px;
}

.history_sticky {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 20px;
  width: 260px;
  height: 100%;
  opacity: 0;
}

.history_sticky_wrap {
  position: sticky;
  top: 120px;
  left: 0;
}

.history_sticky_title {
  color: #303030;
  font-size: 42px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -1.68px;
}

.history_sticky_title span {
  display: block;
}

.history_sticky_text {
  padding-top: 20px;
  color: #303030;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.8px;
}

.history_progress {
  position: absolute;
  top: 3px;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #9ca3af;
}

.history_progress_path {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #3796ff;
}

.history_list_item {
  position: relative;
  margin-bottom: 80px;
}

.history_list_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 3px;
  margin-left: -5px;
  width: 11px;
  height: 11px;
  background: #9ca3af;
  border-radius: 50%;
  transition: all ease 0.35s;
}

.history_list_item:last-child {
  margin-bottom: 0;
}

.history_list_flex {
  display: flex;
}

.history_list_flex:nth-child(n + 2) {
  margin-top: 80px;
}

.history_list_wrap {
  padding-right: 0;
  /* width: 50% */
  width: calc(50% - 74px);
}

.history_list_wrap:nth-child(2) {
  margin-top: 50px;
}

.history_list_year {
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  color: rgba(51, 51, 51, 0.3);
  transition: color ease 0.35s;
  padding-bottom: 30px;
}

.history_list_title {
  color: #303030;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.88px;
}

.history_list_title:first-child {
  margin-top: 0;
}

.history_list_image {
  margin-top: 16px;
  width: 68%;
  overflow: hidden;
  border-radius: 16px;
}

.history_list_item_on:first-child::before {
  animation: historyOn ease 0.5s forwards;
}

.history_list_item_on::before {
  color: #3796ff;
  background: #3796ff;
}

.history_list_item_on .history_list_year {
  color: #3796ff;
}

@keyframes historyOn {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 150, 255, 0.3);
  }

  100% {
    box-shadow: 0 0 0 7px rgba(55, 150, 255, 0.3);
  }
}

@media screen and (min-width: 1025px) {
  .history_list_flex {
    text-align: right;
  }

  .history_list_flex:nth-child(n + 2) .history_list_wrap:nth-child(2) {
    margin-top: 0;
  }

  .history_list_wrap {
    padding-right: 80px;
  }

  .history_list_wrap:nth-child(2) {
    padding-right: 0;
    padding-left: 80px;
    text-align: left;
  }

  .history_list_flex.reverse {
    justify-content: flex-end;
    text-align: left;
  }

  .history_list_flex.reverse .history_list_wrap {
    padding-right: 0;
    padding-left: 80px;
  }
}

@media screen and (max-width: 1500px) {
  .history {
    max-width: 70%;
  }

  .history_sticky {
    width: 200px;
  }

  .history_wrap {
    padding: 0 210px;
  }

  .history_list_wrap {
    padding: 0;
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 1280px) {
  .history {
    max-width: 100%;
  }
}

.block_1024 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .block_1024 {
    display: block;
  }

  .history {
    padding: 0 0 80px;
  }

  .history .history_title {
    padding-bottom: 70px;
    text-align: center;
    opacity: 0;
    transform: translateY(40px);
  }

  .history .history_title h2 {
    font-size: 30px;
  }

  .history_sticky_text {
    font-size: 18px;
    max-width: 70%;
    margin: 0 auto;
  }

  .history_sticky_title span {
    display: inline-block;
    padding-left: 6px;
  }

  .history_wrap {
    padding: 0;
  }

  .history_sticky {
    display: none;
  }

  .history_progress {
    left: 0;
  }

  .history-section__image-image:nth-child(2) {
    margin-left: 0;
  }

  .history_list_year {
    font-size: 15px;
  }

  .history_list_title {
    margin-top: 0px;
    font-size: 18px;
  }

  .history_list_wrap {
    display: block;
  }

  .history_list_item {
    margin-bottom: 65px;
  }

  .history_list_item::before {
    left: 0;
    margin-left: -4px;
    width: 9px;
    height: 9px;
  }

  .history_list_wrap {
    padding-left: 30px;
    width: 100%;
  }

  .history_list_wrap:nth-child(2) {
    margin-top: 34px;
  }

  .history_list_image {
    margin-top: 20px;
    max-width: 30vw;
  }
}

@media screen and (max-width: 768px) {
  .history {
    padding-bottom: 120px;
  }

  .history_list_year {
    font-size: 13px;
  }

  .history_list_title {
    margin-top: 14px;
    font-size: 16px;
  }

  /* .history-list__list {
        padding-left: 20px
    } */

  .history_list_item {
    margin-bottom: 45px;
  }

  .history_list_image {
    border-radius: 8px;
    max-width: 57vw;
  }
}

.intro .title {
  margin-bottom: 50px;
}
.mobile_block {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile_block {
    display: block !important;
  }
}

/* 하늘안과 소개 - 의료진소개 */
.intro_doc .conwrap {
  padding-top: 47px;
}
.s2_doc_swiper_nav {
  padding-bottom: 47px;
  border-bottom: 1px solid #d1d5db;
  margin-bottom: 47px;
}
.intro_doc .s2_doc_swiper .swiper-slide {
  display: flex;
  align-items: center;
  gap: 70px;
  padding: 0 78px;
  box-sizing: border-box;
}
.intro_doc .s2_doc_swiper {
  position: relative;
}
.intro_doc .s2_doc_swiper .s2_doc-swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.intro_doc .s2_doc_swiper .s2_doc-swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.intro_doc .img_wrap {
  width: 30%;
}
.intro_doc .img_wrap img {
  width: 100%;
}
.intro_doc .info_wrap {
  width: calc(70% - 70px);
}
.intro_doc .info_wrap .big {
  display: flex;
  gap: 16px;
  margin-bottom: 38px;
}
.intro_doc .info_wrap .big strong {
  color: var(--Soft-black, #303030);
  font-size: 42px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -1.68px;
}
.intro_doc .info_wrap .big p {
  color: var(--Soft-black, #303030);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.8px;
}
.intro_doc .info_wrap .big b {
  font-weight: 600;
}
.intro_doc .info_wrap .big b::after {
  content: "|";
  display: inline-block;
  color: var(--Soft-black, #303030);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.8px;
  margin: 0 16px;
}
.intro_doc .list_wrap {
  width: 98%;
  padding: 22px 20px 22px 28px;
  margin-bottom: 2%;
  box-sizing: border-box;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.intro_doc .list_wrap > ul {
  overflow-y: auto;
  height: 260px;
}
.intro_doc .list_wrap > ul::-webkit-scrollbar {
  width: 8px;
}
.intro_doc .list_wrap > ul::-webkit-scrollbar-thumb {
  background-color: #3796ff;
  border-radius: 10px;
  border: 1px solid transparent;
  background-clip: padding-box;
  cursor: pointer;
}
.intro_doc .list_wrap > ul::-webkit-scrollbar-thumb:hover {
  border-width: 0px;
}

.intro_doc .list_wrap li b {
  display: block;
  color: var(--Soft-black, #303030);
  font-family: "SUIT";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.18px;
  margin-bottom: 8px;
}
.intro_doc .list_wrap li.list_con::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #9ca3af;
  border-radius: 10px;
}
.intro_doc .list_wrap li.list_con {
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(31, 31, 31, 0.7);
  font-family: "SUIT";
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.17px;
  margin-bottom: 3px;
}
.s2_doc-swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.s2_doc-swiper-pagination .swiper-pagination-bullet {
  width: fit-content;
  height: fit-content;
  background: transparent;
  text-align: center;
  opacity: 1;
}
.s2_doc-swiper-pagination .swiper-pagination-bullet img {
  filter: brightness(0.7);
}
.s2_doc-swiper-pagination .swiper-pagination-bullet-active img {
  filter: brightness(1);
}
.s2_doc-swiper-pagination .swiper-pagination-bullet span {
  display: block;
  color: var(--Soft-black, #303030);
  font-family: "SUIT";
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-top: 6px;
}
@media screen and (max-width: 1440px) {
  .intro_doc .s2_doc_swiper .swiper-slide {
    gap: 30px;
    padding: 0 30px;
  }
  .intro_doc .img_wrap {
    width: 40%;
  }
  .intro_doc .info_wrap {
    width: calc(60% - 30px);
  }
}
@media screen and (max-width: 780px) {
  .intro_doc .info_wrap .big {
    margin-bottom: 15px;
  }
  .intro_doc .conwrap {
    padding-top: 0;
  }
  .s2_doc_swiper_nav {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .s2_doc-swiper-pagination {
    flex-wrap: wrap;
  }
  .s2_doc-swiper-pagination .swiper-pagination-bullet {
    width: calc((100% - 32px) / 5);
    margin: 0 !important;
  }
  .s2_doc-swiper-pagination .swiper-pagination-bullet img {
    width: 58px;
    height: 58px;
  }
  .intro_doc .s2_doc_swiper .swiper-slide {
    flex-direction: column;
    gap: 20px;
  }
  .intro_doc .img_wrap {
    width: 100%;
    max-width: 300px;
  }
  .intro_doc .s2_doc_swiper .s2_doc-swiper-button-next,
  .intro_doc .s2_doc_swiper .s2_doc-swiper-button-prev {
    display: none;
  }
  .intro_doc .info_wrap {
    width: 100%;
  }
  .intro_doc .info_wrap .icon_wrap {
    display: none;
  }
  .intro_doc .info_wrap .big {
    justify-content: center;
    text-align: center;
  }
  .intro_doc .info_wrap .big strong {
    font-size: 25px;
  }
  .intro_doc .info_wrap .big p {
    font-size: 16px;
  }
  .intro_doc .list_wrap li.list_con {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .intro_doc .title {
    width: 90%;
    margin: 0 auto;
  }
  .s2_doc_swiper_nav {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .intro_doc .s2_doc_swiper .swiper-slide {
    padding: 0;
  }
  .intro_doc .img_wrap {
    max-width: 220px;
  }
  .intro_doc .info_wrap {
    width: 90%;
  }
  .intro_doc .list_wrap {
    margin-bottom: 4%;
  }
  .intro_doc .w_1280 {
    width: 100%;
  }
}

/* 하늘안과 소개 - 장비소개 */
.hw_hidden {
  display: none !important;
}
.hw_equipped {
  display: block !important;
}

.intro_eq {
  background: #f9fafb;
}
.intro_eq .cont_1 {
  display: flex;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--dark-blue-gray-40001, #9ca3af);
  background: #fff;
  padding: 7px;
  box-sizing: border-box;
  width: fit-content;
  margin: 0 auto 40px;
}
.intro_eq .cont_1 li {
  color: var(--Soft-black, #303030);
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.8px;
  border-radius: 999px;
  padding: 9px 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.intro_eq .cont_1 li.on {
  color: #fff;
  background: #3796ff;
  color: var(--dark-blue-gray-00-white, #fff);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.8px;
}
.intro_eq .cont_2 .equi_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  row-gap: 20px;
}
.intro_eq .cont_2 .equi_list li {
  width: calc((100% - 144px) / 4);
  position: relative;
}
.intro_eq .cont_2 .equi_list li[data-kind="sur_eq"]:last-child {
  margin-right: auto;
}
.intro_eq .cont_2 .equi_list li .click_box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.intro_eq .cont_2 .equi_list li .click_box span {
  padding: 12px 10px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  max-width: 157px;
  border-radius: 50px;
  border: 2px solid var(--main_color, #3796ff);
  background: rgba(255, 255, 255, 0.7);
  color: var(--dark-blue-gray-800, #1f2937);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.72px;
}
.intro_eq .cont_2 .equi_list li:hover .click_box {
  visibility: visible;
  opacity: 1;
}
.intro_eq .equi_list .img_box {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 284 / 300;
  position: relative;
}
.intro_eq .equi_list .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  /* height: 100%; */
  object-position: center;
}
.intro_eq .equi_list .text_box {
  margin-top: 16px;
}
.intro_eq .equi_list .text_box span {
  color: var(--222222-, #222);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.8px;
}
.intro_eq .equi_list .text_box h4 {
  color: var(--222222-, #222);
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.88px;
}
.intro_eq .equi_list li[data-kind="test_eq"] {
  width: fit-content;
  text-align: center;
}
.intro_eq .equi_list li[data-kind="test_eq"] .img_box {
  width: 160px;
  height: 160px;
  border-radius: 9999px;
  border: 1px solid var(--dark-blue-gray-30002, #d1d5db);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 auto;
}
.intro_eq .equi_list li[data-kind="test_eq"] .img_box img {
  width: 90px;
  height: 90px;
  position: static;
  transform: translate(0);
  object-fit: unset;
}
.intro_eq .cont_2 .equi_list li[data-kind="test_eq"] .click_box {
  display: none;
}
.intro_eq .cont_2 .equi_list li[data-kind="test_eq"]:hover .img_box {
  background: #a3b7e0;
}
.intro_eq .cont_2 .equi_list li[data-kind="test_eq"]:hover .img_box img {
  filter: brightness(0) invert(1);
}
.intro_eq .equi_list li[data-kind="test_eq"] .text_box h4 {
  color: var(--Soft-black, #303030);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1700px) {
  .intro_eq .equi_list li[data-kind="test_eq"] {
    width: calc((100% - 144px) / 4);
  }
}
@media screen and (max-width: 1440px) {
  .intro_eq .equi_list .text_box span {
    font-size: 16px;
  }
  .intro_eq .equi_list .text_box h4 {
    font-size: 18px;
  }
  .intro_eq .equi_list li[data-kind="test_eq"] .text_box h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .intro_eq .cont_1 {
    padding: 5px;
    margin: 0 auto 28px;
  }
  .intro_eq .cont_1 li {
    font-size: 15px;
    padding: 6px 22px;
  }
  .intro_eq .cont_1 li.on {
    font-size: 15px;
  }
  .intro_eq .cont_2 .equi_list {
    column-gap: 12px;
  }
  .intro_eq .cont_2 .equi_list li {
    width: calc((100% - 12px) / 2);
  }
  .intro_eq .equi_list li[data-kind="test_eq"] {
    width: calc((100% - 96px) / 2);
  }
  .intro_eq .equi_list li[data-kind="test_eq"] .img_box {
    width: 120px;
    height: 120px;
  }
  .intro_eq .equi_list li[data-kind="test_eq"] .img_box img {
    width: 64px;
    height: 64px;
  }
  .intro_eq .equi_list .text_box {
    margin-top: 10px;
  }
  .intro_eq .equi_list .text_box span {
    font-size: 14px;
  }
  .intro_eq .equi_list .text_box h4 {
    font-size: 16px;
  }
  .intro_eq .equi_list li[data-kind="test_eq"] .text_box h4 {
    font-size: 16px;
  }
  .intro_eq .cont_2 .equi_list li .click_box span {
    max-width: 100px;
    padding: 6px 5px;
    font-size: 14px;
  }
}

/* 하늘안과 - 장비소개 상세 */
.dt_wrap {
  max-width: 1150px;
}
.intro_eq .eq_detail_swiper .swiper-slide {
  display: flex;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.intro_eq .list_btn {
  width: fit-content;
  margin: 0 auto 40px;
}
.intro_eq .list_btn a {
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--Soft-black, #303030);
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.8px;
  border: 1px solid var(--dark-blue-gray-40001, #9ca3af);
  padding: 9px 30px;
  box-sizing: border-box;
}
.intro_eq .eq_detail_swiper .text_box {
  height: 520px;
  width: 55%;
  padding: 60px 50px;
  box-sizing: border-box;
}
.intro_eq .eq_detail_swiper .img_box {
  width: 45%;
  aspect-ratio: 512 / 522;
  position: relative;
}
.intro_eq .eq_detail_swiper .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro_eq .eq_detail_swiper .tit_text span {
  color: var(--Soft-black, #303030);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.8px;
}
.intro_eq .eq_detail_swiper .tit_text {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d1d5db;
}
.intro_eq .eq_detail_swiper .tit_text h4 {
  color: var(--Soft-black, #303030);
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.28px;
}
.intro_eq .eq_detail_swiper .text_box b {
  color: var(--Soft-black, #303030);
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.88px;
}
.intro_eq .eq_detail_swiper .text_box p {
  margin-top: 16px;
  color: var(--Soft-black, #303030);
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.8px;
}
.intro_eq .eq_detail_swiper .text_box .text {
  color: var(--Soft-black, #303030);
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.8px;
}
.intro_eq .btn_wrap {
  display: flex;
  gap: 24px;
  align-items: center;
  width: fit-content;
  margin: 30px auto 0;
}
.detail-swiper-button-prev img {
  display: block;
  width: 45px;
  max-width: unset;
}
.detail-swiper-button-next img {
  display: block;
  transform: rotate(180deg);
  width: 45px;
  max-width: unset;
}
.detail-swiper-pagination span {
  color: var(--Soft-black, #303030);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.detail-swiper-pagination .swiper-pagination-current {
  color: var(--main-blue, var(--main_color, #3796ff));
  font-weight: 500;
  margin-right: 8px;
}
.detail-swiper-pagination .swiper-pagination-total {
  margin-left: 8px;
}
@media screen and (max-width: 1250px) {
  .intro_eq .eq_detail_swiper .img_box {
    width: 100%;
  }
  .intro_eq .eq_detail_swiper .text_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .intro_eq .eq_detail_swiper .tit_text {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .intro_eq .list_btn {
    margin: 0 auto 28px;
  }
  .intro_eq .list_btn a {
    font-size: 15px;
    padding: 6px 22px;
  }
  .intro_eq .list_btn a img {
    width: 20px;
  }
  .intro_eq .eq_detail_swiper .tit_text span {
    font-size: 15px;
  }
  .intro_eq .eq_detail_swiper .tit_text h4 {
    font-size: 20px;
  }
  .intro_eq .eq_detail_swiper .text_box {
    padding: 30px 19px;
    height: fit-content;
  }
  .intro_eq .eq_detail_swiper .text_box b {
    font-size: 16px;
  }
  .intro_eq .eq_detail_swiper .text_box p {
    font-size: 16px;
    margin-top: 10px;
  }
  .intro_eq .eq_detail_swiper .text_box .text {
    font-size: 16px;
    line-height: 160%;
  }
  .intro_eq .eq_detail_swiper .text_box p br {
    display: none;
  }
  .intro_eq .eq_detail_swiper .swiper-slide {
    flex-direction: column-reverse;
  }
}

/* 검사 상세페이지 */
.intro_eq .test_detail_swiper .text_box {
  padding: 20px 16px 0;
  display: flex;
  gap: 40px;
}
.intro_eq .test_detail_swiper .text_box > div:first-child {
  width: 20%;
}
.intro_eq .test_detail_swiper .text_box > div:last-child {
  width: calc(80% - 40px);
}
.intro_eq .test_detail_swiper .text_box h4 {
  color: var(--Soft-black, #303030);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: -0.96px;
}

.intro_eq .test_detail_swiper .text_box p {
  color: var(--Soft-black, #303030);
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.8px;
}

@media screen and (max-width: 1440px) {
  .intro_eq .test_detail_swiper .text_box {
    flex-direction: column;
    gap: 9px;
    padding: 10px 0 0;
  }
  .intro_eq .test_detail_swiper .text_box > div:first-child {
    width: 100%;
  }
  .intro_eq .test_detail_swiper .text_box > div:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .intro_eq .test_detail_swiper .text_box h4 {
    font-size: 18px;
  }
  .intro_eq .test_detail_swiper .text_box p {
    font-size: 16px;
    line-height: 160%;
  }
  .intro_eq .test_detail_swiper .text_box p br {
    display: none;
  }
}

/* 탭메뉴 공통 */
.tabnav {
  display: flex;
  justify-content: center;
}
.tabnav li a {
  text-align: center;
}

/* 하늘안과 소개 - 영상정보방침 */

.intro_course .cont {
  margin-bottom: 24px;
}
.intro_course .black_1 {
  color: var(--Soft-black, #303030);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.36px;
}
.intro_course .black_2 {
  color: var(--neutral-gray-700, #404040);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}
.intro_course .l_t {
  color: var(--main-blue, var(--main_color, #3796ff));
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.4px;
  margin-bottom: 12px;
}
.intro_course p.list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.intro_course p.list::before {
  content: "";
  width: 3px;
  height: 3px;
  display: block;
  margin-left: 5px;
  border-radius: 10px;
  background: #333;
}
.intro_course table {
  width: 100%;
  text-align: center;
  background: #fff;
}
.intro_course table thead {
  background: #e9e9e9;
}
.intro_course table th {
  border: 1px solid var(--dark-blue-gray-40001, #9ca3af);
  color: var(--neutral-gray-700, #404040);
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.32px;
  padding: 4px 0;
  vertical-align: middle;
}
.intro_course table.col_3 th:nth-child(1) {
  width: 20%;
}
.intro_course table.col_3 th:nth-child(2) {
  width: 25%;
}
.intro_course table.col_3 th:nth-child(3) {
  width: 55%;
}

.intro_course table.col_4 th:nth-child(1) {
  width: 20%;
}
.intro_course table.col_4 th:nth-child(2) {
  width: 20%;
}
.intro_course table.col_4 th:nth-child(3) {
  width: 20%;
}
.intro_course table.col_4 th:nth-child(4) {
  width: 40%;
}

.intro_course table td {
  border: 1px solid var(--dark-blue-gray-40001, #9ca3af);
  color: var(--neutral-gray-700, #404040);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  padding: 4px 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .intro_course .title {
    margin-bottom: 20px;
  }
  .intro_course .cont {
    margin-bottom: 20px;
  }
  .intro_course .black_1 {
    font-size: 15px;
  }
  .intro_course .black_2 {
    font-size: 15px;
  }
  .intro_course p.l_t {
    font-size: 16px;
  }
  .intro_course table th {
    font-size: 14px;
  }
  .intro_course table td {
    font-size: 14px;
  }
}

/* 하늘안과 소개 - 오시는길 */
.intro_loca {
}
.intro_loca .tabnav {
  gap: 50px;
  margin-bottom: 60px;
}
.intro_loca .tablink {
  display: flex;
  align-items: center;
  gap: 16px;
}
.intro_loca .tablink .img_wrap rect {
  fill: #bfbfbf;
}
.intro_loca .tablink.on .img_wrap rect {
  fill: #303030;
}
.intro_loca .tablink p {
  color: var(--Soft-black, #303030);
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.8px;
}
.intro_loca .tabcon {
  display: flex;
  gap: 70px;
}
.intro_loca .map_wrap {
  width: 50%;
}
.intro_loca .map_wrap .img_wrap img {
  width: 100%;
}
.intro_loca .link_wrap {
  display: flex;
  margin-top: 10px;
}
.intro_loca .link_wrap a {
  display: flex;
  width: 50%;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 19px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.4px;
}
.intro_loca .link_wrap a:first-child {
  background: #00bf43;
  color: #fff;
}
.intro_loca .link_wrap a:last-child {
  background: #f9e000;
}
.intro_loca .way_wrap {
  width: calc(50% - 70px);
}
.intro_loca #far .way_wrap {
  width: 100%;
}
.intro_loca .way_wrap > div {
  margin-top: 20px;
  border-top: 1px solid #000;
  padding: 20px 0;
}
.intro_loca .way_wrap strong {
  color: var(--Soft-black, #303030);
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.96px;
}
.intro_loca .way_wrap ul {
  margin-top: 30px;
}
.intro_loca .way_wrap ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.intro_loca #far .way_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.intro_loca #far .way_wrap ul li {
  display: block;
}
.intro_loca .way_wrap .trf {
  width: 100px;
  height: 45px;
  border-radius: 999px;
  padding: 9px 15px;
  box-sizing: border-box;
  text-align: justify;
  color: var(--Soft-black, #303030);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
.intro_loca .way_wrap .trf::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.intro_loca .way_wrap ul li:nth-child(1) .subway {
  border: 3px solid #697114;
}
.intro_loca .way_wrap ul li:nth-child(2) .subway {
  border: 3px solid #a61c30;
}
.intro_loca .way_wrap ul li:nth-child(3) .subway {
  border: 3px solid #d3a62c;
}
.intro_loca .way_wrap ul li:nth-child(1) .bus {
  border: 3px solid #3796ff;
}
.intro_loca .way_wrap ul li:nth-child(2) .bus {
  border: 3px solid #cc001e;
}
.intro_loca .way_wrap ul li:nth-child(3) .bus {
  border: 3px solid #505050;
}
.intro_loca .way_wrap p {
  color: var(--Soft-black, #303030);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  width: calc(100% - 116px);
}
.intro_loca #far .way_wrap b {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--Soft-black, #303030);
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.8px;
}

.intro_loca #far .way_wrap li b::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #303030;
}
.intro_loca #far .way_wrap p {
  width: 100%;
  color: var(--Soft-black, #303030);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.8px;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .intro .title {
    margin-bottom: 28px;
  }
  .intro_loca .tabnav {
    gap: 20px;
    margin-bottom: 28px;
  }
  .intro_loca .tablink {
    gap: 4px;
  }
  .intro_loca .tablink .img_wrap svg {
    width: 38px;
  }
  .intro_loca .tablink p {
    font-size: 15px;
    text-align: left;
  }

  .intro_loca .tabcon {
    gap: 28px;
  }
  .intro_loca .link_wrap a {
    font-size: 14px;
  }
  .intro_loca .way_wrap strong {
    font-size: 18px;
  }
  .intro_loca .way_wrap .trf {
    width: 84px;
    height: 40px;
    font-size: 14px;
  }
  .intro_loca .way_wrap p {
    font-size: 16px;
  }
  .intro_loca .way_wrap ul {
    margin-top: 10px;
  }
  .intro_loca #far .way_wrap ul {
    gap: 15px;
  }
  .intro_loca #far .way_wrap b {
    font-size: 16px;
  }
  .intro_loca #far .way_wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .intro_loca .tabnav {
    flex-wrap: wrap;
    column-gap: 0;
  }
  .intro_loca .tabnav li {
    width: 50%;
  }
  .intro_loca .tabcon {
    flex-direction: column;
  }
  .intro_loca .map_wrap {
    width: 100%;
  }
  .intro_loca .way_wrap {
    width: 100%;
  }
}

/* 하늘안과 소개 - 진료시간 */
.intro_info {
  padding-bottom: 0;
}
.intro_info .cont_1 .conwrap {
  display: flex;
  gap: 80px;
  margin-top: 66px;
}
.intro_info .cont_1 .section {
  border-top: 1px solid #000;
  width: calc((100% - 80px) / 2);
  padding-top: 30px;
  display: flex;
  gap: 50px;
}
.intro_info .cont_1 .number b {
  color: var(--Soft-black, #303030);
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2px;
}
.intro_info .cont_1 .section strong {
  color: var(--Soft-black, #303030);
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.96px;
}
.intro_info .cont_1 ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.intro_info .cont_1 ul li.small {
  color: var(--dark-blue-gray-60001, #4b5563);
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.6px;
}
.intro_info .cont_1 ul li span {
  overflow: hidden;
  color: #303030;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.intro_info .cont_1 ul li b {
  color: #303030;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1600px) {
  .intro_info .cont_1 .conwrap {
    flex-direction: column;
    gap: 45px;
  }
  .intro_info .cont_1 .section {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
  }
  .intro_info .cont_1 .number b {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .intro_info .cont_1 .conwrap {
    flex-direction: column;
    gap: 45px;
    margin-top: 45px;
  }
  .intro_info .cont_1 .section {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .intro_info .cont_1 .section strong {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .intro_info .cont_1 ul li span {
    font-size: 18px;
  }
  .intro_info .cont_1 ul li b {
    font-size: 18px;
  }
  .intro_info .cont_1 .number b {
    display: block;
    text-align: center;
    font-size: 30px;
  }
}
/* 하늘안과 소개 - 시설안내 */
.intro_info_2 {
  background: #f9fafb;
}
.intro_info_2 .title {
  margin-bottom: 0;
}

.s5_facility-swiper-pagination {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  gap: 12px;
}
.s5_facility-swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  box-sizing: border-box;
  border-radius: 7.542px;
  background: var(--Glass-02, rgba(201, 208, 226, 0.7));
  box-shadow: -0.219px -0.219px 0.438px 0px rgba(0, 0, 0, 0.25) inset,
    0.219px 0.219px 0.438px 0px rgba(255, 255, 255, 0.4) inset;
  backdrop-filter: blur(2.1897811889648438px);
  opacity: 1;
}
.s5_facility-swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(360deg, #71b4ff 16.51%, #3796ff 79.97%);
}
.s5_facility-swiper-pagination .swiper-pagination-bullet span {
  color: var(--dark-blue-gray-00-white, #fff);
  font-family: "Advent Pro";
  font-size: 29.092px;
  font-weight: 700;
  line-height: 100%;
}
.s5_facility_swiper .swiper-slide img {
  width: 100%;
}
.fac_info_wrap {
  width: 49%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fac_info_wrap .name {
  color: var(--Soft-black, #303030);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.96px;
}
.fac_info_wrap .btn_wrap {
  display: flex;
  gap: 24px;
  align-items: center;
}
.s2_facility-swiper-button-prev img {
  display: block;
  width: 45px;
  max-width: unset;
}
.s2_facility-swiper-button-next img {
  display: block;
  transform: rotate(180deg);
  width: 45px;
  max-width: unset;
}
.s5_facility_frc-swiper-pagination span {
  color: var(--Soft-black, #303030);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.s5_facility_frc-swiper-pagination .swiper-pagination-current {
  color: var(--main-blue, var(--main_color, #3796ff));
  font-weight: 500;
  margin-right: 8px;
}
.s5_facility_frc-swiper-pagination .swiper-pagination-total {
  margin-left: 8px;
}

.intro_info_2 .tab_btn {
  margin: 30px auto;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.intro_info_2 .tab_btn > li {
  cursor: pointer;
  margin: 0 !important;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  box-sizing: border-box;
  border-radius: 7.542px;
  background: var(--Glass-02, rgba(201, 208, 226, 0.7));
  box-shadow: -0.219px -0.219px 0.438px 0px rgba(0, 0, 0, 0.25) inset,
    0.219px 0.219px 0.438px 0px rgba(255, 255, 255, 0.4) inset;
  backdrop-filter: blur(2.1897811889648438px);
  opacity: 1;
  color: var(--dark-blue-gray-00-white, #fff);
  font-family: "Advent Pro";
  font-size: 29.092px;
  font-weight: 700;
  line-height: 100%;
}
.intro_info_2 .tab_btn > li.on {
  background: linear-gradient(360deg, #71b4ff 16.51%, #3796ff 79.97%);
}
@media screen and (max-width: 1024px) {
  .s5_facility-swiper-pagination {
    padding: 10px 0 20px;
  }
  .s5_facility-swiper-pagination .swiper-pagination-bullet {
    width: 43px;
    height: 43px;
    padding: 12px 0;
  }
  .s5_facility-swiper-pagination .swiper-pagination-bullet span {
    font-size: 21px;
  }
  .fac_info_wrap .name {
    font-size: 18px;
  }
  .fac_info_wrap {
    width: 100%;
    justify-content: center;
    gap: 20px;
  }
  .intro_info_2 .tab_btn > li {
    font-size: 21px;
    width: 43px;
    height: 43px;
    padding: 12px 0;
  }
  .intro_info_2 .tab_btn {
    width: 90%;
    margin: 15px auto;
  }
}
@media screen and (max-width: 550px) {
  .s5_facility-swiper-pagination {
    column-gap: 25px;
    row-gap: 17px;
    max-width: 375px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .fac_info_wrap {
    margin-top: 10px;
    flex-direction: column;
  }
}

/* 하늘안과 소개 - 가상체험 */
.intro_exp .tabnav {
  border-radius: 999px;
  border: 1px solid var(--dark-blue-gray-40001, #9ca3af);
  background: #fff;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 7px;
  box-sizing: border-box;
}
.intro_exp .tablink {
  display: block;
  color: var(--Soft-black, #303030);
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.8px;
  padding: 9px 30px;
  box-sizing: border-box;
  border-radius: 999px;
}
.intro_exp .tablink.on {
  color: #fff;
  background: var(--main_color, #3796ff);
}
.intro_exp .exp_swiper .swiper-slide {
  height: 540px;
}
.intro_exp .exp_swiper .content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  backdrop-filter: brightness(0.5) saturate(0);
  transition: all 0.3s;
}
.intro_exp .exp_swiper .swiper-slide-active .content {
  backdrop-filter: brightness(1) saturate(1);
}
.intro_exp .exp_swiper .content > img {
  position: absolute;
}
.intro_exp .exp_swiper .txt_inner {
  text-align: center;
}
.intro_exp .exp_swiper .txt_inner b.num {
  color: #fff;
  font-family: "Advent Pro";
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.2px;
}
.intro_exp .exp_swiper .txt_inner span {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.28px;
}
.intro_exp .exp_swiper .txt_inner p.txt {
  color: var(--dark-blue-gray-00-white, #fff);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.8px;
}
.intro_exp .exp_swiper .txt_inner > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
.intro_exp .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
.exp-swiper-pagination {
  width: fit-content;
}
.exp-swiper-pagination .swiper-pagination-total {
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-left: 16px;
}
.exp-swiper-pagination .swiper-pagination-current {
  color: var(--main-blue, var(--main_color, #3796ff));
  margin-right: 16px;
}
.exp_swiper .exp-swiper-button-next,
.exp_swiper .exp-swiper-button-prev {
  cursor: pointer;
}
.exp-swiper-button-next {
  transform: rotate(180deg);
}
@media screen and (max-width: 1440px) {
  .intro_exp .tabnav {
    padding: 5px;
  }
  .intro_exp .tablink {
    font-size: 15px;
    padding: 6px 22px;
  }
  .intro_exp .exp_swiper .txt_inner b.num {
    font-size: 50px;
    margin-bottom: 15px;
  }
  .intro_exp .exp_swiper .txt_inner span {
    font-size: 25px;
  }
  .intro_exp .exp_swiper .txt_inner p.txt {
    font-size: 16px;
  }
  .intro_exp .exp_swiper .swiper-slide {
    height: 500px;
  }
}
