* {
  font-family: "SUIT";
  box-sizing: border-box;
  color: hsl(0, 0%, 15%);
  flex-wrap: nowrap;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;

  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  overflow-x: hidden;
}

/*header*/
.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  margin: 0 auto;
  height: 5rem;
  width: 100%;
  padding: 0 12rem;
  z-index: 100;
  color: black;
}

.header:hover {
  border-bottom: 1px solid #f1f1f1;
}

.main-menu1 li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  text-decoration: none;
  list-style: none;
  width: 100%;
  top: 5rem;
  left: 0;
  height: 5rem;
  border-bottom: 1px solid #f1f1f1;
}
.main-menu1 li ul li {
  padding: 10px;
}

.main-menu1 li:first-child:hover ul {
  display: flex;
  justify-content: center;
}

.scrolled {
  background-color: white;
  color: black;
  border-color: black;
  border-bottom: 1px solid #f1f1f1;
}

.molla {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 1520px;
}

.logo-title {
  display: flex;
  align-items: center;
}

.logo-title a {
  display: flex;
}

.logo {
  margin: 0 6px 0 0;
}

.title {
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  display: flex;
  align-items: center;
  color: black;
}

.main-menu {
  display: flex;
  align-items: center;
  color: inherit;
  border-color: inherit;
}
.main-menu-top {
  color: inherit;
  border-color: inherit;
}
.main-menu1 {
  list-style: none;
  display: flex;
  height: 5rem;
  padding: 0px;
  color: inherit;
}

.main-menu1 li {
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 22px;
  margin: 0 48px 0 0;
  color: inherit;
  height: 100%;
}

a {
  color: inherit;
  text-decoration-line: none;
}

.main-menu1 > .header-line {
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  height: 28px;
  margin-top: 26px;
}

/*page1*/
.page1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 1440px;
  height: 100vh;
}

.page1-left {
  position: absolute;
  left: -400px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.page1-right {
  position: absolute;
  right: -260px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.box {
  display: flex;
  flex-direction: row;
  width: 540px;
  height: 200px;
  border-radius: 24px;
  padding: 30px;
  justify-content: space-between;
  align-items: start;
  position: relative;
  margin-bottom: 24px;
}

.box-left {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.box1 {
  width: 200px;
  height: 48px;
  border-radius: 8px;
}

.box2 {
  display: flex;
}

.box2-1 {
  border-radius: 10px;
  width: 84px;
  height: 54px;
}

.box2-2 {
  background: none;
  margin: 0 0 0 4px;
  border: 4px solid;
  border-radius: 10px;

  width: 120px;
  height: 54px;
}

.page1-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page1-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page1-text1 {
  display: flex;
  /* flex-direction: column; */
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
}

.scroll-button {
  bottom: 48px;
  z-index: 10;
  position: absolute;
}

/*page2*/
.page2 {
  display: flex;
  flex-direction: column;
  height: 432px;
  background-color: #f2f2f2;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.page2-text {
  display: flex;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  color: #4c4c4c;

  justify-content: center;
}

/*page3*/
.page3 {
  height: 120vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/*upper*/
.page3-upper {
  display: flex;
  width: 1440px;
  flex-direction: column;
}

.page3-text {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.page3-text1 {
  display: flex;
  /* flex-direction: column; */
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
}

.page3-text2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #999999;
  display: flex;
  align-items: end;
  justify-content: center;
}

.page3-lower {
  display: flex;
  flex-direction: column;
  /* position: absolute; */
}

.page3-lower-boxline {
  display: flex;
  flex-direction: row;
  position: relative;
  left: 200px;
}
.page3-lower-boxline-2 {
  position: relative;
  display: flex;
  flex-direction: row;
  left: 0px;
}

.box-line {
  display: flex;
  flex-direction: row;
  width: 432px;
  height: 160px;
  border-radius: 20px;
  padding: 24px;
  justify-content: space-between;
  align-items: start;
  position: relative;
  margin-bottom: 24px;
}

.box-line .box1 {
  width: 200px;
  height: 36px;
  border-radius: 8px;
}

.box-line .box2 {
  display: flex;
}

.box-line .box2-1 {
  border-radius: 8px;
  width: 84px;
  height: 48px;
}

.box-line .box2-2 {
  background: none;
  margin: 0 0 0 4px;
  border: 4px solid;
  border-radius: 8px;

  width: 100px;
  height: 48px;
}

/*page4*/
.page4 {
  height: 120vh;
  width: 100%;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.page-width {
  height: 100vh;
  width: 1440px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.page4-left {
  display: flex;
  flex-direction: column;
}

.page4-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 600px;
  height: 96px;
  background-color: white;
  border-radius: 12px;
  padding: 0 48px;
  margin-bottom: 12px;
}

.page4-box-text1 {
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #4c4c4c;
}

.page4-box-text2 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #737373;
}

.page4-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.page4-text1 {
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  color: #262626;
  display: flex;
  align-items: center;
}

.page4-text2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #999999;
  display: flex;
  align-items: end;
  justify-content: center;
}

/*page5*/
.page5 {
  height: 120vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/*page5-right*/
.page5-right {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.page5-text {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.page5-text1 {
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  color: #262626;
  display: flex;
  align-items: center;
}

.page5-text2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #999999;
  display: flex;
}

.page5-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 600px;
  height: 84px;
  background-color: #f3f3f3;
  border-radius: 42px;
  margin-bottom: 12px;
}

.page5-box-blue {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 600px;
  height: 84px;
  background-color: #3c65f8;
  border-radius: 42px;
  margin-bottom: 12px;
}

.page5-box-circle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  margin: 14px;
}

.page5-box-text2 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #737373;
}

.page6 {
  height: 120vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

footer {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  height: 500px;
  width: 100%;
  margin: auto 0;
  z-index: 50;
}

.footer-page {
  width: 1440px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 120px 0;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-content {
  color: #999999;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 24px;
}

.footer-page1 {
  display: flex;
  flex-direction: row;
}

.footer-page2 {
  display: flex;
  flex-direction: column;
}

.footer-page2-upper {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.footer-page2-text1 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #d9d9d9;
}

.footer-page2-text2 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #bfbfbf;
  margin-top: 12px;
}

.footer-page2-lower {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-top: 24px;
}
