@charset "utf-8";

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.page-item.active .page-link,
.show > .btn-outline-primary.dropdown-toggle,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #36bdb6 !important;
  border-color: #36bdb6 !important;
}

hr.hr::after,
.dropdown-item.active,
.dropdown-item:active,
.bg-primary {
  background-color: #36bdb6 !important;
}

.border-primary {
  border-color: #36bdb6 !important;
}

.text-primary,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #36bdb6 !important;
}

/* ---------------------------------------------------------- */

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  background-color: #2e809e !important;
  border-color: #2e809e !important;
}

.btn-outline-primary {
  color: #2e809e !important;
  border-color: #2e809e !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2e809e !important;
}

.page-link:focus,
.btn-primary:focus,
.btn-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5) !important;
}

/* 모바일 주메뉴 좌우측 그라데이션 */
.gra-left-primary {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, #36bdb6 60%);
}
.gra-right-primary {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #36bdb6 60%);
}
