cleanUrl: "/people"
title: "뉴본벤처스 인력 소개"
description: "뉴본벤처스는 우수한 기술력과 혁신성을 보유한 스타트업을 발굴하고 전문적인 교육과정과 투자지원 등의 업무를 수행하는 창업기획자(엑셀러레이터) 전문기업입니다"
<head>
<style>
/*상단여백, 타이틀, 로고, 페이지커버 삭제*/
.page-title, .page-icon {
display: none !important;
}
/*제목1,2,3,텍스트 중앙정렬*/
h2, h3, h4, .notion-text-block {
text-align: center;
}
div[data-block-id=""] {
text-align: center;
}
.page_cover {
object-fit: contain !important;
height: auto !important;
}
div[data-block-id="ce1eb48f-b116-4f31-84a8-69b8508b1581"] .css-aggqen {
grid-template-columns: repeat(3, minmax(200px, 1fr))!important;
}
@media (max-width: 480px) {
div[data-block-id="ce1eb48f-b116-4f31-84a8-69b8508b1581"] .css-aggqen {
grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) !important;
}
}
</style>
<head>
<body>
<script>
//페이지 이동시 첫 화면으로 스크롤
window.onbeforeunload = function() {
window.scrollTo(0, 0);
};
<script>
</body>
뉴본씨앤디는 창업 3년 미만 스타트업을 대상으로 하는 컨설팅 전문 기업입니다. 사업 운영 전략, 기술, 재무/회계, 인사/조직, 경영 전략 등 기업 운영에 대한 전방위 적인 컨설팅을 제공하여 스타트업의 스케일업 여정을 돕습니다. 뉴본벤처스는 뉴본씨앤디와 함께 액셀러레이팅을 지원합니다.
<head>
<style>
/*푸터*/
/*하단 패딩 / 우피푸터 없애기*/
.notion-page-content.width.padding {
padding-bottom: 0 !important;
}
.OopyFooter_container__pjQ2F {
display:none !important;
}
/*푸터*/
.footer-container {
display: flex;
justify-content: center;
align-items: center;
}
.footer {
display: flex;
background: white;
font-size: clamp(12px, 3vw, 14px);
text-align: center;
flex-direction: row;
max-width: 1100px;
justify-content: space-between;
width: -webkit-fill-available;
align-items: flex-start;
flex-wrap: wrap;
}
.logo-txt-container{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
gap: 30px;
padding: 20px;
}
.footerImg {
min-width: 25px;
max-width: 100px;
height: auto;
}
.footerImg:hover{
transform: scale(1.05); /* 호버 시 확대 효과 */
transition: transform 0.3s ease;
}
.center-sns{
display: block;
text-align: center;
margin: 10px auto 0px auto;
}
.txt {
color: gray;
font-family: 'Pretendard';
text-align: left;
text-decoration: none;
margin: 0;
}
.right-container {
display: flex;
flex-direction: column;
align-items: flex-end;
padding: 20px;
}
/*SNS 4개 코드*/
.four-img {
display: flex;
justify-content: center; /* 이미지를 가운데 정렬 */
gap: 20px; /* 이미지 간의 간격 */
margin-bottom: 20px;
}
.four-img img {
width: 25px;
border-radius : 15px;
filter: grayscale(100%) ;
}
.four-img img:hover {
transform: scale(1.05); /* 호버 시 확대 효과 */
transition: transform 0.3s ease;
filter: grayscale(0)
}
.mail-popup {
padding: 15px 20px;
background-color: #444444;
border-radius: 5px;
color: #ffffff;
position: absolute;
opacity: 0;
transition: all ease 0.5s;
}
.mail:hover + .mail-popup {
opacity: 1;
}
.mail:active + .mail-popup {
opacity: 1;
}
</style>
</head>
<body>
<div class="footer-container">
<div class="footer">
<div class="logo-txt-container">
<a href="">
<img
class="footerImg"
src="<https://debonair-pie-4c0.notion.site/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fafabcdd7-21ee-47fd-bf6b-d4f66572c6dd%2F82b0768c-7e95-491e-8157-b3260ee12560%2F%25E1%2584%2582%25E1%2585%25B2%25E1%2584%2587%25E1%2585%25A9%25E1%2586%25AB%25E1%2584%2587%25E1%2585%25A6%25E1%2586%25AB%25E1%2584%258E%25E1%2585%25A5%25E1%2584%2589%25E1%2585%25B3_%25E1%2584%2585%25E1%2585%25A9%25E1%2584%2580%25E1%2585%25A915-01.png?table=block&id=fb01ef76-64f6-4c12-9887-340345aac53a&spaceId=afabcdd7-21ee-47fd-bf6b-d4f66572c6dd&width=2000&userId=&cache=v2>"
/></a>
<div class="center-sns">
<p class="txt">(주)뉴본벤처스</p>
<p class="txt">사업자등록번호 : 493-86-02048</p>
<p class="txt">TEL. 02-3442-0127 (내선번호 4번)</p>
<p class="txt">**Fax.** 02-3442-0128</p>
<p class="txt">E-mail**. [email protected]** </p>
<p class="txt">
Copyrightⓒ 2022 Newborn Ventures. All rights reserved.
</p>
</div>
</div>
<div class="right-container">
<div class="four-img">
<a href="mailto:[email protected]">
<img
class="mail"
src="<https://img.icons8.com/material-outlined/96/mail.png>" />
<div class="mail-popup"> ****[email protected]</div
></a>
</div>
<a id="rank" href="<https://thevc.kr/newbornventures>" target="_blank" rel="noopener noreferrer">
<img src="<https://thevc.kr/api/interaction/widget/badge/2b2445e6ff16ab21990983a2?year=2024&week=42&theme=light>" alt="2024년 42째주 더브이씨 조회수">
</a>
</div>
</div>
</div>
</body>