@charset 'UTF-8';
/*기본폰트*/
html, body {
    width: 100%;
    height: 100%;
}

body {
    background-color: #f5f7f8;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, em, img, small, strong, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

body {
    font-family: 'Noto Sans KR', 'notokr-R';
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    word-wrap: break-word;
    word-break: break-all;
    color: #7d8693;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    display: flex;
}

a, a:visited {
    text-decoration: none;
    color: inherit;
}

article, aside, footer, header, nav, section, main {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: inherit;
}

table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

caption {
    display: none;
}

ol, ul {
    list-style: none;
}

img {
    display: block;
    border-style: none;
}

button {
    font-family: 'Noto Sans KR', 'notokr-R';
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
}

input, select {
    font-family: 'Noto Sans KR', 'notokr-R';
    margin: 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

label {
    margin: 0;
}

em {
    font-style: normal;
}
/*로딩*/
.loading-full {
    position: fixed;
    z-index: 1500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
}
.loading-full > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -56px 0 0 -56px;
}

.loading-full .loading-wrap {
    position: absolute;
    z-index: 1006;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
}

.loading-full .loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 468px;
    height: 127px;
    padding-top: 22px;
    transform: translate(-50%, -50%);
    text-align: center;
    border: 1px solid #b0bdcb;
    border-radius: 10px;
    background-color: #fff;
}

.loading-box .txt-progress {
    font-size: 24px;
    line-height: 1;
    color: #198cff;
}

.loading-full .loading-dim {
    position: absolute;
    z-index: 1005;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);;
}

.loading-progress {
    width: 428px;
    height: 26px;
    margin: 0 20px;
    background: url('../img/common/bg_progress_blue.png') no-repeat 0 0;
}

.loading-progress-bar {
    line-height: 24px;
    display: block;
    height: 26px;
    text-align: center;
    color: #fff;
    background: url('../img/common/bg_progress_blue.png') no-repeat 0 -32px;
}

.txt-progress-sm {
    margin: 8px 0 12px;
}

.loading-fixed {
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    /* top: 0;
    left: 0;
	width: 100%;
	height: 100%; */
}
.loading-fixed img {
    display: inline-block;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
}

.loading-fixed .text {
    display: none;
    margin-top: 15px;
}

.autoHeight .modal-body.scroll-bar-y-hide {
    overflow-y: hidden !important
}

/* 23.01.03 sojlee */
.form-control input[type='checkbox'], .form-control input[type='radio'] {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    opacity: 0;
}
.form-control input[type='radio'] + span::before {
    background-image: url('../img/common/ico_radio.png');
}

.form-control input[type='radio']:checked + span::before {
    background-position: left bottom;
}

.form-control input[type='radio']:disabled + span {
    color: #ccc;
}

.form-control input[type='radio']:disabled + span::before {
    background: #fff url('../img/common/radio-disabled.png') no-repeat;
}

.form-control input[type='radio']:disabled:checked + span::before {
    background: #fff url('../img/common/radio-disabled2.png') no-repeat;
}

.form-control.check-one input + label::before, .form-control.check-one input:not([type='text'], [type='radio']) {
    left: 20%;
}

.form-control input + span::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    content: '';
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.form-control input[type='checkbox'] + span::before {
    background: url('../img/common/cs-sprite.png') -21px -18px;
}

.form-control input[type='checkbox']:checked + span::before {
    background-position: -3px -18px;
}

.form-control label > span {
    line-height: 14px;
    display: inline-block;
    padding-left: 18px;
    vertical-align: top;
    /* position: relative; */
}

.form-control span.pd0 {
    display: block;
    padding-left: 21px;
}



