@charset "UTF-8";
/* ==========================================================================
   VARIABLES & MIXINS
   ========================================================================== */
section[id] {
  scroll-margin-top: 100px;
}
@media (max-width: 1500px) {
  section[id] {
    scroll-margin-top: 4.375rem;
  }
}

.text-teal {
  color: #639BA4;
  font-weight: inherit;
}

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

.mo-only {
  display: block;
}
@media (min-width: 768px) {
  .mo-only {
    display: none;
  }
}

.pc-only {
  display: block !important;
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.inner {
  max-width: 87.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    max-width: none;
  }
}

.inner_padding {
  max-width: 87.5rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .inner_padding {
    max-width: none;
    padding: 0 1rem;
  }
}

/* 페이지 기본 설정 */
.sub-content {
  padding-top: 6.25rem;
}
@media (max-width: 1500px) {
  .sub-content {
    padding-top: 4.375rem;
  }
}
.sub-content section:first-of-type {
  padding: 6.25rem 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .sub-content section:first-of-type {
    padding: 4.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .sub-content section:first-of-type {
    padding: 3.13rem 1rem;
  }
}
.sub-content section:first-of-type small {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.125rem;
  color: #8F8F8F;
}
@media (max-width: 1024px) {
  .sub-content section:first-of-type small {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .sub-content section:first-of-type small {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: 0.0625rem;
  }
}
.sub-content section:first-of-type h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 3.5rem */
  letter-spacing: -0.09375rem;
  margin-top: 0.25rem;
}
@media (max-width: 1024px) {
  .sub-content section:first-of-type h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 3rem */
    letter-spacing: -0.0625rem;
  }
}
@media (max-width: 768px) {
  .sub-content section:first-of-type h2 {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 2.625rem */
    letter-spacing: -0.09375rem;
  }
}
.sub-content section:first-of-type p {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.0375rem;
  margin-top: 1.25rem;
}
.sub-content section:first-of-type p span {
  color: #639BA4;
  font-weight: inherit;
}
@media (max-width: 1024px) {
  .sub-content section:first-of-type p {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 2.0625rem */
    letter-spacing: -0.0375rem;
  }
}
@media (max-width: 768px) {
  .sub-content section:first-of-type p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
    margin-top: 0.87rem;
  }
}
.sub-content section:first-of-type p.bold-text {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 2.4375rem */
  letter-spacing: -0.05rem;
}
@media (max-width: 768px) {
  .sub-content section:first-of-type p.bold-text {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 1.6875rem */
    letter-spacing: -0.05rem;
  }
}

/* 섹션 공통 타이틀 */
.sec-tit-normal {
  text-align: center;
  margin-bottom: 4.38rem;
}
@media (max-width: 768px) {
  .sec-tit-normal {
    margin-bottom: 1.88rem;
  }
}
.sec-tit-normal small {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.125rem;
  color: #8F8F8F;
  display: inline-block;
  margin-bottom: 0.25rem;
}
@media (max-width: 1024px) {
  .sec-tit-normal small {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .sec-tit-normal small {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: 0.0625rem;
  }
}
.sec-tit-normal h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 3.5rem */
  letter-spacing: -0.09375rem;
}
.sec-tit-normal h2 span, .sec-tit-normal h2 strong {
  font-weight: inherit;
}
@media (max-width: 1024px) {
  .sec-tit-normal h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 3rem */
    letter-spacing: -0.0625rem;
  }
}
@media (max-width: 768px) {
  .sec-tit-normal h2 {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 2.625rem */
    letter-spacing: -0.09375rem;
  }
}
.sec-tit-normal p {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.0375rem;
  margin-top: 1.25rem;
}
.sec-tit-normal p strong, .sec-tit-normal p span {
  font-weight: inherit;
}
@media (max-width: 768px) {
  .sec-tit-normal p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
    margin-top: 0.88rem;
  }
}

