.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_knhq3_1{width:100%;position:fixed;left:0;top:0;right:0;z-index:-1}._green_knhq3_19{background-image:linear-gradient(to right,#477963,#409c88)}._blue_knhq3_27{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_yxi1t_5{width:90%;margin:auto;display:flex;justify-content:center;align-items:center;padding:10px}._cardsContainer_yxi1t_23{display:flex;width:100%;justify-content:space-between;gap:10px}._cardContainer_yxi1t_37{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_yxi1t_67{box-shadow:1px 4px 30px 4px #474e7942;background-color:#fff;border-radius:12px;width:100%;aspect-ratio:364/213;position:relative;overflow:hidden}._textContainer_yxi1t_91{padding:1.5rem 1.25rem;height:100%;z-index:1;position:relative}._cardContainer2_yxi1t_67 ._textContainer_yxi1t_91{padding:1.5rem 1.25rem}._titleText_yxi1t_113{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_yxi1t_67 ._titleText_yxi1t_113{color:#474e79}._detailText_yxi1t_147{font-family:var(--font-pretendard);font-size:.95rem;font-weight:400;color:var(--textGray2);word-break:keep-all;line-height:1.4}._imgContainer_yxi1t_165{position:absolute;bottom:0;right:0}._cardContainer_yxi1t_37 ._imgContainer_yxi1t_165{width:100%;height:50%}._cardContainer2_yxi1t_67 ._imgContainer_yxi1t_165{height:70%}._imgContainer_yxi1t_165>img{height:100%;object-fit:cover;overflow-clip-margin:unset;opacity:.7}._cardContainer_yxi1t_37 ._imgContainer_yxi1t_165>img{width:100%}._divContainer_ivui7_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_ivui7_27{position:relative;background-color:#fff;display:flex;flex-direction:column;width:60%;max-width:300px;padding:20px;border-radius:10px;align-items:center}._text_ivui7_51{margin-bottom:20px;white-space:pre-line}._closeBtn_ivui7_61{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_ivui7_61:hover{opacity:.6}._helperBtn_ivui7_101{background-color:var(--mate-primary)!important;color:#fff!important}._buttonDefault_129y0_5{border:none;font-family:Pretendard-Regular;font-size:16px;word-break:keep-all}._borderRadius5_129y0_19{border-radius:5px}._borderRadius10_129y0_27{border-radius:10px}._borderRadius20_129y0_35{border-radius:20px}._greenBtn1_129y0_43{background-color:var(--bgGreen1);color:#fff}._greenBtn2_129y0_53{background-color:var(--bgGreen2);color:var(--textGreen1)}._grayBtn1_129y0_63{background-color:var(--bgGray2);color:#fff}._grayBtn2_129y0_73{background-color:var(--bgGray3);color:var(--bgGray1)}._primaryBtn_129y0_83{background:var(--main-gradient);color:#fff}[data-user-type=helper] ._primaryBtn_129y0_83{background:var(--mate-main-gradient)}._primaryLightBtn_129y0_101{background-color:var(--mate-primary-light);color:var(--mate-primary-dark)}._divContainer_gmocn_5{width:90%;margin:auto;display:flex;justify-content:center;align-items:center;padding:10px}._cardsContainer_gmocn_23{display:flex;width:100%;justify-content:space-between;gap:8px}._cardContainer_gmocn_37{background-color:var(--bgGray8);border-radius:12px;width:100%;display:flex;flex-direction:column;justify-content:space-between;padding:12px 16px}._boldText_gmocn_69{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}._boldText2_gmocn_93{width:100%;color:var(--bgGray1);font-family:EliceDigitalBaeum;font-weight:700;display:flex;font-size:20px;margin-top:-5px}._boldText3_gmocn_113{width:100%;color:var(--bgGray1);font-family:EliceDigitalBaeum;font-weight:700;display:flex;font-size:20px}._iconContainer_gmocn_131{width:100%;display:flex;justify-content:flex-end;box-sizing:border-box}._iconBox_gmocn_147{width:38px}._cardContainer_gmocn_37:nth-child(2) ._iconBox_gmocn_147{width:42px}._cardContainer_gmocn_37:nth-child(3) ._iconBox_gmocn_147{width:48px}._divContainer_1fqb8_5{width:90%;margin:auto;display:flex;align-items:center;padding:10px}._boldText_1fqb8_21{font-family:Pretendard-Regular;font-weight:700;color:#fff}._text_1fqb8_33{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_lt9o4_1{margin-bottom:24px}._otherSwiper_lt9o4_9{margin-bottom:1px}._matchModal_lt9o4_17{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:900;display:flex;justify-content:center;align-items:center}._skeletonCard_lt9o4_41{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_lt9o4_73{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex:1}._skeletonTextArea_lt9o4_89{display:flex;flex-direction:column;gap:8px;flex:1}._skeletonIcon_lt9o4_103{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_lt9o4_1 1.5s infinite}._skeletonTitle_lt9o4_125{width:50%;height:24px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_lt9o4_1 1.5s infinite}._skeletonSubtitle_lt9o4_143{width:70%;height:18px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_lt9o4_1 1.5s infinite}._skeletonDate_lt9o4_161{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_lt9o4_1 1.5s infinite}._skeletonButtons_lt9o4_181{display:flex;justify-content:space-between;gap:8px}._skeletonButton_lt9o4_181{flex:1;height:48px;border-radius:10px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_lt9o4_1 1.5s infinite}@keyframes _shimmer_lt9o4_1{0%{background-position:200% 0}to{background-position:-200% 0}}._userType_lt9o4_231 .swiper-pagination,._helperType_lt9o4_233 .swiper-pagination{bottom:12px!important}._userType_lt9o4_231 .swiper-pagination-bullet,._helperType_lt9o4_233 .swiper-pagination-bullet{border:2px solid white;background-color:#d9d9d9;opacity:1}._userType_lt9o4_231 .swiper-pagination-bullet-active{background-color:var(--bgGreen1)}._helperType_lt9o4_233 .swiper-pagination-bullet-active{background-color:var(--mate-primary)}._userType_lt9o4_231 .swiper,._helperType_lt9o4_233 .swiper{touch-action:pan-y}._externalPagination_lt9o4_273{display:flex;justify-content:center;gap:6px;margin-top:12px}._bullet_lt9o4_286{width:8px;height:8px;border-radius:50%;border:2px solid white;background-color:#d9d9d9;cursor:pointer}._userType_lt9o4_231 ._bulletActive_lt9o4_304{background-color:var(--bgGreen1)}._helperType_lt9o4_233 ._bulletActive_lt9o4_304{background-color:var(--mate-primary)}._card_y7639_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_y7639_1 p{margin:0}[data-user-type=helper]._card_y7639_1{box-shadow:0 4px 16px 4px #474e7933}._cardContainer_y7639_45{width:100%;height:100%;padding:16px;box-sizing:border-box}._textSimple_y7639_61{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_y7639_61._textCenter_y7639_89{justify-content:center;text-align:center}._textHeader_y7639_101{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_y7639_127{font-size:24px}._content_y7639_135{line-height:1.3}._textInline_y7639_145{display:flex}._textSuccess1_y7639_153{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_y7639_173{display:flex;flex-direction:column;z-index:1}._textSuccess3_y7639_185{display:flex;align-items:end;font-size:1.4rem}[data-user-type=helper] ._textSuccess3_y7639_185{word-break:keep-all}._infoContainer_y7639_205{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}._btnContainer_y7639_225{width:100%;height:50px}._btnsContainer_y7639_235{width:100%;height:50px;display:flex;justify-content:space-between}._clockImg_y7639_249{width:5rem;height:5rem;position:absolute;top:1.5rem;right:1.2rem}._loadingImg_y7639_265{width:4rem;height:4rem;position:absolute;top:1.5rem;right:1.2rem}._checkImg_y7639_285{width:6.2rem;height:5rem;margin-bottom:1.5rem}._textBold_y7639_297{font-weight:700}._textAccent_y7639_307{color:var(--textGreen2);font-weight:700}[data-user-type=helper] ._textAccent_y7639_307{color:var(--mate-primary-dark)}._timeText_y7639_327{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_y7639_327{word-break:normal}._blank_y7639_353{margin-left:4px}._background_19lp3_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_19lp3_31{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_19lp3_57{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._title_19lp3_71{font-family:Pretendard-Regular;font-size:1.3rem;font-weight:700;color:var(--textBlack1);margin:0}._closeBtn_19lp3_87{background:none;border:none;font-size:1.3rem;color:#333;cursor:pointer;padding:4px;line-height:1}._description_19lp3_109{font-family:Pretendard-Regular;font-size:1rem;color:var(--textBlack1);line-height:1.6;margin-bottom:20px}._description_19lp3_109 p{margin:0}._initialCont_19lp3_135{display:flex;flex-direction:column}._startBtn_19lp3_145{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_19lp3_173{display:flex;flex-direction:column;align-items:center}._previewArea_19lp3_185{width:fit-content;border:2px solid var(--mate-primary);border-radius:12px;overflow:hidden;background:var(--mate-primary-light)}._video_19lp3_201{width:100%;display:block}._captureBtn_19lp3_211{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_19lp3_243{display:flex;flex-direction:column}._matchImg_19lp3_253{width:100%;display:block}._buttonGroup_19lp3_263{display:flex;gap:12px;margin-top:16px}._retakeBtn_19lp3_275{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_19lp3_301{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_19lp3_301:disabled{background:#b8c2c8;cursor:not-allowed}._divCont_1563q_1{display:flex;justify-content:center;align-items:center;width:100%;min-height:50vh;margin:15px 0}._gif_1563q_21{width:24px;height:24px}._divContCustom_1563q_31{display:flex;justify-content:center;width:100%;margin:15px 0}._gif2_1563q_47{width:30px;height:30px}._shimmer_n2rp8_3{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_n2rp8_3 1.5s infinite;border-radius:4px}@keyframes _shimmer_n2rp8_3{0%{background-position:200% 0}to{background-position:-200% 0}}._container_n2rp8_37{padding:0 0 1rem}._header_n2rp8_47{display:flex;justify-content:space-between;align-items:center;padding:20px}._logoPlaceholder_n2rp8_61{width:60px;height:32px;border-radius:8px}._togglePlaceholder_n2rp8_73{width:140px;height:40px;border-radius:50px}._statusTextRow_n2rp8_87{width:90%;margin:auto;display:flex;align-items:center;gap:6px;padding:10px}._statusTextIcon_n2rp8_105{width:16px;height:16px;border-radius:50%}._statusTextLine_n2rp8_117{width:160px;height:18px}._statusCard_n2rp8_129{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_n2rp8_159{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;flex:1}._statusCardTextArea_n2rp8_175{display:flex;flex-direction:column;gap:8px;flex:1}._statusCardTitle_n2rp8_189{width:50%;height:24px}._statusCardSubtitle_n2rp8_199{width:80%;height:18px}._statusCardDate_n2rp8_209{width:60%;height:14px;margin-top:4px}._statusCardIcon_n2rp8_221{width:72px;height:72px;border-radius:50%;flex-shrink:0;margin-left:12px}._statusCardButtons_n2rp8_237{display:flex;gap:8px}._statusCardButton_n2rp8_237{flex:1;height:48px;border-radius:10px}._dots_n2rp8_261{display:flex;justify-content:center;gap:6px;padding:8px 0 4px}._dot_n2rp8_261{width:8px;height:8px;border-radius:50%}._serviceSection_n2rp8_289{width:90%;margin:auto;padding:10px}._serviceCard_n2rp8_301{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_n2rp8_329{width:55%;height:28px;margin-bottom:10px}._serviceCardDesc1_n2rp8_341{width:70%;height:14px;margin-bottom:6px}._serviceCardDesc2_n2rp8_353{width:50%;height:14px}._serviceCardImage_n2rp8_363{position:absolute;bottom:0;right:0;width:55%;height:65%;border-radius:0 0 12px;opacity:.5}._boardSection_n2rp8_385{width:90%;margin:auto;padding:10px}._boardCards_n2rp8_397{display:flex;width:100%;justify-content:space-between;gap:8px}._boardCard_n2rp8_397{flex:1;background-color:#f5f5f5;border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;justify-content:space-between;min-height:100px}._boardCardText1_n2rp8_433{width:60%;height:20px;margin-bottom:4px}._boardCardText2_n2rp8_445{width:40%;height:20px}._boardCardIconWrap_n2rp8_455{display:flex;justify-content:flex-end}._boardCardIcon_n2rp8_455{width:40px;height:40px;border-radius:8px}._divContainer_11si2_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_11si2_27{background-color:#fff;display:flex;flex-direction:column;width:60%;max-width:300px;padding:20px;border-radius:10px;align-items:center}._text_11si2_49{margin-bottom:20px;word-break:keep-all;text-align:center;white-space:pre-line}._buttonCont_11si2_63{display:flex;width:100%;gap:.7rem}._buttonCont_11si2_63>button{flex:1;padding:10px 0;border-radius:5px;cursor:pointer}._footer_4mio2_5{position:fixed;bottom:0;left:0;display:flex;justify-content:space-between;width:100%;background-color:#fff;z-index:300;pointer-events:auto}._iconContainer_4mio2_20{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_4mio2_43{border-top-color:var(--textGreen1);color:var(--textGreen1)}._footer_4mio2_5[data-user-type=helper] ._selected_4mio2_43{border-top-color:var(--mate-primary-dark);color:var(--mate-primary-dark)}._textBox_4mio2_63{padding:3px 0;border-bottom:2px solid white;font-size:clamp(14px,1.3rem,18px)}._selectedBorder_4mio2_75{border-bottom:2.5px solid var(--textGreen1);width:50%}._noneBorder_4mio2_85{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_13gbn_1{flex-shrink:0;min-height:60px;max-height:100px;display:flex;align-items:center;padding:0 10px}._arrow_13gbn_23{display:flex;justify-content:center}._arrow_13gbn_23:hover{cursor:pointer}._text_13gbn_43{margin-left:10px;font-family:EliceDigitalBaeum;font-size:20px}._divCont_1w2xm_1{display:flex;flex-direction:column;align-items:center;width:100%}._stepperContainer_1w2xm_19{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;padding:2rem 0 1rem;box-sizing:border-box}._track_1w2xm_43{position:absolute;left:1.125rem;right:1.125rem;height:6px;background-color:#e0e0e0;border-radius:100px;overflow:hidden}._trackFill_1w2xm_63{height:100%;background:linear-gradient(to right,#7bc49a,#3a6350);border-radius:0 100px 100px 0;transition:width .3s ease}._circle_1w2xm_81{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_1w2xm_111,._active_1w2xm_119{color:#fff}._inactive_1w2xm_127{background-color:#e0e0e0;color:#999}._checkIcon_1w2xm_137{width:1.25rem;height:1.25rem}@media (max-width: 768px){._stepperContainer_1w2xm_19{padding:2rem 20px 1rem}._track_1w2xm_43{left:calc(20px + 1.125rem);right:calc(20px + 1.125rem)}}._scrollContainer_1k0zx_1{flex:1;min-height:0;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}._scrollContainer_1k0zx_1::-webkit-scrollbar{display:none}._divContainer_1uoyj_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_1uoyj_27{display:flex;width:100%;position:fixed;bottom:0;z-index:90}._deleteBtn_1uoyj_36{width:30%}._divCont_jfroz_1{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}._header_116gy_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_116gy_25{border-bottom:1px solid #eeeeee}._adminContainer_116gy_49{font-family:Pretendard-Regular;color:var(--textGray2);display:flex;align-items:center;gap:10px}._logoutBtn_116gy_65{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_116gy_1{width:90%;height:80px}}@media (max-width: 900px){._header_116gy_1{width:100%;padding:0 1rem}}@media (max-width: 768px){._header_116gy_1{width:100%;height:60px;max-width:none;padding:0 1rem}._borderBottom_116gy_25{border-bottom:none}}._horizontalContainer_1uuwm_1{display:flex;justify-content:flex-end}._actionButtons_1uuwm_11{gap:.5rem}._default_1uuwm_19{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_1uuwm_53{background-color:var(--textGreen1);color:#fff;border:1px solid var(--textGreen1)}._secondary_1uuwm_65{background-color:var(--bgGreen2);color:var(--textGreen1);border:1px solid var(--bgGreen2)}._error_1uuwm_89{background-color:#feeeee;color:#fd584c;border:1px solid #fddddd}._delete_1uuwm_107{background-color:#f9f9f9;color:#ff5d51;border:1px solid var(--bgGray4)}._disabled_1uuwm_119{background-color:#f9f9f9;border:1px solid var(--bgGray4);color:var(--bgGray1)}._hamburgerButton_1uuwm_131,._sidebarClosedButton_1uuwm_133{padding:10px;cursor:pointer;border-radius:5px}._hamburgerIcon_1uuwm_167,._sidebarClosedIcon_1uuwm_169{height:100%;display:flex;flex-direction:column;align-items:center;gap:5px}._hamburgerIcon_1uuwm_167 span,._sidebarClosedIcon_1uuwm_169 span{width:20px;height:2px;background-color:var(--textGray1)}._sidebarClosedIcon_1uuwm_169 span{background-color:var(--textGreen1)}._hamburgerButton_1uuwm_131:hover ._hamburgerIcon_1uuwm_167 span,._sidebarClosedButton_1uuwm_133:hover ._sidebarClosedIcon_1uuwm_169 span{background-color:var(--textGreen1);transition:all .3s ease-in-out}._sidebarClosedIcon_1uuwm_169 span:nth-child(1){transform:rotate(45deg) translate(13%,130%)}._sidebarClosedIcon_1uuwm_169 span:nth-child(2){transform:rotate(-45deg) translate(13%,-130%)}@media (max-width: 768px){._horizontalContainer_1uuwm_1{justify-content:flex-start}}._layoutContainer_7c62y_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_7c62y_25{width:100%;display:flex;align-items:center;justify-content:center}._logo_7c62y_39{width:180px;display:flex;align-items:center;padding:1rem;cursor:pointer}._contentWrapper_7c62y_59{display:flex;width:80%;max-width:var(--maxWidth);padding-bottom:1rem;flex:1}._pageContainer_7c62y_75{background-color:#fff;width:100%;min-width:0;height:fit-content}._pageHeader_7c62y_89{font-size:32px;padding:30px 40px}._titleRow_7c62y_99{display:flex;align-items:baseline;gap:16px}._mainTitle_7c62y_111{font-size:32px;color:var(--textGray1);font-weight:400;line-height:1.2}._subTitle_7c62y_125{font-size:24px;color:var(--textGreen1);font-weight:500;line-height:1.2}._subTitleRow_7c62y_139{margin-top:8px}._pageContent_7c62y_147{padding:0 40px 20px;min-height:500px;position:relative;display:flex;flex-direction:column}._contentHeader_7c62y_163{display:flex;flex-direction:column}._contentHeader_7c62y_163 ._title_7c62y_99{color:var(--textGreen1);font-size:24px;font-weight:500;line-height:1.2;display:flex;align-items:center}._contentHeader_7c62y_163 ._actions_7c62y_193{flex:1;min-width:0;overflow:visible}._contentBody_7c62y_219{flex:1}._detailSection_7c62y_227{padding:0 40px}._row_7c62y_235{display:flex;flex-direction:row;align-items:center}._row_7c62y_235:first-child{padding-bottom:15px}._firstRow_7c62y_255{justify-content:space-between}._borderBottom_7c62y_265{border-bottom:1px solid #eeeeee}._subActions_7c62y_273{padding:20px 0}._flexEnd_7c62y_281{justify-content:flex-end}._flexSpaceBetween_7c62y_289{justify-content:space-between}@media (max-width: 1280px){._contentWrapper_7c62y_59{width:90%}._titleRow_7c62y_99{flex-wrap:wrap;gap:12px}._mainTitle_7c62y_111{font-size:28px;font-weight:900}._subTitle_7c62y_125{font-size:24px;font-weight:600}._contentHeader_7c62y_163 ._title_7c62y_99{display:none}}@media (max-width: 900px){._contentWrapper_7c62y_59{width:100%}}@media (max-width: 768px){._layoutContainer_7c62y_1{height:100vh;overflow:hidden}._headerArea_7c62y_25{position:fixed;top:0;left:0;z-index:1000;flex-shrink:0;border-bottom:1px solid #eeeeee}._contentWrapper_7c62y_59{width:100%;padding:60px 1rem 0;overflow:hidden;flex:1;min-height:0;display:flex;flex-direction:column}._pageContainer_7c62y_75{background-color:transparent;height:100%;overflow-y:auto;flex:1 1 0}._pageHeader_7c62y_89{padding:1.8rem 1rem 16px}._titleRow_7c62y_99{flex-direction:row;align-items:center;gap:12px}._mainTitle_7c62y_111{font-size:24px}._subTitle_7c62y_125{font-size:20px}._pageContent_7c62y_147{padding:0 1rem}._actions_7c62y_193,._subActions_7c62y_273{padding:10px 0}}._installModalOverlay_7c62y_495{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_7c62y_1 .3s ease-in-out}@keyframes _fadeIn_7c62y_1{0%{opacity:0}to{opacity:1}}._installModal_7c62y_495{background:#fff;border-radius:16px;max-width:400px;width:90%;padding:24px;box-shadow:0 4px 20px #00000026;animation:_slideUp_7c62y_1 .3s ease-out}@keyframes _slideUp_7c62y_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_7c62y_583{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._modalHeader_7c62y_583 h3{margin:0;font-size:20px;font-weight:600;color:#333}._closeButton_7c62y_611{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_7c62y_611:hover{background-color:#f5f5f5}._modalBody_7c62y_651{margin-bottom:24px}._modalBody_7c62y_651 p{margin:0 0 16px;font-size:15px;color:#555;line-height:1.5}._benefitList_7c62y_673{list-style:none;padding:0;margin:0}._benefitList_7c62y_673 li{padding:8px 0;font-size:14px;color:#666}._modalFooter_7c62y_697{display:flex;gap:12px;justify-content:flex-end}._cancelButton_7c62y_709,._installButton_7c62y_711{padding:12px 24px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;border:none}._cancelButton_7c62y_709{background-color:#f5f5f5;color:#666}._cancelButton_7c62y_709:hover{background-color:#e8e8e8}._installButton_7c62y_711{background-color:var(--textGreen1, #4caf50);color:#fff}._installButton_7c62y_711:hover{background-color:#45a049;transform:translateY(-1px);box-shadow:0 2px 8px #4caf504d}@media (max-width: 768px){._installModal_7c62y_495{max-width:90%;padding:20px}._modalHeader_7c62y_583 h3{font-size:18px}._modalBody_7c62y_651 p{font-size:14px}._modalFooter_7c62y_697{flex-direction:column-reverse}._cancelButton_7c62y_709,._installButton_7c62y_711{width:100%;padding:14px}}@media (max-width: 480px){._layoutContainer_7c62y_1{min-height:100dvh}}._sidebar_1uoh5_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_1uoh5_21{padding-left:5px}._category_1uoh5_21._mobile_1uoh5_33{border-bottom:1px solid #eeeeee}._categoryHeader_1uoh5_41{font-size:18px;font-weight:700;cursor:pointer;padding:20px;color:var(--bgGray1);display:flex;justify-content:space-between;align-items:center}._categoryHeaderContent_1uoh5_63{display:flex;align-items:center;gap:8px}._categoryNotificationDot_1uoh5_75{width:8px;height:8px;border-radius:50%;background-color:var(--textGreen1);flex-shrink:0;animation:_pulse_1uoh5_1 2s ease-in-out infinite}@keyframes _pulse_1uoh5_1{0%,to{opacity:1}50%{opacity:.5}}._subCategories_1uoh5_113{margin-top:5px;font-size:18px}._subCategories_1uoh5_113 li{padding-left:30px}._subCategory_1uoh5_133{padding:20px 20px 20px 0;cursor:pointer;color:var(--textGray1);display:flex;justify-content:space-between;align-items:center}._subCategory_1uoh5_133:hover{background-color:var(--bgGreen3)}._countBadge_1uoh5_163{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_1uoh5_197{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_1uoh5_197:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000000d9}._countBadge_1uoh5_163:hover ._tooltip_1uoh5_197{visibility:visible;opacity:1}._active_1uoh5_265{color:var(--textGreen1)}._categoryActive_1uoh5_273{background-color:#fff;border-left:5px solid var(--textGreen1);padding-left:0}._subActive_1uoh5_285{color:var(--textGreen1);font-weight:700;background-color:var(--bgGreen3)}._mobileSidebar_1uoh5_297{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_1uoh5_297._open_1uoh5_321{visibility:visible;background-color:#00000080}._mobileSidebarContainer_1uoh5_331{width:50%;height:100vh;background-color:var(--bgGray5);transform:translate(-100%);transition:transform .3s ease}._mobileSidebar_1uoh5_297._open_1uoh5_321 ._mobileSidebarContainer_1uoh5_331{transform:translate(0)}._mobileSidebarHeader_1uoh5_355{display:flex;background-color:#fff;justify-content:space-between;align-items:center;padding:.5rem}._mobileSidebarContent_1uoh5_371{overflow-y:auto;height:calc(100vh - 60px)}._mobileSidebarContent_1uoh5_371::-webkit-scrollbar{width:6px}._mobileSidebarContent_1uoh5_371::-webkit-scrollbar-track{background:transparent}._mobileSidebarContent_1uoh5_371::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}._mobileSidebarContent_1uoh5_371::-webkit-scrollbar-thumb:hover{background-color:#0000004d}ul,li,button{padding:0;margin:0}ul{list-style:none}button{background:none;border:none}._mainContainer_1w2lv_1{margin-top:var(--web-nav-height);min-height:calc(100vh - var(--web-nav-height))}._contentWrapper_1w2lv_11{max-width:800px;margin:0 auto;padding:80px 70px}._btnCont_1w2lv_23{display:flex;width:100%;gap:1.25rem;justify-content:center;margin-top:3rem}._btnInner_1w2lv_39{width:100%;max-width:28rem}._btnBack_1w2lv_49,._btnNext_1w2lv_59{width:50%;max-width:14rem}@media (max-width: 768px){._contentWrapper_1w2lv_11{padding:40px 0 80px}}._header_13bh6_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_13bh6_1._scrolled_13bh6_23{background:#ffffffa6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 4px 18px #0000001f}._header_13bh6_1._openDropdown_13bh6_37{background:#fffffff2;box-shadow:none}._header_13bh6_1._scrolled_13bh6_23._header_13bh6_1._openDropdown_13bh6_37{backdrop-filter:unset;-webkit-backdrop-filter:unset}._container_13bh6_57{height:100%;max-width:1060px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:0 1rem}._nav_13bh6_79{flex:1;display:flex;justify-content:center;min-width:0}._logo_13bh6_93{width:15%;display:flex;align-items:center;cursor:pointer}._logo_13bh6_93>svg{height:2.1rem;width:auto}._menu_13bh6_117{width:70%;display:flex;justify-content:center;align-items:center;gap:2rem;white-space:nowrap}._navbar_13bh6_137>div:last-child{display:flex;align-items:center;gap:.6rem;flex-shrink:0}._menu_13bh6_117>li>._menuItem_13bh6_151{font-size:16px}._menu_13bh6_117>li:hover>._menuItem_13bh6_151{font-weight:700}._menuItem_13bh6_151._active_13bh6_167,._menuItem_13bh6_151[aria-current=page]{font-weight:700;text-decoration:underline;text-underline-offset:.375rem}._menuItem_13bh6_151._active_13bh6_167:hover{text-decoration:underline;text-underline-offset:.375rem}._actions_13bh6_201{width:15%;display:flex;align-items:center;justify-content:flex-end;gap:1rem}._actions_13bh6_201 ._loginInfoWrapper_13bh6_217{display:flex;align-items:center;gap:.7rem}._userName_13bh6_229{font-size:16px;white-space:nowrap}._actions_13bh6_201 ._login_13bh6_217,._actions_13bh6_201 ._logout_13bh6_241{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_13bh6_277{display:none;cursor:pointer;border:0;background:transparent;padding:8px 0}._hamburgerIcon_13bh6_293{display:block;width:20px;height:2px;background-color:#333;position:relative}._hamburgerIcon_13bh6_293:before,._hamburgerIcon_13bh6_293:after{content:"";position:absolute;left:0;width:100%;height:2px;background-color:inherit}._hamburgerIcon_13bh6_293:before{top:-7px}._hamburgerIcon_13bh6_293:after{top:7px}._menuOpen_13bh6_345{display:flex;flex-direction:column;gap:1rem}._header_13bh6_1._dark_13bh6_359 ._nav_13bh6_79>._menu_13bh6_117>li>._menuItem_13bh6_151,._header_13bh6_1._dark_13bh6_359 ._actions_13bh6_201{color:#fff}._header_13bh6_1._scrolled_13bh6_23._dark_13bh6_359 ._nav_13bh6_79>._menu_13bh6_117>li>._menuItem_13bh6_151,._header_13bh6_1._scrolled_13bh6_23._dark_13bh6_359 ._actions_13bh6_201,._header_13bh6_1._dark_13bh6_359._openDropdown_13bh6_37 ._nav_13bh6_79>._menu_13bh6_117>li>._menuItem_13bh6_151,._header_13bh6_1._dark_13bh6_359._openDropdown_13bh6_37 ._actions_13bh6_201{color:#222}@media (max-width: 900px){._navbar_13bh6_137{padding:1rem 1.25rem;justify-content:space-between;align-items:center;padding:1.625rem 2rem}._loginInfoWrapper_13bh6_217{position:static;margin-left:auto}._logo_13bh6_93{margin-left:1rem}._logo_13bh6_93,._login_13bh6_217,._logout_13bh6_241{white-space:nowrap;word-break:keep-all;top:auto}._logo_13bh6_93{width:auto}._logo_13bh6_93>svg{height:1.25rem;width:fit-content}._login_13bh6_217,._logout_13bh6_241{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_13bh6_117{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_13bh6_117._menuOpen_13bh6_345{max-height:400px;padding:1.5rem 1.25rem;box-shadow:0 4px 6px #0000001a}._hamburger_13bh6_277{display:flex;cursor:pointer}._header_13bh6_1._dark_13bh6_359 ._hamburgerIcon_13bh6_293{background-color:#fff}._header_13bh6_1._scrolled_13bh6_23._dark_13bh6_359 ._hamburgerIcon_13bh6_293,._header_13bh6_1._dark_13bh6_359._openDropdown_13bh6_37 ._hamburgerIcon_13bh6_293{background-color:#333}}._modal_overlay_1dvdd_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_1dvdd_27{display:flex;justify-content:space-between;align-items:center;padding:0 1.25rem;border-bottom:1px solid #ddd}._modal_content_1dvdd_43{background:#fff;border-radius:8px;max-width:90%;max-height:90%;width:800px;overflow:hidden;display:flex;flex-direction:column}._modal_body_1dvdd_65{overflow-y:auto;padding:1rem 1.75rem;max-height:calc(98vh - 50px);line-height:1.6}._modal_close_1dvdd_79{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_1w4ye_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_1w4ye_25{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_1w4ye_49{position:absolute;width:clamp(10px,18vw,320px);filter:drop-shadow(0 10px 20px rgba(0,0,0,.08));z-index:1}._floatingCard1_1w4ye_61{top:10%;left:18%}._floatingCard2_1w4ye_69{top:35%;left:15%}._floatingCard3_1w4ye_77{bottom:12%;left:25%}._floatingCard4_1w4ye_85{top:12%;right:20%}._floatingCard5_1w4ye_93{top:35%;right:17%}._floatingCard6_1w4ye_101{bottom:12%;right:27%}._innerOne_1w4ye_109{height:305px}._badge_1w4ye_115{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_1w4ye_115:before{content:"";width:10px;height:10px;background:#3f7c65;border-radius:50%}._title_1w4ye_155{font-size:clamp(56px,3.4vw,80px);font-weight:800;line-height:1.2;margin-top:10px;margin-bottom:28px;color:#0f172a}._subtitle_1w4ye_171{font-size:clamp(14px,1.1vw,18px);line-height:1.6;color:#4b4b4b}._ctaBtn_1w4ye_181{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_1w4ye_181:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000002e}._arrowIcon_1w4ye_227{width:48px;height:48px;background:#fff;border-radius:50%;object-fit:contain;margin-left:8px}._ctaBtnText_1w4ye_243{padding-left:8px;display:flex;align-items:center}@keyframes _heroFadeUp_1w4ye_1{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}._badge_1w4ye_115,._title_1w4ye_155,._subtitle_1w4ye_171,._innerTwo_1w4ye_283{opacity:0;transform:translateY(14px)}._badge_1w4ye_115{animation:_heroFadeUp_1w4ye_1 .6s ease-out .1s forwards}._title_1w4ye_155{animation:_heroFadeUp_1w4ye_1 .7s ease-out .25s forwards}._subtitle_1w4ye_171{animation:_heroFadeUp_1w4ye_1 .7s ease-out .4s forwards}._innerTwo_1w4ye_283{animation:_heroFadeUp_1w4ye_1 .7s ease-out .6s forwards}@keyframes _floatCard_1w4ye_1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}._floatingCard_1w4ye_49{position:absolute;width:clamp(10px,18vw,320px);filter:drop-shadow(0 10px 20px rgba(0,0,0,.08));z-index:1;animation:_floatCard_1w4ye_1 10s ease-in-out infinite}._floatingCard1_1w4ye_61{top:10%;left:18%;animation-delay:0s}._floatingCard2_1w4ye_69{top:35%;left:15%;animation-delay:.8s}._floatingCard3_1w4ye_77{bottom:12%;left:25%;animation-delay:1.6s}._floatingCard4_1w4ye_85{top:12%;right:20%;animation-delay:.4s}._floatingCard5_1w4ye_93{top:35%;right:17%;animation-delay:1.2s}._floatingCard6_1w4ye_101{bottom:12%;right:27%;animation-delay:2s}@keyframes _pulseDot_1w4ye_1{0%{box-shadow:0 0 #3f7c6580}70%{box-shadow:0 0 0 12px #3f7c6500}to{box-shadow:0 0 #3f7c6500}}._badge_1w4ye_115:before{content:"";width:10px;height:10px;background:#3f7c65;border-radius:50%;animation:_pulseDot_1w4ye_1 1.8s ease-out infinite}@media (prefers-reduced-motion: reduce){._floatingCard_1w4ye_49,._badge_1w4ye_115,._title_1w4ye_155,._subtitle_1w4ye_171,._innerTwo_1w4ye_283{animation:none!important;transform:none!important;opacity:1!important}}@media (max-width: 1024px){._badge_1w4ye_115{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_1w4ye_115:before{width:5px;height:5px}._title_1w4ye_155{font-size:clamp(36px,5vw,80px)}._floatingCard_1w4ye_49{display:none}}._promiseSection_1pxvd_3{width:100%;max-width:900px;margin:0 auto 8px;padding:48px 0 0;display:flex;flex-direction:column;align-items:center;background:#fff}._promiseTop_1pxvd_23{text-align:center;margin-bottom:32px}._promiseBadge_1pxvd_31{font-size:13px;color:#2e5746;font-weight:700}._promiseTitle_1pxvd_41{font-size:clamp(2.1rem,4vw,3.2rem);font-weight:800;margin:12px 0;color:#222;line-height:1.25}._promiseTitle_1pxvd_41 b{color:#467963}._promiseSubtitle_1pxvd_61{font-size:clamp(.95rem,1.5vw,1.2rem);color:#0f172a;margin-bottom:0;line-height:1.6}._promiseImageWrap_1pxvd_73{width:min(94vw,1800px);max-width:none;display:flex;justify-content:center;margin-bottom:48px;border-radius:28px}._promiseImage_1pxvd_73{display:block;width:100%;max-width:1700px;height:auto;border-radius:28px;object-fit:contain}._promiseBottom_1pxvd_109{text-align:center;margin-top:0}._promiseEmphasis_1pxvd_117{font-size:clamp(1.6rem,4vw,3.2rem);font-weight:700;color:#0f172a;margin-bottom:8px;display:inline-block;padding:0 8px 2px}._promiseEmphasis_1pxvd_117 b{color:#2f6b4f}._highlightWord_1pxvd_139{font-family:Obangju;font-weight:800;letter-spacing:-.02em;color:#2f6b4f}._promiseDesc_1pxvd_153{font-size:clamp(.95rem,1.5vw,1.2rem);color:#0f172a;margin-top:3px;margin-bottom:52px;letter-spacing:-.01em;line-height:1.75}._mobileBr_1pxvd_171{display:none}@media (max-width: 768px){._promiseImageWrap_1pxvd_73{height:220px;width:350px;margin-bottom:32px;border-radius:20px;overflow:hidden}._promiseImage_1pxvd_73{width:auto;height:220px;object-position:center 50%;border-radius:28px}._mobileBr_1pxvd_171{display:block}}._serviceSection_lv8z4_1{width:100%;padding:140px 0;background:#fff}._sectionInner_lv8z4_13{max-width:1400px;margin:0 auto;padding:0 28px;text-align:center}._kicker_lv8z4_27{font-size:13px;color:#2e5746;font-weight:800}._sectionTitle_lv8z4_39{font-size:clamp(2.1rem,4vw,3.2rem);font-weight:900;margin:12px 0 60px;color:#0f172a;letter-spacing:-.03em}._layoutDesktop_lv8z4_55{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:start;text-align:left}._layoutMobile_lv8z4_71{display:none}._leftCard_lv8z4_81{background:#f4f6f7;border-radius:28px;overflow:hidden;margin-bottom:20px}._leftCardHeader_lv8z4_95{width:100%;padding:26px 30px;border:none;background:transparent;cursor:pointer;text-align:left}._leftHeaderRow_lv8z4_113{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._leftToggle_lv8z4_127{width:36px;height:36px;border-radius:999px;background:#0f172a0f;display:grid;place-items:center;font-size:18px;color:#0f172a;flex:0 0 auto}._leftImageWrap_lv8z4_151{width:100%;overflow:hidden}._leftImageWrap_lv8z4_151 img{width:100%;height:auto;display:block}._leftTitle_lv8z4_173{font-size:28px;font-weight:900;margin:0 0 10px;color:#0f172a;letter-spacing:-.02em}._leftDesc_lv8z4_189{margin:0;font-size:16px;line-height:1.6;color:#6b7280}._closed_lv8z4_203{opacity:1}._open_lv8z4_211{outline:2px solid rgba(47,107,79,.14);outline-offset:-2px}._rightCol_lv8z4_221{padding-top:6px;animation:_slideFadeIn_lv8z4_1 .8s ease}@keyframes _slideFadeIn_lv8z4_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}._accordionList_lv8z4_249{list-style:none;padding:0;margin:0;border-top:1px solid rgba(15,23,42,.08)}._accItem_lv8z4_263{border-bottom:1px solid rgba(15,23,42,.08)}._accHeader_lv8z4_271{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_lv8z4_295{font-size:12px;font-weight:500;color:#a3a9b3;min-width:24px;line-height:1;margin-top:7px}._accContent_lv8z4_313{flex:1;display:flex;align-items:flex-start}._accHeaderMain_lv8z4_325{flex:1;display:flex;flex-direction:column}._accTitle_lv8z4_337{margin:0 0 8px;font-size:18px;font-weight:500;color:#0f172a;letter-spacing:-.01em;text-align:left}._accDesc_lv8z4_355{margin:0;font-size:14px;line-height:1.7;color:#475569;text-align:left}._accPlus_lv8z4_371{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_lv8z4_397 ._accTitle_lv8z4_337{color:#0f172a}._accOpen_lv8z4_397 ._accHeader_lv8z4_271{padding-bottom:18px}._accMedia_lv8z4_415{width:300px;height:200px;border-radius:18px;background:#f7f8fb;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}._accMedia_lv8z4_415 img{width:100%;height:100%;object-fit:cover}@media (max-width: 1100px){._layoutDesktop_lv8z4_55{display:none}._layoutMobile_lv8z4_71{display:flex;flex-direction:column;gap:28px;text-align:left}._rightCol_lv8z4_221{padding-top:0}}@media (max-width: 768px){._accContent_lv8z4_313{flex-direction:column}._accHeaderMain_lv8z4_325{order:1}._accMedia_lv8z4_415{order:2;margin-top:24px}._accMedia_lv8z4_415 img{width:100%;height:auto;border-radius:12px}}@media (max-width: 520px){._serviceSection_lv8z4_1{padding:110px 0}._sectionInner_lv8z4_13{padding:0 18px}._leftTitle_lv8z4_173{font-size:22px}}._serviceFlowSection_h43m1_1{padding:80px 0;background:#fff}._flowInner_h43m1_11{max-width:1440px;margin:0 auto;padding:0 24px}._flowHeader_h43m1_23{max-width:360px;margin-bottom:40px}._flowLabel_h43m1_33{display:inline-block;font-size:12px;font-weight:600;color:#2e5746;margin-bottom:8px}._flowTitle_h43m1_49{margin:0 0 12px;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700;letter-spacing:-2%;color:#0f172a}._flowSubtitle_h43m1_65{margin:0;font-size:16px;line-height:1.6;color:#64748b}._flowGrid_h43m1_81{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:36px;row-gap:60px;align-items:stretch;margin-top:16px}._flowItemWrapper_h43m1_99{position:relative;display:flex;justify-content:center;align-items:stretch;opacity:0;transform:translateY(20px)}._flowItemWrapper_h43m1_99._emptyCell_h43m1_115{opacity:1;transform:none}@keyframes _cardFadeUp_h43m1_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._flowGridAnimate_h43m1_147 ._flowItemWrapper_h43m1_99{animation:_cardFadeUp_h43m1_1 .7s ease-out forwards}._flowGridAnimate_h43m1_147 ._flowItemWrapper_h43m1_99:nth-child(1){animation-delay:0s}._flowGridAnimate_h43m1_147 ._flowItemWrapper_h43m1_99:nth-child(2){animation-delay:.12s}._flowGridAnimate_h43m1_147 ._flowItemWrapper_h43m1_99:nth-child(3){animation-delay:.24s}._flowGridAnimate_h43m1_147 ._flowItemWrapper_h43m1_99:nth-child(6){animation-delay:.36s}._flowGridAnimate_h43m1_147 ._flowItemWrapper_h43m1_99:nth-child(7){animation-delay:.48s}._flowGridAnimate_h43m1_147 ._flowItemWrapper_h43m1_99:nth-child(8){animation-delay:.6s}._flowItem_h43m1_99{display:flex;justify-content:center;align-items:stretch;width:100%}._flowItemEmpty_h43m1_207{display:block;width:100%;pointer-events:none}._arrow_h43m1_217{position:absolute;top:50%;right:-30px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none}._arrowBody_h43m1_239{width:32px;height:1px;background:#0f172a;position:relative}._arrowBody_h43m1_239: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_h43m1_279{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_h43m1_307{font-size:12px;font-weight:600;color:#9ca3af;margin:10px 0 16px}._stepIconWrapper_h43m1_321{width:56px;height:56px;border-radius:38%;background:#e7e8e9;display:flex;align-items:center;justify-content:center;margin-bottom:16px}._stepIconWrapper_h43m1_321 img{max-width:28px;max-height:28px}._stepTitle_h43m1_353{margin:0 0 8px;font-size:20px;font-weight:600;color:#0f172a}._stepDesc_h43m1_367{margin:0;font-size:16px;line-height:1.6;color:#6b7280;white-space:pre-line}@media (max-width: 768px){._serviceFlowSection_h43m1_1{padding:56px 0}._flowInner_h43m1_11{padding:0 20px}._flowHeader_h43m1_23{max-width:none;margin-bottom:32px}._flowGrid_h43m1_81{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;row-gap:16px}._emptyCell_h43m1_115,._flowItemEmpty_h43m1_207,._arrow_h43m1_217{display:none}._stepCard_h43m1_279{max-width:none;width:100%;min-height:200px;padding:24px 20px;border-radius:24px}._stepTitle_h43m1_353{font-size:15px}._stepDesc_h43m1_367{font-size:12px;white-space:normal}._stepNumber_h43m1_307{font-size:20px}}._appSection_r0wzl_1{width:100%;padding:140px 0;background:#fff}._inner_r0wzl_13{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_r0wzl_47{flex:1;max-width:480px;margin-left:200px}._appIcon_r0wzl_59{width:42px;height:42px;margin-bottom:2px}._title_r0wzl_71{font-size:clamp(1.8rem,4vw,3.2rem);font-weight:800;line-height:1.3;color:#0f172a;margin-bottom:18px}._desc_r0wzl_87{font-size:16px;line-height:1.6;color:#6b7280;margin-bottom:32px}._storeButtons_r0wzl_101{display:flex;align-items:center;gap:14px}._storeBtn_r0wzl_113{height:48px;cursor:pointer;transition:opacity .2s ease}._storeBtn_r0wzl_113:hover{opacity:.85}._rightArea_r0wzl_137{flex:1;display:flex;align-items:center;position:relative;height:540px;margin-top:40px}._phone_r0wzl_157{width:360px;height:auto;position:absolute;transition:.3s ease;filter:drop-shadow(0 12px 24px rgba(15,23,42,.18))}._phoneLeft_r0wzl_175{transform:translate(-20%) translateY(-45px);z-index:3;margin-top:200px}._phoneRight_r0wzl_189{left:28%;transform:translate(20%) translateY(-60px);z-index:2}@media (max-width: 1600px){._leftArea_r0wzl_47{margin-left:160px}._phone_r0wzl_157{width:340px}._phoneLeft_r0wzl_175{transform:translate(-18%) translateY(-40px)}._phoneRight_r0wzl_189{left:26%;transform:translate(18%) translateY(-55px)}}@media (max-width: 1400px){._leftArea_r0wzl_47{margin-left:120px}._phone_r0wzl_157{width:320px}._phoneLeft_r0wzl_175{transform:translate(-15%) translateY(-38px)}._phoneRight_r0wzl_189{left:24%;transform:translate(15%) translateY(-52px)}}@media (max-width: 1200px){._leftArea_r0wzl_47{margin-left:80px}._phone_r0wzl_157{width:300px}._phoneLeft_r0wzl_175{transform:translate(-12%) translateY(-35px)}._phoneRight_r0wzl_189{left:22%;transform:translate(12%) translateY(-50px)}}@media (max-width: 1020px){._inner_r0wzl_13{flex-direction:column;align-items:flex-start;padding:48px 32px;gap:40px}._leftArea_r0wzl_47{margin-left:0;max-width:100%}._rightArea_r0wzl_137{flex:none;width:100%;height:auto;margin-top:8px;position:relative;display:flex;align-items:center;justify-content:center}._phone_r0wzl_157{position:relative;width:420px;transform:none;margin:0 auto}}@media (max-width: 768px){._rightArea_r0wzl_137{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_r0wzl_157{flex:0 0 auto;width:360px}._phoneLeft_r0wzl_175{margin-bottom:0}._phoneRight_r0wzl_189{left:auto}}@media (max-width: 480px){._title_r0wzl_71{font-size:30px}._desc_r0wzl_87{font-size:14px}._phone_r0wzl_157{width:250px}}._pricingSection_1m0l2_1{width:100%;padding:160px 0;background-color:#f4f6f7}._inner_1m0l2_13{max-width:1400px;margin:0 auto;padding:0 24px}._headerRow_1m0l2_27{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:40px}._headerLeft_1m0l2_43{max-width:420px}._label_1m0l2_51{display:inline-block;margin-bottom:8px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:#3d8361}._title_1m0l2_71{margin:0;line-height:1.3;font-weight:800;color:#0f172a}._titleLine1_1m0l2_85{font-size:clamp(1rem,4vw,1.7rem);font-weight:600;color:#3d3d3d}._titleLine2_1m0l2_97{font-size:clamp(2.3rem,4vw,3.2rem);font-weight:800;color:#0f172a}._headerRight_1m0l2_111{max-width:360px;font-size:15px;line-height:1.7;color:#0f172a;margin:auto 5px 0}._cardsRow_1m0l2_129{display:flex;gap:32px;margin-bottom:32px}._card_1m0l2_129{flex:1;background:#fff;border-radius:32px;padding:40px 40px 55px;box-shadow:0 18px 40px #0f172a0f}._cardTitle_1m0l2_157{margin:0 0 12px;font-size:30px;font-weight:700;color:#111827}._cardDesc_1m0l2_171{margin:0 0 24px;font-size:14px;line-height:1.6;color:#6b7280}._tableWrapper_1m0l2_187{width:100%;overflow-x:auto}._table_1m0l2_187{width:100%;border-collapse:collapse;font-size:15px}._table_1m0l2_187 thead tr{border-bottom:1px solid #d1d5db}._table_1m0l2_187 th,._table_1m0l2_187 td{padding:12px 8px;text-align:center;white-space:nowrap}._colType_1m0l2_231{text-align:left;font-weight:500;color:#4b5563}._emphasis_1m0l2_243{font-weight:700;color:#111827}._extraRow_1m0l2_253 td{border-top:1px solid #e5e7eb}._plus_1m0l2_261{color:#3d8361;font-weight:600}._noticeBox_1m0l2_273{background:#fff;border-radius:32px;padding:32px 40px;box-shadow:0 18px 40px #0f172a0a}._noticeTitle_1m0l2_287{margin:0 0 16px;font-size:21px;font-weight:700;color:#111827}._noticeList_1m0l2_301{list-style:none;padding:0;margin:0}._noticeList_1m0l2_301 li{position:relative;padding-left:28px;margin-bottom:8px;font-size:15px;line-height:1.7;color:#4b5563}._noticeList_1m0l2_301 li:last-child{margin-bottom:0}._noticeList_1m0l2_301 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_1m0l2_129{flex-direction:column}._card_1m0l2_129{padding:32px 24px}._headerRow_1m0l2_27{flex-direction:column}._headerRight_1m0l2_111{max-width:none}}@media (max-width: 600px){._pricingSection_1m0l2_1{padding:120px 0}._inner_1m0l2_13{padding:0 16px}._noticeBox_1m0l2_273{padding:24px 20px;border-radius:24px}._title_1m0l2_71{font-size:26px}}._hero_1aveq_5{position:relative;height:100vh;min-height:720px;overflow:hidden;background:#000}._hero_1aveq_5:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}._bg_1aveq_35{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.03)}._bg_1aveq_35:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}._header_1aveq_65{position:absolute;top:0;left:0;right:0;z-index:5;padding:22px 0}._headerInner_1aveq_83{max-width:1200px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}._center_1aveq_107{position:relative;z-index:4;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 24px}._title_1aveq_129{font-weight:700;line-height:1.08;text-align:center;color:#fff;font-size:56px}._emphasisLine_1aveq_145{color:#7de1c3}._line_1aveq_153{display:block;opacity:0;transform:translateY(14px);animation:_fadeUp_1aveq_1 .6s ease forwards}._fade1_1aveq_167{animation-delay:0s}._fade2_1aveq_169{animation-delay:.15s}._fade3_1aveq_171{animation-delay:.35s}._fade4_1aveq_173{animation-delay:.55s}@keyframes _fadeUp_1aveq_1{to{opacity:1;transform:translateY(0)}}._hero_1aveq_5:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}._bottomFade_1aveq_205{position:absolute;left:0;right:0;bottom:0;height:190px;z-index:4;background:linear-gradient(to bottom,#fff0,#ffffff8c 45%,#fff)}._scrollDown_1aveq_235{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_1aveq_235:hover{background:#ffffff24;transform:translate(-50%) translateY(2px)}._chevron_1aveq_291{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_1aveq_1 1.6s ease-in-out infinite}@keyframes _floatDown_1aveq_1{0%,to{transform:rotate(45deg) translate(0);opacity:.95}50%{transform:rotate(45deg) translateY(6px);opacity:.75}}@media (max-width: 560px){._nav_1aveq_341{display:none}._title_1aveq_129{font-size:38px}._bottomFade_1aveq_205{height:160px}._bg_1aveq_35{background-position:37% center}}._section_wxuwy_3{width:100%;padding:140px 0;background:#fff}._inner_wxuwy_15{max-width:1200px;margin:0 auto;padding:0 28px}._kicker_wxuwy_27{display:inline-block;font-size:14px;letter-spacing:.14em;text-transform:uppercase;color:#6b7280;margin-bottom:18px}._title_wxuwy_45{margin:0;font-size:52px;line-height:1.3;font-weight:900;letter-spacing:-.04em;color:#111827}._emphasisGreen_wxuwy_61{color:#2e5746}._desc_wxuwy_67{margin:18px 0 0;font-size:20px;line-height:1.75;color:#374151;font-weight:500}._imageWrap_wxuwy_83{margin-top:56px;width:320px;border-radius:10px;overflow:hidden;box-shadow:0 10px 22px #0f172a1f;background:#fff}._image_wxuwy_83{width:100%;height:auto;display:block}@media (max-width: 900px){._section_wxuwy_3{padding:110px 0}._title_wxuwy_45{font-size:38px}._imageWrap_wxuwy_83{width:280px}}@media (max-width: 520px){._inner_wxuwy_15{padding:0 18px}._title_wxuwy_45{font-size:30px;line-height:1.22}._desc_wxuwy_67{font-size:13px}._imageWrap_wxuwy_83{width:240px;margin-top:44px}}._section_dsnee_1{width:100%;padding:160px 0;position:relative;background:linear-gradient(180deg,#fff,#f7f4ec 12%,#f4ecdf 45%,#f2e1c8);overflow:visible}._section_dsnee_1:after{content:"";position:absolute;left:0;right:0;bottom:-60px;height:120px;pointer-events:none;background:linear-gradient(to bottom,#f2e1c800,#0000001a)}._inner_dsnee_59{max-width:1200px;margin:0 auto;padding:0 28px}._header_dsnee_71{margin-bottom:80px}._kicker_dsnee_79{display:inline-block;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#7c8f86;margin-bottom:18px}._title_dsnee_97{margin:0;font-size:52px;line-height:1.18;font-weight:900;letter-spacing:-.04em;color:#1a2a24}._highlight_dsnee_115{position:relative;display:inline-block;z-index:0;color:#2e5746}._subtitle_dsnee_131{margin-top:22px;font-size:16px;line-height:1.7;color:#374151e6}._kpiGrid_dsnee_147{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}._kpiCard_dsnee_161{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_dsnee_161: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_dsnee_161:hover{transform:translateY(-4px);box-shadow:0 24px 48px #0f172a1f}._kpiTop_dsnee_225,._kpiMain_dsnee_227{position:relative;z-index:1}._kpiTop_dsnee_225{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}._kpiLabel_dsnee_253{font-size:15px;font-weight:800;letter-spacing:-.02em;color:#1f2e27}._icon_dsnee_267{color:#2e5746;filter:drop-shadow(0 10px 16px rgba(46,87,70,.35))}._valueRow_dsnee_277{display:flex;align-items:baseline;gap:6px;margin-top:4px}._valueBig_dsnee_291{font-size:50px;font-weight:900;letter-spacing:-.05em;color:#2e5746;text-shadow:0 14px 26px rgba(46,87,70,.25)}._valueUnit_dsnee_307{font-size:22px;font-weight:900;color:#2e5746e6}._desc_dsnee_319{margin-top:8px;font-size:13px;font-weight:500;color:#111827b3}._chartWrap_dsnee_335{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_dsnee_357,._barChart_dsnee_359{width:78%;max-width:360px;height:auto;color:#2e5746fa}._reference_dsnee_373{margin-top:18px;font-size:16px;color:#4b5563f2;text-align:right}@media (max-width: 900px){._section_dsnee_1{padding:120px 0}._title_dsnee_97{font-size:40px}._subtitle_dsnee_131{font-size:15px}._kpiGrid_dsnee_147{grid-template-columns:repeat(2,minmax(0,1fr))}._reference_dsnee_373{text-align:left}}@media (max-width: 560px){._inner_dsnee_59{padding:0 18px}._title_dsnee_97{font-size:30px}._subtitle_dsnee_131{font-size:13px}._highlight_dsnee_115:after{height:12px;bottom:1px}._kpiGrid_dsnee_147{grid-template-columns:1fr}._valueBig_dsnee_291{font-size:44px}._chartWrap_dsnee_335{height:auto;padding:20px 0;overflow:hidden}._trendLine_dsnee_357,._barChart_dsnee_359{width:100%;max-width:280px;height:auto}._kpiCard_dsnee_161{padding:16px 16px 28px}}._section_izuf7_1{position:relative;aspect-ratio:1440 / 743;overflow:hidden;background:#000}._bg_izuf7_15{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.02);z-index:1}._bg_izuf7_15: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_izuf7_69{position:absolute;left:0;right:0;bottom:0;height:190px;z-index:2;background:linear-gradient(to bottom,#0000,#00000059 40%,#000000bf)}._inner_izuf7_99{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_izuf7_133{font-size:14px;letter-spacing:.16em;text-transform:uppercase;color:#ffffffb8}._title_izuf7_147{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_izuf7_167{margin:0;font-size:20px;line-height:1.65;color:#ffffffc7}@media (max-width: 900px){._section_izuf7_1{aspect-ratio:auto;min-height:720px}._inner_izuf7_99{padding:280px 20px 90px;gap:16px}._title_izuf7_147{font-size:26px;line-height:1.4}._desc_izuf7_167{font-size:15px;line-height:1.7}._bottomFade_izuf7_69{height:160px}}@media (max-width: 520px){._section_izuf7_1{min-height:680px}._inner_izuf7_99{padding:280px 18px 70px;gap:14px}._kicker_izuf7_133{font-size:11px;letter-spacing:.18em}._title_izuf7_147{font-size:20px;line-height:1.45}._desc_izuf7_167{font-size:12px;line-height:1.7}._bottomFade_izuf7_69{height:140px}}._section_qlaq1_1{width:100%;padding:140px 0;background:#fff}._inner_qlaq1_13{max-width:1200px;margin:0 auto;padding:0 28px}._logo_qlaq1_25{width:180px;height:auto;display:block;margin-bottom:26px}._title_qlaq1_39{margin:0 0 40px;font-size:35px;font-weight:800;color:#111827;letter-spacing:-.02em}._timeline_qlaq1_53{position:relative;--rail-x: 14px;--year-col: 170px;padding-left:calc(var(--rail-x) + 30px)}._line_qlaq1_67{position:absolute;left:var(--rail-x);top:15px;bottom:8px;width:2px;background:#c6dfc8;transform:translate(-50%)}._groups_qlaq1_89{display:flex;flex-direction:column;gap:56px}._group_qlaq1_89{position:relative;display:grid;grid-template-columns:var(--year-col) 1fr;column-gap:34px;align-items:start}._dot_qlaq1_117{position:absolute;left:calc(var(--rail-x) - 44px);top:10px;width:10px;height:10px;border-radius:999px;background:#2f6b4f;transform:translate(-50%)}._year_qlaq1_139{grid-column:1 / 2;font-size:20px;font-weight:800;color:#111827;padding-top:1px}._items_qlaq1_155{grid-column:2 / 3;display:flex;flex-direction:column;gap:20px}._item_qlaq1_155{display:grid;grid-template-columns:72px 1fr;column-gap:50px;align-items:start}._month_qlaq1_185{font-size:18px;font-weight:500;color:#111827}._text_qlaq1_197{font-size:18px;line-height:1;color:#111827;font-weight:500}@media (max-width: 520px){._inner_qlaq1_13{padding:0 18px}._logo_qlaq1_25{width:140px}._dot_qlaq1_117{top:5px;width:8px;height:8px}._group_qlaq1_89{grid-template-columns:35px 1fr}._item_qlaq1_155{grid-template-columns:28px 1fr;column-gap:14px}._year_qlaq1_139{font-size:15px}._month_qlaq1_185{font-size:12px}._text_qlaq1_197{font-size:11px}}._section_1r06d_1{padding:100px 70px}._cardsContainer_1r06d_9{display:flex;width:100%;justify-content:space-between}._cardContainer_1r06d_21{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_1r06d_39{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_1r06d_55{padding:2rem 2rem 0;margin-bottom:15px}._greenBoldText_1r06d_65{width:100%;color:var(--textGreen1);display:flex;justify-content:space-between;align-items:center;font-size:2rem;font-weight:700;margin-bottom:8px}._detailText_1r06d_87{font-family:Pretendard-Regular;font-size:1.25rem;color:var(--bgGray1);line-height:1.4;margin-top:1.25rem}._imgContainer_1r06d_103{width:100%;display:flex;justify-content:flex-end}._img1_1r06d_115{width:80%;border-radius:5px}._img2_1r06d_125{width:60%;border-radius:5px;margin-top:-40px}@media (max-width: 900px){._section_1r06d_1{padding:100px 2rem}._cardsContainer_1r06d_9{flex-direction:column}._cardContainer_1r06d_21{width:100%;margin-bottom:20px}._greenBoldText_1r06d_65{font-size:1.5rem}._detailText_1r06d_87{font-size:1rem}}._container_2xgdn_1{position:relative;height:600px}._background_2xgdn_11{position:absolute;left:0;top:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.4}._heroContent_2xgdn_35{position:absolute;bottom:10rem;left:50%;transform:translate(-50%)}._heroTitle_2xgdn_49{font-size:2.5rem;color:#222;text-align:center;font-weight:700;line-height:1.4;max-width:27rem;word-break:keep-all}._heroSubTitle_2xgdn_69{font-size:1.25rem;color:#222;text-align:center;margin-top:.5rem;font-weight:450;letter-spacing:-.015em}._heroActions_2xgdn_89{margin-top:2.5rem;display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}._heroBtn_2xgdn_107{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_2xgdn_163{background:var(--bgGreen1);color:#fff;box-shadow:0 10px 24px #00000024,0 2px 6px #00000014}._heroBtnPrimary_2xgdn_163:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0000002e,0 4px 10px #0000001f;background:#3a6e55}._heroBtnPrimary_2xgdn_163:active{transform:translateY(0);box-shadow:0 6px 16px #00000029}._heroBtnSecondary_2xgdn_211{background:#fff;color:#222;border:1px solid rgba(0,0,0,.12);box-shadow:0 8px 18px #0000000f}._heroBtnSecondary_2xgdn_211:hover{transform:translateY(-2px);border-color:#477963b3;box-shadow:0 12px 26px #0000001a;background:#4779630a}._heroBtnSecondary_2xgdn_211:active{transform:translateY(0);box-shadow:0 4px 12px #0000001a}._heroBtnIcon_2xgdn_259{display:inline-flex;margin-right:.4rem;transform:translateY(1px)}._heroBtn_2xgdn_107:focus-visible{outline:3px solid rgba(71,121,99,.65);outline-offset:3px}@media (max-width: 768px){._heroActions_2xgdn_89{flex-direction:column;align-items:center;gap:.6rem}._heroBtn_2xgdn_107{width:100%;max-width:320px;height:3rem;font-size:.95rem;padding:.75rem 1.4rem}}@media (max-width: 900px){._heroTitle_2xgdn_49{font-size:1.75rem;max-width:80vw;width:80vw;margin:0 auto}._heroSubTitle_2xgdn_69{font-size:1rem}}._fadeSection_y9fje_1{opacity:0;transform:translateY(12px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}._visible_y9fje_19{opacity:1;transform:translateY(0)}@keyframes _shimmer_y9fje_1{0%{background-position:100% 0}to{background-position:-100% 0}}._bestSkeleton_y9fje_47,._reviewSkeleton_y9fje_49{background:linear-gradient(90deg,#f2f2f2 25%,#eaeaea 37%,#f2f2f2 63%);background-size:400% 100%;animation:_shimmer_y9fje_1 1.4s infinite;border-radius:16px}._bestSkeleton_y9fje_47{height:160px}._reviewSkeleton_y9fje_49{height:140px}._reviews_y9fje_79{padding:4px 16px;max-width:980px;margin:0 auto 3rem}._bestSection_y9fje_97{margin-top:6px;padding:2rem;border-radius:18px;background-color:#477963;border:1px solid rgba(71,121,99,.12)}._bestHeader_y9fje_113{margin-bottom:14px}._bestTitle_y9fje_121{display:flex;align-items:center;gap:10px;font-family:EliceDigitalBaeum-Bd;color:#fff}._bestTitle_y9fje_121>span:last-child{font-family:var(--font-paperozi);font-weight:700;font-size:24px}._bestBadge_y9fje_151{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_y9fje_185{margin-top:6px;font-size:18px;line-height:1.5;color:#fff}._bestLoading_y9fje_199{padding:12px 0;display:flex;justify-content:center}._bestEmpty_y9fje_211{padding:1rem 0;color:#fffc}._bestGrid_y9fje_223{display:grid;gap:10px;grid-template-columns:repeat(1,minmax(0,1fr))}._bestCard_y9fje_237{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_y9fje_237:hover{transform:translateY(-2px);box-shadow:0 16px 40px #00000012}._bestCardTop_y9fje_281{display:flex;align-items:center;justify-content:space-between;gap:10px}._bestDate_y9fje_295{font-size:12px;color:#1f2a248c}._bestRating_y9fje_307{width:90px;height:18px;position:relative;opacity:.95}._bestRating_y9fje_307:before{content:"★★★★★";font-size:16px;letter-spacing:1px;color:gold}._bestContent_y9fje_337{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_y9fje_365{margin-top:2px}._bestPraise_y9fje_373{font-size:13px;color:#1f2a24cc}._bestHelperName_y9fje_383{margin-right:4px;color:#477963}@keyframes _fadeUp_y9fje_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._emptyList_y9fje_415{display:flex;justify-content:center;padding:2rem 1rem 3rem;color:var(--textGray3)}._reviewList_y9fje_429{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding:1rem 0}._reviewCard_y9fje_443{animation:_fadeUp_y9fje_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_y9fje_463{display:flex;align-items:flex-start;gap:16px;padding:18px 20px}._reviewBody_y9fje_477{flex:1;min-width:0;display:grid;gap:8px}._rating_y9fje_495{position:relative;width:max-content;margin-top:2px;font-size:14px;line-height:1;letter-spacing:2px}._rating_y9fje_495:before{content:"★★★★★";color:#1111112e;font-weight:900}._rating_y9fje_495:after{content:"★★★★★";position:absolute;left:0;top:0;color:#2e8b57;font-weight:900}._content_y9fje_549{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_y9fje_579{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:800;color:#111111b8;white-space:nowrap}._helperName_y9fje_601{color:#477963}._date_y9fje_609{margin-top:2px;font-size:13px;color:#1111118c}._loadMore_y9fje_621{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_y9fje_621:hover{transform:translateY(-1px);background:#47796324}@media (max-width: 900px){._reviewList_y9fje_429{grid-template-columns:1fr;gap:14px}}@media (max-width: 480px){._reviews_y9fje_79{padding:0 14px}._bestSection_y9fje_97{padding:14px 12px;border-radius:16px}._bestTitle_y9fje_121{font-size:18px}._bestSub_y9fje_185{font-size:13px}._bestCard_y9fje_237{padding:12px;border-radius:14px}._bestContent_y9fje_337{font-size:15px;line-height:1.55;line-clamp:5}._reviewCard_y9fje_443{border-radius:16px;animation-duration:.25s}._reviewContent_y9fje_463{padding:14px;gap:10px}._content_y9fje_549{font-size:14px;line-height:1.55;line-clamp:3}._praise_y9fje_579{font-size:13px}._date_y9fje_609{font-size:12px}._loadMore_y9fje_621{width:100%;text-align:center;padding:12px 16px}}@media (hover: none){._bestCard_y9fje_237:hover{transform:none;box-shadow:0 10px 30px #0000000a}._loadMore_y9fje_621:hover{transform:none;background:#4779631a}}@media (prefers-reduced-motion: reduce){._reviewCard_y9fje_443,._fadeSection_y9fje_1,._bestSkeleton_y9fje_47,._reviewSkeleton_y9fje_49{animation:none!important;transition:none!important;transform:none!important}}._section_fc8vo_1{padding:50px 70px 120px}@media (max-width: 900px){._section_fc8vo_1{padding:56px 16px 88px}}._tabButton_fc8vo_21{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_fc8vo_21:hover{background-color:#6f2b7f1f;color:#6f2b7f;transform:translateY(-1px)}._tabButton_fc8vo_21:active{transform:translateY(0);box-shadow:inset 0 2px 6px #0000001f}._tabButtonActive_fc8vo_87{background:linear-gradient(135deg,#6f2b7f,#8a3fa0);color:#fff;font-weight:900;box-shadow:0 8px 20px #6f2b7f47,inset 0 -2px #ffffff26}._tabButtonActive_fc8vo_87:hover{color:#fff;transform:translateY(-1px)}@media (max-width: 900px){._tabButton_fc8vo_21{width:48%;font-size:1rem;padding:.7rem 0}}._faqWrap_fc8vo_131{display:flex;flex-direction:column;gap:12px;margin-top:28px}._faqItem_fc8vo_145{border:1px solid rgba(17,17,17,.08);border-radius:14px;background:#fff;overflow:hidden}._faqItemOpen_fc8vo_159{background:#6f2b7f0a;border-color:#6f2b7f24}._faqRow_fc8vo_169{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_fc8vo_169:hover{background:#6f2b7f0f}._faqLeft_fc8vo_203{display:flex;align-items:center;gap:12px;min-width:0}._qBadge_fc8vo_217{font-weight:900;color:#6f2b7f;flex:0 0 auto}._faqTitleText_fc8vo_229{font-size:18px;font-weight:600;color:#111111d1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:color .15s ease}._faqRow_fc8vo_169:hover ._faqTitleText_fc8vo_229{color:#6f2b7f}._faqTitleOpen_fc8vo_257{color:#1119}._faqRight_fc8vo_265{display:flex;align-items:center;gap:10px;flex:0 0 auto}._date_fc8vo_279{font-size:12px;color:#11111173;white-space:nowrap}._chev_fc8vo_291{display:inline-block;font-size:18px;color:#11111173;transition:transform .18s ease}._chevOpen_fc8vo_305{transform:rotate(180deg)}._faqContent_fc8vo_313{padding:14px 18px 18px;border-top:1px solid rgba(17,17,17,.06);font-size:16px;line-height:1.7;color:#111111bf}._faqContent_fc8vo_313 *{margin:0!important;padding:0!important;line-height:1.6!important}._faqEmpty_fc8vo_343{padding:18px;text-align:center;color:#11111173}._pagination_fc8vo_355{--textGreen1: #6f2b7f;--bgGreen3: rgba(111, 43, 127, .08)}._csSection_fc8vo_365{width:100%;padding:60px 20px;display:flex;justify-content:center}._csBox_fc8vo_381{width:100%;max-width:500px;background:#fff;padding:32px 28px;border-radius:20px;box-shadow:0 4px 14px #0000000f;text-align:left}._csTitle_fc8vo_403{font-size:24px;font-weight:700;margin-bottom:24px;color:#2e5748;font-family:EliceDigitalBaeum-Bd}._csLabel_fc8vo_423{font-size:15px;color:#5e6c62;font-family:EliceDigitalBaeum}._csValue_fc8vo_437{font-size:20px;font-weight:600;color:#2e5748;text-decoration:none;transition:opacity .2s ease}._csValue_fc8vo_437:hover{opacity:.7}._csNotice_fc8vo_463{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_fc8vo_491{font-size:14px;color:#6c7a72}@media (max-width: 900px){._faqWrap_fc8vo_131{margin-top:20px;gap:10px}._faqRow_fc8vo_169{padding:14px}._faqTitleText_fc8vo_229{font-size:15px}._date_fc8vo_279{display:none}._faqContent_fc8vo_313{padding:12px 14px 16px;font-size:14px}}._contactSection_fc8vo_551{padding:100px 0}._contactContainer_fc8vo_551{display:flex;justify-content:space-between}._contactInfo_fc8vo_551{display:flex;flex-direction:column;justify-content:space-between}._contactTitle_fc8vo_551{font-size:1.875rem;text-align:left}._contactSubtitle_fc8vo_551{color:#666;margin-top:2.5rem}._contactGreeting_fc8vo_551{font-weight:700;color:#6f2b7f;line-height:1.6;margin-top:.5rem}._contactDetails_fc8vo_551{display:flex}._contactEmail_fc8vo_551,._contactPhone_fc8vo_551{color:#aaa;margin-top:.75rem}._contactForm_fc8vo_551{max-width:500px}._contactFormBase_fc8vo_551{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding-top:1.25rem}._contactSection_fc8vo_551{padding:70px 16px 64px}._contactContainerWrap_fc8vo_551{max-width:1200px;margin:0 auto}._contactContainer_fc8vo_551{display:grid;grid-template-columns:1fr 1.1fr;gap:32px;align-items:start}._contactInfo_fc8vo_551{display:flex;flex-direction:column;justify-content:space-between;padding:1px 6px}._contactTitle_fc8vo_551{font-size:24px;font-weight:900;letter-spacing:-.6px}._contactSubtitle_fc8vo_551{margin-top:14px;font-size:20px;color:#1111118c}._contactGreeting_fc8vo_551{margin-top:14px;font-size:18px;line-height:1.7;font-weight:800;color:#111111d1}._contactHint_fc8vo_551{margin-top:40px;font-size:17px;line-height:1.6;color:#111111a6}._contactHintSub_fc8vo_551{color:#6f2b7fe6;font-weight:800}._contactDetails_fc8vo_551{display:flex;gap:28px;margin-top:10px}._contactDetailItem_fc8vo_551{display:flex;flex-direction:column;gap:10px}._contactDetailLabel_fc8vo_551{font-size:14px;font-weight:900;color:#111111b3}._contactDetailValue_fc8vo_551{font-size:17px;color:#1111118c}._contactForm_fc8vo_551{background:#fff;border:1px solid rgba(17,17,17,.08);border-radius:16px;box-shadow:0 14px 34px #1111110f;padding:22px}._formGrid_fc8vo_551{display:grid;grid-template-columns:1fr 1fr;gap:14px}._field_fc8vo_551{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}._label_fc8vo_551{font-size:15px;font-weight:900;color:#111111c7;padding-left:2px}._input_fc8vo_551,._textarea_fc8vo_551{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_fc8vo_551:focus,._textarea_fc8vo_551:focus{border-color:#6f2b7f8c;box-shadow:0 0 0 4px #6f2b7f1f;background:#fff}._textarea_fc8vo_551{resize:none;min-height:180px;line-height:1.7}._helperText_fc8vo_551{margin-top:6px;font-size:15px;color:#11111173}._submitBtn_fc8vo_557{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_fc8vo_557:hover{transform:translateY(-1px)}._submitBtn_fc8vo_557:disabled{opacity:.45;cursor:not-allowed;transform:none}._submitIcon_fc8vo_619{font-size:18px;margin-top:8px}@media (max-width: 900px){._contactSection_fc8vo_551{padding:24px 0 12px}._contactContainer_fc8vo_551{grid-template-columns:1fr;gap:18px}._contactInfo_fc8vo_551{padding:0;gap:1px}._contactTitle_fc8vo_551{font-size:22px}._contactGreeting_fc8vo_551{font-size:16px}._contactDetails_fc8vo_551{gap:14px;margin-top:8px}._contactForm_fc8vo_551{padding:16px}._formGrid_fc8vo_551{grid-template-columns:1fr}._input_fc8vo_551,._textarea_fc8vo_551{font-size:14px;padding:12px}._textarea_fc8vo_551{min-height:150px}._submitBtn_fc8vo_557{font-size:15px;padding:14px}}._paginationContainer_1stqj_1{margin:2rem 0;width:100%;display:flex;justify-content:center;color:var(--textGray1)}._paginationContainer_1stqj_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_1stqj_49{transition:opacity .2s ease;line-height:1;font-size:15px}._controls_1stqj_49:disabled{opacity:.3;cursor:default}._numbers_1stqj_71{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_1stqj_71:hover{background-color:var(--bgGreen3, #f5f5f5)}._active_1stqj_101{color:var(--textGreen1);font-weight:600;background-color:var(--bgGreen3)!important}._smallFont_1stqj_115{font-size:14px!important}@media (max-width: 768px){._paginationContainer_1stqj_1{gap:.3rem;margin:1rem 0}._paginationContainer_1stqj_1 button{width:28px;height:28px}._controls_1stqj_49{font-size:13px}._numbers_1stqj_71{font-size:14px}._smallFont_1stqj_115{font-size:13px!important}}._divCont_1uihx_1{width:100%;min-height:100vh;display:flex;flex-direction:column}._middleCont_1uihx_19{text-align:center;display:flex;flex-direction:column;margin:0 auto;padding:0 50px}._magazineWrap_1uihx_35{display:flex;flex-wrap:wrap;justify-content:center;max-width:calc(100vw - 100px)}a{text-decoration:none;color:#000}._postCard_1uihx_61 img{width:100%;height:auto;object-fit:cover}._postCard_1uihx_61 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_1uihx_61 p{text-align:left;color:#777;font-size:14px;padding:0 .5rem}._section_1uihx_117{padding:100px 70px}._postCard_wrap_1uihx_125{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1.25rem}._articleContent_1uihx_135 img{max-width:85%;height:auto;display:block;margin:0 auto}._articleContainer_1uihx_147{width:100%;max-width:800px;margin:0 auto;text-align:center}._articleTitle_1uihx_161{font-size:28px;font-weight:700;text-align:center;margin:32px 0 8px}._articleDate_1uihx_175{font-size:14px;color:#555;margin-bottom:16px}._articleDivider_1uihx_185{border:none;border-top:1px solid #ccc;margin:30px 0}._articleContent_1uihx_135{max-width:700px;width:100%;font-size:16px;line-height:1;margin:0 auto}._pagination_1uihx_211{display:flex;justify-content:center;gap:12px;margin-top:24px}._pageButton_1uihx_225{background:none;border:none;font-size:16px;color:#999;cursor:pointer;transition:all .2s ease;font-weight:400}._pageButton_1uihx_225:hover{color:#555}._active_1uihx_253{font-size:20px;color:#222;font-weight:700}@media (max-width: 1200px){._section_1uihx_117{padding:80px 50px}._postCard_wrap_1uihx_125{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 900px){._section_1uihx_117{padding:60px 2rem}._postCard_wrap_1uihx_125{grid-template-columns:1fr 1fr}}@media (max-width: 480px){._section_1uihx_117{padding:60px 2rem}._postCard_wrap_1uihx_125{grid-template-columns:1fr}}._middleContainer_1ecn0_1{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:20px}._noticeContainer_1ecn0_15{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:transform .2s;margin-bottom:16px}._noticeContainer_1ecn0_15:hover{transform:translateY(-5px)}._noticeContent_1ecn0_43{display:flex;flex-direction:column;align-items:flex-start;padding:16px}._thumbnail_1ecn0_57{width:93%;height:300px;object-fit:contain;display:block;border-radius:8px;margin:0 auto}._title_1ecn0_75{font-size:16px;font-weight:700;line-height:1.4;min-height:48px;color:#333}._date_1ecn0_91{margin-top:8px;font-size:14px;color:var(--bgGray1)}@media screen and (max-width: 768px){._middleContainer_1ecn0_1{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:5px;padding:1px}._noticeContainer_1ecn0_15{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_1ecn0_43{flex:1;margin-right:12px}._title_1ecn0_75{font-size:15px;font-weight:500;margin-bottom:8px;color:#333}._date_1ecn0_91{font-size:12px;color:var(--bgGray1)}._thumbnail_1ecn0_57{width:100px;height:100px;object-fit:cover;border-radius:8px}}._page_gyaoz_2{height:100%;min-height:0;display:flex;flex-direction:column;background-color:#fff}._divCont_gyaoz_10{width:100%;background-color:#fff;flex-shrink:0}._header_gyaoz_16{width:100%;border-bottom:1px solid var(--bgGray3);background-color:#fff}._scrollCont_gyaoz_25{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;box-sizing:border-box;padding:24px 8px calc(env(safe-area-inset-bottom) + 16px)}._scrollCont_gyaoz_25::-webkit-scrollbar{display:none}._contentInner_gyaoz_39{max-width:700px;margin:0 auto;width:100%}._priceOptions_gyaoz_46,._priceOptionsM_gyaoz_47{border-radius:1.25rem;margin-top:1rem;padding:1.25rem 0 1.25rem 2rem;display:flex;gap:3rem}._greenBgTable_gyaoz_64{color:#333!important}._priceOptionsM_gyaoz_47{display:none}._priceTable_gyaoz_80{width:90%;table-layout:fixed;border-collapse:collapse}._priceTable_gyaoz_80 th,._priceTable_gyaoz_80 td{white-space:nowrap;padding:0rem .75rem;text-align:center;vertical-align:middle;border-bottom:1px solid #eee;font-size:clamp(12px,1.5vw,15px);padding:.5rem .3rem;min-width:80px;width:25%;text-overflow:ellipsis}._priceTable_gyaoz_80 th{font-weight:700}._priceTable_gyaoz_80 tbody tr:last-child td{border-bottom:none}._noticeBox_gyaoz_136{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.2rem;font-size:.98rem;color:#333;line-height:1.6}._noticeBox_gyaoz_136 ul{list-style-type:disc;padding-left:1.2rem;margin:0}._noticeBox_gyaoz_136 li{margin-bottom:.5rem}._noticeBox_gyaoz_136 strong{font-weight:600;color:#1b7c63}.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}
