台灣金融研訓院
- 外匯交易系列課程
- 徵信業務系列課程
- 新金融商品系列課程
- 貿易融資系列課程
- 金融法務系列課程
- 財富管理系列課程
- 結構型商品系列課程
$(document).ready(function() {
setTimeout(function() {
const $target = $('#products');
if ($target.length) {
$('html, body').animate({
scrollTop: $target.offset().top
}, 800);
}
}, 10000);
});