.sec-tit-bold {
  text-align: center;
  margin-bottom: 4.38rem;
}
@media (max-width: 768px) {
  .sec-tit-bold {
    margin-bottom: 1.88rem;
  }
}
.sec-tit-bold small {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.125rem;
  color: #8F8F8F;
  display: inline-block;
  margin-bottom: 0.25rem;
}
@media (max-width: 1024px) {
  .sec-tit-bold small {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 1.6875rem */
    letter-spacing: -0.05rem;
  }
}
@media (max-width: 768px) {
  .sec-tit-bold small {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
    letter-spacing: 0.0625rem;
  }
}
.sec-tit-bold p {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 2.4375rem */
  letter-spacing: -0.05rem;
  margin-top: 1.25rem;
}
.sec-tit-bold p strong, .sec-tit-bold p span {
  font-weight: inherit;
}
@media (max-width: 768px) {
  .sec-tit-bold p {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 1.6875rem */
    letter-spacing: -0.05rem;
    margin-top: 0.88rem;
  }
}
.sec-tit-bold h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 3.5rem */
  letter-spacing: -0.09375rem;
  color: #212323;
}
.sec-tit-bold h2 span, .sec-tit-bold h2 strong {
  font-weight: inherit;
}
@media (max-width: 1024px) {
  .sec-tit-bold h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .sec-tit-bold h2 {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 2.625rem */
    letter-spacing: -0.09375rem;
  }
}

.sub-title {
  margin-bottom: 4.38rem;
  text-align: center;
}
@media (max-width: 768px) {
  .sub-title {
    margin-bottom: 1.88rem;
  }
}
.sub-title small {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.125rem;
  color: #8F8F8F;
  display: inline-block;
  margin-bottom: 0.25rem;
}
@media (max-width: 1024px) {
  .sub-title small {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 1.6875rem */
    letter-spacing: -0.05rem;
  }
}
@media (max-width: 768px) {
  .sub-title small {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
    letter-spacing: 0.0625rem;
  }
}
.sub-title h2, .sub-title h3 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 3rem */
  letter-spacing: -0.0625rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .sub-title h2, .sub-title h3 {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.925rem */
    letter-spacing: -0.0625rem;
    margin-bottom: 0.88rem;
  }
}
.sub-title p {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.0375rem;
}
.sub-title p span {
  font-weight: inherit;
}
@media (max-width: 768px) {
  .sub-title p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
  }
}

