.view-mode-toggle{position:fixed;z-index:9999;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:12px 16px;box-shadow:0 4px 12px #0000004d;border:1px solid rgba(255,255,255,.1);cursor:move;-webkit-user-select:none;user-select:none;transition:box-shadow .2s ease}.view-mode-toggle:hover{box-shadow:0 6px 16px #0006}.view-mode-toggle.dragging{cursor:grabbing;box-shadow:0 8px 20px #00000080;opacity:.9}.view-mode-toggle-content{display:flex;align-items:center;gap:8px}.view-mode-label{color:#888;font-size:14px;font-weight:700;margin-right:8px;cursor:grab;line-height:1;padding:0 4px}.view-mode-toggle.dragging .view-mode-label{cursor:grabbing}.view-mode-btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:6px 12px;font-size:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap;pointer-events:auto}.view-mode-btn:hover{background:#fff3;border-color:#fff6;transform:translateY(-1px)}.view-mode-btn.active{background:#4caf50;border-color:#4caf50;font-weight:600}.view-mode-btn.active:hover{background:#45a049;border-color:#45a049}@media (max-width: 768px){.view-mode-toggle{padding:8px 12px}.view-mode-label{font-size:16px;margin-right:6px}.view-mode-btn{padding:4px 8px;font-size:11px}}._default_1wlup_1{width:100%;position:fixed;left:0;top:0;right:0;z-index:-1}._green_1wlup_10{background-image:linear-gradient(to right,#477963,#409c88)}._blue_1wlup_14{background-image:linear-gradient(to right,#474e79,#407d9c)}._divContainer_cyamv_1{position:relative;height:100%;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;box-sizing:border-box;padding-bottom:calc(env(safe-area-inset-bottom) + 12px);-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._divContainer_cyamv_1::-webkit-scrollbar{display:none}._homeHeader_cyamv_23{display:flex;justify-content:space-between;align-items:center;padding:20px;transition:background .3s ease}._homeHeader_cyamv_23 ._logo_cyamv_34{width:60px}._homeContent_cyamv_46{margin-top:1rem}._homeContent_cyamv_46>div:nth-child(2){padding:.1rem 0}._toggleContainer_cyamv_55{z-index:100;display:flex;align-items:center;padding:4px;border-radius:50px;transition:background-color .3s ease,box-shadow .3s ease}._toggleContainer_cyamv_55._green_cyamv_75{background-color:#217960}._toggleContainer_cyamv_55._blue_cyamv_79{background-color:#2d4a6e}._toggleBtn_cyamv_95{padding:8px 16px;border-radius:50px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;background:transparent}._toggleContainer_cyamv_55._green_cyamv_75 ._toggleBtn_cyamv_95,._toggleContainer_cyamv_55._blue_cyamv_79 ._toggleBtn_cyamv_95{color:#ffffffb3}._toggleContainer_cyamv_55._green_cyamv_75 ._toggleBtn_cyamv_95._active_cyamv_111{background-color:#fff;color:#2d8a6e}._toggleContainer_cyamv_55._blue_cyamv_79 ._toggleBtn_cyamv_95._active_cyamv_111{background-color:#fff;color:#2d4a6e}._divContainer_sd4c9_3{width:90%;margin:auto;display:flex;justify-content:center;align-items:center;padding:10px}._cardsContainer_sd4c9_12{display:flex;width:100%;justify-content:space-between;gap:10px}._cardContainer_sd4c9_19{box-shadow:0 2px 20px 4px #25503d33;background-color:#fff;border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;aspect-ratio:176/213;position:relative;flex:1}._cardContainer2_sd4c9_34{box-shadow:1px 4px 30px 4px #474e7942;background-color:#fff;border-radius:12px;width:100%;aspect-ratio:364/213;position:relative;overflow:hidden}._textContainer_sd4c9_46{padding:1.5rem 1.25rem;height:100%;z-index:1;position:relative}._cardContainer2_sd4c9_34 ._textContainer_sd4c9_46{padding:1.5rem 1.25rem}._titleText_sd4c9_57{width:100%;color:var(--textGreen1);font-family:var(--font-paperozi);font-weight:700;display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;margin-bottom:8px}._cardContainer2_sd4c9_34 ._titleText_sd4c9_57{color:#474e79}._detailText_sd4c9_74{font-family:var(--font-pretendard);font-size:.95rem;font-weight:400;color:var(--textGray2);word-break:keep-all;line-height:1.4}._imgContainer_sd4c9_83{position:absolute;bottom:0;right:0}._cardContainer_sd4c9_19 ._imgContainer_sd4c9_83{width:100%;height:50%}._cardContainer2_sd4c9_34 ._imgContainer_sd4c9_83{height:70%}._imgContainer_sd4c9_83>img{height:100%;object-fit:cover;overflow-clip-margin:unset;opacity:.7}._cardContainer_sd4c9_19 ._imgContainer_sd4c9_83>img{width:100%}._divContainer_49pt3_1{position:fixed;z-index:10000;background:#0000004d;justify-content:center;align-items:center;width:100%;height:100vh;top:0;left:0;display:flex}._modalContainer_49pt3_14{position:relative;background-color:#fff;display:flex;flex-direction:column;width:60%;max-width:300px;padding:20px;border-radius:10px;align-items:center}._text_49pt3_26{margin-bottom:20px;white-space:pre-line}._closeBtn_49pt3_31{position:absolute;top:2px;right:12px;background:transparent;border:none;font-size:26px;font-weight:300;color:#4b4b4b;cursor:pointer;line-height:1;padding:4px;z-index:10;transition:opacity .2s ease}._closeBtn_49pt3_31:hover{opacity:.6}._helperBtn_49pt3_51{background-color:var(--mate-primary)!important;color:#fff!important}._buttonDefault_1y60p_3{border:none;font-family:Pretendard-Regular;font-size:16px;word-break:keep-all}._borderRadius5_1y60p_10{border-radius:5px}._borderRadius10_1y60p_14{border-radius:10px}._borderRadius20_1y60p_18{border-radius:20px}._greenBtn1_1y60p_22{background-color:var(--bgGreen1);color:#fff}._greenBtn2_1y60p_27{background-color:var(--bgGreen2);color:var(--textGreen1)}._grayBtn1_1y60p_32{background-color:var(--bgGray2);color:#fff}._grayBtn2_1y60p_37{background-color:var(--bgGray3);color:var(--bgGray1)}._primaryBtn_1y60p_42{background:var(--main-gradient);color:#fff}[data-user-type=helper] ._primaryBtn_1y60p_42{background:var(--mate-main-gradient)}._primaryLightBtn_1y60p_51{background-color:var(--mate-primary-light);color:var(--mate-primary-dark)}._divContainer_22n3x_3{width:90%;margin:auto;display:flex;justify-content:center;align-items:center;padding:10px}._cardsContainer_22n3x_12{display:flex;width:100%;justify-content:space-between;gap:8px}._cardContainer_22n3x_19{background-color:var(--bgGray8);border-radius:12px;width:100%;display:flex;flex-direction:column;justify-content:space-between;padding:12px 16px}._boldText_22n3x_35{width:100%;color:var(--bgGray1);font-family:var(--font-paperozi);font-weight:700;display:flex;justify-content:space-between;font-size:1.3rem;white-space:pre-line}._requiredText_22n3x_47{color:#e53935}._magazineTitle_22n3x_51{display:block}._boldText2_22n3x_55{width:100%;color:var(--bgGray1);font-family:EliceDigitalBaeum;font-weight:700;display:flex;font-size:20px;margin-top:-5px}._boldText3_22n3x_65{width:100%;color:var(--bgGray1);font-family:EliceDigitalBaeum;font-weight:700;display:flex;font-size:20px}._iconContainer_22n3x_74{width:100%;display:flex;justify-content:flex-end;box-sizing:border-box}._iconBox_22n3x_82{width:38px}._cardContainer_22n3x_19:nth-child(2) ._iconBox_22n3x_82{width:42px}._cardContainer_22n3x_19:nth-child(3) ._iconBox_22n3x_82{width:48px}._divContainer_1tv19_3{width:90%;margin:auto;display:flex;align-items:center;padding:10px}._boldText_1tv19_11{font-family:Pretendard-Regular;font-weight:700;color:#fff}._text_1tv19_17{font-family:Pretendard-Regular;color:#fff}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}._swiper_1ym6v_1{margin-bottom:24px}._otherSwiper_1ym6v_5{margin-bottom:1px}._matchModal_1ym6v_9{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:900;display:flex;justify-content:center;align-items:center}._skeletonCard_1ym6v_21{background-color:#fff;border-radius:20px;width:90%;min-height:200px;margin:auto auto 15px;box-shadow:0 2px 3px #0000001a,0 -2px 3px #0000001a,2px 0 3px #0000001a,-2px 0 3px #0000001a;padding:12px 16px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}._skeletonTop_1ym6v_37{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex:1}._skeletonTextArea_1ym6v_45{display:flex;flex-direction:column;gap:8px;flex:1}._skeletonIcon_1ym6v_52{width:80px;height:80px;border-radius:50%;flex-shrink:0;margin-left:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_1ym6v_1 1.5s infinite}._skeletonTitle_1ym6v_63{width:50%;height:24px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_1ym6v_1 1.5s infinite}._skeletonSubtitle_1ym6v_72{width:70%;height:18px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_1ym6v_1 1.5s infinite}._skeletonDate_1ym6v_81{width:60%;height:14px;border-radius:4px;margin-top:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_1ym6v_1 1.5s infinite}._skeletonButtons_1ym6v_91{display:flex;justify-content:space-between;gap:8px}._skeletonButton_1ym6v_91{flex:1;height:48px;border-radius:10px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_1ym6v_1 1.5s infinite}@keyframes _shimmer_1ym6v_1{0%{background-position:200% 0}to{background-position:-200% 0}}._userType_1ym6v_116 .swiper-pagination,._helperType_1ym6v_117 .swiper-pagination{bottom:12px!important}._userType_1ym6v_116 .swiper-pagination-bullet,._helperType_1ym6v_117 .swiper-pagination-bullet{border:2px solid white;background-color:#d9d9d9;opacity:1}._userType_1ym6v_116 .swiper-pagination-bullet-active{background-color:var(--bgGreen1)}._helperType_1ym6v_117 .swiper-pagination-bullet-active{background-color:var(--mate-primary)}._userType_1ym6v_116 .swiper,._helperType_1ym6v_117 .swiper{touch-action:pan-y}._externalPagination_1ym6v_142{display:flex;justify-content:center;gap:6px;margin-top:12px}._bullet_1ym6v_149{width:8px;height:8px;border-radius:50%;border:2px solid white;background-color:#d9d9d9;cursor:pointer}._userType_1ym6v_116 ._bulletActive_1ym6v_158{background-color:var(--bgGreen1)}._helperType_1ym6v_117 ._bulletActive_1ym6v_158{background-color:var(--mate-primary)}._card_detjk_1{background-color:#fff;border-radius:20px;width:90%;height:216px;margin:auto auto 15px;box-shadow:0 4px 16px -4px #25503d5c;display:flex;justify-content:center;align-items:center;position:relative}._card_detjk_1 p{margin:0}[data-user-type=helper]._card_detjk_1{box-shadow:0 4px 16px 4px #474e7933}._cardContainer_detjk_23{width:100%;height:100%;padding:16px;box-sizing:border-box}._textSimple_detjk_31{font-family:var(--font-paperozi);color:var(--textGray2);font-size:20px;width:100%;display:flex;align-items:center;justify-content:flex-start;line-height:1.4;flex:1}._textSimple_detjk_31._textCenter_detjk_45{justify-content:center;text-align:center}._textHeader_detjk_51{font-family:var(--font-paperozi);font-size:1.4rem;width:100%;display:flex;align-items:end;justify-content:space-between;margin-left:1rem;margin-bottom:.5rem}._textHeaderLg_detjk_64{font-size:24px}._content_detjk_68{line-height:1.3}._textInline_detjk_73{display:flex}._textSuccess1_detjk_77{font-family:var(--font-paperozi);font-size:1.2rem;width:100%;display:flex;justify-content:space-between;margin-left:1rem;line-height:1.3}._textSuccess2_detjk_87{display:flex;flex-direction:column;z-index:1}._textSuccess3_detjk_93{display:flex;align-items:end;font-size:1.4rem}[data-user-type=helper] ._textSuccess3_detjk_93{word-break:keep-all}._infoContainer_detjk_103{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}._btnContainer_detjk_113{width:100%;height:50px}._btnsContainer_detjk_118{width:100%;height:50px;display:flex;justify-content:space-between}._clockImg_detjk_125{width:5rem;height:5rem;position:absolute;top:1.5rem;right:1.2rem}._loadingImg_detjk_133{width:4rem;height:4rem;position:absolute;top:1.5rem;right:1.2rem}._checkImg_detjk_143{width:6.2rem;height:5rem;margin-bottom:1.5rem}._textBold_detjk_149{font-weight:700}._textAccent_detjk_154{color:var(--textGreen2);font-weight:700}[data-user-type=helper] ._textAccent_detjk_154{color:var(--mate-primary-dark)}._timeText_detjk_164{font-family:Pretendard-Regular;font-size:.85rem;color:var(--textGray2);margin-top:5px;margin-bottom:5px;word-break:keep-all}[data-user-type=helper] ._timeText_detjk_164{word-break:normal}._blank_detjk_177{margin-left:4px}._background_12n3f_1{position:fixed;background:#0000004d;width:100%;height:100vh;top:0;left:0;bottom:0;right:0;display:flex;justify-content:center;align-items:center;z-index:900}._divCont_12n3f_16{background-color:#fff;width:80%;max-width:400px;border-radius:16px;box-shadow:0 4px 20px #0000001a;z-index:901;padding:24px;display:flex;flex-direction:column}._header_12n3f_29{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._title_12n3f_36{font-family:Pretendard-Regular;font-size:1.3rem;font-weight:700;color:var(--textBlack1);margin:0}._closeBtn_12n3f_44{background:none;border:none;font-size:1.3rem;color:#333;cursor:pointer;padding:4px;line-height:1}._description_12n3f_55{font-family:Pretendard-Regular;font-size:1rem;color:var(--textBlack1);line-height:1.6;margin-bottom:20px}._description_12n3f_55 p{margin:0}._initialCont_12n3f_68{display:flex;flex-direction:column}._startBtn_12n3f_73{width:100%;height:50px;border:none;border-radius:10px;background:var(--mate-main-gradient);color:#fff;font-family:Pretendard-Regular;font-size:1rem;font-weight:500;cursor:pointer}._cameraCont_12n3f_87{display:flex;flex-direction:column;align-items:center}._previewArea_12n3f_93{width:fit-content;border:2px solid var(--mate-primary);border-radius:12px;overflow:hidden;background:var(--mate-primary-light)}._video_12n3f_101{width:100%;display:block}._captureBtn_12n3f_106{width:56px;height:56px;border:2px solid white;border-radius:50%;background:var(--mate-main-gradient);display:flex;justify-content:center;align-items:center;cursor:pointer;margin-top:-28px;z-index:10;box-shadow:0 2px 8px #00000026}._resultCont_12n3f_122{display:flex;flex-direction:column}._matchImg_12n3f_127{width:100%;display:block}._buttonGroup_12n3f_132{display:flex;gap:12px;margin-top:16px}._retakeBtn_12n3f_138{flex:1;height:48px;border:none;border-radius:10px;background:var(--mate-primary-light);color:var(--mate-primary-dark);font-family:Pretendard-Regular;font-size:.95rem;font-weight:600;cursor:pointer}._authBtn_12n3f_151{flex:1;height:48px;border:none;border-radius:10px;background:linear-gradient(135deg,#3d6b7e,#5a8fa3);color:#fff;font-family:Pretendard-Regular;font-size:.95rem;font-weight:600;cursor:pointer}._authBtn_12n3f_151:disabled{background:#b8c2c8;cursor:not-allowed}._divCont_w6j6f_1{display:flex;justify-content:center;align-items:center;width:100%;min-height:50vh;margin:15px 0}._gif_w6j6f_11{width:24px;height:24px}._divContCustom_w6j6f_16{display:flex;justify-content:center;width:100%;margin:15px 0}._gif2_w6j6f_24{width:30px;height:30px}._shimmer_187g2_2{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_187g2_2 1.5s infinite;border-radius:4px}@keyframes _shimmer_187g2_2{0%{background-position:200% 0}to{background-position:-200% 0}}._container_187g2_19{padding:0 0 1rem}._header_187g2_24{display:flex;justify-content:space-between;align-items:center;padding:20px}._logoPlaceholder_187g2_31{width:60px;height:32px;border-radius:8px}._togglePlaceholder_187g2_37{width:140px;height:40px;border-radius:50px}._statusTextRow_187g2_44{width:90%;margin:auto;display:flex;align-items:center;gap:6px;padding:10px}._statusTextIcon_187g2_53{width:16px;height:16px;border-radius:50%}._statusTextLine_187g2_59{width:160px;height:18px}._statusCard_187g2_65{background-color:var(--bgGray8);border-radius:20px;width:90%;min-height:200px;margin:0 auto 15px;padding:14px 16px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}._statusCardTop_187g2_80{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;flex:1}._statusCardTextArea_187g2_88{display:flex;flex-direction:column;gap:8px;flex:1}._statusCardTitle_187g2_95{width:50%;height:24px}._statusCardSubtitle_187g2_100{width:80%;height:18px}._statusCardDate_187g2_105{width:60%;height:14px;margin-top:4px}._statusCardIcon_187g2_111{width:72px;height:72px;border-radius:50%;flex-shrink:0;margin-left:12px}._statusCardButtons_187g2_119{display:flex;gap:8px}._statusCardButton_187g2_119{flex:1;height:48px;border-radius:10px}._dots_187g2_131{display:flex;justify-content:center;gap:6px;padding:8px 0 4px}._dot_187g2_131{width:8px;height:8px;border-radius:50%}._serviceSection_187g2_145{width:90%;margin:auto;padding:10px}._serviceCard_187g2_151{background-color:var(--bgGray8);border-radius:12px;width:100%;aspect-ratio:364 / 213;position:relative;overflow:hidden;box-sizing:border-box;padding:14px 18px;display:flex;flex-direction:column}._serviceCardTitle_187g2_165{width:55%;height:28px;margin-bottom:10px}._serviceCardDesc1_187g2_171{width:70%;height:14px;margin-bottom:6px}._serviceCardDesc2_187g2_177{width:50%;height:14px}._serviceCardImage_187g2_182{position:absolute;bottom:0;right:0;width:55%;height:65%;border-radius:0 0 12px;opacity:.5}._boardSection_187g2_193{width:90%;margin:auto;padding:10px}._boardCards_187g2_199{display:flex;width:100%;justify-content:space-between;gap:8px}._boardCard_187g2_199{flex:1;background-color:#f5f5f5;border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;justify-content:space-between;min-height:100px}._boardCardText1_187g2_217{width:60%;height:20px;margin-bottom:4px}._boardCardText2_187g2_223{width:40%;height:20px}._boardCardIconWrap_187g2_228{display:flex;justify-content:flex-end}._boardCardIcon_187g2_228{width:40px;height:40px;border-radius:8px}._divContainer_g0ro9_1{position:fixed;z-index:10000;background:#0000004d;justify-content:center;align-items:center;width:100%;height:100vh;top:0;left:0;display:flex}._modalContainer_g0ro9_14{background-color:#fff;display:flex;flex-direction:column;width:60%;max-width:300px;padding:20px;border-radius:10px;align-items:center}._text_g0ro9_25{margin-bottom:20px;word-break:keep-all;text-align:center;white-space:pre-line}._buttonCont_g0ro9_32{display:flex;width:100%;gap:.7rem}._buttonCont_g0ro9_32>button{flex:1;padding:10px 0;border-radius:5px;cursor:pointer}._footer_jk8ov_3{position:fixed;bottom:0;left:0;display:flex;justify-content:space-between;width:100%;background-color:#fff;z-index:300;pointer-events:auto}._iconContainer_jk8ov_18{width:25%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:EliceDigitalBaeum;color:var(--textGray2);padding:8px 0 4px;border-top:4px solid var(--bgGray3);transition:border .3s ease;text-decoration:none;cursor:pointer;pointer-events:auto}._selected_jk8ov_34{border-top-color:var(--textGreen1);color:var(--textGreen1)}._footer_jk8ov_3[data-user-type=helper] ._selected_jk8ov_34{border-top-color:var(--mate-primary-dark);color:var(--mate-primary-dark)}._textBox_jk8ov_44{padding:3px 0;border-bottom:2px solid white;font-size:clamp(14px,1.3rem,18px)}._selectedBorder_jk8ov_50{border-bottom:2.5px solid var(--textGreen1);width:50%}._noneBorder_jk8ov_55{border-bottom:2.5px solid white;width:50%}._withFooter_1pj84_1{height:100vh;height:100dvh;overflow:hidden}._withFooterContent_1pj84_8{height:calc(100vh - var(--bottom-nav-height));height:calc(100dvh - var(--bottom-nav-height));overflow:hidden}._header_117vn_1{flex-shrink:0;min-height:60px;max-height:100px;display:flex;align-items:center;padding:0 10px}._arrow_117vn_12{display:flex;justify-content:center}._arrow_117vn_12:hover{cursor:pointer}._text_117vn_22{margin-left:10px;font-family:EliceDigitalBaeum;font-size:20px}._divCont_q1za7_1{display:flex;flex-direction:column;align-items:center;width:100%}._stepperContainer_q1za7_10{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;padding:2rem 0 1rem;box-sizing:border-box}._track_q1za7_22{position:absolute;left:1.125rem;right:1.125rem;height:6px;background-color:#e0e0e0;border-radius:100px;overflow:hidden}._trackFill_q1za7_32{height:100%;background:linear-gradient(to right,#7bc49a,#3a6350);border-radius:0 100px 100px 0;transition:width .3s ease}._circle_q1za7_41{position:relative;z-index:1;width:2.25rem;min-width:2rem;aspect-ratio:1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:600;transition:background-color .3s ease}._completed_q1za7_56,._active_q1za7_60{color:#fff}._inactive_q1za7_64{background-color:#e0e0e0;color:#999}._checkIcon_q1za7_69{width:1.25rem;height:1.25rem}@media (max-width: 768px){._stepperContainer_q1za7_10{padding:2rem 20px 1rem}._track_q1za7_22{left:calc(20px + 1.125rem);right:calc(20px + 1.125rem)}}._scrollContainer_i8npt_1{flex:1;min-height:0;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}._scrollContainer_i8npt_1::-webkit-scrollbar{display:none}._divContainer_1q4r1_1{width:100%;height:100vh;position:fixed;top:0;left:0;display:flex;flex-direction:column;overflow:hidden;-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._btnCont_1q4r1_18{display:flex;width:100%;position:fixed;bottom:0;z-index:90}._deleteBtn_1q4r1_26{width:30%}._divCont_1f64n_1{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}._header_1u6j4_1{height:120px;width:80%;max-width:var(--maxWidth);display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;background-color:#f9f9f9}._borderBottom_1u6j4_13{border-bottom:1px solid #eeeeee}._adminContainer_1u6j4_25{font-family:Pretendard-Regular;color:var(--textGray2);display:flex;align-items:center;gap:10px}._logoutBtn_1u6j4_33{background-color:var(--bgGreen2);color:var(--textGray1);border-radius:5px;padding:6px 12px;height:34px;border:none;margin-left:10px;width:fit-content;cursor:pointer}@media (max-width: 1280px){._header_1u6j4_1{width:90%;height:80px}}@media (max-width: 900px){._header_1u6j4_1{width:100%;padding:0 1rem}}@media (max-width: 768px){._header_1u6j4_1{width:100%;height:60px;max-width:none;padding:0 1rem}._borderBottom_1u6j4_13{border-bottom:none}}._horizontalContainer_1ulb7_1{display:flex;justify-content:flex-end}._actionButtons_1ulb7_6{gap:.5rem}._default_1ulb7_10{background-color:#fff;border-radius:8px;border:1px solid var(--bgGray6);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;height:100%;white-space:nowrap;min-width:fit-content;font-size:14px;font-weight:500;color:#414651}._primary_1ulb7_27{background-color:var(--textGreen1);color:#fff;border:1px solid var(--textGreen1)}._secondary_1ulb7_33{background-color:var(--bgGreen2);color:var(--textGreen1);border:1px solid var(--bgGreen2)}._error_1ulb7_45{background-color:#feeeee;color:#fd584c;border:1px solid #fddddd}._delete_1ulb7_54{background-color:#f9f9f9;color:#ff5d51;border:1px solid var(--bgGray4)}._disabled_1ulb7_60{background-color:#f9f9f9;border:1px solid var(--bgGray4);color:var(--bgGray1)}._hamburgerButton_1ulb7_66,._sidebarClosedButton_1ulb7_67{padding:10px;cursor:pointer;border-radius:5px}._hamburgerIcon_1ulb7_84,._sidebarClosedIcon_1ulb7_85{height:100%;display:flex;flex-direction:column;align-items:center;gap:5px}._hamburgerIcon_1ulb7_84 span,._sidebarClosedIcon_1ulb7_85 span{width:20px;height:2px;background-color:var(--textGray1)}._sidebarClosedIcon_1ulb7_85 span{background-color:var(--textGreen1)}._hamburgerButton_1ulb7_66:hover ._hamburgerIcon_1ulb7_84 span,._sidebarClosedButton_1ulb7_67:hover ._sidebarClosedIcon_1ulb7_85 span{background-color:var(--textGreen1);transition:all .3s ease-in-out}._sidebarClosedIcon_1ulb7_85 span:nth-child(1){transform:rotate(45deg) translate(13%,130%)}._sidebarClosedIcon_1ulb7_85 span:nth-child(2){transform:rotate(-45deg) translate(13%,-130%)}@media (max-width: 768px){._horizontalContainer_1ulb7_1{justify-content:flex-start}}._layoutContainer_oeo31_1{background-color:#f9f9f9;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;font-family:Pretendard-Regular;color:var(--textGray1);padding-bottom:env(safe-area-inset-bottom)}._headerArea_oeo31_13{width:100%;display:flex;align-items:center;justify-content:center}._logo_oeo31_20{width:180px;display:flex;align-items:center;padding:1rem;cursor:pointer}._contentWrapper_oeo31_30{display:flex;width:80%;max-width:var(--maxWidth);padding-bottom:1rem;flex:1}._pageContainer_oeo31_38{background-color:#fff;width:100%;min-width:0;height:fit-content}._pageHeader_oeo31_45{font-size:32px;padding:30px 40px}._titleRow_oeo31_50{display:flex;align-items:baseline;gap:16px}._mainTitle_oeo31_56{font-size:32px;color:var(--textGray1);font-weight:400;line-height:1.2}._subTitle_oeo31_63{font-size:24px;color:var(--textGreen1);font-weight:500;line-height:1.2}._subTitleRow_oeo31_70{margin-top:8px}._pageContent_oeo31_74{padding:0 40px 20px;min-height:500px;position:relative;display:flex;flex-direction:column}._contentHeader_oeo31_82{display:flex;flex-direction:column}._contentHeader_oeo31_82 ._title_oeo31_50{color:var(--textGreen1);font-size:24px;font-weight:500;line-height:1.2;display:flex;align-items:center}._contentHeader_oeo31_82 ._actions_oeo31_97{flex:1;min-width:0;overflow:visible}._contentBody_oeo31_110{flex:1}._detailSection_oeo31_114{padding:0 40px}._row_oeo31_118{display:flex;flex-direction:row;align-items:center}._row_oeo31_118:first-child{padding-bottom:15px}._firstRow_oeo31_128{justify-content:space-between}._borderBottom_oeo31_133{border-bottom:1px solid #eeeeee}._subActions_oeo31_137{padding:20px 0}._flexEnd_oeo31_141{justify-content:flex-end}._flexSpaceBetween_oeo31_145{justify-content:space-between}@media (max-width: 1280px){._contentWrapper_oeo31_30{width:90%}._titleRow_oeo31_50{flex-wrap:wrap;gap:12px}._mainTitle_oeo31_56{font-size:28px;font-weight:900}._subTitle_oeo31_63{font-size:24px;font-weight:600}._contentHeader_oeo31_82 ._title_oeo31_50{display:none}}@media (max-width: 900px){._contentWrapper_oeo31_30{width:100%}}@media (max-width: 768px){._layoutContainer_oeo31_1{height:100vh;overflow:hidden}._headerArea_oeo31_13{position:fixed;top:0;left:0;z-index:1000;flex-shrink:0;border-bottom:1px solid #eeeeee}._contentWrapper_oeo31_30{width:100%;padding:60px 1rem 0;overflow:hidden;flex:1;min-height:0;display:flex;flex-direction:column}._pageContainer_oeo31_38{background-color:transparent;height:100%;overflow-y:auto;flex:1 1 0}._pageHeader_oeo31_45{padding:1.8rem 1rem 16px}._titleRow_oeo31_50{flex-direction:row;align-items:center;gap:12px}._mainTitle_oeo31_56{font-size:24px}._subTitle_oeo31_63{font-size:20px}._pageContent_oeo31_74{padding:0 1rem}._actions_oeo31_97,._subActions_oeo31_137{padding:10px 0}}._installModalOverlay_oeo31_248{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:_fadeIn_oeo31_1 .3s ease-in-out}@keyframes _fadeIn_oeo31_1{0%{opacity:0}to{opacity:1}}._installModal_oeo31_248{background:#fff;border-radius:16px;max-width:400px;width:90%;padding:24px;box-shadow:0 4px 20px #00000026;animation:_slideUp_oeo31_1 .3s ease-out}@keyframes _slideUp_oeo31_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_oeo31_292{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._modalHeader_oeo31_292 h3{margin:0;font-size:20px;font-weight:600;color:#333}._closeButton_oeo31_306{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}._closeButton_oeo31_306:hover{background-color:#f5f5f5}._modalBody_oeo31_326{margin-bottom:24px}._modalBody_oeo31_326 p{margin:0 0 16px;font-size:15px;color:#555;line-height:1.5}._benefitList_oeo31_337{list-style:none;padding:0;margin:0}._benefitList_oeo31_337 li{padding:8px 0;font-size:14px;color:#666}._modalFooter_oeo31_349{display:flex;gap:12px;justify-content:flex-end}._cancelButton_oeo31_355,._installButton_oeo31_356{padding:12px 24px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;border:none}._cancelButton_oeo31_355{background-color:#f5f5f5;color:#666}._cancelButton_oeo31_355:hover{background-color:#e8e8e8}._installButton_oeo31_356{background-color:var(--textGreen1, #4caf50);color:#fff}._installButton_oeo31_356:hover{background-color:#45a049;transform:translateY(-1px);box-shadow:0 2px 8px #4caf504d}@media (max-width: 768px){._installModal_oeo31_248{max-width:90%;padding:20px}._modalHeader_oeo31_292 h3{font-size:18px}._modalBody_oeo31_326 p{font-size:14px}._modalFooter_oeo31_349{flex-direction:column-reverse}._cancelButton_oeo31_355,._installButton_oeo31_356{width:100%;padding:14px}}@media (max-width: 480px){._layoutContainer_oeo31_1{min-height:100dvh}}._sidebar_1pqm5_1{--sidebar-width: 200px;width:var(--sidebar-width);min-width:var(--sidebar-width);max-width:var(--sidebar-width);flex-shrink:0;font-family:Pretendard-Regular}._category_1pqm5_11{padding-left:5px}._category_1pqm5_11._mobile_1pqm5_17{border-bottom:1px solid #eeeeee}._categoryHeader_1pqm5_21{font-size:18px;font-weight:700;cursor:pointer;padding:20px;color:var(--bgGray1);display:flex;justify-content:space-between;align-items:center}._categoryHeaderContent_1pqm5_32{display:flex;align-items:center;gap:8px}._categoryNotificationDot_1pqm5_38{width:8px;height:8px;border-radius:50%;background-color:var(--textGreen1);flex-shrink:0;animation:_pulse_1pqm5_1 2s ease-in-out infinite}@keyframes _pulse_1pqm5_1{0%,to{opacity:1}50%{opacity:.5}}._subCategories_1pqm5_57{margin-top:5px;font-size:18px}._subCategories_1pqm5_57 li{padding-left:30px}._subCategory_1pqm5_67{padding:20px 20px 20px 0;cursor:pointer;color:var(--textGray1);display:flex;justify-content:space-between;align-items:center}._subCategory_1pqm5_67:hover{background-color:var(--bgGreen3)}._countBadge_1pqm5_82{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:4px;background-color:var(--textGreen1);color:#fff;border-radius:50%;font-size:12px;font-weight:500;margin-left:8px;position:relative;cursor:help}._tooltip_1pqm5_99{visibility:hidden;opacity:0;position:absolute;bottom:130%;left:50%;transform:translate(-50%);background-color:#000000d9;color:#fff;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:400;white-space:nowrap;z-index:1000;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}._tooltip_1pqm5_99:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000000d9}._countBadge_1pqm5_82:hover ._tooltip_1pqm5_99{visibility:visible;opacity:1}._active_1pqm5_133{color:var(--textGreen1)}._categoryActive_1pqm5_137{background-color:#fff;border-left:5px solid var(--textGreen1);padding-left:0}._subActive_1pqm5_143{color:var(--textGreen1);font-weight:700;background-color:var(--bgGreen3)}._mobileSidebar_1pqm5_149{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000;z-index:9999;visibility:hidden;transition:background-color .3s ease,visibility .3s ease}._mobileSidebar_1pqm5_149._open_1pqm5_161{visibility:visible;background-color:#00000080}._mobileSidebarContainer_1pqm5_166{width:50%;height:100vh;background-color:var(--bgGray5);transform:translate(-100%);transition:transform .3s ease}._mobileSidebar_1pqm5_149._open_1pqm5_161 ._mobileSidebarContainer_1pqm5_166{transform:translate(0)}._mobileSidebarHeader_1pqm5_178{display:flex;background-color:#fff;justify-content:space-between;align-items:center;padding:.5rem}._mobileSidebarContent_1pqm5_186{overflow-y:auto;height:calc(100vh - 60px)}._mobileSidebarContent_1pqm5_186::-webkit-scrollbar{width:6px}._mobileSidebarContent_1pqm5_186::-webkit-scrollbar-track{background:transparent}._mobileSidebarContent_1pqm5_186::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}._mobileSidebarContent_1pqm5_186::-webkit-scrollbar-thumb:hover{background-color:#0000004d}ul,li,button{padding:0;margin:0}ul{list-style:none}button{background:none;border:none}._mainContainer_1idi5_1{margin-top:var(--web-nav-height);min-height:calc(100vh - var(--web-nav-height))}._contentWrapper_1idi5_6{max-width:800px;margin:0 auto;padding:80px 70px}._btnCont_1idi5_12{display:flex;width:100%;gap:1.25rem;justify-content:center;margin-top:3rem}._btnInner_1idi5_20{width:100%;max-width:28rem}._btnBack_1idi5_25,._btnNext_1idi5_30{width:50%;max-width:14rem}@media (max-width: 768px){._contentWrapper_1idi5_6{padding:40px 0 80px}}._header_gfqoh_1{width:100%;height:var(--web-nav-height);position:fixed;top:0;left:0;z-index:999;box-sizing:border-box;transition:all .3s ease}._header_gfqoh_1._scrolled_gfqoh_12{background:#ffffffa6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 4px 18px #0000001f}._header_gfqoh_1._openDropdown_gfqoh_19{background:#fffffff2;box-shadow:none}._header_gfqoh_1._scrolled_gfqoh_12._header_gfqoh_1._openDropdown_gfqoh_19{backdrop-filter:unset;-webkit-backdrop-filter:unset}._light_gfqoh_28{color:#222}._container_gfqoh_31{height:100%;max-width:1060px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:0 1rem}._nav_gfqoh_42{flex:1;display:flex;justify-content:center;min-width:0}._logo_gfqoh_49{width:15%;display:flex;align-items:center;cursor:pointer}._logo_gfqoh_49>svg{height:2.1rem;width:auto}._menu_gfqoh_61{width:70%;display:flex;justify-content:center;align-items:center;gap:2rem;white-space:nowrap}._navbar_gfqoh_71>div:last-child{display:flex;align-items:center;gap:.6rem;flex-shrink:0}._menu_gfqoh_61>li>._menuItem_gfqoh_78{font-size:16px}._menu_gfqoh_61>li:hover>._menuItem_gfqoh_78{font-weight:700}._menuItem_gfqoh_78._active_gfqoh_86,._menuItem_gfqoh_78[aria-current=page]{font-weight:700;text-decoration:underline;text-underline-offset:.375rem}._menuItem_gfqoh_78._active_gfqoh_86:hover{text-decoration:underline;text-underline-offset:.375rem}._actions_gfqoh_103{width:15%;display:flex;align-items:center;justify-content:flex-end;gap:1rem}._actions_gfqoh_103 ._loginInfoWrapper_gfqoh_111{display:flex;align-items:center;gap:.7rem}._userName_gfqoh_117{font-size:16px;white-space:nowrap}._actions_gfqoh_103 ._login_gfqoh_111,._actions_gfqoh_103 ._logout_gfqoh_123{white-space:nowrap;word-break:keep-all;cursor:pointer;height:1.875rem;width:fit-content;right:0;top:48px;padding:0 12px;font-size:.875rem;background-color:#222;color:#fff;display:inline-flex;align-items:center;justify-content:center;border-radius:1.25rem}._hamburger_gfqoh_141{display:none;cursor:pointer;border:0;background:transparent;padding:8px 0}._hamburgerIcon_gfqoh_149{display:block;width:20px;height:2px;background-color:#333;position:relative}._hamburgerIcon_gfqoh_149:before,._hamburgerIcon_gfqoh_149:after{content:"";position:absolute;left:0;width:100%;height:2px;background-color:inherit}._hamburgerIcon_gfqoh_149:before{top:-7px}._hamburgerIcon_gfqoh_149:after{top:7px}._menuOpen_gfqoh_175{display:flex;flex-direction:column;gap:1rem}._header_gfqoh_1._dark_gfqoh_182 ._nav_gfqoh_42>._menu_gfqoh_61>li>._menuItem_gfqoh_78,._header_gfqoh_1._dark_gfqoh_182 ._actions_gfqoh_103{color:#fff}._header_gfqoh_1._scrolled_gfqoh_12._dark_gfqoh_182 ._nav_gfqoh_42>._menu_gfqoh_61>li>._menuItem_gfqoh_78,._header_gfqoh_1._scrolled_gfqoh_12._dark_gfqoh_182 ._actions_gfqoh_103,._header_gfqoh_1._dark_gfqoh_182._openDropdown_gfqoh_19 ._nav_gfqoh_42>._menu_gfqoh_61>li>._menuItem_gfqoh_78,._header_gfqoh_1._dark_gfqoh_182._openDropdown_gfqoh_19 ._actions_gfqoh_103{color:#222}@media (max-width: 900px){._navbar_gfqoh_71{padding:1rem 1.25rem;justify-content:space-between;align-items:center;padding:1.625rem 2rem}._loginInfoWrapper_gfqoh_111{position:static;margin-left:auto}._logo_gfqoh_49{margin-left:1rem}._logo_gfqoh_49,._login_gfqoh_111,._logout_gfqoh_123{white-space:nowrap;word-break:keep-all;top:auto}._logo_gfqoh_49{width:auto}._logo_gfqoh_49>svg{height:1.25rem;width:fit-content}._login_gfqoh_111,._logout_gfqoh_123{word-break:keep-all;padding:0 .75rem;font-size:.75rem;display:flex;align-items:center;border-radius:1.25rem;white-space:nowrap;cursor:pointer}._menu_gfqoh_61{display:flex;flex-direction:column;gap:1rem;font-size:1rem;position:absolute;top:5rem;left:0;width:100%;background-color:#ffffffb3;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding:0 1.25rem;box-sizing:border-box;z-index:998;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}._menu_gfqoh_61._menuOpen_gfqoh_175{max-height:400px;padding:1.5rem 1.25rem;box-shadow:0 4px 6px #0000001a}._hamburger_gfqoh_141{display:flex;cursor:pointer}._header_gfqoh_1._dark_gfqoh_182 ._hamburgerIcon_gfqoh_149{background-color:#fff}._header_gfqoh_1._scrolled_gfqoh_12._dark_gfqoh_182 ._hamburgerIcon_gfqoh_149,._header_gfqoh_1._dark_gfqoh_182._openDropdown_gfqoh_19 ._hamburgerIcon_gfqoh_149{background-color:#333}}._modal_overlay_1lpo8_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modal_header_1lpo8_14{display:flex;justify-content:space-between;align-items:center;padding:0 1.25rem;border-bottom:1px solid #ddd}._modal_content_1lpo8_22{background:#fff;border-radius:8px;max-width:90%;max-height:90%;width:800px;overflow:hidden;display:flex;flex-direction:column}._modal_body_1lpo8_33{overflow-y:auto;padding:1rem 1.75rem;max-height:calc(98vh - 50px);line-height:1.6}._modal_close_1lpo8_40{background:none;border:none;font-size:1rem;cursor:pointer}.footer_container{max-width:1200px;margin:0 auto;padding:3.75rem 70px}.footer_social_links{display:flex;align-items:center;justify-content:center;gap:3.875rem;margin-bottom:1.25rem}.footer_social_link{display:inline-flex;align-items:center;justify-content:center;width:9.25rem;height:9.25rem;border-radius:999px;background:#ffffff14;transition:transform .2s ease,background-color .2s ease}.footer_social_link:hover{transform:translateY(-2px);background:#ffffff29}.footer_social_icon{width:15rem;height:15rem;object-fit:contain}.footer_info_wrap{display:flex;gap:5rem}.footer_item{display:flex;gap:1.75rem}@media (max-width: 1200px){.footer_container{padding:3rem 50px}.footer_info_wrap{gap:3rem}.footer_item{gap:.75rem}}@media (max-width: 900px){.footer_container{padding:2rem 40px}.footer_social_links{gap:2.5rem;margin-bottom:1rem}.footer_social_link{width:7rem;height:7rem}.footer_social_icon{width:11rem;height:11rem}.footer_info_wrap{flex-direction:column;gap:1rem}}@media (max-width: 600px){.footer_container{padding:2rem 20px}.footer_social_links{gap:1.5rem;margin-bottom:.75rem}.footer_social_link{width:5rem;height:5rem}.footer_social_icon{width:7rem;height:7rem}}._heroSection_vx7m6_1{position:relative;width:100%;min-height:100svh;display:flex;justify-content:center;align-items:center;background:linear-gradient(90deg,#c4dfda,#f9fafe 60%,#e1f0ea);overflow:hidden;padding:clamp(var(--web-nav-height),1vh,120px) 0}._inner_vx7m6_13{text-align:center;max-width:700px;width:80%;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:clamp(24px,5vh,80px)}._floatingCard_vx7m6_25{position:absolute;width:clamp(10px,18vw,320px);filter:drop-shadow(0 10px 20px rgba(0,0,0,.08));z-index:1}._floatingCard1_vx7m6_31{top:10%;left:18%}._floatingCard2_vx7m6_35{top:35%;left:15%}._floatingCard3_vx7m6_39{bottom:12%;left:25%}._floatingCard4_vx7m6_43{top:12%;right:20%}._floatingCard5_vx7m6_47{top:35%;right:17%}._floatingCard6_vx7m6_51{bottom:12%;right:27%}._innerOne_vx7m6_55{height:305px}._badge_vx7m6_58{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:400;color:#4a5565;padding:10px 32px;background:#fff;border-radius:50px;border:1.5px solid rgba(0,0,0,.06);box-shadow:0 4px 12px #0000000d}._badge_vx7m6_58:before{content:"";width:10px;height:10px;background:#3f7c65;border-radius:50%}._title_vx7m6_78{font-size:clamp(56px,3.4vw,80px);font-weight:800;line-height:1.2;margin-top:10px;margin-bottom:28px;color:#0f172a}._subtitle_vx7m6_86{font-size:clamp(14px,1.1vw,18px);line-height:1.6;color:#4b4b4b}._ctaBtn_vx7m6_91{background:#0f172a;color:#fff;display:inline-flex;align-items:center;justify-content:space-between;margin-top:50px;padding:0 16px;border-radius:40px;font-size:20px;font-weight:500;border:none;cursor:pointer;min-width:222px;height:64px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}._ctaBtn_vx7m6_91:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000002e}._arrowIcon_vx7m6_114{width:48px;height:48px;background:#fff;border-radius:50%;object-fit:contain;margin-left:8px}._ctaBtnText_vx7m6_122{padding-left:8px;display:flex;align-items:center}@keyframes _heroFadeUp_vx7m6_1{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}._badge_vx7m6_58,._title_vx7m6_78,._subtitle_vx7m6_86,._innerTwo_vx7m6_142{opacity:0;transform:translateY(14px)}._badge_vx7m6_58{animation:_heroFadeUp_vx7m6_1 .6s ease-out .1s forwards}._title_vx7m6_78{animation:_heroFadeUp_vx7m6_1 .7s ease-out .25s forwards}._subtitle_vx7m6_86{animation:_heroFadeUp_vx7m6_1 .7s ease-out .4s forwards}._innerTwo_vx7m6_142{animation:_heroFadeUp_vx7m6_1 .7s ease-out .6s forwards}@keyframes _floatCard_vx7m6_1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}._floatingCard_vx7m6_25{position:absolute;width:clamp(10px,18vw,320px);filter:drop-shadow(0 10px 20px rgba(0,0,0,.08));z-index:1;animation:_floatCard_vx7m6_1 10s ease-in-out infinite}._floatingCard1_vx7m6_31{top:10%;left:18%;animation-delay:0s}._floatingCard2_vx7m6_35{top:35%;left:15%;animation-delay:.8s}._floatingCard3_vx7m6_39{bottom:12%;left:25%;animation-delay:1.6s}._floatingCard4_vx7m6_43{top:12%;right:20%;animation-delay:.4s}._floatingCard5_vx7m6_47{top:35%;right:17%;animation-delay:1.2s}._floatingCard6_vx7m6_51{bottom:12%;right:27%;animation-delay:2s}@keyframes _pulseDot_vx7m6_1{0%{box-shadow:0 0 #3f7c6580}70%{box-shadow:0 0 0 12px #3f7c6500}to{box-shadow:0 0 #3f7c6500}}._badge_vx7m6_58:before{content:"";width:10px;height:10px;background:#3f7c65;border-radius:50%;animation:_pulseDot_vx7m6_1 1.8s ease-out infinite}@media (prefers-reduced-motion: reduce){._floatingCard_vx7m6_25,._badge_vx7m6_58,._title_vx7m6_78,._subtitle_vx7m6_86,._innerTwo_vx7m6_142{animation:none!important;transform:none!important;opacity:1!important}}@media (max-width: 1024px){._badge_vx7m6_58{display:inline-flex;align-items:center;gap:10px;font-size:10px;font-weight:400;color:#4a5565;padding:5px 16px;background:#fff;border-radius:50px;border:1.5px solid rgba(0,0,0,.06);box-shadow:0 4px 12px #0000000d}._badge_vx7m6_58:before{width:5px;height:5px}._title_vx7m6_78{font-size:clamp(36px,5vw,80px)}._floatingCard_vx7m6_25{display:none}}._promiseSection_mhes3_2{width:100%;max-width:900px;margin:0 auto 8px;padding:48px 0 0;display:flex;flex-direction:column;align-items:center;background:#fff}._promiseTop_mhes3_12{text-align:center;margin-bottom:32px}._promiseBadge_mhes3_16{font-size:13px;color:#2e5746;font-weight:700}._promiseTitle_mhes3_21{font-size:clamp(2.1rem,4vw,3.2rem);font-weight:800;margin:12px 0;color:#222;line-height:1.25}._promiseTitle_mhes3_21 b{color:#467963}._promiseSubtitle_mhes3_31{font-size:clamp(.95rem,1.5vw,1.2rem);color:#0f172a;margin-bottom:0;line-height:1.6}._promiseImageWrap_mhes3_37{width:min(94vw,1800px);max-width:none;display:flex;justify-content:center;margin-bottom:48px;border-radius:28px}._promiseImage_mhes3_37{display:block;width:100%;max-width:1700px;height:auto;border-radius:28px;object-fit:contain}._promiseBottom_mhes3_55{text-align:center;margin-top:0}._promiseEmphasis_mhes3_59{font-size:clamp(1.6rem,4vw,3.2rem);font-weight:700;color:#0f172a;margin-bottom:8px;display:inline-block;padding:0 8px 2px}._promiseEmphasis_mhes3_59 b{color:#2f6b4f}._highlightWord_mhes3_70{font-family:Obangju;font-weight:800;letter-spacing:-.02em;color:#2f6b4f}._promiseDesc_mhes3_77{font-size:clamp(.95rem,1.5vw,1.2rem);color:#0f172a;margin-top:3px;margin-bottom:52px;letter-spacing:-.01em;line-height:1.75}._mobileBr_mhes3_86{display:none}@media (max-width: 768px){._promiseImageWrap_mhes3_37{height:220px;width:350px;margin-bottom:32px;border-radius:20px;overflow:hidden}._promiseImage_mhes3_37{width:auto;height:220px;object-position:center 50%;border-radius:28px}._mobileBr_mhes3_86{display:block}}._serviceSection_1sgmu_1{width:100%;padding:140px 0;background:#fff}._sectionInner_1sgmu_7{max-width:1400px;margin:0 auto;padding:0 28px;text-align:center}._kicker_1sgmu_14{font-size:13px;color:#2e5746;font-weight:800}._sectionTitle_1sgmu_20{font-size:clamp(2.1rem,4vw,3.2rem);font-weight:900;margin:12px 0 60px;color:#0f172a;letter-spacing:-.03em}._layoutDesktop_1sgmu_28{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:start;text-align:left}._layoutMobile_1sgmu_36{display:none}._leftCard_1sgmu_41{background:#f4f6f7;border-radius:28px;overflow:hidden;margin-bottom:20px}._leftCardHeader_1sgmu_48{width:100%;padding:26px 30px;border:none;background:transparent;cursor:pointer;text-align:left}._leftHeaderRow_1sgmu_57{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._leftToggle_1sgmu_64{width:36px;height:36px;border-radius:999px;background:#0f172a0f;display:grid;place-items:center;font-size:18px;color:#0f172a;flex:0 0 auto}._leftImageWrap_1sgmu_76{width:100%;overflow:hidden}._leftImageWrap_1sgmu_76 img{width:100%;height:auto;display:block}._leftTitle_1sgmu_87{font-size:28px;font-weight:900;margin:0 0 10px;color:#0f172a;letter-spacing:-.02em}._leftDesc_1sgmu_95{margin:0;font-size:16px;line-height:1.6;color:#6b7280}._closed_1sgmu_102{opacity:1}._open_1sgmu_106{outline:2px solid rgba(47,107,79,.14);outline-offset:-2px}._rightCol_1sgmu_111{padding-top:6px;animation:_slideFadeIn_1sgmu_1 .8s ease}@keyframes _slideFadeIn_1sgmu_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}._accordionList_1sgmu_125{list-style:none;padding:0;margin:0;border-top:1px solid rgba(15,23,42,.08)}._accItem_1sgmu_132{border-bottom:1px solid rgba(15,23,42,.08)}._accHeader_1sgmu_136{width:100%;display:flex;align-items:flex-start;gap:12px;padding:25px 0 24px;border:none;background:transparent;border-top:1px solid #f2f3f5;cursor:pointer}._accNum_1sgmu_148{font-size:12px;font-weight:500;color:#a3a9b3;min-width:24px;line-height:1;margin-top:7px}._accContent_1sgmu_157{flex:1;display:flex;align-items:flex-start}._accHeaderMain_1sgmu_163{flex:1;display:flex;flex-direction:column}._accTitle_1sgmu_169{margin:0 0 8px;font-size:18px;font-weight:500;color:#0f172a;letter-spacing:-.01em;text-align:left}._accDesc_1sgmu_178{margin:0;font-size:14px;line-height:1.7;color:#475569;text-align:left}._accPlus_1sgmu_186{justify-self:end;width:32px;height:32px;border-radius:999px;background:#0f172a0f;display:grid;place-items:center;font-size:18px;color:#0f172a;margin-top:-2px}._accOpen_1sgmu_199 ._accTitle_1sgmu_169{color:#0f172a}._accOpen_1sgmu_199 ._accHeader_1sgmu_136{padding-bottom:18px}._accMedia_1sgmu_208{width:300px;height:200px;border-radius:18px;background:#f7f8fb;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}._accMedia_1sgmu_208 img{width:100%;height:100%;object-fit:cover}@media (max-width: 1100px){._layoutDesktop_1sgmu_28{display:none}._layoutMobile_1sgmu_36{display:flex;flex-direction:column;gap:28px;text-align:left}._rightCol_1sgmu_111{padding-top:0}}@media (max-width: 768px){._accContent_1sgmu_157{flex-direction:column}._accHeaderMain_1sgmu_163{order:1}._accMedia_1sgmu_208{order:2;margin-top:24px}._accMedia_1sgmu_208 img{width:100%;height:auto;border-radius:12px}}@media (max-width: 520px){._serviceSection_1sgmu_1{padding:110px 0}._sectionInner_1sgmu_7{padding:0 18px}._leftTitle_1sgmu_87{font-size:22px}}._serviceFlowSection_1uqm7_1{padding:80px 0;background:#fff}._flowInner_1uqm7_6{max-width:1440px;margin:0 auto;padding:0 24px}._flowHeader_1uqm7_12{max-width:360px;margin-bottom:40px}._flowLabel_1uqm7_17{display:inline-block;font-size:12px;font-weight:600;color:#2e5746;margin-bottom:8px}._flowTitle_1uqm7_25{margin:0 0 12px;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700;letter-spacing:-2%;color:#0f172a}._flowSubtitle_1uqm7_33{margin:0;font-size:16px;line-height:1.6;color:#64748b}._flowGrid_1uqm7_41{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:36px;row-gap:60px;align-items:stretch;margin-top:16px}._flowItemWrapper_1uqm7_50{position:relative;display:flex;justify-content:center;align-items:stretch;opacity:0;transform:translateY(20px)}._flowItemWrapper_1uqm7_50._emptyCell_1uqm7_58{opacity:1;transform:none}@keyframes _cardFadeUp_1uqm7_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._flowGridAnimate_1uqm7_74 ._flowItemWrapper_1uqm7_50{animation:_cardFadeUp_1uqm7_1 .7s ease-out forwards}._flowGridAnimate_1uqm7_74 ._flowItemWrapper_1uqm7_50:nth-child(1){animation-delay:0s}._flowGridAnimate_1uqm7_74 ._flowItemWrapper_1uqm7_50:nth-child(2){animation-delay:.12s}._flowGridAnimate_1uqm7_74 ._flowItemWrapper_1uqm7_50:nth-child(3){animation-delay:.24s}._flowGridAnimate_1uqm7_74 ._flowItemWrapper_1uqm7_50:nth-child(6){animation-delay:.36s}._flowGridAnimate_1uqm7_74 ._flowItemWrapper_1uqm7_50:nth-child(7){animation-delay:.48s}._flowGridAnimate_1uqm7_74 ._flowItemWrapper_1uqm7_50:nth-child(8){animation-delay:.6s}._flowItem_1uqm7_50{display:flex;justify-content:center;align-items:stretch;width:100%}._flowItemEmpty_1uqm7_104{display:block;width:100%;pointer-events:none}._arrow_1uqm7_109{position:absolute;top:50%;right:-30px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none}._arrowBody_1uqm7_120{width:32px;height:1px;background:#0f172a;position:relative}._arrowBody_1uqm7_120:after{content:"";position:absolute;right:-1px;top:50%;width:6px;height:6px;border-top:2px solid #0f172a;border-right:2px solid #0f172a;transform:translateY(-50%) rotate(45deg)}._stepCard_1uqm7_140{width:100%;max-width:320px;min-height:220px;padding:30px 1px;background-color:#f4f6f7;border-radius:32px;display:flex;flex-direction:column;align-items:center;text-align:center}._stepNumber_1uqm7_154{font-size:12px;font-weight:600;color:#9ca3af;margin:10px 0 16px}._stepIconWrapper_1uqm7_161{width:56px;height:56px;border-radius:38%;background:#e7e8e9;display:flex;align-items:center;justify-content:center;margin-bottom:16px}._stepIconWrapper_1uqm7_161 img{max-width:28px;max-height:28px}._stepTitle_1uqm7_177{margin:0 0 8px;font-size:20px;font-weight:600;color:#0f172a}._stepDesc_1uqm7_184{margin:0;font-size:16px;line-height:1.6;color:#6b7280;white-space:pre-line}@media (max-width: 768px){._serviceFlowSection_1uqm7_1{padding:56px 0}._flowInner_1uqm7_6{padding:0 20px}._flowHeader_1uqm7_12{max-width:none;margin-bottom:32px}._flowGrid_1uqm7_41{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;row-gap:16px}._emptyCell_1uqm7_58,._flowItemEmpty_1uqm7_104,._arrow_1uqm7_109{display:none}._stepCard_1uqm7_140{max-width:none;width:100%;min-height:200px;padding:24px 20px;border-radius:24px}._stepTitle_1uqm7_177{font-size:15px}._stepDesc_1uqm7_184{font-size:12px;white-space:normal}._stepNumber_1uqm7_154{font-size:20px}}._appSection_1fcfa_1{width:100%;padding:140px 0;background:#fff}._inner_1fcfa_7{max-width:1880px;margin:0 auto;padding:80px;display:flex;align-items:center;justify-content:space-between;gap:50px;background:#f7faf7;border-radius:48px;overflow:visible}._leftArea_1fcfa_24{flex:1;max-width:480px;margin-left:200px}._appIcon_1fcfa_30{width:42px;height:42px;margin-bottom:2px}._title_1fcfa_36{font-size:clamp(1.8rem,4vw,3.2rem);font-weight:800;line-height:1.3;color:#0f172a;margin-bottom:18px}._desc_1fcfa_44{font-size:16px;line-height:1.6;color:#6b7280;margin-bottom:32px}._storeButtons_1fcfa_51{display:flex;align-items:center;gap:14px}._storeBtn_1fcfa_57{height:48px;cursor:pointer;transition:opacity .2s ease}._storeBtn_1fcfa_57:hover{opacity:.85}._rightArea_1fcfa_69{flex:1;display:flex;align-items:center;position:relative;height:540px;margin-top:40px}._phone_1fcfa_79{width:360px;height:auto;position:absolute;transition:.3s ease;filter:drop-shadow(0 12px 24px rgba(15,23,42,.18))}._phoneLeft_1fcfa_88{transform:translate(-20%) translateY(-45px);z-index:3;margin-top:200px}._phoneRight_1fcfa_95{left:28%;transform:translate(20%) translateY(-60px);z-index:2}@media (max-width: 1600px){._leftArea_1fcfa_24{margin-left:160px}._phone_1fcfa_79{width:340px}._phoneLeft_1fcfa_88{transform:translate(-18%) translateY(-40px)}._phoneRight_1fcfa_95{left:26%;transform:translate(18%) translateY(-55px)}}@media (max-width: 1400px){._leftArea_1fcfa_24{margin-left:120px}._phone_1fcfa_79{width:320px}._phoneLeft_1fcfa_88{transform:translate(-15%) translateY(-38px)}._phoneRight_1fcfa_95{left:24%;transform:translate(15%) translateY(-52px)}}@media (max-width: 1200px){._leftArea_1fcfa_24{margin-left:80px}._phone_1fcfa_79{width:300px}._phoneLeft_1fcfa_88{transform:translate(-12%) translateY(-35px)}._phoneRight_1fcfa_95{left:22%;transform:translate(12%) translateY(-50px)}}@media (max-width: 1020px){._inner_1fcfa_7{flex-direction:column;align-items:flex-start;padding:48px 32px;gap:40px}._leftArea_1fcfa_24{margin-left:0;max-width:100%}._rightArea_1fcfa_69{flex:none;width:100%;height:auto;margin-top:8px;position:relative;display:flex;align-items:center;justify-content:center}._phone_1fcfa_79{position:relative;width:420px;transform:none;margin:0 auto}}@media (max-width: 768px){._rightArea_1fcfa_69{justify-content:flex-start;overflow-x:auto;overflow-y:visible;padding:26px 32px 32px;margin:0 -32px;display:flex;flex-direction:row;gap:60px;-webkit-overflow-scrolling:touch}._phone_1fcfa_79{flex:0 0 auto;width:360px}._phoneLeft_1fcfa_88{margin-bottom:0}._phoneRight_1fcfa_95{left:auto}}@media (max-width: 480px){._title_1fcfa_36{font-size:30px}._desc_1fcfa_44{font-size:14px}._phone_1fcfa_79{width:250px}}._pricingSection_ri74x_1{width:100%;padding:160px 0;background-color:#f4f6f7}._inner_ri74x_7{max-width:1400px;margin:0 auto;padding:0 24px}._headerRow_ri74x_14{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:40px}._headerLeft_ri74x_22{max-width:420px}._label_ri74x_26{display:inline-block;margin-bottom:8px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:#3d8361}._title_ri74x_36{margin:0;line-height:1.3;font-weight:800;color:#0f172a}._titleLine1_ri74x_43{font-size:clamp(1rem,4vw,1.7rem);font-weight:600;color:#3d3d3d}._titleLine2_ri74x_49{font-size:clamp(2.3rem,4vw,3.2rem);font-weight:800;color:#0f172a}._headerRight_ri74x_56{max-width:360px;font-size:15px;line-height:1.7;color:#0f172a;margin:auto 5px 0}._cardsRow_ri74x_65{display:flex;gap:32px;margin-bottom:32px}._card_ri74x_65{flex:1;background:#fff;border-radius:32px;padding:40px 40px 55px;box-shadow:0 18px 40px #0f172a0f}._cardTitle_ri74x_79{margin:0 0 12px;font-size:30px;font-weight:700;color:#111827}._cardDesc_ri74x_86{margin:0 0 24px;font-size:14px;line-height:1.6;color:#6b7280}._tableWrapper_ri74x_94{width:100%;overflow-x:auto}._table_ri74x_94{width:100%;border-collapse:collapse;font-size:15px}._table_ri74x_94 thead tr{border-bottom:1px solid #d1d5db}._table_ri74x_94 th,._table_ri74x_94 td{padding:12px 8px;text-align:center;white-space:nowrap}._colType_ri74x_116{text-align:left;font-weight:500;color:#4b5563}._emphasis_ri74x_122{font-weight:700;color:#111827}._extraRow_ri74x_127 td{border-top:1px solid #e5e7eb}._plus_ri74x_131{color:#3d8361;font-weight:600}._noticeBox_ri74x_137{background:#fff;border-radius:32px;padding:32px 40px;box-shadow:0 18px 40px #0f172a0a}._noticeTitle_ri74x_144{margin:0 0 16px;font-size:21px;font-weight:700;color:#111827}._noticeList_ri74x_151{list-style:none;padding:0;margin:0}._noticeList_ri74x_151 li{position:relative;padding-left:28px;margin-bottom:8px;font-size:15px;line-height:1.7;color:#4b5563}._noticeList_ri74x_151 li:last-child{margin-bottom:0}._noticeList_ri74x_151 li:before{content:"✔";position:absolute;left:0;top:4px;width:18px;height:18px;border-radius:999px;background:#e4f5ec;display:flex;align-items:center;justify-content:center;font-size:10px;color:#3d8361}@media (max-width: 1024px){._cardsRow_ri74x_65{flex-direction:column}._card_ri74x_65{padding:32px 24px}._headerRow_ri74x_14{flex-direction:column}._headerRight_ri74x_56{max-width:none}}@media (max-width: 600px){._pricingSection_ri74x_1{padding:120px 0}._inner_ri74x_7{padding:0 16px}._noticeBox_ri74x_137{padding:24px 20px;border-radius:24px}._title_ri74x_36{font-size:26px}}._hero_1769b_3{position:relative;height:100vh;min-height:720px;overflow:hidden;background:#000}._hero_1769b_3:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}._bg_1769b_18{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.03)}._bg_1769b_18:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}._header_1769b_33{position:absolute;top:0;left:0;right:0;z-index:5;padding:22px 0}._headerInner_1769b_42{max-width:1200px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}._center_1769b_54{position:relative;z-index:4;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 24px}._title_1769b_65{font-weight:700;line-height:1.08;text-align:center;color:#fff;font-size:56px}._emphasisLine_1769b_73{color:#7de1c3}._line_1769b_77{display:block;opacity:0;transform:translateY(14px);animation:_fadeUp_1769b_1 .6s ease forwards}._fade1_1769b_84{animation-delay:0s}._fade2_1769b_85{animation-delay:.15s}._fade3_1769b_86{animation-delay:.35s}._fade4_1769b_87{animation-delay:.55s}@keyframes _fadeUp_1769b_1{to{opacity:1;transform:translateY(0)}}._hero_1769b_3:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}._bottomFade_1769b_103{position:absolute;left:0;right:0;bottom:0;height:190px;z-index:4;background:linear-gradient(to bottom,#fff0,#ffffff8c 45%,#fff)}._scrollDown_1769b_118{position:absolute;left:50%;bottom:42px;transform:translate(-50%);z-index:6;width:56px;height:56px;border-radius:999px;border:none;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease}._scrollDown_1769b_118:hover{background:#ffffff24;transform:translate(-50%) translateY(2px)}._chevron_1769b_146{width:14px;height:14px;border-right:2px solid rgba(255,255,255,.9);border-bottom:2px solid rgba(255,255,255,.9);transform:rotate(45deg);margin-top:-4px;animation:_floatDown_1769b_1 1.6s ease-in-out infinite}@keyframes _floatDown_1769b_1{0%,to{transform:rotate(45deg) translate(0);opacity:.95}50%{transform:rotate(45deg) translateY(6px);opacity:.75}}@media (max-width: 560px){._nav_1769b_171{display:none}._title_1769b_65{font-size:38px}._bottomFade_1769b_103{height:160px}._bg_1769b_18{background-position:37% center}}._section_cur7s_2{width:100%;padding:140px 0;background:#fff}._inner_cur7s_8{max-width:1200px;margin:0 auto;padding:0 28px}._kicker_cur7s_14{display:inline-block;font-size:14px;letter-spacing:.14em;text-transform:uppercase;color:#6b7280;margin-bottom:18px}._title_cur7s_23{margin:0;font-size:52px;line-height:1.3;font-weight:900;letter-spacing:-.04em;color:#111827}._emphasisGreen_cur7s_31{color:#2e5746}._desc_cur7s_34{margin:18px 0 0;font-size:20px;line-height:1.75;color:#374151;font-weight:500}._imageWrap_cur7s_42{margin-top:56px;width:320px;border-radius:10px;overflow:hidden;box-shadow:0 10px 22px #0f172a1f;background:#fff}._image_cur7s_42{width:100%;height:auto;display:block}@media (max-width: 900px){._section_cur7s_2{padding:110px 0}._title_cur7s_23{font-size:38px}._imageWrap_cur7s_42{width:280px}}@media (max-width: 520px){._inner_cur7s_8{padding:0 18px}._title_cur7s_23{font-size:30px;line-height:1.22}._desc_cur7s_34{font-size:13px}._imageWrap_cur7s_42{width:240px;margin-top:44px}}._section_v9fu9_1{width:100%;padding:160px 0;position:relative;background:linear-gradient(180deg,#fff,#f7f4ec 12%,#f4ecdf 45%,#f2e1c8);overflow:visible}._section_v9fu9_1:after{content:"";position:absolute;left:0;right:0;bottom:-60px;height:120px;pointer-events:none;background:linear-gradient(to bottom,#f2e1c800,#0000001a)}._inner_v9fu9_30{max-width:1200px;margin:0 auto;padding:0 28px}._header_v9fu9_36{margin-bottom:80px}._kicker_v9fu9_40{display:inline-block;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#7c8f86;margin-bottom:18px}._title_v9fu9_49{margin:0;font-size:52px;line-height:1.18;font-weight:900;letter-spacing:-.04em;color:#1a2a24}._highlight_v9fu9_58{position:relative;display:inline-block;z-index:0;color:#2e5746}._subtitle_v9fu9_66{margin-top:22px;font-size:16px;line-height:1.7;color:#374151e6}._kpiGrid_v9fu9_74{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}._kpiCard_v9fu9_81{position:relative;background:#fffcf7;border-radius:20px;padding:22px 22px 46px;border:1px solid rgba(181,152,104,.22);box-shadow:0 18px 38px #0f172a0f;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}._kpiCard_v9fu9_81:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 100%,#f4e0b873,#f4e0b800 55%);opacity:.9;pointer-events:none}._kpiCard_v9fu9_81:hover{transform:translateY(-4px);box-shadow:0 24px 48px #0f172a1f}._kpiTop_v9fu9_113,._kpiMain_v9fu9_114{position:relative;z-index:1}._kpiTop_v9fu9_113{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}._kpiLabel_v9fu9_127{font-size:15px;font-weight:800;letter-spacing:-.02em;color:#1f2e27}._icon_v9fu9_134{color:#2e5746;filter:drop-shadow(0 10px 16px rgba(46,87,70,.35))}._valueRow_v9fu9_139{display:flex;align-items:baseline;gap:6px;margin-top:4px}._valueBig_v9fu9_146{font-size:50px;font-weight:900;letter-spacing:-.05em;color:#2e5746;text-shadow:0 14px 26px rgba(46,87,70,.25)}._valueUnit_v9fu9_154{font-size:22px;font-weight:900;color:#2e5746e6}._desc_v9fu9_160{margin-top:8px;font-size:13px;font-weight:500;color:#111827b3}._chartWrap_v9fu9_168{margin-top:24px;height:138px;border-radius:18px;display:flex;align-items:center;justify-content:center;padding:14px 0;box-shadow:inset 0 0 0 1px #94a3b814}._trendLine_v9fu9_179,._barChart_v9fu9_180{width:78%;max-width:360px;height:auto;color:#2e5746fa}._reference_v9fu9_187{margin-top:18px;font-size:16px;color:#4b5563f2;text-align:right}@media (max-width: 900px){._section_v9fu9_1{padding:120px 0}._title_v9fu9_49{font-size:40px}._subtitle_v9fu9_66{font-size:15px}._kpiGrid_v9fu9_74{grid-template-columns:repeat(2,minmax(0,1fr))}._reference_v9fu9_187{text-align:left}}@media (max-width: 560px){._inner_v9fu9_30{padding:0 18px}._title_v9fu9_49{font-size:30px}._subtitle_v9fu9_66{font-size:13px}._highlight_v9fu9_58:after{height:12px;bottom:1px}._kpiGrid_v9fu9_74{grid-template-columns:1fr}._valueBig_v9fu9_146{font-size:44px}._chartWrap_v9fu9_168{height:auto;padding:20px 0;overflow:hidden}._trendLine_v9fu9_179,._barChart_v9fu9_180{width:100%;max-width:280px;height:auto}._kpiCard_v9fu9_81{padding:16px 16px 28px}}._section_hrb9p_1{position:relative;aspect-ratio:1440 / 743;overflow:hidden;background:#000}._bg_hrb9p_8{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.02);z-index:1}._bg_hrb9p_8:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 35%,#0000001f,#00000040 55%,#0000008c),linear-gradient(to top,#0000008c,#00000040 45%,#0000001f)}._bottomFade_hrb9p_35{position:absolute;left:0;right:0;bottom:0;height:190px;z-index:2;background:linear-gradient(to bottom,#0000,#00000059 40%,#000000bf)}._inner_hrb9p_50{position:relative;z-index:3;height:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:20px}._kicker_hrb9p_67{font-size:14px;letter-spacing:.16em;text-transform:uppercase;color:#ffffffb8}._title_hrb9p_74{margin:0;font-size:40px;line-height:1.35;font-weight:800;letter-spacing:-.03em;color:#fff;text-shadow:0 10px 40px rgba(0,0,0,.35)}._desc_hrb9p_84{margin:0;font-size:20px;line-height:1.65;color:#ffffffc7}@media (max-width: 900px){._section_hrb9p_1{aspect-ratio:auto;min-height:720px}._inner_hrb9p_50{padding:280px 20px 90px;gap:16px}._title_hrb9p_74{font-size:26px;line-height:1.4}._desc_hrb9p_84{font-size:15px;line-height:1.7}._bottomFade_hrb9p_35{height:160px}}@media (max-width: 520px){._section_hrb9p_1{min-height:680px}._inner_hrb9p_50{padding:280px 18px 70px;gap:14px}._kicker_hrb9p_67{font-size:11px;letter-spacing:.18em}._title_hrb9p_74{font-size:20px;line-height:1.45}._desc_hrb9p_84{font-size:12px;line-height:1.7}._bottomFade_hrb9p_35{height:140px}}._section_zfefb_1{width:100%;padding:140px 0;background:#fff}._inner_zfefb_7{max-width:1200px;margin:0 auto;padding:0 28px}._logo_zfefb_13{width:180px;height:auto;display:block;margin-bottom:26px}._title_zfefb_20{margin:0 0 40px;font-size:35px;font-weight:800;color:#111827;letter-spacing:-.02em}._timeline_zfefb_27{position:relative;--rail-x: 14px;--year-col: 170px;padding-left:calc(var(--rail-x) + 30px)}._line_zfefb_34{position:absolute;left:var(--rail-x);top:15px;bottom:8px;width:2px;background:#c6dfc8;transform:translate(-50%)}._groups_zfefb_45{display:flex;flex-direction:column;gap:56px}._group_zfefb_45{position:relative;display:grid;grid-template-columns:var(--year-col) 1fr;column-gap:34px;align-items:start}._dot_zfefb_59{position:absolute;left:calc(var(--rail-x) - 44px);top:10px;width:10px;height:10px;border-radius:999px;background:#2f6b4f;transform:translate(-50%)}._year_zfefb_70{grid-column:1 / 2;font-size:20px;font-weight:800;color:#111827;padding-top:1px}._items_zfefb_78{grid-column:2 / 3;display:flex;flex-direction:column;gap:20px}._item_zfefb_78{display:grid;grid-template-columns:72px 1fr;column-gap:50px;align-items:start}._month_zfefb_93{font-size:18px;font-weight:500;color:#111827}._text_zfefb_99{font-size:18px;line-height:1;color:#111827;font-weight:500}@media (max-width: 520px){._inner_zfefb_7{padding:0 18px}._logo_zfefb_13{width:140px}._dot_zfefb_59{top:5px;width:8px;height:8px}._group_zfefb_45{grid-template-columns:35px 1fr}._item_zfefb_78{grid-template-columns:28px 1fr;column-gap:14px}._year_zfefb_70{font-size:15px}._month_zfefb_93{font-size:12px}._text_zfefb_99{font-size:11px}}._section_ufzi8_1{padding:100px 70px}._cardsContainer_ufzi8_5{display:flex;width:100%;justify-content:space-between}._cardContainer_ufzi8_11{box-shadow:0 2px 3px #0000001a,0 -2px 3px #0000001a,2px 0 3px #0000001a,-2px 0 3px #0000001a;background-color:#fff;border-radius:5px;width:48%;cursor:pointer}._cardContainer2_ufzi8_20{box-shadow:0 2px 3px #0000001a,0 -2px 3px #0000001a,2px 0 3px #0000001a,-2px 0 3px #0000001a;background-color:#fff;border-radius:5px;width:100%}._textContainer_ufzi8_28{padding:2rem 2rem 0;margin-bottom:15px}._greenBoldText_ufzi8_33{width:100%;color:var(--textGreen1);display:flex;justify-content:space-between;align-items:center;font-size:2rem;font-weight:700;margin-bottom:8px}._detailText_ufzi8_44{font-family:Pretendard-Regular;font-size:1.25rem;color:var(--bgGray1);line-height:1.4;margin-top:1.25rem}._imgContainer_ufzi8_52{width:100%;display:flex;justify-content:flex-end}._img1_ufzi8_58{width:80%;border-radius:5px}._img2_ufzi8_63{width:60%;border-radius:5px;margin-top:-40px}@media (max-width: 900px){._section_ufzi8_1{padding:100px 2rem}._cardsContainer_ufzi8_5{flex-direction:column}._cardContainer_ufzi8_11{width:100%;margin-bottom:20px}._greenBoldText_ufzi8_33{font-size:1.5rem}._detailText_ufzi8_44{font-size:1rem}}._container_q95x9_1{position:relative;height:600px}._background_q95x9_6{position:absolute;left:0;top:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.4}._heroContent_q95x9_18{position:absolute;bottom:10rem;left:50%;transform:translate(-50%)}._heroTitle_q95x9_25{font-size:2.5rem;color:#222;text-align:center;font-weight:700;line-height:1.4;max-width:27rem;word-break:keep-all}._heroSubTitle_q95x9_35{font-size:1.25rem;color:#222;text-align:center;margin-top:.5rem;font-weight:450;letter-spacing:-.015em}._heroActions_q95x9_45{margin-top:2.5rem;display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}._heroBtn_q95x9_54{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2.4rem;min-width:180px;height:3.25rem;font-family:EliceDigitalBaeum-Bd;font-size:1.35rem;font-weight:500;letter-spacing:-.3px;border-radius:999px;border:0;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease;white-space:nowrap}._heroBtnPrimary_q95x9_82{background:var(--bgGreen1);color:#fff;box-shadow:0 10px 24px #00000024,0 2px 6px #00000014}._heroBtnPrimary_q95x9_82:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0000002e,0 4px 10px #0000001f;background:#3a6e55}._heroBtnPrimary_q95x9_82:active{transform:translateY(0);box-shadow:0 6px 16px #00000029}._heroBtnSecondary_q95x9_106{background:#fff;color:#222;border:1px solid rgba(0,0,0,.12);box-shadow:0 8px 18px #0000000f}._heroBtnSecondary_q95x9_106:hover{transform:translateY(-2px);border-color:#477963b3;box-shadow:0 12px 26px #0000001a;background:#4779630a}._heroBtnSecondary_q95x9_106:active{transform:translateY(0);box-shadow:0 4px 12px #0000001a}._heroBtnIcon_q95x9_130{display:inline-flex;margin-right:.4rem;transform:translateY(1px)}._heroBtn_q95x9_54:focus-visible{outline:3px solid rgba(71,121,99,.65);outline-offset:3px}@media (max-width: 768px){._heroActions_q95x9_45{flex-direction:column;align-items:center;gap:.6rem}._heroBtn_q95x9_54{width:100%;max-width:320px;height:3rem;font-size:.95rem;padding:.75rem 1.4rem}}@media (max-width: 900px){._heroTitle_q95x9_25{font-size:1.75rem;max-width:80vw;width:80vw;margin:0 auto}._heroSubTitle_q95x9_35{font-size:1rem}}._fadeSection_mwm75_1{opacity:0;transform:translateY(12px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}._visible_mwm75_10{opacity:1;transform:translateY(0)}@keyframes _shimmer_mwm75_1{0%{background-position:100% 0}to{background-position:-100% 0}}._bestSkeleton_mwm75_24,._reviewSkeleton_mwm75_25{background:linear-gradient(90deg,#f2f2f2 25%,#eaeaea 37%,#f2f2f2 63%);background-size:400% 100%;animation:_shimmer_mwm75_1 1.4s infinite;border-radius:16px}._bestSkeleton_mwm75_24{height:160px}._reviewSkeleton_mwm75_25{height:140px}._reviews_mwm75_40{padding:4px 16px;max-width:980px;margin:0 auto 3rem}._bestSection_mwm75_49{margin-top:6px;padding:2rem;border-radius:18px;background-color:#477963;border:1px solid rgba(71,121,99,.12)}._bestHeader_mwm75_57{margin-bottom:14px}._bestTitle_mwm75_61{display:flex;align-items:center;gap:10px;font-family:EliceDigitalBaeum-Bd;color:#fff}._bestTitle_mwm75_61>span:last-child{font-family:var(--font-paperozi);font-weight:700;font-size:24px}._bestBadge_mwm75_76{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 10px;border-radius:999px;font-size:15px;letter-spacing:.5px;color:#fff;background:#73ac93;box-shadow:0 6px 18px #47796338}._bestSub_mwm75_93{margin-top:6px;font-size:18px;line-height:1.5;color:#fff}._bestLoading_mwm75_100{padding:12px 0;display:flex;justify-content:center}._bestEmpty_mwm75_106{padding:1rem 0;color:#fffc}._bestGrid_mwm75_112{display:grid;gap:10px;grid-template-columns:repeat(1,minmax(0,1fr))}._bestCard_mwm75_119{display:flex;flex-direction:column;gap:10px;padding:14px 14px 12px;border-radius:16px;background:#fff;border:1px solid rgba(31,42,36,.08);box-shadow:0 10px 30px #0000000a;transition:transform .16s ease,box-shadow .16s ease}._bestCard_mwm75_119:hover{transform:translateY(-2px);box-shadow:0 16px 40px #00000012}._bestCardTop_mwm75_141{display:flex;align-items:center;justify-content:space-between;gap:10px}._bestDate_mwm75_148{font-size:12px;color:#1f2a248c}._bestRating_mwm75_154{width:90px;height:18px;position:relative;opacity:.95}._bestRating_mwm75_154:before{content:"★★★★★";font-size:16px;letter-spacing:1px;color:gold}._bestContent_mwm75_169{font-size:18px;font-weight:500;line-height:1.6;color:#1f2a24;word-break:keep-all;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:4}._bestFooter_mwm75_183{margin-top:2px}._bestPraise_mwm75_187{font-size:13px;color:#1f2a24cc}._bestHelperName_mwm75_192{margin-right:4px;color:#477963}@keyframes _fadeUp_mwm75_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._emptyList_mwm75_208{display:flex;justify-content:center;padding:2rem 1rem 3rem;color:var(--textGray3)}._reviewList_mwm75_215{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding:1rem 0}._reviewCard_mwm75_222{animation:_fadeUp_mwm75_1 .35s ease both;background:#fff;border:1px solid rgba(17,17,17,.08);border-radius:18px;box-shadow:0 10px 24px #1111110f;overflow:hidden}._reviewContent_mwm75_232{display:flex;align-items:flex-start;gap:16px;padding:18px 20px}._reviewBody_mwm75_239{flex:1;min-width:0;display:grid;gap:8px}._rating_mwm75_248{position:relative;width:max-content;margin-top:2px;font-size:14px;line-height:1;letter-spacing:2px}._rating_mwm75_248:before{content:"★★★★★";color:#1111112e;font-weight:900}._rating_mwm75_248:after{content:"★★★★★";position:absolute;left:0;top:0;color:#2e8b57;font-weight:900}._content_mwm75_275{font-size:15px;font-weight:800;line-height:1.6;color:#111111db;word-break:keep-all;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2}._praise_mwm75_290{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:800;color:#111111b8;white-space:nowrap}._helperName_mwm75_301{color:#477963}._date_mwm75_305{margin-top:2px;font-size:13px;color:#1111118c}._loadMore_mwm75_311{margin:26px auto 0;width:fit-content;padding:10px 16px;border-radius:999px;background:#4779631a;border:1px solid rgba(71,121,99,.18);color:#477963;font-weight:900;font-size:14px;cursor:pointer;box-sizing:border-box;transition:transform .15s ease,background .15s ease}._loadMore_mwm75_311:hover{transform:translateY(-1px);background:#47796324}@media (max-width: 900px){._reviewList_mwm75_215{grid-template-columns:1fr;gap:14px}}@media (max-width: 480px){._reviews_mwm75_40{padding:0 14px}._bestSection_mwm75_49{padding:14px 12px;border-radius:16px}._bestTitle_mwm75_61{font-size:18px}._bestSub_mwm75_93{font-size:13px}._bestCard_mwm75_119{padding:12px;border-radius:14px}._bestContent_mwm75_169{font-size:15px;line-height:1.55;line-clamp:5}._reviewCard_mwm75_222{border-radius:16px;animation-duration:.25s}._reviewContent_mwm75_232{padding:14px;gap:10px}._content_mwm75_275{font-size:14px;line-height:1.55;line-clamp:3}._praise_mwm75_290{font-size:13px}._date_mwm75_305{font-size:12px}._loadMore_mwm75_311{width:100%;text-align:center;padding:12px 16px}}@media (hover: none){._bestCard_mwm75_119:hover{transform:none;box-shadow:0 10px 30px #0000000a}._loadMore_mwm75_311:hover{transform:none;background:#4779631a}}@media (prefers-reduced-motion: reduce){._reviewCard_mwm75_222,._fadeSection_mwm75_1,._bestSkeleton_mwm75_24,._reviewSkeleton_mwm75_25{animation:none!important;transition:none!important;transform:none!important}}._section_1meko_1{padding:50px 70px 120px}@media (max-width: 900px){._section_1meko_1{padding:56px 16px 88px}}._tabButton_1meko_11{font-size:1.125rem;width:10rem;padding:.75rem 0;text-align:center;border-radius:999px;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#00000014;color:#111111b3;font-weight:800;transition:background-color .18s ease,color .18s ease,transform .14s ease,box-shadow .18s ease}._tabButton_1meko_11:hover{background-color:#6f2b7f1f;color:#6f2b7f;transform:translateY(-1px)}._tabButton_1meko_11:active{transform:translateY(0);box-shadow:inset 0 2px 6px #0000001f}._tabButtonActive_1meko_44{background:linear-gradient(135deg,#6f2b7f,#8a3fa0);color:#fff;font-weight:900;box-shadow:0 8px 20px #6f2b7f47,inset 0 -2px #ffffff26}._tabButtonActive_1meko_44:hover{color:#fff;transform:translateY(-1px)}@media (max-width: 900px){._tabButton_1meko_11{width:48%;font-size:1rem;padding:.7rem 0}}._faqWrap_1meko_66{display:flex;flex-direction:column;gap:12px;margin-top:28px}._faqItem_1meko_73{border:1px solid rgba(17,17,17,.08);border-radius:14px;background:#fff;overflow:hidden}._faqItemOpen_1meko_80{background:#6f2b7f0a;border-color:#6f2b7f24}._faqRow_1meko_85{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s ease}._faqRow_1meko_85:hover{background:#6f2b7f0f}._faqLeft_1meko_102{display:flex;align-items:center;gap:12px;min-width:0}._qBadge_1meko_109{font-weight:900;color:#6f2b7f;flex:0 0 auto}._faqTitleText_1meko_115{font-size:18px;font-weight:600;color:#111111d1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:color .15s ease}._faqRow_1meko_85:hover ._faqTitleText_1meko_115{color:#6f2b7f}._faqTitleOpen_1meko_129{color:#1119}._faqRight_1meko_133{display:flex;align-items:center;gap:10px;flex:0 0 auto}._date_1meko_140{font-size:12px;color:#11111173;white-space:nowrap}._chev_1meko_146{display:inline-block;font-size:18px;color:#11111173;transition:transform .18s ease}._chevOpen_1meko_153{transform:rotate(180deg)}._faqContent_1meko_157{padding:14px 18px 18px;border-top:1px solid rgba(17,17,17,.06);font-size:16px;line-height:1.7;color:#111111bf}._faqContent_1meko_157 *{margin:0!important;padding:0!important;line-height:1.6!important}._faqEmpty_1meko_172{padding:18px;text-align:center;color:#11111173}._pagination_1meko_178{--textGreen1: #6f2b7f;--bgGreen3: rgba(111, 43, 127, .08)}._csSection_1meko_183{width:100%;padding:60px 20px;display:flex;justify-content:center}._csBox_1meko_191{width:100%;max-width:500px;background:#fff;padding:32px 28px;border-radius:20px;box-shadow:0 4px 14px #0000000f;text-align:left}._csTitle_1meko_202{font-size:24px;font-weight:700;margin-bottom:24px;color:#2e5748;font-family:EliceDigitalBaeum-Bd}._csLabel_1meko_212{font-size:15px;color:#5e6c62;font-family:EliceDigitalBaeum}._csValue_1meko_219{font-size:20px;font-weight:600;color:#2e5748;text-decoration:none;transition:opacity .2s ease}._csValue_1meko_219:hover{opacity:.7}._csNotice_1meko_232{margin-top:20px;padding:16px;background:#f1f6f4;border-radius:14px;font-size:15px;color:#2e5748;display:flex;flex-direction:column;gap:4px;line-height:1.4}._csSubNotice_1meko_246{font-size:14px;color:#6c7a72}@media (max-width: 900px){._faqWrap_1meko_66{margin-top:20px;gap:10px}._faqRow_1meko_85{padding:14px}._faqTitleText_1meko_115{font-size:15px}._date_1meko_140{display:none}._faqContent_1meko_157{padding:12px 14px 16px;font-size:14px}}._contactSection_1meko_276{padding:100px 0}._contactContainer_1meko_276{display:flex;justify-content:space-between}._contactInfo_1meko_276{display:flex;flex-direction:column;justify-content:space-between}._contactTitle_1meko_276{font-size:1.875rem;text-align:left}._contactSubtitle_1meko_276{color:#666;margin-top:2.5rem}._contactGreeting_1meko_276{font-weight:700;color:#6f2b7f;line-height:1.6;margin-top:.5rem}._contactDetails_1meko_276{display:flex}._contactEmail_1meko_276,._contactPhone_1meko_276{color:#aaa;margin-top:.75rem}._contactForm_1meko_276{max-width:500px}._contactFormBase_1meko_276{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding-top:1.25rem}._contactSection_1meko_276{padding:70px 16px 64px}._contactContainerWrap_1meko_276{max-width:1200px;margin:0 auto}._contactContainer_1meko_276{display:grid;grid-template-columns:1fr 1.1fr;gap:32px;align-items:start}._contactInfo_1meko_276{display:flex;flex-direction:column;justify-content:space-between;padding:1px 6px}._contactTitle_1meko_276{font-size:24px;font-weight:900;letter-spacing:-.6px}._contactSubtitle_1meko_276{margin-top:14px;font-size:20px;color:#1111118c}._contactGreeting_1meko_276{margin-top:14px;font-size:18px;line-height:1.7;font-weight:800;color:#111111d1}._contactHint_1meko_276{margin-top:40px;font-size:17px;line-height:1.6;color:#111111a6}._contactHintSub_1meko_276{color:#6f2b7fe6;font-weight:800}._contactDetails_1meko_276{display:flex;gap:28px;margin-top:10px}._contactDetailItem_1meko_276{display:flex;flex-direction:column;gap:10px}._contactDetailLabel_1meko_276{font-size:14px;font-weight:900;color:#111111b3}._contactDetailValue_1meko_276{font-size:17px;color:#1111118c}._contactForm_1meko_276{background:#fff;border:1px solid rgba(17,17,17,.08);border-radius:16px;box-shadow:0 14px 34px #1111110f;padding:22px}._formGrid_1meko_276{display:grid;grid-template-columns:1fr 1fr;gap:14px}._field_1meko_276{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}._label_1meko_276{font-size:15px;font-weight:900;color:#111111c7;padding-left:2px}._input_1meko_276,._textarea_1meko_276{font-family:Pretendard-Regular;font-size:15px;letter-spacing:-.2px;width:100%;box-sizing:border-box;border-radius:12px;border:1px solid rgba(17,17,17,.14);background:#11111105;padding:14px;outline:none;transition:border .15s ease,box-shadow .15s ease,background .15s ease}._input_1meko_276:focus,._textarea_1meko_276:focus{border-color:#6f2b7f8c;box-shadow:0 0 0 4px #6f2b7f1f;background:#fff}._textarea_1meko_276{resize:none;min-height:180px;line-height:1.7}._helperText_1meko_276{margin-top:6px;font-size:15px;color:#11111173}._submitBtn_1meko_279{margin-top:12px;width:100%;border:0;border-radius:14px;padding:16px;font-size:16px;font-weight:900;background:#222;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:transform .12s ease,opacity .12s ease}._submitBtn_1meko_279:hover{transform:translateY(-1px)}._submitBtn_1meko_279:disabled{opacity:.45;cursor:not-allowed;transform:none}._submitIcon_1meko_310{font-size:18px;margin-top:8px}@media (max-width: 900px){._contactSection_1meko_276{padding:24px 0 12px}._contactContainer_1meko_276{grid-template-columns:1fr;gap:18px}._contactInfo_1meko_276{padding:0;gap:1px}._contactTitle_1meko_276{font-size:22px}._contactGreeting_1meko_276{font-size:16px}._contactDetails_1meko_276{gap:14px;margin-top:8px}._contactForm_1meko_276{padding:16px}._formGrid_1meko_276{grid-template-columns:1fr}._input_1meko_276,._textarea_1meko_276{font-size:14px;padding:12px}._textarea_1meko_276{min-height:150px}._submitBtn_1meko_279{font-size:15px;padding:14px}}._paginationContainer_1l34n_1{margin:2rem 0;width:100%;display:flex;justify-content:center;color:var(--textGray1)}._paginationContainer_1l34n_1 button{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:none;border:none;line-height:1;vertical-align:middle;pointer-events:auto;touch-action:manipulation}._controls_1l34n_25{transition:opacity .2s ease;line-height:1;font-size:15px}._controls_1l34n_25:disabled{opacity:.3;cursor:default}._numbers_1l34n_36{margin:0 2px;font-size:15px;font-weight:500;transition:all .2s ease;display:flex;align-items:center;justify-content:center;line-height:1}._numbers_1l34n_36:hover{background-color:var(--bgGreen3, #f5f5f5)}._active_1l34n_51{color:var(--textGreen1);font-weight:600;background-color:var(--bgGreen3)!important}._smallFont_1l34n_58{font-size:14px!important}@media (max-width: 768px){._paginationContainer_1l34n_1{gap:.3rem;margin:1rem 0}._paginationContainer_1l34n_1 button{width:28px;height:28px}._controls_1l34n_25{font-size:13px}._numbers_1l34n_36{font-size:14px}._smallFont_1l34n_58{font-size:13px!important}}._divCont_17xnq_1{width:100%;min-height:100vh;display:flex;flex-direction:column}._middleCont_17xnq_10{text-align:center;display:flex;flex-direction:column;margin:0 auto;padding:0 50px}._magazineWrap_17xnq_18{display:flex;flex-wrap:wrap;justify-content:center;max-width:calc(100vw - 100px)}a{text-decoration:none;color:#000}._postCard_17xnq_31 img{width:100%;height:auto;object-fit:cover}._postCard_17xnq_31 h3{text-align:left;font-size:18px;margin:1rem 0;padding:0 .5rem;line-height:1.4;word-break:keep-all;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box;white-space:normal;text-overflow:ellipsis}._postCard_17xnq_31 p{text-align:left;color:#777;font-size:14px;padding:0 .5rem}._section_17xnq_59{padding:100px 70px}._postCard_wrap_17xnq_63{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1.25rem}._articleContent_17xnq_68 img{max-width:85%;height:auto;display:block;margin:0 auto}._articleContainer_17xnq_74{width:100%;max-width:800px;margin:0 auto;text-align:center}._articleTitle_17xnq_81{font-size:28px;font-weight:700;text-align:center;margin:32px 0 8px}._articleDate_17xnq_88{font-size:14px;color:#555;margin-bottom:16px}._articleDivider_17xnq_93{border:none;border-top:1px solid #ccc;margin:30px 0}._articleContent_17xnq_68{max-width:700px;width:100%;font-size:16px;line-height:1;margin:0 auto}._pagination_17xnq_106{display:flex;justify-content:center;gap:12px;margin-top:24px}._pageButton_17xnq_113{background:none;border:none;font-size:16px;color:#999;cursor:pointer;transition:all .2s ease;font-weight:400}._pageButton_17xnq_113:hover{color:#555}._active_17xnq_127{font-size:20px;color:#222;font-weight:700}@media (max-width: 1200px){._section_17xnq_59{padding:80px 50px}._postCard_wrap_17xnq_63{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 900px){._section_17xnq_59{padding:60px 2rem}._postCard_wrap_17xnq_63{grid-template-columns:1fr 1fr}}@media (max-width: 480px){._section_17xnq_59{padding:60px 2rem}._postCard_wrap_17xnq_63{grid-template-columns:1fr}}._middleContainer_em8wx_1{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:20px}._noticeContainer_em8wx_8{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:transform .2s;margin-bottom:16px}._noticeContainer_em8wx_8:hover{transform:translateY(-5px)}._noticeContent_em8wx_22{display:flex;flex-direction:column;align-items:flex-start;padding:16px}._thumbnail_em8wx_29{width:93%;height:300px;object-fit:contain;display:block;border-radius:8px;margin:0 auto}._title_em8wx_38{font-size:16px;font-weight:700;line-height:1.4;min-height:48px;color:#333}._date_em8wx_46{margin-top:8px;font-size:14px;color:var(--bgGray1)}@media screen and (max-width: 768px){._middleContainer_em8wx_1{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:5px;padding:1px}._noticeContainer_em8wx_8{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:12px;box-shadow:0 0 8px #0000000d;background-color:#fff;margin-bottom:16px}._noticeContent_em8wx_22{flex:1;margin-right:12px}._title_em8wx_38{font-size:15px;font-weight:500;margin-bottom:8px;color:#333}._date_em8wx_46{font-size:12px;color:var(--bgGray1)}._thumbnail_em8wx_29{width:100px;height:100px;object-fit:cover;border-radius:8px}}._page_s5ae5_1{height:100%;min-height:0;display:flex;flex-direction:column;background:#f4f6f7}._scrollCont_s5ae5_2{flex:1;min-height:0;overflow-y:auto;padding:32px 20px calc(env(safe-area-inset-bottom) + 32px);-webkit-overflow-scrolling:touch}._scrollCont_s5ae5_2::-webkit-scrollbar{display:none}._inner_s5ae5_4{max-width:700px;margin:0 auto}._headerRow_s5ae5_5{margin-bottom:28px}._label_s5ae5_6{display:inline-block;margin-bottom:7px;color:#3d8361;font-size:12px;font-weight:600;letter-spacing:.12em}._title_s5ae5_7{margin:0;color:#3d3d3d;font-size:23px;font-weight:600;line-height:1.35;letter-spacing:-.03em}._title_s5ae5_7 strong{color:#0f172a;font-size:32px;font-weight:700}._headerDescription_s5ae5_9{margin:14px 0 0;color:#52606b;font-size:14px;line-height:1.65;word-break:keep-all}._cardsRow_s5ae5_10{display:flex;flex-direction:column;gap:16px}._card_s5ae5_10,._noticeBox_s5ae5_11{background:#fff;border-radius:24px;box-shadow:0 12px 30px #0f172a0f}._card_s5ae5_10{padding:26px 20px 24px}._cardTitle_s5ae5_13{margin:0 0 9px;color:#111827;font-size:24px;font-weight:700}._cardDesc_s5ae5_14{min-height:44px;margin:0 0 20px;color:#6b7280;font-size:14px;line-height:1.6;word-break:keep-all}._tableWrapper_s5ae5_15{width:100%;overflow-x:auto}._table_s5ae5_15{width:100%;table-layout:fixed;border-collapse:collapse;color:#4b5563;font-size:12px}._table_s5ae5_15 thead tr{border-bottom:1px solid #d1d5db}._table_s5ae5_15 th,._table_s5ae5_15 td{padding:10px 2px;text-align:center;white-space:nowrap}._table_s5ae5_15 th{color:#374151;font-weight:700}._colType_s5ae5_20{width:29%;padding-left:4px!important;text-align:left!important;white-space:normal!important;color:#4b5563;font-weight:500;word-break:keep-all}._emphasis_s5ae5_21{color:#111827;font-weight:700}._extraRow_s5ae5_22 td{border-top:1px solid #e5e7eb}._plus_s5ae5_23{color:#3d8361;font-weight:600}._noticeBox_s5ae5_11{margin-top:16px;padding:25px 20px}._noticeTitle_s5ae5_25{margin:0 0 15px;color:#111827;font-size:19px;font-weight:700}._noticeList_s5ae5_26{margin:0;padding:0;list-style:none}._noticeList_s5ae5_26 li{position:relative;margin-bottom:10px;padding-left:26px;color:#4b5563;font-size:13px;line-height:1.65;word-break:keep-all}._noticeList_s5ae5_26 li:last-child{margin-bottom:0}._noticeList_s5ae5_26 li:before{position:absolute;top:5px;left:0;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#e4f5ec;color:#3d8361;content:"✓";font-size:10px;font-weight:700}._noticeList_s5ae5_26 strong{color:#287254;font-weight:700}@media (min-width: 640px){._scrollCont_s5ae5_2{padding:40px 24px}._cardsRow_s5ae5_10{flex-direction:row}._card_s5ae5_10{flex:1}}.pwa-install-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:99999;animation:pwa-fadeIn .3s ease-in-out}@keyframes pwa-fadeIn{0%{opacity:0}to{opacity:1}}.pwa-install-modal{background:#fff;border-radius:16px;width:80%;max-width:350px;padding:24px;box-shadow:0 4px 20px #00000026;animation:pwa-slideUp .3s ease-out;position:relative}@keyframes pwa-slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.pwa-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.pwa-modal-header h3{margin:0;font-size:20px;font-weight:600;color:#333}.pwa-close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.pwa-close-button:hover{background-color:#f5f5f5}.pwa-modal-body{margin-bottom:24px}.pwa-modal-body p{margin:0 0 16px;font-size:16px;color:#555;line-height:1.5}.pwa-benefit-list{list-style:none;padding:0;margin:0}.pwa-benefit-list li{padding:8px 0;font-size:14px;color:#666}.pwa-modal-footer{display:flex;gap:12px;justify-content:flex-end}.pwa-cancel-button,.pwa-install-button{padding:12px 24px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.pwa-cancel-button{background-color:#f5f5f5;color:#666}.pwa-cancel-button:hover{background-color:#e8e8e8}.pwa-install-button{background-color:#4caf50;color:#fff}.pwa-install-button:hover{background-color:#45a049;transform:translateY(-1px);box-shadow:0 2px 8px #4caf504d}@media (max-width: 768px){.pwa-modal-header h3{font-size:18px}.pwa-modal-body p{font-size:16px}.pwa-modal-footer{flex-direction:column-reverse}.pwa-cancel-button,.pwa-install-button{width:100%;padding:14px}}:root{--bgGreen1: #409c88;--bgGreen2: #d3e9d0;--bgGreen3: #e9f4e8;--bgGreen4: #ecfdf3;--bgGray1: #888888;--bgGray2: #aaaaaa;--bgGray3: #dddddd;--bgGray4: #eeeeee;--bgGray5: #f5f5f5;--bgGray6: #e9eaeb;--bgGray7: #fafafa;--bgGray8: #f2f2f2;--borderGreen1: #97c5bb;--borderGreen2: #abefc6;--textBlack1: #333333;--textGray1: #222222;--textGray2: #666666;--textGray3: #414651;--textGray4: #9ca3af;--textGreen1: #477963;--textGreen2: #409c88;--textGreen3: #a0d1a3;--gradientGreen1: linear-gradient(#477963, #409a86, #409c88);--main-gradient: linear-gradient(to right, #477963, #409c88);--mate-main-gradient: linear-gradient(to right, #474e79, #407d9c);--mate-primary-dark: #474e79;--mate-primary: #407d9c;--mate-primary-light: #d0d8e9;--web-nav-height: 80px;--vh: 100%;--maxWidth: 1440px;--border-radius-default: 8px;--container-padding: 1.5rem;--bottom-nav-height: 80px}html,body{padding:0;margin:0;min-height:100%;overscroll-behavior:none;overscroll-behavior-y:none}body{overflow-x:hidden;overflow-y:auto;font-family:Pretendard;-webkit-overflow-scrolling:touch}button{cursor:pointer}a{text-decoration:none;color:inherit;cursor:pointer}li{list-style:none}.splash-screen{display:flex;align-items:center;justify-content:center;height:100vh;background-color:#477963}.logo{width:100px}.App{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,맑은 고딕,sans-serif}.App::-webkit-scrollbar{display:none}:root{--font-elice: "EliceDigitalBaeum";--font-pretendard: "Pretendard";--font-montserrat: "Montserrat";--font-paperozi: "Paperozi";--font-obangju: "Obangju"}@font-face{font-family:Obangju;src:url(/assets/Obangju-G_JkCqDt.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:EliceDigitalBaeum;src:url(/assets/EliceDigitalBaeum_Regular-Bb7YomGs.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:EliceDigitalBaeum;src:url(/assets/EliceDigitalBaeum_Bold-CpfWLC3H.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Regular-C5dgi4pa.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Medium-B_C8it82.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Bold-l3uq7MBI.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Medium-Drn-UrJo.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Paperozi;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2) format("woff2");font-weight:100;font-display:swap}@font-face{font-family:Paperozi;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2) format("woff2");font-weight:200;font-display:swap}@font-face{font-family:Paperozi;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2) format("woff2");font-weight:300;font-display:swap}@font-face{font-family:Paperozi;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Paperozi;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2) format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Paperozi;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2) format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Paperozi;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2) format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Paperozi;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2) format("woff2");font-weight:800;font-display:swap}@font-face{font-family:Paperozi;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2) format("woff2");font-weight:900;font-display:swap}
