/* 모바일 대응을 위한 스타일 재정의 */
@media screen and (max-width: 768px) {
  .content {
    padding: 15px;
  }

  .brand {
    text-align: center !important;
  }
  
  .brand h2 {
    font-size: 18px;
  }
  
  .brand img {
    width: 30px;
    height: auto;
  }

  .box_Wrap {
    width: 100% !important;
    margin: 0 !important;
    padding: 15px !important;
  }

  .box_hd {
    font-size: 20px;
    text-align: center;
  }

  #login_box {
    width: 100%;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .form-control {
    height: 45px !important;
    font-size: 16px !important;
  }

  .btn_wrap {
    position: relative;
    width: 100%;
  }

  .btn_wrap input[type="submit"] {
    width: 100%;
    height: 45px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  /* QR 코드 이미지 숨기기 */
  .btn_wrap img {
    display: none;
  }

  /* 회사 바로가기 링크 위치 조정 */
  .btn_wrap a.small {
    display: block;
    float: none !important;
    text-align: center;
    margin: 10px 0 !important;
  }

  .footer {
    margin-top: 20px;
    text-align: center;
  }
}
