(window.webpackJsonp=window.webpackJsonp||[]).push([[100],{1224:function(t,e,a){"use strict";a.r(e);var s=a(4),r=(a(23),a(65),a(66),a(39),a(891)),n=a.n(r),i=a(819),o=a(940),c=a(853),p=a(822),u=a(815),l=a(814),d={components:{Card:i.a,MapView:o.a,Grid:p.a,Typo:u.a,Button:l.a},mixins:[c.a],asyncData:function(t){return Object(s.a)(regeneratorRuntime.mark((function e(){var a;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,t.$axios.get("/banners/".concat(t.params.themeId));case 3:return a=e.sent,e.abrupt("return",{info:a.data.info,spaces:n()(a.data.spaces.spaces),page:a.data.spaces.page,isLoading:!1});case 7:return e.prev=7,e.t0=e.catch(0),e.abrupt("return",{isLoading:!1});case 11:case"end":return e.stop()}}),e,null,[[0,7]])})))()},data:function(){return{isInit:!1,isShowMap:!1,isLoading:!0,info:"",page:"",spaces:[]}},head:function(){var t=this.info;if(t)return{meta:[{property:"og:title",content:t?"".concat(t.title.replace("<br>","")," - 스페이스클라우드"):"스페이스클라우드"},{property:"og:type",content:"article"},{property:"og:description",content:t?"".concat(t.summary):"스페이스클라우드"},{property:"og:image",content:t.image_url},{property:"og:url",content:"https://www.spacecloud.kr/".concat(this.$route.path)},{property:"og:article:author",content:"스페이스클라우드(SpaceCloud)"}],script:[{src:"https://dapi.kakao.com/v2/maps/sdk.js?autoload=false&appkey=5ac357ee7e43a11551504a15ebd80061&libraries=clusterer",defer:!0}]}},created:function(){this.$store.commit("SET_PAGEINFO",{isNoFooter:!1}),this.ExposedSpacesLogging("theme",this.spaces.map((function(t){return t.space_id})))}},_=a(7),m=Object(_.a)(d,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:{noscroll:t.isShowMap},attrs:{id:"content_wraper",role:"main"}},[t.info?a("div",{staticClass:"inner_width"},[a("section",{staticClass:"theme_area"},[a("div",{staticClass:"center_wrap",style:{backgroundImage:"url("+t.info.image_url+")"}},[a("div",{staticClass:"center"},[a("div",{staticClass:"result"},[a("h3",{domProps:{innerHTML:t._s(t.info.title)}})]),t._v(" "),a("p",{staticClass:"sub_desc"},[t._v(t._s(t.info.summary))])])]),t._v(" "),a("a",{staticClass:"btn btn_share btn_location",on:{click:function(e){t.isShowMap=!0}}},[t._m(0)])]),t._v(" "),a("section",{staticClass:"result_area"},[a("h2",{staticClass:"blind"},[t._v("기획전")]),t._v(" "),a("div",{staticClass:"space_list"},[a("div",{staticClass:"flex_wrap column3 fluid"},t._l(t.spaces,(function(t){return a("Card",{key:t.space_id,attrs:{space:t,"log-type":"theme"}})})),1)]),t._v(" "),t.isLoading?a("span",{staticClass:"loading"},[a("i",{staticClass:"ico_loading sp_icon"})]):t._e()])]):a("div",{staticClass:"inner_width"},[a("Grid",{attrs:{height:"80vh","align-content":"center","justify-content":"center"}},[a("Grid",{attrs:{"justify-content":"center",justify:"center",gap:"8px"}},[a("Typo",{attrs:{size:"20px",color:"grey70",sm:{size:"16px"}}},[t._v("노출중지 또는 삭제되어 찾을 수 없는 페이지입니다.")]),t._v(" "),a("Typo",{attrs:{size:"20px",color:"grey70",sm:{size:"16px"}}},[t._v("서비스 이용에 불편을 드려 죄송합니다.")])],1),t._v(" "),a("Grid",{attrs:{"margin-top":"80px","justify-content":"center",justify:"center"}},[a("Button",{attrs:{variant:"flat",color:"primary",width:"200px",height:"52px"},on:{click:function(e){return t.$router.replace("/")}}},[a("Typo",{attrs:{color:"white",bold:""}},[t._v("홈으로 이동")])],1)],1)],1)],1),t._v(" "),t.isShowMap?a("MapView",{attrs:{keyword:t.info.title,items:t.spaces,"hide-map":function(){return t.isShowMap=!1}}}):t._e()],1)}),[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("span",{staticClass:"txt_location"},[t._v("지도"),a("em",[t._v("로 보기")])])}],!1,null,null,null);e.default=m.exports},853:function(t,e,a){"use strict";var s=a(4);a(39);e.a={methods:{ExposedSpacesLogging:function(t,e,a){var r=this;return Object(s.a)(regeneratorRuntime.mark((function s(){var n,i,o,c;return regeneratorRuntime.wrap((function(s){for(;;)switch(s.prev=s.next){case 0:n=localStorage.getItem("user"),i=localStorage.getItem("anonymous_id"),o=n?JSON.parse(n).id:"",c=window.location.href,r.$axios.post("/log/exposed/spaces",{space_ids:e,type:t,anonymous_id:i,user_id:o,referer:c,ad_ids:a,exposed_at:r.$moment().format()},{baseURL:location.origin});case 1:case"end":return s.stop()}}),s)})))()}}}}}]);