* {
  margin: 0;
}

body {
  max-width: 1800px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header .text {
  display: flex;
  gap: 30px;
}

.cont {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.cont .ph1 {
  position: absolute;
  z-index: -1;
  top: 150px;
  left: 910px;
}
.cont .box {
  width: 434px;
  height: 40px;
  background-color: #E7F6FF;
  border: none;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.cont .box div {
  background-color: #094B72;
  width: 86px;
  height: 28px;
  text-align: center;
  color: white;
  border-radius: 20px;
}
.cont .box div p {
  margin-top: 6px;
}
.cont h1 {
  font-size: 90px;
  font-family: sans-serif;
  color: #094B72;
}
.cont p {
  font-family: sans-serif;
  font-size: 30px;
}
.cont div p {
  font-size: 20px;
}
.cont .logo {
  display: flex;
  gap: 30px;
  margin-top: 50px;
}
.cont button {
  width: 190px;
  height: 80px;
  border: none;
  background-color: #094B72;
  color: white;
  border-radius: 14px;
}
.cont span {
  background-color: #094B72;
  color: white;
  padding: 8px;
  border-radius: 20px;
}
.cont .lox {
  width: 350px;
  height: 100px;
  background-color: white;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 1000px;
  padding: 10px;
  left: 1150px;
  box-shadow: 1px 1px;
  border-radius: 12px;
}

.cont2 {
  background-color: #F2F7FF;
  height: 768px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.cont2 h1 {
  font-size: 60px;
}
.cont2 p {
  color: #8B8C8C;
}
.cont2 .fox {
  width: 256px;
  height: 253px;
  background-color: white;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 12px;
}
.cont2 .top {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.cont3 {
  height: 356px;
  background-color: #094B72;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
}
.cont3 h1 {
  font-size: 80px;
}
.cont3 .hox {
  display: flex;
  gap: 60px;
  text-align: center;
  justify-content: center;
  margin-top: 40px;
}

.cont4 {
  height: 610px;
  background-color: #F2F7FF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont4 .rightl {
  width: 540px;
  height: 232px;
  background-color: white;
  text-align: center;
  box-sizing: border-box;
  padding: 40px;
}
.cont4 h1 {
  font-size: 70px;
}
.cont4 .gox {
  display: flex;
  gap: 30px;
}
.cont4 .ceo {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 150px;
  margin-top: 20px;
}

.cont5 {
  height: 374px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
.cont5 h1 {
  font-size: 70px;
}
.cont5 p {
  font-size: 30px;
  color: #4F4F4F;
}
.cont5 button {
  width: 219px;
  height: 64px;
  border: none;
  background-color: #094B72;
  text-align: center;
  font-size: 30px;
  color: white;
  border-radius: 20px;
}

.footer {
  height: 470px;
  background-color: #094B72;
  color: white;
  display: flex;
  align-items: start;
  justify-content: space-around;
  padding: 80px;
  box-sizing: border-box;
}
.footer .kox {
  display: flex;
  gap: 70px;
}

.dno {
  height: 69px;
  background-color: #004D7B;
  color: #D9DBE1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.dno .icon {
  display: flex;
  gap: 10px;
}/*# sourceMappingURL=style.css.map */