/* common */
@font-face {
	font-family: 'NanumSquareWeb';
	font-weight: 400;
	font-style: normal;
	src: local("NanumSquareR"), local("NanumSquareR"), url("../../../../fonts/mfp/mn/NanumSquareR.ttf") format("truetype"), url("../../../../fonts/mfp/mn/NanumSquareR.woff") format("woff"), url("../../../../fonts/mfp/mn/NanumSquareR.woff2") format("woff2");
}

@font-face {
	font-family: 'NanumSquareWeb';
	font-weight: 600;
	font-style: normal;
	src: local("NanumSquareB"), local("NanumSquareB"), url("../../../../fonts/mfp/mn/NanumSquareB.ttf") format("truetype"), url("../../../../fonts/mfp/mn/NanumSquareB.woff") format("woff"), url("../../../../fonts/mfp/mn/NanumSquareB.woff2") format("woff2");
}

html,
body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #444;
	line-height: 1.5;
	max-height: 100%;
	min-height: 100%;
	height: 100%;
}

body {
	font-size: 1rem;
	font-family: 'NanumSquareWeb', sans-serif;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #666;
}

@-webkit-keyframes autofill1 {
	to {
		color: #fff;
		background: #6592c3 url("../../../../images/mfp/mn/login/id_bg01.png") no-repeat 19.5px center;
		background-size: 20px 13px;
	}
}

@-webkit-keyframes autofill2 {
	to {
		color: #fff;
		background: #6592c3 url("../../../../images/mfp/mn//login/pw_bg01.png") no-repeat 21.5px center;
		background-size: 15px 19px;
	}
}

.login-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 552px;
	overflow-y: auto;
}

.top-logo {
	margin: 0;
	text-align: center;
	position: relative;
	background: url("../../../../images/mfp/mn/login/logo01.png") no-repeat center 23px;
	background-size: 50px 72px;
	height: 58px;
	padding-top: 125px;
	font-size: 36px;
	color: #2f2f2f;
	font-weight: 700;
	letter-spacing: -2px;
}

.login-area {
	position: relative;
	min-height: calc(100% - 256.5px);
	background: url("../../../../images/mfp/mn/login/conbg01.png") no-repeat left top #1f6f81;
	background-size: 100% 31px;
	padding: 72.5px 31px 0 31px;
}

.login-area input:not([type='checkbox']) {
	display: block;
	padding: 0 0 0 50px;
	width: calc(100% - 50px);
	height: 48px;
	color: #fff;
	position: relative;
	outline: none;
	font-size: 14px;
	font-weight: 300;
	border-radius: 48px;
	border: none;
}

.login-area input:not([type='checkbox'])::placeholder {
	color: #eee;
	opacity: 1;
}

.login-area input:not([type='checkbox'])[name='email'] {
	background: #3b7f8f url("../../../../images/mfp/mn/login/id_bg01.png") no-repeat 19.5px center ;
	background-size: 20px 13px;
	margin-bottom: 13px;
	font-family: 'NanumSquareWeb', sans-serif; 
}

.login-area input:not([type='checkbox'])[name='email']:-webkit-autofill {
	-webkit-animation-name: autofill1;
	-webkit-animation-fill-mode: both;
}

.login-area input:not([type='checkbox'])[name='password'] {
	background: #3b7f8f  url("../../../../images/mfp/mn/login/pw_bg01.png") no-repeat 21.5px center;
	background-size: 15px 19px;
	margin-bottom: 10px;
	font-family: 'Noto Sans KR', sans-serif;
}

.login-area input:not([type='checkbox'])[name='password']:-webkit-autofill {
	-webkit-animation-name: autofill2;
	-webkit-animation-fill-mode: both;
}

.login-area button[type='submit'] {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-radius: 48px;
	border: 0;
	color: #1f6f81;
	font-family: 'NanumSquareWeb', sans-serif;
	font-size: 17px;
	font-weight: 700;
	outline: none;
	background-color: #fff;
	background-position: center;
	transition: background 0.5s;
}

