/* custom css */

#spinner {
	z-index:1000;
	position: fixed;
	top: 30%;
	left: 50%;
}

/* ========================================================================
     버튼 추가
 ========================================================================== */

.btn-gray {
  color: #fff;
  /*background-color: #5d9cec;*/
  background: linear-gradient(to bottom, #848484, #6c6c6c);
  border-color: #7b7b7b; }
  .btn-gray:hover {
    color: #fff;
    /*background-color: #3b87e8;*/
    background: linear-gradient(to bottom, #848484, #6c6c6c);
    border-color: #7b7b7b; }
  .btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #fff;
    background-color: #5d9cec;
    border-color: #7b7b7b; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #2f80e7;
    border-color: #7b7b7b; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.5); }


@media (max-width: 1026px) {
    .google_ads_bottom_responsive_area {
        height:10px;
    }
}
@media (min-width: 1026px) {
    .google_ads_bottom_responsive_area {
        height:140px;
    }
}
