/* font define */
@font-face {
    font-family: 'notokr-bold';
    src: url('/font/notokr-bold.eot');
    src: url('/font/notokr-bold.eot?#iefix') format('embedded-opentype'), url('/font/notokr-bold.woff2') format('woff2'), url('/font/notokr-bold.woff') format('woff'), url('/font/notokr-bold.ttf') format('truetype'), url('/font/notokr-bold.svg#notokr-bold') format('svg');
}

@font-face {
    font-family: 'notokr-light';
    src: url('/font/notokr-light.eot');
    src: url('/font/notokr-light.eot?#iefix') format('embedded-opentype'), url('/font/notokr-light.woff2') format('woff2'), url('/font/notokr-light.woff') format('woff'), url('/font/notokr-light.ttf') format('truetype'), url('/font/notokr-light.svg#notokr-light') format('svg');
}

@font-face {
    font-family: 'notokr-Regular';
    src: url('/font/notokr-regular.eot');
    src: url('/font/notokr-regular.eot?#iefix') format('embedded-opentype'), url('/font/notokr-regular.woff2') format('woff2'), url('/font/notokr-regular.woff') format('woff'), url('/font/notokr-regular.ttf') format('truetype'), url('/font/notokr-regular.svg#notokr-regular') format('svg');
}

@font-face {
    font-family: 'notokr-medium';
    src: url('/font/notokr-medium.eot');
    src: url('/font/notokr-medium.eot?#iefix') format('embedded-opentype'), url('/font/notokr-medium.woff2') format('woff2'), url('/font/notokr-medium.woff') format('woff'), url('/font/notokr-medium.ttf') format('truetype'), url('/font/notokr-medium.svg#notokr-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*###############################################################################*/
/* 바탕 크기, 색상을 남색? 으로 */
html {
    width: 1440px;
    height: 897px;
    background-color: #292c3d;
}

body {
    background-color: #292c3d;
}

/* Left 여백 */
.left_td {
    width: 150px;
    background-color: #292c3d;
}

/* 회사 로고 */
.LOGO_Krafton {
    position: absolute;
    top: 40px;
    width: 74px;
    height: 58px;
    object-fit: contain;
}


/* Password 로고옆 글자*/
.password_text {
    position: absolute;
    top: 26px;
    left: 228px;
    width: 172px;
    height: 53px;
    font-family: 'notokr-bold';
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}


/* Paswword 로고옆 글자*/
.Management-Service {
    position: absolute;
    top: 70px;
    left: 228px;
    width: 227px;
    height: 36px;
    font-family: 'notokr-light';
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}


/* 폼 상자 크기 */
.FormRectangle {
    width: 1440px;
    height: 891px;
    vertical-align: top;
    background-color: #292c3d;
}

/* tab 선택 시 네모 상자 */
.tab_container {
    width: 752px;
    height: 615px;
    border: solid 1px #000000;
    background-color: #353849;
}

.active {
    background-color: #4CAF50;
}

/* 상위 tab 메뉴에 대한 그룹 */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 62px;
    //position: absolute;
    //top: 170px;
    //left: 228px;
    overflow: hidden;
    // background-color: #292c3d;
}


.tabs li {
    float: left;
}

.tabs li a {
    display: block;
    color: white;
    text-align: center;
    padding: 19px 16px;
    text-decoration: none;
    background-color: #292c3d;
    // width: 132px;
    height: 24px;
    font-family: 'notokr-Regular';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #969696;
}

.tabs li a:hover {
    background-color: #292c3d;
    color: #ffffff;
}

/* 상단 메뉴색상*/
.default {
    color: #ffffff;
}

.default_view {
    width: 58px;
    height: 36px;
    font-family: 'notokr-light';
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    left: 40px;
    top: 15px;
    position: relative;
}
/***********************************************/
/* 네모상자 안의 글자중 Help 와 같은부분 */
.Menu_logo {
    width: 56px;
    height: 36px;
    font-family: 'notokr-bold';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    left: 40px;
    position: relative;
}

/* change 글자부분 */
.change {
    width: 58px;
    height: 36px;
    font-family: 'notokr-light';
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    left: 40px;
    top: -22px;
    position: relative;
}


/* 저작권 멘트 */
.Copyright {
    width: 290px;
    height: 21px;
    font-family: 'notokr-medium';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #818181;
    top: 40px;
    left: 240px;
    position: relative;
}

#container {
}



