body {
  margin: 0;
}

.mobile {
  display: none;
}

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

.label + .title {
  margin-top: 16px;
}

header {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  padding: 14px 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
}

header .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.label {
  color: #00b0a7;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 37.4px */
  letter-spacing: -0.132px;
}

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

button {
  border: none;
  background-color: #295773;
  border-radius: 24px;
  padding: 12px 16px;
  font-size: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

button:hover{
  background-color:#22475E;
}

.title {
  color: #161820;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 61.6px */
  letter-spacing: -0.264px;
}

.desc {
  margin-top: 16px;
  color: #161820;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 37.4px */
  letter-spacing: -0.132px;
  opacity: 0.8;
}

.section1 {
  padding: 175px 0;
  position: relative;
}

.fake-header {
  height: 73px;
  width: 100%;
}

.section1 .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("./assets/section1-background.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.section1 .gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.24) 0%,
    rgba(0, 0, 0, 0.24) 100%
  );
}

.section1 .content {
  position: relative;
  color: #fff;
  text-align: center;
}

.section1 .descA {
  font-size: 28px;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.168px;
}

.section1 .titleA {
  text-align: center;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 86.8px */
  letter-spacing: -0.372px;
  margin-top: 12px;
}

.section1 button {
  font-size: 26px;
  border-radius: 40px;
  padding: 24px 52px;
  margin-top: 60px;
}

.section2 {
  background: #303e52;
  padding: 48px 0;
}

