/* font-face setting.
-------------------------------------------------- */
@font-face {
    font-family: 'NanumSquare';
    src: url('/assets/fonts/NanumSquareR.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareB';
    src: url('/assets/fonts/NanumSquareB.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans';
    src: url('/assets/fonts/noto-sans-kr-v12-latin-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
body {
    margin: 0;
    font-family: "NotoSans",sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #d9e0e7;
}
a {
    text-decoration:none!important;
}
body {
    height: 100%;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.h4, h4 {
    font-size: 1.125rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 8px;
}
small {
    font-size: 80%;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
/* Bootbox CSS Custom-Style.
-------------------------------------------------- */
.bootbox-body {
    font-size: 14px;
}
/* Login CSS Style.
-------------------------------------------------- */
.login.login-with-news-feed {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.login.login-with-news-feed .news-feed {
    position: fixed;
    left: 0;
    right: 500px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.login.login-with-news-feed .news-feed .news-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.login.login-with-news-feed .news-feed .news-caption {
    color: rgba(255,255,255,.85);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 60px 30px;
    font-size: 18px;
    letter-spacing: .25px;
    z-index: 20;
    font-weight: 300;
    background: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);
}
.login.login-with-news-feed .news-feed .news-caption .caption-title {
    font-weight: 300;
    color: #fff;
    font-size: 36px;
}
.login.login-with-news-feed .right-content .login-header .brand {
    padding: 0;
    font-size: 28px;
    color: #1a2229;
}
.login.login-with-news-feed .right-content .login-header .brand small {
    font-size: 14px;
    display: block;
    color: #557087;
}
.login.login-with-news-feed .right-content .login-header .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #dae1e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa, .fas {
    font-weight: 900!important;
}
.login.login-with-news-feed .right-content {
    min-height: 100%;
    background: #fff;
    width: 500px;
    margin-left: auto;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .login.login-with-news-feed .news-feed {
        position: relative;
        right: 0;
        display: none;
    }
}
@media (max-width: 767.98px) {
    .login.login-with-news-feed .right-content {
        width: 100%;
    }
}
.login.login-with-news-feed .right-content .login-header {
    position: relative;
}
.login.login-with-news-feed .right-content .login-header .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #dae1e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.login.login-with-news-feed .right-content .login-header .icon i {
    font-size: 56px!important;
}
.login.login-with-news-feed .right-content .login-header .brand {
    padding: 0;
    font-size: 28px;
    color: #1a2229;
}
.login.login-with-news-feed .right-content .login-header .brand .logo {
    top: -11px;
    width: 150px;
    height: 50px;
    margin-right: 10px;
    background: url(/assets/img/logo/logo_d.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    -ms-interpolation-mode: bicubic;
    transform: perspective(0);
    transform-style: preserve-3d;
    outline: 1px solid transparent;
}
.login.login-with-news-feed .right-content .login-header+.login-content {
    padding-top: 30px;
}
.login.login-with-news-feed .right-content .login-content {
    width: auto;
}
.form-control-lg {
    height: calc(1.8em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.8;
    border-radius: 6px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .875rem + 2px);
    padding: .4375rem .75rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2d353c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5dbe0;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.checkbox.checkbox-css {
    line-height: 16px;
    padding-top: 7px;
}
.form-group {
    margin-bottom: 1rem;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.checkbox.checkbox-css label {
    padding-left: 24px;
    margin: 0;
    position: relative;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    line-height: 14px;
}
.checkbox-css label {
    cursor: pointer;
}
.checkbox.checkbox-css input {
    display: none;
}
.checkbox.checkbox-css label:before {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: #d5dbe0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.checkbox.checkbox-css input:checked+label:before {
    background: #348fe2;
    border-color: #348fe2;
}
.checkbox.checkbox-css input:checked+label:after {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 16px;
    width: 16px;
    text-align: center;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn {
    font-weight: 600;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .4375rem .75rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-success {
    color: #fff;
    background-color: #3d6041;
    border-color: #3d6041;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
.btn-success:hover {
    color: #fff;
    background-color: #007979;
    border-color: #007979;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #007979;
  border-color: #007979;
  box-shadow: 0 0 0 0.2rem rgba(0, 121, 121, 0.5);
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #007979;
  border-color: #007979;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 121, 121, 0.5);
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.8;
    border-radius: 6px;
}
.text-inverse {
    color: #2d353c!important;
}
.m-b-15 {
    margin-bottom: 15px!important;
}
.m-b-30 {
    margin-bottom: 30px!important;
}
.p-b-40 {
    padding-bottom: 40px!important;
}
.m-b-40 {
    margin-bottom: 40px!important;
}
.m-t-20 {
    margin-top: 20px!important;
}
.text-grey-darker {
    color: #899297!important;
}
.text-center {
    text-align: center!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
/* Page loader CSS.
-------------------------------------------------- */
.page-loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 9998;
}
.page-loader-animation {
    margin-top: calc(45vh);
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    height: 40px;
    text-align: center;
}
.page-loader-animation>div {
    background-color: #15DFAA;
    height: 100%;
    width: 6px;
    margin: 1px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.page-loader-animation .rect2 {
    animation-delay: -1.1s;
}
.page-loader-animation .rect3 {
    animation-delay: -1.0s;
}
.page-loader-animation .rect4 {
    animation-delay: -0.9s;
}
.page-loader-animation .rect5 {
    animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
    0%,
    40%,
    100% { transform: scaleY(0.5); }
    20% { transform: scaleY(1.2); }
}
.page-loader-label {
    display: flex;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.page-loader-text {
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
}
.page-block-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #d9e0e7;
    opacity: 1;
    z-index: 2000;
}
/* loading dots */
.page-loader-dot-animation:after {
    content: ' . ';
    animation: dots 1s steps(5, end) infinite;
}
@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }
    40% {
        color: white;
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }
    60% {
        text-shadow: .25em 0 0 white, .5em 0 0 rgba(0,0,0,0);
    }
    80%, 100% {
        text-shadow: .25em 0 0 white, .5em 0 0 white;
    }
}
/* Browser detect */
#current-browser {
    color: #348fe2;
}
/* Login error message style */
.login-error-msg {
    color: #F90000;
}