@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff")
    format("woff");
  font-weight: 100;
  font-display: swap;
}
.inner {
  width: 85rem;
  margin: 0 auto;
}
.fw-bold {
  font-weight: bold;
}
.flex-column {
  flex-direction: column;
}
.text-start {
  text-align: start;
  justify-content: start;
}

.d-xl-none {
  display: none;
}
.d-lg-block {
  display: none;
}
.d-sm-none {
  display: block !important;
}
.d-sm-block {
  display: none !important;
}
.d-none {
  display: none;
}
.mx-auto {
  margin: 0 auto;
}

.mb-0 {
  margin-bottom: 0;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(0.125rem);
}
.modal.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background-color: #fff;
  padding: 5.9375rem 0 5.5625rem 0;
  border-radius: 1.875rem;
  background: var(--Brown, #736355);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  width: 94.75rem;
  height: 54rem;
  animation: modal-fadein 0.3s;
  position: relative;
}
.modal-header {
  display: flex;
  justify-content: end;
  align-items: center;
}

.modal-body > .d-flex {
  gap: 6.0625rem;
  justify-content: center;
  align-items: start;
}

.modal-body p {
  text-align: left !important;
}

.modal-imgBox {
  width: 30rem;
  height: 42.5rem;
  flex-shrink: 0;
  border-radius: 1.875rem;
  background: #d9d9d9;
}
.modal-imgBox img {
  width: 100%;
  height: 100%;
  padding: 2rem 0.5rem;
  padding-bottom: 0;
}
.close-btn {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 2.375rem;
  right: 2.1875rem;
  flex-shrink: 0;
  cursor: pointer;
  float: right;
}
.close-btn:hover,
.close-btn:focus img {
  opacity: 0.75;
}
.modal-infoBox {
  padding-top: 19px;
}

.modal-infoBox h2 {
  color: #daf5e2;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 2.75rem */
  letter-spacing: -0.0275rem;
}
.modal-infoBox small {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.375rem */
  letter-spacing: -0.01375rem;
}
.modal-infoBox em {
  display: block;
  width: 42.5rem;
  height: 0.0625rem;
  background-color: #fff;
  margin: 2rem 0 3.3125rem 0;
}

.modal-infoBox p.fw-bold {
  color: var(--White, #fff);
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 1.375rem */
  letter-spacing: -0.0625rem;
  margin-bottom: 6px;
}
.modal-infoBox img {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  margin-right: 6px;
}
.modal-infoBox ul li p {
  color: var(--White, #fff);
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 200 !important;
  line-height: 180%; /* 2.475rem */
  letter-spacing: -0.0625rem;
  display: inline-block;
}
/* .modal-infoBox ul li:nth-of-type(6) {
  margin-bottom: 9px;
} */

.modal-infoBox ul li.membership {
  margin-top: 24px;
}
.modal-infoBox ul li.membership p {
  line-height: 180%;
}
.modal-infoBox ul li div {
  color: var(--White, #fff);
  font-family: "Pretendard", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 1.575rem */
  opacity: 0.5;
  display: inline-block;
  white-space: pre;
}

.modal-infoBox .d-flex {
  align-items: baseline;
  gap: 1.0625rem;
}

#modal-credentials-main {
  margin: 3.3125rem 0 57px 0;
}
#modal-credentials-sub ul li {
  margin-bottom: 0;
  line-height: 180%;
  display: flex;
  flex-direction: column;
}
/* #modal-credentials-sub ul li:nth-last-child(1) {
  display: inline-block;
}
#modal-credentials-sub ul li:nth-last-child(2) {
  display: inline-block;
} */

@keyframes modal-fadein {
  from {
    opacity: 0;
    transform: translateY(-1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* sect 01 */

h1 {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h4 {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

h5 {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

p {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

#ms_01 {
  background-image: url(../img/main_slide01.jpg);
}
#ms_02 {
  background-image: url(../img/main_slide02.jpg);
}

#ms_03 {
  background-image: url(../img/main_slide03.png);
}
#ms_04 {
  background-image: url(../img/main_slide04.png);
}

#ms_01 h3 {
  margin-bottom: 0.625rem;
}

#ms_01 h1 {
  margin-bottom: 3.125rem;
}

#ms_01 h5 {
  margin-bottom: 3.3125rem;
}

#ms_02 h3 {
  margin-bottom: 0.625rem;
}

#ms_02 h1 {
  margin-bottom: 3.125rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#ms_02 h1 span {
  margin-top: 10px;
}

#ms_03 h3 {
  margin-bottom: 0.625rem;
}

#ms_03 h1 {
  margin-bottom: 3.125rem;
}

#ms_04 h3 {
  margin-bottom: 0.625rem;
}

#ms_04 h1 {
  margin-bottom: 3.125rem;
}

.section01 .swiper-slide {
  text-align: center;
  min-height: 58.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-size: 120%;
  background-position: left;
  transition: opacity 2000ms, z-index 2000ms, background-size 2000ms,
    background-position 2000ms;
  z-index: 1 !important;
  opacity: 0;
  background-repeat: no-repeat;
}
.swiper-slide-active {
  background-size: cover !important;
  background-position: center !important;
  /* transition은 .swiper-slide에 이미 있으므로 추가하지 않아도 됩니다. */
  z-index: 2 !important;
  opacity: 1 !important;
}

.section01 .opacityDiv {
  width: 1000px;
  height: 220px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #324840;
  mix-blend-mode: hard-light;
  display: flex;
  align-items: end;
  justify-content: center;
  /* opacity: 0; */
}
.section01 .opacityDiv img {
  width: 959px;
  height: 158px;
  margin: 0 auto;
  margin-bottom: 22px;
}
.section01 .swiper-slide h3 {
  color: #fff;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.0625rem;
}

.section01 .swiper-slide h1 {
  color: #fff;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0625rem;
}

.section01 .swiper-slide h1 strong {
  color: #daf5e2;
  font-weight: 700;
  font-family: "Pretendard-Bold", sans-serif;
}

.section01 .swiper-slide h5 strong {
  color: #daf5e2;
  font-weight: 700;
  font-family: "Pretendard-Bold", sans-serif;
}

.section01 .swiper-slide h5 {
  color: #fff;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.0625rem;
}

.section01 .swiper-pagination {
  bottom: 110px !important;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
}

.section01 .swiper-pagination-bullet {
  width: 8.75rem;
  border-bottom: 0.0625rem solid;
  border-color: #fff;
  color: #fff;
}
.section01 .swiper-pagination-bullet .first-two {
  font-size: 22px;
}
.section01 .swiper-pagination-bullet .rest {
  font-size: 18px;
}

