/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap'); */

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

*{
    font-family: "Noto Sans KR", sans-serif !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*::-webkit-scrollbar{
    width: 10px;
    height: 10px;
}
*::-webkit-scrollbar-track{
    background: #fff;
    border-radius: 10px;
}
*::-webkit-scrollbar-thumb{
    background: #e8e8e8;
    border:3px solid #fff;
    border-radius: 10px;
}
*::-webkit-scrollbar-thumb:hover {
    border-width: 0px;
}
*, html, body{
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


button {
    cursor: pointer;
}

input:focus, select:focus, button:focus, 
textarea:focus { 
    outline: none; 
}
a {
    text-decoration:none;
    color: #333;
}
area:focus{
    outline: none;
}

._inBlock {
    display: inline-block;
    vertical-align: top;
}
._pullLeft {
    float:left;
}
._pullRight {
    float:right;
}
._poRe {
    position: relative;
}
._poAb {
    position: absolute;
}
._pofx,._poFix {
    position: fixed;
}
._clearFix {
    clear: both;
}
._hide {
    display: none !important;
}
._flex {
    display: flex !important;
}
.ntcFt {
    color: #FF4747;
}
._ftB {
    font-weight: bold !important;
}
._ft500 {
    font-weight: 500 !important;
}
._br0 {
    border-right: 0 !important;
}
._bl0 {
    border-left: 0 !important;
}
._bt0 {
    border-top: 0 !important;
}
._bb0 {
    border-bottom: 0 !important;
}
._mt4 {
    margin-top: 4px !important;
}
._mt8 {
    margin-top: 8px !important;
}
._mt16 {
    margin-top: 16px !important;
}
._mt20 {
    margin-top: 20px !important;
}
._mt24 {
    margin-top: 24px !important;
}
._mt30 {
    margin-top: 30px !important;
}
._mt40 {
    margin-top: 40px !important;
}
._mt50 {
    margin-top: 50px !important;
}
._mt60 {
    margin-top: 60px !important;
}
._mt80 {
    margin-top: 80px !important;
}
._mb5 {
    margin-bottom: 5px !important;
}
._mb8 {
    margin-bottom: 8px !important;
}
._mb16 {
    margin-bottom: 16px !important;
}
._mb18 {
    margin-bottom: 18px !important;
}
._mb20 {
    margin-bottom: 20px !important;
}
._mb24 {
    margin-bottom: 24px !important;
}
._mb32 {
    margin-bottom: 32px !important;
}
._mb40 {
    margin-bottom: 40px !important;
}
._mb60 {
    margin-bottom: 60px !important;
}
._mb80 {
    margin-bottom: 80px !important;
}
._mr0 {
    margin-right: 0 !important;
}
._mr8 {
    margin-right: 8px !important;
}
._mr10 {
    margin-right: 10px !important;
}
._mr40 {
    margin-right: 40px !important;
}
._mr16 {
    margin-right: 16px !important;
}
._ml8 {
    margin-left: 8px !important;
}
._pr8 {
    padding-right: 8px;
}
._pr16 {
    padding-right: 16px;
}
._pt80 {
    padding-top: 80px;
}

._ft0 {
    font-size: 0;
}

._ptClr{
    color: #014da2;
}

.conSec{
    position: relative;
    width: 100%;
    font-size: 0;
}
.conDiv{
    margin: 0 auto;
    width: 1100px;
    position: relative;
    font-size: 0;
}
.subTit {
    padding-left: 8px;
    border-left: 4px solid #014da2;
    font-size: 27.5px;
    line-height: 27.5px;
    font-weight: 500;
    letter-spacing: -1.38px;
}
.subTit2 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.9px;
    color: #333;
}
/*form*/
.frmTxt {
    width: 388px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border: 1px solid #E6E8EB;
    border-radius: 4px;
    padding-left: 20px;
    font-size: 14px;
}
.frmTxt::placeholder {
    color: #9EA7AD;
    font-weight: 400;
}
.frmTxt:focus {
    border: 2px solid #0062DF;
}
/*table*/
._BasicTbl {
    width: 1280px;
    border-top: 2px solid #014da2;
    border-collapse: collapse;
}

/*pagenation*/
/*pagenation*/

._usrPagenation { 
    width:100%; 
    /*height:40px;*/ 
    overflow:hidden; 
    text-align:center; 
    position:relative; 
}

._usrPagenation.type2 { 
    overflow:visible; 
}

._usrPagenation ._usrPaging { 
    display:inline-block; 
    zoom:1; 
}

._usrPagenation ._usrPaging > a { 
    display:block; 
    width:26px; 
    height:22px; 
    float:left; 
    font-size:18px; 
    line-height:22px; 
    color:#000; 
}

._usrPagenation ._usrPaging .page_first { 
    background:url('/assets/img/func/nav_first.png') center center no-repeat;
    margin-left:0px; 
}

._usrPagenation ._usrPaging .page_prev { 
    background:url('/assets/img/func/nav_lft.png') center center no-repeat; 
}

._usrPagenation ._usrPaging ._usrPage_next { 
    background:url('/assets/img/func/nav_rgh.png') center center no-repeat; 
    margin-left:0px; 
}

._usrPagenation ._usrPaging ._usrPage_last { 
    background:url('/assets/img/func/nav_last.png') center center no-repeat; 
}

._usrPagenation ._usrPaging ._usrPage { 
    display:block; 
    float:left; 
    padding:0 10px; 
}

._usrPagenation ._usrPaging ._usrPage a { 
    display:block; 
    float:left; 
    width:30px; 
    height:20px; 
    font-size:15px; 
    line-height:20px;  
    text-align:center;
}
._usrPagenation ._usrPaging ._usrPage a._usrActive { 
    color:#014DA2; 
    font-weight:bold; 
    text-decoration:underline; 
}
._usrPagenation ._usrPage ._usrActive span {
    color:#014DA2; 
    font-size:18px; 
    letter-spacing:-0.28px; 
    text-decoration: none;
}
._usrPagenation ._usrPage a span {
    color:#888888; 
    font-size:18px; 
    letter-spacing:-0.28px; 
}

.brdWrp {
    min-height: 450px;
}

/*로딩바*/
._keyListLodingDiv{
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}
._logindBgDiv{
    width:184px;
    height: 184px;
    background-image: url('/assets/img/admin/common/loading_img.png');
    display: inline-block;
    position: absolute;
    top: calc(50% - 92px);
    left: calc(50% - 92px);
}
._logindCnDiv{
    width: 184px;
    height: 184px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 92px);
    left: calc(50% - 92px);
}
._loginGifImg{
    margin-top: 72px;
}

