.page-title {
	margin-bottom: 5rem;
}

.p-vision {
	margin-bottom: 12rem;
	padding: 0 1.6rem;
	position: relative;
	z-index: 5;
}

.p-vision__box {
	background-color: #fff;
	border-radius: 1.2rem;
	padding: 4rem 1.6rem;
}

.p-vision__box .hline02 {
	margin-bottom: 3.6rem;
}

.p-vision__head {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: .1em;
	margin-bottom: 1.6rem;
	margin-right: -1em;
	text-align: center;
}

.p-vision__txt {
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: .08em;
}

.p-vision__gallery__item {
	overflow: hidden;
	position: absolute;
	z-index: -5;
}

.p-vision__gallery__item:nth-child(1) {
	border-radius: 0 1.2rem 1.2rem 0;
	left: 0;
	top: 0;
}

.p-vision__gallery__item:nth-child(1) img {
	width: 16rem;
}

.p-vision__gallery__item:nth-child(2) {
	border-radius: .6rem;
	right: 1.6rem;
	top: 1.7rem;
}

.p-vision__gallery__item:nth-child(2) img {
	width: 10.1rem;
}

.p-vision__gallery__item:nth-child(3) {
	border-radius: .6rem;
	left: 4rem;
	top: 12.7rem;
}

.p-vision__gallery__item:nth-child(3) img {
	width: 20.4rem;
}

.p-vision__gallery__item:nth-child(4) {
	border-radius: .6rem;
	left: 1.6rem;
	top: calc(100% - 8.2rem);
}

.p-vision__gallery__item:nth-child(4) img {
	width: 17.8rem;
}

.p-vision__gallery__item:nth-child(5) {
	border-radius: 1.2rem;
	right: 0;
	bottom: 1rem;
}

.p-vision__gallery__item:nth-child(5) img {
	width: 13rem;
}

.p-mess-scroll {
	color: rgba(11,71,154,.03);
	font-family: "Nanum Myeongjo",serif;
	font-size: 11.6rem;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.0646551724;
	margin-bottom: -3rem;
	white-space: nowrap;
}

.p-mission {
	background-color: #fff;
	border-radius: 1.2rem 0 0 1.2rem;
	margin-left: 1.6rem;
	padding: 4rem 0;
	position: relative;
	z-index: 6;
}

.p-mission__list li {
	margin-bottom: 4rem;
}

.p-mission__list li:last-child {
	margin-bottom: 0;
}

.p-mission__item__icon {
	flex-shrink: 0;
	margin-right: 1.6rem;
	width: 8rem;
}

.p-mission__item__icon img {
	width: 100%;
}

.p-mission__item__ttl {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .08em;
}

.p-mission__item__ttl span {
	display: inline-block;
	color: #0b479a;
	font-family: "Nanum Myeongjo",serif;
	font-size: .5em;
	font-weight: bold;
	vertical-align: middle;
	margin-top: -1.5rem;
}

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

@media (min-width: 768px) {

.page-title {
	margin-bottom: 10.4rem;
}

.p-vision {
	margin-bottom: 0;
	padding: 0;
}

.p-vision__box {
	border-radius: 2.4rem;
	margin: 0 auto 12.9rem;
	padding: 8rem 9.7rem 5.2rem;
	max-width: 63.4rem;
	width: 100%;
}

.p-vision__box .hline02 {
	margin-bottom: 7.2rem;
}

.p-vision__head {
	font-size: 4.8rem;
	margin-bottom: 3.2rem;
}

.p-vision__txt {
	font-size: 1.8rem;
}

.p-vision__gallery {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.p-vision__gallery__item:nth-child(1) {
	left: 0;
	top: -8.4rem;
}

.p-vision__gallery__item:nth-child(1) img {
	width: 32rem;
}

.p-vision__gallery__item:nth-child(2) {
	right: 8.3rem;
	top: 1.7rem;
}

.p-vision__gallery__item:nth-child(2) img {
	width: 20.4rem;
}

.p-vision__gallery__item:nth-child(3) {
	left: 8.3rem;
	top: 25.4rem;
}

.p-vision__gallery__item:nth-child(3) img {
	width: 20.4rem;
}

.p-vision__gallery__item:nth-child(4) {
	left: 24.1rem;
	top: calc(100% + 8.2rem);
}

.p-vision__gallery__item:nth-child(5) {
	right: 18.3rem;
	bottom: 11.6rem;
}

.p-vision__gallery__item:nth-child(5) img {
	width: 22rem;
}

.p-mess-scroll {
	font-size: 23.2rem;
	margin-bottom: -6.2rem;
}

.p-mission {
	border-radius: 2.4rem 0 0 2.4rem;
	margin-left: 8.3rem;
	padding: 8.8rem 8.3rem 8.8rem 6.8rem;
}

.p-mission__list li {
	margin-bottom: 8rem;
	position: relative;
	padding-left: 21.4rem;
}

.p-mission__item__icon {
	margin-right: 2.4rem;
	width: 15.8rem;
	position: absolute;
	top: 0;
	left: 0;
}

.p-mission__item__ttl {
	font-size: 2.4rem;
	margin-bottom: 1.6rem;
}

.p-mission__item__ttl span {
	margin: 0 0 0 1.6rem;
}

}

@media (max-width: 767px) {

.p-vision__gallery {
	height: 40rem;
	position: relative;
}

.p-mission .wrap-inner {
	padding-left: 1.6rem;
}

.p-mission__item__head {
	display: flex;
	align-items: center;
	margin-bottom: 1.6rem;
}

}

