/* --------------------------------- reset --------------------------------- */

@import url(reset.css);

/* root 변수 */
@import url(variables.css);

/* --------------------------------- reset --------------------------------- */

/* --------------------------------- common --------------------------------- */

html {
  font-size: clamp(10px, calc(10px + (22 - 10) * var(--fluid-280-1920)), 22px);
  font-weight: 500;
  letter-spacing: -1px;
}
html,
body {
  height: 100%;
}
body.scroll-lock {
  overflow: hidden;
  touch-action: none;
}

.wrap {
  position: relative;
  transform: translateY(-110px);
}

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

.flex-align {
  display: flex;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fw_light {
  font-weight: 300;
}

.fw_demiLight {
  font-weight: 400;
}
.fw_semibold {
  font-weight: 600;
}
.fw_bold {
  font-weight: 700;
}
.fw_extBold {
  font-weight: 800;
}
.letter_spc50 {
  letter-spacing: -1px;
}
.letter_spc30 {
  letter-spacing: -0.6px;
}
.letter_spc25 {
  letter-spacing: -0.55px;
}
.letter_spc20 {
  letter-spacing: -0.5px;
}

.lineH34 {
  line-height: 1.7;
}

.f_noto_sans {
  font-family: var(--noto-sans);
}

.f-suit {
  font-family: var(--suit);
}
.googleIcon {
  font-family: "Material Icons";
}
.f_64 {
  /* 64 → 28 */
  font-size: clamp(28px, calc(28px + (64 - 28) * var(--fluid-280-1920)), 64px);
}
.f_60 {
  /* 60 → 26 */
  font-size: clamp(26px, calc(26px + (60 - 26) * var(--fluid-280-1920)), 60px);
}
.f_54 {
  /* 54 → 24 */
  font-size: clamp(24px, calc(24px + (54 - 24) * var(--fluid-280-1920)), 54px);
}
.f_50 {
  /* 50 → 22 */
  font-size: clamp(22px, calc(22px + (50 - 22) * var(--fluid-280-1920)), 50px);
}
.f_45 {
  /* 45 → 20 */
  font-size: clamp(35px, calc(35px + (45 - 35) * var(--fluid-280-1920)), 45px);
}
.f_36 {
  /* 36 → 16 */
  font-size: clamp(30px, calc(30px + (36 - 30) * var(--fluid-280-1920)), 36px);
}
.f_32 {
  /* 32 → 14 */
  font-size: clamp(30px, calc(30px + (32 - 30) * var(--fluid-280-1920)), 32px);
}
.f_30 {
  /* 30 → 13 */
  font-size: clamp(25px, calc(25px + (30 - 25) * var(--fluid-280-1920)), 30px);
}
.f_28 {
  /* 28 → 12 */
  font-size: clamp(12px, calc(12px + (28 - 12) * var(--fluid-280-1920)), 28px);
}
.f_26 {
  /* 26 → 11 */
  /* font-size: clamp(11px, calc(11px + (26 - 11) * var(--fluid-280-1920)), 26px); */
  font-size: clamp(18px, calc(18px + (26 - 18) * var(--fluid-280-1920)), 26px);
}
.f_25 {
  font-size: clamp(
    10.5px,
    calc(10.5px + (25 - 10.5) * var(--fluid-280-1920)),
    25px
  );
}
.f_23 {
  /* 23 → 10 */
  font-size: clamp(10px, calc(10px + (23 - 10) * var(--fluid-280-1920)), 23px);
}
.f_20 {
  /* 20 → 10 */
  /* font-size: clamp(10px, calc(10px + (20 - 10) * var(--fluid-280-1920)), 20px); */
  font-size: 20px;
}
.f_18 {
  /* 18 → 9 */
  /* font-size: clamp(9px, calc(9px + (18 - 9) * var(--fluid-280-1920)), 18px); */
  font-size: 18px;
}
.f_17 {
  /* 17 → 8 */
  /* font-size: clamp(8px, calc(8px + (17 - 8) * var(--fluid-280-1920)), 17px); */
  font-size: 17px;
}
.f_16 {
  /* 16 → 7 */
  /* font-size: clamp(7px, 0.5769vw + 4.9231px, 16px); */
  /* font-size: clamp(7px, calc(7px + (16 - 7) * var(--fluid-280-1920)), 16px); */
  font-size: 16px;
}

.lineH80 {
  line-height: 1.65;
}

.lineH24 {
  line-height: 1.35;
}

.mgTop50 {
  margin-top: 50px;
}

.mgTop25 {
  margin-top: 25px;
}
.textCenter {
  text-align: center;
}
.mo_br.pc_br {
  display: block;
}
.m_bottom_menu,
.mo_br,
.m_banner_quick {
  display: none !important;
}

.mainPage > section:not(#main01) {
  /* padding: calc(40px + (150 - 40) * ((100vw - 280px) / (1920 - 280)))
    calc(10px + (0 - 10) * ((100vw - 280px) / (1920 - 280))); */
  padding: 100px 0;
}

.top_txt {
  text-align: center;
  font-family: var(--suit);
  color: #191919;
  margin-bottom: 100px;
}
#main02 .top_txt p {
  margin-bottom: 15px;
}
#main03 .top_txt p,
#main04 .top_txt p {
  margin-top: 15px;
}
.top_txt p {
  line-height: 1.125;
}

.btn_box {
  text-align: center;
  margin-top: 50px;
}
.detail_btn {
  font-size: 32px;
  font-weight: 600;
  font-family: var(--suit);
  background: #014a98;
  color: #fff;
  width: 330px;
  height: 87px;
  display: inline-block;
  line-height: 87px;
  letter-spacing: -0.3px;
  border: 1px solid #014a98;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  box-sizing: border-box;
}

.detail_btn:hover {
  background: transparent;
  color: #014a98;
}
.right_arrow {
  position: relative;
}
.right_arrow:after {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
  display: inline-block;
  content: "\f1df";
  /* content:"arrow_forward"; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  aspect-ratio: 1/1;
  max-width: 35px;
  line-height: 35px;
  width: 100%;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-out 0s;
}

.autoBtn {
  position: relative;
  cursor: pointer;
  z-index: 10;
}

/* 멈춤 아이콘 */
.autoBtn:after {
  display: inline-block;
  content: "pause";
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* play 클래스 붙을 시 재생 아이콘 변경 */
.autoBtn.play:after {
  content: "play_arrow";
}

.facebook {
  background: #0866ff;
}

.kakao {
  background: #f8ef2b;
}

.youtube {
  background: #e7211a;
}

.blog {
  background: #2cb24a;
}

/* --------------------------------- common --------------------------------- */

/* --------------------------------- header --------------------------------- */

header {
  width: 100%;
  height: 110px;
  position: absolute;
  position: sticky;
  top: 110px;
  font-family: var(--noto-sans);
  will-change: transform;
  transform: translateY(0);
  z-index: 1000;
}

header.show {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
header.scroll {
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: rgb(255, 255, 255);
}

header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 37px 0; */
  width: 92%;
  margin: 0 auto;
  height: 100%;
  column-gap: 20px;
}

header::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 110px;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease 0;
}
header::before {
  content: "";
  display: inline-block;
  background: url("/img/bg/menu_bg.png") no-repeat left bottom / contain;
  position: absolute;
  left: 0;
  /* bottom: -249.4%; */
  bottom: -222.4%;
  aspect-ratio: 97 / 61;
  width: 20%;
  z-index: 2;
  max-width: 297px;
  opacity: 0;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}

header.show::before {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.3s;
}

header.show::after {
  /* height: 270px; */
  height: 240px;
}

.logo {
  max-width: 161px;
  aspect-ratio: 161 / 36;
  width: 100%;
  transition-delay: 0.3s;
  display: flex;
  align-items: center;
}

.logo a {
  display: block;
  background: url("/img/logo/logo.svg") no-repeat center / contain;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

header.show .logo a,
:is(header.scroll, header.brightVar) .logo a {
  background: url("/img/logo/logo_hover.svg") no-repeat center / contain;
  aspect-ratio: 171 / 50;
}

header > div nav ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-white);
}

