@charset "utf-8";

.greet .visual .ulType1 li {font-size:var(--fontSize24); padding-left: 30px; background: url(/images/icon/listCheck.svg) 5px 6px no-repeat; background-size: 15px;}
.greet .info-tit .imgArea p {flex-direction: column; align-items: flex-start; line-height: 1.4; gap:0;}
.greet .info-tit .imgArea p:before {top:12px;}


/* ************************ 태블릿 이하(~1199) ************************ */
@media (max-width: 1024px) {
	
}


/* ************************ 모바일 ************************ */
@media (max-width: 767px) {
	
	.greet .info-item-con p {word-break: break-all; overflow-wrap: break-word; white-space: normal;}
	
}