# 서울대학교
**Source**: https://admission.snu.ac.kr/international/notice?md=v&bbsidx=165524
**Parent**: https://admission.snu.ac.kr
페이지 안내
입학
/
글로벌
공지사항
글로벌
/
공지사항
jQuery(function($) {
$(document).ready(function() {
var $lnb2dlist = $('.lnb-d2-list');
var $lnb2dgroup = $('.lnb-d2-titlegroup');
var $lnb2d = $('.lnb-d2-title');
var $currentTitle = $('.lnb-d2-titlegroup.es.is-active');
var hasChildren = $currentTitle.children('ul').hasClass('navigation-gnb-d2-listgroup');
hasChildren ? $lnb2dlist.addClass('is-active') : $lnb2dlist.removeClass('is-active')
$lnb2d.on('mouseenter focus', function() {
var check = $(this).next('ul').hasClass('navigation-gnb-d2-listgroup') ;
$lnb2dgroup.removeClass('is-active');
$(this).parent('.lnb-d2-titlegroup').addClass('is-active');
check ? $lnb2dlist.addClass('is-active') : $lnb2dlist.removeClass('is-active')
});
$lnb2dlist.on('mouseleave', function() {
hasChildren ? $lnb2dlist.addClass('is-active') : $lnb2dlist.removeClass('is-active')
$('.lnb-d2-titlegroup.es').removeClass('is-active');
$currentTitle.addClass('is-active');
});
});
});
[카카오톡으로 공유하기](# "새창으로 열림")
[페이스북으로 공유하기](# "새창으로 열림")
[URL복사하기](#)
2026학년도 후기 글로벌인재특별전형 학사신입학\
[온라인 접수 OPEN(Click)](https://ipsi1.uwayapply.com/2026/local/snu/?CHA=3 "새창으로 열림")
**▎온라인 원서 접수 기간 : 2026. 3. 3.(화) 10:00 ~ 2026. 3. 5.(목) 17:00 (KST)**
• 마감기한 경과 후 입학지원서, 자기소개서 및 수학계획서 작성, 파일 업로드, 전형료 결제 불가\
\
**▎온라인 추천서 제출 기간: 2026. 3. 3.(화) 10:00 ~ 2026. 3. 6.(금) 17:00 (KST)**
• 이메일, 팩스, 우편 제출 불가\
\
※ 예비합격자 발표: 2026. 5. 21.(목) 17:00 이후
기타 입학 관련 자세한 사항은 모집안내를 확인하시기 바랍니다.
[첨부1. 2026학년도 후기 글로벌인재특별전형 학사 모집안내.pdf(2 MB)](https://admission.snu.ac.kr/international/notice?md=down&bbsidx=165524&fileidx=48170)
[첨부2. Guideline for Online Recommendation System (Undergraduate).pdf(745 KB)](https://admission.snu.ac.kr/international/notice?md=down&bbsidx=165524&fileidx=48164)
[첨부3. Guideline for Online Application (Undergraduate).pdf(1 MB)](https://admission.snu.ac.kr/international/notice?md=down&bbsidx=165524&fileidx=48167)
jQuery(function($) {
$(document).ready(function() {
$("#facebook-link-btn").attr("href", "https://www.facebook.com/sharer/sharer.php?u=" + encodeURIComponent(document.URL));
$('#copy-link-btn').attr('data-clipboard-text', document.location.href);
var clipboard = new Clipboard("#copy-link-btn");
clipboard.on('success', function(e) {
alert('복사되었습니다');
});
$("#copy-link-btn").on("click", function(e) {
e.preventDefault();
});
});
});
Kakao.init('f353b554f131bbe137e62c80e7842cd8');
Kakao.Link.createDefaultButton({
container: '#kakao-link-btn',
objectType: 'feed',
content: {
title: document.getElementsByTagName("TITLE")[0].text,
description: $('meta[property="og:description"]').attr('content'),
imageUrl: $('meta[property="og:image"]').attr('content'),
link: {
mobileWebUrl: location.origin+location.pathname,
webUrl: location.origin+location.pathname
}
},
buttons: [
{
title: '웹으로 보기',
link: {
mobileWebUrl: location.origin+location.pathname,
webUrl: location.origin+location.pathname
}
}
]
});