#login_wrap {
  width: 100%;
  height: 100vh;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#login_wrap .login_box {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: calc(100% - 30px);
  padding: 50px 50px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#login_wrap .login_box .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 55px;
}
#login_wrap .login_box .logo .logo_tt {
  font-size: 28px;
  font-weight: 600;
  color: #546068;
  letter-spacing: -0.03em;
  margin-top: 10px;
}
#login_wrap .login_box .login_form {
  margin-bottom: 20px;
}
#login_wrap .login_box .login_form li {
  margin-top: 10px;
}
#login_wrap .login_box .login_form li:first-child {
  margin-top: 0;
}
#login_wrap .login_box .login_form li .login_ip {
  background: #f6f6f6;
  height: 40px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 0 35px;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #333;
}
#login_wrap .login_box .btn_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #ff6252;
}
#login_wrap .login_box .btn_login span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #fff;
}
#login_wrap .login_box .btn_other_area {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#login_wrap .login_box .btn_other_area .btn_other {
  /*width: calc(50% - 5px);*/
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: #c9cbce;
}
#login_wrap .login_box .btn_other_area .btn_other span {
  font-size: 16px;
  color: #000;
}

.pop .find_id_area {
  height: 150px;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pop .find_id_area p {
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #000;
}
.pop .find_id_area p .user_id {
  font-size: 18px;
  font-weight: 600;
  color: #f45000;
}