@charset "UTF-8";
#sec1 {
  position: relative;
  background: url("../imgs/sec1_bg.png") no-repeat center bottom/cover;
  text-align: center;
}
#sec1 h2 {
  padding-top: 100px;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: 800;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #sec1 h2 {
    padding-top: 60px;
    font-size: 36px;
    margin-bottom: 14px;
  }
}
#sec1 h2 span {
  color: #00ff44;
}
#sec1 .desc {
  font-size: 24px;
  font-weight: 300;
  color: #f4f4f4;
}
@media screen and (max-width: 991.98px) {
  #sec1 .desc {
    font-size: 12px;
  }
}
#sec1 .list {
  display: flex;
  justify-content: space-between;
  max-width: 565px;
  margin: 24px auto 0;
}
@media screen and (max-width: 991.98px) {
  #sec1 .list {
    max-width: 285px;
    margin-top: 15px;
  }
}
#sec1 .list li {
  position: relative;
  width: 33.3%;
}
#sec1 .list li:nth-child(1) {
  display: flex;
}
#sec1 .list li:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}
#sec1 .list li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #fff;
  opacity: 0.5;
}
#sec1 .list .num {
  display: inline-flex;
  font-size: 48px;
  font-weight: 700;
  color: #00ff44;
  margin-bottom: 4px;
}
@media screen and (max-width: 991.98px) {
  #sec1 .list .num {
    font-size: 24px;
  }
}
#sec1 .list .num .upnum {
  display: inline-block;
  min-width: 80px;
}
#sec1 .list .txt {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #sec1 .list .txt {
    font-size: 12px;
  }
}
#sec1 .go-ask {
  margin: 50px 0;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #00ff44;
  width: 190px;
  height: 49px;
  font-size: 24px;
  font-weight: 700;
  box-shadow: inset -4px -4px 4px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  #sec1 .go-ask {
    margin: 30px 0;
    width: 102px;
    height: 28px;
    font-size: 14px;
  }
}
#sec1 .rolling-container {
  max-width: 560px;
  border-radius: 8px;
  padding: 29px 26px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  #sec1 .rolling-container {
    max-width: 290px;
    padding: 13px 15px;
  }
}
#sec1 .rolling-wrap {
  position: relative;
  height: 56px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #sec1 .rolling-wrap {
    height: 30px;
  }
}
#sec1 .rolling-list li {
  display: flex;
  height: 56px;
  line-height: 1.2;
  font-size: 20px;
  text-align: left;
  color: #888;
}
@media screen and (max-width: 991.98px) {
  #sec1 .rolling-list li {
    font-size: 11px;
    height: 30px;
  }
}
#sec1 .rolling-list .date {
  color: #888;
  width: 100px;
}
@media screen and (max-width: 991.98px) {
  #sec1 .rolling-list .date {
    width: 40px;
  }
}
#sec1 .rolling-list .tit {
  font-weight: 700;
  color: #000;
}
#sec1 .rolling-list .blue {
  font-weight: 700;
  color: #0169fe;
}
#sec1 .rolling-list .num {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 991.98px) {
  #sec1 .rolling-list .num {
    gap: 5px;
  }
}
#sec1 .rolling-list .num .sm {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 991.98px) {
  #sec1 .rolling-list .num .sm {
    font-size: 10px;
  }
}
#sec1 .peopleimg {
  margin-top: -35px;
}
@media screen and (max-width: 991.98px) {
  #sec1 .peopleimg {
    margin-top: -18px;
  }
}

.bottom-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  background: #09a0f8;
  background: linear-gradient(90deg, #09a0f8 0%, #2cef9b 100%);
}
@media screen and (max-width: 991.98px) {
  .bottom-bar {
    height: 30px;
    font-size: 12px;
    line-height: 1.3;
  }
  .bottom-bar img {
    width: 23px;
  }
}
.bottom-bar p {
  animation: blink 0.6s 0.5s infinite forwards;
}

