html, body {
    font-family: 'Nanum Gothic', '돋움', Arial, sans-serif;
    font-size: 14px;
    height: 100%;
    font-weight: 100;
    margin: 0px;
    padding: 0px;
    color: #222;
}

a {
    color: #222;
    font-family: 'Nanum Gothic', sans-serif;
}

a:hover,
a:focus {
    color: #999999;
}

a.underline {
    text-decoration: underline;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1, .h1 {
    font-size: 2em;
    line-height: 1.9em;
}

h2, .h2 {
    font-size: 1.8em;
    line-height: 1.7em;
}

.h3, h3 {
    font-size: 1.6em;
    line-height: 1.5em;
}

.h4, h4 {
    font-size: 1.4em;
    line-height: 1.3em;
}

.h5, h5 {
    font-size: 1.2em;
    line-height: 1.1em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #dddddd;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

dl {
    margin-bottom: 15px;
}

label {
    font-weight: 400;
}

button {
    font-family: 'Nanum Gothic', sans-serif;
    box-shadow: none;
    background-image: none;
    text-shadow: none;
    transition: all 0.2s ease;
}

nav {
    clear: both;
    content: " ";
    display: table;
    width: 100%;
}

input[type=file] {
    height: 34px;
    margin: 0;
    cursor: pointer;
}

.form-check .form-check-input,
.form-check .form-check-label {
    cursor: pointer;
}

.form-control {
    position: relative;
    font-size: 1em;
    border-radius: 0;
    box-shadow: none;
    /* ios box-shadow: none */
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.text-xs {
    font-size: .6em;
}

.text-sm {
    font-size: .8em;
}

.text-md {
    font-size: 1em;
}

.text-lg {
    font-size: 1.2em;
}

.text-xl {
    font-size: 1.4em;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #666;
}

.text-light-gray {
    color: #999;
}

.text-white {
    color: #FFF;
}

.text-indigo {
    color: #3949AB;
}

.text-blue {
    color: #0D47A1;
}

.text-light-blue {
    color: #0870b2;
}

.text-red {
    color: #b40000;
}

.text-light-red {
    color: #cf0000;
}

.text-blue-grey {
    color: #37474F;
}

.text-teal-50 {
    color: #E0F2F1;
}

.text-teal-200 {
    color: #80CBC4;
}

.text-orange {
    color: #FFCC80;
}

.text-purple {
    color: #7B1FA2;
}

.text-primary {
    color: #59a01a;
}

.text-link {
    color: #087e4c;
}

.bg-gray {
    background-color: #f2f2f2;
}

.text-lowest {
    color: #358ece;
}

.text-highest {
    color: #e71f19;
}

.text-sm-right {
    text-align: right;
}

.text-inline {
    display: inline-block;
    margin-right: 15px;
}

.text-inline span {
    margin-left: 5px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn:hover.disabled, .btn[disabled]:hover, fieldset[disabled] .btn:hover {
    background-color: #ededed;
}

/* button */
.btn-primary,
.btn-save,
.btn-search {
    color: #ffffff;
    background-color: #2e81c4;
    border-color: #2e81c4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-save:hover,
.btn-save:focus,
.btn-search:hover,
.btn-search:focus {
    color: #ffffff;
    background-color: #1a529f;
    border-color: #1a529f;
}

.btn-del {
    color: #ffffff;
    background-color: #ce6e6e;
    border-color: #ce6e6e;
}

.btn-del:hover,
.btn-del:focus {
    color: #ffffff;
    background-color: #b14343;
    border-color: #b14343;
}

.btn-add {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-add:hover,
.btn-add:focus {
    color: #ffffff;
    background-color: #0f4f87;
    border-color: #0f4f87;
}

.btn-icon {
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 20px;
}

.btn-icon:hover,
.btn-icon:focus {
    background-color: #f2f2f2;
    border-color: #cccccc;
}

.btn-clear {
    color: #000000;
    background-color: transparent;
    border-color: transparent;
}

.btn-clear:hover,
.btn-clear:focus {
    color: #000000;
    background-color: transparent;
    border-color: transparent;
}

.btn-clear-green {
    color: #65b220;
    background-color: #ffffff;
    border-color: #65b220;
}

.btn-clear-green:hover,
.btn-clear-green:focus {
    color: #ffffff;
    background-color: #4a8837;
    border-color: #4a8837;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn:hover.disabled, .btn[disabled]:hover, fieldset[disabled] .btn:hover {
    color: #666666;
    background-color: #ededed;
    border-color: #dddddd;
}

@media screen and (max-width: 769px) {
    .xs-mt5 {
        margin-top: 5px;
    }

    .xs-mt10 {
        margin-top: 10px;
    }

    .xs-mt15 {
        margin-top: 15px;
    }

    .xs-mt20 {
        margin-top: 20px;
    }

    .xs-mt25 {
        margin-top: 25px;
    }

    .xs-mt30 {
        margin-top: 30px;
    }
}

.loading {
    width: 100%;
    height: 300px;
    text-align: center;
}

.loading-icon .fa {
    font-size: 3em;
    margin-top: 100px;
    color: #22bef9;
    animation-name: spin;
    animation-duration: 700ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* 익스플로러  스크롤바와 화면이 안겹치게 하는 설정 */
@-ms-viewport {
    width: auto;
}

/* loading css */
.loading {
    width: 100%;
    height: 300px;
    text-align: center;
}

.loading-icon .fa {
    font-size: 3em;
    margin-top: 100px;
    color: #22bef9;
    animation-name: spin;
    animation-duration: 700ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999999;
}

.loader .spinner-border {
    width: 4rem;
    height: 4rem;
}

.loader .align-items-center {
    height: 100%;
}


.service-info-copyright > a > .img,
.service-info-copyright > span > .img {
    width: inherit;
    height: 30px;
}
