<head>
	<style>
		@keyframes fadeUp {
			from {
				transform: translateY(50px);
				opacity: 0;
			}
	
			to {
				transform: translateY(0);
				opacity: 1;
			}
		}
	
		.notion-frame > .notion-scroller {
			transform: translateY(50px);
			opacity: 0;
			animation: 400ms ease fadeUp;
			animation-fill-mode: forwards;
		}
	</style>
</head>

로봇 교육센터

로봇 교육센터는 로봇 자동화 엔지니어를 육성하고 경력 개발 교육을 수행하는 부서입니다. 자체 로봇 엔지니어 육성하는 ‘DY 아카데미 프로그램’을 운영하고 있으며, 고객사 및 기타 기업체의 맞춤형 교육을 통해 경력 개발 기회를 제공하고 있습니다. 우리 센터의 미션은 로봇 엔지니어 육성을 통해 산업 및 기술 혁신 기여하는 것 입니다.

<style>
	.hello-world {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 170px;
		height: 50px;
		border: white;
		font-weight: bold;
		color: white;
		background-color: #0056b9;
		border-color: none
		transition: 300ms;
    text-decoration: line;
	}
	.hello-world:hover {
		color: white;
		background-color: #0651a7;
    border-color: none
	}
</style>
<a class="hello-world" style="border-radius: 50px;" href="<https://dytrainingcenter.oopy.io/>">교육센터 홈페이지 →</a>

🏠홈으로 가기 →

🔎진행 중인 채용 공고 보러가기 →