@charset "UTF-8";
#sec1 {
  position: relative;
}
#sec1 .inner {
  display: flex;
  padding: 0 150px;
  height: 810px;
  width: 100%;
  background: url("../imgs/sec1_bg.png") no-repeat center/cover;
  border-radius: 40px;
}
@media screen and (max-width: 1599.98px) {
  #sec1 .inner {
    padding: 0 6.2539086929vw;
  }
}
@media screen and (max-width: 991.98px) {
  #sec1 .inner {
    height: 600px;
    background-image: url("../imgs/sec1_bg_m.png");
  }
}
#sec1 .sec1-copy {
  padding-top: 193px;
  color: #ffffff;
}
@media screen and (max-width: 991.98px) {
  #sec1 .sec1-copy {
    padding-top: 73px;
  }
}
#sec1 .eyebrow {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  #sec1 .eyebrow {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.2;
  }
}
#sec1 h2 {
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sec1 h2 {
    font-size: 36px;
    line-height: 1;
    white-space: nowrap;
  }
}
@media screen and (max-width: 349.98px) {
  #sec1 h2 {
    font-size: 10.5vw;
  }
}
#sec1 .limit-badge {
  display: inline-flex;
  align-items: center;
  min-height: 55px;
  margin-top: 60px;
  padding: 0 30px;
  border-radius: 22px;
  background-color: #b2f416;
  color: #476108;
  font-size: 26px;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sec1 .limit-badge {
    min-height: 39px;
    margin-top: 48px;
    padding: 0 12px;
    border-radius: 13px;
    font-size: 16px;
  }
}
@media screen and (max-width: 349.98px) {
  #sec1 .limit-badge {
    font-size: 4.3vw;
  }
}
#sec1 .limit-badge strong {
  margin-left: 8px;
  color: #004dff;
  font-weight: 800;
}
@media screen and (max-width: 991.98px) {
  #sec1 .limit-badge strong {
    margin-left: 4px;
    font-size: 16px;
    font-weight: 700;
  }
}
#sec1 .desc {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 991.98px) {
  #sec1 .desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.45;
  }
}
#sec1 .scroll {
  text-align: center;
  padding: 70px 0;
  color: #0056fb;
}
@media screen and (max-width: 991.98px) {
  #sec1 .scroll {
    padding: 50px 0;
  }
}
#sec1 .scroll .moving {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  animation: sec1MoveY 0.8s ease-in-out infinite;
}
#sec1 .scroll .moving img {
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 991.98px) {
  #sec1 .scroll .moving img {
    width: 28px;
    height: 28px;
  }
}
#sec1 .scroll .moving .txt {
  font-size: 14px;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 991.98px) {
  #sec1 .scroll .moving .txt {
    font-size: 12px;
  }
}

@keyframes sec1MoveY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}
.bg-hover-sec {
  position: relative;
  height: 550px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .bg-hover-sec {
    display: block;
    padding-top: 75px;
  }
}
.bg-hover-sec .area {
  display: flex;
  flex-direction: column;
  max-width: 1350px;
}
@media screen and (max-width: 991.98px) {
  .bg-hover-sec .area {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .bg-hover-sec:hover .bg-gradi {
    background: linear-gradient(53deg, rgb(0, 0, 0) 0%, rgba(0, 86, 251, 0.76) 76%) !important;
  }
  .bg-hover-sec:hover .img1 {
    opacity: 1;
    z-index: 3;
  }
  .bg-hover-sec:hover .text-wrap .tit {
    color: #b2f416;
  }
}
.bg-hover-sec .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  .bg-hover-sec .bgimg {
    object-fit: contain;
    object-position: right;
  }
}
@media screen and (max-width: 414px) {
  .bg-hover-sec .bgimg {
    object-fit: cover;
  }
}
.bg-hover-sec .bg-gradi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(53deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 76%);
  transition: all 0.5s;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  .bg-hover-sec .bg-gradi {
    z-index: 0 !important;
  }
}
.bg-hover-sec .img1 {
  opacity: 0;
}
.bg-hover-sec .img2 {
  opacity: 1;
}
.bg-hover-sec .text-wrap {
  position: relative;
  color: #fff;
  z-index: 5;
}
.bg-hover-sec .text-wrap .sub {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  .bg-hover-sec .text-wrap .sub {
    font-size: 14px;
  }
}
.bg-hover-sec .text-wrap .tit {
  font-size: 70px;
  font-weight: 700;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  transition: color 0.2s;
}
@media screen and (max-width: 991.98px) {
  .bg-hover-sec .text-wrap .tit {
    font-size: 40px;
  }
}
.bg-hover-sec .text-wrap .box {
  margin: 46px 0 30px;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  background-color: #fff;
  padding: 20px 22px;
  border-radius: 26px;
  font-size: 24px;
}
@media screen and (max-width: 991.98px) {
  .bg-hover-sec .text-wrap .box {
    font-size: 16px;
    border-radius: 18px;
    padding: 14px 18px;
  }
}
.bg-hover-sec .text-wrap .box dl {
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 991.98px) {
  .bg-hover-sec .text-wrap .box dl {
    gap: 20px;
  }
}
.bg-hover-sec .text-wrap .box dt {
  color: #0056fb;
}
.bg-hover-sec .text-wrap .box dd {
  color: #111;
  margin-left: auto;
}
.bg-hover-sec .go-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 22px;
  font-weight: 600;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  background-color: #0056fb;
  padding: 11px 17px;
  border-radius: 19px;
}
@media screen and (max-width: 991.98px) {
  .bg-hover-sec .go-detail {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 13px;
    gap: 6px;
  }
  .bg-hover-sec .go-detail img {
    width: 6px;
  }
}

