title: "오픈서베이 처음 시작 가이드"
description: "오픈서베이와 처음 리서치 프로젝트를 계획하는 분들께 도움이 될 만한 내용을 담았습니다."
ogImage: "<https://contents.opensurvey.co.kr/opengraph_playbook>"
ogurl: "<https://playbook.opensurvey.co.kr/>"
<html>
    <head>

    <title>오픈서베이 처음 시작 가이드</title>
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />

    <meta charset="utf-8">
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <link rel="shortcut icon" href="<https://contents2.opensurvey.co.kr/l/843433/2020-01-15/mdslmj/843433/70245/opsv_favicon.png>">
    <link rel="stylesheet" as="style" crossorigin href="<https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css>" />
    <script src="<https://kit.fontawesome.com/c51a5b6c67.js>" crossorigin="anonymous"></script>

    <!-- Google Analytics start -->
    <script async src="<https://www.googletagmanager.com/gtag/js?id=UA-42405286-1>"></script>
    <script>
        window.dataLayer = window.dataLayer || [];

        function gtag() {
            dataLayer.push(arguments);
        }
        gtag('js', new Date());

        gtag('config', 'UA-42405286-1');
        gtag('config', 'AW-308114226');
    </script>
    <!-- Google Analytics end -->

    <!-- main section strat -->
    <link rel="stylesheet" href="<https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css>">
    <script src="<https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js>"></script>
    <script src="<https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js>"></script>
    <!-- main section end -->

		<style type="text/css">
