﻿@charset "utf-8";
/* CSS Document */
/*@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
*/

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 12px;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Noto Sans KR',Arial,Verdana,STXihei,Osaka,宋体,SimSun,华文细黑,NanumGothic,Nanum Gothic;
    width: 100%;
    height: 100%;
}
/*자동완성이면 input에 배경색이 있어서 제거*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;    
}

.bodyTbl {
    width: 100%;
    height: 100%;
}

.bodyTblTD {
    width: 100%;
    height: 100%;
    vertical-align: top;
    text-align: left;
}

#loading {
    display: none;
    position: fixed;
    top: 40%;
    left: 45%;
    width: 100px;
    height: 100px;
    z-index: 9000;
}

    #loading img {
        width: 100px;
        height: 100px;
    }



#all_body {
    position: fixed;
    z-index: 10;
    display: block;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.SignWrap .clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.SignWrap {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #f5f6f9;
    background: url('../Image/login_bg.png?v=20231005') center 0 no-repeat;
}

.SignBoxWrap {
    display: table;
    width: 90%;
    max-width: 1045px;
    height: 100%;
    margin: 0 auto;   
}

.SignBox {
    display: table-cell;
    padding-bottom: 30px;
    vertical-align: middle;
}

.SignPanel {
    position:relative;
    border-radius: 58px;
    border: 2px rgba(255, 255, 255, 0.70);
    background: #FFF;
    height: 600px;
    flex-shrink: 0;
}


.SignTop {
    position: relative;
    top: 65px;
    left: 150px;
    width: 156px;
    height: 63px;
    flex-shrink: 0;
    /*background: url('../Images/company/ngitech.png?v=20231005') center 0 no-repeat;*/
    /*background: url('../Images/company/wbsell_logo.png?v=20231005') center 0 no-repeat;*/
    background: url('../Images/company/m2n_logo.png?v=20231005') center 0 no-repeat;
    background-size: contain;
}

    .SignTop span {
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #2F7BB8;
    }

.SignArea {
    margin-left:50px;
    height: 60px;
    
}

.SignAreaKey {
    margin-top: 18px;
}

.SignInput {
    height: 60px;
    align-self: stretch;
    width: 360px;
    border-radius: 18px;
    border: 1px solid #E0E5EA;
}

    .SignInput input {
        width: 358px;
        height: 58px;
        flex-shrink: 0;
        border-radius: 18px;
        padding-left: 50px;
        border:none;
        outline: none;
       
    }
        .SignInput input:focus {
            /* background: #F8FAFF;*/          
          /*  border: 1px solid #0092E3;*/
        }

        .SignInput:focus-within {
            /* background: #F8FAFF;*/
            border: 1px solid #0092E3;
        }
      
        
        .SignInput span {
       
    }


.signicon1 {
    position: absolute;
    left: 65px;
    top: 227px;
    width: 20px;
    height: 20px;
    background:url(../Image/login/loginid.svg) no-repeat center;
}

.signicon2 {
    position: absolute;
    left: 65px;
    top: 301px;
    width: 20px;
    height: 20px;
    background: url(../Image/login/loginpw.svg) no-repeat center;
}

.signicon4 {
    position: absolute;
    left: 65px;
    top: 376px;
    width: 20px;
    height: 20px;
    background: url(../Image/login/language.svg) no-repeat center;
}


.SignErr {
   
    margin-top: 2px;
    padding-left:150px;
    color: #ff0000;
}

.SignChkbox {
    padding-left:310px;
    height: 18px;
    margin-top: 25px;
    -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: 23px;
            padding-top: 8px;
            padding-left: 28px;
            background: url('../Image/logunchk.png') 0 2px no-repeat;
            font-size: 12px;
            cursor: pointer;
            color:  #6A6D72;
            font-family: 'Noto Sans KR';
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%; /* 12px */
            text-transform: capitalize;
        }

        .SignChkbox input[type="checkbox"]:checked + label {
            background: url('../Image/logchk.png') 0 bottom no-repeat;
        }

