{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/5Bre0YrfDJ8rYaeqZlbL/HpF4pZygQhgJRqMyHq78/Analytics.js", "ssg:https://asset.29cm.co.kr/contents/framer/components/systems/Button/Button.utils.js", "ssg:https://asset.29cm.co.kr/contents/framer/components/systems/Button/Button.js", "ssg:https://framerusercontent.com/modules/EJhnN6H5JBs1OGhjqH6Z/okTKWpsopDw19IqXh0Iy/Button.js", "ssg:https://framerusercontent.com/modules/Mr1a44FnI8UGpW8xUWP5/lhCHQ4C9FALxTdyEPzvh/yJZf6OVR3.js", "ssg:https://framerusercontent.com/modules/Qf2aIEhpdInYL1LWqxyb/MNXW87CFhenJviib8DGo/UvS6tylpu.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{forwardRef}from\"react\";import{useRef,useEffect}from\"react\";import{useInView}from\"framer-motion\";import{useTrackClickComponent,useTrackViewComponent}from\"https://asset.29cm.co.kr/contents/framer/components/canvas/ComponentEventTracker/ComponentEventTracker.hooks.event.js\";const getComponent=(props,Component)=>Component[\"displayName\"]||props[\"name\"]||props[\"data-framer-name\"];// prettier-ignore\nconst mergeRefs=(...refs)=>{return value=>{refs.forEach(ref=>{if(typeof ref===\"function\"){ref(value);}else if(ref!=null){ref.current=value;}});};};export function withViewEventTracker(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const component=getComponent(props,Component);const containerRef=useRef(null);const isInView=useInView(containerRef);const{trackViewComponent}=useTrackViewComponent();useEffect(()=>{if(!isInView){return;}trackViewComponent(component);},[isInView]);return /*#__PURE__*/_jsx(Component,{...props,ref:mergeRefs(ref,containerRef)});});}export function withClickEventTracker(Component){return props=>{const component=getComponent(props,Component);const{trackClickComponent}=useTrackClickComponent();const handleClick=()=>{trackClickComponent(component);};return /*#__PURE__*/_jsx(Component,{...props,onTap:handleClick});};}export function withViewClickEventTracker(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const component=getComponent(props,Component);const containerRef=useRef(null);const isInView=useInView(containerRef);const{trackViewComponent}=useTrackViewComponent();const{trackClickComponent}=useTrackClickComponent();useEffect(()=>{if(!isInView){return;}trackViewComponent(component);},[isInView]);const handleClick=()=>{trackClickComponent(component);};return /*#__PURE__*/_jsx(Component,{ref:mergeRefs(ref,containerRef),...props,onTap:handleClick});});}\nexport const __FramerMetadata__ = {\"exports\":{\"withViewClickEventTracker\":{\"type\":\"reactHoc\",\"name\":\"withViewClickEventTracker\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withViewEventTracker\":{\"type\":\"reactHoc\",\"name\":\"withViewEventTracker\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withClickEventTracker\":{\"type\":\"reactHoc\",\"name\":\"withClickEventTracker\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Analytics.map", "import { getAnchorTarget } from \"../../../utils/getAnchorTarget.js\";\nconst reshapeProps = (props) => {\n  const {\n    url,\n    onTap,\n    prefixIcon,\n    postfixIcon,\n    fillIcon,\n    ...rest\n  } = props;\n  const disabled = rest.variant === \"disabled\";\n  return {\n    as: url ? \"a\" : \"button\",\n    href: url,\n    target: url ? getAnchorTarget(url) : \"_self\",\n    disabled,\n    onClick: onTap,\n    ...toPropsWithIcon(fillIcon, prefixIcon, postfixIcon),\n    ...rest\n  };\n};\nconst toPropsWithIcon = (fill, prefixIcon, postfixIcon) => {\n  if (!postfixIcon) {\n    return {\n      prefixIcon: toIconOptions(fill, prefixIcon)\n    };\n  }\n  return {\n    postfixIcon: toIconOptions(fill, postfixIcon)\n  };\n};\nconst toIconOptions = (fill, icon) => typeof icon === \"string\" ? {\n  type: icon,\n  fill\n} : void 0;\nexport {\n  reshapeProps\n};\n", "import { jsx } from \"react/jsx-runtime\";\nimport { addPropertyControls, ControlType } from \"framer\";\nimport { Button as Default } from \"../../@shared/Button/Button.js\";\nimport { PREFIX_ICON_OPTIONS, POSTFIX_ICON_OPTIONS } from \"./Button.constants.js\";\nimport { reshapeProps } from \"./Button.utils.js\";\nimport { ButtonVariant, ButtonTheme, ButtonSize } from \"../../@shared/Button/Button.types.js\";\nimport { useCreateIsomorphicAppSchemeLink } from \"../../../hooks/useCreateIsomorphicAppSchemeLink.js\";\nconst FramerButton = (props) => {\n  const url = useCreateIsomorphicAppSchemeLink(props.url);\n  const {\n    text,\n    ...rest\n  } = reshapeProps({\n    ...props,\n    url\n  });\n  return /* @__PURE__ */ jsx(Default, { ...rest, children: text });\n};\naddPropertyControls(FramerButton, {\n  variant: {\n    type: ControlType.Enum,\n    title: \"\uBCC0\uD615\",\n    options: [ButtonVariant.PRIMARY, ButtonVariant.SECONDARY, ButtonVariant.TERTIARY, ButtonVariant.CUSTOM, ButtonVariant.DISABLED],\n    optionTitles: [\"primary\", \"secondary\", \"tertiary\", \"custom\", \"disabled\"]\n  },\n  theme: {\n    type: ControlType.Enum,\n    title: \"\uD14C\uB9C8\",\n    options: [ButtonTheme.LIGHT, ButtonTheme.DARK],\n    optionTitles: [\"light\", \"dark\"],\n    defaultValue: ButtonTheme.LIGHT,\n    displaySegmentedControl: true\n  },\n  backgroundColor: {\n    hidden: ({\n      variant\n    }) => variant !== ButtonVariant.CUSTOM,\n    type: ControlType.Color,\n    title: \"\uBC30\uACBD \uC0C9\uC0C1\",\n    optional: true\n  },\n  color: {\n    hidden: ({\n      variant\n    }) => variant !== ButtonVariant.CUSTOM,\n    type: ControlType.Color,\n    title: \"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1\",\n    optional: true\n  },\n  size: {\n    type: ControlType.Enum,\n    title: \"\uD06C\uAE30\",\n    options: [ButtonSize.LARGE, ButtonSize.MEDIUM, ButtonSize.SMALL, ButtonSize.X_SMALL],\n    optionTitles: [\"large\", \"medium\", \"small\", \"xSmall\"],\n    defaultValue: ButtonSize.MEDIUM\n  },\n  fill: {\n    type: ControlType.Boolean,\n    title: \"\uBC18\uC751\uD615 \uB108\uBE44\",\n    defaultValue: false\n  },\n  text: {\n    type: ControlType.String,\n    title: \"\uD14D\uC2A4\uD2B8\",\n    defaultValue: \"\uD14D\uC2A4\uD2B8\"\n  },\n  prefixIcon: {\n    hidden: ({\n      postfixIcon\n    }) => postfixIcon !== void 0,\n    type: ControlType.Enum,\n    title: \"\uC88C\uCE21 \uC544\uC774\uCF58\",\n    options: [void 0, ...PREFIX_ICON_OPTIONS],\n    optionTitles: [\"\uC120\uD0DD \uC548 \uD568\", ...PREFIX_ICON_OPTIONS]\n  },\n  postfixIcon: {\n    hidden: ({\n      prefixIcon\n    }) => prefixIcon !== void 0,\n    type: ControlType.Enum,\n    title: \"\uC6B0\uCE21 \uC544\uC774\uCF58\",\n    options: [void 0, ...POSTFIX_ICON_OPTIONS],\n    optionTitles: [\"\uC120\uD0DD \uC548 \uD568\", ...POSTFIX_ICON_OPTIONS]\n  },\n  fillIcon: {\n    type: ControlType.Boolean,\n    title: \"\uC544\uC774\uCF58 \uCC44\uC6B0\uAE30\",\n    defaultValue: false\n  },\n  url: {\n    hidden: ({\n      variant\n    }) => variant === ButtonVariant.DISABLED,\n    type: ControlType.Link,\n    title: \"URL\"\n  },\n  onTap: {\n    hidden: ({\n      variant\n    }) => variant === ButtonVariant.DISABLED,\n    type: ControlType.EventHandler\n  }\n});\nexport {\n  FramerButton\n};\n", "import{FramerButton}from\"https://asset.29cm.co.kr/contents/framer/components/systems/Button/Button.js\";// import { FramerButton } from \"http://localhost:4173/components/systems/Button/Button.js\"\nFramerButton.displayName=\"Button\";/**\n * @framerDisableUnlink\n */export default FramerButton;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerButton\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Button.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Icon from\"https://framerusercontent.com/modules/SG4xUagjjnWfRbTksrvL/1SmWPZhe6a5JiRkDyVjO/Icon.js\";import{withClickEventTracker}from\"https://framerusercontent.com/modules/jfZkPONN39ogV3hUVVSA/I5LefFPJB8tAJE6OrFdb/Analytics.js\";const IconFonts=getFonts(Icon);const MotionAWithClickEventTracker1e93pob=withCodeBoundaryForOverrides(motion.a,{nodeId:\"ZV201229Z\",override:withClickEventTracker,scopeId:\"yJZf6OVR3\"});const serializationHash=\"framer-Ke65x\";const variantClassNames={ZV201229Z:\"framer-v-1e93pob\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({_,_1,_2,_3,height,id,width,...props})=>{return{...props,d5O273NaF:_2??props.d5O273NaF??\"\uAE00\uB85C\uBC8C\uB098\uC774\uD504\",TuK60R9TQ:_3??props.TuK60R9TQ,w5eop43XG:_1??props.w5eop43XG??\"51\",YTpyqN9Ch:_??props.YTpyqN9Ch??{src:\"https://framerusercontent.com/images/d8tp25biNRTtX2FbEq9qwyFgPg.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/d8tp25biNRTtX2FbEq9qwyFgPg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/d8tp25biNRTtX2FbEq9qwyFgPg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/d8tp25biNRTtX2FbEq9qwyFgPg.jpg 1600w\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,YTpyqN9Ch,w5eop43XG,d5O273NaF,TuK60R9TQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"ZV201229Z\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:TuK60R9TQ,motionChild:true,nodeId:\"ZV201229Z\",scopeId:\"yJZf6OVR3\",children:/*#__PURE__*/_jsx(MotionAWithClickEventTracker1e93pob,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:864,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:864,pixelWidth:1500,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/14ALxKOGkmmW5w8nCfcOADbXORU.jpg\",srcSet:\"https://framerusercontent.com/images/14ALxKOGkmmW5w8nCfcOADbXORU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/14ALxKOGkmmW5w8nCfcOADbXORU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/14ALxKOGkmmW5w8nCfcOADbXORU.jpg 1500w\"},className:`${cx(scopingClassNames,\"framer-1e93pob\",className,classNames)} framer-9tdqbm`,\"data-framer-name\":\"ArchvieListBanner\",layoutDependency:layoutDependency,layoutId:\"ZV201229Z\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wdz4r2\",layoutDependency:layoutDependency,layoutId:\"fqp1pj_lT\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:900,intrinsicWidth:1600,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||291)-20-1110)/2)+0+0),pixelHeight:900,pixelWidth:1600,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(YTpyqN9Ch),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1gj1a44\",layoutDependency:layoutDependency,layoutId:\"PED1ZVWUl\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w623a1\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"CO_ZAnCVj\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18c6q91\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"vb1sSD3DS\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2ys364\",layoutDependency:layoutDependency,layoutId:\"oNVQhB8D1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgTWVkaXVt\",\"--framer-font-family\":'\"Pretendard Medium\", \"Pretendard Medium Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\"},children:\"Ep.\"})}),className:\"framer-n7d94l\",fonts:[\"CUSTOM;Pretendard Medium\"],layoutDependency:layoutDependency,layoutId:\"uXn1P6GGT\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgTWVkaXVt\",\"--framer-font-family\":'\"Pretendard Medium\", \"Pretendard Medium Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\"},children:\"51\"})}),className:\"framer-136iq2w\",fonts:[\"CUSTOM;Pretendard Medium\"],layoutDependency:layoutDependency,layoutId:\"sUU7_tfXs\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:w5eop43XG,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgTWVkaXVt\",\"--framer-font-family\":'\"Pretendard Medium\", \"Pretendard Medium Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\"},children:\"\uAE00\uB85C\uBC8C\uB098\uC774\uD504\"})}),className:\"framer-j6xfa5\",fonts:[\"CUSTOM;Pretendard Medium\"],layoutDependency:layoutDependency,layoutId:\"k_z1jp8TK\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:d5O273NaF,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-omhfci-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"J5WQJ5JDv-container\",nodeId:\"J5WQJ5JDv\",rendersWithMotion:true,scopeId:\"yJZf6OVR3\",children:/*#__PURE__*/_jsx(Icon,{fill:false,height:\"100%\",id:\"J5WQJ5JDv\",layoutId:\"J5WQJ5JDv\",size:16,type:\"chevronRight\",weight:\"regular\",width:\"100%\"})})})]})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ke65x.framer-9tdqbm, .framer-Ke65x .framer-9tdqbm { display: block; }\",\".framer-Ke65x.framer-1e93pob { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px 0px 20px 0px; position: relative; text-decoration: none; width: 419px; }\",\".framer-Ke65x .framer-wdz4r2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ke65x .framer-1gj1a44 { aspect-ratio: 1.7783333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 236px); position: relative; width: 100%; }\",\".framer-Ke65x .framer-1w623a1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-Ke65x .framer-18c6q91 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-Ke65x .framer-2ys364 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Ke65x .framer-n7d94l, .framer-Ke65x .framer-136iq2w, .framer-Ke65x .framer-j6xfa5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Ke65x .framer-omhfci-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Ke65x.framer-1e93pob, .framer-Ke65x .framer-wdz4r2, .framer-Ke65x .framer-1w623a1, .framer-Ke65x .framer-18c6q91, .framer-Ke65x .framer-2ys364 { gap: 0px; } .framer-Ke65x.framer-1e93pob > *, .framer-Ke65x .framer-2ys364 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Ke65x.framer-1e93pob > :first-child, .framer-Ke65x .framer-18c6q91 > :first-child, .framer-Ke65x .framer-2ys364 > :first-child { margin-left: 0px; } .framer-Ke65x.framer-1e93pob > :last-child, .framer-Ke65x .framer-18c6q91 > :last-child, .framer-Ke65x .framer-2ys364 > :last-child { margin-right: 0px; } .framer-Ke65x .framer-wdz4r2 > *, .framer-Ke65x .framer-1w623a1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Ke65x .framer-wdz4r2 > :first-child, .framer-Ke65x .framer-1w623a1 > :first-child { margin-top: 0px; } .framer-Ke65x .framer-wdz4r2 > :last-child, .framer-Ke65x .framer-1w623a1 > :last-child { margin-bottom: 0px; } .framer-Ke65x .framer-18c6q91 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 291\n * @framerIntrinsicWidth 419\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"YTpyqN9Ch\":\"_\",\"w5eop43XG\":\"_1\",\"d5O273NaF\":\"_2\",\"TuK60R9TQ\":\"_3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryJZf6OVR3=withCSS(Component,css,\"framer-Ke65x\");export default FrameryJZf6OVR3;FrameryJZf6OVR3.displayName=\"ArchiveListBanner\";FrameryJZf6OVR3.defaultProps={height:291,width:419};addPropertyControls(FrameryJZf6OVR3,{YTpyqN9Ch:{__defaultAssetReference:\"data:framer/asset-reference,d8tp25biNRTtX2FbEq9qwyFgPg.jpg?originalFilename=%C3%A1%C2%84%C2%8B%C3%A1%C2%85%C2%B1%C3%A1%C2%84%C2%85%C3%A1%C2%85%C2%A5%C3%A1%C2%84%C2%87%C3%A1%C2%85%C2%B3+%C3%A1%C2%84%C2%85%C3%A1%C2%85%C2%B5%C3%A1%C2%84%C2%89%C3%A1%C2%85%C2%B3%C3%A1%C2%84%C2%90%C3%A1%C2%85%C2%B3%C3%A1%C2%84%C2%8F%C3%A1%C2%85%C2%A5%C3%A1%C2%86%C2%BA+%C3%A1%C2%84%C2%80%C3%A1%C2%85%C2%A1%C3%A1%C2%84%C2%8B%C3%A1%C2%85%C2%B5%C3%A1%C2%84%C2%83%C3%A1%C2%85%C2%B3list_w.jpg&preferredSize=auto\",title:\"\uC774\uBBF8\uC9C0\",type:ControlType.ResponsiveImage},w5eop43XG:{defaultValue:\"51\",displayTextArea:false,title:\"\uC5D0\uD53C\uC18C\uB4DC\",type:ControlType.String},d5O273NaF:{defaultValue:\"\uAE00\uB85C\uBC8C\uB098\uC774\uD504\",displayTextArea:false,title:\"\uD68C\uCC28\uBA85\",type:ControlType.String},TuK60R9TQ:{title:\"\uB9C1\uD06C\",type:ControlType.Link}});addFonts(FrameryJZf6OVR3,[{explicitInter:true,fonts:[{family:\"Pretendard Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/Zz1SyNcAE05UfirXmAdWGcSx5I.woff2\"}]},...IconFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryJZf6OVR3\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"291\",\"framerIntrinsicWidth\":\"419\",\"framerVariables\":\"{\\\"YTpyqN9Ch\\\":\\\"_\\\",\\\"w5eop43XG\\\":\\\"_1\\\",\\\"d5O273NaF\\\":\\\"_2\\\",\\\"TuK60R9TQ\\\":\\\"_3\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yJZf6OVR3.map", "// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,Image,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCodeBoundaryForOverrides,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withViewClickEventTracker}from\"https://framerusercontent.com/modules/5Bre0YrfDJ8rYaeqZlbL/HpF4pZygQhgJRqMyHq78/Analytics.js\";import Schedulable from\"https://framerusercontent.com/modules/bv2yzxT3iEOjAMleVPGP/8UbCcuQA0I1fhMsF0CR6/Schedulable.js\";import Button from\"https://framerusercontent.com/modules/EJhnN6H5JBs1OGhjqH6Z/okTKWpsopDw19IqXh0Iy/Button.js\";import ArchiveListBanner from\"https://framerusercontent.com/modules/Mr1a44FnI8UGpW8xUWP5/lhCHQ4C9FALxTdyEPzvh/yJZf6OVR3.js\";import Icon from\"https://framerusercontent.com/modules/SG4xUagjjnWfRbTksrvL/1SmWPZhe6a5JiRkDyVjO/Icon.js\";import Bootstrap from\"https://framerusercontent.com/modules/SJt6X3sESKF8jfod5SiW/59mQHygyjkGhRYLnsiIN/Bootstrap.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bJnHw5VokAqNKlg6Rp7L/SlideShow.js\";import metadataProvider from\"#framer/local/webPageMetadata/UvS6tylpu/UvS6tylpu.js\";const BootstrapFonts=getFonts(Bootstrap);const ImageWithFX=withFX(Image);const RichTextWithFX=withFX(RichText);const ButtonFonts=getFonts(Button);const SchedulableFonts=getFonts(Schedulable);const SlideshowFonts=getFonts(Slideshow);const MotionDivWithViewClickEventTrackerfqu5jx=withCodeBoundaryForOverrides(motion.div,{nodeId:\"mM0LBHBrJ\",override:withViewClickEventTracker,scopeId:\"UvS6tylpu\"});const ArchiveListBannerFonts=getFonts(ArchiveListBanner);const IconFonts=getFonts(Icon);const breakpoints={EoqkE5gA2:\"(min-width: 1440px)\",I2EkaAW5a:\"(max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-e7aP7\";const variantClassNames={EoqkE5gA2:\"framer-v-4qdue4\",I2EkaAW5a:\"framer-v-1a0wufw\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition1={damping:60,delay:0,mass:1.2,stiffness:200,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:20};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:20};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:20};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:10};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:10};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"EoqkE5gA2\",Phone:\"I2EkaAW5a\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"EoqkE5gA2\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"I2EkaAW5a\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"I2EkaAW5a\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"EoqkE5gA2\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-4qdue4\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o5bgiv-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"aDHIu6Pqs\",scopeId:\"UvS6tylpu\",children:/*#__PURE__*/_jsx(Bootstrap,{contentId:\"2407\",excludeSectionIds:[],gnb:{theme:\"Light\",visible:false},height:\"100%\",heroBanner:{layout:\"DesktopHeroBanner\",visible:false},hideShareButton:false,id:\"aDHIu6Pqs\",layoutId:\"aDHIu6Pqs\",metadata:{description:\"29EDITION\uC740 29CM\uAC00 \uC5C4\uC120\uD55C \uBE0C\uB79C\uB4DC\uC640 \uC601\uD5A5\uB825 \uC788\uB294 \uD06C\uB9AC\uC5D0\uC774\uD130, \uB610\uB294 \uBE0C\uB79C\uB4DC \uAC04\uC758 \uD611\uC5C5\uC73C\uB85C \uD0C4\uC0DD\uD55C \uC81C\uD488\uC744 \uC18C\uAC1C\uD569\uB2C8\uB2E4.\",desktopMainVideoURL:\"\",desktopPoster:addImageAlt({src:\"https://framerusercontent.com/images/198JTXylQUU1S2bgI85GSKfTwXo.png\",srcSet:\"https://framerusercontent.com/images/198JTXylQUU1S2bgI85GSKfTwXo.png?scale-down-to=512 512w,https://framerusercontent.com/images/198JTXylQUU1S2bgI85GSKfTwXo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/198JTXylQUU1S2bgI85GSKfTwXo.png 1600w\"},\"\"),displayEndAt:{date:\"3000-12-31T00:00:00.000Z\",hours:23,minutes:59},displayStartAt:{date:\"2024-09-03T00:00:00.000Z\",hours:10,minutes:0},hasDisplayEndAt:true,mobileMainVideoURL:\"\",mobilePoster:addImageAlt({src:\"https://framerusercontent.com/images/cBOLtzvkirwzXllbrq5sbM0.png\",srcSet:\"https://framerusercontent.com/images/cBOLtzvkirwzXllbrq5sbM0.png?scale-down-to=512 512w,https://framerusercontent.com/images/cBOLtzvkirwzXllbrq5sbM0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cBOLtzvkirwzXllbrq5sbM0.png 1500w\"},\"\"),promotions:\"\",title:\"29EDITION \uC544\uCE74\uC774\uBE0C\"},style:{width:\"100%\"},useAdvancedReadingIndexTracking:false,width:\"100%\"})})}),/*#__PURE__*/_jsxs(MotionDivWithViewClickEventTrackerfqu5jx,{className:\"framer-fqu5jx\",\"data-framer-name\":\"Bigbanner\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wm7gpu\",\"data-framer-name\":\"Shadow\",id:\"wm7gpu\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14l41x1\",\"data-framer-name\":\"BigbannerText\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-anhwwz\",\"data-framer-name\":\"\uC815\uBC29\uD615\",children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",pixelHeight:373,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:\"205px\",src:\"https://framerusercontent.com/images/RPq1kCUFA9LMqNofPRUhB6zi48o.png\",srcSet:\"https://framerusercontent.com/images/RPq1kCUFA9LMqNofPRUhB6zi48o.png?scale-down-to=512 512w,https://framerusercontent.com/images/RPq1kCUFA9LMqNofPRUhB6zi48o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RPq1kCUFA9LMqNofPRUhB6zi48o.png 1920w\"},className:\"framer-1rpp6ep\",\"data-framer-name\":\"Logo\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sh5ezg\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dj47lo\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ohtc6k\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jkh9qe\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2EkaAW5a:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgQm9sZA==\",\"--framer-font-family\":'\"Pretendard Bold\", \"Pretendard Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"29EDITION\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgQm9sZA==\",\"--framer-font-family\":'\"Pretendard Bold\", \"Pretendard Bold Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"29EDITION\"})}),className:\"framer-15d3fpn\",fonts:[\"CUSTOM;Pretendard Bold\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-131wy2x\",\"data-framer-name\":\"Description\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgUmVndWxhcg==\",\"--framer-font-family\":'\"Pretendard Regular\", \"Pretendard Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"29EDITION\uC740 29CM\uAC00 \uC5C4\uC120\uD55C \uBE0C\uB79C\uB4DC\uC640 \uC601\uD5A5\uB825 \uC788\uB294 \uD06C\uB9AC\uC5D0\uC774\uD130, \uB610\uB294 \uBE0C\uB79C\uB4DC \uAC04\uC758 \uD611\uC5C5\uC73C\uB85C \uD0C4\uC0DD\uD55C \uC81C\uD488\uC744 \uC18C\uAC1C\uD569\uB2C8\uB2E4.\"})}),className:\"framer-1xk95dy\",fonts:[\"CUSTOM;Pretendard Regular\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mjr4o-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"SAnWTRxd_\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",children:/*#__PURE__*/_jsx(Schedulable,{components:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lbf34a-container\",\"data-framer-name\":\"NowButton\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,name:\"NowButton\",nodeId:\"xYv28bttJ\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",children:/*#__PURE__*/_jsx(Button,{fill:false,fillIcon:false,height:\"100%\",id:\"xYv28bttJ\",layoutId:\"xYv28bttJ\",name:\"NowButton\",postfixIcon:null,prefixIcon:null,size:\"medium\",style:{width:\"100%\"},text:\"\uCD5C\uC2E0 \uC5D0\uD53C\uC18C\uB4DC \uBCF4\uB7EC\uAC00\uAE30\",theme:\"dark\",url:\"https://content.29cm.co.kr/29edition/2025/03/31/lememe\",variant:\"primary\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6osd1t-container\",\"data-framer-name\":\"NextButton\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,name:\"NextButton\",nodeId:\"a3JXHCbHC\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",children:/*#__PURE__*/_jsx(Button,{fill:false,fillIcon:false,height:\"100%\",id:\"a3JXHCbHC\",layoutId:\"a3JXHCbHC\",name:\"NextButton\",postfixIcon:null,prefixIcon:null,size:\"medium\",style:{width:\"100%\"},text:\"\uCD5C\uC2E0 \uC5D0\uD53C\uC18C\uB4DC \uBCF4\uB7EC\uAC00\uAE30\",theme:\"dark\",url:\"https://content.29cm.co.kr/29edition/2025/04/07/inventario\",variant:\"primary\",width:\"100%\"})})})],height:\"100%\",id:\"SAnWTRxd_\",layoutId:\"SAnWTRxd_\",repeatSchedules:[],schedules:[{scheduledAt:{date:\"Mon Jul 15 2024 15:24:25 GMT+0900 (\uD55C\uAD6D \uD45C\uC900\uC2DC)\",hours:0,minutes:0,seconds:0},sequence:1},{scheduledAt:{date:\"2025-04-07T00:00:00.000Z\",hours:10,minutes:0,seconds:0},sequence:2}],scheduleType:0,width:\"100%\"})})})]})})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ca26vu-container hidden-1a0wufw\",\"data-framer-name\":\"BigbannerImageDesktop\",isAuthoredByUser:true,isModuleExternal:true,name:\"BigbannerImageDesktop\",nodeId:\"InZx75cOJ\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:50,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:0,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:60,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"InZx75cOJ\",intervalControl:1.5,itemAmount:1,layoutId:\"InZx75cOJ\",name:\"BigbannerImageDesktop\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0)\",dotsBlur:0,dotsFill:\"rgb(0, 0, 0)\",dotsGap:8,dotsInset:-38,dotSize:10,dotsOpacity:.3,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:6e3,pixelHeight:4e3,pixelWidth:6e3,sizes:\"1440px\",src:\"https://framerusercontent.com/images/cds7B86pxkfOCx5cazY7bSj4.jpg\",srcSet:\"https://framerusercontent.com/images/cds7B86pxkfOCx5cazY7bSj4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/cds7B86pxkfOCx5cazY7bSj4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/cds7B86pxkfOCx5cazY7bSj4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/cds7B86pxkfOCx5cazY7bSj4.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/cds7B86pxkfOCx5cazY7bSj4.jpg 6000w\"},className:\"framer-1mmtn0a\",\"data-framer-name\":\"1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4480,intrinsicWidth:6720,pixelHeight:4032,pixelWidth:6048,sizes:\"1440px\",src:\"https://framerusercontent.com/images/fAlxKdHEJzg94hWNhiDaqrw35w.jpg\",srcSet:\"https://framerusercontent.com/images/fAlxKdHEJzg94hWNhiDaqrw35w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fAlxKdHEJzg94hWNhiDaqrw35w.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fAlxKdHEJzg94hWNhiDaqrw35w.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fAlxKdHEJzg94hWNhiDaqrw35w.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/fAlxKdHEJzg94hWNhiDaqrw35w.jpg 6048w\"},className:\"framer-ucbq0\",\"data-framer-name\":\"2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1360,intrinsicWidth:2560,pixelHeight:1706,pixelWidth:2560,sizes:\"1440px\",src:\"https://framerusercontent.com/images/dKIa6XNKbIE4vFJxIxgzW5NFI.jpg\",srcSet:\"https://framerusercontent.com/images/dKIa6XNKbIE4vFJxIxgzW5NFI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/dKIa6XNKbIE4vFJxIxgzW5NFI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/dKIa6XNKbIE4vFJxIxgzW5NFI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/dKIa6XNKbIE4vFJxIxgzW5NFI.jpg 2560w\"},className:\"framer-3j5hf3\",\"data-framer-name\":\"3\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{duration:0,type:\"tween\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9sbbvp-container hidden-4qdue4\",\"data-framer-name\":\"BigbannerImagePhone\",isAuthoredByUser:true,isModuleExternal:true,name:\"BigbannerImagePhone\",nodeId:\"yL0JH_seC\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:50,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:0,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:60,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"yL0JH_seC\",intervalControl:1.5,itemAmount:1,layoutId:\"yL0JH_seC\",name:\"BigbannerImagePhone\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0)\",dotsBlur:0,dotsFill:\"rgb(0, 0, 0)\",dotsGap:8,dotsInset:-38,dotSize:10,dotsOpacity:.3,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2731,intrinsicWidth:2322,pixelHeight:6e3,pixelWidth:4e3,positionX:\"right\",positionY:\"center\",sizes:\"390px\",src:\"https://framerusercontent.com/images/Pf2CjtW8QhSsmeAiU8j3Fihzxlo.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/Pf2CjtW8QhSsmeAiU8j3Fihzxlo.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/Pf2CjtW8QhSsmeAiU8j3Fihzxlo.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/Pf2CjtW8QhSsmeAiU8j3Fihzxlo.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/Pf2CjtW8QhSsmeAiU8j3Fihzxlo.jpg 4000w\"},className:\"framer-dvn2t2\",\"data-framer-name\":\"1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2731,intrinsicWidth:2322,pixelHeight:5657,pixelWidth:4032,sizes:\"390px\",src:\"https://framerusercontent.com/images/dZKdqefoZhjB7YT30DZy61eO0.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/dZKdqefoZhjB7YT30DZy61eO0.jpg?scale-down-to=1024 729w,https://framerusercontent.com/images/dZKdqefoZhjB7YT30DZy61eO0.jpg?scale-down-to=2048 1459w,https://framerusercontent.com/images/dZKdqefoZhjB7YT30DZy61eO0.jpg?scale-down-to=4096 2919w,https://framerusercontent.com/images/dZKdqefoZhjB7YT30DZy61eO0.jpg 4032w\"},className:\"framer-1wu7hsp\",\"data-framer-name\":\"2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1671,intrinsicWidth:1015,pixelHeight:2287,pixelWidth:1706,positionX:\"center\",positionY:\"center\",sizes:\"390px\",src:\"https://framerusercontent.com/images/qDGUgOdxdlLPV4XV4AQgOkQE6c.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/qDGUgOdxdlLPV4XV4AQgOkQE6c.jpg?scale-down-to=1024 763w,https://framerusercontent.com/images/qDGUgOdxdlLPV4XV4AQgOkQE6c.jpg?scale-down-to=2048 1527w,https://framerusercontent.com/images/qDGUgOdxdlLPV4XV4AQgOkQE6c.jpg 1706w\"},className:\"framer-1h32zrp\",\"data-framer-name\":\"3\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{duration:0,type:\"tween\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ro67ku\",\"data-framer-name\":\"Contents\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-d3ta0j\",\"data-framer-name\":\"BigbannerTxt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2EkaAW5a:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgQm9sZA==\",\"--framer-font-family\":'\"Pretendard Bold\", \"Pretendard Bold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"1.4em\"},children:\"\uC5D0\uD53C\uC18C\uB4DC \uBAA8\uC544\uBCF4\uAE30\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgQm9sZA==\",\"--framer-font-family\":'\"Pretendard Bold\", \"Pretendard Bold Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-line-height\":\"1.4em\"},children:\"\uC5D0\uD53C\uC18C\uB4DC \uBAA8\uC544\uBCF4\uAE30\"})}),className:\"framer-1fmpy3i\",fonts:[\"CUSTOM;Pretendard Bold\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1defxla\",\"data-framer-name\":\"ListBanner\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cgry9v\",\"data-framer-name\":\"BannerList\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16r89xm-container\",isModuleExternal:true,nodeId:\"M5S1COTbT\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ArchiveListBanner,{d5O273NaF:\"\uB974\uBA54\uBA54\\xd7\uC784\uD604\uC8FC\",height:\"100%\",id:\"M5S1COTbT\",layoutId:\"M5S1COTbT\",style:{width:\"100%\"},TuK60R9TQ:\"https://content.29cm.co.kr/29edition/2025/03/31/lememe\",w5eop43XG:\"13\",width:\"100%\",YTpyqN9Ch:addImageAlt({src:\"https://framerusercontent.com/images/pB3FBxYy7auHWori1sLzSSrU.jpg\",srcSet:\"https://framerusercontent.com/images/pB3FBxYy7auHWori1sLzSSrU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/pB3FBxYy7auHWori1sLzSSrU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/pB3FBxYy7auHWori1sLzSSrU.jpg 1600w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e27tvp-container\",isModuleExternal:true,nodeId:\"LEK3kUYJz\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ArchiveListBanner,{d5O273NaF:\"\uBD80\uC988\uC564\uBC84\uC988\uBBF8\uB354\uB9AC\\xd7\uADF8\uB808\uD0C0\uD504\uB9AC\uB4E0\",height:\"100%\",id:\"LEK3kUYJz\",layoutId:\"LEK3kUYJz\",style:{width:\"100%\"},TuK60R9TQ:\"https://content.29cm.co.kr/29edition/2025/03/29/booze-buzzmeadery\",w5eop43XG:\"12\",width:\"100%\",YTpyqN9Ch:addImageAlt({src:\"https://framerusercontent.com/images/Y4AUXIgFrk9a3NCBrCnB5eJvqc.jpg\",srcSet:\"https://framerusercontent.com/images/Y4AUXIgFrk9a3NCBrCnB5eJvqc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Y4AUXIgFrk9a3NCBrCnB5eJvqc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Y4AUXIgFrk9a3NCBrCnB5eJvqc.jpg 1600w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dutht2-container\",isModuleExternal:true,nodeId:\"sFIfwiOsE\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ArchiveListBanner,{d5O273NaF:\"\uC720\uB77C\uACE0\\xd7\uD574\uC090\",height:\"100%\",id:\"sFIfwiOsE\",layoutId:\"sFIfwiOsE\",style:{width:\"100%\"},TuK60R9TQ:\"https://content.29cm.co.kr/29edition/2025/03/27/urago\",w5eop43XG:\"11\",width:\"100%\",YTpyqN9Ch:addImageAlt({src:\"https://framerusercontent.com/images/D9cgutJjomHVn8xYBmR0G1SbPuU.jpg\",srcSet:\"https://framerusercontent.com/images/D9cgutJjomHVn8xYBmR0G1SbPuU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/D9cgutJjomHVn8xYBmR0G1SbPuU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/D9cgutJjomHVn8xYBmR0G1SbPuU.jpg 1600w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-remx8r-container\",isModuleExternal:true,nodeId:\"ERM4CJdXO\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ArchiveListBanner,{d5O273NaF:\"\uB358\uC2A4\uD2B8\\xd7\uC720\uB2C8\",height:\"100%\",id:\"ERM4CJdXO\",layoutId:\"ERM4CJdXO\",style:{width:\"100%\"},TuK60R9TQ:\"https://content.29cm.co.kr/29edition/2025/03/24/dunst\",w5eop43XG:\"10\",width:\"100%\",YTpyqN9Ch:addImageAlt({src:\"https://framerusercontent.com/images/TTSHvkndnt6bOopoQLuZKwuoXA.jpg\",srcSet:\"https://framerusercontent.com/images/TTSHvkndnt6bOopoQLuZKwuoXA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/TTSHvkndnt6bOopoQLuZKwuoXA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/TTSHvkndnt6bOopoQLuZKwuoXA.jpg 2000w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7b8n2o-container\",isModuleExternal:true,nodeId:\"E7iA8Ux8j\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ArchiveListBanner,{d5O273NaF:\"\uBE45\uD1A0\uB9AC\uC544\uC288\uC988\\xd7\uD648\uBC14\uB514\uB775\uC988\",height:\"100%\",id:\"E7iA8Ux8j\",layoutId:\"E7iA8Ux8j\",style:{width:\"100%\"},TuK60R9TQ:\"https://content.29cm.co.kr/29edition/2025/03/10/victoriashoes-homebodythings\",w5eop43XG:\"09\",width:\"100%\",YTpyqN9Ch:addImageAlt({src:\"https://framerusercontent.com/images/qD4ajHcOBeO2GifcdJd9woSEGss.jpg\",srcSet:\"https://framerusercontent.com/images/qD4ajHcOBeO2GifcdJd9woSEGss.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qD4ajHcOBeO2GifcdJd9woSEGss.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qD4ajHcOBeO2GifcdJd9woSEGss.jpg 1600w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11nxl0x-container\",isModuleExternal:true,nodeId:\"CMoFtoRho\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ArchiveListBanner,{d5O273NaF:\"LG \uB7A9\uC2A4\",height:\"100%\",id:\"CMoFtoRho\",layoutId:\"CMoFtoRho\",style:{width:\"100%\"},TuK60R9TQ:\"https://content.29cm.co.kr/29edition/2025/02/28/lglabs\",w5eop43XG:\"08\",width:\"100%\",YTpyqN9Ch:addImageAlt({src:\"https://framerusercontent.com/images/AeLaR4j4DU1KO0f6nOJ6TboMos.jpg\",srcSet:\"https://framerusercontent.com/images/AeLaR4j4DU1KO0f6nOJ6TboMos.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AeLaR4j4DU1KO0f6nOJ6TboMos.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AeLaR4j4DU1KO0f6nOJ6TboMos.jpg 1600w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pccoa-container\",isModuleExternal:true,nodeId:\"q6hMsvfGD\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ArchiveListBanner,{d5O273NaF:\"\uC2AC\uB77C\uC6B4\uB4DC\",height:\"100%\",id:\"q6hMsvfGD\",layoutId:\"q6hMsvfGD\",style:{width:\"100%\"},TuK60R9TQ:\"https://content.29cm.co.kr/29edition/2025/02/10/slound\",w5eop43XG:\"07\",width:\"100%\",YTpyqN9Ch:addImageAlt({src:\"https://framerusercontent.com/images/QznFYHwuKc6YISayMc2BWg7FT0.jpg\",srcSet:\"https://framerusercontent.com/images/QznFYHwuKc6YISayMc2BWg7FT0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QznFYHwuKc6YISayMc2BWg7FT0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/QznFYHwuKc6YISayMc2BWg7FT0.jpg 1600w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z1706t-container\",isModuleExternal:true,nodeId:\"TybFEtE0a\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ArchiveListBanner,{d5O273NaF:\"\uC544\uC774\uBC31\uC720\uC5B4\uD30C\uB4E0\\xd7\uC774\uD61C\uC601\",height:\"100%\",id:\"TybFEtE0a\",layoutId:\"TybFEtE0a\",style:{width:\"100%\"},TuK60R9TQ:\"https://content.29cm.co.kr/29edition/2025/01/30/ibagyourpardon \",w5eop43XG:\"06\",width:\"100%\",YTpyqN9Ch:addImageAlt({src:\"https://framerusercontent.com/images/mFMLYNlp19hG3v4zcMQnUipHkPU.jpg\",srcSet:\"https://framerusercontent.com/images/mFMLYNlp19hG3v4zcMQnUipHkPU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mFMLYNlp19hG3v4zcMQnUipHkPU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mFMLYNlp19hG3v4zcMQnUipHkPU.jpg 1600w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-p4y0eo-container\",isModuleExternal:true,nodeId:\"T7l0zDL_Y\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ArchiveListBanner,{d5O273NaF:\"\uC624\uB85C\\xd7\uBC15\uB098\uC5B8\",height:\"100%\",id:\"T7l0zDL_Y\",layoutId:\"T7l0zDL_Y\",style:{width:\"100%\"},TuK60R9TQ:\"https://content.29cm.co.kr/29edition/2024/12/09/oro\",w5eop43XG:\"05\",width:\"100%\",YTpyqN9Ch:addImageAlt({src:\"https://framerusercontent.com/images/BhFKM9DgXVH7rANHSY6yFtqCw8.jpg\",srcSet:\"https://framerusercontent.com/images/BhFKM9DgXVH7rANHSY6yFtqCw8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BhFKM9DgXVH7rANHSY6yFtqCw8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BhFKM9DgXVH7rANHSY6yFtqCw8.jpg 2000w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ahzx02-container\",isModuleExternal:true,nodeId:\"w1ZhwZS43\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ArchiveListBanner,{d5O273NaF:\"\uB77D\uD53C\uC26C\uC6E8\uB354\uC6E8\uC5B4\\xd7\uC720\uC815\",height:\"100%\",id:\"w1ZhwZS43\",layoutId:\"w1ZhwZS43\",style:{width:\"100%\"},TuK60R9TQ:\"https://content.29cm.co.kr/29edition/2024/11/12/rockfish\",w5eop43XG:\"04\",width:\"100%\",YTpyqN9Ch:addImageAlt({src:\"https://framerusercontent.com/images/mbA9634htZCqCRgXI9xKDTT5Mvo.jpg\",srcSet:\"https://framerusercontent.com/images/mbA9634htZCqCRgXI9xKDTT5Mvo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mbA9634htZCqCRgXI9xKDTT5Mvo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mbA9634htZCqCRgXI9xKDTT5Mvo.jpg 2000w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15ruol8-container\",isModuleExternal:true,nodeId:\"Z2CNrMo85\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ArchiveListBanner,{d5O273NaF:\"\uB9C8\uB860\uC5D0\uB514\uC158\\xd7\uC1A1\uC138\uB77C\",height:\"100%\",id:\"Z2CNrMo85\",layoutId:\"Z2CNrMo85\",style:{width:\"100%\"},TuK60R9TQ:\"https://content.29cm.co.kr/29edition/2024/11/09/marronedition\",w5eop43XG:\"03\",width:\"100%\",YTpyqN9Ch:addImageAlt({src:\"https://framerusercontent.com/images/nqGy3klfRpIACgb4rvDWW6TvsLo.jpg\",srcSet:\"https://framerusercontent.com/images/nqGy3klfRpIACgb4rvDWW6TvsLo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nqGy3klfRpIACgb4rvDWW6TvsLo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nqGy3klfRpIACgb4rvDWW6TvsLo.jpg 2000w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tky0kh-container\",isModuleExternal:true,nodeId:\"xZ6WdQrAJ\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ArchiveListBanner,{d5O273NaF:\"\uBAA8\uC774\uD504\\xd7\uD398\uB354\uB2E4\uC6B4\",height:\"100%\",id:\"xZ6WdQrAJ\",layoutId:\"xZ6WdQrAJ\",style:{width:\"100%\"},TuK60R9TQ:\"https://content.29cm.co.kr/29edition/2024/11/05/moif-featherdown\",w5eop43XG:\"02\",width:\"100%\",YTpyqN9Ch:addImageAlt({src:\"https://framerusercontent.com/images/B2yYK0kIdJnt37qK6DDDWds7ZJU.jpg\",srcSet:\"https://framerusercontent.com/images/B2yYK0kIdJnt37qK6DDDWds7ZJU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/B2yYK0kIdJnt37qK6DDDWds7ZJU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/B2yYK0kIdJnt37qK6DDDWds7ZJU.jpg 2000w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lw9qgi-container\",isModuleExternal:true,nodeId:\"re4oCeOAv\",rendersWithMotion:true,scopeId:\"UvS6tylpu\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ArchiveListBanner,{d5O273NaF:\"\uB9C8\uB9AC\uB5BC \uD504\uB791\uC18C\uC640 \uC800\uBC84\\xd7\uB204\uAC00\uC601\",height:\"100%\",id:\"re4oCeOAv\",layoutId:\"re4oCeOAv\",style:{width:\"100%\"},TuK60R9TQ:\"https://content.29cm.co.kr/29edition/2024/10/29/marithe\",w5eop43XG:\"01\",width:\"100%\",YTpyqN9Ch:addImageAlt({src:\"https://framerusercontent.com/images/PyPTw2qqo0vQAia6suIuKbSc.jpg\",srcSet:\"https://framerusercontent.com/images/PyPTw2qqo0vQAia6suIuKbSc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PyPTw2qqo0vQAia6suIuKbSc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PyPTw2qqo0vQAia6suIuKbSc.jpg 1763w\"},\"\")})})}),/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:864,intrinsicWidth:1500,pixelHeight:864,pixelWidth:1500,src:\"https://framerusercontent.com/images/14ALxKOGkmmW5w8nCfcOADbXORU.jpg\",srcSet:\"https://framerusercontent.com/images/14ALxKOGkmmW5w8nCfcOADbXORU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/14ALxKOGkmmW5w8nCfcOADbXORU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/14ALxKOGkmmW5w8nCfcOADbXORU.jpg 1500w\"},className:\"framer-7a2za5\",\"data-framer-name\":\"Variant 1\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Link,{href:\"https://content.29cm.co.kr/styleicon/2024/10/17/macmoc\",motionChild:true,nodeId:\"uDpJZM8mb\",openInNewTab:true,scopeId:\"UvS6tylpu\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-f3yhcj framer-1mxn8qz\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:864,intrinsicWidth:1500,pixelHeight:1501,pixelWidth:2237,src:\"https://framerusercontent.com/images/s6r5PRTOJTBKKDqkJ9SbKzpFvrQ.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/s6r5PRTOJTBKKDqkJ9SbKzpFvrQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/s6r5PRTOJTBKKDqkJ9SbKzpFvrQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/s6r5PRTOJTBKKDqkJ9SbKzpFvrQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/s6r5PRTOJTBKKDqkJ9SbKzpFvrQ.jpg 2237w\"},className:\"framer-dmvwxq\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15wjo9d\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ac4hqd\",\"data-framer-name\":\"title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgTWVkaXVt\",\"--framer-font-family\":'\"Pretendard Medium\", \"Pretendard Medium Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\"},children:\"\uB9C8\uD06C\uBAA8\uD06C\\xd7\uBCF4\uB77C\uB04C\uB808\uB974\"})}),className:\"framer-1yr1ys6\",fonts:[\"CUSTOM;Pretendard Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2gbxsx-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"DV7baslXK\",scopeId:\"UvS6tylpu\",children:/*#__PURE__*/_jsx(Icon,{fill:false,height:\"100%\",id:\"DV7baslXK\",layoutId:\"DV7baslXK\",size:16,type:\"chevronRight\",weight:\"regular\",width:\"100%\"})})})]})})]})})}),/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:864,intrinsicWidth:1500,pixelHeight:864,pixelWidth:1500,src:\"https://framerusercontent.com/images/14ALxKOGkmmW5w8nCfcOADbXORU.jpg\",srcSet:\"https://framerusercontent.com/images/14ALxKOGkmmW5w8nCfcOADbXORU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/14ALxKOGkmmW5w8nCfcOADbXORU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/14ALxKOGkmmW5w8nCfcOADbXORU.jpg 1500w\"},className:\"framer-1920045\",\"data-framer-name\":\"Variant 1\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Link,{href:\"https://content.29cm.co.kr/styleicon/2024/08/29/standoil_29edition\",motionChild:true,nodeId:\"etx6SHX6G\",openInNewTab:true,scopeId:\"UvS6tylpu\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-bgw4mk framer-1mxn8qz\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:864,intrinsicWidth:1500,pixelHeight:1501,pixelWidth:2237,src:\"https://framerusercontent.com/images/ZArWXJfBB2tbjNWd7ODa0LeX2Q.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZArWXJfBB2tbjNWd7ODa0LeX2Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZArWXJfBB2tbjNWd7ODa0LeX2Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZArWXJfBB2tbjNWd7ODa0LeX2Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZArWXJfBB2tbjNWd7ODa0LeX2Q.jpg 2237w\"},className:\"framer-ulj7t3\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vkb249\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cr3s8i\",\"data-framer-name\":\"title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgTWVkaXVt\",\"--framer-font-family\":'\"Pretendard Medium\", \"Pretendard Medium Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\"},children:\"\uC2A4\uD0E0\uB4DC\uC624\uC77C\\xd7\uAE40\uC9C0\uC601\"})}),className:\"framer-n7nxjr\",fonts:[\"CUSTOM;Pretendard Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n30b92-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"obnYmUtnT\",scopeId:\"UvS6tylpu\",children:/*#__PURE__*/_jsx(Icon,{fill:false,height:\"100%\",id:\"obnYmUtnT\",layoutId:\"obnYmUtnT\",size:16,type:\"chevronRight\",weight:\"regular\",width:\"100%\"})})})]})})]})})})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-e7aP7.framer-1mxn8qz, .framer-e7aP7 .framer-1mxn8qz { display: block; }\",\".framer-e7aP7.framer-4qdue4 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-e7aP7 .framer-1o5bgiv-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-e7aP7 .framer-fqu5jx { align-content: center; align-items: center; aspect-ratio: 2.5 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 576px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-e7aP7 .framer-wm7gpu { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.000000000000004%, rgba(0, 0, 0, 0.6) 100%); bottom: 0px; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; width: 100%; z-index: 1; }\",\".framer-e7aP7 .framer-14l41x1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; max-width: 1114px; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-e7aP7 .framer-anhwwz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-e7aP7 .framer-1rpp6ep { flex: none; height: 40px; overflow: visible; position: relative; width: 205px; }\",\".framer-e7aP7 .framer-1sh5ezg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-e7aP7 .framer-1dj47lo { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-e7aP7 .framer-1ohtc6k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-e7aP7 .framer-jkh9qe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-e7aP7 .framer-15d3fpn, .framer-e7aP7 .framer-1xk95dy, .framer-e7aP7 .framer-1yr1ys6, .framer-e7aP7 .framer-n7nxjr { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-e7aP7 .framer-131wy2x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-e7aP7 .framer-1mjr4o-container, .framer-e7aP7 .framer-2gbxsx-container, .framer-e7aP7 .framer-1n30b92-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-e7aP7 .framer-lbf34a-container, .framer-e7aP7 .framer-6osd1t-container { height: auto; position: relative; width: 250px; }\",\".framer-e7aP7 .framer-ca26vu-container { flex: none; height: 80vh; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 80vh / 2); width: 100%; z-index: 0; }\",\".framer-e7aP7 .framer-1mmtn0a, .framer-e7aP7 .framer-ucbq0, .framer-e7aP7 .framer-3j5hf3 { height: 700px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-e7aP7 .framer-9sbbvp-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-e7aP7 .framer-dvn2t2, .framer-e7aP7 .framer-1wu7hsp, .framer-e7aP7 .framer-1h32zrp { height: 700px; overflow: hidden; position: relative; width: 390px; }\",\".framer-e7aP7 .framer-ro67ku { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1116px; overflow: hidden; padding: 120px 0px 120px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-e7aP7 .framer-d3ta0j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1114px; overflow: visible; padding: 0px 0px 30px 0px; position: relative; width: 100%; z-index: -1; }\",\".framer-e7aP7 .framer-1fmpy3i { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-e7aP7 .framer-1defxla { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-e7aP7 .framer-cgry9v { display: grid; flex: none; gap: 20px; grid-auto-rows: min-content; grid-template-columns: repeat(auto-fill, minmax(358px, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-e7aP7 .framer-16r89xm-container, .framer-e7aP7 .framer-e27tvp-container, .framer-e7aP7 .framer-dutht2-container, .framer-e7aP7 .framer-remx8r-container, .framer-e7aP7 .framer-7b8n2o-container, .framer-e7aP7 .framer-11nxl0x-container, .framer-e7aP7 .framer-pccoa-container, .framer-e7aP7 .framer-z1706t-container, .framer-e7aP7 .framer-p4y0eo-container, .framer-e7aP7 .framer-ahzx02-container, .framer-e7aP7 .framer-15ruol8-container, .framer-e7aP7 .framer-tky0kh-container, .framer-e7aP7 .framer-lw9qgi-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-e7aP7 .framer-7a2za5, .framer-e7aP7 .framer-1920045 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; justify-self: start; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-e7aP7 .framer-f3yhcj, .framer-e7aP7 .framer-bgw4mk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-e7aP7 .framer-dmvwxq, .framer-e7aP7 .framer-ulj7t3 { aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 202px); position: relative; width: 100%; }\",\".framer-e7aP7 .framer-15wjo9d, .framer-e7aP7 .framer-vkb249 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-e7aP7 .framer-1ac4hqd, .framer-e7aP7 .framer-1cr3s8i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-e7aP7.framer-4qdue4, .framer-e7aP7 .framer-fqu5jx, .framer-e7aP7 .framer-anhwwz, .framer-e7aP7 .framer-1sh5ezg, .framer-e7aP7 .framer-1dj47lo, .framer-e7aP7 .framer-1ohtc6k, .framer-e7aP7 .framer-jkh9qe, .framer-e7aP7 .framer-131wy2x, .framer-e7aP7 .framer-ro67ku, .framer-e7aP7 .framer-d3ta0j, .framer-e7aP7 .framer-1defxla, .framer-e7aP7 .framer-7a2za5, .framer-e7aP7 .framer-f3yhcj, .framer-e7aP7 .framer-15wjo9d, .framer-e7aP7 .framer-1ac4hqd, .framer-e7aP7 .framer-1920045, .framer-e7aP7 .framer-bgw4mk, .framer-e7aP7 .framer-vkb249, .framer-e7aP7 .framer-1cr3s8i { gap: 0px; } .framer-e7aP7.framer-4qdue4 > *, .framer-e7aP7 .framer-fqu5jx > *, .framer-e7aP7 .framer-anhwwz > *, .framer-e7aP7 .framer-ro67ku > *, .framer-e7aP7 .framer-d3ta0j > *, .framer-e7aP7 .framer-f3yhcj > *, .framer-e7aP7 .framer-15wjo9d > *, .framer-e7aP7 .framer-bgw4mk > *, .framer-e7aP7 .framer-vkb249 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-e7aP7.framer-4qdue4 > :first-child, .framer-e7aP7 .framer-fqu5jx > :first-child, .framer-e7aP7 .framer-anhwwz > :first-child, .framer-e7aP7 .framer-1dj47lo > :first-child, .framer-e7aP7 .framer-1ohtc6k > :first-child, .framer-e7aP7 .framer-ro67ku > :first-child, .framer-e7aP7 .framer-d3ta0j > :first-child, .framer-e7aP7 .framer-1defxla > :first-child, .framer-e7aP7 .framer-f3yhcj > :first-child, .framer-e7aP7 .framer-15wjo9d > :first-child, .framer-e7aP7 .framer-bgw4mk > :first-child, .framer-e7aP7 .framer-vkb249 > :first-child { margin-top: 0px; } .framer-e7aP7.framer-4qdue4 > :last-child, .framer-e7aP7 .framer-fqu5jx > :last-child, .framer-e7aP7 .framer-anhwwz > :last-child, .framer-e7aP7 .framer-1dj47lo > :last-child, .framer-e7aP7 .framer-1ohtc6k > :last-child, .framer-e7aP7 .framer-ro67ku > :last-child, .framer-e7aP7 .framer-d3ta0j > :last-child, .framer-e7aP7 .framer-1defxla > :last-child, .framer-e7aP7 .framer-f3yhcj > :last-child, .framer-e7aP7 .framer-15wjo9d > :last-child, .framer-e7aP7 .framer-bgw4mk > :last-child, .framer-e7aP7 .framer-vkb249 > :last-child { margin-bottom: 0px; } .framer-e7aP7 .framer-1sh5ezg > *, .framer-e7aP7 .framer-131wy2x > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-e7aP7 .framer-1sh5ezg > :first-child, .framer-e7aP7 .framer-jkh9qe > :first-child, .framer-e7aP7 .framer-131wy2x > :first-child, .framer-e7aP7 .framer-7a2za5 > :first-child, .framer-e7aP7 .framer-1ac4hqd > :first-child, .framer-e7aP7 .framer-1920045 > :first-child, .framer-e7aP7 .framer-1cr3s8i > :first-child { margin-left: 0px; } .framer-e7aP7 .framer-1sh5ezg > :last-child, .framer-e7aP7 .framer-jkh9qe > :last-child, .framer-e7aP7 .framer-131wy2x > :last-child, .framer-e7aP7 .framer-7a2za5 > :last-child, .framer-e7aP7 .framer-1ac4hqd > :last-child, .framer-e7aP7 .framer-1920045 > :last-child, .framer-e7aP7 .framer-1cr3s8i > :last-child { margin-right: 0px; } .framer-e7aP7 .framer-1dj47lo > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-e7aP7 .framer-1ohtc6k > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-e7aP7 .framer-jkh9qe > *, .framer-e7aP7 .framer-7a2za5 > *, .framer-e7aP7 .framer-1920045 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-e7aP7 .framer-1defxla > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-e7aP7 .framer-1ac4hqd > *, .framer-e7aP7 .framer-1cr3s8i > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",\"@media (max-width: 1439px) { .framer-e7aP7.framer-4qdue4 { width: 375px; } .framer-e7aP7 .framer-fqu5jx { aspect-ratio: 0.6660746003552398 / 1; height: var(--framer-aspect-ratio-supported, 563px); padding: 0px 20px 0px 20px; } .framer-e7aP7 .framer-wm7gpu { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); order: 0; overflow: hidden; } .framer-e7aP7 .framer-14l41x1 { order: 1; padding: 60px 0px 60px 0px; } .framer-e7aP7 .framer-anhwwz { width: 100%; } .framer-e7aP7 .framer-1dj47lo { gap: 50px; } .framer-e7aP7 .framer-1ohtc6k { gap: 10px; width: 100%; } .framer-e7aP7 .framer-jkh9qe { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 10px; justify-content: center; width: 100%; } .framer-e7aP7 .framer-15d3fpn { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-e7aP7 .framer-131wy2x { gap: 0px; width: 100%; } .framer-e7aP7 .framer-1xk95dy { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-e7aP7 .framer-9sbbvp-container, .framer-e7aP7 .framer-e27tvp-container { order: 3; } .framer-e7aP7 .framer-ro67ku { gap: 30px; padding: 80px 20px 80px 20px; } .framer-e7aP7 .framer-d3ta0j { padding: 0px; } .framer-e7aP7 .framer-1defxla { gap: 40px; } .framer-e7aP7 .framer-cgry9v { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); } .framer-e7aP7 .framer-16r89xm-container { order: 2; } .framer-e7aP7 .framer-dutht2-container { order: 4; } .framer-e7aP7 .framer-remx8r-container { order: 5; } .framer-e7aP7 .framer-7b8n2o-container { order: 6; } .framer-e7aP7 .framer-11nxl0x-container { order: 7; } .framer-e7aP7 .framer-pccoa-container { order: 8; } .framer-e7aP7 .framer-z1706t-container { order: 9; } .framer-e7aP7 .framer-p4y0eo-container { order: 10; } .framer-e7aP7 .framer-ahzx02-container { order: 11; } .framer-e7aP7 .framer-15ruol8-container { order: 12; } .framer-e7aP7 .framer-tky0kh-container { order: 13; } .framer-e7aP7 .framer-lw9qgi-container { order: 14; } .framer-e7aP7 .framer-7a2za5 { order: 15; } .framer-e7aP7 .framer-dmvwxq, .framer-e7aP7 .framer-ulj7t3 { height: var(--framer-aspect-ratio-supported, 188px); } .framer-e7aP7 .framer-1920045 { order: 16; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-e7aP7 .framer-1dj47lo, .framer-e7aP7 .framer-1ohtc6k, .framer-e7aP7 .framer-jkh9qe, .framer-e7aP7 .framer-131wy2x, .framer-e7aP7 .framer-ro67ku, .framer-e7aP7 .framer-1defxla { gap: 0px; } .framer-e7aP7 .framer-1dj47lo > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-e7aP7 .framer-1dj47lo > :first-child, .framer-e7aP7 .framer-1ohtc6k > :first-child, .framer-e7aP7 .framer-jkh9qe > :first-child, .framer-e7aP7 .framer-ro67ku > :first-child, .framer-e7aP7 .framer-1defxla > :first-child { margin-top: 0px; } .framer-e7aP7 .framer-1dj47lo > :last-child, .framer-e7aP7 .framer-1ohtc6k > :last-child, .framer-e7aP7 .framer-jkh9qe > :last-child, .framer-e7aP7 .framer-ro67ku > :last-child, .framer-e7aP7 .framer-1defxla > :last-child { margin-bottom: 0px; } .framer-e7aP7 .framer-1ohtc6k > *, .framer-e7aP7 .framer-jkh9qe > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-e7aP7 .framer-131wy2x > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-e7aP7 .framer-131wy2x > :first-child { margin-left: 0px; } .framer-e7aP7 .framer-131wy2x > :last-child { margin-right: 0px; } .framer-e7aP7 .framer-ro67ku > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-e7aP7 .framer-1defxla > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2263\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"I2EkaAW5a\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerUvS6tylpu=withCSS(Component,css,\"framer-e7aP7\");export default FramerUvS6tylpu;FramerUvS6tylpu.displayName=\"Page\";FramerUvS6tylpu.defaultProps={height:2263,width:1440};addFonts(FramerUvS6tylpu,[{explicitInter:true,fonts:[{family:\"Pretendard Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/TDgt4wnSbW6ssMiUHMKSTjZfpQ.woff2\"},{family:\"Pretendard Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/t7lebLYx2xwMs9MrDdMh5EKeA.woff2\"},{family:\"Pretendard Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/Zz1SyNcAE05UfirXmAdWGcSx5I.woff2\"}]},...BootstrapFonts,...ButtonFonts,...SchedulableFonts,...SlideshowFonts,...ArchiveListBannerFonts,...IconFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUvS6tylpu\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"I2EkaAW5a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"2263\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["getComponent", "props", "Component", "mergeRefs", "refs", "value", "ref", "withViewClickEventTracker", "Component", "Y", "props", "ref", "component", "getComponent", "containerRef", "pe", "isInView", "useInView", "trackViewComponent", "useTrackViewComponent", "trackClickComponent", "useTrackClickComponent", "ue", "handleClick", "p", "mergeRefs", "reshapeProps", "props", "url", "onTap", "prefixIcon", "postfixIcon", "fillIcon", "rest", "disabled", "getAnchorTarget", "toPropsWithIcon", "fill", "toIconOptions", "icon", "FramerButton", "props", "url", "useCreateIsomorphicAppSchemeLink", "text", "rest", "reshapeProps", "p", "Default", "addPropertyControls", "ControlType", "ButtonVariant", "ButtonTheme", "variant", "ButtonSize", "postfixIcon", "PREFIX_ICON_OPTIONS", "prefixIcon", "POSTFIX_ICON_OPTIONS", "FramerButton", "Button_default", "IconFonts", "getFonts", "Icon_default", "MotionAWithClickEventTracker1e93pob", "withCodeBoundaryForOverrides", "motion", "withClickEventTracker", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "_", "_1", "_2", "_3", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "YTpyqN9Ch", "w5eop43XG", "d5O273NaF", "TuK60R9TQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Link", "MotionAWithClickEventTracker1e93pob", "getLoadingLazyAtYPosition", "u", "Image2", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "Icon_default", "css", "FrameryJZf6OVR3", "withCSS", "yJZf6OVR3_default", "addPropertyControls", "ControlType", "addFonts", "IconFonts", "BootstrapFonts", "getFonts", "Bootstrap", "ImageWithFX", "withFX", "Image2", "RichTextWithFX", "RichText2", "ButtonFonts", "Button_default", "SchedulableFonts", "Schedulable_default", "SlideshowFonts", "Slideshow", "MotionDivWithViewClickEventTrackerfqu5jx", "withCodeBoundaryForOverrides", "motion", "withViewClickEventTracker", "ArchiveListBannerFonts", "yJZf6OVR3_default", "IconFonts", "Icon_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "animation", "transition1", "animation1", "animation2", "animation3", "animation4", "animation5", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "Link", "css", "FramerUvS6tylpu", "withCSS", "UvS6tylpu_default", "addFonts", "__FramerMetadata__"]
}