.login-area button[type='submit']:hover {
	background: #fff radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}

.login-area button[type='submit']:active {
	background-color: #aaa;
	background-size: 100%;
	transition: background 0s;
}

.checkbox-wrap {
	margin-bottom: 32px;
}

.checkbox-wrap input[type='checkbox'] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.checkbox-wrap input[type='checkbox'] + label {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	border: 1px solid #fff;
	border-radius: 5px;
	background: transparent;
}

.checkbox-wrap input[type='checkbox'] + label span {
	display: block;
	position: absolute;
	left: 24px;
	top: 0;
	width: 200px;
	color: #fff;
	background: transparent;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 13px;
	font-weight: 300;
}

.checkbox-wrap input[type='checkbox']:checked + label {
	background: #fff url("../../../../images/mfp/mn/login/ckbg.png") no-repeat center center;
	background-size: 10px 8px;
}

.login-copyright {
	text-align: center;
	color: #fff;
	opacity: 0.6;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 30px;
	position: absolute;
	bottom: 0;
	display: block;
	width: calc(100% - 62px);
}

.sublogo {
	position: absolute;
	width: 82.5px;
	left: 12px;
	top: 8px;
}

.unsupported {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-family: 'Noto Sans KR', sans-serif;
	background: rgba(0, 0, 0, 0.6);
}

.unsupported .unsupported-popup {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: calc(100% - 10px);
	min-height: calc(100% - 150px);
	margin: 5px auto;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}

.unsupported .information-img {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-bottom: 30px;
}

.unsupported .current-browser-info {
	font-weight: 500;
}

.unsupported .unsupported-popup-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 15px;
	height: 15px;
}

.unsupported button {
	-webkit-appearance: none;
	padding: 4px;
	border-radius: 28px;
	border: 1px solid #bfbfbf;
	background: #fff;
	min-width: 250px;
	font-size: 12px;
	color: #326daf;
	font-weight: 500;
	outline: none;
}

.unsupported button img {
	margin-left: 5px;
	width: 10px;
}

.unsupported .first-slide button {
	margin-top: 30px;
}

.unsupported .second-slide {
	display: none;
}

.unsupported .second-slide button {
	margin-bottom: 15px;
}

.unsupported .support-browser-info {
	padding: 6px;
	margin-top: 15px;
}

.unsupported .support-browser-info .info-title {
	color: #326daf;
	text-align: left;
	font-weight: 500;
	font-size: 12px;
}

.unsupported .support-browser-info table {
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #efefef;
}

.unsupported .support-browser-info table td,
.unsupported .support-browser-info table th {
	padding: 0 2px;
	height: 21px;
}

.unsupported .support-browser-info table th {
	font-size: 12px;
	background: #efefef;
	border-top: 1px solid #d0d0d0;
}

.unsupported .support-browser-info table td {
	font-size: 11px;
	border-top: 1px solid #efefef;
}

.unsupported .support-browser-info .first-table {
	margin-bottom: 15px;
}

.unsupported .support-browser-info .second-table {
	margin-bottom: 10px;
}

.notice {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-family: 'Noto Sans KR', sans-serif;
	background: rgba(0, 0, 0, 0.6);
}

.notice .notice-popup {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: calc(100% - 10px);
	min-height: calc(100% - 350px);
	margin: 5px auto;
	background: #fff;
	border-radius: 10px;
	text-align: left;
	top: 20%;
}

.notice .notice-popup-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 15px;
	height: 15px;
}

.notice .notice-contents {
	padding: 10px;
}

.notice-close {
	width: 100%;
	text-align: right;
	padding-right: 40px;
	color: #1976d2 !important;
}

@media all and (max-width: 330px) {
	.top-logo {
		font-size: 30px;
		height: 49px;
		padding-top: 108px;
		background-size: 43px 63.5px;
	}
	.login-area {
		min-height: calc(100% - 230px);
	}
}

.idsLoginMn {
    display: block;
    min-width: 30%;
    height: 38px;
    /* line-height: 48px; */
    border-radius: 48px;
    border: 0;
    color: #1f6f81;
    font-family: 'NanumSquareWeb', sans-serif;
    font-size: 17px;
    font-weight: 700;
    outline: none;
    background-color: #fff;
    background-position: center;
    transition: background 0.5s;
    margin-left: auto;
    margin-bottom: 8px;
}
