@charset "utf-8";

/* ========== Common ========== */
.company-wrap {
	position: relative;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0;
}

.company-wrap > section {
	padding: 150px 0;
}

/* ========== sec01 ========== */
.company-wrap .sec01 {
	padding: 120px 0;
}

.company_desc {
	margin-top: 32px;
}

.company_desc p {
	font-size: 24px;
	font-weight: 500;
	color: #555;
	line-height: 1.6;
	word-break: keep-all;
}

.company_facts {
	margin-top: 80px;
	padding: 24px;
}

.facts_list {
	display: flex;
	gap: 32px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.facts_list li {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 12px;
	min-width: 0;
	padding: 50px;
}

.facts_list li + li {
	border-left: 1px solid #e5e7eb;
}

.facts_title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #555;
}

.facts_desc {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: #222;
	word-break: keep-all;
}

/* ========== sec02 : History ========== */
.company-wrap .sec02 {
	background-color: #f8f8f8;
}

.sec02__titleGroup {
	padding-bottom: 42px;
	border-bottom: 1px solid #bdbdbd;
}

.company_history {
	margin-top: 80px;
}

.history_list {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.history_axis {
	position: absolute;
	left: 50%;
	top: 33px;
	bottom: 33px;
	width: 2px;
	background-color: #d8d8d8;
	transform: translateX(-50%);
}

.history_item {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	gap: 100px;
	box-sizing: border-box;
}

.history_item--right {
	width: calc(50% + 10px);
	margin-left: calc(50% - 10px);
}

.history_item--left {
	width: calc(50% + 10px);
	margin-right: auto;
	justify-content: flex-end;
}

.history_dot {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: 13px;
}

.history_dot img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.history_content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

.history_item--left .history_content {
	align-items: flex-end;
	text-align: right;
}

.history_year {
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	color: #e84039;
}

.history_title {
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	color: #222;
}

.history_desc_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.history_item--left .history_desc_list {
	align-items: flex-end;
}

.history_desc_list li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.history_check {
	display: block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.history_check img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.history_desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #555;
}

/* ========== sec03 : Mission ========== */
.company-wrap .sec03 {
	background-color: var(--color-dark);
}

.sec03__titleGroup {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 33px;
}

.sec03__titleGroup .sub__title {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--color-white);
}

.mission_accent {
	display: block;
	width: 72px;
	height: 5px;
	border-radius: 2px;
	background-color: var(--color-primary);
}

.mission_lead {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-white);
}

.mission_desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: var(--color-white);
}

.company_mission {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 50px;
	margin-top: 0;
}

.mission_diagram {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 760px;
	max-width: 100%;
}

.mission_arrow {
	position: absolute;
	top: 50%;
	right: -100px;
	z-index: 0;
	width: 1760px;
	max-width: none;
	height: 60px;
	transform: translateY(-50%);
	pointer-events: none;
}

.mission_arrow img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right center;
}

.mission_circles {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}

.mission_circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	box-sizing: border-box;
}

.mission_circle--tech {
	z-index: 1;
	margin-right: -40px;
	background-color: var(--color-primary);
}

.mission_circle--human {
	z-index: 2;
	background-color: var(--color-white);
	border: 1px solid #dbe3f0;
}

.mission_circle_title {
	font-size: 38px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
}

.mission_circle--tech .mission_circle_title {
	color: var(--color-white);
}

.mission_circle--human .mission_circle_title {
	color: var(--color-primary);
}

.mission_footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	width: 760px;
	max-width: 100%;
	text-align: center;
	color: var(--color-white);
}

.mission_footer_desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.mission_footer_title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

/* ========== sec04 : Team ========== */
.compant-wrap .sec04{
    background-color: #f8f8f8;
}

.sec04__titleGroup {
	display: flex;
	justify-content: space-between;
	gap: 100px;
}

.sec04__titleGroup .team_desc {
	padding: 27px 0;
}

.company_team {
	margin-top: 80px;
}

.team_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.team_label {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #222;
}

.team_controls {
	display: flex;
	align-items: center;
	gap: 15px;
}

.team_nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 100px;
	background-color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	color: #222;
	cursor: pointer;
	box-sizing: border-box;
}

.team_nav.swiper-button-disabled {
	opacity: 0.4;
	cursor: default;
}

.team_nav.swiper-button-lock {
	display: flex;
}

.team_card {
	display: flex;
	align-items: center;
	gap: 40px;
	border: 1px solid #ddd;
	background-color: #fff;
	box-sizing: border-box;
}

.team_card_thumb {
	flex-shrink: 0;
	width: 170px;
	height: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
}

.team_card_thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team_card_info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

.team_card_name {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: #222;
}

.team_card_role {
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	color: #777;
}

/* ========== Responsive ========== */

/* ----- max-width: 1600px ----- */
@media (max-width: 1600px) {
	.mission_circles {
		margin-right: clamp(1rem, 3vw, 3rem);
	}

	.mission_arrow {
		right: calc(-1 * clamp(1rem, 3vw, 3rem));
	}
}

