section.company {
	padding: 120px 20px;
	box-sizing: border-box;
}
section.company h1 {
	font-size: 40px;
	font-family: 'Pretendard';
}
section.company h1 span {
	color: #e0008c;
}
section.company .company-wrap p.description {
	font-size: 16px;
	line-height: 30px;
	color: #ABABAB;
	white-space: pre-line;
	position: relative;
}
section.company .company-wrap p.description span {
	position: relative;
	z-index: 1;
}
section.company .company-wrap p.description .description-bold {
	font-weight: 700;
	color: #EBEBEB;
}
section.company .company-wrap p.description img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 65%;
}
section.company .company-wrap h3 {
	margin: 30px 0 36px;
	font-size: 40px;
}
section.company .company-wrap .contact-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 18px;
}
section.company .company-wrap .contact-card {
	background: #151515;
	border-radius: 10px;
	padding: 30px 24px;
	color: #d9d9d9;
}
section.company .company-wrap .contact-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}
section.company .company-wrap .contact-label {
	font-size: 16px;
	color: #8f8f8f;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
section.company .company-wrap .contact-title img {
	width: 18px;
	height: 18px;
	display: inline-block;
}
section.company .company-wrap .contact-value {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	color: #e6e6e6;
}
section.company .company-wrap .team-section {
	margin-top: 40px;
	margin-bottom: 160px;
}
section.company .company-wrap .team-title {
	margin: 0 0 36px;
	font-size: 40px;
}
section.company .company-wrap .team-list {
	display: flex;
	gap: 18px;
	justify-content: space-between;
}
section.company .company-wrap .team-card {
	width: 154px;
	text-align: center;
	color: #d9d9d9;
}
section.company .company-wrap .team-card .avatar {
	width: 154px;
	height: 154px;
	margin: 0 auto;
	border-radius: 999px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: #111;
}
section.company .company-wrap .team-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
section.company .company-wrap .team-card .team-name {
	margin-top: 8px;
	font-size: 18px;
	letter-spacing: 0.08em;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	justify-content: center;
}
section.company .company-wrap .team-card .team-name.with-icon {
	width: 100%;
}
section.company .company-wrap .team-card .team-name-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
}
#map {
  width:100%;
  height:560px;
}
section.company .company-wrap .map-sample,
section.company .company-wrap .map-sample img {
	width: 100%;
}
section.company .company-wrap .contact-info {
	display: grid;
	grid-template-columns: 30px 1fr;
	color: #a5a5a5;
	font-size: 16px;
	row-gap: 15px;
	margin-top: 20px;
}
section.company .company-wrap .contact-info span {
	color: #fff;
	font-weight: 600;
  width: fit-content;
  height: fit-content;
  line-height: 17px;
  padding-top: 4px;
  border-bottom: 0.5px solid #fff;
}


@media all and (max-width:1080px) {
	section.company .company-wrap p.description {
		font-size: 18px;
		line-height: 26px;
	}
}
@media all and (max-width:768px) {
	section.company h1 {
		font-size: 26px;
	}
	section.company .company-wrap .team-section {
		margin-bottom: 90px;
	}
	section.company .company-wrap .team-card .team-name {
		font-size: 15px;
	}
	section.company .company-wrap p.description {
		font-size: 13px;
		line-height: 22px;
		word-break: keep-all;
	}
	section.company .company-wrap p.description img {
		width: 65%;
	}
	section.company .company-wrap .contact-info {
		font-size: 13px;
	}
	section.company .company-wrap h3 {
		font-size: 18px;
		margin: 30px 0 16px;
	}
	section.company .company-wrap .contact-label{
		font-size: 15px;
	}
	section.company .company-wrap .contact-cards {
		grid-template-columns: 1fr;
	}
	section.company .company-wrap .contact-card {
		padding: 14px 16px;
	}
	section.company .company-wrap .contact-value {
		font-size: 16px;
		line-height: 20px;
	}
	section.company .company-wrap .team-title {
		margin: 0 0 16px;
		font-size: 18px;
	}
	section.company .company-wrap .team-list {
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 6px;
	}
	section.company .company-wrap .team-card {
		flex: 0 0 calc((100% - 36px) / 4);
		scroll-snap-align: start;
	}
	section.company .company-wrap .team-card .avatar {
		width: 76px;
		height: 76px;
		aspect-ratio: auto;
	}
	section.company .company-wrap .team-list::-webkit-scrollbar {
		height: 6px;
	}
	section.company .company-wrap .team-list::-webkit-scrollbar-thumb {
		background: rgba(255, 255, 255, 0.2);
		border-radius: 999px;
	}
  section.company .company-wrap .contact-info span {
    line-height: 12px;
  }
  #map {
    height: 360px;
  }
}
@media all and (max-width:450px) {
	section.company .company-wrap p.description img {
		width: auto;
    /* width: 100%; */
	}
  #map {
    height: 200px;
  }
}
