/*sns 로그인 및 개인정보 이용동의 css 입니다.*/

/* SNS 로그인 */
div>h4.line-ht {
	line-height: 30px;
}

.social_icon_sns_wrap {
	max-width: 950px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0 auto 15px auto;
}

.social_icon_sns_wrap>a {
	display: inline-block;
	margin: 30px 20px;
}

.social_icon_sns_wrap>a>img {
	display: block;
	margin: 0 auto;
}

.social_icon_sns_wrap>a>strong {
	font-size: 16px;
	font-weight: 300;
}


/* 개인정보 이용동의 */
.agree_box {
	margin-top: 100px;
}
.agree_subtitle {
	color: #666;
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.agree_number_area {
	margin-top: 20px;
	margin-bottom: 20px;
}

.agree_number_title_head {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
}

.agree_number_title {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}

.board_agree_check {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #444;
	height: 30px;
	line-height: 30px;
	padding-top: 16px;
	padding: 16px;
	margin-bottom: 20px;
}

.board_agree {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
	letter-spacing: -0.03em;
}

.board_agree th {
	background: #f4f4f4;
	color: #474751;
	font-weight: 400;
	border-top: solid 1px #b9b9b9;
	border-bottom: solid 1px #e7e7e7;
	height: 50px;
	text-align: center;
}

.board_agree td {
	color: #666;
	border-bottom: solid 1px #ddd;
	height: 50px;
	padding-left: 20px;
	font-weight: 300;
}

.board_agree td.head {
	color: #666;
	font-weight: 300;
	line-height: 30px;
	padding: 30px;
	background-color: #f6f6f6;
}
.board_agree .agree_title_th {
	font-weight: 500;
	text-align: center;
}
.board_agree .agree_title_td {
	padding-left:40px; 
	text-align:left; 
	width:200px; 
	color:#595959;
	font-weight: 500;
}
.agree_line {
	width:1px;
	height:12px; 
	margin-top:4px; 
	background-color:#cdcdcd;
}
.board_agree_check {
	font-size: 16px;
}
/* 미디어쿼리 */
@media (max-width:768px) {
	.agree_box {margin-top: 50px;}
}