/* 주요 메뉴 */
nav[aria-label="주요 메뉴"] {
  width: 60%;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.dep1 {
  position: relative;
  width: 20%;
  height: 100%;
}

.dep1 > a {
  color: #fff;
}

header.show .dep1 > a,
:is(header.scroll, header.brightVar) .dep1 > a {
  color: #0e2f5d;
}
header.show .dep1:hover > a {
  font-weight: var(--bold);
}

.dep1:hover:after {
  opacity: 1;
}
.dep1:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #1f286f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.dep2 li:hover {
  color: #2f4f7d;
  font-weight: var(--normal);
}
.dep2 {
  position: absolute;
  top: 109px;
  width: 100%;
  font-size: var(--f_16);
  text-align: center;
  background: #fff;
  color: #111111;
  border-right: 1px solid #f0f0f0;
  z-index: 2;
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
header.show .dep2 {
  /* height: 270px; */
  /* padding: 35px 0; */
  height: 240px;
  padding: 15px 0;
  opacity: 1;
  border-top: 1px solid #f0f0f0;
  transition-delay: 0s;
}
.dep2 li {
  width: 100%;
  /* padding: 10px 0; */
}

/* SNS 모음 */
nav.sns ul {
  column-gap: clamp(10px, 1vw, 20px);
}
.sns li {
  flex: 0 0 calc(40% / 6);
}
.sns img {
  max-width: 23px;
  max-height: 23px;
  object-fit: contain;
  margin: 0 auto;
}

nav.sns ul li {
  max-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

nav.sns ul a {
  height: 100%;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.sns ul .facebook img {
  width: 100%;
}

.sns .youtube img,
.sns .blog img {
  width: 50%;
}

header.show .changeColor,
:is(header.scroll, header.brightVar) .changeColor {
  filter: brightness(0.31);
}

/* 우측 메뉴 아이콘 */
.menu {
  row-gap: 5px;
  cursor: pointer;
  display: grid;
  grid-template-rows: repeat(3, 2px);
  box-sizing: border-box;
  line-height: 30px;
}
.menu span {
  display: block;
  width: 27px;
  border-top: 2px solid #fff;
  transition: width 0.3s;
  text-align: left;
  box-sizing: border-box;
  pointer-events: cursor;
}
header.show .menu {
  pointer-events: none;
}
:is(header.scroll, header.brightVar) .menu span {
  border-top: 2px solid #4f4f4f;
}
header.show .menu span {
  border-top: 2px solid #fff;
}

.menu:hover span:nth-of-type(2) {
  width: 20px;
}

.menu:hover span:last-of-type {
  width: 13px;
  text-align: left;
  transform-origin: right;
}

/* 상단 퀵메뉴 */
nav[aria-label="상단 퀵메뉴"] {
  background: var(--color-primary);
  color: var(--color-white);
  position: absolute;
  /* top: 380px; */
  top: 340px;
  width: 100%;
  height: 84px;
  padding: 0 4%;
  transition: height 0.4s ease, opacity 0.3s ease;
  height: 0;
  overflow: hidden;
  opacity: 0;
  column-gap: 8px;
}
header.show nav[aria-label="상단 퀵메뉴"] {
  height: 84px;
  opacity: 1;
  transition-delay: 0.15s; /* 열릴 때만 살짝 늦게 */
}
nav[aria-label="상단 퀵메뉴"] a {
  column-gap: 15px;
  font-family: var(--noto-sans);
  transition: all 0.3s ease 0s;
}

nav[aria-label="상단 퀵메뉴"] > div span {
  color: var(--color-accent);
  font-family: var(--suit);
  font-size: var(--f_45);
}
/* 상담 및 예약 */
.top_book {
  column-gap: 20px;
  font-size: var(--f_21);
}

.top_links li {
  position: relative;
  font-size: var(--f_21);
  padding: 0 clamp(20px, calc(20px + (54 - 20) * var(--fluid-1024-1920)), 54px);
}
.top_links li:hover a {
  color: #ffbf3f;
}
.top_links li:hover img {
  filter: invert(61%) sepia(85%) saturate(418%) hue-rotate(337deg)
    brightness(184%) contrast(107%);
}
.top_links li:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* --------------------------------- header --------------------------------- */

/* --------------------------------- main --------------------------------- */
/* mainPage */
/* .mainPage {
  transform: translateY(-110px);
} */
/* main01 */
#main01 {
  position: relative;
  height: 100vh;
}
.banner-swiper {
  height: 100%;
}
#main01 picture {
  height: 100%;
}
#main01 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_box {
  position: absolute;
  top: 20%;
  z-index: 3;
  color: #fff;
  left: 50%;
  font-family: var(--GMarket);
  max-width: 1480px;
  width: 82%;
  display: inline-block;
  transform: translateX(-50%);
}

.hero-title {
  font-size: 65px;
  line-height: 1.25;
  margin-bottom: 20px;
  font-family: var(--noto-sans);
  letter-spacing: -3.8px;
  font-weight: var(--middle);
}

.hero-title strong {
  font-weight: var(--middle);
}

.hero-desc {
  font-size: clamp(23px, 0.5128vw + 13.154px, 26px);
  letter-spacing: -1px;
  font-family: var(--noto-sans);
  line-height: 24px;
}
.hero-title .f_noto_sans {
  font-weight: 500;
  letter-spacing: -5px;
  line-height: 24px;
}

#main01 .hero_box .swiper-pagination,
.main04_slideL .swiper-pagination {
  top: unset;
  bottom: clamp(
    -20px,
    calc(-60px + (-20 - -60) * var(--fluid-1024-1920)),
    -100px
  );
  text-align: left;
  max-width: 300px;
  width: 100%;
}
#main01 .hero_box .swiper-pagination {
  position: unset;
  margin: 30px 0;
}
#main01 .autoBtn.googleIcon::after {
  left: unset;
  /* content:"\e034"; */
  /*  멈췄을 때 보여야함 content:"\e037"; */
  right: -15px;
  transform: translateY(-50%);
}

.main04_slideL .swiper-pagination:before {
  right: 0;
  left: -15px;
}

.hero_box .swiper-pagination .swiper-pagination-bullet,
.main04_box .swiper-pagination .swiper-pagination-bullet {
  width: 30%;
  border-radius: 0;
  height: 4px;
  background: #f0f0f099;
}

.hero_box .swiper-pagination .swiper-pagination-bullet-active,
.main04_box .swiper-pagination .swiper-pagination-bullet-active {
  background: #f0f0f0;
}

.main04_box .main04_slideR .swiper-pagination .swiper-pagination-bullet {
  background: #161616;
}
.main04_box .main04_slideR .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(61, 61, 61);
}

.hero_box .swiper-pagination.pagination-dark .swiper-pagination-bullet,
.main04_box .swiper-pagination.pagination-dark .swiper-pagination-bullet {
  background: #034b97;
}
#main01 .autoBtn.pagination-dark.googleIcon::after {
  color: #174c98;
}
.hero_box.pagination-dark .hero-title {
  color: #000;
  font-weight: 900;
  font-family: var(--GMarket);
  letter-spacing: -3px;
}
.hero_box.pagination-dark .hero-title strong.brightTxt {
  color: #034b97;
  font-weight: 900;
}
.hero_box.pagination-dark .hero-title strong.brightTxt02 {
  color: #2e3eb7;
  font-weight: 900;
}

.hero_box.pagination-dark .brightTxt {
  color: #2e2f2f;
  font-family: var(--GMarket);
  font-weight: 500;
}
.hero_box.pagination-dark .brightTxt02 {
  color: #000;
  font-weight: 500;
}

.hero_box.pagination-dark .hero-desc .brightTxtYellow {
  background: #fbbe41;
  padding: 0px 5px;
}
.hero-desc02 {
  display: flex;
  column-gap: 50px;
  align-items: baseline;
}
.hero-desc02 > span {
  background: #27409c;
  padding: 6px 20px;
  border-radius: 26px;
  font-size: 22px;
  font-family: var(--GMarket);
  font-weight: 700;
  line-height: normal;
}
.hero-desc02 p {
  font-size: 40px;
  color: #212123;
  font-family: var(--GMarket);
  font-weight: 600;
  letter-spacing: -4px;
  line-height: 1.2;
  /* color: ; */
}
.hero-desc02 p span {
  font-size: 30px;
}
.hero-desc03 em {
  display: inline-block;
  border: 2px solid #a8aeb7;
  padding: 5px 15px;
  font-size: 30px;
  font-family: var(--noto-sans);
  color: #333333;
  border-radius: 55px;
  letter-spacing: -3px;
  transform: translateY(-15px);
}
.hero-text:has(.hero-desc03) {
  line-height: 1.3;
}
.hero-text:has(.hero-desc03) .hero-title {
  line-height: 1.1;
}
/* 배너 퀵메뉴 */
.banner_quick {
  position: absolute;
  left: 50%;
  bottom: clamp(20px, calc(2.232143vw - 2.857143px), 40px);
  transform: translateX(-50%);
  width: 82%;
  z-index: 1;
  color: #fff;
  font-family: var(--suit);
  background: url(/img/bg/book_box_bg.png) no-repeat left top / cover;
  border-radius: 30px;
  max-width: 1480px;
  aspect-ratio: 1480 / 360;
}
.banner_quick > ul {
  padding: clamp(15px, calc(15px + (43 - 15) * var(--fluid-768-1920)), 43px)
    clamp(10px, calc(10px + (50 - 10) * var(--fluid-768-1920)), 50px);
  column-gap: 2rem;
  justify-content: space-between;
  height: 100%;
}
.banner_q_left {
  width: 35%;
  line-height: 225%;
}
.banner_q_left p {
  font-size: clamp(10px, 0.7692vw + 7.231px, 22px);
}

