/**
 * 공통  CSS
 * @author CJS@BRYAN
 * @since  2024. 01. 01.
 * @version 1.0
 * @see
 * Copyright (C)  Aall right reserved.
**/

.flag-icon-gray {
    filter: grayscale(100%);
    font-size: 12px;
}
.btn-language {
    padding: 0.1rem 0.1rem;
}

:root {
   --color-default: #rgba(39, 70, 133, 0.9);
  --color-primary: #rgba(39, 70, 133, 0.9);
  --color-secondary: #rgba(39, 70, 133, 0.9);
  --font-default : "NanumBarunGothic"
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}
[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before {
    border: 3px solid rgba(39, 70, 133, 0.9);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}
.core-dialog .modal-dialog .modal-header {
    height: 60px !important;
    background: linear-gradient(to right, #3c4e6f, #5879b5)!important;
    border-bottom: 0 !important;
    color: #fff;
}
.core-dialog .modal-dialog .modal-body,
.core-dialog .modal-dialog .modal-content {
    background-color: #ffffff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #605959 !important;
}