@media screen and (max-width: 991.98px) {
  #sec2 .bg-gradi {
    background: linear-gradient(53deg, rgb(0, 0, 0) 0%, rgba(0, 86, 251, 0.76) 76%);
  }
  #sec2 .tit {
    color: #b2f416;
  }
}

#sec3 .text-wrap {
  margin-left: auto;
}
@media screen and (max-width: 991.98px) {
  #sec3 .text-wrap {
    margin-left: 0;
  }
}
#sec3 .bg-gradi {
  background: linear-gradient(230deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 991.98px) {
  #sec3 .bg-gradi {
    background: linear-gradient(230deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

@media screen and (max-width: 991.98px) {
  #sec4 .bg-gradi {
    background: linear-gradient(75deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0.076) 100%);
  }
}

#sec5 {
  position: relative;
  padding: 200px 0;
  background-color: #f8f9fc;
  background-image: url("../imgs/sec5_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 991.98px) {
  #sec5 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767.98px) {
  #sec5 {
    background-image: url("../imgs/sec5_bg_m.png");
  }
}
#sec5 h2 {
  margin-bottom: 72px;
  color: #0056fb;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #sec5 h2 {
    margin-bottom: 50px;
    font-size: 36px;
  }
}
#sec5 .process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (max-width: 1439.98px) {
  #sec5 .process-list {
    gap: 2.084781098vw;
  }
}
@media screen and (max-width: 1199.98px) {
  #sec5 .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 991.98px) {
  #sec5 .process-list {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 520px;
    margin: 0 auto;
  }
}
#sec5 .process-card {
  min-height: 250px;
  padding: 50px 36px 36px;
  border: 1px solid #bfd1ff;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1439.98px) {
  #sec5 .process-card {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec5 .process-card {
    min-height: 135px;
    padding: 20px 28px 18px;
    border-radius: 18px;
  }
}
@media screen and (max-width: 349.98px) {
  #sec5 .process-card {
    padding-right: 26px;
    padding-left: 26px;
  }
}
#sec5 .process-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e6e6e6;
  color: #171717;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
@media screen and (max-width: 991.98px) {
  #sec5 .process-title {
    gap: 8px;
    padding-bottom: 13px;
    font-size: 20px;
  }
}
#sec5 .process-title .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 9px;
  background-color: #0056fb;
  color: #ffffff;
  font-size: 22px;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sec5 .process-title .num {
    width: 25px;
    height: 25px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
  }
}
#sec5 .process-title strong {
  min-width: 0;
  word-break: keep-all;
}
#sec5 p {
  margin-top: 22px;
  color: #5b5e5f;
  font-size: 24px;
  line-height: 1.45;
  word-break: keep-all;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #sec5 p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.45;
  }
}

