﻿ /* Provide sufficient contrast against white background */


@font-face {
    font-family: '기본체';
    src: url("./NotoSan/NotoSansKR-Light.otf") format('opentype');
}

body {
    font-family: '기본체' !important;
    background-color: #f2f2f2 !important;
    overflow-x: auto;
    overflow-y: auto;
}

#screenFilter {
    width: 100vw;
    height: 100vh;
    background-color: white;
    opacity:1;
    display: block;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
}
#healing-spinner {
    display: block;
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 70px;
    margin-top: 40vh;
    color: #8bc34a;
}

.my-spin {
    -webkit-animation: fa-spin 1.2s infinite linear;
    animation: fa-spin 1.2s infinite linear;
}

.close-button {
    position: absolute;
    display: block;
    top: 2vh;
    right: 4vh;
    font-size: 50px;
    color: #cccccc;
}
.close-button:hover {
    font-weight: 900;
    cursor: pointer;
}

#첨부파일view a {
  color:black;
  text-decoration:none !important;
}
#첨부파일view a:hover {
    color: #8bc34a !important;
    text-decoration: none !important;
}
code {
  color: #E01A76;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

