Metadata
Title
서울대학교
Category
graduate
UUID
88641b126a4b4a66962e02c384c784d1
Source URL
https://admission.snu.ac.kr/graduate/prospective/office
Parent URL
https://admission.snu.ac.kr/graduate/prospective/major-videos
Crawl Time
2026-03-11T01:18:58+00:00
Rendered Raw Markdown

서울대학교

Source: https://admission.snu.ac.kr/graduate/prospective/office Parent: https://admission.snu.ac.kr/graduate/prospective/major-videos

페이지 안내

입학 / 대학원

예비 대학원생

대학원 /

예비 대학원생

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

예비 대학원생 텝메뉴

예비 대학원생 홈 대학원 생활 학과별 입학정보 전공소개 동영상 대학원 관련 인터뷰 주요 행정부서

예비 대학원생 홈 대학원 생활 학과별 입학정보 전공소개 동영상 대학원 관련 인터뷰 주요 행정부서

※ 주요 문의사항은 담당부서로 연락바랍니다.

주요 행정부서

주요 업무, 담당 부서, 전화번호, 홈페이지 정보를 포함하는 표

주요 업무 담당 부서 전화번호 홈페이지
등록금 수납, 환불 사무국 재무과 02-880-5107
장학금 학생처 장학복지과 02-880-5078~9
학적관리(휴·복학 등) 교무처 학사과 02-880-5033
수강신청 교무처 학사과 02-880-5042 https://sugang.snu.ac.kr

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); } } } if(inputname == "coltype" || inputname == "coltype_all") {//대학원 선별 $("#college_all").prop("checked", true); $("input.check-item[type='checkbox']", $("ul[data-key='college']")).removeAttr("checked"); if($("#coltype_all").is(":checked")) { $("input.check-item[type='checkbox']", $("ul[data-key='college']")).parent().show(); } else { $("input.check-item[type='checkbox']", $("ul[data-key='college']")).parent().hide(); var val=$(this).val(); if($(this).is(":checked")) { $("input.check-item[data-coltype='" + val + "']", $("ul[data-key='college']")).parent().show(); } } } displayList(); }); function displayList() { $("tr", $(".majorlist table tbody")).addClass("hide"); //대학원구분 var arrColtype = []; if($("#coltype_all").is(":checked")) { arrColtype = $("input[name='coltype']").map(function() { return $(this).val(); }).get(); } else { arrColtype = $("input[name='coltype']:checked").map(function() { return $(this).val(); }).get(); } //대학원 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(); } //캠퍼스 var arrCampus = []; if($("#campus_all").is(":checked")) { arrCampus = $("input[name='campus']").map(function() { return $(this).val(); }).get(); } else { arrCampus = $("input[name='campus']:checked").map(function() { return $(this).val(); }).get(); } //학과/전공 구분 var arrDepttype = []; if($("#depttype_all").is(":checked")) { arrDepttype = $("input[name='depttype']").map(function() { return $(this).val(); }).get(); } else { arrDepttype = $("input[name='depttype']:checked").map(function() { return $(this).val(); }).get(); } //4가지 조건을 모두 만족하는 학과만 보이게 arrColtype.forEach(function(coltype) { arrCollege.forEach(function(college) { arrCampus.forEach(function(campus) { arrDepttype.forEach(function(depttype) { $(".majorlist table tbody tr[data-coltype='" + coltype + "'][data-college='" + college + "'][data-campus='" + campus + "'][data-depttype='" + depttype + "']").removeClass("hide"); }); }); }); }); //매칭되는 키워드가 있으면. var keyword = $("input[name='majorquery']").val(); if(keyword) { $(".majorlist table tbody tr").each(function(i) { if(!$(this).hasClass("hide")) { var major = $("td:first-child", $(this)).text(); if (major.indexOf(keyword) < 0) { $(this).addClass("hide"); } } }); } //college 테이블 컨트롤 $(".majorlist table").each(function(i) { $(this).addClass("hide"); if($("tbody tr.hide", $(this)).length != $("tbody tr", $(this)).length) $(this).removeClass("hide"); }); } }); });