Metadata
Title
SEOUL NATIONAL UNIVERSITY
Category
graduate
UUID
faa808891c784193ba32275fe4a5d573
Source URL
https://en.snu.ac.kr/admission/graduate/introduction-videos
Parent URL
https://en.snu.ac.kr/admission
Crawl Time
2026-03-11T01:18:14+00:00
Rendered Raw Markdown

SEOUL NATIONAL UNIVERSITY

Source: https://en.snu.ac.kr/admission/graduate/introduction-videos Parent: https://en.snu.ac.kr/admission

$(function(){ var $currentTitle = $('.navigation-gnb-d2-title.active'); $('.ly-lnb .navigation-gnb-d2-titlegroup').bind('mouseover',function(){ $('.ly-lnb .navigation-gnb-d2-list .depth3').hide(); $(this).find('.depth3').show(); }); $('.ly-lnb .navigation-gnb-d2-title').bind('focus',function(){ $('.ly-lnb .navigation-gnb-d2-list .depth3').hide(); $(this).next().show(); $(this).next().find('.navigation-gnb-d2-sub').css('display','inline-block') }) $('.ly-lnb').on('mouseleave', function() { $currentTitle.addClass('active'); $currentTitle.next().show(); }) });

Admissions / Graduate

Introduction Videos

Graduate /

Introduction Videos

Korean version