.banner_q_right {
  width: 65%;
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
.banner_q_right > ul {
  column-gap: clamp(
    7.5px,
    calc(7.5px + (15 - 7.5) * var(--fluid-768-1920)),
    15px
  );
  width: calc(
    100% - clamp(15px, calc(15px + (30 - 15) * var(--fluid-768-1920)), 30px)
  );
  display: grid;
  grid-template-columns: 25% 25% 50%;
}

.banner_q_right .banner_quick_link {
  width: calc(
    100% - clamp(10px, calc(7.5px + (20 - 10) * var(--fluid-768-1920)), 20px)
  );
  grid-template-columns: 50% 50%;
  column-gap: clamp(
    10px,
    calc(7.5px + (20 - 10) * var(--fluid-768-1920)),
    20px
  );
}

.banner_q_right .banner_quick_link li {
  width: 100%;
  font-size: 25px;
}

.banner_quick_link li a {
  column-gap: 17px;
  width: 100%;
  height: 100%;
}

.councilBox li {
  border-radius: 30px;
  height: 100%;
  max-width: 260px;
  max-height: 170px;
}
.councilBox li.naver_book {
  background: #03aa5a;
}
.councilBox li a {
  width: 100%;
  height: 100%;
  /* padding: 15px 0; */
  padding: clamp(7.5px, calc(7.5px + (15 - 7.5) * var(--fluid-768-1920)), 15px)
    0;
  display: inline-block;
  text-align: center;
}
.councilBox li:not(.council) a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.councilBox li span {
  display: block;
}

.councilBox li span:not(.council span) {
  display: block;
  margin-top: clamp(6px, calc(6px + (12 - 6) * var(--fluid-768-1920)), 12px);
}
.councilBox li:hover img {
  transform: translateY(-4%);
}
.kakao_council {
  background: #f8ef2b;
}
.naver_book {
  background: #49b85c;
}
.quick_map {
  display: none;
  background: #ffbf3f;
  color: #252525;
}

.councilBox li.council {
  background: var(--color-primary);
  max-width: 100%;
}

.council a {
  height: 100%;
  line-height: 55px;
}
.council img {
  display: none;
}

.councilBox img {
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  max-width: 65px;
  width: 30%;
  transition: all 0.3s ease 0s;
}
.naver_book img {
  max-width: 56px;
}

.kakao_council span {
  color: #3b1c1c;
}
.banner_quick_link {
  grid-template-columns: 50% 50%;
}

.banner_quick_link li {
  width: 50%;
  color: #092e6c;
  background: #f5f7f9;
  border-radius: 20px;
  padding: 10px 15px;
  column-gap: 15px;
  position: relative;
  cursor: pointer;
}

.banner_quick_link li:after {
  right: 30px;
  background: #092e6c;
}

.banner_quick_link li:hover:after {
  transform: translate(10px, -50%);
}

/* main02 */
.mainPage > section#main02 {
  background: url(/img/bg/main02_bg.jpg) no-repeat top center / cover;
  padding: calc(40px + (150 - 40) * ((100vw - 280px) / (1920 - 280))) 0;
  padding: 100px 0;
}

.doctor-swiper {
  box-shadow: 0px 5px 10px 10px #c7c7c74d;
}

.doctor-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f4;
  padding-top: 30px;
  transition: all 0.3s ease 0s;
  transition: border 0s ease 0s;
}
.doctor-swiper .swiper-slide:hover {
  border: 2px solid #2d5da2;
  border-radius: 10px;
}

.doctor-swiper .doctor_txt {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 30px 18px;
  width: 100%;
  color: #000;
}
.doctor-swiper .swiper-slide:nth-of-type(odd) .doctor_txt {
  background: #f4f4f4;
}
.doctor-swiper .swiper-slide:hover .doctor_txt {
  background: #174c98;
  color: #fff;
}
.doctor-swiper .swiper-slide:nth-of-type(odd) {
  background: #fff;
}

.doctor-swiper > a {
  position: relative;
}

.doctor-swiper .swiper-slide-active {
  /* border: 1.5px solid #2d5da2; */
  border-radius: 0 10px 10px 0;
}

.doctor-swiper img {
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}

.doctor-swiper .swiper-slide:hover img {
  transform: scale(1.06);
}

/* .doctor-swiper .swiper-slide.swiper-slide-active .doctor_txt {
  background: #174c98;
  color: #fff;
} */

/* 보이는 슬라이드 기준 마지막 슬라이드 스타일 */
.doctor-swiper .swiper-slide.is-nth {
  border-radius: 10px 0 0 10px;
}

.doctor_btn {
  position: relative;
  display: inline-block;
  aspect-ratio: 100/30;
  max-width: 100px;
  width: 100%;
  background: #174c98;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  padding-right: 15px;
  margin-top: 15px;
}

.doctor-swiper .swiper-slide:hover .doctor_btn {
  background: #fff;
  color: #174c98;
  border: 1px solid #051f43;
}

.doctor_btn:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e145";
  display: inline-block;
  font-family: "Material Icons";
}

/* main03 */
#main03 {
  background: url(/img/bg/main03_bg.jpg) no-repeat top center / cover;
}

.promise {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  max-width: 1725px;
  margin: 0 auto;
  width: 100%;
}
.promise li {
  aspect-ratio: 275/423;
  background: red;
  color: #fff;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  position: relative;
}

.promise li:nth-of-type(1) {
  background: url(/img/bg/main03_sub_bg01.png) no-repeat top center / cover;
}

.promise li:nth-of-type(2) {
  background: url(/img/bg/main03_sub_bg02.png) no-repeat top center / cover;
}

.promise li:nth-of-type(3) {
  background: url(/img/bg/main03_sub_bg03.png) no-repeat top center / cover;
}

.promise li:nth-of-type(4) {
  background: url(/img/bg/main03_sub_bg04.png) no-repeat top center / cover;
}

.promise li:nth-of-type(5) {
  background: url(/img/bg/main03_sub_bg05.png) no-repeat top center / cover;
}

.promise li:nth-of-type(6) {
  background: url(/img/bg/main03_sub_bg06.png) no-repeat top center / cover;
}

.promise li:hover {
  background: var(--color-primary);
}

.promise li:hover img {
  filter: invert(76%) sepia(76%) saturate(728%) hue-rotate(184deg)
    brightness(95%) contrast(93%);
}

.promise figure {
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
}
.promise li:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 15%;
  background: url(/img/icons/arrow-right-icon.svg) no-repeat center 25px / 45px
    10px;
  width: 95px;
  height: 10px;
  background-position: top;
  right: 50%;
  transform: translateX(50%);
}
.promise li:hover:after {
  display: none;
}
.promise li img {
  margin: 0 auto;
  z-index: 2;
  width: 20%;
  max-width: 55px;
}

.promise li:hover figure:before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 40%;
  /* height: 100px; */
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.promise li a {
  width: 100%;
  height: 80%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: calc(40% - 20px) 60%;
  align-content: center;
  row-gap: 20px;
}

.promise li a > div {
  width: 100%;
  display: flex;
  /* row-gap:25px; */
  row-gap: clamp(0px, calc(2.1701389vw - 24.666667px), 25px);
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  align-self: baseline;
  /* max-height: 150px; */
}

.right-arrow {
  background: url(/img/icons/arrow-right-icon.svg) no-repeat center 25px / 45px
    10px;
  /* width:100%; */
  height: 100%;
  /* max-width: 45px; */
  /* max-height: 10px; */
  aspect-ratio: 45 / 10;
  min-height: 45px;
  display: inline-block;
}

.hide_txt {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  transition: all 0.3s ease 0s;
  position: relative;
}

.hide_txt span {
  text-align: center;
  display: inline-block;
  padding: 2px;
}
.hide_txt span.right-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  min-height: auto;
  display: none;
}
.promise li .hide_txt span:not(.right-arrow) {
  display: none;
  width: 100%;
  text-wrap-style: balance;
}
.promise li:hover .hide_txt span:not(.right-arrow) {
  display: block;
}
.promise li:hover .hide_txt span.right-arrow {
  display: none;
}

