@CHARSET "utf-8";


.login_background {
	background: rgb(224,224,224);
	background: linear-gradient(90deg, rgba(224,224,224,1) 0%, rgba(242,242,242,1) 50%, rgba(224,224,224,1) 100%);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;  
}

.login-form {
	padding: 50px 40px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%) !important;
    -moz-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 10px #ccc;
    transition: all 0.2s ease-in;
}


.login_container {
    position: relative; 
    z-index: 2;
    color: #1a1a1a;
}

.login_titles {
    margin-bottom: 40px;
    text-align: center;
}

.login_titles > span {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 4px;
}


.login_copyright {
	text-align: center;
    color: #1b1b1b;
    font-weight: 300;
    font-size: inherit;
    margin-top: 40px;
}

.int-area {
    position: relative;
    width: 400px;
    margin-top: 20px;
    font-size:18px;
}

.int-area:first-child {
    margin-top: 0;
}

.int-area input {
	width: 100%;
	/* padding: 20px 10px 20px 50px; */
    padding: 0 10px 0 50px;
    height: 40px;
    background-color: transparent;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #999;
    outline: none;
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 16px;
}

.int-area-title {
	margin-bottom: 10px;
    font-size: 18px;
}

.new_rebutton {
	background-color: #EE5F5B;
    color: white;
	text-align: center;
	text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    height: 44px;
    width: 100%;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new_rebutton:hover {
	background-color: #f9282e;
	transition: all .5s ease;
}


.new_rebutton_lable {
	line-height: 44px;
}



.int_areacion01 {
    background: url(../../images/crm/login_id.png) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 5px;

}

.int_areacion02 {
    background: url(../../images/crm/login_password.png) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 5px;

}

.int_areacion03 {
    background: url(../../images/crm/login_key.png) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 5px;

}



.int-area input:focus {
	border-bottom: 1px solid #ee5f5b;
	border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}



.int-area  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-text-fill-color: #1b1b1b !important;
}




@font-face {
    font-family: 'S-CoreDream-2ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-7ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.error_page_contents {
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'S-CoreDream-4Regular';
}

.error_404pg {
    text-align: center;
    line-height: 1;

}

.error_404pg .er-title {
    font-size: 160px;
    padding-bottom: 30px;
    font-weight: 400;
}

.error_404pg .er-text {
    font-size: 24px;
    padding-bottom: 40px;
    font-family: 'S-CoreDream-5Medium';
}

.error_404pg .er-line {
    border-top: 1px solid #191919;
    width: 30%;
    padding-bottom: 50px;
    margin: 0 auto;
}

.error_404pg .er-juso {
    font-size: 16px;
    line-height: 1.4;
    color: #868686;
    padding-bottom: 50px;
}

.error_404pg .er-home a {
    padding: 10px 20px;
    background-color: #e20001;
    color: #f4f4f4;
    transition: all 0.2s ease;
}

.error_404pg .er-home a:hover {
    padding: 10px 20px;
    background-color: #191919;
    color: #f4f4f4;

}


@media only screen and (max-width:760px) {


	.login_background {
		min-width: inherit;
	}
	
    .login_titles>span {
        font-size: 30px;
    }
    
    .int-area {
        width: inherit;
    }

	.login-form {
		margin: 0 5%;
	}


}




@media only screen and (max-width:550px) {



    .error_404pg .er-title {
        font-size: 80px;
        padding-bottom: 20px;
    }

    .error_404pg .er-text {
        font-size: 20px;
        padding-bottom: 40px;
    }

    .error_404pg .er-line {
        border-top: 1px solid #191919;
        width: 20%;
        padding-bottom: 30px;
    }


    .error_404pg .er-juso {
        font-size: 12px;
        padding-bottom: 40px;
    }


    .error_404pg .er-home a {
        font-size: 12px;
        padding: 10px 20px;
    }





}