Metadata
Title
SEOUL NATIONAL UNIVERSITY
Category
scholarships
UUID
a1ddc33f30a54b759bfe4c8dfb26c31c
Source URL
https://en.snu.ac.kr/
Parent URL
https://oga.snu.ac.kr/
Crawl Time
2026-03-11T00:57:33+00:00
Rendered Raw Markdown

SEOUL NATIONAL UNIVERSITY

Source: https://en.snu.ac.kr/ Parent: https://oga.snu.ac.kr/

Video Pause / Play

SNU BY THE NUMBERS

16 Colleges, \ 11 Professional Graduate Schools

1,596 Professors, \ 493 Associate Professors and \ 4,308 other professors

29,073 Enrolled Students, \ 487 International Exchange Students \

5,396,612 Books, \ 1,669 Periodicals & Newspapers \ and \ 78,741 Non-book Materials

27Colleges & \ Schools

6,397Faculty

31,544Students

5,477,022Library Holdings

SNU TODAY

[### News

Seoul National University Unveils 80th Anniversary Slogan and Emblem: “Boundless Imagination, Bold Innovation, New Horizons”](https://en.snu.ac.kr/snunow/snu_media/news?md=v&bbsidx=165491)

[### News

For a Once-in-a-Lifetime Visit](https://en.snu.ac.kr/snunow/snu_media/news?md=v&bbsidx=165590)

[### News

[SNU Catch Season 2] The Fall of Traditional Talent Has Already Begun](https://youtu.be/ul1XWsAr_Ik?si=TWBg69Nb_vANXxQ6 "open in a new window")

[### News

Welcome to SNU: the 2026 Freshmen Orientation](https://en.snu.ac.kr/snunow/snu_media/news?md=v&bbsidx=165374)

[### News

The Flâneur of Errors](https://en.snu.ac.kr/snunow/snu_media/news?md=v&bbsidx=165302)

[### News

SNUSR’s Impact Across Four Nations: The 2025 Winter Global SNUSR Corps](https://en.snu.ac.kr/snunow/snu_media/news?md=v&bbsidx=165236)

SNU EVENTS

섹션명

[Announcement: 2026 Entrepreneurship Mentoring Program for SNU Members

Announcement: 2026 Entrepreneurship Mentoring Program for SNU Members Mar. 01, 2026(Sun) - Jan. 31, 2027(Sun)()Announcement: 2026 Entrepreneurship Mentoring Program for SNU Members](https://en.snu.ac.kr/snunow/events?md=v&bbsidx=165647)

[[SNU Health Service Center] New Year’s Resolution for 2026, Three Weight Clinic Experts Are Here for You

[SNU Health Service Center] New Year’s Resolution for 2026, Three Weight Clinic Experts Are Here for You Jan. 05, 2026(Mon) - Dec. 31, 2026(Thu)()[SNU Health Service Center] New Year’s Resolution for 2026, Three Weight Clinic Experts Are Here for You](https://en.snu.ac.kr/snunow/events?md=v&bbsidx=163858)

[2026 SNU Library OA APC Support

2026 SNU Library OA APC Support Feb. 19, 2026(Thu) - Oct. 31, 2026(Sat)()2026 SNU Library OA APC Support](https://en.snu.ac.kr/snunow/events?md=v&bbsidx=165179)

[[Recruitment for SNU Run – 3rd Cohort] Join Group Running Sessions with Running Leaders!

[Recruitment for SNU Run – 3rd Cohort] Join Group Running Sessions with Running Leaders! Mar. 09, 2026(Mon) - May. 30, 2026(Sat)()[Recruitment for SNU Run – 3rd Cohort] Join Group Running Sessions with Running Leaders!](https://en.snu.ac.kr/snunow/events?md=v&bbsidx=165575)

More

CUSTOM MENUS

Are you

an incoming student : - an incoming student - a current student - a faculty member

?

Admissions Information Korean Language Program Exchange Program Visiting Program Int’l Summer Program On-campus Housing Admissions FAQ Admissions FAQ (中文)

My SNU (SNU Portal Site) SNU News University Library e-Teaching and Learning Academic Calendar Registration Course Catalogue Scholarships Life at SNU

My SNU (SNU Portal Site) SNU History Research Highlights Research Support Events Campus Map Research Profiles(PURE)

SNU CAMPUS

Seoul National University Museum Of Art

Seoul National University Library

Kyujanggak Archives

Poongsan Madang

Seoul National University Museum Of Art MAP\ TOURS

Seoul National University Library MAP\ TOURS

Kyujanggak Archives MAP\ TOURS

Poongsan Madang MAP\ TOURS

jQuery(function($) { $(document).ready(function() { //영상 컨트롤러 $(".topbanner-controller .ctl-btn").on("click", function() { if($('.slide video').length) {//비디오가 있을 때만 실행 if($(this).hasClass('is-paused')) { //재생 $(this).removeClass('is-paused') $(this).parents('.slide').find('video').get(0).play(); } else { //정지 $(this).addClass('is-paused') $(this).parents('.slide').find('video').get(0).pause(); } } }); // SNU CAMPUS $('.index-campus .slider').slick({ dots: true, infinite: true, speed: 500, fade: true, cssEase: 'linear' }); $('.index-campus .slider').on('afterChange', function(event, slick, currentSlide, nextSlide){ $('.index-campus>.ly-inner').removeClass('bg1 bg2 bg3 bg4') $('.index-campus>.ly-inner').addClass('bg'+(currentSlide+1)); $('.index-campus .btns>div').removeClass('active') $('.index-campus .btns>div:nth-child('+(currentSlide+1)+')').addClass('active'); }); // CUSTOM MENU $('.index-custom-select dt a').bind('click focus',function(){ $('.index-custom-select dd').show(); }); $('.index-custom-select dd ul li a').bind('click',function(){ var customValue = $(this).text(); $('.index-custom-select dt a').text(customValue); $('.index-custom-select dd').hide(); var target = $(this).attr('href'); $('.index-custom-select-cont').hide(); $('.index-custom-select-cont'+target).show(); return false; }); $('.index-custom-select').bind('mouseleave',function(){ $('.index-custom-select dd').hide(); }); $('.index-custom-select dd ul li:last-child a').bind('focusout',function(){ $('.index-custom-select dd').hide(); }); $(window).load(function(){ // SNU CAMPUS $('.index-campus').css('visibility','visible'); }); // Number of SNU function play (){ $('.index-number .bar .line, .index-number .bar>p').addClass('on'); $('.index-number .txt').addClass('on'); }; function stop (){ $('.index-number .bar .line').removeClass('on'); $('.index-number .bar>p').removeClass('on'); $('.index-number .txt').removeClass('on'); }; var targetStart = $('.index-number').offset().top - 500; var targetEnd = $('.news-wrapper').offset().top; $(window).on('scroll',function(){ if ($(window).scrollTop() >= targetEnd){ stop(); } else if ( $(window).scrollTop() >= targetStart){ play(); } else{ stop(); } }); }); });