body {
  margin: 0 auto;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 9.5px 0;
}

.mainrogo {
  width: 153px;
  height: 51px;
  cursor: pointer;
}

.loginbt {
  width: 128px;
  height: 48px;
  border-radius: 8px;
  color: #F3F4F6;
  background-color: #3692FF;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
}


/*-----------메인영역------------*/

.mainimage {
  background-color: #CFE5FF;
  height: 540px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.maintext {
  font-size: 40px;
  font-weight: 700;
  color: #374151;
}

.imagebox{
  display: flex;
  align-items: center;
}

.itembt {
  display: block;
  width: 357px;
  height: 56px;
  border-radius: 40px;
  background-color: #3692FF;

  text-decoration: none;
  color: #F9FAFB;
  text-align: center;
  line-height: 56px;

  font-size: 20px;
  font-weight: 600;
}



.mainsection {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  margin: 138px 0;
}

.mainsection:nth-child(2){
  text-align: end;
}

.sectitle {
  color: #3692FF;
  font-size: 18px;
  font-weight: 800;
}

.secexpl {
  color: #374151;
  font-size: 24px;
  font-weight: 500;
}



/*-----------푸터영역------------*/

footer{
  background-color: #111827;
}

.footerbox {

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 108px 0;
}

.firstname {
  color: #9CA3AF;
  font-size: 16px;
  font-weight: 400;
}

.footerlink {
  display: flex;
  gap: 30px;
}

.footerlink>a {
  color: #E5E7EB;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.snslink {
  display: flex;
  gap: 12px;
}

.snsimage {
  width: 20px;
  height: 20px;
}