.com_text_bar {
  background: #97b6bb;
  color: #fff;
  padding: 3rem 1rem;
  text-align: center;
  margin-top: 6.25rem;
}
.com_text_bar p {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 3rem */
  letter-spacing: -0.0625rem;
  /* [추가] 텍스트 교체 로직 */
}
@media (max-width: 1024px) {
  .com_text_bar p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .com_text_bar p {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.925rem */
    letter-spacing: -0.0625rem;
  }
}
.com_text_bar p .pc-ver {
  display: inline;
}
@media (max-width: 768px) {
  .com_text_bar p .pc-ver {
    display: none;
  }
}
.com_text_bar p .mo-ver {
  display: none;
}
@media (max-width: 768px) {
  .com_text_bar p .mo-ver {
    display: inline;
  }
}
.com_text_bar .keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.63rem;
  align-items: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 3rem */
  letter-spacing: -0.0625rem;
  margin-top: 0.25rem;
}
@media (max-width: 1024px) {
  .com_text_bar .keywords {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .com_text_bar .keywords {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.925rem */
    letter-spacing: -0.0625rem;
    margin-top: 0.88rem;
    gap: 0.25rem;
  }
  .com_text_bar .keywords .mo-w100 {
    width: 100%;
    text-align: center;
  }
}
.com_text_bar .keywords .hl {
  background: #fff;
  color: #639BA4;
  padding: 0.19rem 0.62rem;
  border-radius: 0.625rem;
}
@media (max-width: 768px) {
  .com_text_bar .keywords .hl {
    padding: 0.19rem 0.31rem;
    border-radius: 0.3125rem;
  }
}
@media (max-width: 1024px) {
  .com_text_bar {
    margin-top: 4.5rem;
  }
}
@media (max-width: 768px) {
  .com_text_bar {
    margin-top: 3.13rem;
  }
}

.com_text_bar_big {
  background: #97b6bb;
  color: #fff;
  padding: 3rem 1rem;
  text-align: center;
  margin-top: 6.25rem;
}
.com_text_bar_big small {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: 0.125rem;
}
@media (max-width: 768px) {
  .com_text_bar_big small {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: 0.0625rem;
  }
}
.com_text_bar_big p {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 3.5rem */
  letter-spacing: -0.09375rem;
  /* [추가] 텍스트 교체 로직 */
}
@media (max-width: 768px) {
  .com_text_bar_big p {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 2.625rem */
    letter-spacing: -0.09375rem;
  }
}
.com_text_bar_big p .pc-ver {
  display: inline;
}
@media (max-width: 768px) {
  .com_text_bar_big p .pc-ver {
    display: none;
  }
}
.com_text_bar_big p .mo-ver {
  display: none;
}
@media (max-width: 768px) {
  .com_text_bar_big p .mo-ver {
    display: inline;
  }
}
.com_text_bar_big .keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.63rem;
  align-items: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 3rem */
  letter-spacing: -0.0625rem;
  margin-top: 0.25rem;
}
@media (max-width: 1024px) {
  .com_text_bar_big .keywords {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .com_text_bar_big .keywords {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.925rem */
    letter-spacing: -0.0625rem;
    margin-top: 0.88rem;
    gap: 0.25rem;
  }
  .com_text_bar_big .keywords .mo-w100 {
    width: 100%;
    text-align: center;
  }
}
.com_text_bar_big .keywords .hl {
  background: #fff;
  color: #639BA4;
  padding: 0.19rem 0.62rem;
  border-radius: 0.625rem;
}
@media (max-width: 768px) {
  .com_text_bar_big .keywords .hl {
    padding: 0.19rem 0.31rem;
    border-radius: 0.3125rem;
  }
}
@media (max-width: 1024px) {
  .com_text_bar_big {
    margin-top: 4.5rem;
  }
}
@media (max-width: 768px) {
  .com_text_bar_big {
    margin-top: 3.13rem;
  }
}

.cards-grid {
  display: flex;
  gap: 1.38rem;
}
@media (max-width: 1024px) {
  .cards-grid {
    gap: 1.87rem;
  }
}
@media (max-width: 768px) {
  .cards-grid {
    flex-direction: column;
    gap: 0.88rem;
  }
}
.cards-grid .card {
  flex: 1;
  width: 33.3333333333%;
  min-width: 300px;
}
@media (max-width: 1024px) {
  .cards-grid .card {
    width: auto;
    min-width: 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cards-grid .card {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0;
  }
}
.cards-grid .card .img-box {
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.cards-grid .card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .cards-grid .card .img-box img {
    width: auto;
  }
}
@media (max-width: 768px) {
  .cards-grid .card .img-box {
    width: 10rem;
    height: auto;
    aspect-ratio: 1/1;
    margin-bottom: 0;
  }
}
.cards-grid .card h3 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 3rem */
  letter-spacing: -0.0625rem;
  color: #639BA4;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .cards-grid .card h3 {
    text-align: left;
    margin-bottom: 0.88rem;
    align-self: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cards-grid .card h3 {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.925rem */
    letter-spacing: -0.0625rem;
    text-align: left;
  }
}
.cards-grid .card p {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.0375rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .cards-grid .card p {
    text-align: left;
    align-self: start;
    word-break: keep-all;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cards-grid .card p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
    text-align: left;
  }
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #212323;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1500px) {
  .header {
    height: 4.375rem;
  }
}
.header.scrolled {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.header .inner {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1500px) {
  .header .inner {
    padding: 0 1.25rem;
  }
}
.header .logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.header .logo-wrap .logo img {
  height: 2.68rem;
  width: auto;
}
@media (max-width: 1500px) {
  .header .logo-wrap .logo img {
    height: 2rem;
  }
}
.header .logo-wrap .badge-wrap {
  position: relative;
  overflow: hidden;
  background: #97b6bb;
  padding: 0.09rem 0.59rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .logo-wrap .badge-wrap .shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.7) 50%, transparent 60%);
  transform: translateX(-100%);
  animation: shimmer 3s infinite;
}
.header .logo-wrap .badge-wrap .badge-text {
  position: relative;
  z-index: 1;
  color: #212323;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.03125rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header .logo-wrap .badge-wrap .badge-text {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.03125rem;
  }
}
@media (max-width: 768px) {
  .header .logo-wrap .badge-wrap {
    padding: 0.09rem 0.44rem;
  }
}
.header .gnb {
  height: 100%;
}
@media (max-width: 1500px) {
  .header .gnb {
    display: none;
  }
}
.header .gnb > ul {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 3.12rem;
}
.header .gnb > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header .gnb > ul > li > button,
.header .gnb > ul > li > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.03125rem;
  color: #97b6bb;
  white-space: nowrap;
  transition: color 0.3s;
}
.header .gnb > ul > li > button .arr,
.header .gnb > ul > li > a .arr {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s;
}
.header .gnb > ul > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 10rem;
  background-color: #212323;
  padding: 1rem 0;
  border-radius: 0 0 0.625rem 0.625rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 1100;
  padding: 0.63rem;
}
.header .gnb > ul > li .sub-menu li a {
  display: block;
  padding: 0.5rem 1.5rem;
  text-align: center;
  color: #97b6bb;
  font-size: 0.875rem;
  white-space: nowrap;
  border-radius: 0.3125rem;
}
.header .gnb > ul > li .sub-menu li a:hover {
  background-color: #fff;
  color: #212323;
}
.header .gnb > ul > li:hover > button .arr,
.header .gnb > ul > li:hover > a .arr {
  transform: rotate(180deg);
}
.header .gnb > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header .mo-menu-btn {
  display: none;
  color: #97b6bb;
}
@media (max-width: 1500px) {
  .header .mo-menu-btn {
    display: flex;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
  }
}
.header .mo-menu-btn i {
  width: 1.5rem;
}