.section01 .swiper-pagination-bullet {
  height: 2.0625rem;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  opacity: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.section01 .swiper-pagination-bullet-active {
  color: #daf5e2;
  border-color: #daf5e2;
  border-bottom: 3.2px solid;
}

/* sect 02 */
.section02 {
  padding: 9.5rem 0 8.875rem 0;
}

.section02 > .d-flex {
  justify-content: space-between;
  align-items: center;
}

.section02 .sec02_left {
}
.section02 .sec02_left h2 {
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.0625rem;
  margin-bottom: 17px;
}
.section02 .sec02_left h1 {
  color: var(--Main, #557370);
  font-family: "Pretendard", sans-serif;
  font-size: 4.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0625rem;
}
.section02 .sec02_left h1 strong {
  color: var(--Serve-02, #709386);
  font-weight: 800;
}
.section02 .sec02_right h2 {
  color: var(--Main, #557370);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.0625rem;
  margin-bottom: 1.0625rem;
}
.section02 .sec02_right .d-flex {
  gap: 1.5rem;
  align-items: start;
}
.section02 .sec02_right .d-flex img {
  margin-top: 1.125rem;
}
.section02 .sec02_right h5 {
  color: var(--Dark, #222);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  opacity: 0.5;
}
.section02 .sec02_right .right_box {
  width: 45rem;
  height: 3.125rem;
  flex-shrink: 0;
  border-radius: 0.625rem;
  background: rgba(217, 217, 217, 0.4);
  margin-top: 1.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section02 .sec02_right .right_box h5 {
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.0625rem;
  opacity: 1;
}
.section02 .sec02_right .right_box h5 strong {
  color: var(--Main, #3e5a50);
  font-weight: 700;
}
.section02 .circles {
  margin-top: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section02 .circles img {
  margin: 0 auto;
}
.section02 .circles img:nth-of-type(1) {
  z-index: 1;
  max-width: 418px;
}
.section02 .circles img:nth-of-type(2) {
  z-index: 2;
  position: absolute;
}
.section02 .circles img:nth-of-type(3) {
  z-index: 1;
  max-width: 418px;
}
/* sect 03 */
.section03 {
  background-image: url(../img/sect03Bg.png);
  background-position: center center;
}
.section03 h3 {
  color: #fff;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.0625rem;
  padding: 2.9375rem 0;
}
.section03 h3 strong {
  color: var(--Sub-point, #daf5e2);
  font-weight: 700;
}
/* sect 04 */
.section04 {
  background-image: url(../img/doctorsBG.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 9.1875rem;
}

.section04 .inner {
  text-align: center;
}

.section04 h1 {
  color: var(--Dark, #222);
  font-family: "Pretendard", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0625rem;
  margin-bottom: 1.875rem;
}
.section04 h1 strong {
  color: var(--Main, #557370);
  text-align: center;
  font-family: Pretendard;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 44.2px */
  letter-spacing: -1px;
}
.section04 h1 strong span {
  color: var(--Serve-02, #709386);
  font-weight: 800;
}
.section04 p {
  color: var(--Dark, #222);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.0625rem;
}

.section04 .bd01 {
  display: flex;
  margin-top: 108px;
}
.section04 .bd02 {
  display: none;
  margin-top: 108px;
}

.section04 .bottomDiv > img {
  max-width: 51.125rem;
}

.section04 .bottomDiv > * {
  flex: 1 0 0;
  margin-bottom: 0;
}

.section04 .bottomDiv .docInfo {
  margin-top: 8.125rem;
}

.section04 .bottomDiv h2 {
  color: var(--Main, #557370);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.0275rem;
  margin-bottom: 0;
}

.section04 .bottomDiv .docInfo img {
  margin-right: 0.5rem;
}

.section04 .bottomDiv small {
  color: var(--Dark, #222);
  text-align: center;
  font-family: Inter;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.0625rem;
}

.section04 .bottomDiv p.fw-bold {
  color: var(--Dark, #222);
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.0625rem;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.section04 .bottomDiv p.fw-bold br {
  display: none;
}

.section04 .bottomDiv button {
  width: 15rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 3.75rem;
  background: var(--Main, #557370);
  color: var(--White, #fff);
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 37px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.25rem;
  cursor: pointer;
}
.section04 .bottomDiv button img {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}

.section04 .bottomDiv .d-flex .d-flex {
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 35px;
}

/* sect 05 */
.section05 {
  background-image: url(../img/sect05BG.jpg);
  background-size: cover;
  background-position: center center;
  padding: 9rem 0;
  position: relative;
}

.section05 h1 {
  color: var(--White, #fff);
  font-family: Pretendard;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 1.875rem;
}
.section05 h1 strong {
  color: var(--Sub-point, #daf5e2);
  text-align: center;
  font-family: Pretendard;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 44.2px */
  letter-spacing: -1px;
}
.section05 h1 strong span {
  color: var(--Sub-point, #daf5e2);
  font-family: Pretendard;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1px;
}
.section05 p {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.0625rem;
}

.section05 .swiper {
  padding-top: 4.9375rem;
  padding-bottom: 83px;
}

.section05 .swiper-slide.on {
  opacity: 1;
}

.section05 .swiper-pagination {
  max-width: 85rem;
  height: 0.625rem;
  flex-shrink: 0;
  border-radius: 3.125rem;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  gap: 0;
  margin: 0 auto;
  text-align: center;
  left: 17.5rem;
  right: 17.5rem;
  top: unset;
  bottom: 0;
  border-radius: 50px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #daf5e2;
}

.section05 .swiper-pagination-bullet {
  width: 7.083125rem;
  height: 0.625rem;
  flex-shrink: 0;
  border-radius: 3.125rem;
  background: #fff;
  margin: 0 !important;
  margin-bottom: 1.875rem !important;
}
.section05 .swiper-pagination-bullet-active {
  border-radius: 3.125rem;
  background: #222;
}

.section05 .swiper-slide {
  opacity: 0.4;
  cursor: grab;
}
/* sect 06 */
.section06 {
  height: 21.25rem;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url("../img/sect06BG.jpg");
}
.jarallax-img {
  background-image: url("../img/sect06BG.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* sect 07 */
.section07 {
  text-align: center;
  padding: 9.625rem 0 298px 0;
}

.section07 img {
  margin-top: 4.9375rem;
}

.section07 h1 {
  color: var(--Dark, #222);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0625rem;
}
.section07 h1 strong {
  color: var(--Main, #557370);
  font-weight: 700 !important;
}
.section07 p {
  color: var(--Dark, #222);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.0625rem;
  margin-top: 2.5rem;
}

.section07 .wrap {
  width: 84.875rem;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: -3.4375rem;
}

.section07 .wrap > img {
  margin-top: 0;
}

.section07 .box {
  width: 17.875rem;
  height: 22.6875rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  background: #f9f9f9;
  transition: transform 0.3s ease, box-shadow 0.3s ease, scale 0.3s;
}

.section07 .box .boxInfo {
  display: flex;
  height: 363px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.section07 .box:hover {
  box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.2);
  scale: 1;
}
.section07 .box .label {
  display: flex;
  width: 7.6906875rem;
  height: 3.2415rem;
  padding: 0.625rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 6.1875rem;
  border: 0.1875rem solid #999;
  background: #fff;
  margin: 0 auto;
  transform: translateY(-50%);
}

.section07 .box:nth-of-type(2) .label {
  border: 0.1875rem solid #709386;
}
.section07 .box:nth-of-type(3) .label {
  border: 0.1875rem solid var(--Main, #557370);
}
.section07 .box:nth-of-type(4) .label {
  border: 0.1875rem solid #152f26;
}
.section07 .box:nth-of-type(2) .label P {
  color: #709386;
}
.section07 .box:nth-of-type(3) .label P {
  color: #557370;
}
.section07 .box:nth-of-type(4) .label P {
  color: #152f26;
}

.section07 .box .label p {
  margin-top: 0;
  white-space: nowrap;
}

.section07 .box img {
  width: 100%;
  max-width: 14.3125rem;
  margin-top: 0;
}
.section07 .box:nth-child(even) img {
}

.section07 .box .boxTail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.75rem;
  flex-shrink: 0;
  border-radius: 0 0 1.25rem 1.25rem;
}

.section07 .box .boxTail p {
  color: #fff;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.034375rem;
  margin-top: 0;
}
.section07 .box:first-child .boxTail {
  background: #999;
}
.section07 .box:nth-of-type(2) .boxTail {
  background: var(--Serve-02, #709386);
}
.section07 .box:nth-of-type(3) .boxTail {
  background: var(--Main, #557370);
}
.section07 .box:last-child .boxTail {
  background: var(
    --Point,
    linear-gradient(0deg, #11261e 0%, #11261e 100%),
    #152f26
  );
}

.section07 .box .graphBox {
  margin-top: 2rem;
}
.section07 .box .graphBox .d-flex {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.775rem;
}
.section07 .box .graphBox p {
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.034375rem;
  color: #666 !important;
}
.section07 .box .graphBox h2 {
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.06875rem;
}
.section07 .box .graphBox h2 span {
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.034375rem;
}
.section07 .box .graphBox .progress {
  border-radius: 3.125rem;
  background: #d6d6d6;
  width: 100%;
  height: 0.9375rem;
  flex-shrink: 0;
}
.section07 .box .graphBox .progress .progressBar {
  border-radius: 3.125rem;
  height: 0.9364375rem;
  flex-shrink: 0;
}
.section07 .box:first-child .graphBox h2,
.section07 .box:first-child .graphBox p,
.section07 .box:first-child .graphBox span {
  color: #999;
}
.section07 .box:first-child .progress .progressBar {
  background: #999;
  width: 0%;
  transition: width 1s ease-in-out;
}

.section07 .box:nth-of-type(2) .graphBox h2,
.section07 .box:nth-of-type(2) .graphBox p,
.section07 .box:nth-of-type(2) .graphBox span {
  color: #709386;
}
.section07 .box:nth-of-type(2) .progress .progressBar {
  background: #709386;
  width: 0%;
  transition: width 1s ease-in-out;
}

.section07 .box:nth-of-type(3) .graphBox h2,
.section07 .box:nth-of-type(3) .graphBox p,
.section07 .box:nth-of-type(3) .graphBox span {
  color: #557370;
}
.section07 .box:nth-of-type(3) .progress .progressBar {
  background: #557370;
  width: 0%;
  transition: width 1s ease-in-out;
}

.section07 .box:last-child .graphBox h2,
.section07 .box:last-child .graphBox p,
.section07 .box:last-child .graphBox span {
  color: #000;
}
.section07 .box:last-child .progress .progressBar {
  background: linear-gradient(0deg, #11261e 0%, #11261e 100%), #152f26;
  width: 0%;
  transition: width 1s ease-in-out;
}

/* sect 08 */
.section08 {
  background-image: url(../img/sect08BG.jpg);
  background-size: cover;
  padding: 10.75rem 0 9.8125rem 0;
}

.section08 h1 {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0625rem;
  margin-bottom: 4.9375rem;
}
.section08 h1 strong {
  color: var(--Sub-point, #daf5e2);
  font-weight: 700 !important;
}
.section08 .divide3 {
  gap: 1.5625rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.375rem;
}
.section08 .divide3 .box {
  border-radius: 1.25rem;
  border: 0.0625rem solid #fff;
  background: #fff;
  width: 27.3125rem;
  height: 20.625rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  background-image: url(../img/08boxlight.svg);
  background-position: center center;
}

.section08 .divide3 .box:nth-of-type(1):hover {
  background-color: #736355;
  border-color: #736355;
}
.section08 .divide3 .box:nth-of-type(1):hover .buttonWrap {
  border-color: #fff;
  background-color: transparent;
}
.section08 .divide3 .box:nth-of-type(1):hover .button {
  background: #fff !important;
  color: #736355;
}
.section08 .divide3 .box:nth-of-type(1):hover .button h5 {
  color: #736355;
}
.section08 .divide3 .box:nth-of-type(1):hover h5,
.section08 .divide3 .box:nth-of-type(1):hover h1,
.section08 .divide3 .box:nth-of-type(1):hover h1 span {
  color: #fff;
}

.section08 .divide3 .box:nth-of-type(2):hover {
  background-color: #557370;
  border-color: #557370;
}
.section08 .divide3 .box:nth-of-type(2):hover .buttonWrap {
  border-color: #fff;
  background-color: transparent;
}
.section08 .divide3 .box:nth-of-type(2):hover .button {
  background: #fff !important;
  color: #557370;
}
.section08 .divide3 .box:nth-of-type(2):hover .button h5 {
  color: #557370;
}

.section08 .divide3 .box:nth-of-type(2):hover h5,
.section08 .divide3 .box:nth-of-type(2):hover h1,
.section08 .divide3 .box:nth-of-type(2):hover h1 span {
  color: #fff;
}

.section08 .divide3 .box:nth-of-type(3):hover {
  background-color: #152f26;
  border-color: #152f26;
}
.section08 .divide3 .box:nth-of-type(3):hover .buttonWrap {
  border-color: #fff;
  background-color: #fff;
}
.section08 .divide3 .box:nth-of-type(3):hover .button {
  background-color: #152f26;
}

.section08 .divide3 .box:nth-of-type(3):hover .buttonWrap {
  border-color: #fff;
  background-color: transparent;
}
.section08 .divide3 .box:nth-of-type(3):hover .button {
  background: #fff !important;
  color: #152f26;
}
.section08 .divide3 .box:nth-of-type(3):hover .button h5 {
  color: #152f26;
}

.section08 .divide3 .box:nth-of-type(3):hover h5,
.section08 .divide3 .box:nth-of-type(3):hover h1,
.section08 .divide3 .box:nth-of-type(3):hover h1 span {
  color: #fff;
}

.section08 .divide3 .box h5 {
  color: var(--Dark, #222);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.0625rem;
}
.section08 .divide3 .box h1 {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 800;
  line-height: 64%;
  letter-spacing: -0.0625rem;
  margin-top: 1.8125rem;
  margin-bottom: 1.9375rem;
}
.section08 .divide3 .box:nth-of-type(1) h1 {
  color: #736355;
}
.section08 .divide3 .box:nth-of-type(2) h1 {
  color: #557370;
}
.section08 .divide3 .box:nth-of-type(3) h1 {
  color: #222;
}
.section08 .divide3 .box h1 span {
  color: var(--Brown, #736355);
  font-family: "Pretendard", sans-serif;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 64%;
  letter-spacing: -0.0625rem;
}
.section08 .divide3 .box .buttonWrap {
  display: flex;
  width: 22.4505rem;
  height: 5.125rem;
  padding: 0.3125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 3.125rem;
  border: 0.125rem solid #557370;
}
.section08 .divide3 .box .buttonWrap .button {
  width: 21.25rem;
  height: 4.125rem;
  flex-shrink: 0;
  border-radius: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section08 .divide3 .box:nth-of-type(1) .buttonWrap .button {
  background: #736355;
}
.section08 .divide3 .box:nth-of-type(2) .buttonWrap .button {
  background: #709386;
}
.section08 .divide3 .box:nth-of-type(3) .buttonWrap .button {
  background: var(
    --Point,
    linear-gradient(0deg, #11261e 0%, #11261e 100%),
    #152f26
  );
}
.section08 .divide3 .box .buttonWrap .button h5 {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: -0.0625rem;
}
.section08 .nodivide {
  width: max-content;
  min-width: 1360px;
  height: 52.5rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  background: #fff;
  margin: 0 auto;
  flex-direction: column;
  padding: 3.375rem 93px 5.9375rem 93px;
}
.section08 .nodivide #main-title {
  color: var(--Point, #152f26);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0625rem;
  margin-bottom: 1.25rem;
}
.section08 .nodivide .tabWrapper {
  margin: 0 auto;
  text-align: center;
}
.section08 .nodivide .tabWrapper .tabs {
  display: inline-flex;
  height: 5rem;
  padding: 0.3125rem 0.625rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6.1875rem;
  border: 0.0625rem solid #ccc;
  background: #304742;
  margin: 0 auto;
  margin-bottom: 3.3125rem;
}
.section08 .nodivide .tabWrapper button {
  display: flex;
  width: 199px;
  height: 61px;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 6.1875rem;
  background-color: transparent;
  border: none;
  color: #fff;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.034375rem;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.section08 .nodivide .tabWrapper button.active {
  background-color: #fff;
  font-weight: bold;
  color: var(--Point, #152f26);
}
.section08 .nodivide .tabWrapper .tab-content {
  gap: 4.4375rem;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  width: 1174px;
}
.section08 .nodivide .tabWrapper .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.section08 .nodivide .tabWrapper .tab-content .box {
  height: 30.0625rem;
  width: 344px;
  max-width: 370px;
}
.section08 .nodivide .tabWrapper .tab-content .box img {
  width: 17.5rem;
  height: 17.5rem;
  flex-shrink: 0;
  border-radius: 17.5rem;
  margin-bottom: 2.8125rem;
}
.section08 .nodivide .tabWrapper .tab-content .box h5 {
  color: var(--Point, #152f26);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0625rem;
  margin-bottom: 1.625rem;
}
.section08 .nodivide .tabWrapper .tab-content .box p {
  color: var(--Dark, #222);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.0625rem;
  margin-bottom: 0.75rem;
  white-space: nowrap;
}
.section08 .nodivide .tabWrapper .tab-content .box .speciality {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  max-width: 370px;
}
.section08 .nodivide .tabWrapper .tab-content .box .speciality div {
  display: flex;
  height: 3.125rem;
  padding: 0.75rem 1.9375rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 6.25rem;
  flex: 1 0 0;
  border: 0.125rem solid #fff;
  background: var(
    --Point,
    linear-gradient(0deg, #11261e 0%, #11261e 100%),
    #152f26
  );
}
.section08 .nodivide .tabWrapper .tab-content .box .speciality div p {
  color: #fff;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.0625rem;
  margin-bottom: 0;
  white-space: nowrap;
}

/* sect09  */
.section09 {
}

.section09 .invi {
  width: 560px;
}
.section09 .inviPlus {
  width: 560px;
  /* height: 101px; */
}

.section09 .swiper-slide {
  height: 660px;
  flex-shrink: 0;
  background: #010101;
  padding: 88px 0 12.25rem 0;
  display: flex;
  align-items: center;
}

.section09 .swiper-slide:nth-of-type(1) {
  background-image: url(../img/sect09Img01.png);
  background-size: 1920px 660px !important;
  background-position: center center;
  background-repeat: no-repeat !important;
}
.section09 .swiper-slide:nth-of-type(2) {
  background-image: url(../img/sect09Img02.png);
  background-size: 1920px 660px !important;
  background-position: center center;
  background-repeat: no-repeat !important;
}

.section09 .swiper-slide .inner {
  justify-content: space-between;
  align-items: end;
  height: 100%;
}
.section09 .swiper-slide .inner > div {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
.section09 .swiper-slide .inner h2 {
  color: var(--White, #fff);
  font-family: "Pretendard", sans-serif;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.0625rem;
}
.section09 .swiper-slide .inner p {
  color: var(--White, #fff);
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.0625rem;
}
.section09 .swiper-slide .inner button {
  display: flex;
  width: 19.625rem;
  height: 3.375rem;
  padding: 0.4375rem 0.625rem 0.4375rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 3.75rem;
  background: var(--Main, #557370);
  color: var(--White, #fff);
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border: none;
  margin-bottom: -12.5rem;
  cursor: pointer;
}
.section09 .swiper-slide:nth-of-type(1) .inner h1 {
  color: var(--Sub-point, #daf5e2);
  font-family: "Pretendard", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0625rem;
}
.section09 .swiper-slide:nth-of-type(2) .inner h1 {
  color: #fed363;
  font-family: "Pretendard", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0625rem;
}

.section09 .swiper-pagination {
  position: absolute;
  left: 17.5rem;
  bottom: 6.25rem;
  width: 7.8125rem;
  height: 3.375rem;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 62.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section09 .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1/1;
  background: transparent;
  opacity: 1;
  color: var(--Point, #152f26);
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5625rem;
  height: 2.5625rem;
}
.section09 .swiper-pagination .swiper-pagination-bullet:first-child::after {
  content: "/";
  margin: 0 0.4375rem;
  position: absolute;
  color: #222;
  top: 30%;
  left: 40%;
  font-size: 1.375rem;
}
.section09 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(
    --Point,
    linear-gradient(0deg, #11261e 0%, #11261e 100%),
    #152f26
  );
  opacity: 1;
  color: #fff;
}

.section09 .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: -1rem;
}
.section09 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: -1rem;
  margin-left: 1rem;
}

.section09 .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 36px;
}

/* sect 10 */
.section10 {
  padding: 11.5625rem 0 107px 0;
  background-image: url(../img/sect10BG.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}

.section10 h1 {
  color: var(--Dark, #222);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0625rem;
}
.section10 h1 strong {
  color: var(--Main, #557370);
  font-weight: 700 !important;
}

.section10 .swiper-slide {
  text-align: left;
}

.section10 .swiper-slide h2 {
  color: var(--Main, #557370);
  font-family: "Pretendard", sans-serif;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.0275rem;
}

.section10 p.secSub {
  color: var(--Dark, #222);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.0625rem;
  margin-top: 46px;
  margin-bottom: 0;
}

.section10 .swiper-slide p {
  color: var(--Dark, #222);
  min-height: 105px;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.034375rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.section10 .swiper-slide .inner {
  margin-top: 0;
  gap: 7.5rem;
  align-items: center;
  width: calc(100% - 396px);
  margin-left: 250px;
  justify-content: center;
}
.section10 .swiper-slide .inner .imgBox {
  min-width: 737px;
  min-height: 586.96px;
  display: flex;
  align-items: center;
}

.section10
  .swiper-slide
  .inner
  div.d-flex
  div:nth-last-of-type(2)
  img:nth-of-type(2) {
  width: 399px;
  height: 494px;
  position: absolute;
  right: 58px;
}
.section10 .swiper-slide .inner .textBox {
  min-width: 600px;
  height: 318px;
}

.section10 .swiper-slide .inner .d-flex {
  gap: 1.3125rem;
  top: 352px;
  height: 82px;
  display: flex;
  align-items: flex-end;
  left: 25;
  width: 181px;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .section10 .swiper-slide .inner {
    width: 100%;
    margin-left: 200px;
    justify-content: flex-start;
  }
  .section10 .swiper-slide .inner .d-flex {
    top: 352px;
    left: 0;
  }
}

.section10 .swiper-slide .swiper-button-next,
.swiper-button-prev {
  /* position: static;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  border-radius: 5rem;
  background: var(--Main, #3e5a50);
  color: #fff; */
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
.section10 .swiper-slide .swiper-button-prev {
  width: 80px;
  height: 80px;
  aspect-ratio: 1 / 1;
  left: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
}

.section10 .swiper-slide .swiper-button-next {
  width: 80px;
  height: 80px;
  aspect-ratio: 1 / 1;
  left: 101px !important;
  top: 0 !important;
  margin-top: 0 !important;
  right: 0;
}

.section10 .swiper-slide .swiper-button-prev img {
  width: 100%;
}
.section10 .swiper-slide .swiper-button-next img {
  width: 100%;
  transform: rotate(180deg);
}

.section10 .plusImg {
  position: absolute;
  right: 58px;
  bottom: -57px;
  display: none;
}

/* sect 11 */
.section11 {
  padding: 9.375rem 0 10rem 0;
  background: rgba(198, 198, 198, 0.2);
}
.section11 h1 {
  color: var(--Dark, #222);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0625rem;
  margin-bottom: 2.5rem;
}
.section11 h1 strong {
  color: #557370;
  font-weight: 700 !important;
}
.section11 > p {
  color: var(--Dark, #222);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.0625rem;
}

.section11 .tabWrapper {
  width: 85rem;
  margin: 0 auto;
  margin-top: 58px;
}
.section11 .tabWrapper .tabs {
  width: 100%;
  margin: 0 auto;
}
.section11 .tabWrapper .tabs.d-sm-block {
  display: none;
}
.section11 .tabWrapper .tabs.d-sm-none {
  display: block;
}
.section11 .tabWrapper .tabs ul {
  display: flex;
  width: 100%;
  padding: 0.3125rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border-radius: 6.1875rem;
  background: rgba(112, 147, 134, 0.2);
}
.section11 .tabWrapper .tabs ul li {
  display: flex;
  width: 9.875rem;
  padding: 0.9375rem 1.875rem;
  justify-content: center;
  align-items: center;
  gap: 0.875rem;
  flex-shrink: 0;
  border-radius: 6.1875rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.01375rem;
  cursor: pointer;
}
.section11 .tabWrapper .tabs ul li.active {
  background: var(--Main, #557370);
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.01375rem;
}
.section11 .tabWrapper .swiper-slide {
  margin-top: 47px;
  border-radius: 1.875rem;
  background-color: transparent;
}
.section11 .tabWrapper .swiper-slide img {
  width: 100%;
  max-height: 620px;
  border-radius: 1.875rem;
}

/* sect 12 */
.section12 {
  background: rgba(115, 99, 85, 0.95);
  padding: 8.8125rem 0 10.75rem 0;
}
.section12 h2 {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0625rem;
  margin-bottom: 3.5rem;
}
.section12 h2 strong {
  color: var(--Sub-point, #daf5e2);
  font-weight: 700 !important;
}

.section12 .divide2 {
  gap: 1.456875rem;
  margin-bottom: 7.8125rem;
  justify-content: center;
}
.section12 .divide3 .box > div {
  display: flex;
  flex-direction: column;
}

.section12 .divide2 .box:nth-of-type(1) {
  padding: 0;
}

.section12 .divide2 .box {
  width: 41.7714375rem;
  height: 28.3125rem;
  flex-shrink: 0;
  border-radius: 1.875rem;
  background: var(--Basic2, #fff);
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.25);
  padding: 2.125rem 0 3.25rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section12 .divide2 .box h5 {
  color: var(--Sub-Color3, #212121);
  font-family: "Pretendard", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.0625rem;
  border-bottom: 0.1875rem solid #557370;
  width: auto;
  margin-bottom: 1.375rem;
}
.section12 .divide2 .box ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 2.0625rem;
}

.section12 .divide2 .box ul li {
  width: 25rem;
  height: 2.875rem;
  flex-shrink: 0;
  border-radius: 62.5rem;
  border: 0.09375rem solid rgba(33, 33, 33, 0.1);
  display: flex;
  align-items: center;
  padding-left: 1.375rem;
  justify-content: flex-start;
}

.section12 .divide2 .box ul li:nth-of-type(1) {
  border: 0.09375rem solid #2274c0;
  background: #eff7ff;
}

.section12 .divide2 .box ul li:nth-of-type(3) {
  border: 0.09375rem solid #f18d2a;
  background: #fff9ee;
}

.section12 .divide2 .box ul li label {
  color: var(--Sub-Color3, #212121);
  font-family: "Pretendard", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.03125rem;
  width: 6rem;
  text-align: justify;
  flex-shrink: 0;
  transform: translateY(25%);
}
.section12 .divide2 .box ul li label::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.section12 .divide2 .box ul li:nth-of-type(3) label {
  white-space: nowrap;
  transform: translateY(0);
}
.section12 .divide2 .box ul li time {
  color: var(--Sub-Color3, #212121);
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 1.75rem;
}
.section12 .divide2 .box ul li:nth-of-type(1) span {
  background: linear-gradient(141deg, #2274c0 8.5%, #10375a 88.89%);
  width: 2.3395625rem;
  height: 2.3rem;
  flex-shrink: 0;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.05rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section12 .divide2 .box ul li:nth-of-type(3) span {
  background: linear-gradient(141deg, #ffc184 8.5%, #f18d2a 88.89%);
  width: 2.3395625rem;
  height: 2.3rem;
  flex-shrink: 0;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.05rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section12 .divide2 .box p {
  text-align: center;
  color: var(--Sub-Color3, #212121);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: -0.0625rem;
  opacity: 0.7;
}

.section12 .divide2 .box .small {
  color: var(--Sub-Color3, #212121);
  font-family: "Pretendard", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: -0.0625rem;
  opacity: 0.5;
}

.section12 .divide2 .box .councel {
  gap: 1.25rem;
  margin-top: 2.5625rem;
}

.section12 .divide2 .box .councel button {
  width: 10rem;
  height: 10rem;
  flex-shrink: 0;
  border-radius: 0.625rem;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.0625rem;
}
.section12 .divide2 .box .councel button a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.0625rem;
}
.section12 .divide2 .box .councel button:nth-of-type(1) {
  border: 0.09375rem solid rgba(255, 209, 33, 0.5);
}

.section12 .divide2 .box .councel button:nth-of-type(2) {
  border: 0.09375rem solid rgba(60, 184, 24, 0.5);
}
.section12 .divide2 .box .councel button:nth-of-type(3) {
  border: 0.09375rem solid rgba(0, 46, 89, 0.5);
}

.section12 .divide2 .box .councel button img {
  width: 3.875rem;
  height: 3.875rem;
  flex-shrink: 0;
}
.section12 .divide2 .box .councel button p {
  color: var(--Sub-Color3, #212121);
  font-family: "Pretendard", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.05rem;
  opacity: 0.9;
}
.section12 .divide2 .box .councel button p {
  font-weight: 700;
}

.section12 .divide3 {
  gap: 1.673125rem;
  justify-content: center;
}

.section12 .divide3 .box {
  width: 27.1875rem;
  height: 25.1875rem;
  flex-shrink: 0;
  border-radius: 1.875rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 49px;
  align-items: center;
}

.section12 .divide3 .box img {
  width: 9.2959375rem;
  height: 9.5625rem;
  flex-shrink: 0;
  margin-bottom: 19px;
}
.section12 .divide3 .box small {
  color: var(--Main, #557370);
  font-family: "Pretendard", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0625rem;
  margin-bottom: 28px;
  text-align: center;
}
.section12 .divide3 .box h5 {
  color: var(--Sub-Color3, #212121);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0625rem;
  margin-bottom: 4px;
}
.section12 .divide3 .box address {
  color: #212121;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0625rem;
  opacity: 0.9;
}

.section12 .divide3 .box:nth-of-type(3) small {
  margin-bottom: 19px !important;
}

.section12 .divide3 .box:nth-of-type(3) address {
  font-weight: bold;
  color: var(--Point, #152f26);
}

.section12 .divide3 .box address div {
  margin-top: 8px;
  justify-content: center;
  align-items: center;
  gap: 0.4375rem;
}
.section12 .divide3 .box address img {
  width: 2.6875rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-bottom: 0;
}
.section12 .divide3 .box address small {
  color: var(--Sub-Color3, #212121);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
}

small.ct4 {
  color: var(--Main, #557370);
  font-family: "Pretendard", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0625rem;
  margin-bottom: 0.1875rem;
  text-align: center;
}

/* sect 13 */

#map {
  width: 100%;
  height: 37.5rem;
}

#map img {
  width: 100% !important;
  height: 100% !important;
}

/* 팝어버어어엉버어어업 */

#hd_pop {
  width: 100vw;
}
.hd_pops {
  position: fixed;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin-top: 0;
  width: 100vw;
  left: 0 !important;
  top: 0 !important;
}
.hd_pops_footer {
  width: 550px;
}

.mobileWrap {
  display: none;
}

.modal_money {
  display: none; /* 기본적으로 숨김 */
  position: fixed; /* 고정 위치 */
  z-index: 1000; /* 다른 요소 위에 표시 */
  left: 0;
  top: 0;
  width: 100%; /* 전체 너비 */
  height: 100%; /* 전체 높이 */
  overflow: auto; /* 내용이 넘칠 경우 스크롤 */
  background-color: rgba(0, 0, 0, 0.4); /* 검은색 반투명 배경 */
}

/* 모달 내용 컨테이너 */
.modal_money .modal-content {
  background-color: #fefefe;
  margin: 5vh auto; /* 상하 10%, 좌우 자동(중앙 정렬) */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* 모달의 너비 */
  max-width: 600px; /* 최대 너비 지정 */
  border-radius: 8px; /* 모서리 둥글게 */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: auto;
  max-height: 800px;
}

/* 모달 헤더 */
.modal_money .modal-header {
display: none;
}

/* 모달 본문 */
.modal_money .modal-body {
  padding: 20px 0;
}

/* 모달 푸터 */
.modal_money .modal-footer {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  text-align: right;
}

/* 닫기 버튼 (X) 스타일 */
.modal_money .moneyClose {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
}

.modal_money .moneyClose:hover,
.modal_money .moneyClose:focus {
  color: #000;
  text-decoration: none;
}

/* 푸터 닫기 버튼 스타일 */
.modal_money .close-btn-footer {
  padding: 8px 15px;
  background-color: #6c757d; /* 부트스트랩 secondary 색상 */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.modal_money .close-btn-footer:hover {
  background-color: #5a6268;
}

/* 버튼 기본 스타일 (선택사항) */
#openModalBtn {
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.5;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 400;
}
#openModalBtn:hover {
  color: #2563eb;
}
.price-modal-content {
  max-width: 900px;
  margin: 0 auto;
}

.price-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e5e7eb;
}

.price-tab {
  padding: 12px 20px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #6b7280;
  transition: all 0.3s;
}

.price-tab:hover {
  color: #374151;
}

.price-tab.active {
  color: #2563eb;
  border-bottom-color: #2563eb;
}

.price-table-container {
  overflow-x: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table thead {
  background-color: #2563eb;
  color: white;
}

.price-table th {
  padding: 16px 24px;
  font-weight: 600;
  text-align: left;
}

.price-table th:last-child {
  text-align: right;
}

.price-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
}

.price-table tbody tr:nth-child(even) {
  background-color: #f9fafb;
}

.price-table tbody tr:hover {
  background-color: #dbeafe;
}

.price-table td {
  padding: 16px 24px;
}

.price-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: #111827;
}

.modal_money .tab-content {
  display: none;
}

.modal_money .tab-content.active {
  display: block;
}

.modal_money .price-notice {
  margin-top: 24px;
  padding: 16px;
  background-color: #f3f4f6;
  border-radius: 8px;
}

.modal_money .price-notice p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

.modal_money .price-notice p + p {
  margin-top: 8px;
}

@media screen and (max-width: 992px) {
  .pcWrap {
    display: none;
  }
  .mobileWrap {
    display: block;
  }

  /* modal */

  .modal-content {
    width: 350px;
    padding: 24px 0;
    border-radius: 1rem;
    height: 780px;
    overflow-y: scroll;
  }
  .modal-body > .d-flex {
    align-items: center;
    gap: 2rem;
    flex-direction: column;
  }
  .modal-imgBox {
    width: 302px;
    height: 254px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: transparent;
    border-radius: 0;
  }
  .modal-imgBox img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    aspect-ratio: 80/101 !important;
    padding: 0;
  }
  .modal-infoBox {
    width: 86.28%;
    margin: 0 auto;
  }
  .modal-infoBox h2 {
    font-family: "Pretendard", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 34px */
    letter-spacing: -0.34px;
  }
  .modal-infoBox small {
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
    letter-spacing: -0.18px;
  }
  .modal-infoBox p.fw-bold {
    font-family: "Pretendard", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: -0.646px;
  }
  .modal-infoBox img {
    width: 18.003px;
    height: 17.503px;
  }
  .modal-infoBox ul li p {
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    letter-spacing: -0.646px;
  }
  .modal-infoBox .d-flex {
    gap: 5px;
  }
  .modal-infoBox em {
    width: 100%;
    margin: 18px 0 29px 0;
  }
  .modal-infoBox p.fw-bold {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .modal-infoBox p.fw-bold br {
    display: none;
  }

  #modal-credentials-main2 {
    margin: 0;
  }
  #modal-credentials-sub2 {
    margin-top: 21px;
  }
  .modal-infoBox ul li p {
    width: 100%;
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    letter-spacing: -0.646px;
  }

  .modal-infoBox ul li:nth-of-type(7) {
    margin-top: 8px;
  }

  .close-btn {
    width: 49.296px;
    height: 49.296px;

    flex-shrink: 0;
    top: 14px;
    right: 0.1875rem;
    font-size: 48px;
  }

  .modal.show {
    display: flex;
  }

  /* sect01 */
  .section01 .swiper-slide {
    background-image: none !important;
    opacity: 1;
    justify-content: start;
    min-height: 800px;
  }
  .section01 .swiper-slide img {
    min-width: 100vw;
    height: 800px;
  }

  .section01 .swiper-pagination {
    gap: 8px;
    max-width: 352px;
    position: relative;
    margin: 0 auto;
  }

  .section01 .swiper-pagination-bullet {
    min-width: 112px;
    white-space: nowrap;
    font-size: 14px;
  }

  .section02 {
    padding: 0;
    padding-top: 91px;
    padding-bottom: 72px;
    text-align: center;
  }
  .section02 img {
    max-width: 350px;
  }

  /* sect 04 */

  .section04 {
    padding-top: 90px;
    padding-bottom: 75px;
  }

  .section04 .bd02 {
    display: flex;
    margin-top: 108px;
  }

  .section04 .bottomDiv h2 {
    font-family: "Pretendard", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 34px */
    letter-spacing: -0.34px;
    margin-bottom: 12px;
  }
  .section04 .bottomDiv h5 {
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    letter-spacing: -1px;
  }
  .section04 img {
    flex-shrink: 0;
  }
  .section04 .realInfo {
  }
  .section04 h1 {
    color: #000;
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1px;
    text-align: center;
  }
  .section04 h1 strong {
    color: #557370;
    text-align: center;
    font-family: Pretendard;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 44.2px */
    letter-spacing: -1px;
  }
  .section04 h1 strong span {
    color: var(--Serve-02, #709386);
    font-family: Pretendard;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .section04 p {
    color: #222;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: -1px;
  }

  .section04 .docPic {
    min-width: 201px;
  }
  .section04 .docInfo {
    min-width: 162px;
  }
  .section04 .flex-row-reverse .docInfo {
    padding-left: 30px;
  }
  .section04 .bottomDiv .docInfo img {
    margin-right: 0;
  }

  .section04 .bottomDiv p.fw-bold {
    display: flex;
    align-items: center;
    margin-bottom: 6.9px;
    gap: 14px;
    font-family: "Pretendard", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    letter-spacing: -1px;
    white-space: normal;
    width: auto;
  }
  .section04 .bottomDiv p.fw-bold br {
    display: block !important;
  }

  .section04 .bottomDiv .d-flex .d-flex {
    flex-direction: column;
    margin-bottom: 28.72px;
    justify-content: center;
    gap: 0;
  }
  .section04 .bottomDiv .d-flex .flex-row-reverse .d-flex {
  }

  .section04 .bottomDiv > *.flex-row-reverse {
    flex-direction: row-reverse;
    max-width: 360px;
    justify-content: end;
    margin-left: 30px;
  }

  .section04 .bottomDiv .docInfo {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0 !important;
  }

  .section04 .bottomDiv .docInfo img {
    width: 28.073px;
    height: 25.733px;
    flex-shrink: 0;
    aspect-ratio: 28.07 / 25.73;
  }

  .section04 .bottomDiv button {
    margin: 0 auto;
    margin-top: -1.6875rem;
    position: relative;
    font-family: "Pretendard", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 100%; /* 20px */
    width: 166px;
    height: 48.717px;
    flex-shrink: 0;
    justify-content: space-around;
  }
  .section04 .bottomDiv button img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }

  /* sect 05 */

  .section05 {
    padding-top: 94px;
  }
  .section05 .swiper {
    padding-bottom: 55px;
    padding-top: 63px;
  }

  .section05 h1 {
    word-break: auto-phrase;
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 56px */
    letter-spacing: -1px;
  }

  .section05 p {
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: -1px;
  }

  .section05 h1 strong {
    font-weight: 700;
    font-size: 34px;
  }
  .section05 h1 strong span {
    font-weight: 800;
    font-size: 34px;
  }
  .section05 .swiper-slide {
    text-align: center;
  }

  .section05 .swiper-slide img {
    max-width: 320px;
    margin: 0 auto;
  }
  .section05 .swiper-pagination {
    left: 5.1vw;
    right: 5.1vw;
    height: 4px;
    max-width: 89.74vw;
  }
  .section05 .swiper-pagination-bullet {
    width: 16.6666%;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    width: 100%;
    border-radius: 50px;
  }

  /* sect06 */
  .section06 {
    height: 240px;
  }
  .jarallax-img {
    background-image: url("../img/sect06BG.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* sect07 */
  .section07 {
    text-align: center;
    padding: 0;
    padding-top: 90px;
    padding-bottom: 114px;
  }

  .section07 img {
    max-width: 350px;
    margin-top: 0;
  }

  /* sect08 */

  .section08 {
    text-align: center;
    background-image: url(../img/sect08BGm.jpg);
    background-size: cover;
    padding: 10.75rem 0px 9.8125rem;
    padding: 135px 0 93px 0;
  }

  .section08 > img {
    max-width: 350px;
  }

  .section08 h1 {
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 56px */
    letter-spacing: -1px;
  }
  .section08 h1 strong {
    color: #daf5e2;
    font-family: Pretendard;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1px;
  }

  .section08 .nodivide {
    width: 89.74vw;
    height: auto;
    padding-top: 68px;
    padding-bottom: 64px;
  }
  .section08 .nodivide #main-title {
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    letter-spacing: -1px;
  }
  .section08 .nodivide .tabWrapper .tabs {
    aspect-ratio: 340 / 60;
    width: 97.5%;
    height: auto;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 99px;
    border: 1px solid #ccc;
    max-width: 390px;
    background: #304742;
  }

  .section08 .nodivide .tabWrapper {
    width: 100%;
  }

  .section08 .nodivide .tabWrapper button {
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    letter-spacing: -0.5px;
    height: 42px;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    width: 160px;
  }
  .section08 .nodivide .tab-content {
    flex-direction: column;
    width: 100%;
  }
  .section08 .nodivide .tabWrapper .tab-content .box {
    width: calc(100% - 44px);
    max-height: 202px;
  }

  .placeholder-img {
    max-width: 332px;
  }

  /* sect09 */

  .section09 .swiper-slide {
    min-height: 0;
    padding: 0;
  }

  .section09 .swiper-slide:nth-of-type(1) {
    background-image: none;
  }

  .section09 .swiper-slide:nth-of-type(2) {
    background-image: none;
  }
  .section09 .swiper-pagination {
    width: 120px;
    height: 50px;
    left: 34.6%;
    bottom: 43px;
  }

  /* sect10 */

  .section10 {
    padding-top: 102px;
    padding-bottom: 90px;
  }

  .section10 h1 {
    text-align: center;
    font-family: Pretendard;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 44.2px */
    letter-spacing: -1px;
  }
  .section10 h1 strong {
    color: #557370;
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .section10 p.secSub {
    color: #222;
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: -1px;
  }

  .section10 .swiper-slide .inner {
    flex-direction: column-reverse;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 150px;
    gap: 45px;
  }

  .section10 .swiper-slide .inner .imgBox {
    min-width: 0;
    width: 350px;
    margin: 0 auto;
    min-height: 0;
  }
  .section10 .swiper-slide .inner .imgBox img {
    width: 100%;
    height: 100%;
  }
  .section10 .swiper-slide .inner .textBox {
    min-width: 0;
    width: calc(100vw - 23vw);
    margin: 0 auto;
  }

  .section10 .swiperBtn {
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 45px;
    height: 54px;
    gap: 14px;
  }
  .section10 .swiperBtn div {
    margin-top: 0;
    gap: 0;
    width: 54px;
  }

  .section10 .swiper-slide .swiper-button-next,
  .swiper-button-prev {
    width: 3rem;
    height: fit-content;
    aspect-ratio: 1/1;
    gap: 3rem;
  }

  .section10 .swiper-slide p {
    margin-bottom: 2.25rem;
  }
  .section10 .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1rem;
  }

  .section10 .swiper-slide .inner .d-flex {
    position: absolute;
    top: 80px;
    bottom: auto;
  }

  /* sect 11 */

  .section11 {
    padding-top: 83px;
    padding-bottom: 87px;
  }

  .section11 h1 {
    text-align: center;
    font-family: Pretendard;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 44.2px */
    letter-spacing: -1px;
    margin: 0 auto;
    margin-bottom: 22px;
  }
  .section11 > p {
    color: #222;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: -1px;
  }
  .section11 h1 strong {
    color: #557370;
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .section11 .hospital-tabs-wrapper {
    width: 100%;
    margin-top: 49px;
  }

  .section11 .hospital-tabs-wrapper .hospital-tabs ul {
    display: flex;
    flex-wrap: wrap;
    border-radius: 63.022px;
    background: rgba(112, 147, 134, 0.2);
    width: calc(100% - 24px);
    min-width: 365px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 6px;
    height: 44px;
  }
  .section11 .hospital-tabs-wrapper .hospital-tabs ul:first-child {
    margin-bottom: 6px;
  }
  .section11 .hospital-tabs-wrapper .hospital-tabs ul li {
    width: 22%;
    color: #666;
    font-family: "Pretendard", sans-serif;
    padding: 9.549px 0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    letter-spacing: -0.16px;
  }
  .section11 .hospital-tabs-wrapper .hospital-tabs ul li.active {
    color: #fff;
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    letter-spacing: -0.16px;
    background: var(--Main, #557370);
    border-radius: 63.022px;
  }

  .section11 .hospital-tabs-wrapper .swiper-slide {
    text-align: center;
  }

  .section11 .hospital-tabs-wrapper .swiper-slide img {
    border-radius: 20px;
    max-width: calc(100% - 40px);
    aspect-ratio: 350 / 240;
    max-height: 240px;
  }

  .hospital-content-area {
    margin-top: 36px;
  }

  /*  */

  .section12 {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 83px;
  }

  .section12 h2 {
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 44.2px */
    letter-spacing: -1px;
  }
  .section12 h2 strong {
    color: #daf5e2;
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1px;
  }

  .section12 img {
    max-width: 350px;
    margin: 0 auto;
  }

  .section12 .divide2 {
    display: flex;
    flex-direction: column;
    width: 350px;
    margin: 0 auto;
    gap: 26px;
    margin-bottom: 80px;
  }

  .section12 .divide2 .box,
  .section12 .divide3 .box {
    border-radius: 0.75rem;
  }

  .section12 .divide2 .box {
    width: calc(100% - 20px);
    height: auto;
    padding: 41px 19px 49px 19px;
    margin: 0 auto;
  }

  .section12 .divide2 .box h5 {
    color: var(--Sub-Color3, #212121);
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 100% */
    letter-spacing: -1px;
  }

  .section12 .divide2 .box ul {
    width: calc(100% - 10px);
    margin: 0 auto;
    max-width: 390px;
  }

  .section12 .divide2 .box ul li {
    width: 100%;
    padding-left: 1rem;
    padding-right: 4.5px;
  }

  .section12 .divide2 .box ul li time {
    font-size: 0.9rem;
    margin: 0 6.1%;
    white-space: nowrap;
  }

  .section12 .divide2 .box ul li label {
    font-size: 1.05rem;
  }

  .section12 .divide2 .box p {
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -1px;
    opacity: 0.5;
  }

  .section12 .divide2 .box p small {
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -1px;
    margin-top: 26px;
  }

  .section12 .divide2 .box .councel {
    flex-direction: row;
    justify-content: center;
    margin-top: 2rem;
    gap: 7px;
    width: 312px;
  }

  .section12 .divide2 .box .councel button {
    width: 25.3vw;
    height: fit-content;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    border-radius: 6.205px;
  }

  .section12 .divide2 .box .councel button p {
    color: var(--Sub-Color3, #212121);
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    opacity: 0.9;
  }
  .section12 .divide2 .box .councel button p {
    font-weight: 700;
  }
  .section12 .divide2 .box .councel button img {
    width: 38.471px;
    height: 38.471px;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 992px) {
  .hd_pops_con {
    max-width: 459px;
    width: calc(100vw - 10px) !important;
    height: auto !important;
    margin: 0 auto;
  }
  .hd_pops_con p {
    line-height: 0;
  }

  .hd_pops {
    left: 0px !important;
    top: 0;
  }
  .hd_pops_footer {
    width: calc(100vw - 10px);
    max-width: 459px;
  }
}
