<head>
<style>
.duedate {
border-radius : 32px;
border : 3px;
font-weight: bold;
background-color: #0C3580;
color: white;
display: inline;
padding:1px;
margin-right: 10px;
}
.date {
display: inline;
margin-right: 10px;}
.hour {
display: inline;
color: #0C3580;
margin-right: 30px;
}
.target {
border-radius : 32px;
border : 3px;
font-weight: bold;
background-color: #0C3580;
color: white;
display: inline;
padding:1px;
margin-right: 10px;
}
.target2 {
border-radius : 32px;
border : 3px;
font-weight: bold;
background-color: rgb(155,154,151);
color: white;
display: inline;
padding:1px;
margin-right: 10px;
}
.enter {
display: none;}
.target-content {display: inline;
margin-right:10px;}
@media screen and (max-width: 640px){
.enter {
display: block;}
}
</style>
</head>
<body>
<p class="target">   현재 모집 중  </p>
<p class="target-content"> 현재 모집 중인 공고 없음 </p>
<p class="enter"> </p>
<p class="enter2"> </p>
</body>
지구와 인류를 위해 우리만의 방법으로 생명의 가치를 높여갑니다. 씨위드 크루만이 할 수 있는 일이고,
우리가 해야하는 일이기에 씨위드는 존재합니다. 생명의 가치를 높이는데 사명과 책임을 지닌 사람들이 모여
만들어진 씨위드는 오늘도 나아가고 있습니다. 생명의 가치를 높이는 길을 함께 걸을 준비가 되었나요?
지금이 씨위드 크루가 될 때 입니다.
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
</style>
</head>
<body>
<p> 현재 모집 중인 채용 공고가 없습니다.
<br>이후에 커피챗☕️으로 찾아오겠습니다.<br> 감사합니다. </p>
</body>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
@import url(<https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css>);
#sub-title {
color: #0C3580;
font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}
a {
text-decoration: none;
}
.recruit-box {
list-style: none;
padding-inline-start: 0px;
}
.recruit-card {
list-style: none;
align-items: center;
justify-content: center;
width: 100%;
height: auto;
border: 2px solid;
font-weight: bold;
color: #0C3580;
margin: 0 0 30px 0 ;
padding: 0 10px 20px 40px;
background-color: white;
border-color: currentColor;
transition: 300ms;
border-radius: 18px; margin-right:2%;
}
a:visited { text-decoration: none; }
.recruit-card a {
color: #0C3580;
color: inherit;
}
.recruit-card:hover {
color: white;
background-color: #0C3580;
}
.recruit-card:hover a{
color:white;
}
.recruit-card-text {
color: #0C3580;
}
.recruit-card:hover .target {
background-color: white;
color: #0C3580;
}
.target {
border-radius : 32px;
border : 3px;
font-weight: bold;
background-color: #0C3580;
color: white;
display: inline;
padding:1px;
margin-right: 10px;
}
.target2 {
border-radius : 32px;
border : 3px;
font-weight: bold;
background-color:#ff8c7d;
color: white;
display: inline;
padding:1px;
margin-right: 10px;
}
.target3 {
border-radius : 32px;
border : 3px;
font-weight: bold;
background-color: #c2c2c2;
color: white;
display: inline;
padding:1px;
margin-right: 10px;
}
</style>
</head>
<body>
<ul class="recruit-box">
<a href="<https://sw.oopy.io/recruit/1>">
<li class="recruit-card" >
<h2 class="recruit-card-title"> 식품 가공, 식품 조리 연구원 </h2>
<p class="target">   정규직  </p>
<p class="target2">   전문연구요원 가능  </p>
<p class="target3">   마감  </p>
</li></a>
<a href="<https://sw.oopy.io/recruit/2>">
<li class="recruit-card">
<h2 class="recruit-card-title"> 생명 공학 연구원 / 분자 생물학 연구원 </h2>
<p class="target">   정규직  </p>
<p class="target2">   전문연구요원 가능  </p>
<p class="target3">   마감  </p>
</li> </a>
<a href="<https://sw.oopy.io/recruit/0>">
<li class="recruit-card" >
<h2 class="recruit-card-title"> 세포 배양 전문가 </h2>
<p class="target">   파트타임  </p>
<p class="target3">   마감  </p>
</li>
</a>
</ul>
</body>