@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url(../common.css);



body {
  padding: 0;
  margin: 0;
  min-width: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
    font-family: "Pretendard", sans-serif;
}

.header {
  min-width: 100vw !important;
}

.container {
  width: 85.64102564102564vw !important;
  margin: 0 auto;
  min-width: 0 !important;
  max-width: unset !important;
    padding-left: 0!important;
  padding-right: 0!important;
}

.container-lg {
  width: 92.307vw !important;
  margin: 0 auto;
  min-width: 0 !important;
  max-width: unset !important;
      padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-xl {
  width: 100vw !important;
  margin: 0 auto;
  min-width: 0 !important;
  max-width: unset !important;
  padding-left: 0!important;
  padding-right: 0!important;
}

.wobble {
  animation: wobble 2s ease infinite;
}
@keyframes wobble {
  0% {
    transform: translateY(0%);
  }
  15% {
    transform: translateY(-25%);
  }
  30% {
    transform: translateY(20%);
  }
  45% {
    transform: translateY(-15%);
  }
  60% {
    transform: translateY(10%);
  }
  75% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0%);
  }
}

#main {
  position: relative;
}

#main #section01 {
  height: auto;
}

#main #section01 .mainSwiper {
  position: relative;
  width: 100%;
  height: 100%;
}

#main #section01 .mainSwiper .swiper-control {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.3589vw;
  z-index: 10;
  height: 5.384vw;
  position: absolute;
  bottom: 38.461vw;
  left: 8.205vw;
}

/* Fraction Pagination 스타일 (1/4) */
#main #section01 .mainSwiper .swiper-pagination {
  width: auto;
  color: #fff;
  border-radius: 20px;
  font-size: 3.589vw;
  font-weight: 500;
  z-index: 10;
  position: relative!important;
  line-height: 0;
    height: 5.384vw;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 2.564vw;
}

#main #section01 .mainSwiper .swiper-pagination-fraction {
    bottom: 0!important;
}
#main #section01 .mainSwiper .swiper-button-prev {
  position: relative !important;
  width: 2.261vw;
    color: #fff;
}
#main #section01 .mainSwiper .swiper-button-next {
  position: relative !important;
  width: 2.261vw;
  color: #fff;
}

#main #section01 .mainSwiper .swiper-pagination-current {
  font-size: 4.615vw;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: #fff;
}

#main #section01 .mainSwiper .swiper-pagination-total {
  font-size: 4.615vw;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: #fff;
}

/* Navigation 버튼 스타일 */
#main #section01 .mainSwiper .swiper-button-prev,
#main #section01 .mainSwiper .swiper-button-next {
  /* width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #000; */
  height: 5.384vw;
}

#main #section01 .mainSwiper .swiper-button-prev:after,
#main #section01 .mainSwiper .swiper-button-next:after {
  font-size: 4.615vw;
  font-weight: 700;
}


#main #section01 .mainSwiper .swiper-slide {
  height: auto;
  width: 100vw;
  background-size: cover;
}
#main #section01 .mainSwiper .swiper-slide .container {
  /* position: absolute;
  bottom: 43.589vw;
  left: 6.41vw; */
}
#main #section01 .mainSwiper .swiper-slide h1 {
  font-size: 7.692vw;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 10.769vw;
  color: #fff;
  margin-bottom: 5.128vw;
}
#main #section01 .mainSwiper .swiper-slide h1 span {
  font-weight: bold;
}
#main #section01 .mainSwiper .swiper-slide p {
  font-size: 4.615vw;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 6.66vw;
  color: #fff;
  margin-bottom: 3.846vw;
}

#main .consult {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #343434;
    padding: 3.076vw 3.846vw 3.589vw 3.846vw;
    z-index: 20;
    width: 81.025vw;
    display: flex;
    flex-direction: column;
    gap: 1.794vw;
    height: 32.82vw;
}

#main  .consult input {
  border: none;
  outline: none;
}

