@ndgmnt/client--nudgemoment 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
package/dist/style.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* @license
|
3
|
-
* NudgeMoment v0.0.
|
3
|
+
* NudgeMoment v0.0.3
|
4
4
|
* Copyright (c) 2025 NudgeMoment. All Rights Reserved.
|
5
5
|
*
|
6
6
|
* This source code is licensed under a proprietary license (All Rights Reserved).
|
@@ -8,4 +8,4 @@
|
|
8
8
|
* via any medium, is strictly prohibited without express written permission.
|
9
9
|
* Legal action will be taken against unauthorized use.
|
10
10
|
*/
|
11
|
-
.NDGMNT__mobile-top-nav__dimmed{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);opacity:0;transition:opacity .3s ease;z-index:1000;display:none}.NDGMNT__mobile-top-nav__dimmed.visible{display:block}.NDGMNT__mobile-top-nav__dimmed.active{opacity:1}.NDGMNT__mobile-top-nav__container{position:fixed;top:0;left:50%;transform:translateX(-50%) translateY(-100%);width:100%;height:auto;max-height:80vh;background:#fff;border-radius:0 0 16px 16px;padding:20px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease;z-index:1001;overflow-y:auto}.NDGMNT__mobile-top-nav__container.open{transform:translateX(-50%) translateY(0)}.NDGMNT__mobile-top-nav__list{list-style:none;padding:0;margin:0}header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom:1px solid rgba(0,27,55,.1)}#doz_header_wrap{position:sticky;top:0;width:100%}.NDGMNT__header__scroll-progress{position:absolute;bottom:0;left:0;right:0;height:3px;transform-origin:left;background:linear-gradient(to right,#fff1e6,#fd9a36,#ffbd6f);border-top-right-radius:6px;border-bottom-right-radius:6px;z-index:1000;opacity:0;transition:opacity .5s ease-in-out}.NDGMNT__header__scroll-progress.visible{opacity:1}.NDGMNT__FloatingFixedButton__floating-button-container{position:relative;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(15px);transition-duration:.8s;transition-timing-function:ease-out}.NDGMNT__FloatingFixedButton__floating-button-container.visible{opacity:100;transform:translateY(0)}.NDGMNT__FloatingFixedButton__floating-menu{position:absolute;bottom:56px;display:flex;flex-direction:column;align-items:center;gap:8px;list-style:none;padding:0;margin:0;opacity:0;pointer-events:none;transition:opacity .3s ease}.NDGMNT__FloatingFixedButton__floating-menu[data-visible=true]{opacity:1;pointer-events:all}.NDGMNT__FloatingFixedButton__floating-menu li{opacity:0;transform:translateY(5px)}.NDGMNT__FloatingFixedButton__floating-menu li button{width:44px;height:44px;border:1px solid;border-radius:50%;background:0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;transition:all .3s ease}.NDGMNT__FloatingFixedButton__floating-menu li button:hover{opacity:.8}.NDGMNT__FloatingFixedButton__floating-menu li button svg{width:20px;height:20px;transition-duration:150ms;transition-timing-function:ease-out}.NDGMNT__FloatingFixedButton__floating-menu li button:hover svg{transform:scale(1.1)}.NDGMNT__FloatingFixedButton__trigger-button{transition:all .3s ease;background-color:#000;box-shadow:rgba(0,0,0,.24) 0 3px 8px;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;width:44px;height:44px}.NDGMNT__FloatingFixedButton__trigger-button:hover{background-color:rgba(0,0,0,.8)}.NDGMNT__FloatingFixedButton__trigger-button svg{width:24px;height:24px;color:#fff}.NDGMNT__target-section__container{height:500px;padding:16px 0;display:flex;flex-direction:column;gap:20px;word-break:keep-all;width:80%;margin:0 auto}.NDGMNT__target-section__card{display:flex;height:100px;padding:0 77px 0 21px;align-items:center;align-self:stretch;border-radius:8px;margin:0 8px;box-shadow:rgba(149,157,165,.2) 0 8px 24px}.NDGMNT__target-section__text{font-size:18px;font-weight:700;margin-left:12px}.NDGMNT__target-section__span{font-size:16px}.NDGMNT__stat-section__container{display:flex;width:100%;background-color:rgba(20,132,255,.1);padding:72px 0}.NDGMNT__stat-section__column{flex:1 1 0%}.NDGMNT__stat-section__title{text-align:center;font-weight:700;font-size:18px;margin-bottom:24px}.NDGMNT__stat-section__stat-wrapper{text-align:center}.NDGMNT__stat-section__stat{font-size:48px}.NDGMNT__review-section__carousel{--slide-height:304px;--slide-spacing:16px;--slide-size:33%}.NDGMNT__review-section__viewport{overflow:hidden}.NDGMNT__review-section__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1);padding:16px 0}.NDGMNT__review-section__slide{transform:translate3d(0,0,0);flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing);min-width:400px}.NDGMNT__review-section__controls{display:grid;grid-template-columns:auto 1fr;justify-content:space-between;gap:19.2px;margin-top:28.8px}.NDGMNT__review-section__buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:9.6px;align-items:center}.NDGMNT__review-section__button{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),0.5);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;box-shadow:inset 0 0 0 3.2px var(--detail-medium-contrast);width:57.6px;height:57.6px;z-index:1;border-radius:50%;color:var(--text-body);display:flex;align-items:center;justify-content:center}.NDGMNT__review-section__button:disabled{color:var(--detail-high-contrast)}.NDGMNT__review-section__button-svg{width:35%;height:35%}.NDGMNT__review-section__card-box{height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.NDGMNT__review-section__card-content{display:flex;height:100%;flex-direction:column;border-radius:12px;border-width:1px;background-color:#f9f9f9;padding-left:16px;padding-right:16px;padding-top:24px;padding-bottom:24px}.NDGMNT__review-section__card-title{margin-bottom:24px;font-size:18px;line-height:28px;font-weight:700}.NDGMNT__review-section__card-desc{margin-right:16px}.NDGMNT__review-section__button--next path,.NDGMNT__review-section__button--prev path{stroke:var(--main)}.NDGMNT__review-section__buttons button{display:inline-flex;border:1px red}.NDGMNT__mobile-stat-section__container{background-color:rgba(20,132,255,.1);display:flex;flex-direction:column;gap:10vh}.NDGMNT__mobile-stat-section__item{flex:1 1 0%}.NDGMNT__mobile-stat-section__title{text-align:center;font-weight:700}.NDGMNT__mobile-stat-section__value{text-align:center}.NDGMNT__mobile-map-section__address-box{display:flex;height:100px;width:90%;max-width:500px;align-items:center;justify-content:center;border-radius:12px;background-color:#f5f5f5}.NDGMNT__mobile-map-section__address-text{word-break:keep-all}.NDGMNT__mobile-map-section__copy-button{z-index:2;border-radius:6px;border-width:1px;background-color:#fff;-webkit-backdrop-filter:1 1 1 1 1 1 1 1 1;backdrop-filter:1 1 1 1 1 1 1 1 1;display:inline-flex;width:30px;height:30px;justify-content:center;align-items:center;padding:0}.NDGMNT__mobile-map-section__button-box{display:flex;justify-content:center;gap:16px}.NDGMNT__mobile-map-section__map-button{display:inline-flex;height:40px;min-width:100px;align-items:center;justify-content:center;border-radius:6px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.NDGMNT__mobile-map-section__map-button--naver{background-color:#38b945}.NDGMNT__mobile-map-section__map-button--kakao{background-color:#fae100}.NDGMNT__mobile-intro-section__image-container{position:relative;z-index:10;pointer-events:none;overflow:hidden;max-width:500px;border-radius:20px;margin:0 auto}.NDGMNT__mobile-intro-section__image{width:287px;margin:0 auto}.NDGMNT__mobile-intro-section__content-box{margin-left:auto;margin-right:auto;width:80%;border-radius:12px;border-width:1px;background-color:#f5f5f5;max-width:500px}.NDGMNT__mobile-intro-section__career-title{font-weight:700}.NDGMNT__mobile-intro-section__career-list{word-break:keep-all;padding-left:8px}.NDGMNT__mobile-intro-section__career-item{list-style-position:inside;list-style-type:disc}.NDGMNT__mobile-gradual-section__container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.NDGMNT__mobile-gradual-section__step{display:flex;flex-direction:column;gap:22px}.NDGMNT__mobile-gradual-section__circle{display:inline-flex;height:170px;width:170px;align-items:center;justify-content:center;border-radius:9999px;background-color:#1484ff}.NDGMNT__mobile-gradual-section__circle-img{pointer-events:none}.NDGMNT__mobile-gradual-section__arrow-box{display:inline-flex;width:170px;align-items:center;justify-content:center}.NDGMNT__mobile-gradual-section__arrow-img{-o-object-fit:contain;object-fit:contain;transform:rotate(90deg)}.NDGMNT__mobile-first-feature-section__container{width:90%;margin:0 auto}.NDGMNT__mobile-first-feature-section__content{display:flex;flex-direction:column}.NDGMNT__mobile-first-feature-section__image-wrapper{display:flex;flex:1 1 0%;align-items:center;justify-content:center}.NDGMNT__mobile-first-feature-section__image{pointer-events:none;border-radius:20px;margin:0 auto;width:450px;-o-object-fit:cover;object-fit:cover}.NDGMNT__mobile-first-feature-section__text-wrapper{display:flex;flex:1 1 0%;flex-direction:column;justify-content:center;text-align:right}.NDGMNT__mobile-first-feature-section__separator{height:1px;border-width:0;width:100%;background-color:#e5e7eb}.NDGMNT__mobile-faq-section__container{width:90%;max-width:700px;margin:0 auto}.NDGMNT__mobile-faq-section__details{margin-top:calc(16px * calc(1 - 1));margin-bottom:calc(16px * 1)}.NDGMNT__mobile-faq-section__summary{display:flex;cursor:pointer;align-items:center;justify-content:space-between;gap:6px;border-radius:8px;background-color:#f9fafb;color:#111827}.NDGMNT__mobile-faq-section__question{margin:0}.NDGMNT__mobile-faq-section__answer{line-height:1.625;color:#374151}details.NDGMNT__mobile-faq-section__details[open] svg.NDGMNT__mobile-faq-section__toggle-svg{transform:rotate(180deg)}details summary::-webkit-details-marker{display:none}.NDGMNT__mobile-cta-section__container{margin:20px 16px}.NDGMNT__mobile-cta-section__title-highlight{color:#1484ff}.NDGMNT__mobile-cta-section__button{border-radius:6px;color:#fff;transition:background-color .3s ease-out;background-color:var(--main,#1484ff)}.NDGMNT__map-section__address-box{display:flex;height:100px;width:80%;max-width:500px;align-items:center;justify-content:center;border-radius:12px;background-color:#f5f5f5;padding:16px 12px}.NDGMNT__map-section__address-text{word-break:keep-all}.NDGMNT__map-section__copy-button{z-index:2;border-radius:6px;border-width:1px;background-color:#fff;-webkit-backdrop-filter:1 1 1 1 1 1 1 1 1;backdrop-filter:1 1 1 1 1 1 1 1 1;display:inline-flex;width:30px;height:30px;justify-content:center;align-items:center;padding:0}.NDGMNT__map-section__button-box{display:flex;justify-content:center;gap:16px}.NDGMNT__map-section__map-button{display:inline-flex;height:40px;min-width:100px;align-items:center;justify-content:center;border-radius:6px;padding:8px 16px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.NDGMNT__map-section__map-button--naver{background-color:#38b945}.NDGMNT__map-section__map-button--kakao{background-color:#fae100}.NDGMNT__intro-section__container{margin-left:auto;margin-right:auto;margin-bottom:8px;width:100%;border-radius:12px;border-width:1px;background-color:#f5f5f5;padding-left:24px;padding-right:24px;padding-top:32px;padding-bottom:32px}.NDGMNT__intro-section__title{font-weight:700}.NDGMNT__intro-section__list{word-break:keep-all;padding-left:8px}.NDGMNT__intro-section__list-item{list-style-position:inside;list-style-type:disc}.NDGMNT__gradual-section__container{display:flex;align-items:flex-start;justify-content:center;gap:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.NDGMNT__gradual-section__step{display:flex;flex-direction:column;gap:32px}.NDGMNT__gradual-section__circle{display:inline-flex;height:170px;width:170px;align-items:center;justify-content:center;border-radius:9999px;background-color:#1484ff}.NDGMNT__gradual-section__circle-img{pointer-events:none}.NDGMNT__gradual-section__arrow-box{display:inline-flex;height:170px;align-items:center;justify-content:center}.NDGMNT__gradual-section__arrow-img{-o-object-fit:contain;object-fit:contain}.NDGMNT__first-feature-section__container{margin-left:auto;margin-right:auto;display:flex;width:85%;flex-direction:column;gap:32px}.NDGMNT__first-feature-section__row{display:flex}.NDGMNT__first-feature-section__content{display:flex;flex:1 1 0%;flex-direction:column;justify-content:center}.NDGMNT__first-feature-section__content-right{padding-right:48px}.NDGMNT__first-feature-section__content-left{padding-left:48px;text-align:right}.NDGMNT__first-feature-section__image-wrapper{display:flex;flex:1 1 0%;align-items:center}.NDGMNT__first-feature-section__image-wrapper-right{justify-content:flex-end}.NDGMNT__first-feature-section__image-wrapper-left{justify-content:flex-start}.NDGMNT__first-feature-section__image{pointer-events:none;border-radius:150px 6px 6px;width:450px;-o-object-fit:cover;object-fit:cover}.NDGMNT__first-feature-section__image-right{margin:0 0 0 auto}.NDGMNT__first-feature-section__image-left{margin:0 auto 0 0}.NDGMNT__first-feature-section__separator{margin-top:32px;margin-bottom:32px;height:1px;border-width:0;width:100%;background-color:#e5e7eb}.NDGMNT__faq-section__container{width:60%;max-width:700px;margin:0 auto}.NDGMNT__faq-section__details{margin-top:calc(16px * calc(1 - 1));margin-bottom:calc(16px * 1)}.NDGMNT__faq-section__summary{display:flex;cursor:pointer;align-items:center;justify-content:space-between;gap:6px;border-radius:8px;background-color:#f9fafb;padding:16px;color:#111827}.NDGMNT__faq-section__answer{padding-left:16px;padding-right:16px;line-height:1.625;color:#374151;padding-bottom:20px}details.NDGMNT__faq-section__details[open] svg.NDGMNT__faq-section__toggle-svg{transform:rotate(180deg)}details summary::-webkit-details-marker{display:none}.NDGMNT__cta-section__button{transition:background-color .3s ease-out}
|
11
|
+
li.depth-01{font-weight:700;font-size:18px;text-align:center;margin:18px auto;border-radius:12px;transition:all .3s ease-out;cursor:pointer}li.depth-01:hover{background-color:#f8f9fa}li.depth-01 a{width:100%;display:inline-block;height:100%;padding:12px 0}li.depth-01:last-child{background-color:#fd9a36}li.depth-01:last-child:hover{opacity:.8;background-color:#fd9a36}li.depth-01:last-child a{color:#fff}.NDGMNT__mobile-top-nav__dimmed{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);opacity:0;transition:opacity .3s ease;z-index:1000;display:none}.NDGMNT__mobile-top-nav__dimmed.visible{display:block}.NDGMNT__mobile-top-nav__dimmed.active{opacity:1}.NDGMNT__mobile-top-nav__container{position:fixed;top:0;left:50%;transform:translateX(-50%) translateY(-100%);width:100%;height:auto;max-height:80vh;background:#fff;border-radius:0 0 16px 16px;padding:20px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease;z-index:1001;overflow-y:auto}.NDGMNT__mobile-top-nav__container.open{transform:translateX(-50%) translateY(0)}.NDGMNT__mobile-top-nav__list{list-style:none;padding:0;margin:0}header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom:1px solid rgba(0,27,55,.1)}#doz_header_wrap{position:sticky;top:0;width:100%}.NDGMNT__header__scroll-progress{position:absolute;bottom:0;left:0;right:0;height:3px;transform-origin:left;background:linear-gradient(to right,#fff1e6,#fd9a36,#ffbd6f);border-top-right-radius:6px;border-bottom-right-radius:6px;z-index:1000;opacity:0;transition:opacity .5s ease-in-out}.NDGMNT__header__scroll-progress.visible{opacity:1}.NDGMNT__FloatingFixedButton__floating-button-container{position:relative;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(15px);transition-duration:.8s;transition-timing-function:ease-out}.NDGMNT__FloatingFixedButton__floating-button-container.visible{opacity:100;transform:translateY(0)}.NDGMNT__FloatingFixedButton__floating-menu{position:absolute;bottom:56px;display:flex;flex-direction:column;align-items:center;gap:8px;list-style:none;padding:0;margin:0;opacity:0;pointer-events:none;transition:opacity .3s ease}.NDGMNT__FloatingFixedButton__floating-menu[data-visible=true]{opacity:1;pointer-events:all}.NDGMNT__FloatingFixedButton__floating-menu li{opacity:0;transform:translateY(5px)}.NDGMNT__FloatingFixedButton__floating-menu li button{width:44px;height:44px;border:1px solid;border-radius:50%;background:0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;transition:all .3s ease}.NDGMNT__FloatingFixedButton__floating-menu li button:hover{opacity:.8}.NDGMNT__FloatingFixedButton__floating-menu li button svg{width:20px;height:20px;transition-duration:150ms;transition-timing-function:ease-out}.NDGMNT__FloatingFixedButton__floating-menu li button:hover svg{transform:scale(1.1)}.NDGMNT__FloatingFixedButton__trigger-button{transition:all .3s ease;background-color:#000;box-shadow:rgba(0,0,0,.24) 0 3px 8px;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;width:44px;height:44px}.NDGMNT__FloatingFixedButton__trigger-button:hover{background-color:rgba(0,0,0,.8)}.NDGMNT__FloatingFixedButton__trigger-button svg{width:24px;height:24px;color:#fff}.NDGMNT__target-section__container{height:500px;padding:16px 0;display:flex;flex-direction:column;gap:20px;word-break:keep-all;width:80%;margin:0 auto}.NDGMNT__target-section__card{display:flex;height:100px;padding:0 77px 0 21px;align-items:center;align-self:stretch;border-radius:8px;margin:0 8px;box-shadow:rgba(149,157,165,.2) 0 8px 24px}.NDGMNT__target-section__text{font-size:18px;font-weight:700;margin-left:12px}.NDGMNT__target-section__span{font-size:16px}.NDGMNT__stat-section__container{display:flex;width:100%;background-color:rgba(20,132,255,.1);padding:72px 0}.NDGMNT__stat-section__column{flex:1 1 0%}.NDGMNT__stat-section__title{text-align:center;font-weight:700;font-size:18px;margin-bottom:24px}.NDGMNT__stat-section__stat-wrapper{text-align:center}.NDGMNT__stat-section__stat{font-size:48px}.NDGMNT__review-section__carousel{--slide-height:304px;--slide-spacing:16px;--slide-size:33%}.NDGMNT__review-section__viewport{overflow:hidden}.NDGMNT__review-section__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1);padding:16px 0}.NDGMNT__review-section__slide{transform:translate3d(0,0,0);flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing);min-width:400px}.NDGMNT__review-section__controls{display:grid;grid-template-columns:auto 1fr;justify-content:space-between;gap:19.2px;margin-top:28.8px}.NDGMNT__review-section__buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:9.6px;align-items:center}.NDGMNT__review-section__button{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),0.5);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;box-shadow:inset 0 0 0 3.2px var(--detail-medium-contrast);width:57.6px;height:57.6px;z-index:1;border-radius:50%;color:var(--text-body);display:flex;align-items:center;justify-content:center}.NDGMNT__review-section__button:disabled{color:var(--detail-high-contrast)}.NDGMNT__review-section__button-svg{width:35%;height:35%}.NDGMNT__review-section__card-box{height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.NDGMNT__review-section__card-content{display:flex;height:100%;flex-direction:column;border-radius:12px;border-width:1px;background-color:#f9f9f9;padding-left:16px;padding-right:16px;padding-top:24px;padding-bottom:24px}.NDGMNT__review-section__card-title{margin-bottom:24px;font-size:18px;line-height:28px;font-weight:700}.NDGMNT__review-section__card-desc{margin-right:16px}.NDGMNT__review-section__button--next path,.NDGMNT__review-section__button--prev path{stroke:var(--main)}.NDGMNT__review-section__buttons button{display:inline-flex;border:1px red}.NDGMNT__mobile-stat-section__container{background-color:rgba(20,132,255,.1);display:flex;flex-direction:column;gap:10vh}.NDGMNT__mobile-stat-section__item{flex:1 1 0%}.NDGMNT__mobile-stat-section__title{text-align:center;font-weight:700}.NDGMNT__mobile-stat-section__value{text-align:center}.NDGMNT__mobile-map-section__address-box{display:flex;height:100px;width:90%;max-width:500px;align-items:center;justify-content:center;border-radius:12px;background-color:#f5f5f5}.NDGMNT__mobile-map-section__address-text{word-break:keep-all}.NDGMNT__mobile-map-section__copy-button{z-index:2;border-radius:6px;border-width:1px;background-color:#fff;-webkit-backdrop-filter:1 1 1 1 1 1 1 1 1;backdrop-filter:1 1 1 1 1 1 1 1 1;display:inline-flex;width:30px;height:30px;justify-content:center;align-items:center;padding:0}.NDGMNT__mobile-map-section__button-box{display:flex;justify-content:center;gap:16px}.NDGMNT__mobile-map-section__map-button{display:inline-flex;height:40px;min-width:100px;align-items:center;justify-content:center;border-radius:6px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.NDGMNT__mobile-map-section__map-button--naver{background-color:#38b945}.NDGMNT__mobile-map-section__map-button--kakao{background-color:#fae100}.NDGMNT__mobile-intro-section__image-container{position:relative;z-index:10;pointer-events:none;overflow:hidden;max-width:500px;border-radius:20px;margin:0 auto}.NDGMNT__mobile-intro-section__image{width:287px;margin:0 auto}.NDGMNT__mobile-intro-section__content-box{margin-left:auto;margin-right:auto;width:80%;border-radius:12px;border-width:1px;background-color:#f5f5f5;max-width:500px}.NDGMNT__mobile-intro-section__career-title{font-weight:700}.NDGMNT__mobile-intro-section__career-list{word-break:keep-all;padding-left:8px}.NDGMNT__mobile-intro-section__career-item{list-style-position:inside;list-style-type:disc}.NDGMNT__mobile-gradual-section__container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.NDGMNT__mobile-gradual-section__step{display:flex;flex-direction:column;gap:22px}.NDGMNT__mobile-gradual-section__circle{display:inline-flex;height:170px;width:170px;align-items:center;justify-content:center;border-radius:9999px;background-color:#1484ff}.NDGMNT__mobile-gradual-section__circle-img{pointer-events:none}.NDGMNT__mobile-gradual-section__arrow-box{display:inline-flex;width:170px;align-items:center;justify-content:center}.NDGMNT__mobile-gradual-section__arrow-img{-o-object-fit:contain;object-fit:contain;transform:rotate(90deg)}.NDGMNT__mobile-first-feature-section__container{width:90%;margin:0 auto}.NDGMNT__mobile-first-feature-section__content{display:flex;flex-direction:column}.NDGMNT__mobile-first-feature-section__image-wrapper{display:flex;flex:1 1 0%;align-items:center;justify-content:center}.NDGMNT__mobile-first-feature-section__image{pointer-events:none;border-radius:20px;margin:0 auto;width:450px;-o-object-fit:cover;object-fit:cover}.NDGMNT__mobile-first-feature-section__text-wrapper{display:flex;flex:1 1 0%;flex-direction:column;justify-content:center;text-align:right}.NDGMNT__mobile-first-feature-section__separator{height:1px;border-width:0;width:100%;background-color:#e5e7eb}.NDGMNT__mobile-faq-section__container{width:90%;max-width:700px;margin:0 auto}.NDGMNT__mobile-faq-section__details{margin-top:calc(16px * calc(1 - 1));margin-bottom:calc(16px * 1)}.NDGMNT__mobile-faq-section__summary{display:flex;cursor:pointer;align-items:center;justify-content:space-between;gap:6px;border-radius:8px;background-color:#f9fafb;color:#111827}.NDGMNT__mobile-faq-section__question{margin:0}.NDGMNT__mobile-faq-section__answer{line-height:1.625;color:#374151}details.NDGMNT__mobile-faq-section__details[open] svg.NDGMNT__mobile-faq-section__toggle-svg{transform:rotate(180deg)}details summary::-webkit-details-marker{display:none}.NDGMNT__mobile-cta-section__container{margin:20px 16px}.NDGMNT__mobile-cta-section__title-highlight{color:#1484ff}.NDGMNT__mobile-cta-section__button{border-radius:6px;color:#fff;transition:background-color .3s ease-out;background-color:var(--main,#1484ff)}.NDGMNT__map-section__address-box{display:flex;height:100px;width:80%;max-width:500px;align-items:center;justify-content:center;border-radius:12px;background-color:#f5f5f5;padding:16px 12px}.NDGMNT__map-section__address-text{word-break:keep-all}.NDGMNT__map-section__copy-button{z-index:2;border-radius:6px;border-width:1px;background-color:#fff;-webkit-backdrop-filter:1 1 1 1 1 1 1 1 1;backdrop-filter:1 1 1 1 1 1 1 1 1;display:inline-flex;width:30px;height:30px;justify-content:center;align-items:center;padding:0}.NDGMNT__map-section__button-box{display:flex;justify-content:center;gap:16px}.NDGMNT__map-section__map-button{display:inline-flex;height:40px;min-width:100px;align-items:center;justify-content:center;border-radius:6px;padding:8px 16px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.NDGMNT__map-section__map-button--naver{background-color:#38b945}.NDGMNT__map-section__map-button--kakao{background-color:#fae100}.NDGMNT__intro-section__container{margin-left:auto;margin-right:auto;margin-bottom:8px;width:100%;border-radius:12px;border-width:1px;background-color:#f5f5f5;padding-left:24px;padding-right:24px;padding-top:32px;padding-bottom:32px}.NDGMNT__intro-section__title{font-weight:700}.NDGMNT__intro-section__list{word-break:keep-all;padding-left:8px}.NDGMNT__intro-section__list-item{list-style-position:inside;list-style-type:disc}.NDGMNT__gradual-section__container{display:flex;align-items:flex-start;justify-content:center;gap:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.NDGMNT__gradual-section__step{display:flex;flex-direction:column;gap:32px}.NDGMNT__gradual-section__circle{display:inline-flex;height:170px;width:170px;align-items:center;justify-content:center;border-radius:9999px;background-color:#1484ff}.NDGMNT__gradual-section__circle-img{pointer-events:none}.NDGMNT__gradual-section__arrow-box{display:inline-flex;height:170px;align-items:center;justify-content:center}.NDGMNT__gradual-section__arrow-img{-o-object-fit:contain;object-fit:contain}.NDGMNT__first-feature-section__container{margin-left:auto;margin-right:auto;display:flex;width:85%;flex-direction:column;gap:32px}.NDGMNT__first-feature-section__row{display:flex}.NDGMNT__first-feature-section__content{display:flex;flex:1 1 0%;flex-direction:column;justify-content:center}.NDGMNT__first-feature-section__content-right{padding-right:48px}.NDGMNT__first-feature-section__content-left{padding-left:48px;text-align:right}.NDGMNT__first-feature-section__image-wrapper{display:flex;flex:1 1 0%;align-items:center}.NDGMNT__first-feature-section__image-wrapper-right{justify-content:flex-end}.NDGMNT__first-feature-section__image-wrapper-left{justify-content:flex-start}.NDGMNT__first-feature-section__image{pointer-events:none;border-radius:150px 6px 6px;width:450px;-o-object-fit:cover;object-fit:cover}.NDGMNT__first-feature-section__image-right{margin:0 0 0 auto}.NDGMNT__first-feature-section__image-left{margin:0 auto 0 0}.NDGMNT__first-feature-section__separator{margin-top:32px;margin-bottom:32px;height:1px;border-width:0;width:100%;background-color:#e5e7eb}.NDGMNT__faq-section__container{width:60%;max-width:700px;margin:0 auto}.NDGMNT__faq-section__details{margin-top:calc(16px * calc(1 - 1));margin-bottom:calc(16px * 1)}.NDGMNT__faq-section__summary{display:flex;cursor:pointer;align-items:center;justify-content:space-between;gap:6px;border-radius:8px;background-color:#f9fafb;padding:16px;color:#111827}.NDGMNT__faq-section__answer{padding-left:16px;padding-right:16px;line-height:1.625;color:#374151;padding-bottom:20px}details.NDGMNT__faq-section__details[open] svg.NDGMNT__faq-section__toggle-svg{transform:rotate(180deg)}details summary::-webkit-details-marker{display:none}.NDGMNT__cta-section__button{transition:background-color .3s ease-out}
|