#sec6 {
  padding: 140px 0;
  background: url("../imgs/sec6_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 991.98px) {
  #sec6 {
    padding: 70px 0;
    background-image: url("../imgs/sec6_bg_m.png");
  }
}
#sec6 h2 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #sec6 h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
#sec6 h2 span {
  font-size: 64px;
  color: #09a0f8;
}
@media screen and (max-width: 991.98px) {
  #sec6 h2 span {
    font-size: 32px;
  }
}
#sec6 .target-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 991.98px) {
  #sec6 .target-list {
    gap: 14px;
    max-width: 414px;
    margin: 0 auto;
  }
}
#sec6 .target-item {
  min-height: 80px;
  padding: 0 36px 0 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(86, 146, 186, 0.18);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #sec6 .target-item {
    padding: 0 14px 0 14px;
    min-height: 40px;
  }
}
#sec6 .check {
  margin-right: 16px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 991.98px) {
  #sec6 .check {
    width: 19px;
    height: 19px;
    margin-right: 8px;
  }
}
#sec6 .check img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#sec6 p {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  #sec6 p {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}
#sec6 strong {
  font-weight: 700;
}
@media screen and (max-width: 374px) {
  #sec6 strong {
    display: block;
  }
}
#sec6 .thumb {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: auto;
}
@media screen and (max-width: 991.98px) {
  #sec6 .thumb {
    height: 40px;
    width: auto;
  }
}
#sec6 .thumb img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}

#secForm {
  padding: 140px 0;
  background-color: #013f86;
}
@media screen and (max-width: 991.98px) {
  #secForm {
    padding: 70px 0;
  }
}
#secForm .card {
  border-radius: 16px;
  padding: 50px 39px;
  background: #ffffff;
}
@media screen and (max-width: 991.98px) {
  #secForm .card {
    padding: 30px 20px;
  }
}
#secForm .card-header {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  #secForm .card-header {
    margin-bottom: 20px;
  }
}
#secForm .card-header .sub {
  font-size: 36px;
}
@media screen and (max-width: 991.98px) {
  #secForm .card-header .sub {
    font-size: 15px;
  }
}
#secForm .card-header .title {
  margin: 5px 0 15px;
  font-size: 48px;
  font-weight: 800;
}
@media screen and (max-width: 991.98px) {
  #secForm .card-header .title {
    margin: 3px 0 10px;
    font-size: 24px;
  }
}
#secForm .card-header .desc {
  font-size: 20px;
  color: #666666;
}
@media screen and (max-width: 991.98px) {
  #secForm .card-header .desc {
    font-size: 12px;
  }
}
#secForm .form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 991.98px) {
  #secForm .form {
    gap: 16px;
  }
}
#secForm .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 991.98px) {
  #secForm .field {
    gap: 4px;
  }
}
#secForm .field label {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 991.98px) {
  #secForm .field label {
    font-size: 13px;
  }
}
#secForm .field input[type=text],
#secForm .field input[type=tel] {
  width: 100%;
  height: 65px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 20px;
  color: #1a1a2e;
  outline: none;
  transition: border-color 0.2s;
}
@media screen and (max-width: 991.98px) {
  #secForm .field input[type=text],
  #secForm .field input[type=tel] {
    height: 40px;
    font-size: 13px;
    padding: 0 6px;
  }
}
#secForm .field input[type=text]::placeholder,
#secForm .field input[type=tel]::placeholder {
  color: #888;
  font-weight: 300;
}
#secForm .field input[type=text]:focus,
#secForm .field input[type=tel]:focus {
  border-color: #ccc;
}
#secForm .field .row {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  #secForm .field .row {
    gap: 10px;
  }
}
#secForm .field .row input {
  flex: 1;
}
#secForm .agree {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#secForm .agree .agree-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  color: #666;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  #secForm .agree .agree-label {
    font-size: 12px;
    gap: 5px;
    line-height: 1.2;
  }
}
#secForm .agree .agree-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#secForm .agree .agree-label .check-box {
  width: 18px;
  height: 18px;
  border: 2px solid #d1d5db;
  flex-shrink: 0;
  background: #ffffff;
  display: flex;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  #secForm .agree .agree-label .check-box {
    width: 13px;
    height: 13px;
    border-width: 1px;
  }
}
#secForm .agree .agree-label input[type=checkbox]:checked + .check-box {
  background: #0169fe;
  border-color: #0169fe;
}
#secForm .agree .agree-label input[type=checkbox]:checked + .check-box::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: 2px solid #ffffff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translate(-1px, -1px);
}
@media screen and (max-width: 991.98px) {
  #secForm .agree .agree-label input[type=checkbox]:checked + .check-box::after {
    width: 3px;
    height: 6px;
  }
}
#secForm .agree .agree-desc {
  font-size: 16px;
  color: #888;
  line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
  #secForm .agree .agree-desc {
    font-size: 10px;
    line-height: 1.3;
  }
}
#secForm .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  height: 70px;
  border-radius: 8px;
  background: linear-gradient(90deg, #3b82f6 0%, #34d399 100%);
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  #secForm .btn {
    height: 40px;
    font-size: 15px;
    border-radius: 5px;
    gap: 8px;
  }
  #secForm .btn img {
    width: 12px;
  }
}

