.p-section__head {
	margin-bottom: 2.8rem;
}

.p-career__list .list-career {
	margin-bottom: 4rem;
}

.p-career__list .list-career:last-child {
	margin-bottom: 0;
}

.list-career__ttl {
	border-bottom: 1px solid #d3deea;
	color: #0b479a;
	font-weight: 500;
	letter-spacing: .08em;
	margin-bottom: 1.1rem;
	padding-bottom: 1.1rem;
	position: relative;
}

.list-career__ttl::before {
	content: "";
	background-color: #0a4a97;
	height: 1px;
	width: 1.6rem;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
}

.list-career__ls {
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: .05em;
}

.list-career__ls ul {
	counter-reset: num;
}

.list-career__ls ul li::before {
	content: "(" counter(num) ") ";
	counter-increment: num;
}

.list-career__ls dl {
	margin-top: 2rem;
}

.list-career__ls dl dt span {
	background-color: #fff;
	border: 1px solid #c7d0d9;
	border-radius: 1.3rem;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .08em;
	margin-bottom: .6rem;
	padding: .5rem 1.8rem .6rem;
}

.list-career__ls dl dd {
	color: #2b3036;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: .05rem;
	margin-left: 0;
}

.list-career__ls dl dd:not(:last-child) {
	margin-bottom: 3.2rem;
}

.list-career .btn-blank {
	margin-top: 1.8rem;
}

.list-career .box {
	background-color: #fff;
	line-height: 1.4666666667;
	padding: 1.2rem;
	margin-top: 2rem;
}

.list-career .box+.box {
	margin-top: 1.6rem;
}

.list-career .box h3 {
	color: #0b479a;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 1.1875;
	margin-bottom: 1.6rem;
}

.list-career .box ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.6rem;
}

.list-career .box ul li {
	position: relative;
}

.list-career .box ul li:not(:last-child)::after {
	content: "";
	background: url("../images/common/icon_right.svg") no-repeat center/contain;
	width: 2.4rem;
	height: 1.162rem;
	position: absolute;
}

.list-career .box ul li p {
	background-color: #fff;
	color: #0b479a;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 500;
	border: 1px solid #a5b6c8;
	border-radius: .3rem;
}

.list-career .box ul li p span {
	background-color: #0b479a;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: "Nanum Myeongjo",serif;
	letter-spacing: .04em;
	width: 5.4rem;
	height: 5.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1.6rem;
}

.list-career .box p {
	font-size: 1.3rem;
}

.list-career .box .note {
	line-height: 2;
}

@media (min-width: 768px) {

.p-section__head {
	margin-bottom: 5.6rem;
}

.p-career__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -2.8rem;
}

.p-career__list .list-career {
	flex: 0 50%;
	max-width: 50%;
	margin-bottom: 8rem;
	padding: 0 2.8rem;
}

.p-career__list .list-career.--full {
	flex: 0 0 100%;
	max-width: 100%;
}

.list-career__ttl {
	font-size: 2rem;
	line-height: 1.8;
	margin-bottom: 2.2rem;
	padding-bottom: 1.4rem;
}

.list-career__ls dl {
	margin-top: 4rem;
}

.list-career .box {
	padding: 2.4rem;
	margin-top: 4rem;
}

.list-career .box ul {
	margin-right: -2.8rem;
	margin-left: -2.8rem;
}

.list-career .box ul li {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 0 2.8rem;
}

.list-career .box ul li:not(:last-child)::after {
	top: 50%;
	transform: translateY(-50%);
	right: -1.2rem;
}

.list-career .box p {
	font-size: 1.5rem;
}

}

@media (max-width: 767px) {

.list-career .btn-blank {
	width: 100%;
}

.list-career .box ul {
	flex-direction: column;
}

.list-career .box ul li:not(:last-child) {
	margin-bottom: 4rem;
}

.list-career .box ul li:not(:last-child)::after {
	transform: rotate(90deg);
	right: 0;
	bottom: -2.5rem;
	left: 0;
	margin: 0 auto;
}

}

