body {
	font-family: "SpoqaHanSansNeo", sans-serif;
	background-color: #f2f2f2;
	padding: 0;
	margin: 0;
	background-size: contain;
	background-position: center 250px;
	background-repeat: no-repeat;
}
button, input {
	outline: 0;
}
input {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
button:active,
a:active {
	-webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
#koi-login {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%; 
	text-align: center;
	height: 640px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    align-content: center;
}

#login-box {
	display: block;
	position: relative;
	float: left;
	width: 480px;
	height: 640px;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
}
.login_img {
	width: calc( 30% - 200px );
}
#koi-logo {
	margin: auto;
    margin-top: 13%;
    width: 250px;
    display: block;
    position: inherit;
    text-align: center;
}
#login-box a {
	color: #212e43;
	text-decoration: none;
	font-size: 16px;
}
#login-box p.pw-search {
	margin: 14% 0 0 0;
	bottom: 0;
	display: block;
	position: inherit;
}
#login-box .login_input:placeholder {
	color: #959595;
}
#login-box .login_input {
	width: 80%;
	line-height: 50px; 
	height: 50px; 
	font-size: 20px;
	border-radius: 4px;
	border: 1px solid #959595;
	color: #000;
	text-align: center;
}
#login-box h5 {
	width: 80%;
	text-align: left;
	margin-left: 11%;
	font-size: 14px;
	color: #888;
	font-weight: 400;
	margin-top: 8%;
}
#login-box #login_button,
#login-box #face_login_button{
	cursor: pointer;
	width: 80%;
	border-radius: 4px;
	height: 60px;
	background-color: #b52b28;
	margin-top: 12px;
	border: 0;
	color: #fff;
	font-size: 20px;
}
#login-box #login_button:hover,
#login-box #face_login_button:hover {
	box-shadow: 0px 3px 4px #c08a8a9e;
}
#btn_homepage {
	cursor: pointer;
	width: 80%;
	border-radius: 4px;
	height: 40px;
	border: 0;
	margin-top: 20px;
	background: #f2f2f2;
	color: #b52b28;
	font-size: 16px;
	box-sizing: border-box;
}
#koi-footer {
	text-align: center; 
	display: block; 
	margin-top: 10%;
	width: 100%; 
	font-size: 12px; 
	color: #959595;
}
.toggle {
	margin: 0 auto;
	width: 160px;
	margin-top: 5%;
}
.toggle p {
	float: left;
	line-height: 50px;
	padding-left: 10px;
	font-size: 14px;
	display: block;
	position: inherit;
	color: #212e43;
	margin: 0;
}
.switch *,
.switch *:before,
.switch *:after {
	box-sizing: border-box;
}
.switch {
	float: left;
	width: 40px;
	position: relative;
	height: 40px;
	margin: 0 auto;
	font-size: 0;
	margin-bottom: 1rem;
}
.switch input {
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
	height: 20px;
	width: 40px;
	left: 0;
	margin: 0;
	margin-top: 15px;
}
.switch input:checked {
	z-index: 1;
}
.switch label {
	color: #fff;
	opacity: 0.33;
	transition: opacity 0.25s ease;
	cursor: pointer;
	font-size: 1.5rem;
	line-height: 3rem;
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0;
	text-align: center;
	visibility: hidden;
	overflow: hidden;
}
.switch .toggle-outside {
	height: 12px;
	margin-top: 15px;
	border-radius: 2rem;
	padding: 0.25rem;
	transition: 0.25s ease all;
  	background: #959595;
	position: absolute;
	width: 40px;
	left: 0;
	top: 5px;
}
.switch .toggle-inside {
	top: -4px;
	border-radius: 5rem;
	background: #4a4a4a;
	position: absolute;
	transition: 0.25s ease all;
	height: 20px;
	width: 20px;
}
.switch label:last-of-type {
	margin-left: 6rem;
}
.switch input:checked ~ .toggle-outside .toggle-inside {
	left: -1px;
}
.switch input ~ input:checked ~ .toggle-outside .toggle-inside {
	left: 21px;
}
.switch input:checked ~ .toggle-outside .toggle-inside {
	background: rgb(230, 230, 230);
}
.switch input ~ input:checked ~ .toggle-outside .toggle-inside {
    background: #b52b28;
    box-shadow: 0px 0px 5px 3px rgb(179 179 179 / 53%);
}

/*--미디어쿼리--*/
@media only screen and (max-width: 1240px) {
	.login_img {
		width: calc( 45% - 200px );
	}
}
@media only screen and (max-width: 600px) {
	body {
		background: #fff;
		overflow: hidden;
	}
	#koi-logo {
		margin-top: 10%;
	}
	#koi-login {
	}
	#login-box {
		box-shadow: none;
		width: 100%;
	}
	#koi-footer {
		display: none;
	}
	#divPageBlock > img {
		display:inline-block; 
		margin-left:-31px; 
		margin-top:-32px
	}
	.login_img {
		display: none;
	}
}