KakaoTalk_Photo_2022-07-04-10-57-54.png

씨위드와 함께 할 멋진 크루를 찾고 있어요!

지구와 인류를 위해 우리만의 방법으로 생명의 가치를 높여갑니다. 씨위드 크루만이 할 수 있는 일이고,

우리가 해야하는 일이기에 씨위드는 존재합니다. 생명의 가치를 높이는데 사명과 책임을 지닌 사람들이 모여

만들어진 씨위드는 오늘도 나아가고 있습니다. 생명의 가치를 높이는 길을 함께 걸을 준비가 되었나요?

지금이 씨위드 크루가 될 때 입니다.

Untitled

<head>
<style>
a {
  text-decoration: none;
}
.btndiv {
 text-align:center;
}
	.button1 {
		display: inline;
		align-items: center;
		justify-content: center;
		width: 45%;
		height: 60px;
		border: 2px solid;
		font-weight: bold;
		color: #2060cc;
		background-color: white;
		border-color: currentColor;
		transition: 300ms;
		
	}
	.button1:hover {
		color: white;
		background-color: #2060cc;
		color: white;
	}

</style>
<script>
		function handleClick() {
			alert("준비중입니다. 조금만 기다려주세요. 
			관심이 있으시거나, 문의사항은 [email protected]으로 연락바랍니다.");
		}
	</script>
</head>
<body>
<div class="btndiv">
<button class="button1" style="border-radius: 32px; margin-right:2%;" onclick="location.href='<https://sw.oopy.io/meister/detailed>'">지원공고</button>
<button class="button1" style="border-radius: 32px; margin-right:2%;" onclick="location.href='<https://forms.gle/3we7SCBoanYVNfGS6>'">지원하기</button>
</div>
</body>