/* ==========================================================================
   4. OVERLAYS & QUICK MENU
   ========================================================================== */
/* ==========================================================================
   MOBILE MENU OVERLAY (Layout)
   ========================================================================== */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  visibility: hidden;
  transition: visibility 0.4s;
}
.mobile-menu-overlay.open {
  visibility: visible;
}
.mobile-menu-overlay.open .mobile-menu-inner {
  transform: translateX(0);
}
.mobile-menu-overlay.open .backdrop {
  opacity: 1;
}
.mobile-menu-overlay .backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.mobile-menu-overlay .mobile-menu-inner {
  position: relative;
  width: 300px;
  height: 100%;
  background: #212323;
  margin-left: auto;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 0 1.25rem 0 1.69rem;
  display: flex;
  flex-direction: column;
  z-index: 2001;
}
.mobile-menu-overlay .mo-head {
  height: 4.375rem;
  display: flex;
  justify-content: right;
  align-items: center;
}
.mobile-menu-overlay .mo-head .tit {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}
.mobile-menu-overlay .mo-head .close-btn {
  background-color: #97b6bb;
  width: 1.875rem;
  height: 1.875rem;
}
.mobile-menu-overlay .mo-head .close-btn svg path {
  stroke: #fff;
}
.mobile-menu-overlay .mo-gnb {
  display: flex;
  flex-direction: column;
  gap: 1.88rem;
  padding-top: 0.25rem;
  padding-right: 1.19rem;
}
.mobile-menu-overlay .mo-gnb .mo-depth1 .depth1-btn,
.mobile-menu-overlay .mo-gnb .mo-depth1 .link-btn {
  width: 100%;
  text-align: left;
  color: #97b6bb;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.875rem */
  letter-spacing: -0.05rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s;
}
.mobile-menu-overlay .mo-gnb .mo-depth1 .depth1-btn svg,
.mobile-menu-overlay .mo-gnb .mo-depth1 .link-btn svg {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.mobile-menu-overlay .mo-gnb .mo-depth1 .mo-sub {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
}
.mobile-menu-overlay .mo-gnb .mo-depth1 .mo-sub li a {
  display: block;
  color: #97b6bb;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
  letter-spacing: -0.025rem;
  transition: color 0.2s;
}
.mobile-menu-overlay .mo-gnb .mo-depth1 .mo-sub li:first-child {
  padding-top: 0.6rem;
}
.mobile-menu-overlay .mo-gnb .mo-depth1 .mo-sub li:not(:last-child) {
  padding-bottom: 0.6rem;
}
.mobile-menu-overlay .mo-gnb .mo-depth1.active .depth1-btn svg {
  transform: rotate(180deg);
}

.quick-menu {
  position: fixed;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 995;
  width: 120px;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .quick-menu {
    display: none;
  }
}
.quick-menu.visible {
  opacity: 1;
  visibility: visible;
}
.quick-menu .head {
  background-color: #97b6bb;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.3125rem */
  letter-spacing: -0.025rem;
}
.quick-menu .list li {
  border-bottom: 1px solid #e5e7eb;
}
.quick-menu .list li:last-child {
  border-bottom: none;
}
.quick-menu .list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
  transition: 0.2s;
}
.quick-menu .list li a:hover {
  background-color: #f4f4f4;
}
.quick-menu .list li a img {
  width: 2.5rem;
  margin-bottom: 0.25rem;
}
.quick-menu .list li a span {
  font-size: 0.875rem;
  color: #212323;
}
.quick-menu .list li.tel a {
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.quick-menu .list li.tel a img {
  width: 24px;
  margin: 0;
}
.quick-menu .list li.tel a .txt {
  text-align: center;
}
.quick-menu .list li.tel a .txt strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.025rem;
}
.quick-menu .list li.tel a .txt span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.025rem;
}
.quick-menu .list li.top button {
  width: 100%;
  padding: 0.5rem;
  background-color: #f3f4f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #212323;
}
.quick-menu .list li.top button:hover {
  background-color: #F3F4F6;
}

