/*My code*/

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

html,
body {
  width: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "Pretendard";
}

main {
  padding-top: 4.375rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #cfe5ff;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  height: 4.375rem;
  border-bottom: 1px solid #dfdfdf;
}

.hero-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 120rem;
  width: 100%;
  padding: 0 12.5rem;
  margin: 0 auto;
}

.logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
}

/*
#hero-logo {
  font-family: "ROKAF Sans";
  font-weight: 700;
  font-size: 25.63px;
  color: #3692ff;
}*/

.login-bttn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: #3692ff;
  font-weight: 600;
  font-size: 1rem;
  color: #f3f4f6;
}

.main-blue {
  width: 100%;
  background-color: #cfe5ff;
}

.main-blue:last-of-type {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;

  border-top: 10rem solid #fcfcfc;
}

.main-white {
  width: 100%;
  height: 45rem;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-container {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 12.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}

.main-container-bottom {
  max-width: 120rem;
  height: 33.75rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 3.125rem;
  padding-bottom: 0;
}

.main-container-bottom .mention {
  margin-bottom: 11.25rem;
}

.contents-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin: 0 auto;
  width: 61.75rem;
  height: 27.75rem;
  background-color: #fcfcfc;
}

.left-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  margin-bottom: 3.75rem;
  gap: 2rem;
}

.search-left-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
  margin-left: auto;
  gap: 0.75rem;
}

.right-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mention {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;

  color: #374151;
}

.description {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #374151;
}

.items-bttn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22.3125rem;
  height: 3.5rem;
  gap: 0.625rem;
  border-radius: 2.5rem;
  background-color: #3692ff;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;

  color: #f3f4f6;
}

#panda-img {
  width: 46.625rem;
  height: 21.25rem;
}

.highlight-keyword {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #3692ff;
}

footer {
  z-index: 1000;
  background-color: #111827;
  height: 10rem;
}

.footer-container {
  max-width: 120rem;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 12.5rem;
  margin: 0 auto;
  gap: 0.625rem;
}

.footer-info {
  color: #9ca3af;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.privacy-faq-info {
  display: flex;
  gap: 1.875rem;
  color: #e5e7eb;
  text-decoration: none;
}

.footer-sns {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}

.footer-sns a {
  display: flex;
  justify-content: center;
  align-items: center;
}