/*
상담섹션 추가
*/
#secConsult {
  padding: 150px 0;
  background: #013f86;
  color: #ffffff;
}
@media screen and (max-width: 991.98px) {
  #secConsult {
    padding: 70px 0;
  }
}
#secConsult .consult-inner {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  max-width: 888px;
}
@media screen and (max-width: 991.98px) {
  #secConsult .consult-inner {
    display: block;
    gap: 26px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 991.98px) {
  #secConsult .consult-copy {
    text-align: center;
  }
}
#secConsult .consult-label {
  font-size: 23px;
  font-weight: 700;
  color: #61ffbe;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #secConsult .consult-label {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
#secConsult .consult-title {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #secConsult .consult-title {
    font-size: 34px;
    margin-bottom: 16px;
  }
}
#secConsult .consult-desc {
  font-size: 23px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  #secConsult .consult-desc {
    font-size: 16px;
    margin-bottom: 45px;
    text-align: center;
  }
}
#secConsult .consult-actions {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 991.98px) {
  #secConsult .consult-actions {
    gap: 5px;
    margin-top: 75px;
    justify-content: center;
  }
}
#secConsult .consult-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  cursor: pointer;
  text-decoration: none;
  border: 3px solid transparent;
  border-radius: 8px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #00aeec 0%, #1fe3ae 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 10px rgba(0, 174, 236, 0.35), 0 0 14px rgba(31, 227, 174, 0.3);
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}
@media screen and (max-width: 991.98px) {
  #secConsult .consult-btn {
    min-height: 50px;
    gap: 8px;
    flex: 1;
    padding: 0 20px;
    border-width: 2px;
    border-radius: 6px;
    padding: 13px 5px;
    text-align: center;
    letter-spacing: -0.02em;
    max-width: 180px;
  }
}
#secConsult .consult-btn p {
  background: linear-gradient(135deg, #00aeec 0%, #1fe3ae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  #secConsult .consult-btn p {
    font-size: 19px;
  }
}
#secConsult .consult-btn img {
  max-width: 35px;
}
@media screen and (max-width: 991.98px) {
  #secConsult .consult-btn img {
    width: 20%;
    max-width: 31px;
  }
}
@media screen and (max-width: 991.98px) {
  #secConsult .phone-wrap {
    max-width: 143px;
    display: block;
    margin: 0 auto;
  }
}

