@charset "utf-8";
/*------------------------------------------------------------
	independent
------------------------------------------------------------*/
p {
	letter-spacing: 0;
}
#main .textList {
	margin: 1.5rem -1.3rem 5.8rem -1.8rem;
	justify-content: space-between;
}
#main .textList li {
	padding: 1.2rem 1.5rem;
	width: calc(50% - 1.4rem);
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}
#main .textList li .photo {
	margin-top: 0.6rem;
	height: 9.5rem;
}
#main .textList li .photo img {
	width: auto;
	height: 100%;
}
#main .textList .subList li {
	padding: 0 0 0 0.7rem;
	width: 100%;
	border: none;
	border-radius: 0;
	line-height: 1.764;
	font-weight: 500;
	text-indent: -0.7rem;
}
#main .textList .title {
	margin-bottom: 0.2rem;
	font-size: 1.701rem;
	line-height: 1.3;
}
#main .textList .textBox {
	flex: 1;
}
@media all and (min-width: 897px) {
	.headLine05 {
		margin-bottom: 1.9rem;
	}
	#main .marB {
		margin-bottom: 6rem;
	}
	#main .textImg {
		margin-bottom: 5.8rem;
	}
	#main .career .marB {
		margin-bottom: 7.7rem;
	}
}
@media all and (max-width: 896px) {
	#main .textList {
		margin: 2rem 0;
	}
	#main .textList li {
		width: 100%;
		align-items: center;
		gap: 1rem;
	}
	#main .textList .title {
		font-size: 1.6rem;
	}
	#main .textList li .photo {
		margin: 0;
		height: 7rem;
	}
}