.company {
	height: 960px;
}
/* background image ************************************************************/
.company_location_bg_map {
	position: absolute;
	left: 0px;
	bottom: 0px;
	mix-blend-mode: overlay;
	object-fit: cover;
	z-index:400;
}
.company_location_bg_ellipse_1 {
	background: linear-gradient(180deg, rgba(200, 36, 255, 1) 0%, rgba(255, 167, 91, 1) 100%);
	border-radius: 50%;
	opacity: 0.8;
	width: 102px;
	height: 102px;
	position: absolute;
	left: 374px;
	bottom: -50px;
	transform-origin: 0 0;
	transform: rotate(0deg) scale(1, -1);
	filter: blur(100px);
	z-index:200;
}
.company_location_bg_ellipse_2 {
	background: linear-gradient(180deg, rgba(189, 53, 169, 1) 0%, rgba(19, 92, 152, 1) 100%);
	border-radius: 50%;
	opacity: 0.7;
	width: 278px;
	height: 278px;
	position: absolute;
	left: 14px;
	bottom: 100px;
	filter: blur(120px);
	z-index:200;
}

/* 오시는 길 ************************************************************/
.company_location_info {
	position: relative;
	width: 50%;
	padding:143px 0px 0px calc(25% - 240px);
	display: flex;
	flex-direction: column;
	gap: 100px;
	align-items: flex-start;
	justify-content: flex-start;
}
.company_location_title {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	max-width: 360px;
	position: relative;
}
.company_location_title_text1 {
	background: linear-gradient(to left, #ffffff, #ffffff);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	font-family: "Pretendard-Black", sans-serif;
	font-size: 50px;
	font-weight: 900;
	position: relative;
	align-self: stretch;
}
.company_location_title_text2 {
	background: linear-gradient(90deg, rgba(123, 0, 255, 1) 0%, rgba(255, 102, 150, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	font-family: "Pretendard-Regular", sans-serif;
	font-size: 26px;
	font-weight: 400;
	position: relative;
	align-self: stretch;
}
.company_location_content_div {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
	width:100%;
}
.company_location_content_item {
	display: flex;
	flex-direction: row;
	gap: 14px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.company_location_content_btn {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	position: relative;
	cursor:pointer;
}
.company_location_content_info {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	width:calc(100% - 38px);
	position: relative;
	cursor:pointer;
}
.company_location_content_name {
	color: #ffffff;
	text-align: left;
	font-family: "Pretendard-Black", sans-serif;
	font-size: 18px;
	font-weight: 900;
	position: relative;
	align-self: stretch;
}
.company_location_content_addr {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.company_location_content_addr_ko {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
	color: #ffffff;
	text-align: left;
	font-family: "Pretendard-Bold", sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	font-weight: 700;
	align-self: stretch;
}
.company_location_content_addr_en {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
	color: #9ca1aa;
	text-align: left;
	font-family: "Pretendard-Regular", sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 400;
	align-self: stretch;
}
.company_location_content_number {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
	color: #ffffff;
	text-align: left;
	font-family: "Pretendard-Regular", sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 400;
	align-self: stretch;
}
.company_location_content_separate {
	background: #2e3033;
	align-self: stretch;
	flex-shrink: 0;
	height: 1px;
	position: relative;
	width:100%;
}

/* 지도 표시 ************************************************************/
.company_location_map {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 50%;
	height: 910px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background-color:#333333;
}

/* 반응형 웹 **********************************************************/
@media (min-width:1201px) AND (max-width:1600px) {
	.company,
	.company_location_map { height: 800px; }
	.company_location_info { padding-top:80px; }
}
@media ((min-width:601px) AND (max-width:800px)) OR ((min-width:1201px) AND (max-width:1600px)) {
	.company_location_bg_map { left:-25px; bottom:-30px; width:360px; }
	.company_location_bg_ellipse_1 { bottom:-20px; width: 80px; height: 80px; filter: blur(80px); }
	.company_location_bg_ellipse_2 { bottom:50px; width: 205px; height: 205px; filter: blur(90px); }
}
@media (min-width:601px) AND (max-width:1200px) {
	.company { height: 1300px; }
	.company_location_map {
		top: 50px;
		right: 0px;
		width: 100%;
		height: 500px;
	}
	.company_location_info {
		position: absolute;
		width: 100%;
		top: 550px;
		padding:80px calc(50% - 240px) 0px calc(50% - 240px);
	}
}
@media (max-width:600px) {
	.company { height: 850px; }
	.company_location_bg_map { left:-50px; bottom:-60px; width:275px; }
	.company_location_bg_ellipse_1 { left:100px; bottom:-50px; width: 80px; height: 80px; filter: blur(80px); }
	.company_location_bg_ellipse_2 { left:-20px; bottom:50px; width: 133px; height: 133px; filter: blur(60px); }

	.company_location_title { display:none; }
	.company_location_map {
		top: 50px;
		right: 0px;
		width: 100%;
		height: 280px;
	}
	.company_location_info {
		position: absolute;
		width: 100%;
		top:330px;
		padding:50px 16px 0px 16px;
	}
	.company_location_content_name { font-size:20px; }
}