.sec-fix {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 50;
  padding: 0 16px;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .sec-fix {
    bottom: -160px;
    transition: bottom 0.6s ease;
  }
  .sec-fix.is-visible {
    bottom: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .sec-fix {
    bottom: 0;
    padding: 0;
  }
}
.sec-fix .fix-toggle {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .sec-fix .fix-toggle {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 190px;
    height: 32px;
    border: 0;
    border-radius: 30px 30px 0 0;
    background-color: #0056fb;
    color: #ffffff;
    font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    transform: translateX(-50%);
    animation: fixToggleBlink 0.6s ease-in-out infinite;
    pointer-events: auto;
    cursor: pointer;
    transition: bottom 0.3s ease;
  }
}
.sec-fix .toggle-arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(-45deg) translateY(2px);
}
.sec-fix .fix-panel {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #0056fb;
  border-radius: 24px;
  background-color: #fbfcff;
  pointer-events: auto;
}
@media screen and (max-width: 991.98px) {
  .sec-fix .fix-panel {
    position: relative;
    width: 100%;
    max-width: none;
    border-radius: 30px 30px 0 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }
}
.sec-fix .fix-inner {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 20px;
  padding: 24px 78px 18px;
}
@media screen and (max-width: 991.98px) {
  .sec-fix .fix-inner {
    display: block;
    padding: 20px 24px;
    text-align: center;
  }
}
.sec-fix .fix-head {
  padding-top: 4px;
}
@media screen and (max-width: 991.98px) {
  .sec-fix .fix-head {
    padding-top: 0;
  }
}
.sec-fix h2 {
  color: #0056fb;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  .sec-fix h2 {
    font-size: 30px;
  }
}
.sec-fix .agree-label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  color: #1b1b1b;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  .sec-fix .agree-label {
    justify-content: center;
    margin-top: 12px;
    font-size: 12px;
  }
}
.sec-fix .agree-label input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.sec-fix .agree-label input:checked + .check-box {
  background-color: #0056fb;
  border-color: #0056fb;
}
.sec-fix .agree-label input:checked + .check-box::after {
  content: "";
  width: 4px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-1px, -1px);
}
@media screen and (max-width: 991.98px) {
  .sec-fix .agree-label input:checked + .check-box::after {
    width: 5px;
    height: 9px;
  }
}
.sec-fix .agree-label a {
  color: #0056fb;
  font-weight: 500;
}
.sec-fix .check-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: 1px solid #c9d6ff;
  border-radius: 5px;
  background-color: #ffffff;
}
@media screen and (max-width: 991.98px) {
  .sec-fix .check-box {
    width: 14px;
    height: 14px;
    border-radius: 2px;
  }
}
.sec-fix .fix-form {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 16px;
}
@media screen and (max-width: 991.98px) {
  .sec-fix .fix-form {
    display: block;
    margin-top: 20px;
  }
}
.sec-fix .field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
}
@media screen and (max-width: 991.98px) {
  .sec-fix .field-grid {
    gap: 5px 8px;
  }
}
.sec-fix input,
.sec-fix select {
  width: 100%;
  height: 30px;
  border: 1px solid #c9d6ff;
  border-radius: 7px;
  padding: 0 12px;
  background-color: #ffffff;
  color: #222;
  font-size: 14px;
  outline: 0;
}
@media screen and (max-width: 991.98px) {
  .sec-fix input,
  .sec-fix select {
    height: 30px;
    border-radius: 9px;
    font-size: 14px;
  }
}
.sec-fix input::placeholder,
.sec-fix select::placeholder {
  color: #969696;
}
.sec-fix select {
  appearance: none;
  padding-right: 20px;
  background: url("../imgs/icon_select_down.svg") no-repeat right 15px center/12px;
}
@media screen and (max-width: 991.98px) {
  .sec-fix select {
    background-position: right 10px center;
    padding-right: 13px;
    background-size: 10px;
  }
}
.sec-fix .submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 180px;
  height: 68px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #39b7e9 0%, #0056fb 72%);
  color: #ffffff;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  animation: fixToggleBlink 0.6s ease-in-out infinite;
}
@media screen and (max-width: 991.98px) {
  .sec-fix .submit-btn {
    width: 135px;
    height: 45px;
    margin-top: 13px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
  }
}
.sec-fix .chat-icon {
  position: relative;
  width: 38px;
}
@media screen and (max-width: 991.98px) {
  .sec-fix .chat-icon {
    width: 24px;
  }
}
.sec-fix .notice {
  grid-column: 1/-1;
  margin-top: -2px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .sec-fix .notice {
    margin-top: 20px;
    font-size: 14px;
    word-break: keep-all;
  }
}
.sec-fix.is-open .fix-toggle {
  bottom: 100%;
  border: 1px solid #0056fb;
  border-bottom-color: #fbfcff;
  background-color: #fbfcff;
  color: #0056fb;
  animation: none;
}
.sec-fix.is-open .toggle-arrow {
  transform: rotate(135deg) translate(-2px, 2px);
}
.sec-fix.is-open .fix-panel {
  transform: translateY(0);
}

@keyframes fixToggleBlink {
  0%, 100% {
    color: #ffffff;
  }
  50% {
    color: #b2f416;
  }
}