.intro-v2 {
	padding: 107px 0 69px;
	position: relative;
	overflow: hidden;
}
.intro-v2 .title p {
	margin: 0;
	font-size: 195px;
	color: #F4EFE9;
	font-family: 'Ethic Serif';
	letter-spacing: -0.19rem;
	position: absolute;
	top: 46px;
	left: -23px;
	opacity: 0.2;
	z-index: 0;
}
.intro-v2 .lower-title p {
	margin: 0;
	font-size: 195px;
	color: #F4EFE9;
	font-family: 'Ethic Serif';
	position: absolute;
	bottom: 50px;
	right: -9px;
	letter-spacing: -0.1rem;
	opacity: 0.5;
}
.intro-v2 .flex {
	max-width: 1112px;
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.intro-v2 .right {
	width: 221px;
}
.intro-v2 .right img {
	width: 200px;
	height: 260px;
	object-fit: cover;
	background: #F4EFE9;
	transform: rotate(5deg);
	padding: 7px 7px 47px;
	filter: drop-shadow(0px 0px 7px #767676);
	margin: 6px 0 0;
}
.intro-v2 .left {
	width: 250px;
	position: relative;
}
.intro-v2 .left img {
	width: 211px;
	height: 263px;
	object-fit: cover;
	border: 8px solid white;
	transform: rotate(-6deg);
}
.intro-v2 .left:before{
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/tape.png);
	background-size: contain;
	width: 113px;
	height: 52px;
	background-repeat: no-repeat;
	position: absolute;
	top: -24px;
	left: -69px;
	right: 0;
	margin: auto;
	z-index: 1;
	transform: rotate(-10deg);
}
.intro-v2 .center {
	width: 549px;
	display: table;
	height: 311px;
}
.intro-v2 .center p{
	text-align: center;
	color: #FFFFFF;
}
.intro-v2 .center h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 100;
	font-family: 'Ethic Serif';
	margin: 0;
}
.intro-v2 .center h4 {
	text-align: center;
	font-size: 13px;
	font-family: 'HelveticaNeue';
	font-weight: 800;
	margin: 0 0 30px;
}
@media all and (max-width:1280px) {
	.intro-v2 .flex {
		max-width: 1070px;
	}
	.intro-v2 .lower-title p {
		font-size: 165px;
		bottom: 44px;
	}
}
@media all and (max-width:1080px) {
	.intro-v2 .title p {
		font-size: 15vw;
	}
	.intro-v2 .lower-title p {
		font-size: 14vw;
		bottom: 39px;
	}
	.intro-v2 .flex {
		max-width: 700px;
	}
	.intro-v2 .center {
		width: 100%;
		display: table;
		height: auto;
		margin: 30px auto 0;
	}
	.intro-v2 .right {
		width: 221px;
		position: absolute;
		top: 0;
		right: 56px;
	}
	.intro-v2 .left {
		width: 250px;
		position: relative;
		margin: 0 0 0 85px;
	}
}
@media all and (max-width:768px) {
	.intro-v2 .flex {
		max-width: 500px;
	}	
	.intro-v2 .right img {
		width: 152px;
		height: 212px;
	}
	.intro-v2 .left {
		width: 184px;
		position: relative;
		margin: 0 0 0 34px;
	}
	.intro-v2 .left img {
		width: 100%;
		height: 222px;
	}
	.intro-v2 .left:before {
		left: -28px;
	}
	.intro-v2 .title p {
		font-size: 15vw;
		top: 26px;
		left: -15px;
	}
	.intro-v2 .lower-title p {
		font-size: 13vw;
		bottom: 25px;
		right: -4px;
	}
}
@media all and (max-width:500px) {
	.intro-v2 .flex {
		max-width: 300px;
	}
	.intro-v2 .left {
		width: 151px;
		position: relative;
		margin: 0;
	}
	.intro-v2 .left img {
		width: 100%;
		height: 196px;
	}
	.intro-v2 .right {
		width: 156px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.intro-v2 .right img {
		width: 135px;
		height: 190px;
		margin: 25px 0 0 8px;
	}
	.intro-v2 .title p {
		font-size: 19vw;
		top: 21px;
		left: -15px;
	}
	.intro-v2 .lower-title p {
		font-size: 15vw;
		bottom: 13px;
		right: -4px;
	}
}