/* ==========================================================================
   6. FOOTER & FIXED
   ========================================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer .top {
  background-color: #f2f9f8;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .footer .top {
    padding: 3rem 0;
  }
}
.footer .top .inner {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer .top .inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem 11rem;
  }
}
@media (max-width: 768px) {
  .footer .top .inner {
    flex-direction: column;
    gap: 1.88rem;
    padding: 0 1rem;
  }
}
.footer .top .inner .col {
  width: 33.3333333333%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .footer .top .inner .col {
    flex: none;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 768px) {
  .footer .top .inner .col {
    flex: 1;
    width: auto !important;
  }
}
.footer .top .inner .col h3 {
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.25rem;
  line-height: 150%;
  letter-spacing: -0.05rem;
}
@media (max-width: 768px) {
  .footer .top .inner .col h3 {
    font-size: 1.375rem !important;
    margin-bottom: 0.88rem !important;
  }
}
.footer .top .inner .col .row span:last-child {
  width: 8.2rem;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .footer .top .inner .col .row span:last-child {
    width: 5rem;
  }
}
.footer .top .inner .col.phone {
  align-items: center;
  border-right: 1px solid #97b6bb;
}
@media (max-width: 1024px) {
  .footer .top .inner .col.phone {
    border-right: none;
  }
}
.footer .top .inner .col.phone p {
  text-align: center;
  font-size: 1.375rem;
  line-height: 150%;
  letter-spacing: -0.0375rem;
}
.footer .top .inner .col.phone strong {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.09375rem;
  color: #639BA4;
  margin-top: 2.19rem;
}
@media (max-width: 768px) {
  .footer .top .inner .col.phone {
    border-bottom: 1px solid #97b6bb;
    padding-bottom: 1.87rem;
  }
  .footer .top .inner .col.phone p {
    font-size: 1rem;
  }
  .footer .top .inner .col.phone strong {
    margin-top: 0.88rem;
    font-size: 1.875rem;
  }
}
.footer .top .inner .col.time h3 {
  margin-bottom: 1.19rem;
}
@media (max-width: 768px) {
  .footer .top .inner .col.time {
    margin: 0 auto;
    padding: 0;
    max-width: 215px;
  }
}
.footer .top .inner .col.time .table {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}
.footer .top .inner .col.time .table .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .top .inner .col.time .table .row span {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  line-height: 150%;
}
@media (max-width: 768px) {
  .footer .top .inner .col.time .table .row span {
    font-size: 1rem;
  }
}
.footer .top .inner .col.time .table .row small {
  font-size: 1rem;
  color: #639BA4;
  font-weight: 600;
  letter-spacing: -0.0375rem;
  margin-left: 0.25rem;
}
.footer .top .inner .col.time .info {
  text-align: center;
  margin-top: 0.81rem;
}
.footer .top .inner .col.time .info span,
.footer .top .inner .col.time .info .off {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 768px) {
  .footer .top .inner .col.time .info span,
  .footer .top .inner .col.time .info .off {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.footer .top .inner .col.sns {
  align-items: center;
  border-left: 1px solid #97b6bb;
}
.footer .top .inner .col.sns h3 {
  margin-bottom: 1.56rem;
}
@media (max-width: 1024px) {
  .footer .top .inner .col.sns {
    border-left: none;
    width: 100%;
    flex: 100%;
    border-top: 1px solid #97b6bb;
    padding-top: 2rem;
  }
}
.footer .top .inner .col.sns .btns {
  display: flex;
  gap: 2.12rem;
  margin-top: 0.5rem;
}
.footer .top .inner .col.sns .btns a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.footer .top .inner .col.sns .btns a .ico {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.footer .top .inner .col.sns .btns a .ico img {
  width: 100%;
  height: auto;
}
.footer .top .inner .col.sns .btns a span {
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .footer .top .inner .col.sns .btns a span {
    font-size: 0.875rem;
  }
}
.footer .bottom {
  background-color: #fff;
  padding: 4.37rem 0;
}
@media (max-width: 768px) {
  .footer .bottom {
    padding: 1.25rem 0 5rem;
  }
}
.footer .bottom .inner {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}
.footer .bottom .inner h4 {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 0.88rem;
  letter-spacing: -0.05rem;
}
.footer .bottom .inner .biz-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-bottom: 0.56rem;
}
.footer .bottom .inner .biz-info span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.025rem;
  position: relative;
  white-space: nowrap;
}
.footer .bottom .inner .biz-info span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #ccc;
}
@media (max-width: 768px) {
  .footer .bottom .inner .biz-info span:not(:last-child)::after {
    display: none;
  }
}
.footer .bottom .inner .copy-box {
  width: 100%;
  border-top: 1px solid #212323;
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer .bottom .inner .copy-box {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer .bottom .inner .copy-box .links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer .bottom .inner .copy-box .links button {
  font-size: 1rem;
  font-weight: 500;
  color: #212323;
}
.footer .bottom .inner .copy-box .links button:hover {
  color: #639BA4;
}
.footer .bottom .inner .copy-box .links .bar {
  width: 1px;
  height: 10px;
  background: #212323;
}
.footer .bottom .inner .copy-box .copy {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.025rem;
}
@media (max-width: 768px) {
  .footer .bottom .inner {
    padding: 0;
  }
  .footer .bottom .inner .inner {
    padding: 0;
    text-align: center;
  }
  .footer .bottom .inner h4 {
    text-align: center;
    font-size: 1rem;
    letter-spacing: -0.0375rem;
  }
  .footer .bottom .inner .biz-info {
    flex-direction: row;
    gap: 0rem;
    text-align: center;
    justify-content: center;
    padding-bottom: 1.25rem;
  }
  .footer .bottom .inner .biz-info span {
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.025rem;
  }
  .footer .bottom .inner .biz-info span:nth-child(2) {
    margin-right: 0.7rem;
  }
  .footer .bottom .inner .biz-info span:nth-child(2), .footer .bottom .inner .biz-info span:nth-child(3) {
    width: auto;
    display: inline-block;
  }
  .footer .bottom .inner .copy-box {
    padding-top: 1.25rem;
    gap: 0;
  }
  .footer .bottom .inner .copy-box .links button {
    font-size: 0.75rem;
    letter-spacing: -0.025rem;
  }
  .footer .bottom .inner .copy-box .copy {
    font-size: 0.75rem;
    letter-spacing: -0.025rem;
  }
}

/* ==========================================================================
   7. FLOATING & MODALS
   ========================================================================== */