.section2 .card-container {
  flex: 1;
  padding: 40px 28px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.section2 .card-title {
  color: #222;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.144px;
}

.section2 .card-desc {
  color: #6b7280;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  letter-spacing: -0.096px;
}

.section2 .card-wrapper {
  display: flex;
  gap: 24px;
}

.section3 {
  padding: 120px 0;
}

.section3 .card-wrapper {
  margin-top: 80px;
}

.section3 .card-one {
}

.section3 .card-title {
  color: #222;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.168px;
}

.section3 .card-content {
  color: #6b7280;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: -0.108px;
  margin-top: 8px;
}

.section3 .card {
  background: #eef3f8;
  padding: 40px;
  border-radius: 12px;
  flex: 1;
}

.section3 .card.noRadius:nth-child(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.section3 .card.noRadius:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.section3 .card-container {
  display: flex;
}

.section3 .card.image {
  display: flex;
  gap: 12px;
}

.section3 .card.image {
  flex: 1;
}

.section3 .card-container.two {
  margin-top: 20px;
  gap: 20px;
}

.section3 .card-background {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 360px;
}

.section3 .card.background {
  position: relative;
  padding-bottom: 200px;
}

.section4 {
  padding: 120px 0;
  background: #eef3f8;
}

.section4 .card-wrapper {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.section4 .card-container {
  border-radius: 16px;
  border: 1px solid #dfdfe0;
  background: #fff;
  display: flex;
  padding: 36px 32px 40px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}

.section4 .card-title {
  color: #222;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 33.8px */
  letter-spacing: -0.156px;
}

.section4 .card-content {
  margin-top: 8px;
  color: #6b7280;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: -0.108px;
}

.section5 {
  padding: 120px 0;
}

.section5 .card-wrapper {
  margin-top: 80px;
  display: flex;
  gap: 20px;
}

.section5 .card-container {
  border-radius: 12px;
  border: 1px solid #dfdfe0;
  background: #f7f9fb;
  display: flex;
  padding: 40px 32px 24px 32px;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex: 1 0 0;
  justify-content: space-between;
}

.section5 .card-title {
  color: #222;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 33.8px */
  letter-spacing: -0.156px;
}

.section5 .card-content {
  margin-top: 8px;
  color: #6b7280;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: -0.108px;
}

.section5 .card-container img {
  width: 98px;
}

.section6 {
  padding: 120px 0;
  background: #eef3f8;
}

.section6 .card-wrapper {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section6 .card-container {
  padding: 40px 48px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid #dfdfe0;
}

.section6 .card-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 80px;
  width: 100%;
}

.section6 .card-header-title {
  width: 160px;
  text-align: right;
  color: #222;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 33.8px */
  letter-spacing: -0.156px;
}

.section6 .card-header-content {
  color: #6b7280;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.144px;
  flex: 1;
}

.section6 .card-header-content.end {
  text-align: right;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.section6 .gradient {
  background: linear-gradient(
    96deg,
    #007a95 38.54%,
    #006295 51.29%,
    #013f60 63.3%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold !important;
}

.section6 .big-card-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.section6 .big-card-container {
  border-radius: 32px;
  background: #eef3f8;
  display: flex;
  padding: 40px 48px;
  height: 300px;
}

.section6 .big-card-container:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section6 .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section6 .price-left {
  color: #6b7280;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.144px;
}

.section6 .hr {
  background: #cbd5e1;
  height: 1px;
  width: 100%;
}

.section6 .price-right {
  color: #6b7280;
  font-family: Pretendard;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 32.5px */
  letter-spacing: -0.15px;
  width: 128px;
  text-align: right;
}

.section6 .price-right.bold {
  color: #373737;
  font-family: Pretendard;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 44.2px */
  letter-spacing: -0.204px;
}

.section6 .big-card-width:nth-child(3) > div {
  border-radius: 32px;
  background: linear-gradient(
    97deg,
    #007a95 4.58%,
    #006295 54.17%,
    #013f60 100.88%
  );
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.section6 .big-card-width:nth-child(3) > div > div:first-child {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.168px;
}

.section6 .big-card-width:nth-child(3) > div > div:last-child {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 78px */
  letter-spacing: -0.36px;
}

.section6 .big-card-width {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.section6 .big-card-label {
  color: #6b7280;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.144px;
  margin-top: 12px;
}

.section7 {
  padding: 120px 0;
  position: relative;
}

.section7 .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("./assets/section7-background.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.section7 .gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 128, 140, 0.7) 0%,
    rgba(0, 75, 107, 0.7) 100%
  );
}

.section7 .content {
  position: relative;
  text-align: center;
}

.section7 .title {
  color: #fff;
}

.section7 .desc {
  color: #fff;
}

.section7 button {
  margin-top: 48px;
  padding: 24px 52px;
  background-color: #fff;

  color: #007a95;
  font-size: 26px;
  font-weight: 700;
  border-radius: 40px;
}

.section7 button:hover{
  background-color: #eeeded;
}

footer {
  padding: 80px 0;
  background-color: #1d2530;
}

.footer-title {
  color: #fff;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
}

.footer-content {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-row {
  color: rgba(255, 255, 255, 0.6);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-row span {
  color: #fff;
}

.footer-row + .footer-row {
  margin-top: 8px;
}

.hr {
  width: 1px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  margin: 0 8px;
}

@media (max-width: 1440px) {
  .section1 .background {
    background-size: 1440px;
  }
}

@media (max-width: 1024px) {
  .desktop {
    display: none;
  }
  .layout {
    width: 100%;
    padding: 0 20px;
  }

  .mobile {
    display: initial;
  }

  .title {
    font-size: 28px;
  }

  .desc {
    font-size: 18px;
  }

  header img {
    height: 24px;
  }

  header button {
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
    padding: 8px 12px;
  }

  .fake-header {
    height: 62px;
  }

  .section1 {
    padding: 120px 0;
  }

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

  .section1 .titleA {
    color: #fff;
    font-size: 34px;
  }

  .section1 button {
    margin-top: 32px;
    padding: 10px 20px;
    font-size: 20px;
  }

  .section2 {
    padding: 24px 0;
    overflow: auto;
  }

  .section2 .card-wrapper {
    flex-wrap: nowrap;
    white-space: nowrap;
    width: max-content;
    padding-right: 20px;
  }

  .section2 .card-container {
    width: 280px;
    flex-shrink: 0;
    flex-basis: auto;
    padding: 32px 20px;
    gap: 6px;
  }

  .section2 .card-title {
    font-size: 20px;
  }

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

  .section3 {
    padding: 80px 0;
  }

  .section3 .card-wrapper {
    margin-top: 40px;
  }

  .section3 .card {
    padding: 32px 28px;
  }

  .section3 .noRadius:first-child {
    padding-bottom: 0;
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .section3 .noRadius.image {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .section3 .card-container:first-child {
    flex-direction: column;
  }

  .section3 .card-container.two {
    flex-direction: column;
  }

  .section3 .card-title {
    font-size: 24px;
  }

  .section3 .card-content {
    font-size: 16px;
    margin-top: 8px;
  }

  .section3 .card.background {
    padding-bottom: 140px;
  }

  .section4 {
    padding: 80px 0;
  }

  .label {
    font-size: 18px;
  }

  .section4 .card-wrapper {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
  }

  .section4 .card-container {
    padding: 32px 28px;
    gap: 16px;
  }

  .section4 .card-title {
    font-size: 22px;
  }

  .section4 .card-container img {
    width: 48px;
  }

  .section4 .card-content {
    font-size: 16px;
  }

  .section5 {
    padding: 80px 0;
  }

  .section5 .card-wrapper {
    margin-top: 40px;
    flex-direction: column;
  }

  .section5 .card-container > div {
    width: 100%;
  }

  .section5 .card-container {
    padding: 32px 28px;
  }

  .section5 .card-title {
    font-size: 22px;
  }

  .section5 .card-container img {
    width: 64px;
  }

  .section5 .card-content {
    font-size: 16px;
  }

  .section6 {
    padding: 80px 0;
  }

  .section6 .card-wrapper {
    margin-top: 40px;
  }

  .section6 .card-container {
    padding: 32px 28px;
    border-radius: 16px;
  }

  .section6 .card-header {
    flex-direction: column;
    gap: 8px;
  }

  .section6 .card-header-title {
    text-align: center;
    font-size: 22px;
  }

  .section6 .card-header-content {
    text-align: center;
    font-size: 16px;
  }

  .section6 .card-header-content.end img {
    width: 28px;
  }

  .section6 .card-header-content.end {
    margin-right: 0;
    gap: 4px;
  }

  .section6 .big-card-wrapper {
    margin-top: 32px;
    flex-direction: column;
    gap: 16px;
  }

  .section6 .big-card-container:nth-child(1) {
    padding: 20px 14px;
    border-radius: 16px;
    height: 200px;
  }

  .section6 .price-left {
    font-size: 16px;
  }

  .section6 .price-right {
    font-size: 16px;
  }

  .section6 .price-right.bold {
    font-size: 22px;
  }

  .section6 .big-card-label {
    font-size: 16px;
    margin-top: 12px;
  }

  .section6 .big-card-width {
    width: 100%;
  }

  .section6 .big-card-wrapper img {
    transform: rotate(90deg);
    width: 36px;
  }

  .section6 .big-card-width:nth-child(3) > div > div:first-child {
    font-size: 18px;
  }

  .section6 .big-card-width:nth-child(3) > div {
    gap: 16px;
    border-radius: 16px;
  }

  .section6 .big-card-width:nth-child(3) > div > div:last-child {
    font-size: 36px;
  }

  .section7 {
    padding: 80px 0;
  }

  .section7 button {
    margin-top: 32px;
    padding: 9px 20px;
    font-size: 20px;
  }

  .section7 .background {
    background-size: 1000px;
    background-position: center;
  }

  .hr {
    margin: 0 4px;
  }

  .footer-content {
    align-items: flex-start;
    flex-direction: column-reverse;
    margin: 0;
  }

  .footer-title {
    display: none;
  }

  .footer-left {
    margin-top: 20px;
  }

  .footer-row {
    font-size: 14px;
    line-height: 1.5;
  }
  
}

@media (max-width: 768px) {
  .section3 .card.noRadius:nth-child(2) {
    justify-content: center;
  }

  .section3 .card.noRadius:nth-child(2) img {
    width: 25%;
  }

  .section3 .noRadius.image {
    display: flex;
  }

  .footer-right img{
    height: 60px;
  }
}
