#content {
  margin-top: 80px;
  position: relative;
}

#content .text {
  height: 150px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}

#content .text img {
  margin: auto;
}

#content .text p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #100063;
}

.content_box {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  width: 600px;
  margin: auto;
  padding-bottom: 100px;
  background-color: #fff;
  box-shadow: 1px 4px 10px rgba(156, 156, 156, 0.1);
}

#content .login_box {
  padding-top: 50px;
  width: 30vw;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

#content .login_box h1 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 50px;
  background-color: #fff;
  color: #1c1c1c;
  font-size: 1.6rem;
  text-align: center;
}

#content .login_box .idpw {
  width: 80%;
  overflow: hidden;
  margin: auto;
  margin-top: 50px;
}

#content .login_box .idpw form:first-child {
  width: 70%;
  float: left;
}

#content .login_box .idpw form:last-child {
  width: 28%;
  float: right;
}

#content .login_box button {
  background-color: #333;
  width: 100%;
  height: 110px;
  margin: auto;
  border: none;
  color: #fff;
  padding: 15px;
  font-size: 22px;
  font-weight: 600;
}

#content .sub_text {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#content .sub_text p {
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #888;
  padding: 0 10%;
}

/* 배너 추가 시 디스플레이 블럭처리 */
#content .b_boxes {
  display: none;
  background-color: #83a0ff;
  width: 100%;
  height: 100px;
  margin-top: 20px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 30px;
}

#content .login_box .idpw input {
  background-color: #333;
  width: 95%;
  height: 50px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 5px;
  border: none;
  background-color: #f4f4f4;
  padding-left: 20px;
}

#content .login_box .idpw input:focus {
  outline: none;
}

@media screen and (max-width: 1600px) {
  #content .login_box .idpw {
    width: 100%;
  }
  #content .sub_text p {
    padding: 0;
  }
}

@media screen and (max-width: 1100px) {
  .content_box {
    width: 60%;
  }

  #content .login_box {
    width: 40vw;
  }
}

@media screen and (max-width: 860px) {
  .content_box {
    width: 80%;
  }

  #content .login_box {
    width: 50vw;
  }
}

@media screen and (max-width: 860px) {
  #content .login_box {
    width: 60vw;
  }
}

@media screen and (max-width: 560px) {
  .content_box {
    width: 90%;
  }

  #content .login_box {
    width: 80vw;
  }
}

@media screen and (max-width: 500px) {
  #content {
    margin-top: 80px;
  }

  #content .login_box {
    padding-top: 20px;
  }

  #content .login_box .idpw form:first-child,
  #content .login_box .idpw form:last-child {
    width: 100%;
  }

  #content .login_box button {
    height: 60px;
    font-size: 1.8rem;
  }

  #content .login_box .idpw {
    margin-bottom: 30px;
  }

  #content .sub_text p {
    margin-top: 10px;
  }

  #content .text {
    height: 120px;
  }

  #content .text p {
    font-size: 1.6rem;
  }

  #content .text img {
    width: 100px;
  }
}

@media screen and (max-width: 340px) {
  #content .login_box .etc li {
    font-size: 12px;
  }

  #content .login_box {
    width: 75vw;
  }
}