* {font-family: 'Pretendard', 'Nanum Barun Gothic', Helvetica, Arial, Dotum, '돋움', 'Apple SD Gothic Neo', sans-serif;}
ul {padding-left: 0px;}
a {text-decoration-line: none;color: #15181F;}
a:hover, a:focus {text-decoration: none;color: #2469ff; cursor: pointer;}
input, button{ outline: none; }
iframe {width: 100%;background: #fff;border-radius: 12px;padding: 40px 100px;display: block;border: none;margin-top: 45px;height: 750px;}
h1 {line-height: 45px;}

body, .notion-frame {
    background: linear-gradient(to bottom, rgb(71 129 255 / 10%), rgb(84 216 245 / 5%), #FFF 22%) !important;
    align-items: center !important;
    text-size-adjust:none;
    word-break: keep-all;
    }

    
/* notion Section*/

    .notion-page-content {
    padding: 0 !important;
    margin: 0 !important;
    }
    
    .container {
    display: flex;
    justify-content:space-between;
    align-items: center; 
    padding: 0;
    }
    
    .css-8g6wc4,
    .width.padding:first-of-type,
    .page-title,
    .oopy-footer {
    display: none !important;
    }
    
    .css-3y3f20 {
    max-width: 100vw !important;
    }
    
    .CodeBlock_block__kCISx:first-child {
    margin: 0 !important;
    width: 100vw;
    }

/* Main Section*/

   .main {
    text-align: center;
    margin: 0 0 0 0;
    background: transparent;
  }
  
  .main .container {
    display: inline-block;
    width: 1080px;
    padding-bottom: 150px;
    padding-top: 100px;
  }
  
  .main .text {
    text-align: center;
    margin-top: 100px;
  }
  
  .main .text h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
    color: #121826;
    margin-bottom: 30px;
    text-align: center;
  }

  .main .text>p {
    display: block;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    color: #121826;
    margin-top: 33px;
    line-height: 34px;
    letter-spacing: -.5px;
  }
  
	.main .container .btn,
  .main .container .btn:active,
  .main .container .btn:visited {
    justify-content: center; 
    text-align: center;
    font-size: 22px; 
    font-weight: 500; 
    line-height: 60px; 
    border-radius: 12px; 
    padding: 2px 66px;
    cursor: pointer;
    transition: 300ms;
    outline: none;
    color: white;
    margin-top: 25px;
    background-color: #2469FF;
    border-color: #649CFF;
    -webkit-box-shadow: none;
    &:hover {
        background: #2265e0;box-shadow: rgba(34, 101, 224, 0.3) 3px 3px 50px inset;
    }
  }

  .main .container .btn a {
    color: white;
  }

  /* Product Section*/
  
  .product {
    display: flex; 
    justify-content: center;
		background: rgb(228 230 236 / 70%);
}

.product .container{
    display: block; 
    max-width: 1080px;
    margin: 100px 0; 
}

.product .container > h1{
    font-weight: 600; 
    font-size: 28px; 
    letter-spacing: -1px; 
    text-align: left;
    color: #15181F;
    padding: 0; 
    margin: 0; 
    display: block;
}

.product .container > ul{
    display: flex; 
    justify-content: space-between; 
    list-style: none;
    gap: 20px;
    margin-top: 22px;
}

.product .container > ul li{
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -.7px;
  border-radius: 16px; 
  color: #2c2e33;
  margin: 0px;
  background: rgb(255 255 255 / 81%);
  padding: 30px 40px;
  flex: 1 1;
	text-align: center;
}

.product .container > ul li p{
  font-weight: 600;
}

.product .container img{
	margin-top: 20px;
}

/* solution Section*/

.solution {
  display: flex; 
  justify-content: center; 
  background: linear-gradient(to top, rgb(236 241 255), 80%, #fff);
  box-sizing: border-box;
}

.solution .container{
  display: block; 
  width: 1080px; 
  margin: 100px 0 80px 0; 
  align-items: center;
}

.solution .container > h1{
  font-weight: 600; 
  font-size: 28px; 
  letter-spacing: -1px; 
  text-align: left;
  color: #15181F;
  padding: 0; 
  margin: 0; 
  display: block;    
  margin-bottom: 26px; 
}
    
.solution .container > ul{
  display: flex; 
  justify-content: space-between; 
  list-style: none;
  gap: 2px 2%;
  margin-top: 22px;
  border-radius: 16px;
}

.solution .container > ul li{
font-size: 20px;
line-height: 32px;
font-weight: 400;
letter-spacing: -.7px;
border-radius: 16px; 
color: #15181F;
margin: 0px;
background: #fff;
padding: 33px;
flex: 1 1;
}

.solution .container > ul li p{
  font-size: 22px;
  font-weight: 600;
}

.solution .container .ds,
.solution .container .isms {
  font-size: 18px;
  color: #15181F;
  border-radius: 10px;
  font-weight: 400;
}

.solution .container .ds {
  background: rgb(228 230 236 / 53%);
  margin-top: 13px;
  padding: 22px;
  letter-spacing: -1px;
}

.solution .container .isms {
  background: transparent;
  margin-top: 5px;
  padding: 0px;
  letter-spacing: -.5px;
}

/* ask Section*/

.ask {
    display: flex; 
    justify-content: center; 
        background: linear-gradient(180deg, #f7f7f7, 90%, transparent);
}

.ask .container{
    display: block; 
    width: 1080px; 
    margin: 100px 0; 
}

.ask .container > h1{
    font-weight: 600; 
    font-size: 28px; 
    letter-spacing: -1px; 
    text-align: left;
    color: #15181F;
    padding: 0; 
    margin: 0; 
    display: block;
}

/* footer Section*/

.footer {
  display: flex; 
  justify-content: center; 
  background: #232C3E;
}

.footer .container{
  display: block; 
  margin: 60px 0px;
	width: 1080px;
}      

.footer .container > ul{
  display: flex; 
  list-style: none;
  gap: 10px;
  margin: 0px;
  margin-bottom: 50px;
}

.footer .container > ul li{
  background:transparent; 
  width: 100%;
  display: flex; 
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer .container > ul li span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.5px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}

.footer .container > ul li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.5px;
  color: #c3c3c3;
  text-align: center;
  line-height: 25px;
  transition: 300ms;
}

.footer .container > ul li a:hover,
.footer .container > ul li a:focus {
  text-decoration-line: none;
  color: #ffffffde;
}

.footer .container > p,
.footer .container > p a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.5px;
  color: #ffffff73;
  text-align: left;
}

.footer .container > ul li img {
  text-align: left;
  margin-right: 130px;
  width: 130px;
}

@media only screen and (max-width: 992px) {

	iframe {padding: 0;}
  h1 {font-size: 40px;}
	img {width: 100%;}

  .container {
        padding: 0 30px;
				width: 100vw;
  }

  .main .container,
  .product .container {
    width: 100vw;
  }

  .main .text>p {    
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }    

  .main .btn, .main .btn,
  .product .container > ul,
  .solution .container > ul {
    flex-direction: column;
    gap: 10px;
  }

  .main .btn, 
  .main .btn:active {    
    align-items: center;
    margin-top: 10px;
  }

  .footer .container > ul {
      flex-wrap: wrap;
      gap: 20px;
  }

  .footer .container {
      margin: 30px 60px;
  }
  
  .footer .container > ul li img {
      margin-right: 0px;
      margin-bottom: 30px;
      margin-top: 10px;
  }
		</style>
     
    </head>
<body>
 
		<section class="main">
        <div class="container">
            <div class="text">
              <h1>오픈서베이 처음 시작 가이드
              </h1>
              <p>오픈서베이와 처음 리서치 프로젝트를 계획하는 분들께 도움이 될 만한 내용을 담았습니다.<br>
                리서치를 계획 중이거나 오픈서베이 서비스에 대해 궁금한 점이 있다면 편히 연락주세요.                               
              </p>
            </div>
      
            <div class="btn">
                <a class="inquiry" href="<https://contents.opensurvey.co.kr/opensurvey-inquiry>">서비스 문의하기</a>
            </div>   
        </div>
      </section>

      <section class="product">
        <div class="container">
            <h1>고객과 소비자, 사용자에 대한 데이터를 바탕으로 의사결정을 내리고,<br>
              시장의 기회를 더 빠르게 발견하세요.            
            </h1>
            <ul>
              <li><p>리서치</p>다양한 리서치 솔루션과 프로덕트를 활용하여<br>시장과 소비자의 데이터를 확보하세요.
                <img src="<https://contents.opensurvey.co.kr/playbook-main1>"
              </li>
              <li><p>경험관리</p>고객과 사용자, 임직원의 경험을 데이터로 쌓고<br>분석하여 지속적으로 지표를 개선해 나가세요.
                <img src="<https://contents.opensurvey.co.kr/playbook-main2>">
              </li>
            </ul>
         </div>
    </section>
    
    <section class="solution">
      <div class="container">
          <h1>리서치 및 경험관리에 최적화된 오픈서베이 프로덕트를 통해<br>
            데이터를 빠르게 수집하고 정교하게 분석하세요.          
          </h1>
          <ul>
            <li><p>응답자 타겟팅</p>다양한 프로필 및 특정 조건의 응답자를 정교하게 추출합니다. 후속 설문이 필요한 경우 동일한 응답자를 리타겟팅할 수 있습니다.</li>
            <li><p>응답 데이터 수집</p>오픈서베이가 자체 개발한 데이터 수집 앱 ‘오베이’를 통해 다양한 형태의 소비자 데이터를 빠르게 수집합니다.
            <div class="ds">다양한 채널에서 우리 고객의 응답 데이터를 지속적으로 쌓고 싶다면?<br>
						<a href="<https://contents.opensurvey.co.kr/dataspace-solution>" target="_blank" style="font-weight: 600; ">데이터스페이스 알아보기 →</a>
            </div>
            </li>
            <li><p>결과 데이터 분석과 활용</p>데이터 분석을 위한 최적의 툴 ‘오픈애널리틱스’에서 실시간으로 설문 결과를 확인하고 분석하세요.</li>
          </ul>
          <div class="isms">
            오픈서베이에 저장되는 모든 데이터와 정보는 높은 기준의 보안 환경과 정책으로 안전하게 보호됩니다.<br>
            * 리서치 업계 최초 ISMS-P 인증 획득
          </div>
       </div>
  </section>
    
  <section class="ask">
      <div class="container">
        <h1>해결하고 싶은 비즈니스 고민이 있다면, 오픈서베이 팀에게 전달해주세요.<br>
          최적의 솔루션을 제안해 드리겠습니다. </h1>
					<p align="middle">
           <iframe src="<https://contents.opensurvey.co.kr/ask>"></iframe>
		       </p>
        </div>
  </section>
  
  <section class="footer">
    <div class="container">
        <ul>
            <li><a href="<https://www.opensurvey.co.kr/>" target="_blank"><img src="<https://www.opensurvey.co.kr/assets/logo_white.svg>"></a></li>
            <li>
                <span>프로젝트 가이드</span>
                <a href="<https://hello.opensurvey.co.kr/questionnaire>" target="_blank">설문 문항 설계</a>
                <a href="<https://hello.opensurvey.co.kr/result>" target="_blank">설문 결과 예시</a>
                <a href="<https://hello.opensurvey.co.kr/tkl>" target="_blank">리서치 의뢰서 가이드</a>
                <a href="<https://hello.opensurvey.co.kr/pilot>" target="_blank">파일럿 테스트</a>
            </li>
            <li>
                <span>설문 응답자 설정</span>
                <a href="<https://hello.opensurvey.co.kr/opsvpanel>" target="_blank">오픈서베이 패널</a>
                <a href="<https://hello.opensurvey.co.kr/targeting>" target="_blank">응답자 타겟팅</a>
                <a href="<https://hello.opensurvey.co.kr/samplesize>" target="_blank">응답자 수 설정</a>
                <a href="<https://hello.opensurvey.co.kr/rightsample>" target="_blank">응답 대상자 설정 팁</a>
            </li>
            <li>
                <span>추천 조사 및 가격</span>
                <a href="<https://hello.opensurvey.co.kr/npd-research>" target="_blank">제품 개발 단계별 조사</a>
                <a href="<https://hello.opensurvey.co.kr/budget>" target="_blank">저비용 추천 조사</a>
                <a href="<https://hello.opensurvey.co.kr/price-range>" target="_blank">예산 구간별 서비스 범위</a>
            </li>
            <li>
                <span>이용 사례</span>
                <a href="<https://hello.opensurvey.co.kr/survey-earphones>" target="_blank">U&A 조사</a>
                <a href="<https://hello.opensurvey.co.kr/survey-petsupplies>" target="_blank">브랜드 인덱스 조사</a>
            </li>
        </ul>
        <p>© Opensurvey Inc.<br>
        문의: <a href="mailto:[email protected]">[email protected]</a></p>
     </div>
    </section>

  </body>
</html>