$(function () {
$('#btn_login').on('click', function () {
document.location.href = '/member/login?return_url=/promotion/plan_event?event_seq=66';
});
$('#btn_join').on('click', function () {
document.location.href = '/member/agreement';
});
$('#notice').hide();
$('#btn_notice').on('click', function () {
$('#notice').toggle(500);
});
$('.video-container').html(
'