/* #main04 */
.main04_box {
  display: flex;
  background: #ffbf3f;
  font-family: var(--noto-sans);
  color: #fff;
}
.main04_box > div {
  margin: 0;
}
.main04_slideL {
  width: 40%;
  border-radius: 0 20px 20px 0;
  background: url(/img/bg/main04_bg01.png) no-repeat center 40% / cover;
  background-color: #3569b5;
}
.main04_box .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(50px, calc(50px + (80 - 50) * var(--fluid-1024-1920)), 80px);
  /* column-gap: 4%; */
  column-gap: 107px;
  align-items: flex-start;
}
.main04_slideL .swiper-slide div {
  max-width: 432px;
}

.paginationBox {
  display: flex;
  position: absolute;
  align-items: center;
  bottom: 170px;
  /* left: 90px; */
  left: clamp(60px, calc(60px + (90 - 60) * var(--fluid-1024-1920)), 90px);
  width: 70%;
  column-gap: 10px;
}

.paginationBox .swiper-pagination {
  position: unset;
  display: flex;
  align-items: center;
}
.main04_box .swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  max-width: 40px;
  border-radius: 1.5px;
}
.main04_slideR {
  width: 60%;
  background: url(/img/bg/main04_bg02.png) no-repeat right -10%;
  background-color: #ffbf3f;
}
.main04_slideR .swiper-slide {
  justify-content: flex-start;
  column-gap: 107px;
}

.main04_box h3 {
  margin-bottom: 40px;
  line-height: 120%;
  letter-spacing: -2px;
  font-weight: var(--bold);
}
.main04_box p {
  line-height: 32px;
  margin-bottom: 70px;
  font-size: 25px;
  letter-spacing: -2px;
}
.main04_box .paginationBox {
  bottom: 90px;
}
.main04_L_txt,
.main04_R_txt {
  align-items: flex-start;
  height: 80%;
  font-weight: var(--bold);
}
.main04_slideL figure {
  height: 100%;
  width: 27%;
  /* padding-top: 35px; */
}
/* .main04_slideL img {
  width: 14%; 
  width: 100%;
  margin-left: 50px;
  max-height: 330px;
  margin-left: 50px;
} */
.main04_slideR {
  color: #161616;
}
.main04_slideR img {
  /* width: 30%; */
  max-width: 355px;
  margin-top: auto;
}

/* #main05 */
#main05 {
  /* background: url(/img/bg/main05_bg.png) no-repeat top center / cover; */
  background: url(/img/bg/main02_bg.jpg) no-repeat top center / cover;
  overflow: hidden;
  /* padding-bottom: 0 !important; */
}

#main05 .top_txt {
  margin-bottom: 50px;
}
#main05 .top_txt h3 {
  margin-bottom: 25px;
}

.sms_list {
  width: 90%;
  justify-content: end;
  column-gap: 10px;
}

.sms_list li,
.f_sns li {
  max-width: 40px;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.sms_list a,
.f_sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.facebook img {
  width: 80%;
}

.kakao img,
.youtube img,
.blog img {
  width: 50%;
}

.product-swiper {
  width: 100%;
  font-family: var(--noto-sans);
}
.swiper.product-swiper {
  overflow: visible;
  display: flex;
  flex-wrap: nowrap;
  width: auto !important; /* Swiper 계산값 무시 */
  transition-timing-function: ease !important;
  /* padding:24px; */
}
.product-swiper figure {
  position: relative;
}
.product-swiper a > div > p {
  min-height: 81px;
  display: -webkit-box;
  line-clamp: 3;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.f_sns.swiper_sns {
  position: absolute;
  top: 20px;
  left: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  justify-content: center;
  align-items: center;
}

.swiper.product-swiper .swiper-slide .f_sns.swiper_sns li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper.product-swiper .swiper-slide .f_sns img {
  max-width: 32px;
  aspect-ratio: 1 / 1;
  transition: all 0.3s ease 0s;
  width: 50%;
}

.swiper.product-swiper .f_sns.swiper_sns .facebook {
  background: #4d6797;
}

.swiper.product-swiper .f_sns.swiper_sns .blog {
  background: #55c243;
}
.swiper.product-swiper .f_sns.swiper_sns .youtube {
  background: #ce4747;
}
.swiper.product-swiper .f_sns.swiper_sns .ext_icon {
  background: var(--color-accent);
}

.swiper.product-swiper .f_sns.swiper_sns .insta {
  background: linear-gradient(
    45deg,
    #f58529,
    /* 주황 */ #feda77,
    /* 노랑 */ #dd2a7b,
    /* 핑크 */ #8134af,
    /* 보라 */ #515bd4 /* 파랑 보라 */
  );
}

.swiper.product-swiper .swiper-slide {
  border: 1px solid #b7b7b7;
  flex-shrink: 0;
}
.swiper.product-swiper .swiper-slide div {
  padding: calc(10px + (30 - 15) * ((100vw - 280px) / (1920 - 280)));
  color: #424242;
  text-wrap-style: pretty;
  background: #fff;
}
.swiper.product-swiper .swiper-slide img {
  aspect-ratio: 333 / 280;
  width: 100%;
}
.swiper.product-swiper .swiper-slide-active {
  transform: translateY(-10px);
  transition: transform 0.3s ease 0s;
}

.swiper.product-swiper .swiper-slide .tagBox {
  padding: 30px 0;
  padding: calc(10px + (30 - 10) * ((100vw - 280px) / (1920 - 280))) 0;
}
.tagBox {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  /* display: flex; */
  flex-wrap: wrap;
  width: 93%;
  gap: 6px;
  text-align: center;
}
.tag_txt {
  font-size: 13px;
  color: #194d99;
  border: 1px solid #194d99;
  border-radius: 15px;
  padding: 3px 7px;
  display: inline-block;
}

/* --------------------------------- main --------------------------------- */

/* --------------------------------- footer --------------------------------- */

#f_info {
  background: #424242;
  color: #fff;
  font-family: var(--suit);
  justify-content: space-between;
  font-size: 18px;
}
.fWidth {
  max-width: 1480px;
  padding: 80px 0;
}
#f_info .fWidth {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}
#f_info .fWidth > div:not(.borderBox) {
  width: calc(40% - 50px);
}

.borderBox {
  height: -webkit-fill-available;
  width: 1px;
  background: #696969;
  margin: 0 50px;
}

#f_info .fWidth > div:nth-of-type(3) {
  width: 60%;
  justify-content: flex-start;
  column-gap: 30px;
  column-gap: 15px;
  justify-content: space-between;
  width: 50%;
  display: grid;
  grid-template-columns: 30% 70%;
  column-gap: 50px;
  align-items: center;
  width: calc(60% - 50px);
  padding-top: 16px;
}
.f_map_info {
  display: flex;
  flex-direction: column;
}
#f_info h6 {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  font-size: 22px;
  font-weight: var(--middle);
}

#f_info h6:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 2px;
  width: 4px;
  height: 16px;
  background: #777777;
}

.f_map_info p {
  word-break: auto-phrase;
  letter-spacing: -3px;
  padding-left: 15px;
}
.info_btns {
  margin-top: 40px;
  row-gap: 7px;
}

.info_btns span {
  background: #000;
  border: 1px solid #bbbbbb;
  display: inline-block;
  padding: 10px 0 10px 20px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.info_btns a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#hospitals li span {
  font-weight: var(--bold);
  font-size: 24px;
  font-family: var(--suit);
  color: #161616;
}
.info_btns .right_arrow {
  position: relative;
}
.info_btns .right_arrow::after {
  right: 5%;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}
.info_btns .right_arrow:hover::after {
  right: 2%;
}

.f_map {
  width: 100%;
  max-width: 537px;
  height: 100%;
  display: flex;
  align-items: center;
}
.root_daum_roughmap {
  max-width: 537px;
  width: 100% !important;
  max-height: 317px !important;
  height: 100% !important;
}
.root_daum_roughmap .wrap_map {
  height: 100% !important;
}
.f_map .wrap_controllers.hide,
.f_map .cont {
  display: none;
}

#hospitals {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  align-items: center;
  column-gap: 30px;
  padding: 50px 0;
  /* padding: 50px 110px; */
}

#hospitals li img {
  margin: 0 auto;
  max-width: 140px;
  height: 40px;
  object-fit: contain;
}
#hospitals {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  margin: 0 auto;
}

#hospitals .title {
  flex-shrink: 0;
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

#hospitals .rolling {
  flex: 1;
  overflow: hidden;
  position: relative;
}

#hospitals .logo-wrap {
  display: flex;
  gap: 40px;
  animation: scrollLeft 20s linear infinite;
}
/* 롤링 애니메이션 */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
.f_infos > div {
  column-gap: 35px;
}

.f_infos {
  /* border-right: 1px solid #696969; */
  row-gap: 30px;
}