/* 네모상자안의 텍스트 상자 부분*/
#container li {
    left: 40px;
    height: 90px;
    position: relative;
    list-style: none;
    display: unset;
    clear: both;
}

/* 네모상자안의 라벨 */
#container li label {
    // width: 88px;
    height: 27px;
    font-family: 'notokr-light';
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c8cce9;
}

#container li input[type=text], input[type=password] {
    width: 532px;
    height: 45px;
    border: solid 1px #656772;
    background-color: #262731;
    font-family: 'notokr-Regular';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    position: relative;
    top: 10px;
    text-indent: 15px;
}

/* 텍스트 상자 placeholder 텍스트 요즘표준, ie, 구버전용 포함 3개*/
#container li input::placeholder {
    color: #ccc;
}

#container li input::-webkit-input-placeholder {
    color: #ccc;
}

#container li input:-ms-input-placeholder {
    color: #ccc;
}

#container li input[type=submit] {
    position: relative;
    top: 30px;
    //left : 320px;
    color: #fff;
    cursor: pointer;
    font-family: 'notokr-bold';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    color: #ffffff;
    width: 187px;
    height: 50px;
    border-radius: 1px;
    background-color: #398dce;
    border: none;
    margin-right: 5px;
    z-index: 3;
}

#container li input[type=submit]:disabled {
    cursor: not-allowed;
    position: relative;
    top: 30px;
    //left : 320px;
    color: #fff;
    font-family: 'notokr-bold';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    color: #ffffff;
    width: 187px;
    height: 50px;
    border-radius: 1px;
    background-color: #323649;
    border: solid 1px #4c4f60;
    margin-right: 5px;
    z-index: 3;
}

#container .error_msg {
    color: #eb5757;
    font-family: 'notokr-Regular';
    width: 232px;
    font-style: normal;
    line-height: 1.17;
    position: relative;
    letter-spacing: normal;
    top: -10px
}

#container .success_msg {
    color: #4cff5a;
    font-family: 'notokr-Regular';
    width: 232px;
    font-style: normal;
    line-height: 1.17;
    position: relative;
    letter-spacing: normal;
    top: -10px
}

/* recaptcha 상자*/
#recaptcha {
    position: relative;
    top: 10px;
}




/* 상단 메뉴의 밑줄 부분 */
.change_link {
    width: 132px;
    height: 2px;
    position: relative;
    left: 18px;
    top: -27px
}

/* 상단 메뉴색상*/
#default {
    color: #ffffff;
}
/****************Account ID 설명****************/

#accountid_info {
    width: 338px;
    height: 96px;
    background-color: rgba(0, 0, 0, 1);
    font-family: 'notokr-Regular';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f2c94c;
    position: absolute;
    top: 258px;
    left: 583px;
    padding: 12px;
    display: none;
}


#accountid_info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 92px;
    //position: absolute;
    //top: 170px;
    //left: 228px;
    overflow: hidden;
    // background-color: #292c3d;
}

#accountid_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#accountid_info::before {
    content: "\25C0";
    position: absolute;
    top: 57px;
    left: -11px;
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, 1);
    text-shadow: none;
    display: block;
}
/****************Account ID 설명 끝****************/
/****************Account PW 설명****************/

#accountpw_info {
    width: 180px;
    height: 19px;
    background-color: rgba(0, 0, 0, 1);
    font-family: 'notokr-Regular';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f2c94c;
    position: absolute;
    top: 390px;
    left: 650px;
    padding: 12px;
    display: none;
}

li#accountpw_info_cut {
    float: left;
    margin: 0;
    text-align: left;
    display: inline-block;
    font-size: 14px;
}

#accountpw_info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 243px;
    overflow: hidden;
}

#accountpw_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#accountpw_info::before {
    content: "\25C0";
    position: absolute;
    top: 14px;
    left: -10px;
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, 1);
    text-shadow: none;
    display: block;
}
/****************Account PW 설명 끝****************/

.invalid {
    background: url(../img/invalid.gif) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
    list-style-type: none;
    clear: both;
}
.valid {
    background: url(../img/valid.gif) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #5bc352;
    list-style-type: none;
    clear: both;
}



.total_invalid {
    background: url(../img/total_invalid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    font-size: 16px;
    color: #ec3f41;
    list-style-type: none;
    font-size: 16px;
    clear: both;
}

.total_valid {
    background: url(../img/total_valid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    font-size: 16px;
    color: #5bc352;
    list-style-type: none;
    clear: both;
}