/* ----- max-width: 1024px ----- */
@media (max-width: 1024px) {
	/* Common */
	.company-wrap > section {
		padding: 100px 0;
	}

	/* sec01 */
	.company-wrap .sec01 {
		padding: 80px 0;
	}

	.company_desc {
		margin-top: 24px;
	}

	.company_desc p {
		font-size: 20px;
	}

	.company_facts {
		margin-top: 56px;
		padding: 16px 0;
	}

	.facts_list {
		gap: 0;
	}

	.facts_list li {
		padding: 32px 20px;
	}

	.facts_desc {
		font-size: 20px;
	}

	/* sec02 */
	.history_axis {
		left: 10px;
		transform: none;
	}

	.history_item,
	.history_item--right,
	.history_item--left {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		justify-content: flex-start;
		gap: 24px;
		padding-left: 0;
	}

	.history_item--left {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}

	.history_item--left .history_content {
		flex: 1;
		align-items: flex-start;
		text-align: left;
	}

	.history_item--left .history_desc_list {
		align-items: flex-start;
	}

	.history_item--left .history_desc_list li {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}

	.history_year {
		font-size: 28px;
		line-height: 1.3;
	}

	.history_title {
		font-size: 22px;
		line-height: 1.4;
	}

	.history_desc {
		font-size: 16px;
		line-height: 1.4;
	}

	/* sec03 */
	.sec03__titleGroup .sub__title {
		font-size: 40px;
	}

	.mission_lead {
		font-size: 22px;
	}

	.company_mission {
		align-items: center;
		margin-top: 60px;
	}

	.mission_diagram,
	.mission_footer {
		width: 100%;
	}

	.mission_circle {
		width: 280px;
		height: 280px;
	}

	.mission_circle--tech {
		margin-right: -28px;
	}

	.mission_circle_title {
		font-size: 28px;
		line-height: 1.3;
	}

	.mission_footer {
		gap: 32px;
	}

	.mission_footer_title {
		font-size: 22px;
		line-height: 1.4;
	}

	/* sec04 */
	.sec04__titleGroup {
		flex-direction: column;
		gap: 24px;
	}

	.company_team {
		margin-top: 48px;
	}

	.team_label {
		font-size: 24px;
	}

	.team_card {
		gap: 24px;
	}

	.team_card_thumb {
		width: 140px;
	}
}

/* ----- max-width: 767.98px ----- */
@media (max-width: 767.98px) {
	/* Common */
	.company-wrap > section {
		padding: 60px 0 !important;
	}

	/* sec01 */
	.company-wrap .sec01 {
		padding: 60px 0;
	}

	.company_desc {
		margin-top: 16px;
	}

	.company_desc p {
		font-size: 16px;
		line-height: 1.6;
	}

	.company_desc .pc-only {
		display: none;
	}

	.company_facts {
		margin-top: 40px;
		padding: 0;
	}

	.facts_list {
		flex-direction: column;
		gap: 0;
	}

	.facts_list li {
		padding: 24px 0;
	}

	.facts_list li + li {
		border-left: 0;
		border-top: 1px solid #e5e7eb;
	}

	.facts_title {
		font-size: 14px;
	}

	.facts_desc {
		font-size: 18px;
	}

	/* sec02 */
	.company_history {
		margin-top: 48px;
	}

	.history_item {
		gap: 16px;
	}

	.history_content {
		gap: 12px;
	}

	.history_year {
		font-size: 24px;
	}

	.history_title {
		font-size: 20px;
	}

	.history_desc {
		font-size: 15px;
	}

	/* sec03 */
	.sec03__titleGroup {
		gap: 24px;
	}

	.sec03__titleGroup .sub__title {
		font-size: 32px;
	}

	.mission_lead {
		font-size: 18px;
	}

	.mission_desc {
		font-size: 15px;
	}

	.company_mission {
		gap: 32px;
		margin-top: 40px;
	}

	.mission_arrow {
		height: 30px;
	}

	.mission_circle {
		width: 160px;
		height: 160px;
	}

	.mission_circle--tech {
		margin-right: -20px;
	}

	.mission_circle_title {
		font-size: 18px;
	}

	.mission_footer {
		gap: 24px;
	}

	.mission_footer_desc {
		font-size: 15px;
	}

	.mission_footer_title {
		font-size: 18px;
	}

	/* sec04 */
	.team_head {
		margin-bottom: 20px;
	}

	.team_label {
		font-size: 20px;
	}

	.team_nav {
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 18px;
	}

	.team_card {
		gap: 16px;
		height: auto;
	}

	.team_card_thumb {
		width: 110px;
		height: 148px;
	}

	.team_card_info {
		gap: 12px;
	}

	.team_card_name {
		font-size: 16px;
	}

	.team_card_role {
		font-size: 14px;
	}
}
