@charset "utf-8";
/* CSS Document */

.custom-container {
    /*background-color: #22dd99;*/
    width: 1287px;
    height: 949px;
    margin: auto;
}

.custom-logo {
padding: 253px 586px 0px 587px;
}

.custom-logo > img {
    width: 114px;
    height: 130px;
}

.custom-inputText {
    padding: 40px 463px 0px 477px;
}

.custom-inputText-id {
    padding: 0px 0px 11px 0px;
    width: 362px;
    height: 43px;
}

.custom-inputText-pw {
    width: 362px;
    height: 43px;
}

.custom-checkBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 21px;
}

.checkbox {
    flex: initial;
}

.checkbox label {
    font-size: 18px;
    color: #58595b;
}

label.left {
    padding-right: 15px;
}

.checkbox label {
    padding-left: 0px;
}

.login-button {
    border: none;
    width: 364px;
    height: 44px;
    margin: 30px 462px 0px 461px;
    background-color: #00adee;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    color: white;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 44px;
}

.login-button:hover {
    background-color: #0089ce;
}

.login-button:active,
.login-button:focus {
    outline: none;
}

.custom-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00adee;
    margin-top: 23px;
}

.custom-bottom span {
    margin: 0 10px;
}

.custom-bottom a {
    text-decoration: none;
    text-transform: uppercase;
    color: #00adee;
    font-size: 18px;
}

.help-block.block-custom {
    text-align: center;
    /*margin-top: 15px;*/
    margin-top: 30px;
    /*margin-bottom: 40px;*/
}

.help-block.block-custom strong {
    color: #00adee;
    font-weight: normal !important;
    font-size: 18px;
}

.form-horizontal .form-group {
    margin-bottom: 25px;
}

/*泥댄겕諛뺤뒪 而ㅼ뒪��*/
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    color: #58595b;
    font-size: 18px;
}

input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -5px 10px 0 0;
    vertical-align: middle;
    background: url('../img/homepage/pc/button/check_off.png') left top no-repeat;
    cursor: pointer;
    text-align: center;
}

input[type="checkbox"]:checked + label span {
    background: url('../img/homepage/pc/button/check_on.png') left top no-repeat;
}

/*�띿뒪�� 諛뺤뒪 而ㅼ뒪��*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #cdeffb inset !important;
    -webkit-text-fill-color: #000000 !important;
    height: 43px;
}

input:focus {
    border: 1px solid #00adee !important;
    box-shadow: none !important;
    /*height: 43px;*/
}

input.form-control {
    height: 43px;
    font-size: 19.5px;
}