/* 모바일 사이즈 */
@media ( max-width :767px) {
	.contentmenu {
		display: none;
	}
	/* contentBody */
	.contentTitle {
		font-size: 30px;
		font-weight: 900;
		float: left;
	}
	.menu-hover {
		background: #fff;
		color: #000000;
		border-bottom: 0px;
	}
	.navMenuTitle {
		font-size: 18px;
	}
	.navMenuIcon {
		display: block;
		float: right;
	}
	.login-logo {
		margin-left: 10px;
	}
	.login-footer>ul {
		margin-left: auto;
		margin-right: auto;
		width: 280px;
	}
	.login-footer>ul>li {
		float: left;
		margin-left: 23px;
		list-style: none;
		border-left: 1px solid #b5b5b5;
		padding-left: 13px;
	}
	.login-footer li:first-child {
		border-left: 0px solid #b5b5b5;
	}
	.login-footer li:nth-child(2) {
		display: none;
	}
	.login-footer li:nth-child(3) {
		display: none;
	}
	.login-footer li:nth-child(4) {
		display: none;
	}
	.login-footer li:nth-child(5) {
		display: none;
	}
	.login-footer li:nth-child(6) {
		display: none;
	}
	.login-footer li:nth-child(7) {
		display: none;
	}
	.joinInputText {
		width: 100%;
		margin-right: 5px;
	}
	.auth-box-border {
		border-bottom: 1px solid #929292;
	}
}

/* 타블렛 사이즈 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.auth-box-border {
		border-bottom: 1px solid #929292;
	}
}

/* 큰 해상도 */
@media ( min-width :768px) {
	/* contentBody */
	.contentTitle {
		font-size: 30px;
		font-weight: 900;
		float: left;
	}
	.contentmenu {
	    float: left;
	    width: auto;
	    background-color: #f3f2f2;
	    height: auto;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    padding-right: 30px;
	    padding-left: 10px;
	    margin-bottom: 10px;
	}
	.auth-email-btn {
		margin-top: 20px;
	}
}

.joinBtn {
	margin-top: 5px;
}

/* 로그인화면 상단 */
.nav-right-menu {
	font-size: 13px;
	font-weight: 400;
	padding-top: 5px;
}

.login-logo {
	width: 80px;
	padding-top: 12px;
	float: left;
}

.login-hr {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 55px;
	float: left;
	border-top: 1px solid #ddd;
}

.login-social-text {
	float: left;
	margin: 10px 10px 0px 10px;
}

.login-link {
	font-size: 13px;
	margin: 10px 10px 0px 10px;
}

.login-text {
	margin-bottom: 10px;
}

/* 회원가입 CSS */
.content-title {
	font-size: 25px;
	font-weight: 700;
	font-family: NanumSquare ExtraBold
}

.step {
	width: 100%;
}

.joinTitle {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #e7eaec;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 2px 0 0;
	color: inherit;
	margin-bottom: 0;
	padding: 15px 15px 1px;
	min-height: 48px;
}

.joinText {
	background-color: #ffffff;
	color: inherit;
	padding: 15px 20px 20px 20px;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid;
	border-width: 20px 10px;
}

.auth-box {
	border: 20px solid #f4f3f3;
}

.auth-box-padding {
	padding: 30px;
}

.auth-box-complete {
	padding: 10%;
	border: 20px solid #f4f3f3;
}

.auth-text {
	font-size: 25px;
}

.fa-auth {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 8em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-auth-email {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 6em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 10px;
    padding-bottom: 18px;
}

.fa-auth-jibs {
	color: #506176;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 8em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 회원가입입력정보 폼 */
.auth-box-input {
	padding: 3% 10% 3% 10%;
	border: 20px solid #f4f3f3;
}

.joinInputAddr {
	width: 37%;
	margin-right: 5px;
}

.joinInputRadio {
	width: 37%;
	margin-right: 5px;
}

.form-group .control-label {
	font-size: 14px;
}
/*  로그인화면 Footer */
.login-footer {
	text-align: center;
	border-top: 1.3px solid #d8d8d8;
	border-bottom: 1.3px solid #d8d8d8;
	height: 50px;
	margin-top: 100px;
	padding-top: 17px;
	font-size: 12px;
	background-color: rgba(210, 210, 210, 0.3);
	color: #737373;
}

.footer-addr ul {
	list-style: none;
}

.mypage-icon {
	color: #929292;
}

.alert-danger {
	margin: 20px 0px 0px 0px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 0px;
}