/* 공통 */
.clearfix:after
{
	content: '';
	display: block;
	clear: both;
}

.br
{
	display: block;
}

.common_title_01
{
	position: relative;
	color: #222;
	font-size: 25px;
	line-height: 20px;
}

.common_title_01:before
{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100px;
	height: 1px;
	background: #222;
}


.contact_con ul
{
	margin: 0 -1.5%;
}

.contact_con ul li
{
	float: left;
	width: 30.33%;
	margin: 90px 1.5% 0 1.5%;
}

.contact_con ul li:nth-child(1),
.contact_con ul li:nth-child(2),
.contact_con ul li:nth-child(3)
{
	margin: 0 1.5% 0 1.5%;
}

.contact_con ul li:nth-child(4),
.contact_con ul li:nth-child(7)
{
	clear: left;
}

.contact_con ul li table
{
	margin: 50px 0 0 0;
	border-top: 2px solid #222;
}

.contact_con ul li table tbody tr th,
.contact_con ul li table tbody tr td
{
	padding: 17px;
	border-bottom: 1px solid #ECECEC;
	word-break: keep-all;
}

.contact_con ul li table tbody tr th
{
	width: 55%;
	color: #222;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	background: #F2F7FF;
}

.contact_con ul li table tbody tr td
{
	width: 45%;
	color: #222;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
}




@media screen and (max-width: 1280px)
{
	.contact_con ul
	{
		margin: 0;
	}

	.contact_con ul li 
	{
		width: 100%;
		margin: 60px 0 0 0;
	}

	.contact_con ul li:nth-child(1)
	{
		margin-top: 20px;
	}

	.contact_con ul li:nth-child(2),
	.contact_con ul li:nth-child(3)
	{
		margin-top: 60px;
		margin-left: 0;
		margin-right: 0;
	}

	.contact_con ul li table tbody tr th
	{
		width: 45%;
	}

	.contact_con ul li table tbody tr td
	{
		width: 55%;
	}
}

@media screen and (max-width: 767px)
{
	.common_title_01
	{
		font-size: 22px;
	}

	.common_title_01:before
	{
		width: 90px;
	}

	.contact_con ul li table tbody tr th,
	.contact_con ul li table tbody tr td
	{
		padding: 15px;
		font-size: 16px;
	}

	.contact_con ul li table
	{
		margin: 35px 0 0 0;
	}
}