정책 포럼의 핵심 메시지와 현장을 스케치 영상으로 기록
기조발제·세션·현장 컷 중심 간결한 영상 구성
현장 중계 형태 및 짐벌, 인터뷰형 스케치 영상 촬영
정책 콘텐츠 아카이브 및 브랜디드 영상으로 활용 가능
포럼 메시지를 시각화한 기관 홍보 자료 확보
각 세션 별 편집 영상 제공 (기조발제, 주제발제, 사례발제, 토론등)
[2023 연결사회 포럼 스케치]
비지니스 문의
info@artren.kr
NotionScript
복사
<head>
<style>
.cta {
position: fixed;
bottom: 16px;
left: 0;
right: 0;
margin: 0 auto;
display: flex;
align-self: center;
align-items: center;
justify-content: center;
width: 88%;
max-width: 708px;
height: 48px;
background-color: #0d0d0d; /* 블랙 */
color: #fff; /* 흰색 글씨 */
z-index: 999999999;
text-decoration: none;
border-radius: 8px;
font-weight: bold;
font-size: 16px;
transition: 300ms;
-webkit-box-shadow: 0px 0px 4px 2px rgba(55, 53, 47, 0.4);
-moz-box-shadow: 0px 0px 4px 2px rgba(55, 53, 47, 0.4);
box-shadow: 0px 0px 4px 2px rgba(55, 53, 47, 0.4);
font-family: 'inter', sans-serif;
cursor: pointer;
}
.cta:hover {
filter: brightness(120%);
}
</style>
</head>
<body>
<a
class="cta"
href="https://www.artren.kr/live"
rel="noopener"
>
라이브중계 패키기 확인
</a>
</body>
HTML
복사






