

/* sec1 */
.sec1-top-arrow-wrap{
  position: relative; 
  width: 204px;
  height: 204px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec1-top-arrow-wrap .circle-text {
  width: 204px;
  height: 204px;
  display: block;
}

.sec1-top-flex-box{
  display: flex;
  justify-content: space-between;
}

.sec1-top-arrow{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 102px;
  background: var(--color-main-orange);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
}
.sec1-top-arrow svg {
  position: relative;
  z-index: 2;
  width: 17px;
  height: 17px;
}
.circle-text {
  animation: spin 8s ease-in-out infinite alternate;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ripple 원 */
.sec1-top-arrow .ripple {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: width 0.45s ease, height 0.45s ease;
}

/* hover */
.sec1-top-arrow:hover .ripple {
  width: 220%;
  height: 220%;
}

.sec1-top-arrow:hover {
  color: var(--color-main-orange); /* 화살표 색 반전 */
}
.sec1-top-arrow .ripple {
  transition: width 0.6s cubic-bezier(.4,0,.2,1),
  height 0.6s cubic-bezier(.4,0,.2,1);
}
.sec1 .content{
  position: relative;
}

.sec1 .sec1-swiper{
  overflow: visible;
}

.sec1 .content-text{
  position: absolute;
  bottom: 80px;
  left: 80px;
  color: #fff;
}
.sec1 .content img{
  transition:
  transform 0.6s cubic-bezier(.4,0,.2,1);
}
.sec1 .content:hover img{
  transform: scale(1.03);
}
.sec1-img-box{
  border-radius: 0;
  overflow: hidden;
  transition: border-radius 0.6s ease;
}
.sec1 .content:hover .sec1-img-box{
  border-radius: 15px;
}
.sec1 .arrow-wrap{
  display: flex;
  gap: 50px;
}
.sec1 .arrow-wrap button{
  color: #D9D9D9;
  transition: color 0.3s ease;
}
.sec1 .arrow-wrap button:hover{
  color: #092C4C;
}
.sec1-swiper-wrap {
  cursor: pointer;
}
.sec1 .navigate-wrap{
  display: flex;
  justify-content: space-between;
}
.flex-bar-box{
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: flex-end
}
.flex-bar-box .dot{
  width: 40px;
  height: 7px;
  background: var(--color-grey01);
  transition: width 0.3s ease, background 0.3s ease;
  cursor: pointer;
}
.flex-bar-box .dot.active{
  background: #092C4C;
}


/* sec2 */
.sec2{
  position: relative;
  background: url(../img/main-sec2-bg.png)no-repeat center/cover;
  z-index: 0;
}

/* sec2 blur after */
.sec2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  z-index: -1;
}


:root {
  --peek: 600px
}

.health__slider {
  position: relative;
  width: 100%;
  overflow: visible;
}

.health__slider .swiper {
  width: 100%;
  overflow: visible;
}

.health__slider .swiper-wrapper {
  will-change: transform
}

.health__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  -webkit-transition: width .6s;
  transition: width .6s
}

.health__slider .swiper-slide .swiper__img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  overflow: hidden;
  transition: border-radius 0.6s ease;
}
.health__slider .swiper-slide .swiper__img img{
  vertical-align: middle;
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  height: 486px;
  user-select: none;
  -webkit-user-drag: none;
  
}
.health__slider .swiper-slide .swiper__title {
  width: 478px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-width .6s ease,opacity .4s ease,padding-left .6s ease;
  transition: max-width .6s ease,opacity .4s ease,padding-left .6s ease
}

.health__slider .swiper-slide .swiper__title i {
  font-size: 24px;
  color: #FFF;
  font-weight: 700;
}

.health__slider .swiper-slide .swiper__title strong {
  font-size: 40px;
  font-weight: 700;
  color: var(--color-main-orange);
}

.health__slider .swiper-slide .swiper__title p {
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: 120px;
  font-size: 22px;
  font-weight: 300;
}

.health__slider .swiper-slide-active {
  width: 1000px;
}

.health__slider .swiper-slide-active .swiper__img {
  position: relative;
  width: 480px;
  justify-content: flex-start;
  overflow: visible !important;
}
.health__slider .swiper-slide:not(:first-child) .swiper__img {
  margin-left: 40px;
}

