/* 홈 > 회원가입 */

/* section1 */
#section1 h3{
	font-family: 'NotoSansR';
	font-size: 40px;
	letter-spacing: -2.8px;
	line-height: 50px;
	text-align: center;
}
#section1 h3 span{
	font-family: 'NotoSansB';
}

.join{
	max-width: 380px;
	margin: 40px auto 0;
}
.join input[type=checkbox]{
	display: none;
}
.join label{
	position: relative;
	font-size: 16px;
	letter-spacing: -0.8px;
	line-height: 24px;
	color: #888888;
	padding-left: 35px;
	cursor: pointer;
}
.join label:before{
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 100%;
	left: 0;
	border: 1px solid #CCCCCC;
	background: url('../../../../images/pages/membership/login/login_check.svg') no-repeat center;
}
.join input[type=checkbox]:checked + label:before{
	border: 1px solid #0068DB;
	background: #0068DB url('../../../../images/pages/membership/login/login_check_white.svg') no-repeat center;
}

.agree_terms{
	height: 200px;
	padding: 20px 16px;
	margin: 22px 0 30px;
	border: 1px solid #ECECEC;
	background-color: #F9F9F9;
	overflow-y: auto;
}
.agree_terms h4{
	font-family: 'RobotoM','NotoSansM';
	font-size: 16px;
	letter-spacing: -0.8px;
	line-height: 26px;
	margin-bottom: 10px;
}
.agree_terms p{
	font-size: 16px;
	letter-spacing: -0.8px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 10px;
}
.agree_terms::webkit-scrollbar{
	width: 4px;
	height: auto;
}
.agree_terms::webkit-scrollbar-thumb{
	background-color: #8E9198;
}
.agree_terms::webkit-scrollbar-track{
	background-color: #0000000D;
}
.sub_blue{
	margin-right: 0;
}
input.basic{
	height: 60px;
}
.require{
	position: relative;
}
.require:before{
	position: absolute;
	content: '';
	width: 18px;
	height: 14px;
	left: -30px;
	top: calc(50% - 7px);
	background: url('../../../../images/pages/membership/join/require_check.svg') no-repeat;
}
.require:nth-child(2) input{
	width: 274px;
	float: left;
	border-right: 0;
	border-radius: 5px 0 0 5px;
}
.require:nth-child(2) button{
	display: inline-block;
	width: 106px;
	height: 60px;
	line-height: 54px;
	border-radius: 0 5px 5px 0;
	font-family: 'NotoSansR';
	font-size: 18px;
	letter-spacing: -0.9px;
	color: #fff;
	cursor: pointer;

}
@media screen and (max-width:767px){
	#section1 h3{
		font-size: 32px;
		line-height: normal;
		display: none;
	}
	.join{
		max-width: 100%;
		margin: 10px auto 0;
	}
	#join2{
		margin-left: 30px;
	}
	.join div input{
		width: 100%;
	}
	.require:nth-child(2) input{
		width: calc(100% - 106px);
	}
	.require:nth-child(2) button{
		font-size: 17px;
	}
	button.sub_blue{
		width: 100%;
		height: 56px;
		line-height: 51px;
		font-size: 17px;
	}

}