body {
  background-color: #fbfbfc;
}

.join-wrapper {
  width: 350px;
  border: 0;
  margin: 70px auto auto auto;
  display: flex;
  flex-direction: row;
}

.join-inner {
  width: 350px;
  background-color: white;
}

.join-inner__contents {
  width: 350px;
  border: 1px solid #dbdbdb;
}

.input--container__error {
  border: 1px solid #d92400; }

.input--error-tip {
  color: #d92400;
  text-align: start; }

.join-inner__logo {
  width: 200px;
  height: 80px;
  margin: 25px 30px auto;
}
.join-inner__logo__img {
  width: 300px;
  height: 50px;
  background-image: url("../../images/login_logo.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.joinInput {
  width: 270px;
  height: 38px;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  font-size: 0.75rem;
  background-color: #fbfbfc;
  color: #262727;
  letter-spacing: 1px;
  margin: 3px 40px;
  padding: 0 8px;
}
.joinInput::placeholder {
  color: #a9a8a8;
  letter-spacing: 0;
}
.joinInput:focus {
  outline: 0 solid #dbdbdb;
  border-radius: 2px;
  border: 1px solid #a9a8a8;
}

.join-user-btn {
  width: 270px;
  height: 50px;
  border-radius: 4px;
  border: 0;
  font-size: 1rem;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #3296ff;
  line-height: 30px;
  background-color: #3296ff;
  color: #ffffff;
  letter-spacing: 8px;
  font-weight: bold;
  margin: 10px 40px;
  opacity: 0.5;
}
.join-user-btn:hover {
  cursor: pointer;
  opacity: 0.9;
}

.join-btn {
  width: 270px;
  height: 30px;
  border-radius: 4px;
  border: 0;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #3296ff;
  line-height: 30px;
  background-color: #3296ff;
  color: #ffffff;
  letter-spacing: 4px;
  font-weight: bold;
  margin: 5px 40px;
  opacity: 0.5;
}
.join-btn:hover {
  cursor: pointer;
  opacity: 0.9;
}

.join-text__head {
    color: #8e8e8e;
    line-height: 24px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    width: 270px;
    margin: auto;
}

.join-text__tos {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
}

.join-text__tos div {
  color: #8e8e8e;
  line-height: 24px;
  font-size: 0.75rem;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: white;
  width: 270px;
  margin: auto;
}

.join-text__tos div span {
  text-decoration: underline;
  text-decoration-color: white;
  color: #8e8e8e;
  font-weight: 600;
  cursor: pointer;
}

.join-inner__div {
  width: 350px;
  height: 15px;
  background-color: #fbfbfc;
}

.join-inner__ask {
  width: 350px;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 0.9rem;
}

.join-text__qu {
  color: #262727;
  width: 130px;
  height: 100%;
  line-height: 58px;
}
.join-text__login {
  right: 0;
  color: #3296ff;
  text-decoration: underline;
  text-decoration-color: white;
  width: 50px;
  height: 100%;
  line-height: 58px;
}
.join-text__login:hover {
  cursor: pointer;
}

.join-fnd {
  background-color: #fbfbfc;
  width: 370px;
  height: 24px;
  padding-top: 20px;
  margin: auto auto 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.join-fnd__btn {
  color: #8e8e8e;
  font-size: 0.8rem;
  text-decoration: underline;
  text-decoration-color: #fbfbfc;
  text-align: center;
}

.join-fnd__btn:hover {
  cursor: pointer;
}

.join-fnd02 {
  background-color: #fbfbfc;
  width: 300px;
  height: 74px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.join-fnd02__div {
  background-color: #fbfbfc;
  color: #8e8e8e;
  width: 65px;
  height: 24px;
}
.join-fnd02__div__sb {
  background-color: #fbfbfc;
  color: #8e8e8e;
  width: 65px;
  height: 24px;
  border: 0;
  font-size: 0.8rem;
}
.join-ip {
  background-color: #fbfbfc;
  color: #8e8e8e;
  font-size: 0.8rem;
  line-height: 24px;
  width: 180px;
  height: 24px;
}
.join-auth__btn {
  width: 150px;
  margin-left: 5px;
  margin-top: 3px;
  height: 38px;
  line-height: 35px;
}
.join-auth__no {
  padding: 10px 5px 10px 5px;
  text-align: center;
  margin: 0px 40px;
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
  border-radius: 5px;
  font-size: 0.75rem;
}
.join-auth__ok {
  line-height: 16px;
  padding: 10px 5px 10px 5px;
  text-align: center;
  margin: 0px 40px;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: 5px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .join-wrapper {
    width: 350px;
    border: 0;
    margin: 50px auto auto auto;
    display: flex;
    flex-direction: row;
  }

  .join-inner {
    margin: 0;
  }
}

/* 약관 CSS */
.black_overlay{
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 170%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.5;
  opacity:.50;
  filter: alpha(opacity=50);
}
.root_content {
  position: absolute;
  top: 20%;
  width: 300px;
  height: 70%;
  z-index:1002;
}
.terms_content {
  padding: 5px;
  background-color: white;
  overflow: auto;
  height: 100%;
}