@charset "UTF-8";
html {
  overflow-y: auto;
}

body {
  position: relative;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  min-width: 320px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.15;
  color: #222 !important;
}

#page-wrapper {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.area {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 991.98px) {
  .area {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Header */
.header {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 991.98px) {
  .header .logo {
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  .header .logo img {
    width: 63px;
    height: 22px;
  }
}

/* footer.scss */
.footer {
  position: relative;
  background: #333;
  padding: 77px 0 177px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #ccc;
}
@media screen and (max-width: 991.98px) {
  .footer {
    font-size: 10px;
    line-height: 1.6;
    padding-bottom: 240px;
  }
}
.footer .tit {
  font-weight: 700;
}
.footer .cont {
  font-weight: 300;
}
.footer .floating-btns {
  position: fixed;
  right: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 120px;
  height: 300px;
  background-color: #fff;
  transform: translateY(-50%);
  z-index: 200;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
@media screen and (max-width: 1079.98px) {
  .footer .floating-btns {
    width: auto;
    height: auto;
    background-color: transparent;
    transform: none;
    top: auto;
    bottom: 112px;
    right: 16px;
    box-shadow: none;
    gap: 6px;
  }
}
@media screen and (max-width: 991.98px) {
  .footer .floating-btns {
    bottom: 176px;
  }
}
.footer .floating-btns .float-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #fff;
}
@media screen and (max-width: 1079.98px) {
  .footer .floating-btns .float-btn {
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 991.98px) {
  .footer .floating-btns .float-btn {
    width: 36px;
    height: 36px;
  }
}
.footer .floating-btns .float-btn.kakao {
  background: #fee500;
}
.footer .floating-btns .float-btn.phone {
  background: #2563eb;
}
.footer .floating-btns .float-btn.top {
  background: #111;
  color: #fff;
}

.search-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
  height: 100px;
  background: #1f4db8;
  color: #fff;
  z-index: 200;
}
@media screen and (max-width: 991.98px) {
  .search-box {
    height: 163px;
  }
}
.search-box h2 {
  position: absolute;
  top: -35px;
  left: 0;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 32px;
  font-weight: 800;
  padding-left: 20px;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  .search-box h2 {
    width: 201px;
    height: 28px;
    padding-left: 14px;
  }
}
.search-box .search-form {
  flex: 1;
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr 1fr 82px;
  align-items: end;
  gap: 12px;
  font-size: 16px;
}
@media screen and (max-width: 991.98px) {
  .search-box .search-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
  }
}
.search-box .agree {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  font-size: 12px;
  color: #ccc;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  .search-box .agree {
    width: 100%;
    font-size: 10px;
    margin-top: 7px;
    margin-bottom: 4px;
  }
}
.search-box .agree input[type=checkbox] {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  background-color: #fff;
  cursor: pointer;
}
.search-box .agree input[type=checkbox]:checked {
  background-color: #3b82f6;
}
.search-box .agree input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.search-box .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 991.98px) {
  .search-box .field {
    width: calc(33.3% - 5.3333333333px);
    font-size: 12px;
  }
}
.search-box .field label {
  font-weight: 600;
}
.search-box .field input,
.search-box .field select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: #999;
  outline: none;
  box-sizing: border-box;
}
@media screen and (max-width: 991.98px) {
  .search-box .field input,
  .search-box .field select {
    height: 38px;
  }
}
.search-box .field input::placeholder {
  color: #999;
}
.search-box .field select {
  appearance: auto;
  color: #999;
}
.search-box button {
  width: 82px;
  height: 67px;
  border: 0;
  border-radius: 6px;
  background: #1fdaaf;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .search-box button {
    width: 100%;
    height: 36px;
    font-size: 14px;
  }
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

@media screen and (min-width: 375px) {
  .none-xs {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .block-xs {
    display: block !important;
  }
}

@media screen and (min-width: 544px) {
  .none-sm {
    display: none !important;
  }
}

@media screen and (min-width: 544px) {
  .block-sm {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .none-md {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .block-md {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .inline-block-md {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1080px) {
  .none-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1080px) {
  .block-lg {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .none-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .block-xl {
    display: block !important;
  }
}

@media screen and (min-width: 1080px) {
  .inline-block-lg {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1200px) {
  .inline-block-xl {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1440px) {
  .none-xxl {
    display: none !important;
  }
}

@media screen and (min-width: 1440px) {
  .block-xxl {
    display: block !important;
  }
}

@media screen and (min-width: 1600px) {
  .block-xxxl {
    display: block !important;
  }
}

@media screen and (min-width: 1300px) {
  .none-1300 {
    display: none !important;
  }
}

@media screen and (min-width: 1300px) {
  .block-1300 {
    display: block !important;
  }
}

@media screen and (max-width: 543.98px) {
  .sm-none {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  .md-none {
    display: none;
  }
}

@media screen and (max-width: 1079.98px) {
  .lg-none {
    display: none;
  }
}

@media screen and (max-width: 1199.98px) {
  .xl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1439.98px) {
  .xxl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1599.98px) {
  .xxxl-none {
    display: none !important;
  }
}

.a11y-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.text-ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*=================================================
            모달
=================================================*/
.modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: 900;
  /* 배경 (overlay 역할) */
}
.modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  max-height: 80vh;
  padding: 35px 24px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1079.98px) {
  .modal-content {
    padding: 24px 16px;
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1079.98px) {
  .modal-header {
    margin-bottom: 16px;
  }
}
.modal-header h2 {
  font-weight: 700;
  margin: 0;
}
.modal-header .modal-close {
  width: 24px;
  cursor: pointer;
}

.modal-body {
  font-size: 14px;
  min-height: 200px;
  line-height: 1.6;
  overflow-y: auto;
}

/* 열기 버튼 */
body.is-modal-open {
  overflow: hidden;
}

/*=================================================
            공통 요소
=================================================*/
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.blink-ani {
  animation: blink 1s ease-in-out infinite;
}

.point {
  color: #3b82f6;
}

.c-title-wrap {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .c-title-wrap {
    margin-bottom: 30px;
  }
}
.c-title-wrap .subtitle {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 300;
  color: #3b82f6;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  .c-title-wrap .subtitle {
    font-size: 10px;
    margin-bottom: 8px;
  }
}
.c-title-wrap .tit {
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #232323;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  .c-title-wrap .tit {
    font-size: 36px;
  }
}
.c-title-wrap .subdesc {
  margin-top: 14px;
  font-size: 20px;
  color: #444;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  .c-title-wrap .subdesc {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.2;
  }
}