.greting-wrap { display: flex; gap: 40px; }
.greting-wrap .left { width: 479px; border-radius: 10px; overflow: hidden; height: 515px; }
.greting-wrap .left img { width: 100%; height: 100%; object-fit: cover; }
.greting-wrap .right { padding: 60px 0 0; background: url(/_res/unist/_share/img/temp/background-greting.png)no-repeat top left; background-size: auto; flex: 1; }
.greting-wrap .right .intro01 { font-weight: 700; font-size: 30px; line-height: 40px; letter-spacing: -.2px; vertical-align: middle; color: #001b54; padding: 0 0 18px; }
.greting-wrap .right .intro02 { font-weight: 700; font-size: 20px; line-height: 32px; letter-spacing: -.2px; color: #333; padding: 0 0 24px; }
.greting-wrap .right .name { font-weight: 700; font-size: 18px; line-height: 100%; letter-spacing: -.2px; vertical-align: middle; color: #001b54; }
.greting-wrap .right .name span { font-weight: 700; font-size: 16px; line-height: 100%; letter-spacing: -.2px; vertical-align: middle; color: #222; margin-left: 10px; }
@media (max-width: 1024px) {
	.greting-wrap { flex-direction: column; }
	.greting-wrap .left { height: auto; margin: 0 auto; }
	.greting-wrap .right { background: url(/_res/unist/_share/img/temp/background-greting.png) no-repeat top center; padding: 35px 0 0; }
}
@media (max-width: 768px) {
	.greting-wrap .left { width: 100%; }
	.greting-wrap .right { padding: 0; background-size: calc(600 / 768 * 100vw); }
	.greting-wrap .right .intro01 { font-size: 24px; line-height: 130%; padding: 0 0 10px; }
	.greting-wrap .right .intro02 { font-size: 18px; line-height: 30px; padding: 0 0 20px; }
}