.phoneNum {
  color: var(--color-accent);
}

.sns_book {
  column-gap: 10px;
  max-width: 580px;
}
.sns_book li {
  width: 50%;
  aspect-ratio: auto;
}

.sns_book li a {
  justify-content: space-between;
  padding: 10px 20px 10px 36px;
}
.sns_book img {
  max-width: 24px;
  transition: all 0.3s ease 0s;
}
.sns_book li:hover img {
  transform: translateX(15%);
}

.time {
  align-items: baseline;
  column-gap: 45px;
  word-break: auto-phrase;
  text-wrap-style: balance;
  font-size: 20px;
}
.timeInfo {
  padding-left: 20px;
}
.time > li:nth-of-type(1) {
  width: 96px;
}
.time ul li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  column-gap: 5px;
}
div[aria-label="푸터 메뉴"] {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
div[aria-label="푸터 메뉴"] nav {
  margin: 0 auto;
}
div[aria-label="푸터 메뉴"],
footer {
  background: #fcfcfc;
  margin: 0 auto;
}

div[aria-label="푸터 메뉴"] nav {
  position: relative;
  padding: 50px 0;
  font-size: calc(11px + (16 - 11) * ((100vw - 1024px) / (1920 - 1024)));
  font-family: var(--noto-sans);

  justify-content: flex-start;
  column-gap: 70px;
}

div[aria-label="푸터 메뉴"] nav .empty {
  width: clamp(
    11%,
    calc(11% + (15 - 11) * ((100vw - 1024px) / (1920 - 1024))),
    15%
  );
}

div[aria-label="푸터 메뉴"] nav ul {
  width: calc(
    100% - calc(10px + (220 - 110) * ((100vw - 280px) / (1920 - 280)))
  );
  column-gap: 10px;
}

div[aria-label="푸터 메뉴"] nav ul:not(.f_sns) li a {
  padding: 0 10px;
  border-right: 1px solid #000;
  line-height: 15px;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 20px;
  font-weight: var(--normal);
  letter-spacing: -0.3px;
}
div[aria-label="푸터 메뉴"] nav ul:not(.f_sns) li:last-of-type a {
  border-right: none;
  transition: all 0.3s ease 0s;
}

div[aria-label="푸터 메뉴"] nav li:hover a {
  font-weight: var(--bold);
}
div[aria-label="푸터 메뉴"] nav ul.f_sns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  column-gap: 10px;
  margin-left: auto;
  right: calc(10px + (220 - 110) * ((100vw - 280px) / (1920 - 280)));
  width: auto;
  right: 0;
}

.f_sns li:hover img {
  transform: scale(1.1);
}

.f_sns img {
  max-width: 32px;
  aspect-ratio: 1 / 1;
  transition: all 0.3s ease 0s;
}

.f_address {
  margin: 0 auto;
  padding: 50px 0;
  column-gap: 70px;
}
.f_address h2 {
  width: clamp(
    11%,
    calc(11% + (15 - 11) * ((100vw - 1024px) / (1920 - 1024))),
    15%
  );
}
.f_address h2 img {
  opacity: 0.7;
}
.f_address ul {
  row-gap: 40px;
  width: clamp(
    89%,
    calc(89% + (85 - 89) * ((100vw - 1024px) / (1920 - 1024))),
    85%
  );
}
.f_address ul li {
  justify-content: space-between;
  gap: 40px;
}
.f_address .f-suit {
  color: #484848;
  font-weight: var(--normal);
}
.f_address strong {
  color: #000;
  font-weight: 700;
}
.f_address ul li:nth-of-type(2) {
  font-size: 16px;
  font-weight: var(--normal);
  letter-spacing: -0.3px;
  color: #000;
}

.quick {
  transform: translateY(-50%);
  position: fixed;
  top: 53%;
  max-width: 120px;
  width: 100%;
  z-index: 1000;
  right: 0;
  /* background: #f4f4f4; */
  background: #fff;
  border-radius: 30px 0 0 30px;
  font-family: var(--GMarket);
}
.quick ul {
  position: relative;
}
.quick div {
  position: absolute;
  bottom: -48px;
  right: 50%;
  transform: translate(50%, -50%);
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  letter-spacing: -1px;
}
.quick div span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #393939;
  line-height: 43px;
  cursor: pointer;
}
.quick li {
  max-height: 120px;
  height: clamp(
    100px,
    calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))),
    120px
  );
  border: 1px solid #d0d0d0;
  border-bottom: none;
  transition: all 0.3s ease 0s;
  transition: transform 0.3s ease, color 0.3s ease;
}
.quick li:not(li:last-of-type) span {
  line-height: 17px;
  color: #000000;
  margin-top: 20px;
  /* color: var(--color-primary); */
}
.quick li:hover:not(li:last-of-type) span {
  transform: translateY(10px);
  color: var(--color-primary);
}
.quick li:nth-of-type(1) {
  border-radius: 30px 0 0 0;
}
.quick li:last-of-type {
  height: 160px;
  background: #ffb814;
  border-radius: 0px 0 0 30px;
  border: none;
  max-height: unset;
}
.quick li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* font-size: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); */
  font-size: 18px;
  column-gap: 5px;
  color: #393939;
}
.quick figure img {
  filter: brightness(0.27);
  transition: all 0.3s ease 0;
}
.quick img {
  max-width: 28px;
  /* filter: grayscale(100%) brightness(100%) hue-rotate(67deg) opacity(0.6); */
}

.quick li:hover img {
  filter: unset;
}

.quick a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* font-size: calc(13px + (17 - 13) * ((100vw - 1024px) / (1920 - 1024))); */
  font-size: 17px;
  text-align: center;
}
.callTxt {
  line-height: 130%;
  color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 30px;
  /* margin-left: 15px; */
}
.quick li:last-of-type a {
  border-bottom: none;
}
.quick a span {
  margin-top: clamp(
    4px,
    calc(4px + (10 - 4) * ((100vw - 280px) / (768 - 280))),
    10px
  );
  transition: transform 0.3s ease 0s;
  margin-top: 10px;
}

.m_quick {
  background: #174c98;
  display: none;
  color: #fff;
  height: 65px;
  font-size: clamp(
    10px,
    calc(10px + (13 - 10) * ((100vw - 280px) / (768 - 280))),
    13px
  );
  position: sticky;
  bottom: -1px;
  width: 100%;
  z-index: 10;
}
.m_quick ul {
  display: grid;
  grid-template-columns: 18% 20.5% 20.5% 20.5% 20.5%;
  justify-items: center;
  align-items: center;
  height: 100%;
}
.m_quick li,
.m_quick li a {
  width: 100%;
  height: 100%;
}
.m_quick li a {
  padding: 0 1%;
  font-weight: var(--bold);
}

.m_quick li a span:not(.material-symbols-outlined) {
  font-family: var(--noto-sans);
}

.m_quick li:not(li:first-of-type, li:last-of-type) {
  border-right: 1px solid #e5f0ff33;
}