input[type=checkbox], input[type="radio"] {
    display:none;
}

input[type=checkbox] + label {
    display: inline-block;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    padding-left: 23px;
    background: url('/assets/img/auth/check_btn_off.png') no-repeat left 0;
}
input[type=checkbox]:checked + label {
    background: url('/assets/img/auth/check_btn_on.png') no-repeat left 0;
    border: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label{
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type="radio"] + label span {
    display:
        inline-block;
    width: 15px;
    height: 15px;
    margin: -2px 5px 0px 0;
    vertical-align:
        middle;
    background: url('/assets/img/admin/common/radio_off.png') center center no-repeat;
    cursor:
        pointer;
    background-size: 15px;
}

input[type="radio"]:checked + label span {
    background:url('/assets/img/admin/common/radio_on.png') 0 top no-repeat;
    background-size: 15px;
}

input[type="text"]{
    color: #212529;
}
input[type="text"]::-webkit-input-placeholder { 
    color: #9EA7AD;
}
input[type="text"]::-moz-placeholder { 
    color: #9EA7AD;
}
input[type="text"]:-ms-input-placeholder { 
    color: #9EA7AD;
}
input[type="text"]::placeholder { 
    color: #9EA7AD;
}

textarea{
    color: #212529;
}
textarea::-webkit-input-placeholder { 
    color: #9EA7AD;
}
textarea::-moz-placeholder { 
    color: #9EA7AD;
}
textarea:-ms-input-placeholder { 
    color: #9EA7AD;
}
textarea::placeholder { 
    color: #9EA7AD;
}