2026년 UCLA Summer Session 숙박 옵션 정보가 올해는 4월 말일에 업데이트 됩니다. 지금 게재되어 있는 숙소 비용은 2025년 입니다 . UCLA 기숙사는 가성비 탑이라고 할 수 있습니다 - 이 가격에 식사까지 제공하는 경우는 거의 찾아볼 수 없습니다.
캠퍼스 안에 기숙사 이용가능하며 교내식당도 약 1000 명을 수용할 정도로 좋습니다. 비요은 1,2,3인실에 따라 다릅니다. 짧은기간인만큼 2, 3인실도 학생들에게는 너무 좋은 기회와 경험이 되실 듯합니다
--- 한국어로 보기 ---";
}
function get_less_html(idx){
return "
--- 한국어로 보기 ---";
}
function print_less(idx){
sobj = document.getElementById(content_show_array[idx]);
pobj = document.getElementById(content_push_array[idx]);
if (sobj) {
sobj.style.height=content_height+'px';
pobj.innerHTML = get_more_html(idx);
}
}
function print_more(idx){
sobj = document.getElementById(content_show_array[idx]);
pobj = document.getElementById(content_push_array[idx]);
if (sobj) {
sobj.style.height='';
pobj.innerHTML = get_less_html(idx);
}
}
function init_more_less(){
var i, max=content_idx_array.length;
for (i=0;i
content_height) {
sobj.style.height = content_height+'px';
pobj.innerHTML = get_more_html(content_idx_array[i]);
}
}
}
function onload_event(){
init_more_less();
}
function hid(tar){
var and = document.getElementById(tar).style.display;
if(and == 'none'){
document.getElementById(tar).style.display = "block";
}else{
document.getElementById(tar).style.display = "none";
}
}
-->