body {
  margin: 0;
}

/* PC ver*/
@media (min-width: 1200px) {
  .container {
    width:50%;

  }
/*  Tablet ver */
@media (max-width: 1199px) and (min-width: 768px) {
  body {
    width: 70%;
  }
  .header {
    padding: 0 24px;
  }
}
/*  Mobile ver */
@media (max-width: 767px) and (max-width: 375px) {
  body {
    width:90%;
  }
  .header {
    padding: 0 16px;
  }
}

}
.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  background-color: white;
  border-bottom: 1px solid gray;
  position: sticky;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 9px 250px 0 9px;
}

.header_img{
  width: 153px;
  height: 51px;
  margin: 20px;
  padding: 0 20px;
  cursor: pointer;
}

.login {
  padding: 0 100px;
}

.login-btn{
  width: 128px;
  height: 48px;
  padding: 0 0 200px;
}

.top_banner{
  background-color: #cfe5ff;
  width: 100%;
  height: auto;
  gap: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbannerimg {
  width: 40vw;
  height: auto;
  align-items: end;
  object-fit: contain;

}

.banner_1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  max-width: fit-content;
}

.banner_text{
  font-weight: 500;
  font-size: 2rem;
  line-height: 56px;
}

.more_btn{
  display:inline;
}

.showmorebtn {
  background-color: #3692ff;
  gap: 10px;
  border-radius: 40px;
  display: block;
  padding: 10px;
  width: 110%;
  height: 30px;
  color: #f9fafb;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.smtx{
  color: #3692ff;
  font-weight: 700;
  font-size: 1.5vw;
  margin: 0;
}

.smtx2 {
  font-size: 2vw;
  margin: 0;
}

.smtx3 {
font-size: 1.5vw;
margin: 0;
}

.pimg1{
  width: 50%;
  height: auto;
}

.pimg2{
  width: 50%;
  height: auto;
}

.pimg3{
  width: 50%;
  height: auto;
}

.para1 {
 background-color: #fcfcfc;
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 5% 30%;
 gap: 5%;
}

.para2 {
  background-color: #fcfcfc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 30%;
  gap: 5%;
}

.para3 {
  background-color: #fcfcfc;
  display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 5% 30%;
 gap: 5%;
}

.para-text {
  display: flex;
  flex-direction: column;

}

.first-p{
  width: 1920px;
  height: 720px;
  padding: 138px 466px;
  background-color: #ffffff;
}

.second-p{
  width: 1920px;
  height: 720px;
  padding: 138px 466px;
  background-color: #ffffff;
}

.third-p{
  width: 1920px;
  height: 720px;
  padding: 138px 466px;
  background-color: #ffffff;
}


.hot-item{
  width: 988px;
  height: 444px;
  display: block;
  margin: 0 auto;
  background-color: #fcfcfc;
}

.search-item{
  width: 988px;
  height: 444px;
  display: block;
  margin: 0 auto;
  background-color: #fcfcfc;
}

.resister-item{
  width: 988px;
  height: 444px;
  display: block;
  margin: 0 auto;
  background-color: #fcfcfc;
}

.home-bottom{
  background-color: #cfe5ff;
  width: 100vw;
  min-width: 1920px;
  height: 540px;
  display:flex;
  justify-content: center;
  align-items: flex-end;
}

.bottom-word{
  font-family: Pretendard;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  color: #374151;
  width: 357px;
  height: 112px;
  margin-bottom: 200px;
}

.bottom-img{
  position: relative;
  width: 746px;
  height: 340px;
  margin-right: 360px;
}


.footer-style{
  background-color: #111827;
  width: 100vw;
  min-width: 1920px;
  height: 160px;
  color: #9ca3af;
  padding: 32px 400px;
}

.footer-inner{
  width: 1120px;
  height: 20px;
  display: flex;
  justify-content: space-between;

}

.codeit-2024{
  font-family: pretendard;
  font-weight: 400;
  font-size: 16px;
}

.footer-link{
  width: 159px;
  height: 19px;
}

.Policy{
  font-family: pretendard;
  color: #e5e7eb;
  font-weight: 400;
  font-size: 16px;
  margin-right: 30px;
}

.FAQ{
  font-family: pretendard;
  color: #e5e7eb;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.social-ic{
  display: inline;
  width: 116px;
  height: 20px;
}

.botban-text{
  background-color: #cfe5ff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 540px;
  width: 100%;
  gap: 32px;
  height: auto;
}

.bot_img {
  width: 40vw;
  height: auto;
}

.bot-text {
  font-weight: 700;
  font-size: 2rem;
}

.footer{
  background-color: #111827;
  padding: 32px 10%;
}

.footer-text{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #9ca3af;
}

.policy {
  color: #9ca3af;

}