#sec2 {
  background-color: #fff;
  background: linear-gradient(180deg, #e0f4ff 30%, #fff 100%);
}
#sec2 .section-title {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 991.98px) {
  #sec2 .section-title {
    font-size: 24px;
  }
}
#sec2 .section-title .highlight {
  background: linear-gradient(90deg, #09a0f8 0%, #2bd189 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#sec2 .concern {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 991.98px) {
  #sec2 .concern {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
#sec2 .concern .card-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#sec2 .concern .card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 20px 0 40px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(9, 160, 248, 0.25);
}
@media screen and (max-width: 991.98px) {
  #sec2 .concern .card {
    padding: 0 10px 0 12px;
    gap: 10px;
    border-radius: 10px;
    min-height: 80px;
  }
}
#sec2 .concern .avatar {
  flex-shrink: 0;
  padding-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #sec2 .concern .avatar {
    width: 55px;
    padding-top: 8px;
    margin-top: auto;
  }
}
@media screen and (max-width: 375px) {
  #sec2 .concern .avatar {
    width: 51px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec2 .concern .avatar.avatar3 {
    width: 56px;
  }
}
#sec2 .concern .avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  margin-bottom: -1px;
}
#sec2 .concern .card-quote {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(90deg, #09a0f8 0%, #2cef9b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 14px;
}
@media screen and (max-width: 991.98px) {
  #sec2 .concern .card-quote {
    margin-bottom: 7px;
    font-size: 15px;
    background: linear-gradient(90deg, #09a0f8 0%, #2cef9b 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
}
#sec2 .concern .card-desc {
  font-size: 20px;
  color: #666;
}
@media screen and (max-width: 991.98px) {
  #sec2 .concern .card-desc {
    font-size: 11px;
  }
}
#sec2 .reason {
  padding-bottom: 140px;
}
@media screen and (max-width: 991.98px) {
  #sec2 .reason {
    padding-bottom: 70px;
  }
}
#sec2 .reason .feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  #sec2 .reason .feature-grid {
    gap: 8px;
  }
}
#sec2 .reason .feature-card {
  padding: 39px 20px 39px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 12px 0 rgba(9, 160, 248, 0.25);
}
@media screen and (max-width: 991.98px) {
  #sec2 .reason .feature-card {
    padding: 20px 7px 16px 14px;
    border-radius: 10px;
    gap: 8px;
  }
}
#sec2 .reason .feature-icon {
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  #sec2 .reason .feature-icon {
    height: 44px;
    margin-bottom: 7px;
  }
}
#sec2 .reason .feature-icon img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  animation: swing 0.9s ease-in-out infinite;
}
#sec2 .reason .feature-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  #sec2 .reason .feature-title {
    font-size: 15px;
    letter-spacing: -0.01em;
  }
}
#sec2 .reason .feature-title span {
  font-weight: 400;
}
#sec2 .reason .feature-desc {
  font-size: 20px;
  color: #888;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 991.98px) {
  #sec2 .reason .feature-desc {
    font-size: 11px;
  }
}

#sec3 {
  background: url("../imgs/sec3_bg_2560.png") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1921px) {
  #sec3 {
    background-image: url("../imgs/sec3_bg.png");
    background-position: center top;
  }
}
@media screen and (max-width: 767.98px) {
  #sec3 {
    background-image: url("../imgs/sec3_bg_m.png");
    background-position: center bottom;
  }
}
#sec3 .area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#sec3 h2 {
  font-size: 80px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #09a0f8 0%, #2cef9b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 991.98px) {
  #sec3 h2 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
#sec3 .rolling-container {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  #sec3 .rolling-container {
    margin-bottom: 20px;
  }
}
#sec3 .rolling-container:before, #sec3 .rolling-container:after {
  content: "";
  position: absolute;
  top: -10px;
  width: 21px;
  height: 47px;
}
@media screen and (max-width: 991.98px) {
  #sec3 .rolling-container:before, #sec3 .rolling-container:after {
    width: 10px;
    top: -20px;
  }
}
#sec3 .rolling-container:before {
  left: -30px;
  background: url("../imgs/sec3_q1.png") no-repeat center/contain;
}
@media screen and (max-width: 991.98px) {
  #sec3 .rolling-container:before {
    left: -20px;
  }
}
#sec3 .rolling-container:after {
  right: -30px;
  background: url("../imgs/sec3_q2.png") no-repeat center/contain;
}
@media screen and (max-width: 991.98px) {
  #sec3 .rolling-container:after {
    right: -20px;
  }
}
#sec3 .rolling-wrap {
  position: relative;
  height: 96px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #sec3 .rolling-wrap {
    height: 48px;
  }
}
#sec3 .rolling-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sec3 .rolling-list li {
  height: 96px;
  line-height: 1.4;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #sec3 .rolling-list li {
    font-size: 16px;
    height: 48px;
  }
}
#sec3 .phoneimg {
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  #sec3 .phoneimg {
    max-width: 414px;
  }
}