#main  .consult #m_qa_name {
  padding: 5px;
  width: 100px;
  font-size: 3.33vw;
    color: #333;
    display: flex;
    align-items: center;
}
#main  .consult .dropdown-menu.show {
  width: 100%;
}
#main  .consult > .d-flex {
    gap: 2.051vw;
    height: 8.717vw;

}
#main  .consult > .d-flex:nth-of-type(2) {
    height: 15.641vw;
}
#main  .consult #name {
    width: 25.641vw;
    padding: 2.307vw 0 2.307vw 2.307vw;
    height: 100%;
    font-size: 3.33vw;
    color: #333;
}
#main  .consult #name::placeholder{
     font-size: 3.3333vw;
    font-weight: 300;
    line-height: 3.8461vw;
    color: #aaa;
}
#main  .consult #bunya {
    width: 45.384vw;
       height: 100%;
}
#main  .consult #bunya a {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    color: #AAAAAA;
        display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 1.538vw 3.076vw;
    font-size: 3.33vw;
}
#main  .consult #number {
    border: none;
    width: 32.307vw;
    outline: none;

}
#main  .consult #number::placeholder {
    font-size: 3.3333vw;
    font-weight: 300;
    line-height: 3.8461vw;
    color: #aaa;
    
}

#main  .consult .phone-input-group {
    display: flex;
    align-items: center;
}

#main  .consult .phone-input-group input {
    width: 7.692vw;
 
    border: none;
    text-align: center;
       font-size: 3.33vw;
       line-height: 3.846vw;
       font-weight: 300;
       outline: none;
       color: #333;
}

#main  .consult .phone-separator {
    margin: 0 7px;
    font-size: 5.128vw;
    color: #333;
    font-weight: 300;
}
#main  .consult span {
      font-size: 3.33vw;
    color: #aaa;
    display: flex
;
    align-items: center;
}
#main  .consult #submit {
    width: 23.076vw;
    height: 15.641vw;
    background-color: #558ed5;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 5.128vw;
    font-weight: bold;
    line-height: 6.153vw;
}
#main  .consult label {
    color: #fff;
    font-size: 2.564vw;
    font-weight: 300;
    letter-spacing: -0.04em;
    margin-top: 2.820vw;
    gap: 1.512vw;
    display: flex;
    width: 100%;
}
#main  .consult label input {
  width: 5vw;
}

#main  .consult input::placeholder {
    color: #aaa;
}

#main  .consult label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid #707070;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    background-color: #fff;
    margin-top: 1px;
}

/* 체크됐을 때 */
#main  .consult label input[type="checkbox"]:checked {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3L4.5 8.5 2 6' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

/******************************************************/

#main #section02 {
  background-image: url(../../img/mobile/mainSect02BG.png);
  padding-bottom: 15.589vw;
  padding-top: 16.41vw;
  background-size: contain;
  height: 282.820vw;
}


#main #section02 .container p {
  font-size: 4.102vw;
  margin-bottom: 3.846vw;
  letter-spacing: -0.04em;
  line-height: 7.179vw;
  color: #222222;
  font-weight: 400;
  text-align: center;
}

#main #section02 .container h1 {
  font-size: 7.692vw;
  letter-spacing: -0.04em;
  line-height: 9.743vw;
  color: #222222;
  font-weight: 400;
  margin-bottom: 12.564vw;
  text-align: center;
}
#main #section02 .container h1 span {
  font-weight: 600;
  color: #003052;
}

#main #section02 .container img {
  width: 100%;
}
#main #section02 .container img.scrollDown {
  width: 25.128vw;
  margin: 0 auto;
  display: flex;
  margin-top: 14.102vw;
  margin-bottom: 7.435vw;
}

#main #section02 .div360 {
  width: 92.307vw;
  margin: 0 auto;
  padding: 3.589vw 4.102vw;
}
#main #section02 .div360 img {
  width: 100%;
}

#main #section03 {
  padding-bottom: 25.641vw;
}

#main #section03 ul {
  padding-left: 0 !important;
}
#main #section03 ul li {
  position: relative;
  transition: all 0.5s;
}

#main #section03 ul li img {
  filter: grayscale(10);
}

#main #section03 ul li a {
  display: flex;
  align-items: center;
  justify-content: end;
  right: 7.435vw;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 39.276vw;
  height: 9.833vw;
}

#main #section03 ul li a button {
  background-color: #558ed5;
  font-size: 4.016vw;
  letter-spacing: -0.04em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 3.025vw;
  padding-right: 3.487vw;
  color: #fff;
  border: none;
  width: 100%;
  height: 100%;
}

#main #section03 ul li button img {
  width: 2.5vw;
  filter: none !important;
}

#main #section03 ul li .position-absolute {
  border: 2.051vw solid transparent;
  background-color: transparent;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}

#main #section03 ul li .position-absolute:hover {
  border: 2.051vw solid #558ed5;
}

#main #section03 ul li:hover {
}

#main #section03 ul li:hover img {
  filter: grayscale(0);
}
#main #section03 .container img {
  margin-top: 5.179vw;
  margin-bottom: 13.333vw;
}

