@charset "utf-8";

/* Codefram CDT | 허주원 | 2020-04-27 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


/*common*/

html,
body {
    height: 100%;
}

body {
    text-align: left;
    font-size: 14px;
    color: #444;
    line-height: 1;
    font-family: 'Noto Sans KR','Malgun Gothic', 'Arial', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    background-color:#F6F6F6;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
form,
fieldset,
p,
button,
address,
table,
tbody,
tfoot,
thead,
th,
tr,
td,
video,
tt {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
hgroup,
menu,
main,
nav,
section,
summary,
mark,
time {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input,
button,
textarea,
select {
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
}


/*-webkit-appearance: none*/

button,
textarea {
    -webkit-appearance: none
}

img,
fieldset,
iframe {
    border: 0 none
}

li {
    list-style: none
}

img,
input,
select,
button,
textarea {
    vertical-align: middle;
    box-sizing: border-box;
}

img {
    max-width: 100%
}

em,
address,
optgroup {
    font-style: normal
}

label,
button {
    cursor: pointer
}

legend, caption {
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
}

label {
    top: 2px;
    position: relative;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none
}

a {
    box-sizing: border-box;
    color: inherit;
}

a:link {
    text-decoration: none;
}



a:hover,
a:focus,
a:active {
    text-decoration: none;
}

hr {
    display: none
}

legend,
caption {
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px
}

p {
    text-align: left;
    font-weight: 400;
    word-break: keep-all
}

table {
    width: 100%;
    font-weight: 400;
    border-spacing: 0
}


/*skip 네비게이션*/

#skip-navi {
    position: absolute;
    top: 0;
    height: 0px;
    width: 100%;
    z-index: 1000;
}

#skip-navi a {
    display: block;
    height: 1px;
    width: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

#skip-navi a:focus,
#skip-navi a:active {
    display: block;
    top: 0;
    width: 100%;
    height: 45px;
    padding: 10px 0;
    background: #021b87;
}


/*공통 레이아웃*/

#wrap {
    position: relative;
    width: 100%;
    min-height: 99%;
}
#wrap:before {
    content:'';
    display: block;
    padding-top:1px;
    width:100%;
}
#wrap.login {
    background-color: #0d1f3f;
    background-image: url(../../images/common/login_bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    height:100vh;
    display: flex;
}
#wrap.login:before {
    content:'';
    display: block;
    padding-top:1px;
    width:0;
}
.left-area {
    position: absolute;
    left:0;
    width:320px;
    height:100%;
    background-color:#fff;
    padding:24px 34px;      
    transition:.3s; 
    overflow-y: auto; 
}
.left-area.on {
    position: absolute;
    left:-260px;
    width:260px;
    min-height:100%;
    background-color:#fff;
    padding:23px 20px;    
}
.right-area {
    margin-left:320px;
    min-height:100%;
    padding:0px 35px 0;
    transition:.3s;  
    text-align: center;
}
.right-area.on {
    margin-left:0;
    min-height:100%;
    padding:20px;
}
.left-area .logo {
    width:168px;
    margin:0 auto;
}
.btn-layer {
    position: absolute;
    top:20px;
    width:25px;
    height:48px;
    background-color:#29155a;
    background-position:center center;
    background-repeat: no-repeat;
    font-size:0;
    z-index:10;
    transition:.3s; 
}
.btn-layer.open {   
    left:0px; 
    background-image:url('../../images/common/icon_open.png');
}
.btn-layer { 
    left:260px;   
    background-image:url('../../images/common/icon_close.png');
}

/*error*/
.error-wrap {
    width:100%;
    height:100%;
    background:#fff;
    text-align: center;
}
.error-box {
    position: absolute;
    top:40%;
    left:50%;
    transform:translate(-50%, -50%);
    padding-top:140px;
    text-align:center;
    background:url('../../images/common/error_image.png') no-repeat center top;
}
.error-box .btxt {
    font-size:24px;
    color:#ff0000;
    font-weight:bold;
    line-height:1.4em;
    text-align:center;
    margin-bottom:6px;
}
.error-box .stxt {
    font-size:14px;
    color:#555;
    font-weight:normal;
    line-height:1.4em;
    text-align:center;
}

/*spinner*/
.spinner-wrap {
    position: fixed;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    text-align:center;
    display: none;
}
.spinner-wrap.on {
    display: block;
}
.lds-spinner {
    color: official;
    position: absolute;
    top:50%;
    margin-top:-40px;
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}