Metadata
Title
서울대학교
Category
graduate
UUID
bc0a2288acc64f92b74f7734e4157b0e
Source URL
https://admission.snu.ac.kr/graduate/general/notice?md=v&bbsidx=158835
Parent URL
https://admission.snu.ac.kr
Crawl Time
2026-03-11T01:02:47+00:00
Rendered Raw Markdown
# 서울대학교

**Source**: https://admission.snu.ac.kr/graduate/general/notice?md=v&bbsidx=158835
**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');
});
});
});

## 일반대학원 텝메뉴

[공지사항](https://admission.snu.ac.kr/graduate/general/notice "현재페이지")
[전기 모집안내](https://admission.snu.ac.kr/graduate/general/spring/guide)
[전기 자료 내려받기](https://admission.snu.ac.kr/graduate/general/spring/download)
[후기 모집안내](https://admission.snu.ac.kr/graduate/general/fall/guide)
[후기 자료 내려받기](https://admission.snu.ac.kr/graduate/general/fall/download)
[안내부서 및 전화번호](https://admission.snu.ac.kr/graduate/general/contacts)

공지사항
전기 모집안내
전기 자료 내려받기
후기 모집안내
후기 자료 내려받기
안내부서 및 전화번호

[카카오톡으로 공유하기](# "새창으로 열림")
[페이스북으로 공유하기](# "새창으로 열림")
[URL복사하기](#)

2026학년도 대학원 신입생 전기모집 수험표 출력 안내

※ 수험표 출력은 원서접수 사이트(진학사)에서 출력 가능합니다.\
※ 원서 접수 당시 회원정보로 로그인하신 후 수험표를 확인하실 수 있습니다.

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
}
}
]
});

jQuery(function($) {
$(document).ready(function(){
$("#select-tab").on("change", function(e) {
self.location = $(this).val();
});
});
});