.health__slider .swiper-slide-active .swiper__img::after{
  content: '';
  position: absolute;
  top: -70px;
  right: -20px;
  width: 130px;
  height: 130px;
  background: url(../img/main-sec2-round.png)center/cover;
  animation: spin 8s ease-in-out infinite alternate;
  z-index: 2;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.health__slider .swiper-slide-active .swiper__title {
  max-width: 615px;
  opacity: 1;
  padding-left: 0px;
}
.nav__arrow_bar{
  width: 1px;
  height: 10px;
  background: #fff;
}
.nav__arrow{
  display: flex;
  gap: 50px;
  margin-top: 40px;
  justify-content: flex-start;
}
.sec2-line-h{
  line-height: 1.7;
}

/* sec3 */
.sec3 {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  background-image: url(../img/main-sec3-bg01.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 55%;
  transition: background-image 0.4s ease, opacity 0.4s ease;
  z-index: 0;
}

/* sec3 blur after */
.sec3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  backdrop-filter: blur(5px);
  background: rgba(9, 44, 76, 0.75);
  z-index: -1;
}
.sec3 h3{
  font-size: 28px;
  font-weight: 500;
}
.sec3 h3 i{
  color: #FF6A00;
  font-weight: 600;
}
.flowing-text{
  position: absolute;
  top: 53%;
  left: 0;
  font-size: 300px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  animation: marquee 80s linear infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes marquee {
  0% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.sec3-content-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.sec3-content-wrap > * {
  width: calc((100% - 40px) / 3);
}

.sec3-content{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: border-radius 0.6s ease;
  cursor: pointer;
}
.sec3-content img{
  transition: transform 0.6s cubic-bezier(.4,0,.2,1);
}
.sec3-content:hover img{
  transform: scale(1.05);
}
.sec3-content:hover{
  border-radius: 15px;
}
.sec3-content .text{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/* view more hover */
.sec3-content:hover .view-more {
  background: #FF6A00;
}

/* sec4 */
.sec4{
  position: relative;
  z-index: 0;
}
.sec4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/main-sec4-bg.png) no-repeat center/cover;
  opacity: 0.05;
  z-index: -1;
}
.sec4-top-flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec4-top-flex.c{
  justify-content: center;
  position: relative;
  z-index: 3;
}
.root_daum_roughmap_landing{
  width: 100% !important;
}
.root_daum_roughmap .wrap_map{
  height: 520px !important;
}
.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont{
  display: none;
}
.sec4-bottom-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec4-b-r{
  display: flex;
  align-items: center;
  gap: 25px;
}
.sec4-b-r .time-box img{
  height: 85px;
  object-fit: contain;
}
.sec4-b-l{
  display: flex;
  flex-direction: column;
}
.sec4-b-l .clinic-contact h3{
  font-size: 22px;
  font-weight: 400;
  color: var(--color-dark-bk03);
  line-height: 1;
}
.sec4-b-l .clinic-contact .tel{
  font-size: 50px;
  color: var(--color-main-orange);
  font-weight: 600;
  line-height: 1;
}
.sec4-b-l .clinic-location h3,
.clinic-parking h3{
  font-size: 22px;
  color: var(--color-logo-dark-blue);
  font-weight: 700;
  line-height: 1;
}
.sec4-b-l .clinic-location address{
  font-size: 30px;
  font-weight: 500;
  color: var(--color-dark-bk03);
}
.clinic-parking p{
  color: var(--color-dark-bk03);
  font-size: 25px;
  font-weight: 400;
}
.sec4-b-r .time-box{
  background: #FFF;
  width: 374px;
  height: 374px;
  padding: 48px 34px 0px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec4-b-r .time-box h3{
  background: var(--color-logo-dark-blue);
  height: 35px;
  padding: 8px 17px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec4-b-r .time-box .weekend{
  font-size: 30px;
  color: var(--color-dark-navy);
  font-weight: 400;
  line-height: 1;
}
.sec4-b-r .time-box .time-orange{
  font-size: 30px;
  font-weight: 600;
  color: var(--color-main-orange);
}
.sec4-b-r .time-box .time-sub{
  color: #848484;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}
.sec4-b-r .time-box .time-sub strong{
  font-weight: 600;
}
.sec4-b-r .time-box .time-sub.col{
  display: flex;
  flex-direction: column;
}

.m600-br,
.m768-br,
.m400-br{
  display: none;
}
.pc-br{
  display: block;
}
.sub-menu2-1-bottom::before{
  content: '';
  
}
.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}