#sec4 {
  padding: 140px 0;
  background: #d9edf7;
}
@media screen and (max-width: 991.98px) {
  #sec4 {
    padding: 70px 0;
  }
}
#sec4 h2 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 800;
}
@media screen and (max-width: 991.98px) {
  #sec4 h2 {
    font-size: 24px;
  }
}
#sec4 .table-wrap {
  position: relative;
}
#sec4 .table {
  border-radius: 22px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 991.98px) {
  #sec4 .table {
    border-radius: 10px;
  }
}
#sec4 .left .head,
#sec4 .right .head {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 26px;
}
@media screen and (max-width: 991.98px) {
  #sec4 .left .head,
  #sec4 .right .head {
    font-size: 17px;
  }
}
#sec4 .left .row,
#sec4 .right .row {
  min-height: 95px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  #sec4 .left .row,
  #sec4 .right .row {
    min-height: 60px;
  }
}
#sec4 .left .row:first-of-type,
#sec4 .right .row:first-of-type {
  border-top: 0;
}
#sec4 .left .text,
#sec4 .right .text {
  font-size: 24px;
  line-height: 1.25;
  word-break: keep-all;
}
@media screen and (max-width: 991.98px) {
  #sec4 .left .text,
  #sec4 .right .text {
    font-size: 12px;
  }
}
#sec4 .left {
  background: #fff;
  padding: 48px 34px 8px 36px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #sec4 .left {
    padding: 24px 16px 0px 16px;
  }
}
#sec4 .left .head {
  text-align: left;
  margin-left: 98px;
}
@media screen and (max-width: 991.98px) {
  #sec4 .left .head {
    margin-left: 52px;
  }
}
#sec4 .left .row {
  position: relative;
}
#sec4 .left .row:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 2px;
  border-top: 2px dotted #ccc;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  #sec4 .left .row:not(:last-child):after {
    width: calc(100% - 16px);
    border-width: 1px;
  }
}
#sec4 .left .label {
  width: 98px;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #09a0f8;
}
@media screen and (max-width: 991.98px) {
  #sec4 .left .label {
    width: 52px;
    font-size: 11px;
  }
}
#sec4 .left .text {
  color: #666;
}
@media screen and (max-width: 543.98px) {
  #sec4 .left .text {
    max-width: 32.5%;
  }
}
#sec4 .right {
  width: 45.33%;
  height: calc(100% + 36px);
  background: linear-gradient(180deg, #1495e4 0%, #0a8ddd 100%);
  color: #fff;
  padding: 62px 40px 34px 64px;
  position: absolute;
  top: -18px;
  right: 30px;
  box-shadow: inset 2px 2px 10px rgba(255, 255, 255, 0.48);
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  #sec4 .right {
    height: calc(100% + 20px);
    padding: 35px 14px 20px 28px;
    top: -10px;
    right: 16px;
    box-shadow: inset 1px 1px 7px rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 350px) {
  #sec4 .right {
    padding-left: 14px;
    padding-right: 10px;
    width: 43%;
  }
}
#sec4 .check {
  position: relative;
  padding-left: 34px;
}
@media screen and (max-width: 991.98px) {
  #sec4 .check {
    padding-left: 20px;
  }
}
#sec4 .check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url("../imgs/sec4_check.svg") no-repeat center/contain;
}
@media screen and (max-width: 991.98px) {
  #sec4 .check::before {
    width: 13px;
    height: 13px;
  }
}

#sec5 {
  background: #fff;
  padding: 140px 0;
}
@media screen and (max-width: 991.98px) {
  #sec5 {
    padding: 70px 0;
  }
}
#sec5 h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
}
@media screen and (max-width: 991.98px) {
  #sec5 h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
#sec5 .inner {
  display: flex;
  justify-content: center;
}
#sec5 .step-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 991.98px) {
  #sec5 .step-list {
    gap: 14px;
  }
}
#sec5 .step-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 991.98px) {
  #sec5 .step-item {
    gap: 14px;
  }
}
#sec5 .step-icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 0;
}
@media screen and (max-width: 991.98px) {
  #sec5 .step-icon {
    width: 67px;
    height: 67px;
  }
}
#sec5 .step-icon img {
  display: block;
}
#sec5 .step-info {
  flex: 1;
  min-width: 0;
}
#sec5 .step-title {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 700;
  word-break: keep-all;
}
@media screen and (max-width: 991.98px) {
  #sec5 .step-title {
    font-size: 16px;
  }
}
#sec5 .step-title span {
  color: #09a0f8;
}
#sec5 p {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1.5;
  color: #666;
  word-break: keep-all;
}
@media screen and (max-width: 991.98px) {
  #sec5 p {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.3;
  }
}

#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;
  }
}