Cheong Wa Dae (Casa Azul) (청와대): VISITKOREA (2024)

'); contsTypeMap[contsType].vPage = 1; contsTypeMap[contsType].vTotalPages = 1; } else { $("#" + contsType + "SearchMo").show(); } if (contsTypeMap[contsType].vTotalCount == 0) { $("#" + contsType + "SearchMo").hide(); } else { if ($("#" + contsType + "List li").length == contsTypeMap[contsType].vTotalCount) { $("#" + contsType + "SearchMo").hide(); } else { if (contsTypeMap[contsType].vPage==5) { $("#" + contsType + "SearchMo").hide(); } else { $("#" + contsType + "SearchMo").show(); } } } $component.unblockUI(); } }); } function doSearchMo(contsType,targetPage) { if (targetPage) { if (targetPage != 1) { doSearch(contsType, targetPage) contsTypeMap[contsType].vPage = targetPage; } } else { contsTypeMap[contsType].vPage++; doSearch(contsType); } if (contsTypeMap[contsType].vPage==5) { $("#" + contsType + "SearchMo").hide(); } } function rmsContentsViewHelper(vcontsId,isPlanPop_rgnContentsView) { let ariaLabel = $(".js-tabSwiper-menu .swiper-slide.is-selected").prop("ariaLabel"); state["ariaLabel"] = ariaLabel; let ariaNum = ariaLabel.slice(0,ariaLabel.indexOf('/')); let keys = Object.keys(contsTypeMap); state["vPage"] = contsTypeMap[keys[ariaNum-1]].vPage; history.pushState(state, null, ''); rmsContentsView(vcontsId, isPlanPop_rgnContentsView); } function drawList(contsList,type) { let htmlList = ''; if (contsList) { for (let i = 0; i < contsList.length; i++) { let cont = contsList[i]; let contType = ""; let typeNum = 0; if (cont.contsSeCd == 'CONTS_SE__RMS_SH') { contType = 'shopping'; typeNum = 3; } else if (cont.contsSeCd == 'CONTS_SE__RMS_FD') { contType = 'foods'; typeNum = 2; } else if (cont.contsSeCd == 'CONTS_SE__RMS_TU') { contType = 'attraction' typeNum = 1; } else if (cont.contsSeCd == 'CONTS_SE__RMS_EV') { contType = 'festivals'; typeNum = 4; } else if (cont.contsSeCd == 'CONTS_SE__RMS_LS') { contType = 'sport'; typeNum = 5; } else if (cont.contsSeCd == 'CONTS_SE__RMS_AC') { contType = 'staying' typeNum = 2; } htmlList += '

  • ' + ' Me gusta ' + cont.contsTtl + '' + '
  • ' } } $('#'+type+'List').append(htmlList); if (contsTypeMap[type].vTotalCount == 0) { contsTypeMap[type].vTotalPages = 1; $('#' + type + 'List').html('

    • Cheong Wa Dae (Casa Azul) (청와대): VISITKOREA (1)
    • No hay resultados

    '); $("#" + type + "SearchMo").hide(); } else { if ($("#" + type + "List li").length == contsTypeMap[type].vTotalCount) { $("#" + type + "SearchMo").hide(); } else { $("#" + type + "SearchMo").show(); } } } // 서브 템플릿 스와이프 var handleSwiperTemplateRgnContents = () => { const $swiper = ".js-swiper-template2"; if (get($swiper)) { const swiper01 = new Swiper($swiper, { slidesPerView: 1, slidesPerGroup: 1, spaceBetween: 0, lazy: { loadPrevNext:true, }, navigation: { nextEl: ".swiper-button-next", prevEl: ".swiper-button-prev", }, pagination: { el: ".swiper-pagination", type: "fraction", }, }); } }; $(document).ready(function() { handleSwiperTemplateRgnContents(); let tabSwiperMenu=$('.js-tabSwiper-menu'); let tabSwiperMenuSwiperWrapper=tabSwiperMenu.find('.swiper-wrapper')[0]; let tabSwiperMenuSwiperSlides=tabSwiperMenu.find('.swiper-slide'); let totalSlideMenuWidth = 0; tabSwiperMenuSwiperSlides.each((idx,slide)=>{ totalSlideMenuWidth += tabSwiperMenu.find('.swiper-slide').eq(idx).outerWidth(true); }) let wrapperWidth = tabSwiperMenuSwiperWrapper.offsetWidth; let menuSlide = true; if(wrapperWidth >= totalSlideMenuWidth) { menuSlide=false; $(".destinations__tabSwiper__menu.surround .swiper").css("margin-bottom","0px"); $(".destinations__tabSwiper__menu.surround .swiper").css("height","70px"); } $(".vkmaplink").attr("href",vkmaplink); var $section = $('#' + 'destPop-02'); var type = ""; if ($section.length > 0) { var menuRectLeft = []; var tabMenu = $section.find('.js-tabMenu'); var selected = "is-selected"; var isTouchDevice = (navigator.maxTouchPoints || 'ontouchstart' in document.documentElement); type = (isTouchDevice) ? "touchend" : "click"; // 스와이프 탭 매뉴 var swiperMenu = new Swiper('.js-tabSwiper-menu', { slidesPerView: 'auto', //보기당 슬라이드 수 spaceBetween: 14, // 슬라이드 사이의 거리(px) preventClicks: true, // 스와이프 하는 동안 링크 클릭 방지 preventClicksPropagation: true, // 스와이프 하는 동안 링크에서 클릭 이벤트 전파 중지 //observer: true, // 스타일을 변경하거나 하위요소를 수정할 떄마다 Swiper가 업데이트 //observeParents: true, // 상위 요소에 대한 감시필요 여부 pagination: { el: '.swiper-pagination', type: 'progressbar', } }); // 스와이프 탭패널 var startNum, endNum; var swiperPanel = new Swiper(".js-tabSwiper-panel1", { slidesPerView: "auto", spaceBetween: 0, allowTouchMove: false, on: { slideChange(swiper) { const activeIdx = swiper.activeIndex; const target = $section.find('.swiper-slide').get(activeIdx); // 탭메뉴 클래스 삭제 tabMenu.parent().removeClass(selected); handlerMenuCenter(activeIdx, target); target.classList.add(selected); // 홈페이지 영역 Home 탭에서만 노출 if (activeIdx == 0) { $('.link__group').removeClass('d-none'); } else { $('.link__group').addClass('d-none'); } updateProgressBar(swiper); }, touchStart(swiper, event) { (isTouchDevice) ? startNum = swiper.touches.startX : startNum = event.clientX; }, touchEnd(swiper, event) { const speed = 500; (isTouchDevice) ? endNum = swiper.touches.currentX : endNum = event.clientX; if (startNum > endNum && startNum - endNum >= 100) { swiperPanel.slideNext(speed); } else if (startNum < endNum && endNum - startNum >= 100) { swiperPanel.slidePrev(speed); } } } }); $(window).resize(function() { if ($(window).width() <= 1200) { swiperPanel.allowTouchMove = true; } else { swiperPanel.allowTouchMove = false; } updateProgressBar(swiperPanel); }).resize(); // 메뉴 기본 left 좌표값 tabMenu.each((index, menu) => { let offset = 0; if (isPlanPop_rgnContentsView == "Y") { $("#popup-contentDetail").find(".popup__container__group") offset = $("#popup-contentDetail").find(".popup__container__group")[0].getBoundingClientRect().left; } menuRectLeft.push(menu.getBoundingClientRect().left-offset); }); // 토글 버튼 var handlerToggleBtn = (e) => { e.preventDefault(); ($section.classList.contains("is-toggle-up")) ? $section.classList.remove("is-toggle-up") : $section.classList.add("is-toggle-up") } // 탭메뉴 클릭 이벤트 tabMenu.each((index, menu) => { menu.addEventListener("click", (e) => { const { currentTarget } = e; const target = currentTarget.parentNode; // 탭메뉴 클래스 삭제 target.classList.remove(selected); handlerMenuCenter(index, target); target.classList.add(selected); swiperPanel.slideTo(index, 0); updateProgressBar(swiperPanel); }); }); // 탭메뉴 클릭, 가운데 정렬 var handlerMenuCenter = (index, target) => { if (menuSlide==false) { return; } const snbwrap = $section.find('.swiper-wrapper').get(0); const boxWidth = $section.width(); const wrapWidth = snbwrap.scrollWidth; const targetPos = menuRectLeft[index]; const selectTargetPos = targetPos + target.offsetWidth/2; let pos; if (selectTargetPos <= boxWidth / 2) { pos = 0; } else if (wrapWidth - selectTargetPos <= boxWidth / 2) { pos = wrapWidth - boxWidth + 27; } else { pos = targetPos - (boxWidth / 2) + (target.offsetWidth / 2); } if(wrapWidth > boxWidth) { setTimeout(function() { $(snbwrap).css({ transform: 'translate3d('+ (pos*-1) + 'px, 0, 0)', 'transition-duration': '500ms' }); }, 200); } } } $.ajax({ url: '/svc/contents/getContentsByDistance.do', method: 'GET', data: { 'lat': lat, 'lot': lot, 'distance': 50, 'vcontsId': 72139 }, success: function (data) { contsTypeMap['all'].vTotalCount = data['allList'].data.pagination.totalCount; drawList(data['allList'].data.contents, "all"); contsTypeMap['attraction'].vTotalCount = data['attractionList'].data.pagination.totalCount; drawList(data['attractionList'].data.contents, "attraction"); contsTypeMap['restaurants'].vTotalCount = data['restaurantsList'].data.pagination.totalCount; drawList(data['restaurantsList'].data.contents, "restaurants"); contsTypeMap['accommodations'].vTotalCount = data['accommodationsList'].data.pagination.totalCount; drawList(data['accommodationsList'].data.contents, "accommodations"); contsTypeMap['shopping'].vTotalCount = data['shoppingList'].data.pagination.totalCount; drawList(data['shoppingList'].data.contents, "shopping"); contsTypeMap['festival'].vTotalCount = data['festivalList'].data.pagination.totalCount; drawList(data['festivalList'].data.contents, "festival"); contsTypeMap['sports'].vTotalCount = data['sportsList'].data.pagination.totalCount; drawList(data['sportsList'].data.contents, "sports"); if (history.state && history.state.ariaLabel) { let ariaLabel = history.state.ariaLabel; let ariaNum = ariaLabel.slice(0, ariaLabel.indexOf('/')); swiperMenu.slideTo(ariaNum - 1, 0); swiperPanel.slideTo(ariaNum - 1, 0); let historyPage = history.state.vPage; let keys = Object.keys(contsTypeMap); doSearchMo(keys[ariaNum - 1], historyPage); } history.pushState(null, null, '') } }); // 슬라이드 설정 var localSwiper = new Swiper('.local_content', { slidesPerView: 'auto', spaceBetween: 14, slideToClickedSlide: true, watchOverflow : true, preventClicks: true, // 스와이프 하는 동안 링크 클릭 방지 preventClicksPropagation: true, breakpoints: { 1200: { touchRatio: 1, }, } }); // 클릭 이벤트 핸들러 $(".scroll_move").click(function(event) { event.preventDefault(); $('.scroll_move').removeClass('active'); $(this).addClass('active'); $(this).siblings().removeClass('active'); }); $('.scroll_move').click(function(e) { e.preventDefault(); var targetId = $(this).attr('href'); var targetOffset = $(targetId).offset().top; let heightOffset = 110; // 여정플래너 팝업을 통해 들어온 경우 if (isPlanPop_rgnContentsView === "Y") { if ($(window).width() <= 1200) { // Mobile $("#popup-contentDetail li[class*='scroll']").animate({ scrollTop: ($("#popup-contentDetail li[class*='scroll']").scrollTop() + targetOffset) - $(".popup__header__group").outerHeight() }, 500); } else { // PC $("#popup-contentDetail li[class*='scroll']").animate({ scrollTop : targetOffset - $("#popup-contentDetail li[class*='scroll']").offset().top + $("#popup-contentDetail li[class*='scroll']").scrollTop() }, 500); } } else { // 모바일 화면에서는 다른 오프셋을 적용 if ($(window).width() <= 1200) { // 모바일 화면 조건에서만 적용되는 오프셋 조정 $('html, body').animate({ scrollTop: targetOffset - heightOffset }, 500); } else { // 비모바일 화면에서는 일반 오프셋 적용 $('html, body').animate({ scrollTop: targetOffset - 140 }, 500); } } }); var wind = $(window), header = $('.local_contentBox'), headerOffsetTop = header.offset().top; wind.scroll(function() { if ($(this).scrollTop() >= headerOffsetTop - 300) { header.addClass('sticky'); } else { header.removeClass('sticky'); } }); var position = new naver.maps.LatLng(lat, lot); var map = new naver.maps.Map('map3', { center: position, zoom: 13, zoomControl: true, //Zoom 컨트롤 표시여부 zoomControlOptions: { //Zoom 컨트롤 옵션 style: naver.maps.ZoomControlStyle.SMALL, position: naver.maps.Position.TOP_RIGHT } }); var markers = []; markers.push(new naver.maps.Marker({ map: map, position: position })); });

      • Presentación
      • Información básica
      • Mapa
      • Lugares cercanos

      Cheong Wa Dae (también conocida como Casa Azul) se compone del Edificio de la Oficina Principal, Yeongbingwan (Residencia de los Huéspedes de Estado), Chunchugwan (Pabellón de Primavera y Otoño), el parque Nokjiwon, Mugunghwa Dongsan y el santuario Chilgung. Las formas singularmente únicas de los edificios guardan un gran interés. Su estética sigue el estilo tradicional coreano. Las tejas azules y las suaves líneas curvas del techo del edificio principal son bellísimas. Aproximadamente 150.000 tejas componen el techo de Cheong Wa Dae, cada una de las cuales fueron cocidas al horno, en forma individual, de modo que son suficientemente fuertes como para ser usadas por más de un siglo. Mirando hacia la derecha encontrará Chunchugwan. El techo de Chunchugwan fue hecho de las tradicionales tejas de barro cocido y aquí es donde el presidente de la nación llevaba adelante sus conferencias de prensa. A la izquierda de la Oficina Principal, se halla Yeongbingwan. Esta construcción fue diseñada para alojar grandes conferencias y eventos oficiales durante las visitas de los invitados extranjeros. Luce muy lujosa y magnificente con sus 18 columnas de piedra que sustentan al edificio. Asimismo, puede pasear por el jardín Nokjiwon y el valle Mugunghwa. Nokjiwon es donde una sucesión de presidentes plantaron árboles en ocasiones memorables. Allí, hay un famoso árbol que tiene 310 años de edad. El valle Mugunghwa se encuentra lleno de flores de la rosa de Sharon, una fuente y una estatua del ave fénix, que conforman el lugar perfecto para la toma de fotografías. El lugar presenta un paisaje aún más bello entre julio y octubre, cuando las flores mugunghwa, la flor nacional, rompen sus pimpollos y cubren el jardín con su aroma. Todos los obsequios entregados al presidente se encuentran dispuestos aquí en exposición. Desde mayo de 2022, el predio de Cheong Wa Dae se encuentra abierto al público.

      Dar un paseo por los alrededores de Cheong Wa Dae es un gran placer, por los paisajes atractivos y peculiares. Estos caminos de paseo se despliegan por un lado del palacio Gyeongbokgung pasando por Cheong Wa Dae y llegando al Parque de Samcheong-dong. El trayecto desde la puerta Dongmun del palacio Gyeongbokgung hasta Cheong Wa Dae es el recorrido más bello. Junto a un camino que se despliega por el centro, se encuentra el Muro de Piedra del Palacio Gyeongbokgung hacia la izquierda, las galerías de arte, y los edificios antiguos hacia la derecha. Junto al Muro de Piedra del Palacio Gyeongbokgung crecen árboles añejos que relajan y reconfortan a los que pasean junto a él. Gracias a sus coloridas hojas, el sendero se convierte en un paseo muy romántico durante la época de otoño. Cruzando la calle se encuentran la Galería Hyundai y el Museo Kumho, entre otros lugares artísticos, y también hay una variedad de cafeterías elegantes.

      • Address

        Dirección Cómo llegar

        Cheongwadae-ro 1, Jongno-gu, Seúl

        서울특별시 종로구 효자로13길 45

      • Website

      • Operating hours

        Horario de atención

        De marzo a noviembre: 09:00-18:00 (se admite la entrada hasta las 17:30) / De diciembre a febrero: 09:00-17:30 (se admite la entrada hasta las 17:00).

      • Holiday

        Información sobre días de cierre

        Todos los martes (sin embargo, si un martes es festivo, ese día abre normalmente y cierra al día siguiente).

      • Inquiries

        Tarifa de uso

        Gratis.

      • Parking

        Estacionamiento

        Posee (utilizar el estacionamiento del palacio Gyeongbokgung, con costo).

      • Use information

        Información adicional

        Alquiler de cochecito de bebé

        Baño

      Mapa Cómo llegar

      Lugares cercanos ¡Aquí le dejamos algunos destinos recomendados en los alrededores! Las atracciones dentro de un radio de 50 kilómetros están ordenadas según su cercanía.

      Todo

      Lugares turísticos

      Restaurantes

      Alojamiento

      Compras

      Festivales / Eventos / Espectáculos

      Deportes recreativos

    Cheong Wa Dae (Casa Azul) (청와대): VISITKOREA (2024)
    Top Articles
    Latest Posts
    Recommended Articles
    Article information

    Author: Maia Crooks Jr

    Last Updated:

    Views: 6161

    Rating: 4.2 / 5 (43 voted)

    Reviews: 82% of readers found this page helpful

    Author information

    Name: Maia Crooks Jr

    Birthday: 1997-09-21

    Address: 93119 Joseph Street, Peggyfurt, NC 11582

    Phone: +2983088926881

    Job: Principal Design Liaison

    Hobby: Web surfing, Skiing, role-playing games, Sketching, Polo, Sewing, Genealogy

    Introduction: My name is Maia Crooks Jr, I am a homely, joyous, shiny, successful, hilarious, thoughtful, joyous person who loves writing and wants to share my knowledge and understanding with you.