/* 모바일 전화 메뉴 */
.m_quick li:nth-of-type(1) {
  background: #feae0f;
  border-radius: 0 32.5px 32.5px 0;
}
.m_quick li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
}
.m_quick img {
  width: 20px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
.m_quick .material-symbols-outlined {
  height: 20px;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
  font-family: var(--noto-sans);
}
.footer_con {
  max-width: 850px;
  margin: 0 auto;
  text-align: left;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.footer_title {
  color: #174c98;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid #174c98;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.footer_con > p {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer_box {
  height: 50vh;
  overflow-y: auto;
  padding-right: 10px;
}

.footer_box::-webkit-scrollbar {
  width: 8px;
}
.footer_box::-webkit-scrollbar-track {
  background: #f0f3f7;
  border-radius: 10px;
}
.footer_box::-webkit-scrollbar-thumb {
  background: #b6c4d9;
  border-radius: 10px;
}
.footer_box::-webkit-scrollbar-thumb:hover {
  background: #8fa4c2;
}

.footer_box h4 {
  color: #174c98;
  font-weight: 600;
  font-size: 17px;
  margin: 20px 0 10px;
}

.footer_box p {
  margin-bottom: 8px;
  line-height: 1.8;
}

.footer_box ul {
  margin: 8px 0 15px 20px;
  padding-left: 10px;
  list-style-type: disc;
}
.footer_box li {
  margin-bottom: 6px;
  line-height: 1.7;
}
.ethics-list {
  border: 1px solid #545454;
  padding: 15px 20px;
  margin-top: 35px;
  line-height: 2.1;
  font-size: 16px;
  border-radius: 6px;
}
.footer_box ul li {
  margin-bottom: 14px;
  line-height: 1.8;
}

.footer_box ul li strong {
  color: #174c98;
  font-weight: 600;
}
#f_info .phoneNum {
  display: inline-block;
  line-height: 0;
}

/* --------------------------------- footer --------------------------------- */
@media (max-width: 1480px) {
  #f_info .fWidth {
    padding: 80px 10px;
  }
  #f_info .fWidth > div:nth-of-type(1) {
    width: calc(40% - 50px);
  }
  #f_info .fWidth > div:nth-of-type(3) {
    width: calc(60% - 50px);
    justify-content: flex-start;
    column-gap: 30px;
  }
  #hospitals,
  div[aria-label="푸터 메뉴"] nav,
  .f_address {
    padding: 50px 10px;
  }
}
@media (max-width: 1440px) {
  /* 올센병원 의료진 1440px */
  .doctor-swiper .doctor_txt {
    padding: 30px 15px;
  }
  .doctor-swiper .doctor_txt h5 {
    font-size: 30px;
  }
  .doctor-swiper .doctor_txt span {
    font-size: 16px;
  }
  .promise li img {
    width: 30%;
  }
  .promise figure {
    height: 30%;
  }
  .promise li a {
    justify-content: center;
  }
  .promise li a > div {
    height: 100%;
  }
  .promise li a > div .f_23 {
    font-size: 17px;
    line-height: 20px;
  }
  .promise li a > div .f_28 {
    font-size: 25px;
  }
  .promise li .hide_txt span:not(.right-arrow) {
    font-size: 20px;
    line-height: 23px;
  }
  .hero-desc02 {
    column-gap: 8px;
  }
}
@media (max-width: 1411px) {
  .f_address ul li,
  div[aria-label="푸터 메뉴"] nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 10px;
  }
  div[aria-label="푸터 메뉴"] nav ul:not(.f_sns) li a {
    flex-wrap: wrap;
    font-size: 16px;
  }
}
@media (max-width: 1298px) {
  .banner_quick {
    display: none;
  }
  .m_banner_quick {
    display: block !important;
  }
}

@media (max-width: 1222px) {
  .lineH24 {
    line-height: 1.25;
  }
  .mgTop50 {
    margin-top: 5px;
  }
  .mgTop25 {
    margin-top: 15px;
  }
  .hide_txt span {
    margin-top: 10px;
    font-size: 17px;
    display: inline-block;
    padding: 0 10px;
  }
}
@media (max-width: 1114px) {
  .quick li figure {
    flex-direction: column;
  }
  header::before {
    width: 19%;
  }
}