#main #section03 .swiper {
height: 180.769vw;
}

#main #section03 .swiper-pagination {
  margin-top: 40px;
  bottom: 0!important;
}
#main #section03 .swiper-pagination .swiper-pagination-bullet {
width: 3.076vw!important;
height: 3.076vw!important;
background: #fff;
    border: 1px solid #558ED5;
}

#main #section03 .swiper-pagination .swiper-pagination-bullet-active {
width: 3.076vw!important;
height: 3.076vw!important;
background: #558ED5;
    border: 1px solid #558ED5;
}

#main #section04 {
background-image: url(../../img/mobile/mainSect04BG.png);
    background-size: 100% 100%;
    padding-bottom: 9.9487vw;
    background-position: center center;
}
#main #section04 .container img {
  width: 100%;
}

#main #section04 .container img:nth-of-type(1) {
  margin-top: 28.461vw;
}

#main #section04 .container img:nth-of-type(2) {

}

#main #section04 div ul {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5.384vw;
  margin-top: 8.7179vw;
}
#main #section04 div ul li {
  width: 74.87vw;
  height: 14.61vw;
  margin: 0 auto;
}
#main #section04 div ul li button {
  background-color: transparent;
  border: 2px solid #f5f5f5;
  border-radius: 100px;
  color: #fff;
  font-size: 4.615vw;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 7.435vw;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#main #section04 div ul li button.active {
  background-color: #558ed5;
  opacity: 1;
}

#main #section04 div ul a {
}

#main #section04 div ul a button {
  border: none;
  background-color: transparent;
  font-size: 4.615vw;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 9.23vw;
  color: #fff;
  margin-top: 8.333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.615vw;
}

#main #section04 .tab-content {
  display: none;
}

#main #section04 .tab-content .swiper-slide {
  text-align: center;
  font-size: 4.615vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main #section04 .tab-content .swiper-slide img {
  width: 100%;
  height: auto;
}

#main #section04 .tab-content.active {
  display: block;
}

#main #section05 {
  background-image: url(../../img/mobile/mainSect05BG.png);
  background-size: cover;
}

#main #section05 .container-lg {
  padding-top: 9.743vw;
  padding-bottom: 11.282vw;
}

#main #section05 .container-lg > div.text-center {
  margin-top: 12.82vw;
}

#main #section05 .container-lg > div.text-center a {
  width: 39.276vw;
  height: 9.833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 5.384vw;
}

#main #section05 .container-lg div h2 {
  font-size: 7.692vw;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 10.256vw;
  color: #333333;
  margin-bottom: 5.384vw;
}
#main #section05 .container-lg div h2 span {
  font-weight: 600;
  color: #558ed5;
}
#main #section05 .container-lg div button {
  width: 100%;
  height: 100%;
  background-color: #558ed5;
  font-size: 4.016vw;
  letter-spacing: -0.04em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 3.025vw;
  padding-right: 3.487vw;
  color: #fff;
  border: none;

}
#main #section05 .container-lg div p {
  font-size: 4.615vw;
  font-weight: 300;
  color: #777777;
  letter-spacing: -0.04em;
  line-height: 6.666vw;
  margin-bottom: 7.871vw;
}

/* Swiper 기본 스타일 */
.swiper {
  width: 100%;
  height: 100%;
}

#main #section07 {
  padding-bottom: 19.282vw;
}

#main #section07 .container-lg {
  padding-top: 15.641vw;
}
#main #section07 .container-lg h2 {
  font-size: 7.692vw;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 10.256vw;
  color: #333333;
  margin-bottom: 3.846vw;
}
#main #section07 .container-lg h2 span {
  font-weight: 600;
  color: #558ed5;
}
#main #section07 .container-lg p {
  font-size: 4.615vw;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 6.666vw;
  color: #777777;
  margin-bottom: 8.461vw;
}

#main #section07 .container-lg .tab-buttons {
  margin-bottom: 13.589vw;
}

#main #section07 .container-lg .tab-buttons ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main #section07 .container-lg .tab-buttons li {
  width: 27.948vw;
  height: 9.743vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main #section07 .container-lg .tab-buttons li button {
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  background-color: #fff;
  color: #333;
  font-size: 4.615vw;
  letter-spacing: -0.04em;
  line-height: 6.153vw;
  font-weight: 300;
}
#main #section07 .container-lg .tab-buttons li button.active {
  background-color: #558ed5;
  border-color: #558ed5;
  color: #fff;
  font-weight: 400;
  font-size: 4.358vw;
}

