#main {
	text-align: center;
	padding: 160px 0 5% 0;
}

#main .title .title1 {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	color: #041c3d;
	margin-top: 10px;
	/*text-align: left;
	margin-left: 29.5%;*/
}

#main .title .title2 {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 27px;
	line-height: 32px;
	letter-spacing: -1px;
	color: #041c3d;
	margin-top: 10px;
}

#frmLogin {
	width: 56%;
	margin: 40px 0 0 22%;
	color: #939393;
	padding: 3% 7% 3% 7%;
}

.form-control::-webkit-input-placeholder {
	color: #d7dde3;
}

#email, #password, #idx {
	width: 100%;
	height: 45px;
	-webkit-box-shadow: none;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #d7dde3;
	padding-left: 15px;
	color: #041c3d;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -1px;
}

#email, #password, #idx:focus, select.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#password, #warn_password, #check_password, #idx, #warn_idx {
	display: none;
}

#check_password {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #c4cbd6;
	margin-top: 10px;
	float: right;
}

#frmLogin .warn {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #f06559;
	margin-top: 10px;
	float: left;
}

#googleSigninButton {
	cursor: pointer;
}

#naverIdLogin {
	margin-bottom: 10px;
}

#googleSigninButton {
	width: 229px;
	height: 41px;
}

#naverIdLogin img {
	width: 229px;
	height: 41px;
	padding-right: 5px;
}

#frmLogin .menu {
	margin-top: 10px;
}

#frmLogin .remember {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}

#remember {
	vertical-align: middle;
	min-width: 14px;
	min-height: 14px;
	margin-top: -3px;
}

#frmLogin .forgot {
	text-align: right;
	font-size: 14px;
	font-weight: 400;
}

#frmLogin .forgot a {
	color: #939393;
}

#frmLogin .forgot a:hover, #frmLogin .forgot a:active {
	color: #939393;
	text-decoration: none;
}

#btnLogin, #btnLoginOauth {
	width: 100%;
	height: 50px;
	background: #d7dde3;
	border-radius: 4px;
	cursor: pointer;
	margin: 20px 0 30px 0;
	border: 0;
	color: #ffffff;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	outline: none;
}

#btnLoginOauth {
	display: none;
}

.round {
	position: relative;
}

.round label {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #d7dde3;
	border: 1px solid #d7dde3;
	border-radius: 50%;
}

.round label:after {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 6px;
	transform: rotate(-45deg);
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
}

.round input[type="checkbox"] {
	visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
	background-color: #767995;
	border-color: #767995;
}

.round span {
	margin-left: 5px;
}

#frmLogin .signup {
	margin-top: 10px;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	color: #041c3d;
}

#frmLogin .signup .text1 {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -1px;
}

#frmLogin .signup a {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -1px;
	text-decoration: underline;
	margin-left: 40px;
	color: #041c3d;
}

#frmLogin .signup a:hover, a:active {
	color: #041c3d;
}

@media (max-width: 1079px) {
	#googleSigninButton {
		width: 150px;
	}

	#naverIdLogin img {
		width: 150px;
	}
}

@media (max-width: 575px) {
	#frmLogin {
		width: 90%;
		margin-left: 5%;
	}

	#frmLogin .remember {
		text-align: center;
		margin-top: 5px;
	}

	#frmLogin .forgot {
		text-align: center;
		margin-top: 5px;
	}

	#frmLogin .signup {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	#frmLogin {
		width: 90%;
		margin-left: 5%;
	}

	#main .title .title1 {
		font-size: 30px;
	}

	#main .title .title2 {
		font-size: 16px;
	}

	#googleSigninButton {
		width: 228px;
		height: 41px;
	}

	#naverIdLogin img {
		width: 233px;
		height: 41px;
		margin-top: 10px;
	}

	#frmSignup {
		width: 80%;
		margin: 40px 0 0 10%;
		color: #939393;
		padding: 3% 7% 3% 7%;
	}

	#frmLogin .remember {
		font-size: 10px;
	}

	#frmLogin .forgot {
		font-size: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	#main .title .title1 {
		font-size: 30px;
	}

	#main .title .title2 {
		font-size: 20px;
	}

	#googleSigninButton {
		width: 150px;
		height: 26px;
	}

	#naverIdLogin img {
		width: 150px;
		height: 26px;
	}
}
