a, body, html {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    color: #58595b;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "Noto Sans", sans-serif
}

.emergencyKey {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "Tahoma", sans-serif
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1.42857143
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

button, input[type=button], input[type=submit] {
    border: 1px solid transparent;
    background-color: transparent;
    padding: 0;
    outline: none
}

button {
    cursor: pointer;
    border: 0;
}

i {
    font-family: 'Font Awesome 5 Free';
    color: inherit;
}

body, html {
    width: 100%;
    height: 100%;
    min-width: 1440px;
    /* min-width: 1920px;  */
    /* 퍼블리싱용 넓이 */
    min-height: 780px;
}

body {
    font-size: 0;
    padding-top: 66px;
    -webkit-transition: padding .5s cubic-bezier(0.77, 0.03, 0.27, 0.98);
    -ms-transition: padding .5s cubic-bezier(0.77, 0.03, 0.27, 0.98);
    transition: padding .5s cubic-bezier(0.77, 0.03, 0.27, 0.98);
}

body.hidden-sidebar  {
    padding-left: 80px;
}

input, text {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

textarea {
    resize: none;
    font-family: inherit
}

input[type=checkbox], input[type=radio] {
    width: 0;
    vertical-align: middle;
    position: relative;
    border:none;
    background:none;
    /* background-color: #fff; */
    -webkit-appearance: checkbox;
}

input[type=checkbox] + i {
    font-size: 15px;
    height: 14px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox]:checked + i {
    color: #D71921;
}

input[type=checkbox]:disabled + i {
    color: #999;
}

input[type=checkbox]:checked + i::before {
    content: "\e90b";
    font-family: 'key';
}

label.checkbox,
label.radio {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    font-size: 0;
}

label.checkbox i + span {
    font-size: 12px;
    font-weight: 300;
    color: #40404C;
    vertical-align: middle;
    padding-left: 8px;
}

input[type=radio] + span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #D1D3D4;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

input[type=radio]:checked + span::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background-color: #D71921;
    border-radius: 50%;
}

label.radio span.label {
    font-size: 12px;
    color: #6D6E71;
    vertical-align: middle;
}

label.radio + label.radio {
    margin-left: 18px;
}

a {
    text-decoration: none
}

*, :after, :before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

img {
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
}

input[type=text], input[type=text]:focus {
    outline: none;
}

input[type=text]::-ms-clear {
    display: none;
}

input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */

}

input[type=text]::-moz-placeholder { /* Firefox 19+ */

}

input[type=text]:-ms-input-placeholder { /* IE 10+ */

}

input[type=text]:-moz-placeholder { /* Firefox 18- */

}

input[type=text]::placeholder {
    line-height: 34px;
    height: 34px;
}

input[type=text], textarea {
    font-size: 13px;
    font-weight: 300;
    color: #40404C;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none; /* remove default arrow on ie10 and ie11 */
}



/*   common class   */
:disabled,
.disabled{
    cursor: default;
}

.hidden {
    display: none !important;
}

