서울대학교
Source: https://admission.snu.ac.kr/undergraduate/notice?md=v&bbsidx=155489 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학년도 대학 신입학생 수시모집 안내」를 변경하여 안내합니다.
▎2026학년도 대학 신입학생 수시모집 안내 PDFHWP
▎수시모집 공통 서식
• 조기졸업예정자 명단 공문 서식(예시) HWP
▎기회균형특별전형(사회통합) 서식
• 농어촌 학생 지원자격 및 재학사실 확인서 서식 HWP
• 서해 5도 학생 지원자격 및 재학사실 확인서 서식 HWP
• 농생명계열 고교 졸업예정자 지원자격 확인서 서식 HWP
▎기타 서식
• 전형료 환불신청서 서식 HWP
• 등록포기각서 및 등록금 환불요청서 서식 HWP
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 } } ] });
$(function() { $('.datepicker.d_start').datepicker({ orientation: "bottom auto", language: 'ko', format: 'yyyy.mm.dd', autoClose: true, todayHighlight: true }); $('.datepicker.d_end').datepicker({ orientation: "bottom auto", language: 'ko', format: 'yyyy.mm.dd', autoClose: true, todayHighlight: true }); });