.title-inner h3 {font-family: Pretendard;font-weight: 600;font-size: 44px;line-height: 120%;letter-spacing: 0;vertical-align: middle;color: #222222;position: relative;display: inline-block;}
.title-inner h3:after {content: '';position: absolute;left: 0;bottom: 0;width: calc(100% + 40px);height: 22px;background: linear-gradient(90deg,#D6FBF8 0%,#EAEFFF 100%);z-index: -1;}

@media (max-width: 768px){
	.title-inner h3 {font-size: 30px;}
	.title-inner h3:after {height: 18px;}
}