.wrap.intro {
  position: relative;
  background: url(/images/bg-intro.png) no-repeat center / cover;
  font-family: 'Roboto Flex', sans-serif;
}

.wrap.intro input {
  font-family: 'Roboto Flex', sans-serif;
}
.wrap.intro button {
  font-family: 'Roboto Flex', sans-serif;
}
.intro .logo-header {
  position: absolute;
  top: 4rem;
  left: 6rem;
}
.intro .container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10rem;
  padding: 0 2rem;
}
.intro .container .content-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10.41666666666667%;
  margin-bottom: 10.8rem;
}
.intro .container .txt-box {
  margin-bottom: 10rem;
}
.intro .container .txt-box .txt-1 {
  margin-bottom: 4rem;
  font-weight: 600;
  font-size: 7rem;
  line-height: 108%;
  color: #fff;
}
.intro .container .txt-box .txt-2 {
  font-size: 2rem;
  line-height: 140%;
  color: #fff;
}
.intro .container .txt-box .sign-in {
}

.intro .sign-in {
  flex-shrink: 0;
  max-width: 48rem;
  width: 100%;
  padding: 7rem 6rem 6rem;
  background-color: #fff;
  border-radius: 1.5rem;
}
.intro .sign-in .logo {
  margin-bottom: 5rem;
  text-align: center;
}
.intro .sign-in .form-box {
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
}
.intro .sign-in .form-box label {
  position: absolute;
  top: -0.5rem;
  left: 1.5rem;
  padding: 0 0.5rem;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
  color: #2e2e2e;
}
.intro .sign-in .form-box input {
  width: 100%;
  height: 5.4rem;
  padding: 0 1.5rem;
  border: 0.8px solid #ababb4;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  color: #5e5f62;
}
.intro .sign-in .form-box .btn-password {
  position: absolute;
  top: 14px;
  right: 10px;
}
.intro .sign-in .form-box .btn-password img:first-of-type {
  display: block;
  margin-top: 4px;
}
.intro .sign-in .form-box .btn-password img:last-of-type {
  display: none;
  margin-top: 4px;
}
.intro .sign-in .form-box .btn-password.show img:first-of-type {
  display: none;
}
.intro .sign-in .form-box .btn-password.show img:last-of-type {
  display: block;
}

.intro .sign-in .check-area {
  display: none;
  margin-bottom: 3.5rem;
  text-align: left;
}
.intro .sign-in .check-area input {
}
.intro .sign-in .check-area label {
  cursor: pointer;
  position: relative;
  padding-left: 2.8rem;
  font-size: 1.4rem;
  color: #aaafb9;
}
.intro .sign-in .check-area label::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 2.1rem;
  height: 2.1rem;

  background: url(/images/check-off-21.png);
}
.intro .sign-in .check-area input:checked + label::before {
  background: url(/images/check-on-21.png);
}
.intro .sign-in .btn-area {
  margin-top: 3.5rem;
  margin-bottom: 3rem;
}
.intro .sign-in .btn-area .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  border-radius: 5rem;
  margin-bottom: 1.4rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.intro .sign-in .btn-area .btn:last-child {
  margin-bottom: 0;
}
.intro .sign-in .btn-area .btn.btn-sign-in {
  background-color: #1e4bbb;
  color: #fff;
}
.intro .sign-in .btn-area .btn.btn-create-account {
  border: 1px solid #929397;
  color: #7b7b82;
}
.intro .sign-in .password-forgot {
  display: block;
  font-size: 1.4rem;
  color: #8d8e92;
  text-align: center;
}
.intro .cooperative-company {
  margin-bottom: 3rem;
}
.intro .cooperative-company ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.2rem 6.09375%;
}
.intro .cooperative-company ul li {
}
.intro .cooperative-company ul li img {
}

.intro .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  width: 100%;
  height: 5rem;
  padding: 0;
  background: linear-gradient(90deg, #1b2121 0%, #1c1e24 49.5%, #1a1f29 100%);
  border-top: none;
}
.intro .footer .copyright {
  font-weight: 300;
  font-size: 1.3rem;
  color: #ffffff66;
}

@media (max-width: 768px) {
  .intro .logo-header {
    display: flex;
    align-items: center;
    position: static;
    height: 7rem;
    padding: 2.3rem 1.5rem;
  }
  .intro .container {
    margin-top: 2rem;
  }
  .intro .container .txt-box {
    max-width: 48rem;
    width: 100%;
    margin-bottom: 5rem;
  }
  .intro .container .txt-box .txt-1 {
    margin-bottom: 2rem;
    font-size: 3.4rem;
  }
  .intro .container .txt-box .txt-2 {
    font-size: 1.6rem;
  }
  .intro .sign-in {
    padding: 7rem 3.5rem 4.8rem;
  }
  .intro .sign-in .logo {
    margin-bottom: 4rem;
  }
  .intro .sign-in .logo img {
    width: 12.8rem;
  }
  .intro .sign-in .form-box {
    margin-bottom: 2rem;
  }
  .intro .sign-in .form-box label {
    top: -0.4rem;
    font-size: 1.2rem;
  }
  .intro .sign-in .form-box input {
    height: 4.8rem;
  }
  .intro .sign-in .check-area {
    margin-bottom: 3rem;
  }
  .intro .sign-in .btn-area .btn {
    height: 4.4rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .intro .container .content-box {
    margin-bottom: 5rem;
  }
  .intro .cooperative-company {
  }
  .intro .cooperative-company ul {
    gap: 2.2rem 5px;
    text-align: center;
  }
  .intro .cooperative-company ul li {
    width: 32%;
  }
  .intro .cooperative-company ul li img {
  }
  .intro .footer .copyright {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .intro .cooperative-company ul li:nth-of-type(1) img {
    width: 70px;
  }
  .intro .cooperative-company ul li:nth-of-type(2) img {
    width: 58px;
  }
  .intro .cooperative-company ul li:nth-of-type(3) img {
    width: 90px;
  }
  .intro .cooperative-company ul li:nth-of-type(4) img {
    width: 70px;
  }
  .intro .cooperative-company ul li:nth-of-type(5) img {
    width: 97px;
  }
  .intro .cooperative-company ul li:nth-of-type(6) img {
    width: 55px;
  }
  .intro .footer {
    margin-bottom: 0;
  }
}
