/* CSS Document login*/
body, #wrap_body, #wrap { height: 100vh;}
button, input, select, textarea {
	border-radius: 0;
	border: none;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	text-decoration: none;
	cursor: pointer;
	-webkit-text-size-adjust: none;
  }

#wrap_body { display: flex; align-items: center;}
#wrap_content { width: 550px; margin: 0 auto;}
#box_login { border: 1px solid #ddd; border-radius: 5px; padding: 10px 20px; position: relative;}
#frmLogin {position: relative; width: 100%; height: auto;}
#box_login h3 { font-size: 18px; font-weight: 700; width: 100%; height: 35px; line-height: 35px; text-align: left; padding-left: 5px;}
div { -webkit-text-size-adjust: none; }
.id_pw_wrap .input_row:first-child {
	border-radius: 6px 6px 0 0;
	box-shadow: none;
}
.id_pw_wrap .input_row:last-child {
	border-radius: 0 0 6px 6px;
}

.input_row .icon_cell {
	display: table-cell;
	width: 30px;
	vertical-align: middle;
}

.input_row {
	position: relative;
	display: block;
	height: 100%;
	border: 1px solid #dadada;
	padding: 16px 18px 15px;
	border-radius: 6px;
	box-sizing: border-box;
	text-align: left;
	box-shadow: 0 2px 6px 0 rgba(68,68,68,.08);
}

.input_row.focus { border: 1px solid var(--main_color); z-index: 5;}

.input_row .input_text {
	display: table-cell;
	padding-right: 30px;
}
.input_text {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: -.5px;
	color: #222;
	box-sizing: border-box;
	z-index: 4;
}

.id_pw_wrap .input_row {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 14px 17px 13px;
	box-sizing: border-box;
}
.input_row + .input_row {
	margin-top: -1px;
}

.chk_wrap {
	position: relative;
	margin-top: 13px;
	padding-right: 90px;
	text-align: left;
}
.save_chk { position: relative; padding-left: 23px;}

.chk_save { position: relative; padding-left: 23px; }
.input_save { position: absolute; top: 2px; left: 3px; width: 15px; height: 15px; }
.save_text { display: inline-block; font-size: 14px; font-weight: 500; line-height: 17px; color: #777;}
.save_text::before { content: ''; position: absolute; top: 0; left: 0;
	background-image: url(/skin/v2.1/image/icon/icon_check_off.png);
	width: 18px;
	height: 18px;
	background-size : cover;
	background-color: #fff;}
.save_chk input:checked + .save_text::before {
	background-image: url(/skin/v2.1/image/icon/icon_check_on.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}

.btn_login_wrap { margin-top: 38px; }

#login_header h1 { margin-top: 0;}

#login_footer { margin: 20px auto; display: flex; align-items: center; justify-content: center;}
#login_footer div { padding: 10px 5px;}
#login_footer a {  font-size: 12px; }
#login_footer div::after { content: " | "; color: #777; padding-left: 10px;}
#login_footer div:last-child::after { content: ""; padding: 0 !important;}

@media (max-width: 800px) {

	#login_header h1 img {max-width: 40%;}
	#wrap_content { width: 100% !important; padding: 0 15px 0 15px; max-width: 550px;}


}