#main #section07 .tab-content {
  display: none;
  margin-bottom: 10.871vw;
}
#main #section07 .tab-content.active {
  display: block;
  margin-bottom: 10.871vw;
}

#main #section07 .tab-content .swiper-slide {
  width: 51.794vw;
  /* height: 86.923vw; */
}
#main #section07 .tab-content .swiper-slide img {
  width: 100%;
}
#main #section07 .commBtn a {
  width: 39.276vw;
  height: 9.833vw;
  display: block;
}
#main #section07 .commBtn button {
  width: 100%;
  height: 100%;
  background-color: #558ed5;
  font-size: 4.016vw;
  letter-spacing: -0.04em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 3.025vw;
  padding-right: 3.487vw;
  color: #fff;
  border: none;
}

#section07 .newsSwiper,
#section07 .activitySwiper,
#section07 .mediaSwiper {
    position: relative;
}

#section07 .newsSwiper::after,
#section07 .activitySwiper::after,
#section07 .mediaSwiper::after {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    width: 40%; /* 오른쪽 20% 영역 */
    height: 100%;
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none; /* 클릭 이벤트 통과 */
    z-index: 10;
}

#main #section08 .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.1);
}

#main
  #section08
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #000;
}

#main #section08 {
background: linear-gradient(180deg,rgba(245, 245, 245, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding-top: 12.82vw;
  padding-bottom: 15.128vw;
}

#main #section08 .container h6 {
  font-size: 3.076vw;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: #333;
  opacity: 0.3;
  text-align: center;
  margin-bottom: 2.051vw;
  text-transform: uppercase;
}

#main #section08 .container h2 {
  font-size: 7.692vw;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 10.256vw;
  color: #333333;
  margin-bottom: 5.7179vw;
  text-align: center;
}
#main #section08 .container h2 span {
  font-weight: 600;
  color: #558ed5;
}
#main #section08 .container p {
  font-size: 4.615vw;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 6.666vw;
  color: #777777;
  margin-bottom: 10.435vw;
  text-align: center;
}

#main #section08 .swiper {
  padding-bottom: 11.794vw;
}

#section08 .treatmentSwiper {
    position: relative;
}

#section08 .treatmentSwiper::after {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    width: 40%; /* 오른쪽 20% 영역 */
    height: 100%;
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none; /* 클릭 이벤트 통과 */
    z-index: 10;
}

#main #section08 .swiper .swiper-slide {
  width: 66.66vw;
  height: 89.743vw;
  position: relative;
}

#main #section08 .swiper .swiper-slide .position-absolute {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(23, 23, 23, 0.76);
  display: flex;
  align-items: center;
  justify-content: center;
}
#main #section08 .swiper .swiper-slide-active .position-absolute {
    background-color: rgb(85 142 213 / 75%);
    background-blend-mode: multiply;
}

#main #section08 .swiper .swiper-slide p {
  color: #fff;
  font-size: 6.153vw;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 16.41vw;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#main #section08 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

#main #section08 .swiper .swiper-pagination-progressbar {
  width: 92.307vw;
  height: 2.051vw;
  background-color: #e2e2e2;
  border-radius: 100px;
  bottom: 0;
  left: 3.846vw;
  top: unset !important;
}
#main #section08 .swiper .swiper-pagination-progressbar-fill {
  background-color: #9ac7ff;
  border-radius: 100px;
}

#main #section09 {
  background-color: #f7f7f6;
  padding-top: 15.128vw;
  padding-bottom: 16.153vw;
}

#main #section09 .container h2 {
  font-size: 7.692vw;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 10.256vw;
  color: #333333;
  margin-bottom: 5.7179vw;
  text-align: center;
}
#main #section09 .container h2 span {
  font-weight: 600;
  color: #558ed5;
}
#main #section09 .container p {
  font-size: 4.615vw;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 6.666vw;
  color: #777777;
  margin-bottom: 13.512vw;
  text-align: center;
}

#main #section10 {
  padding-top: 17.179vw;
  padding-bottom: 41.307vw;
}

#main #section10 #map {
  margin-bottom: 8.128vw;
}

#main #section10 .container h2 {
  font-size: 7.692vw;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 10.256vw;
  color: #333333;
  margin-bottom: 5.7179vw;
  text-align: center;
}
#main #section10 .container h2 span {
  font-weight: 600;
  color: #558ed5;
}
#main #section10 .container p {
  font-size: 4.615vw;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 6.666vw;
  color: #777777;
  margin-bottom: 11.794vw;
  text-align: center;
}