.SignSelect {
    height: 60px;
    margin-top: 15px;
    width: 360px;
    padding-left: 50px;
}

    .SignSelect select {
        padding-left: 50px;
        border-radius: 18px;
        border: 1px solid #E0E5EA;
        background: rgba(255, 255, 255, 0.20);
        width: 360px;
        height: 60px;
        outline: none;        
        -webkit-appearance: none; /* 네이티브 외형 감추기 */
        -moz-appearance: none;
        appearance: none;
        background: url('../Images/Icon/Board/board_select.png') 95% 48% no-repeat; /* 화살표 모양의 이미지 */
    }
        .SignSelect select:focus-within {
            /* background: #F8FAFF;*/
            border: 1px solid #0092E3;
        }
      
/* IE 10, 11의 네이티브 화살표 숨기기 */

.NoLineSelect::-ms-expand {
    display: none;
}

.SignBtn {
    position: relative;
    top: 40px;
    padding-left: 50px;
}

    .SignBtn button {
        gap: 0px;
        width: 360px;
        height: 70px;
        flex-shrink: 0;
        border-radius: 18px;
        cursor: pointer;
        background: var(--point_c_04, #0F51BA);
        border: 1px solid #0F51BA;
    }
    .SignBtn span {
        color: #FFF;
        text-align: center;
        font-family: 'Noto Sans KR';
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 26px */
        text-transform: capitalize;
    }

    .SignBtn button:hover {
        /*background: #5f5f61;*/
        background: #0D3C93;
    }

    .SignBtn button:active {
        /*background: #343436;*/
        background: #0F51BA;
    }

.SignLine {
    width: 100%;
    margin-top: 46px;
    padding-top: 20px;
    border-top: 1px solid #c0c0c0;
    text-align: center;
    color: #c0c0c0;
}
.SignText {
    position: absolute;
    top: 210px;
    left: 465px;
    color: #000;
    font-family: 'Noto Sans KR';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 36px */
    text-transform: lowercase;
}
    .SignText span {
        color: #0F51BA;
        font-family: 'Noto Sans KR';
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        text-transform: lowercase;
    }
.SignText2 {
    position: absolute;
    top: 264px;
    left: 465px;
    color: #000;
    font-family: 'Noto Sans KR';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 36px */
    text-transform: lowercase;
}

    .SignText2 span {
        color: #0F51BA;
        font-family: 'Noto Sans KR';
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        text-transform: lowercase;
    }
.SignMessage {
    position: absolute;
    top: 317px;
    left: 465px;
    width: 581px;
    color: #6A6D72;
    font-family: 'Noto Sans KR';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}
.SignMessage2 {
    position: absolute;
    top: 347px;
    left: 465px;
    width: 581px;
    color: #6A6D72;
    font-family: 'Noto Sans KR';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}
.ngilogo {
    position: absolute;
    top: 500px;
    left: 465px;
    width: 38px;
    height: 45px;
    flex-shrink: 0;
    background: url('../Image/ngilogo.png?v=20231005');
}
.nginame {
    position: absolute;
    top: 513px;
    left: 511px;
    width: 86px;
    color: var(--black_c_02, #000);
    font-family: 'Noto Sans KR';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 20px */
    text-transform: capitalize;
}
.ngifullname {
    position: absolute;
    top: 535px;
    left: 511px;
    width: 147px;
    color: #9AA1AD;
    font-family: 'Noto Sans KR';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 11px */
    text-transform: capitalize;
}
.Signcopylight {
    position: absolute;
    top: 510px;
    left: 698px;
    width: 314px;
    color: #6A6D72;
    font-family: 'Noto Sans KR';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 13px */
}
.SignSaTel {
    position: absolute;
    top: 530px;
    left: 698px;
    width: 342px;
    color: #6A6D72;
    font-family: 'Noto Sans KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 15px */
    text-transform: uppercase;
}
.SignMaxMin {
    margin-left:1050px;
    margin-bottom:15px;
    width: 90px;
    height: 36px;
    flex-shrink: 0;
    background-color: transparent;
}

@media screen and (max-width:767px) {
    .SignBox {
        /*padding: 2% 15px 0 15px;*/
        vertical-align: top;
    }
}
