.hello-wrap {position: relative;}
.company-title {font-family: 'S-CoreDream-5Medium'; font-size: 2rem; line-height: 1.5; font-weight: bold; position: absolute; left: 0; bottom: 6rem; color: #2c4250; max-width: 35rem;}
.company img {height: 26rem;}
.company-cont {font-family: 'S-CoreDream-3Light'; font-size: 1.8rem; margin-top: 2rem;}
.company-cont > p {font-family: 'S-CoreDream-5Medium';}
.company-cont > span {color: #4d87a1;}
.company-cont2 {font-family: 'S-CoreDream-2ExtraLight'; font-size: 1rem; margin-top: 3rem;}
.from {font-family: 'S-CoreDream-4Regular'; font-size: 1.2rem;}

/**********************반응형***********************/
@media screen and (max-width: 991px) {
	.company img {width: 100%; height: auto;}
	.company-title {color: #fff; margin-left: 0.4rem;}
}

@media screen and (max-width: 575px) {
	.company-title {font-size: 1.4rem; bottom: 1rem;}
	.company-cont {font-size: 1.2rem;}
	.company-cont2 {font-size: 0.9rem;}
	.from {font-size: 1rem;}
}

