﻿
.SignWrap .clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.SignWrap {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #f5f6f9;
}

.SignBoxWrap {
    display: table;
    width: 100%;
    max-width: 444px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.SignBox {
    display: table-cell;
    padding-bottom: 30px;
    vertical-align: middle;
}

.SignPanel {
    background: #fff;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    padding: 60px 50px 46px 50px;
}


.SignTop {
    width: 100%;
    height: 130px;
    margin: 0 auto;
    padding-top: 100px;
    background: url('../Images/logo/company_logo.webp?v=20231005') center 0 no-repeat;
	background-size: 70% 70%;
}

    .SignTop span {
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #2F7BB8;
    }

.SignAreaWrap {
    padding: 44px 0 40px 0;
}

.SignArea {
    height: 60px;
}

.SignAreaKey {
    margin-top: 18px;
}

.SignInput {
    width: 100%;
    position: relative;
}

    .SignInput input {
        width: 100%;
        height: 40px;
        padding-left: 40px;
        border: 0px;
        border-bottom: 1px solid #b1b1b1;
        font-size: 12px;
    }

    .SignInput span {
        position: absolute;
        left: 10px;
        top: 12px;
        width: 16px;
        height: 16px;
    }

.signicon1 {
    background: url('../Images/Account/id.png') center center no-repeat;
}

.signicon2 {
    background: url('../Images/Account/pw.png') center center no-repeat;
}

.signicon3 {
    background: url('../Images/Account/key.png') center center no-repeat;
}

.SignErr {
    padding-top: 2px;
    color: #ff0000;
}

.SignChkbox {
    float: left;
    height: 18px;
    margin-top: 10px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    font-size: 12px;
}

    .SignChkbox input[type="checkbox"] {
        display: none;
    }

        .SignChkbox input[type="checkbox"] + label {
            display: inline-block;
            width: 150px;
            height: 18px;
            padding-left: 28px;
            background: url('../Images/Account/login_chk_.png') 0 2px no-repeat;
            font-size: 12px;
            cursor: pointer;
        }

        .SignChkbox input[type="checkbox"]:checked + label {
            background: url('../Images/Account/login_chk_.png') 0 bottom no-repeat;
        }

.SignSelect {
    float: right;
    height: 18px;
    margin-top: 10px;
}

    .SignSelect select {
        width: 50px;
        border: 0px;
        padding-left: 6px;
        -webkit-appearance: none; /* 네이티브 외형 감추기 */
        -moz-appearance: none;
        appearance: none;
        background: url('../Images/Icon/Board/board_select.png') 95% 48% no-repeat; /* 화살표 모양의 이미지 */
        outline: none;
    }
/* IE 10, 11의 네이티브 화살표 숨기기 */

.NoLineSelect::-ms-expand {
    display: none;
}


.SignBtn button {
    width: 100%;
    height: 46px;
    background: #2F7BB8;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 5px 5px 14px rgba(156, 156, 156, 0.4);
    /*    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    touch-action: manipulation;*/
}

    .SignBtn button:hover {
        /*background: #5f5f61;*/
        background: #3E82B9;
    }

    .SignBtn button:active {
        /*background: #343436;*/
        background: #096BB9;
    }

.SignLine {
    width: 100%;
    margin-top: 46px;
    padding-top: 20px;
    border-top: 1px solid #c0c0c0;
    text-align: center;
    color: #c0c0c0;
}

@media screen and (max-width:767px) {
    .SignBox {
        padding: 2% 15px 0 15px;
        vertical-align: top;
    }
}
