.top_showroom_details th{
    padding: 0 30px 0 20px;
    position: relative;
    width: 18%;
    text-align: justify;
}

.top_showroom_details th::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 26px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.company__contents {
    margin: -40px auto 0;
    max-width: 1000px;
}
th,
td {
    height: 90px;
	vertical-align: middle;
}
@media(max-width: 1050px) {
	.company__contents{
		width: calc(100% - 40px);
	}
}
@media(max-width: 799px) {
	.company__contents{
		margin: 0 auto 60px;
	}
	.top_showroom_details th{
		width: 30%;
	}
	.top_showroom_details td{
		padding: 0 0 20px;
	}
	th,td{
		vertical-align: top;
	}
	.top_showroom_details th::before{
		max-height: .21rem;
		top: .1rem;
	}
	.company__contents .concept__google {
		display: block;
	}
}
@media(max-width: 500px) {
	.top_showroom_details th{
		padding: 0 15px 20px 10px;
		width: 35%;
	}
}