.page-graduate-prospective .ly-section .ly-container .ly-inner .tab-btn { width: calc(100% / 6); } .page-graduate-prospective .majorvideo .videoinfo { background-color:#ddd; padding:10px; margin-bottom:30px; } .page-graduate-prospective .majorvideo .videoinfo .college { font-weight:bold; padding-bottom:10px; color:#193988;} .btn-go-korean { margin-top:10px; text-align:center; } .page-graduate-prospective .common-desc { margin-bottom: 44px; } /* 예비 대학원생 */ .page-graduate-prospective .ly-section { font-size:15px; } .majorsearch {margin:20px 15px 0px 15px; } .majorsearch .search-inner { display: flex; position: relative; width: 50%; padding: 9px 10px 5px 15px; height: 50px; border-radius: 50rem; border: 2px solid #193988; margin:0 auto; } .majorsearch .search-inner input[type="text"] { width: 98%; border: none; height: 28px; line-height: 28px; padding: 0 10px 0 10px; } .majorsearch .btn-search input { margin-top:5px;width:20px; } @media (max-width: 768px) { .majorsearch .search-inner { width:100%; } } .page-graduate-prospective .filterbox { background-color:#f9f9f9; padding:20px; margin-bottom:20px; } .page-graduate-prospective .filterbox ul { margin:0; padding:0; margin-bottom:20px; margin-left:10px; display:flex; justify-content: flex-start; flex-wrap: wrap;} .page-graduate-prospective .filterbox ul:last-child { margin-bottom:0; } .page-graduate-prospective .filterbox li { width:calc(100% / 7 - 5px); margin: 0 4px 4px 0; position: relative; cursor: pointer; } .page-graduate-prospective .filterbox li input[type="checkbox"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; } .page-graduate-prospective .filterbox label { display: block; border: 1px solid #dae1e6; border-radius:30px; text-align: center; cursor: pointer; color: #8a8a8a; font-size:13px; height: 50px; line-height: 1.5; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background-color:#fff; } .page-graduate-prospective .filterbox li input[type="checkbox"]:checked + label { border-color: #193988; background-color: #193988; color: #fff; } .page-graduate-prospective .filterbox { border: 1px solid #000; } .page-graduate-prospective .filterbox li input:focus + label, .page-graduate-prospective .filterbox li:hover label { border-color:#193988; } .page-graduate-prospective .filterbox li input[type="checkbox"]:checked:focus + label { border:1px dotted #fff; } .page-graduate-prospective .filterbox .common-contitle { margin-bottom:10px; } @media (max-width: 1275px) { .page-graduate-prospective .filterbox li { width:calc(100% / 6 - 5px); } } @media (max-width: 1000px) { .page-graduate-prospective .filterbox li { width:calc(100% / 5 - 5px); } } @media (max-width: 860px) { .page-graduate-prospective .filterbox li { width:calc(100% / 4 - 5px); } } @media (max-width: 768px) { .page-graduate-prospective .filterbox li { width:calc(100% / 3 - 5px); } } @media (max-width: 587px) { .page-graduate-prospective .filterbox li { width:calc(100% / 2 - 5px); } }

College of Social Sciences

Anthropology

College of Social Sciences

Economics

College of Social Sciences

Social Welfare

College of Natural Sciences

Brain & Cognitive Sciences

College of Natural Sciences

Physics & Astronomy (Astronomy Program)

College of Natural Sciences

Physics and Astronomy(Physics Major)

College of Nursing

Nursing Science

College of Engineering

Computer Science and Engineering

College of Engineering

Electrical and Computer Engineering

College of Engineering

Interdisciplinary Program in Artificial Intelligence

College of Engineering

Interdisciplinary Program in Urban Design

College of Engineering

Mechanical Engineering

College of Agriculture and Life Sciences

Agricultural & Resource Economics

College of Agriculture and Life Sciences

Agriculture, Forestry and Bioresources

College of Agriculture and Life Sciences

Biosystems Engineering

College of Agriculture and Life Sciences

Landscape Architecture & Rural Systems Engineering

College of Education

Education

College of Education

Physical Education

College of Education

Special Education

College of Human Ecology

Child Development and Family Studies

College of Human Ecology

College of Human Ecology

College of Human Ecology

Consumer Science

College of Medicine

Cancer Research Institute

School of Dentistry

School of Dentistry(SNUSD)

Graduate School of Public Health

Public Health

Graduate School of Public Administration

Graduate School of Public Administration

Graduate School of Environmental Studies

Environmental Design

Graduate School of Environmental Studies

Environmental Planning

Graduate School of Environmental Studies

Graduate School of Environmental Studies

Graduate School of Convergence Science and Tech

Applied Bioengineering

Graduate School of Convergence Science and Tech

Molecular Medicine and Biopharmaceutical Sciences

jQuery(function($) { $(document).ready(function(){ $("form[name='majorsearch']").on("submit", function(e) { $("input.check-item[type='checkbox']", $(".filterbox")).prop("checked", false); $("input.check-all[type='checkbox']", $(".filterbox")).prop("checked", true); displayList(); return false; }); $(".page-graduate-prospective .filterbox input[type='checkbox']").on("click",function(e){ var inputname = $(this).attr("name"); if($(this).hasClass("check-all")) { $(this).prop("checked", true); } if($(this).val() == "all") { if($(this).is(":checked")) { var related = $(this).data("related"); $(".page-graduate-prospective .filterbox input[name='" + related + "']").each(function(i) { if($(this).val() != "all") { $(this).prop("checked", ""); } }); } } else { if($(this).is(":checked")) { $(".page-graduate-prospective .filterbox input[data-related='" + inputname + "']").prop("checked", ""); //all이 아닌 나머지 전체가 체크되면.. ALL이 체크되도록... var itemcount = $("input.check-item[type='checkbox']", $(this).closest("ul")).length; var checkcount = $("input.check-item[type='checkbox']:checked", $(this).closest("ul")).length; if(itemcount == checkcount) { $("input.check-item[type='checkbox']", $(this).closest("ul")).prop("checked", false); $("input.check-all[type='checkbox']", $(this).closest("ul")).prop("checked", true); } } else { var checkcount = $("input.check-item[type='checkbox']:checked", $(this).closest("ul")).length; if(checkcount == 0) { $("input.check-all[type='checkbox']", $(this).closest("ul")).prop("checked", true); } } } displayList(); }); function displayList() { $(".majorvideo").addClass("hide"); //대학원 var arrCollege = []; if($("#college_all").is(":checked")) { arrCollege = $("input[name='college']").map(function() { return $(this).val(); }).get(); } else { arrCollege = $("input[name='college']:checked").map(function() { return $(this).val(); }).get(); } //4가지 조건을 모두 만족하는 학과만 보이게 arrCollege.forEach(function(college) { $(".majorvideo[data-college='" + college + "']").removeClass("hide"); }); //매칭되는 키워드가 있으면. var keyword = $("input[name='majorquery']").val(); if(keyword) { $(".major-videolist .majorvideo").each(function(i) { var major = $(".major", $(this)).text(); if (major.indexOf(keyword) < 0) { $(this).addClass("hide"); } }); } } }); });