@charset "utf-8";

html {
    overflow: hidden;
}

body.login {
    overflow: hidden;
}

input:-webkit-autofill::first-line {
    font-weight: bold;
    font-family: 'notokr', sans-serif;
    font-size: 16px !important;
}

.input_item {
    position: relative;
    border: 1px solid #cacaca;
    border-radius: 0;
    padding: 13px 0 12px;
}

.input_item input {
    background-color: transparent;
    border: 0;
    font-size: 16px !important;
}

.input_item input[type=text] + label, .input_item input[type=password] + label {
    position: absolute;
    top: 50%;
    left: 12px;
    padding: 0 0;
    margin-top: -13px;
    font-size: 16px;
    color: #a9a9a9;
    z-index: -1;
    font-family: 'notokr', sans-serif;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.input_item label.filled, .input_item input:focus + label {
    top: 0 !important;
    background: #fff;
    font-size: 12px !important;
    z-index: 1 !important;
}

.input_item input:not(:placeholder-shown) + label {
    top: 0 !important;
    background: #fff;
    font-size: 12px !important;
    z-index: 1 !important;
}

input[type=checkbox], input[type=radio] {
    position: absolute;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    z-index: 0;
}

input[type=checkbox] + label {
    display: inline-block;
    padding: 0 10px 0 25px;
    background-position: 0 -46px;
    background-repeat: no-repeat;
    background-size: 22px auto;
    box-sizing: border-box;
    border: 0;
    letter-spacing: -1px;
    font-size: 14px;
    line-height: 26px;
    color: #777;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox]:checked + label {
    background-position: 0 4px;
    color: #111;
}


.wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1024px;
    min-height: 300px;
    font-size: 0;
    overflow: hidden;
    overflow-x: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* =========================================================================================================
	로그인
========================================================================================================= */

body.login {
    background-size: 100% 100%;
    background-color: #EDEEEB;
    overflow: hidden !important;
}

.login_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 844px;
    height: 355px;
    background-color: #fff;
    margin: -180px 0 0 -422px;
    box-shadow: 5px 5px 32px rgba(0, 0, 0, .02);
    filter: drop-shadow(5px 5px 32px rgba(0, 0, 0, .02));
    z-index: 10;
    will-change: transform;
}

.login_wrap h1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 420px;
    height: 355px;
    padding: 205px 0 0 0;
    background: url(/resources/images/login_bg-246877b9cf640c278c169c72ab9a60b8.png) no-repeat center 0;
    font-family: 'notokr', sans-serif;
}

.login_wrap h1 div {
    letter-spacing: -1px;
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.login_wrap h1 div strong {
    font-weight: bold;
    font-family: 'notokr', sans-serif;
}

.login_wrap .copy {
    padding: 15px 5px 0 0;
    text-align: right;
    font-size: 12px;
    color: #999;
}

.login_box {
    height: 355px;
    padding: 0 0 0 420px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.login_box .conts {
    height: 285px;
    padding: 20px 52px 0;
}

.login_box .input_item {
    clear: both;
    margin-top: 25px;
    border-width: 0 0 1px;
    border-color: #22213d
}

.login_box .input_item input, .login_box label {
    font-family: 'notokr', sans-serif;
}

.login_box .input_item input {
    border: 0 !important;
    padding-left: 10px;
    font-weight: bold;
    line-height: 35px;
    height: 35px;
}

.login_box input[type=checkbox] + label {
    background-image: url('/resources/images/icon_check2-a909c11cbf7fd031f3f2bb27614c34d3.png');
    font-size: 12px;
    color: #333333;
    font-family: 'notokr', sans-serif;
    letter-spacing: 0;
}

.login_box .icon {
    background-repeat: no-repeat;
    background-position: right center;
}

.login_box .f_right, .login_box .f_left {
    margin-top: 32px;
}

.login_box .f_right {
    right: 52px;
}

.login_box a {
    position: relative;
    margin-left: 12px;
    line-height: 26px;
    font-family: 'notokr', sans-serif;
    font-size: 12px;
}

.login_box a:hover {
    text-decoration: underline;
}

.login_box a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #a0a0a0;
}

.login_box .btn_box {
    clear: both;
    font-size: 0;
}

.login_box .btn_box button {
    width: 100%;
    height: 70px;
    border-color: #ffe800 !important;
    background-color: #ffe800 !important;
    background-image: url(/resources/images/login_icon-4db9c24c7ab6a7f7c7e5c161df1f51e7.png) !important;
    background-repeat: no-repeat !important;
    background-position: 170px 20px !important;
    color: #181818;
    line-height: 70px;
    font-size: 20px;
    font-weight: bold;
    text-indent: 40px;
    font-family: 'notokr', sans-serif !important;
    transition: ease 0.3s;
    letter-spacing: -1px;
}

.login_box .btn_box button:hover {
    color: #fff !important;
}

.login_box .btn_box.col2 button {
    width: 50%;
    margin: 0;
    background-image: none !important;
    text-indent: 0;
    font-size: 17px;
}

.login_box .btn_box.col2 button:first-child {
    background-color: #ccc !important;
    border-color: #999 !important;
}

.login_box.pass .conts {
    height: 245px;
    padding-top: 40px;
}

.login_box.pass input {
    height: 45px;
    margin-bottom: 5px;
    line-height: 45px;
}

.login_box.pass .black {
    height: 45px;
    margin-bottom: 5px;
    line-height: 45px;
    vertical-align: middle;
}

.login_box.pass .f_right, .login_box.pass .f_left {
    margin-top: 15px;
}


.f_right {
    float: right !important;
}

.f_left {
    float: left !important;
}


label {
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 0;
}


.login_txt {
    position: absolute;
    right: 50px;
    top: 90px;
}

.login_txt li {
    display: block;
    color: #fff;
    font-size: 24px;
    text-align: right;
    letter-spacing: -0.075em;
    font-weight: normal;
}


input:-webkit-autofill {
    -webkit-text-fill-color: #000;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

