@charset "utf-8";

.greeting .inner {display: grid; grid-template-columns: auto auto; justify-content: space-between;}
.greeting .inner h3 {font-size: var(--fs24); color: #000; margin-bottom: 45px; line-height: 1.4; font-weight: 500;}
.greeting .inner p {color: #333; line-height: 1.8;}
.greeting .inner p+p {margin-top: 35px;}

.greeting .inner span {display: block; margin-top: 45px; font-size: var(--fs20); color: #000; font-weight:400;}


/* ************************ 태블릿 (~991) ************************ */
@media screen and (max-width:991px) {
	
	
	.greeting img {display:none;}
	.greeting .inner h3 {margin-bottom:20px;}
	.greeting .inner p {line-height: 1.4;}
	.greeting .inner p+p {margin-top: 25px;}



}


/* ************************ 모바일 (~767) ************************ */
@media screen and (max-width:767px) { 
	
	
	
} 
