body {
  margin: 0;
  min-width: 360px;
}

a {
  color: inherit !important;
  text-decoration: none;
}

* {
  font-family: Pretendard !important;
  box-sizing: border-box;
}

.layout {
  max-width: 1200px;
  margin: 0 auto;
}

br.mobile {
  display: none;
}

button {
  border: none;
}

.blue {
  color: #007cfb;
}

nav {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  padding: 14px 0;
  background-color: #fff;
  font-size: 22px;
  border-bottom: 1px solid #ebebeb;
}

nav>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-left {
  font-weight: 700;
}

.nav-button {
  background-color: #007cfb;
  padding: 7.5px 16px;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.section1 {
  text-align: center;
  padding-top: 204px;
  padding-bottom: 220px;
  background: linear-gradient(180deg, rgba(215, 236, 255, 0.55) 0%, #fff 52.43%),
    #fff;
  color: #1a1a1a;
}

.section1-1 {
  font-weight: 500;
  font-size: 28px;
}

.section1-2 {
  margin-top: 24px;
  font-weight: 700;
  font-size: 68px;
}

.section2 {
  padding-top: 60px;
  padding-bottom: 180px;
}

.section2 .layout {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.section2-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section2-card {
  padding: 40px;
  background-color: #eef7ff;
  border-radius: 20px;
}

.section2-card-1 {
  font-size: 28px;
  font-weight: 600;
  color: #3a4751;
}

.section2-card-2 {
  font-size: 60px;
  font-weight: 700;
  color: #007cfb;
  display: flex;
  justify-content: space-between;
}

.section2-card-2 img {
  margin-right: 32px;
}

.section2-right .section2-card-2 {
  margin-top: 24px;
}

.section3 {
  padding: 180px 0;
  background-color: #fafafb;
}

.section3 .layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.section3-top {
  color: #75787b;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section3-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section3-title {
  color: #333;
  font-size: 52px;
  font-weight: 700;
  margin-top: 24px;
}

.section3-bottom {
  color: #75787b;
  font-size: 22px;
  font-weight: 600;
  margin-top: 24px;
}

.section3-card {
  padding: 16px 28px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  font-size: 22px;
  font-weight: 600;
  border-radius: 14px;
}

.section4 {
  padding-top: 180px;
  padding-bottom: 220px;
  text-align: center;
  background-color: #fafafb;

  color: #333333;
  font-size: 52px;
  font-weight: 700;
}

.section5 {
  background-color: #0c0c10;
  padding: 180px 0;
}

.section5-left {}

.section5 .layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.section5-top {
  color: #cdd2d6;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section5-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section5-title {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  margin-top: 24px;
}

.section5-bottom {
  color: #9da0a3;
  font-size: 22px;
  font-weight: 600;
  margin-top: 24px;
}

.section6 {
  background-color: #0c0c10;
  padding-top: 180px;
  padding-bottom: 240px;

  color: #fff;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
}

.section7 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #fafafb;
}

.section7-title {
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  color: #333;
}

.seciton7-sub {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #75787b;
}

.section7-card-wrap {
  margin-top: 60px;
  overflow: scroll;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.section7-card-wrap::-webkit-scrollbar {
  display: none;
}

.section7-card-item {
  background-color: #fff;
  border-radius: 30px;
  padding: 32px;
  box-shadow: 0px 0px 2px 0px #5252524d;
}

.section7-card-1 {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin-top: 16px;
}

.section7-card-2 {
  margin-top: 16px;
  color: #4d5053;
  font-size: 18px;
}

.seciton7-sub br {
  display: none;
}

.section8 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #007AFA;
}

.section8 .layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.section8-top {
  font-size: 28px;
  font-weight: 600;
  color: #D9E6FF;
  display: flex;
  gap: 12px;
}

.section8-title {
  font-size: 52px;
  font-weight: 700;
  margin-top: 24px;
  color: #fff;
}

.section8-bottom {
  font-size: 22px;
  font-weight: 600;
  margin-top: 24px;
  color: #D9E6FF;
  line-height: 1.5;
}

.section8-input-label {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}

.section8-input-label b {
  color: #D9E6FF;
  font-weight: 500;
}

.section8-input {
  padding: 16px 18px;
  border-radius: 8px;
  border: 1px solid #d1d6db;
  width: 100%;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.section8-input-item+.section8-input-item {
  margin-top: 28px;
}

.section8-input::placeholder {
  color: #8b95a1;
}

.section8-input-item.checkbox input {
  border: 1px solid #d1d6db;
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 6px;
  background-color: #fff;
  appearance: none;
}

.section8-input-item.checkbox input:checked {
  appearance: auto;
}

.section8-input-item.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section8-button {
  width: 100%;
  padding: 18px 0;
  border-radius: 8px;
  margin-top: 28px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #007cfb;
  background-color: #fff;
  cursor: pointer;
}

.section8-button:disabled {
  background-color: #ffffff50;
  cursor: not-allowed;
}

footer {
  background-color: #333D4B;
  padding-top: 80px;
  padding-bottom: 120px;
}

footer .layout div:nth-child(1) {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

footer .layout div:nth-child(n + 2) {
  margin-top: 16px;
  font-size: 18px;
  line-height: 27px;
  color: #d1d6db;
}

input {
  accent-color: green;
}

.float-btn {
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 30px;
}

.float-btn .call {
  background: #007cfb;
  color: #fff !important;
}

.float-btn a {
  border-radius: 1000px;
  box-shadow: 6px 6px 20px 0px rgba(0, 43, 153, 0.1);
  padding: 16px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.float-btn a img {
  width: 24px;
}

@media (max-width: 1200px) {
  .layout {
    width: 100%;
    padding: 0 16px;
  }

  br.mobile {
    display: block;
  }

  .section1 {
    padding-top: 182px;
    padding-bottom: 180px;
  }

  .section1-1 {
    font-size: 18px;
  }

  .section1-2 {
    font-size: 28px;
  }

  .section2 {
    padding-top: 40px;
    padding-bottom: 150px;
  }

  .section2 .layout {
    display: block;
  }

  .section2-card-1 {
    font-size: 14px;
  }

  .section2-card-2 {
    font-size: 32px;
  }

  .section2-card {
    padding: 24px;
  }

  .section2-card img {
    width: 100%;
  }

  .section2-right img {
    width: 48px;
    height: 48px;
    margin-right: 0;
  }

  .section2-right .section2-card-2 {
    margin-top: 8px;
  }

  .section2-right {
    gap: 16px;
    margin-top: 16px;
  }

  .section3 {
    padding: 120px 0;
  }

  .section3 .layout {
    display: block;
  }

  .section3-top {
    font-size: 16px;
  }

  .section3-top img {
    width: 21px;
    height: 21px;
  }

  .section3-title {
    font-size: 28px;
    margin-top: 14px;
  }

  .section3-bottom {
    margin-top: 14px;
    font-size: 14px;
  }

  .section3-right {
    margin-top: 36px;
    gap: 8px;
  }

  .section3-card {
    padding: 12px 14px;
    font-size: 15px;
  }

  .section4 {
    padding-top: 120px;
    padding-bottom: 150px;
    font-size: 28px;
  }

  .section5 {
    padding: 120px 0;
  }

  .section5 .layout {
    display: block;
  }

  .section5-top img {
    width: 21px;
    height: 21px;
  }

  .section5-top {
    gap: 4px;
    font-size: 16px;
  }

  .section5-title {
    margin-top: 14px;
    font-size: 28px;
  }

  .section5-bottom {
    margin-top: 14px;
    font-size: 14px;
  }

  .section5-right {
    margin-top: 36px;
  }

  .section6 {
    padding-top: 120px;
    padding-bottom: 150px;
    font-size: 28px;
  }

  .section7 {
    padding: 120px 0;
  }

  .section7-title {
    font-size: 28px;
    word-break: keep-all;
  }

  .seciton7-sub {
    margin-top: 14px;
    font-size: 14px;
  }

  .seciton7-sub br {
    display: block;
  }

  .section7-card-wrap {
    margin-top: 36px;
    display: flex;
    white-space: nowrap;
    overflow: scroll;
  }

  .section7-card-item {
    padding: 20px 24px;
    width: 220px;
    flex-shrink: 0;
    border-radius: 16px;
  }

  .section7-card-item img {
    width: 48px;
    height: 48px;
  }

  .section7-card-1 {
    font-size: 16px;
    margin-top: 8px;
  }

  .section7-card-2 {
    font-size: 14px;
    margin-top: 8px;
    white-space: normal;
  }

  .section8 {
    padding: 140px 0;
    text-align: center;
  }

  .section8 .layout {
    display: block;
  }

  .section8-top img {
    width: 21px;
    height: 21px;
  }

  .section8-top {
    font-size: 18px;
    align-items: center;
    justify-content: center;
  }

  .section8-title {
    margin-top: 14px;
    font-size: 28px;
  }

  .section8-bottom {
    margin-top: 14px;
    font-size: 14px;
  }

  .section8-right {
    margin-top: 36px;
  }

  .section8-input-label {
    font-size: 16px;
    text-align: left;
  }

  .section8-input {
    margin-top: 8px;
    padding: 14px 16px;
    font-size: 14px;
  }

  .section8-input-item+.section8-input-item {
    margin-top: 24px;
  }

  .section8-input-item.checkbox input {
    width: 18px;
    height: 18px;
  }

  .section8-button {
    margin-top: 24px;
    font-size: 18px;
    padding: 14px 0;
  }

  .float-btn {
    position: fixed;
    z-index: 99;
    right: 16px;
    bottom: 30px;
  }


  footer {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  footer .layout div:nth-child(1) {
    font-size: 18px;
  }

  footer .layout div:nth-child(n + 2) {
    font-size: 14px;
    margin-top: 8px;
  }
}