.sec.comp {
	padding: 20px;
}
.sec.comp .tate_img img {
	display: block;
	margin: 0 auto;
}
.sec.comp .comp_head {
	max-width: 670px;
	margin: 0 auto;
	background-image: url('../img/company-head-top1.svg');
	background-position: center bottom 35%;
	background-repeat: no-repeat;
	text-align: center;
}
.sec.comp .comp_head img {
	display: block;
}
.sec.comp .comp_head .title {
	color: #ac1313;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2.8px;
}
.sec.comp .comp_body {
	max-width: 1800px;
	margin: -30px auto 50px;
	padding: 40px 15px 60px 15px;
	background-color: #FAEFEF;
}
.sec.comp .comp_body .text {
	max-width: 740px;
	margin: 0 auto 60px;
}
.sec.comp .comp_body .sub_title {
	margin: 30px 0 20px;
	padding-top: 10px;
	color: #ac1313;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2.8px;
	text-align: center;
}
.sec.comp .comp_body .sub_title:nth-last-of-type(1) {
	background-image: url('../img/company-head-top2.svg');
	background-position: center top;
	background-repeat: no-repeat;
}
.sec.comp .comp_body .sub_title:nth-last-of-type(2) {
	background-image: url('../img/company-head-top3.svg');
	background-position: center top;
	background-repeat: no-repeat;
}
.sec.comp .comp_body .table_wrap {
	max-width: 930px;
	margin: 0 auto 100px;
	padding: 40px 30px 40px 30px;
	border-radius: 20px;
	background-color: #fff;
}
.sec.comp .comp_body .maps_title {
	max-width: 930px;
	margin: 0 auto;
	color: #ac1313;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
}
.sec.comp .comp_body .maps {
	max-width: 930px;
	margin: 0 auto 100px;
	border-radius: 20px;
	overflow: hidden;
}
.sec.comp .comp_body .maps iframe{
	width: 100%;
	height: 400px;
}
@media screen and (min-width: 768px) {
	.sec.comp .comp_head {
		background-position: center bottom 70%;
	}
	.sec.comp .comp_head img {
		margin-bottom: -30px;
	}
	.sec.comp .comp_head .title {
		font-size: 48px;
		letter-spacing: 4.8px;
	}
	.sec.comp .comp_body {
		margin-top: -45px;
		padding-top: 60px;
	}
	.sec.comp .comp_body .maps_title {
		font-size: 24px;
	}
}
.company-tbl {
	margin: 0 auto;
}
.company-tbl td {
	line-height: 2em;
	font-size: 16px;
	padding: 0.5em 1.5em;
}
.bold-txt {
	font-weight: bold;
}
.company-tbl td {
	background: #fff;
	border: none;
	border-bottom: solid 1px #BCBCBC;
}
.company-tbl .tbl-head {
	font-weight: bold;
	color: #AC1313;
	width: 25%;
}
.company-tbl ul {
	padding-left: 1.5em;
	line-height: 2em;
	list-style-type: disc;
}
@media (max-width: 1024px) {
	.company-tbl td {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.company-tbl td {
		display:block;
		padding: 0.5em 1em;
	}
	.company-tbl .tbl-head {
		width: 100%;
		border: none;
	}
}
.company-tbl td {
	line-height: 2em;
	font-size: 16px;
	padding: 0.5em 1.5em;
}
.bold-txt {
	font-weight: bold;
}
.company-tbl td {
	background: #fff;
	border: none;
	border-bottom: solid 1px #BCBCBC;
}
.company-tbl .tbl-head {
	font-weight: bold;
	color: #ac1313;
	width: 25%;
}
.company-tbl ul {
	padding-left: 1.5em;
	line-height: 2em;
}

@media (max-width: 1024px) {
	.company-tbl td {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.company-tbl td {
		display:block;
		padding: 0.5em 1em;
	}

	.company-tbl .tbl-head {
		width: 100%;
		border: none;
	}
}