@media (max-width: 1024px) {
  nav[aria-label="주요 메뉴"],
  nav.sns,
  header::before,
  header.show nav[aria-label="상단 퀵메뉴"] {
    display: none;
  }
  .logo {
    max-width: 171px;
  }
  header {
    height: 66px;
  }
  header > div {
    width: 100%;
    height: auto;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }
  .logo {
    max-width: 131px;
    aspect-ratio: 131 / 24;
    width: 100%;
    height: 66px;
    margin-left: 20px;
    display: flex;
  }
  .menu {
    grid-template-rows: repeat(3, 3px);
    transition: all 0.3s ease 0s;
    right: 20px;
    top: 23px;
    position: absolute;
  }
  .menu span {
    border-radius: 1.5px;
    border-top: 3px solid #fff;
    width: 30px;
  }
  header.show .menu {
    width: 23px;
    height: 23px;
  }
  header.show .menu:hover {
    transform: rotate(180deg);
  }
  header.show .menu:hover span:nth-of-type(2) {
    width: 30px;
  }
  :is(header.scroll, header.brightVar) .menu span {
    border-top: 3px solid #004a98;
  }
  header.show {
    /* height: calc(100vh + 48px); */
    height: 100vh;
    top: 110px;
    box-sizing: content-box;
  }
  header.show nav[aria-label="주요 메뉴"] {
    display: block;
    width: 100%;
  }
  header.show::after {
    display: none;
  }
  .hero_box {
    top: 26%;
  }
  .hero-title {
    font-size: clamp(28px, 8vw, 60px);
  }
  .dep1 {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: baseline;
    position: relative;
  }
  .dep1 > a:after,
  .dep2 a:before {
    content: "\e5cc";
    display: inline-block;
    right: 20px;
    position: absolute;
    color: #434343;
    font-size: 20px;
    font-family: "Material Icons";
  }
  .dep2 a:before {
    left: 20px;
    right: unset;
  }
  .dep2 a:hover:before {
    color: #1f286f;
  }
  .dep1:hover > a:after {
    color: #fff;
    font-weight: 500;
  }
  .dep1:hover {
    background: #194d99;
  }
  header.show .dep1:hover > a {
    color: #fff;
  }

  .dep1 > a,
  header.show .dep1 > a {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #434343;
  }
  header.show .dep2,
  .dep2 {
    position: relative;
    flex-direction: column;
    position: unset;
    align-items: flex-start;
    background: #ececec;
    border-top: 1px solid #bbbbbb;
    border-right: none;
    padding: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .dep1:hover:after {
    display: none;
  }

  header.show .dep1:hover .dep2,
  .dep1:hover .dep2 {
    color: #194d99;
    height: auto;
    max-height: 500px;
  }
  .dep2 li {
    text-align: left;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #bbbbbb;
    padding: 0;
  }
  .dep2 a {
    font-size: 15px;
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 50px;
    padding-left: 40px;
  }
  header > div nav ul {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
  }
  header.show .menu span {
    border-top: 3px solid #111;
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  header.show .menu span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  header.show .menu span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header.show .menu span:nth-child(3) {
    display: none;
  }
  header.show .menu {
    pointer-events: auto;
  }
  .quick,
  .f_sns {
    display: none !important;
  }
  nav[aria-label="푸터 메뉴"] ul {
    justify-content: center;
    font-size: 20px;
  }
  .banner_quick,
  .hero_box {
    width: 92%;
  }
  .banner_quick > ul {
    flex-direction: column;
    row-gap: 10px;
  }
  .banner_q_left,
  .banner_q_right {
    width: 100%;
  }
  #main01 .hero_box .swiper-pagination {
    margin: 50px 0;
  }
  .paginationBox {
    bottom: 40px;
  }

  /* 환자를 위한 약속 */
  .mainPage > section:not(#main01) {
    padding: 50px 0;
  }
  .top_txt {
    margin-bottom: 50px;
  }
  .promise {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .promise li:hover figure:before {
    width: 100px;
    height: 100px;
  }
  .promise li a > div .f_23 {
    font-size: 25px;
    line-height: 20px;
  }
  .promise li a > div .f_28 {
    font-size: 30px;
  }
  .promise li .hide_txt span:not(.right-arrow) {
    font-size: 24px;
    line-height: normal;
  }
  /* 1024px 진료센터 & 올센이 잘하는 치료 */
  .main04_box .swiper-slide {
    /* flex-direction: column; */
    align-items: flex-start;
    justify-content: space-around;
    column-gap: 0;
  }

  .main04_slideL img {
    margin-left: auto;
    /* max-width: 124px; */
    /* max-height: 350px; */
    /* width: 50%; */
    /* object-fit: contain; */
  }
  .main04_box p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: normal;
    word-break: auto-phrase;
  }
  .main04_slideR img {
    /* width: 40%; */
    margin-left: auto;
    margin-top: auto;
  }

  /* 푸터 */
  #f_info .fWidth {
    padding: 20px 10px;
  }
  #f_info,
  #hospitals,
  .f_address,
  div[aria-label="푸터 메뉴"] nav {
    padding: calc(12.5px + (12.5 - 0) * ((100vw - 280px) / (1920 - 280)))
      calc(10px + (220 - 110) * ((100vw - 280px) / (1920 - 280)));
  }
  #f_info .fWidth,
  .f_infos {
    row-gap: 15px;
  }
  .f_map_info p {
    padding-left: 15px;
  }
  div[aria-label="푸터 메뉴"] nav .empty {
    display: none;
  }
  div[aria-label="푸터 메뉴"] nav ul.f_sns {
    transform: translateY(0);
    position: unset;
    width: 100%;
    margin-left: unset;
    justify-content: center;
  }
  #f_info .fWidth > div:nth-of-type(1),
  #f_info .fWidth > div:nth-of-type(3) {
    width: 100%;
  }
  .borderBox {
    display: none;
  }

  #f_info .fWidth > div:nth-of-type(3) {
    grid-template-columns: 1fr;
  }
  #f_info {
    flex-direction: column;
    width: 100%;
  }
  #f_info > div:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
  }
  #f_info > div {
    width: 100%;
    flex-direction: column;
  }
  #f_info h6 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .f_infos {
    border-right: none;
  }
  .f_infos > div {
    column-gap: 10px;
  }
  #f_info .fWidth {
    padding: 0;
  }
  .phoneNum {
    font-size: 32px;
  }
  .sns_book {
    flex-direction: column;
    row-gap: 8px;
    max-width: unset;
  }
  .sns_book li {
    width: 100%;
  }
  .sns_book li a {
    font-size: 20px;
    font-weight: 700;
  }
  .f_map_info {
    padding-left: 0;
    align-self: flex-start;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 30px;
  }

  .f_map_info h6 {
    margin-bottom: 10px;
  }
  .info_btns {
    width: 100%;
    column-gap: 10px;
    margin: 20px 0;
    order: 3;
    /* font-size: 14px; */
    flex-direction: row;
  }
  .time > li:nth-of-type(1) {
    width: auto;
  }

  .f_map {
    aspect-ratio: 320 / 240;
    max-width: unset;
  }
  .root_daum_roughmap {
    max-height: unset !important;
  }
  .root_daum_roughmap_landing {
    width: 100% !important;
    max-width: unset;
    max-height: unset;
  }
  .root_daum_roughmap .wrap_map:not(.map .wrap_map) {
    height: 100% !important;
  }
  #f_info > div:nth-of-type(2) {
    padding-left: 0;
  }
  div[aria-label="푸터 메뉴"] nav {
    border-top: 1px solid #8b8b8b;
    border-bottom: 1px solid #8b8b8b;
  }
  #hospitals {
    grid-template-columns: 51px calc(50% - 35.5px) calc(50% - 35.5px);
    text-align: center;
    gap: 10px;
  }

  #hospitals li:nth-child(2n + 4) {
    grid-column: 2 / 3;
  }
  #hospitals li:nth-child(2n + 5) {
    grid-column: 3 / 4;
  }
  #hospitals li img {
    margin: 0 auto;
    width: 60%;
  }
  #hospitals li span {
    color: #424242;
    font-size: 13px;
    font-weight: 700;
  }
  div[aria-label="푸터 메뉴"] {
    padding: 0;
  }
  div[aria-label="푸터 메뉴"] nav {
    margin: 0 auto;
    font-size: 18px;
  }
  div[aria-label="푸터 메뉴"] nav,
  div[aria-label="푸터 메뉴"] nav,
  footer > div,
  .f_address {
    background: #424242;
    color: #f2f2f2;
    padding: 30px 10px;
  }
  div[aria-label="푸터 메뉴"] nav ul {
    margin-left: 0;
    flex-wrap: wrap;
    color: #f2f2f2;
    justify-content: center;
  }
  div[aria-label="푸터 메뉴"] nav ul:not(.f_sns) li a {
    border-right: 1px solid #f2f2f2;
    padding-left: 0;
    padding-right: 10px;
  }
  .f_address,
  .f_address ul,
  .f_address .f-suit {
    flex-direction: column;
    align-items: flex-start;
  }
  .f_address h2 {
    width: 30%;
    margin-bottom: 10px;
  }
  .f_address .f-suit {
    font-size: 14px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 10px;
  }
  .f_address ul {
    row-gap: 30px;
    width: 100%;
  }
  .f_name,
  .f_hospital {
    grid-column: 1;
  }
  .f_hospital {
    grid-column: 1;
    grid-row: 1;
  }
  .f_address address {
    grid-row: 2;
    grid-column: 2;
  }
  .f_num {
    grid-row: 3;
    grid-column: 1 / 3;
  }
  .f_call,
  .f_fax {
    grid-row: 4;
  }
  .f_address ul li,
  .f_address ul li:nth-of-type(2) {
    font-size: 14px;
    color: #b5b5b5;
    font-weight: 500;
  }
  .f_address .f-suit,
  .f_address strong {
    color: #cdcdcd;
  }
  #f_info .fWidth > div:nth-of-type(3) {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .banner_q_left,
  .banner_q_right .banner_quick_link,
  .councilBox li.council span:first-of-type,
  .pc_br,
  .f_sns,
  .hero-desc02 {
    display: none;
  }

  .m_quick,
  .council img,
  .mo_br {
    display: block !important;
  }
  .wrap {
    transform: translateY(0);
  }
  .mainPage > section:not(#main01) {
    padding: 35px 0;
  }

  main {
    margin-top: -66px;
  }
  header {
    top: 0;
  }

  header.show {
    top: 0;
  }
  header.show .dep2,
  .dep2 {
    font-size: 15px;
  }
  .banner_quick {
    display: block;
  }
  .detail_btn {
    font-size: 22px;
    width: 240px;
    height: 60px;
    line-height: 60px;
  }

  .top_txt {
    position: relative;
    letter-spacing: -1px;
    padding: 0 10px;
    word-break: auto-phrase;
    top: 20%;
  }
  .top_txt::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 1px;
    border-top: 1px solid #111;
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
  }
  .top_txt h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 16px;
  }
  .top_txt p {
    /* font-size: 14px; */
    font-size: 22px;
  }

  #main01 .hero_box.height911 .swiper-pagination {
    margin-top: calc(40vw - 102px);
  }

  header.show .m_bottom_menu {
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 58px;
    z-index: 2;
  }
  .m_bottom_menu li {
    color: #fff;
  }
  .m_bottom_menu li:nth-of-type(1) {
    background: var(--color-primary);
  }
  .m_bottom_menu li:nth-of-type(2) {
    background: #ffb814;
  }
  .m_bottom_menu a {
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    height: 100%;
    column-gap: 8px;
  }
  .m_bottom_menu a img {
    width: 20px;
  }
  .flex-column {
    flex-direction: row;
  }
  .top_txt {
    margin: 35px 0 16px 0;
  }

  /* 768px 이하 상단 배너 */
  #main01 {
    height: auto;
  }
  .hero-title {
    width: 97%;
    text-align: center;
    top: 30%;
    word-break: auto-phrase;
    text-align: center;
    letter-spacing: -1.8px;
  }
  .hero-desc {
    font-size: clamp(16px, 5vw, 30px);
    display: flex;
    align-items: center;
    word-break: auto-phrase;
    text-align: center;
    justify-content: center;
    line-height: 1.5;
    letter-spacing: -1.6px;
  }
  .hero_box.pagination-dark span.brightTxt02 {
    font-size: clamp(16px, 5vw, 30px);
  }
  .hero-desc03 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .hero-desc03 em,
  .hero-title .f_noto_sans {
    letter-spacing: -1.8px;
  }
  .hero-desc03 em {
    font-size: clamp(16px, 5vw, 30px);
  }
  .hero-text:has(.hero-desc03) .hero-title {
    line-height: 1.3;
  }
  #main01 .hero_box {
    top: 20%;
  }

  #main01 .hero_box .swiper-pagination,
  .main04_slideL .swiper-pagination,
  .main04_slideR .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: -20vw;
    text-align: center;
    justify-content: center;
    max-width: 200px;
  }
  #main01 .hero_box .swiper-pagination {
    margin: 50px auto;
    transform: translateX(0%);
    margin-top: calc(40vw - 58px);
  }

  #main01 .autoBtn.googleIcon::after {
    right: -25px;
  }
  .banner_quick {
    background: none;
    max-width: none;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .banner_quick > ul {
    padding: 0;
  }
  .banner_q_right {
    width: 100%;
    display: block;
  }
  .banner_q_right > ul {
    column-gap: 0;
    width: 100%;
    grid-template-columns: 50% 50%;
    direction: rtl;
    position: absolute;
    bottom: 0;
  }
  .councilBox li {
    border-radius: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    aspect-ratio: 180 / 80;
  }
  .councilBox li:not(.council) a,
  .councilBox li a {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, 2.1795vw + 9.154px, 60px);
    column-gap: 10px;
  }
  .quick_map {
    display: block;
  }
  .councilBox img {
    margin: 0;
    max-width: 31px;
  }
  .councilBox li span:not(.council span) {
    margin-top: 0;
    font-size: 35px;
  }

  .council span:nth-of-type(2) {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 5px;
    font-size: clamp(35px, 2.1795vw + 9.154px, 60px);
  }
  .promise li a > div .f_23 {
    font-size: var(--f_32);
  }
  .promise li a > div .f_28 {
    font-size: var(--f_36);
  }

  /* 768px 이하 메인 의료진 */
  .mainPage > section#main02 {
    padding: 0;
    padding-top: 35px;
  }

  #main02 {
    background: url(/img/bg/main02_bg.jpg) no-repeat 100% / cover;
  }
  .doctor-swiper {
    box-shadow: unset;
  }
  .doctor-swiper .swiper-slide:nth-of-type(odd),
  .doctor-swiper .swiper-slide {
    background: none;
  }
  .doctor-swiper .swiper-slide-active {
    border: none;
    border-radius: 0;
  }
  .doctor-swiper .doctor_txt {
    text-align: center;
    padding: 35px 15px;
  }

  .doctor-swiper .swiper-slide-active .doctor_txt,
  .doctor-swiper .swiper-slide:nth-of-type(odd) .doctor_txt,
  .doctor-swiper .swiper-slide .doctor_txt {
    background: var(--color-primary);
    color: #fff;
  }

  .doctor-swiper .swiper-slide-active .doctor_btn,
  .doctor-swiper .swiper-slide .doctor_btn {
    background: #fff;
    color: var(--color-primary);
  }

  .doctor_txt span:not(.doctor_btn) {
    font-size: 20px;
  }
  .doctor_txt h5 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .doctor_btn {
    position: relative;
    aspect-ratio: 90 / 28;
    max-width: 90px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    letter-spacing: -0.3px;
    font-weight: var(--bold);
  }

  /* 768px 이하 6가지 약속 */
  #main03 {
    background: url(/img/bg/m_main03_bg.png) no-repeat top / cover;
  }
  #main03 h3 {
    word-break: auto-phrase;
    width: 100%;
    margin: 0 auto 16px auto;
  }
  #main03 h3 br {
    display: none;
  }
  .promise {
    padding: 0 10px;
  }
  .btn_box {
    margin-top: 35px;
  }
  .promise li {
    aspect-ratio: unset;
    padding: 28px;
    margin-bottom: 10px;
  }
  .promise li:last-of-type {
    margin-bottom: 0;
  }

  .promise li a {
    display: grid;
    grid-template-columns: 94px calc(100% - 94px);
    grid-template-rows: 70px auto;
    justify-content: space-evenly;
    row-gap: 10px;
  }
  .promise figure {
    width: 80%;
    align-self: baseline;
    justify-self: flex-start;
    height: 70px;
  }
  .promise li:hover figure {
    height: 70px;
  }
  .promise li img {
    max-width: 32px;
  }
  .promise li a > div {
    width: 100%;
    text-align: left;
    margin-top: 0;
    align-self: center;
    justify-content: center;
    gap: 0;
  }
  .hide_txt {
    width: 100%;
    transform: translateX(0);
    flex-direction: row-reverse;
    justify-content: space-between;
    display: flex;
    margin: 0;
    justify-content: flex-start;
    width: 100%;
    word-break: auto-phrase;
    grid-row: 2;
    grid-column: 1 / 3;
    margin: 0;
    font-size: 20px;
  }
  .hide_txt span.right-arrow {
    width: 36px;
    margin-top: 0;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 8px;
    min-height: auto;
    width: 36px;
    background-position: bottom;
  }
  .hide_txt span:not(.right-arrow) {
    text-align: left;
    width: 70%;
    margin-top: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    padding: 0;
  }
  .promise li:hover .hide_txt span:not(.right-arrow) {
    font-size: 16px;
    position: unset;
    min-height: auto;
    word-break: auto-phrase;
    height: auto;
    width: calc(100% - 45px);
    padding-left: 10px;
  }

  .promise li:hover:after {
    display: inline-block;
  }
  .promise li:after {
    right: 35px;
  }

  .promise li:hover figure:before {
    width: 64px;
    height: 64px;
  }

  #main03 li .hide_txt span:not(.right-arrow) span.mo_span {
    display: inline;
    padding: 0;
    margin: 0;
  }

  /* 768px 이하 진료센터 & 올센이 잘하는 치료 */
  .main04_box {
    flex-direction: column;
    background: none;
    row-gap: 10px;
    padding: 0 10px;
  }
  .main04_box > div {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
  }
  .main04_box .swiper-slide {
    padding: 28px;
  }
  .paginationBox {
    left: 100px;
    width: 70%;
    bottom: 10%;
  }
  .main04_box h3 {
    margin: 35px 0;
    font-size: 30px;
  }
  /* .main04_box p br {
    display: none;
  } */
  /* .main04_slideL img { */
  /* width: 20%; */
  /* width: 15%; */
  /* } */
  .main04_slideL .swiper-slide div {
    /* width: 380px; */
    width: 100%;
  }
  .main04_slideL figure {
    padding-top: 45px;
    padding-bottom: 70px;
  }
  .main04_slideL img {
    width: 80%;
  }
  .autoBtn:after {
    left: -50px;
  }
  /* .main04_slideL .swiper-slide, */
  .main04_slideR .swiper-slide {
    flex-direction: column;
    align-items: baseline;
  }
  .main04_slideR .swiper-slide figure {
    width: 100%;
  }
  .main04_slideL .swiper-slide {
    flex-direction: row;
    align-items: flex-start;
  }
  .main04_box p {
    margin-bottom: 0;
    letter-spacing: -0.2px;
    width: 70%;
  }
  .main04_slideR {
    background: url(/img/bg/main04_bg02.png) no-repeat right -50%;
    background-color: #e6ad23;
  }
  .main04_slideR img {
    width: 52%;
    /* max-width: 290px; */
    margin-left: auto;
  }
  .main04_box .paginationBox {
    bottom: 60px;
  }
  /* 768px 이하 올센병원 건강 소식 */
  #main05 {
    background: none;
  }
  .sms_list {
    width: 100%;
    padding: 0;
    justify-content: center;
    margin: 16px 0 26px 0;
  }
  .product-swiper a > div > p {
    line-height: 26px;
  }

  /* 푸터 */
  #f_info,
  #hospitals,
  .f_address {
    padding: 18px 10px;
  }
  #hospitals .logo-wrap {
    animation: scrollLeft 10s linear infinite;
  }

  #hospitals li img {
    max-width: 150px;
  }
  .timeInfo {
    font-size: 16px;
    line-height: 1.5;
  }
  nav[aria-label="푸터 메뉴"] {
    padding: 8px 10px;
    font-size: 14px;
  }
  div[aria-label="푸터 메뉴"] nav ul {
    row-gap: 5px;
    max-width: 523px;
    margin: 0 auto;
  }

  nav[aria-label="푸터 메뉴"] ul {
    font-size: 13px;
    width: 100%;
    margin: 0 auto;
    row-gap: 5px;
    max-width: 374px;
  }
  .f_address ul {
    row-gap: 15px;
  }
  .f_address .f-suit {
    gap: 5px;
  }
  .f_address h2 img {
    aspect-ratio: 50 / 9;
    width: 60%;
    display: inline-block;
    max-width: 230px;
    opacity: 0.7;
  }
  .footer_con {
    font-size: 14px;
  }
  .footer_box h4 {
    font-size: 16px;
  }
  .footer_title {
    font-size: 20px;
  }
  .main04_box p {
    letter-spacing: -1px;
  }
  #f_info h6 {
    margin-bottom: 6px;
  }
  .f_map {
    aspect-ratio: 320/230;
  }
  .f_map_info p {
    letter-spacing: -1px;
  }
}