.mobile-floating-menu {
  display: none;
}
@media (max-width: 768px) {
  .mobile-floating-menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #EBEBEB;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
  .mobile-floating-menu ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .mobile-floating-menu ul li {
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .mobile-floating-menu ul li:not(:last-child) {
    border-right: 1px solid #EBEBEB;
  }
  .mobile-floating-menu ul li:last-child {
    background-color: #fff;
  }
  .mobile-floating-menu ul li a,
  .mobile-floating-menu ul li button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .mobile-floating-menu ul li a span,
  .mobile-floating-menu ul li button span {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
    color: #212323;
  }
  .mobile-floating-menu ul li a i,
  .mobile-floating-menu ul li a svg,
  .mobile-floating-menu ul li button i,
  .mobile-floating-menu ul li button svg {
    width: 20px;
    color: #97b6bb;
  }
}

.mobile-side-btn-wrap {
  position: fixed;
  left: 0;
  top: 75%;
  transform: translateY(-50%);
  z-index: 50;
  display: none;
}
@media (max-width: 1024px) {
  .mobile-side-btn-wrap {
    display: block;
  }
}
.mobile-side-btn-wrap .side-btn {
  background-color: #97b6bb;
  color: #fff;
  padding: 0.75rem 0.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 1rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.1em;
  transition: transform 0.2s;
}
.mobile-side-btn-wrap .side-btn:active {
  transform: scale(0.95);
}

.fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  z-index: 50;
  background-color: #97b6bb;
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  .fixed-bar {
    display: none !important;
  }
}
.fixed-bar .wrap {
  max-width: 87.5rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
.fixed-bar .wrap .form {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
@media (max-width: 768px) {
  .fixed-bar .wrap .form {
    display: none !important;
  }
}
.fixed-bar .wrap .form .grp {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.fixed-bar .wrap .form .grp label {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
}
.fixed-bar .wrap .form .grp input {
  height: 2rem;
  width: 10rem;
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 4px;
  padding: 0 0.75rem;
  color: #fff;
  font-size: 1rem;
  outline: none;
  transition: 0.2s;
}
.fixed-bar .wrap .form .grp input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.fixed-bar .wrap .form .grp input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.fixed-bar .wrap .form .grp input:focus {
  background-color: rgba(255, 255, 255, 0.35);
}
.fixed-bar .wrap .form .grp.wide input {
  width: 13.75rem;
}
.fixed-bar .wrap .form .chk {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: 0.5rem;
}
.fixed-bar .wrap .form .chk input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  cursor: pointer;
  accent-color: #fff;
}
.fixed-bar .wrap .form .chk label {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
}
.fixed-bar .wrap .form button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #fff;
  color: #97b6bb;
  padding: 0.3rem 1.5rem;
  border-radius: 99px;
  font-size: 1.125rem;
  font-weight: 700;
  transition: 0.2s;
}
.fixed-bar .wrap .form button i {
  width: 1rem;
  height: 1rem;
}
.fixed-bar .wrap .form button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.footer-gap {
  position: relative;
  width: 100%;
  height: 4.5rem;
  background: transparent;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer-gap {
    display: none;
  }
}
.footer-gap .docked-banner {
  position: absolute;
  inset: 0;
  background-color: #97b6bb;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
.footer-gap .docked-banner .wrap {
  max-width: 87.5rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
.footer-gap .docked-banner .wrap .form {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
@media (max-width: 768px) {
  .footer-gap .docked-banner .wrap .form {
    display: none !important;
  }
}
.footer-gap .docked-banner .wrap .form .grp {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-gap .docked-banner .wrap .form .grp label {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
}
.footer-gap .docked-banner .wrap .form .grp input {
  height: 2rem;
  width: 10rem;
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 4px;
  padding: 0 0.75rem;
  color: #fff;
  font-size: 1rem;
  outline: none;
  transition: 0.2s;
}
.footer-gap .docked-banner .wrap .form .grp input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-gap .docked-banner .wrap .form .grp input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-gap .docked-banner .wrap .form .grp input:focus {
  background-color: rgba(255, 255, 255, 0.35);
}
.footer-gap .docked-banner .wrap .form .grp.wide input {
  width: 13.75rem;
}
.footer-gap .docked-banner .wrap .form .chk {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: 0.5rem;
}
.footer-gap .docked-banner .wrap .form .chk input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  cursor: pointer;
  accent-color: #fff;
}
.footer-gap .docked-banner .wrap .form .chk label {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
}
.footer-gap .docked-banner .wrap .form button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #fff;
  color: #97b6bb;
  padding: 0.3rem 1.5rem;
  border-radius: 99px;
  font-size: 1.125rem;
  font-weight: 700;
  transition: 0.2s;
}
.footer-gap .docked-banner .wrap .form button i {
  width: 1rem;
  height: 1rem;
}
.footer-gap .docked-banner .wrap .form button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.modal-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  display: none;
  opacity: 0;
}
.modal-overlay.open {
  display: flex !important;
  animation: modalFadeIn 0.3s forwards;
}
.modal-overlay.open .modal-content {
  animation: modalSlideUp 0.3s ease-out forwards;
}
.modal-overlay .modal-content {
  background-color: #fff;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  border-radius: 0.625rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
}
.modal-overlay .modal-content .modal-header {
  padding: 1.5rem;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.modal-overlay .modal-content .modal-header h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #202a2d;
  margin: 0;
}
@media (max-width: 768px) {
  .modal-overlay .modal-content .modal-header h2 {
    font-size: 1.1rem;
  }
}
.modal-overlay .modal-content .modal-header .close-modal {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: block;
}
.modal-overlay .modal-content .modal-header .close-modal i, .modal-overlay .modal-content .modal-header .close-modal svg {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #212323;
}
.modal-overlay .modal-content .modal-header .close-modal:hover i, .modal-overlay .modal-content .modal-header .close-modal:hover svg {
  color: #97b6bb;
}
.modal-overlay .modal-content .modal-body {
  padding: 1.5rem;
  overflow-y: auto;
}
.modal-overlay .modal-content .modal-body::-webkit-scrollbar {
  width: 6px;
}
.modal-overlay .modal-content .modal-body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}
.modal-overlay .modal-content .modal-body pre {
  white-space: pre-wrap;
  word-break: keep-all;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #212323;
}

/* -------------------------------------------
   키프레임 정의 (파일 맨 아래에 두세요)
------------------------------------------- */
@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalSlideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.mobile-form-modal {
  max-width: 320px;
}
.mobile-form-modal .mobile-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mobile-form-modal .mobile-form .inp-grp {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mobile-form-modal .mobile-form .inp-grp label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #212323;
}
.mobile-form-modal .mobile-form .inp-grp input,
.mobile-form-modal .mobile-form .inp-grp textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.75rem;
  font-size: 0.95rem;
}
.mobile-form-modal .mobile-form .inp-grp input:focus,
.mobile-form-modal .mobile-form .inp-grp textarea:focus {
  border-color: #97b6bb;
}
.mobile-form-modal .mobile-form .inp-grp textarea {
  height: 100px;
  resize: none;
}
.mobile-form-modal .mobile-form .agree-grp {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #212323;
}
.mobile-form-modal .mobile-form .agree-grp input {
  width: 1.2rem;
  height: 1.2rem;
  accent-color: #97b6bb;
}
.mobile-form-modal .mobile-form .submit-btn {
  width: 100%;
  background-color: #97b6bb;
  color: #fff;
  padding: 1rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.5rem;
  transition: 0.2s;
}
.mobile-form-modal .mobile-form .submit-btn:active {
  transform: scale(0.98);
}

.text-generate span {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.5s, filter 0.5s;
}
.text-generate span.visible {
  opacity: 1;
  filter: blur(0);
}