.comma {
    text-align: right;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw700 {
    font-weight: 700;
}

.t-center {
    text-align: center !important;
}

.t-left {
    text-align: left !important;
}

.t-right {
    text-align: right !important;
}

.valign-top {
    vertical-align: top !important;
}

.valign-middle {
    vertical-align: middle !important;
}

.valign-bottom {
    vertical-align: bottom !important;
}


.pl0 {
    padding-left: 0px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl8 {
    padding-left: 8px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.plr10 {
    padding: 0 10px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt8 {
    padding-top: 8px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt12 {
    padding-top: 12px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb8 {
    padding-bottom: 8px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb12 {
    padding-bottom: 12px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.mb14 {
    margin-bottom: 14px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.col-1 {
    width: 4.16667%
}

.col-2 {
    width: 8.33333%
}

.col-3 {
    width: 12.5%
}

.col-4 {
    width: 16.66667%
}

.col-5 {
    width: 20.83333%
}

.col-6 {
    width: 25%
}

.col-7 {
    width: 29.16667%
}

.col-8 {
    width: 33.33333%
}

.col-9 {
    width: 37.5%
}

.col-10 {
    width: 41.66667%
}

.col-11 {
    width: 45.83333%
}

.col-12 {
    width: 50%
}

.col-13 {
    width: 54.16667%
}

.col-14 {
    width: 58.33333%
}

.col-15 {
    width: 62.5%
}

.col-16 {
    width: 66.66667%
}

.col-17 {
    width: 70.83333%
}

.col-18 {
    width: 75%
}

.col-19 {
    width: 79.16667%
}

.col-20 {
    width: 83.33333%
}

.col-21 {
    width: 87.5%
}

.col-22 {
    width: 91.66667%
}

.col-23 {
    width: 95.83333%
}

.col-24 {
    width: 100%
}

.row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 0;
}

.color-red {
    color: #D71921 !important;
}

.col {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.col > * {
    display: inline-block;
    vertical-align: middle;
}

.col-title {
    font-size: 13px;
    color: #58595B;
}

.contents-wrap {
    position: relative;
}

.contents-wrap > * {
    vertical-align: top;
}

.contents-wrap textarea {
    padding: 6px;
    outline: none;
}

.contents-wrap input[type=text] {
    padding: 0 8px;
    outline: none;
}

.contents-wrap input[type=text]:disabled {
    color: #999 !important;
    background-color: #F1F2F2 !important;
    border-color: #E0E0E0 !important;
}

button.btn-type1 {
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #fff;
    background-color: #D71921;
    border: 1px solid #D71921;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2);
    /* margin-top: -1px; */
}

button.btn-type1 i {
    line-height: 28px;
}

button.btn-type1:hover,
button.btn-type2:hover {
    background-color: #A11319;
    border: 1px solid #A11319;
}

button.btn-type1:active,
button.btn-type2:active {
    background-color: #FF6666;
    border: 1px solid #FF6666;
}

button.btn-type1:disabled,
button.btn-type2:disabled {
    color: #B3B3B3;
    background-color: #E6E6E6;
    border: 1px solid #E6E6E6;
}

button.btn-type2 {
    width: 34px;
    height: 34px;
    font-size: 20px;
    color: #fff;
    background-color: #D71921;
    border: 1px solid #D71921;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2);
}

button.btn-type2 i {
    line-height: 32px;
}


.far, .fa, .fas {
    text-rendering: optimizeLegibility;
}

.rightMenuWrap {
    position: relative;
}

.open > .dropdown-ul,
.rightMenu-ul.open {
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible
}

.dropdown-ul, .rightMenu-ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 200;
    min-width: 130px;
    width: auto;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    margin-top: 4px;
    border-radius: 8px;
    webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2);
}

.rightMenu-ul {
    top: 0;
    margin-top: 0;
    transform: none;
    -webkit-transition :2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: opacity .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
}

.dropdown-ul li, .rightMenu-ul li {
    white-space: nowrap;
    position: relative;
}

.dropdown-ul>li.divider, .rightMenu-ul>li.divider {
    border-bottom: 1px dotted #d1d3d4;
    margin: 5px 10px;
}

.dropdown-ul>li button, .rightMenu-ul>li button {
    font-size: 0;
    display: block;
    width: 100%;
    height: 24px;
    color: #6D6E71;
    text-align: left;
    line-height: 24px;
    padding: 0 10px;
    cursor: pointer;
    box-sizing: border-box;
}

.dropdown-ul>li i, .rightMenu-ul>li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #D71921;
    margin-right: 7px;
}

.dropdown-ul>li span, .rightMenu-ul>li span {
    font-size: 12px;
    font-weight: 400;
    color: inherit;
    vertical-align: middle;
}

.dropdown-ul>li span i, .rightMenu-ul>li span i {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0 64px;
}

.dropdown-ul li:not(.divider):hover button, .rightMenu-ul li:not(.divider):hover button {
    background-color: #E6E7E8;
}

.dropdown-ul>li:not(.divider):active button, .rightMenu-ul>li:not(.divider):active button {
    color: #fff;
    background-color: #D71921;
}

.dropdown-ul>li:not(.divider):active button i, .rightMenu-ul>li:not(.divider):active button i {
    color: #fff;
}

.dropdown-ul>li:not(.divider) button:disabled, .rightMenu-ul>li:not(.divider) button:disabled {
    color: #A7A9AC;
    background-color: transparent !important;
}

.dropdown-ul>li:not(.divider) button:disabled i, .rightMenu-ul>li:not(.divider) button:disabled i {
    color: #A7A9AC;
}

.dropdown-ul>li .dropdown-ul-ul, .rightMenu-ul>li .rightMenu-ul-ul  {
    min-width: 140px;
    opacity: 0;
    visibility: hidden;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #a7a9ac;
    border-radius: 4px;
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    position: absolute;
    top: 0;
    right: 102%;
}

.rightMenu-ul.right>li .rightMenu-ul-ul  {
    left: 102%;
}

.dropdown-ul>li:hover .dropdown-ul-ul, .rightMenu-ul>li:hover .rightMenu-ul-ul{
    opacity: 1;
    visibility: visible;
}

.dropdown-ul.check-ul li {
    min-width: 130px;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
}

.dropdown-ul.check-ul li label {
    min-width: 60%;
}

.dropdown-ul.check-ul li i {
    font-size: 12px;
    height: 12px;
    margin-right: 4px;
}


button[data-title] {
    position: relative;
    overflow: visible;
}

:disabled > .data-title {
    display: none;
}

.data-title {
    min-width: 50px;
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
	position:absolute;
	top: 130%;
    background-color: #414042;
    border-radius: 5px;
    z-index: 9999;
}

.data-title::before {
    content: "";
    width: 8px;
    height: 8px;
	position:absolute;
	bottom: calc(100% - 5px);
	left: calc(50% - 4px);
    background-color: #414042;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*   login, error   */
.section-vertical-center {
    content: '';
    height: 100%;
}

.login-section {
    width: 100%;
    height: 100%;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
}

.login-section .container {
    margin: 0 auto;
    height: 100%;
    min-height: 1px;
    display: table;
}

.section-vertical-center .container-wrap {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.login-section .login-col {
    width: 800px;
    height: 520px;
    border: 1px solid #D1D3D4;
    background-color: #ffffff;
}

.login-section .login-col > div {
    height: 100%;
    text-align: center;
    position: relative;
}

.login-section .login-col > div:first-child {
    background-color: #4D4D4D;
}

.login-section .login-col .login-logo {
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 92.5px);
}

.login-section .login-col .login-icon {
    position: absolute;
    top: 330px;
    left: calc(50% - 15px);
}

.login-section .login-col .copyright {
    width: 100%;
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    position: absolute;
    bottom: 12px;
    left:0 ;
}

.login-section .login-col > div:last-child {
    padding: 72px 70px 46px;
}

.login-col .form-title {
    font-size: 12px;
    color: #e35e64;
    vertical-align: middle;
    margin-right: 12px;
}

.login-col .form-group:first-child {
    margin-bottom: 34px;
}

.login-col .form-group:nth-child(2) {
    margin-bottom: 46px;
}

.login-col .form-group label.radio + label.radio {
    margin-left: 34px;
}

.login-col .form-group label.radio input[type=radio] + span {
    width: 12px;
    height: 12px;
    border: 1px solid #DBDFE7;
    position: relative;
}

.login-col .form-group label.radio input[type=radio]:checked + span::before {
    content: "";
    width: 6px;
    height: 6px;
    background: url("../../img/icon_radio_red.png")no-repeat center;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
}

.login-col .form-group label.radio span.radio {
    margin-right: 18px;
}

.login-col .form-group label.radio span.label {
    font-size: 13px;
    font-weight: 300;
    color: #58595B;
    vertical-align: middle;
}

.login-col .form-group .form-wrap:first-of-type {
    margin-top: 10px;
}

.login-col .form-group .form-wrap > * {
    display: inline-block;
    vertical-align: middle;
}

.login-col .form-group .form-label {
    width: 70px;
    font-size: 13px;
    color: #58595B;
}

.login-col .form-group .form-wrap .input-wrap {
    width: calc(100% - 70px);
}

.login-col .form-group .form-wrap.with-button .input-wrap {
    width: calc(100% - 110px);
}

.login-col .form-group input:not([type=radio]) {
    width: 100%;
    height: 35px;
    font-size: 13px;
    padding: 6px 10px 0;
    border: none;
    border-bottom: 1px solid #DEDEDE;
    outline: none;
    transition: border 0.2s;
}

.form-group-focusbar{
    position: relative;
}

.form-group-focusbar:before,
.form-group-focusbar:after{
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #D71921;
    transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
}

.form-group-focusbar:before{
    left: 50%;
}

.form-group-focusbar:after{
    right: 50%;
}

.login-col .form-group input[type='text']:focus ~ .form-group-focusbar:before,
.login-col .form-group input[type='text']:focus ~ .form-group-focusbar:after,
.login-col .form-group input[type='password']:focus ~ .form-group-focusbar:before,
.login-col .form-group input[type='password']:focus ~ .form-group-focusbar:after,
.login-col .form-group input[type='email']:focus ~ .form-group-focusbar:before,
.login-col .form-group input[type='email']:focus ~ .form-group-focusbar:after,
.login-col .form-group input[type='number']:focus ~ .form-group-focusbar:before,
.login-col .form-group input[type='number']:focus ~ .form-group-focusbar:after{
    width:50%;
}

.login-col .login-btn button {
    width: 200px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #D71921;
    margin-top: 34px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2);
}

.login-col .login-btn button:hover {
    background-color: #A11319;
}

.login-col .login-btn button:active {
    background-color: #FF6666;
}

.login-col .copyright {
    font-size: 9px;
    font-weight: 400;
    color: #6d6e71;
    margin-top: 36px;
}