@media (max-width: 425px) {
  .logo {
    /* margin-left: 0; */
    transition: all 0.3s ease 0s;
  }
  header.show .logo {
    margin-left: 20px;
  }
  .hero_box {
    top: calc(50% - 188px);
  }
  /* .hero-desc {
    font-size: 16px;
  } */
  .top_txt h3 {
    font-size: 35px;
  }
  .top_txt p {
    font-size: 22px;
  }
  .councilBox li span:not(.council span) {
    font-size: 20px;
  }
  .council span:nth-of-type(2) {
    font-size: 23px;
  }
  .councilBox img {
    max-width: 20px;
  }
  .f_address h2 {
    width: 80%;
  }
  nav[aria-label="푸터 메뉴"] ul {
    font-size: 14px;
  }
  .promise li:hover .hide_txt span:not(.right-arrow) {
    width: 100%;
    padding-left: 0;
    line-height: 20px;
  }
  .promise li:after {
    bottom: 10%;
  }
  .main04_box p {
    width: 100%;
  }

  #main03 li .hide_txt span:not(.right-arrow) span.mo_span {
    display: inline-block;
  }

  .hero_box.pagination-dark .hero-desc {
    font-size: clamp(14px, 3vw, 30px);
  }
}
@media (max-width: 392px) {
  /* #main04 .top_txt p .mo_br {
    display: none !important;
  } */
  .main04_slideR img {
    width: 43%;
  }
  /* .main04_L_txt .mo_br {
    display: none !important;
  } */
}

@media (max-width: 329px) {
  .top_txt h3 {
    font-size: 28px;
  }
  .top_txt p {
    font-size: 20px;
  }
  .main04_box h3 {
    font-size: 18px;
  }
  .main04_box p {
    font-size: 15px;
  }
}
