.write_wrapper__cr6zS{width:100%;max-width:600px;margin:0 auto;padding:20px 0;display:flex;flex-direction:column;min-height:calc(100vh - 120px)}.write_formSection__CrAzl{flex:1 1;background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.04)}.write_formGroup__gzedg{margin-bottom:32px}.write_formGroup__gzedg:last-child{margin-bottom:0}.write_label__6ORvd{display:block;font-size:15px;font-weight:600;color:#111;margin-bottom:12px}.write_scoreContainer__0ZPfz{display:flex;gap:8px}.write_starButton__fy0od{background:none;border:none;padding:4px;cursor:pointer;transition:transform .2s}.write_starButton__fy0od:hover{transform:scale(1.1)}.write_starIcon__r2F0k{font-size:32px;color:#e0e0e0;transition:color .2s}.write_starIcon__r2F0k.write_active__ugnO6{color:gold}.write_textarea__VTRPY{width:100%;padding:16px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;min-height:200px;line-height:1.6;outline:none;transition:border-color .2s}.write_textarea__VTRPY:focus{border-color:#333}.write_textarea__VTRPY::placeholder{color:#999}.write_errorText__uD3OV{color:#e74c3c;font-size:12px;margin-top:8px}.write_charCount__HhQPt{text-align:right;font-size:12px;color:#888;margin-top:8px}.write_imageUploadSection__W6Dpv{margin-top:8px}.write_imageGrid__iEJBV{display:flex;flex-wrap:wrap;gap:12px}.write_imageUploadButton__UhSRx{width:80px;height:80px;border:1px dashed #ccc;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.write_imageUploadButton__UhSRx:hover{border-color:#333;background:#f9f9f9}.write_uploadIcon__qt208{font-size:24px;color:#666;margin-bottom:4px}.write_uploadText__KZAHL{font-size:11px;color:#666}.write_fileInput__Xs9yl{display:none}.write_imagePreview__69FUn{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;border:1px solid #eee}.write_imagePreview__69FUn img{width:100%;height:100%;object-fit:cover}.write_removeButton__A2wrl{position:absolute;top:4px;right:4px;width:20px;height:20px;background:rgba(0,0,0,.6);border-radius:50%;border:none;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;padding:0}.write_removeButton__A2wrl:hover{background:rgba(0,0,0,.8)}.write_buttonSection__vQk71{margin-top:24px;display:flex;gap:12px}.write_cancelButton__8ZErx{flex:1 1;padding:16px;background:#f5f5f5;border:1px solid #ddd;border-radius:8px;font-size:15px;font-weight:600;color:#333;cursor:pointer;transition:all .2s}.write_cancelButton__8ZErx:hover{background:#eee}.write_submitButton__DwQHl{flex:2 1;padding:16px;background:#222;border:none;border-radius:8px;font-size:15px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.write_submitButton__DwQHl:hover{background:#444}.write_submitButton__DwQHl:disabled{background:#ccc;cursor:not-allowed}.toastAlert_toast_alert__dVYNQ{max-width:600px;width:90%;padding:15px;background:rgba(0,0,0,.9);border-radius:10px;position:fixed;bottom:70px;left:50%;transform:translateX(-50%);z-index:10000}.toastAlert_toast_alert__dVYNQ.toastAlert_error__8Wjgf{background:rgba(0,0,0,.9)}.toastAlert_toast_cont__ZfY1E{text-align:center;font-size:16px;line-height:1.4;color:#fff;word-break:keep-all}.baseModal_modal_layout___o_uJ{width:100%;height:100dvh;position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:2001;display:flex;justify-content:center;align-items:center}.baseModal_modal_layout___o_uJ .baseModal_modal_background__LO7Ou{width:100%;height:100%;background:rgba(0,0,0,.4);position:absolute;left:0;top:0}.baseModal_modal_layout___o_uJ .baseModal_inner_layout__LV7SZ{width:60%;max-height:90%;overflow-y:auto;background:none;border-radius:10px;position:relative;transition:all .2s;display:flex;justify-content:center}@media screen and (max-width:502px){.baseModal_modal_layout___o_uJ .baseModal_inner_layout__LV7SZ{width:calc(100% - 32px)}}.customModalLayout_modalContainer__HFhv6{background:#fff;border-radius:16px;padding:32px 24px 24px;box-shadow:0 8px 32px rgba(0,0,0,.12);max-width:400px;width:100%;margin:0 auto}.customModalLayout_alertModal__po7mJ{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.customModalLayout_alertModal__po7mJ.customModalLayout_active__h_yUr{display:flex;align-items:center;justify-content:center}.customModalLayout_alertModalOverlay__Z6_op{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.customModalLayout_alertModalContent__ApG_g{position:relative;width:90%;max-width:400px;background:#fff;border-radius:8px;overflow:hidden;z-index:1001}.customModalLayout_alertModalHeader__ZYeYr{display:block;padding:16px 20px;border-bottom:1px solid #e0e0e0}.customModalLayout_alertModalTitleWrapper__mTjBz{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%}.customModalLayout_alertModalTitle__3fYDP{display:block;grid-column:2;justify-self:center;font-size:18px;font-weight:600;color:#000;line-height:26px;margin:0;text-align:center}.customModalLayout_alertModalBody__6N1Sb{display:block;padding:24px}.customModalLayout_scrollableContent__AKqF6{max-height:calc(100vh - 32px);display:flex;flex-direction:column}.customModalLayout_scrollableBody__ul5Ol{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.customModalLayout_scrollableContent__AKqF6:has(.customModalLayout_scrollShadowTop__LizNj) .customModalLayout_alertModalHeader__ZYeYr{position:relative;z-index:1;box-shadow:0 6px 12px rgba(0,0,0,.08)}.customModalLayout_scrollableContent__AKqF6:has(.customModalLayout_scrollShadowBottom__vlpko) .customModalLayout_alertModalFooter__SQg5E{position:relative;z-index:1;box-shadow:0 -6px 12px rgba(0,0,0,.08)}.customModalLayout_alertModalSubtitle__Nj9GU{display:block;font-size:16px;font-weight:600;color:#111;line-height:24px;margin:0 0 8px;text-align:center}.customModalLayout_alertModalMessage__qg3nG{display:block;font-size:14px;font-weight:400;color:#555;line-height:22px;margin:0;text-align:center;white-space:pre-line}.customModalLayout_alertModalMessage__qg3nG p{margin:0}.customModalLayout_leftAlign__dc9Tu{text-align:left}.customModalLayout_alertModalFooter__SQg5E{display:flex;justify-content:center;gap:10px;padding:8px 24px 20px}.customModalLayout_alertModalButton___utna{display:inline-block;min-width:100px;padding:10px 24px;border:none;border-radius:4px;background:#000;color:#fff;font-size:15px;font-weight:500;cursor:pointer;line-height:22px;text-align:center}.customModalLayout_alertModalButton___utna:hover{background:#333}.customModalLayout_alertModalButton___utna.customModalLayout_cancelButton__9M548{background:#fff;color:#333;border:1px solid #ccc}.customModalLayout_alertModalButton___utna.customModalLayout_cancelButton__9M548:hover{background:#f5f5f5}.customModalLayout_cancelButton__9M548{background:#fff;color:#333;border:1px solid #ccc}.customModalLayout_cancelButton__9M548:hover{background:#f5f5f5}.customModalLayout_fadeInLayout__rMbrg{animation:customModalLayout_customModalFadeIn__g6VEw .1s ease-out forwards}.customModalLayout_slideUpInner__0bhRg{animation:customModalLayout_customModalSlideUp__tJPn9 .35s ease-out forwards}.customModalLayout_fadeOutLayout__EkMa4{pointer-events:none;animation:customModalLayout_customModalFadeOut__rAxjM .1s ease-in forwards}.customModalLayout_wideInner__LbdtR{width:80%!important}.customModalLayout_wideInner__LbdtR .customModalLayout_modalContainer__HFhv6{max-width:100%!important}.customModalLayout_bottomSheetLayout__YaaM8{align-items:flex-end!important}.customModalLayout_bottomSheetInner__6ETBj{width:100%;max-width:100%;max-height:100%;overflow-y:auto;display:flex;justify-content:center;align-items:flex-end;box-sizing:border-box}.customModalLayout_bottomSheetInner__6ETBj .customModalLayout_alertModalContent__ApG_g{width:min(100%,502px);max-width:100%;border-radius:20px 20px 0 0;box-shadow:0 -8px 32px rgba(0,0,0,.12)}@media(max-width:480px){.customModalLayout_modalContainer__HFhv6{padding:28px 20px 20px;border-radius:12px}.customModalLayout_bottomSheetInner__6ETBj .customModalLayout_alertModalContent__ApG_g{width:100%;border-radius:16px 16px 0 0}}@keyframes customModalLayout_customModalFadeIn__g6VEw{0%{opacity:0}to{opacity:1}}@keyframes customModalLayout_customModalSlideUp__tJPn9{0%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes customModalLayout_customModalFadeOut__rAxjM{0%{opacity:1}to{opacity:0}}@media(prefers-reduced-motion:reduce){.customModalLayout_fadeInLayout__rMbrg,.customModalLayout_fadeOutLayout__EkMa4,.customModalLayout_slideUpInner__0bhRg{animation:none}}.customModalLayout_closeButton__44bjy{grid-column:3;justify-self:end;position:relative;width:24px;height:24px;border:none;background:rgba(0,0,0,0);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#1a1a1a;flex-shrink:0}.customModalLayout_closeButton__44bjy:hover{opacity:.7}.mainLayout_mainArea__NqzBh{display:block;position:relative;width:100%;max-width:502px;margin:0 0 0 calc(30px + 50vw);border-left:1px solid #d0d0d0;border-right:1px solid #d0d0d0;background-color:#fff;padding-bottom:var(--pwa-safe-area-bottom);min-height:100vh;min-height:100dvh}.mainLayout_topMargin__7sWSi{padding-top:20px}.mainLayout_centerWrap__DphXp{display:block;width:100%;padding:0 var(--contentPaddingLeftRight)}.mainLayout_fixedTopLayout__krXlm{position:sticky;top:0;max-width:502px;width:100%;z-index:1000}.mainLayout_fixedBottomLayout__iYUGG{position:fixed;bottom:0;left:calc(30px + 50vw);max-width:502px;width:100%;padding-bottom:var(--pwa-safe-area-bottom);z-index:1000}.mainLayout_fixedBottomLayout__iYUGG:after{content:"";position:absolute;right:0;bottom:0;left:0;height:var(--pwa-safe-area-bottom);background:#fff;pointer-events:none}@media screen and (max-width:1100px){.mainLayout_mainArea__NqzBh{margin:0 auto}.mainLayout_fixedBottomLayout__iYUGG{left:50%;transform:translateX(-50%)}}@media screen and (max-width:502px){.mainLayout_mainArea__NqzBh{border:none}.mainLayout_fixedBottomLayout__iYUGG{left:0;max-width:none;transform:none}}.mainHeader_header__7Aydf{display:flex;position:relative;width:100%;min-width:280px;height:var(--headerHeight);padding:0 24px;background:#fff;border-bottom:1px solid #d0d0d0;text-align:center;z-index:50}.mainHeader_headerLeft__32el7{position:absolute;top:0;left:24px;display:flex;align-items:center;gap:10px;height:var(--headerHeight);z-index:51}.mainHeader_headerLeftCentered__4NZMP{left:50%;transform:translateX(-50%)}.mainHeader_headerRight__9kvSW{position:absolute;top:0;right:24px;display:flex;align-items:center;gap:10px;height:var(--headerHeight);z-index:51}.mainHeader_buttonHome__Y5XO9{display:block;width:78px;line-height:0;z-index:60}.mainHeader_buttonHomeCentered__WMRZ_,.mainHeader_buttonHomeLarge__snfWq{width:90px}.mainHeader_logo__UbBuV{display:block;width:100%;height:auto}.mainHeader_pageTitle__D5uch{display:block;width:100%;margin:15px auto 0;color:#000;font-size:23px;font-style:normal;font-weight:700;line-height:30px;text-align:center}.mainHeader_buttonSearch__hZZj9{display:block;width:40px;height:40px;border:1px solid #e0e0e0;border-radius:6px;background:url(/images/search.png) 50% no-repeat;background-color:#fff;background-size:18px 18px;transition:all .2s}.mainHeader_buttonSearch__hZZj9:hover{border-color:silver}@media screen and (max-width:502px){.mainHeader_header__7Aydf{min-width:0;padding:0 16px}.mainHeader_headerLeft__32el7{left:16px}.mainHeader_headerLeftCentered__4NZMP{left:50%}.mainHeader_headerRight__9kvSW{right:16px}.mainHeader_pageTitle__D5uch{font-size:20px}}.bottomNavigation_bottomGradient__6gZES{position:absolute;right:0;bottom:0;left:0;height:100px;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.75));z-index:199;pointer-events:none}.bottomNavigation_bottomNav__TgPYC{position:relative;z-index:200;display:flex;align-items:flex-end;justify-content:space-around;margin:0 auto 10px;width:calc(100% - 30px);max-width:472px;height:64px;border-radius:23px;background:hsla(0,0%,100%,.97);border:1px solid silver;box-shadow:0 2px 5px rgba(0,0,0,.1);flex-shrink:0}.bottomNavigation_bottomNav__TgPYC.bottomNavigation_glassNav__bcXS6{background:none;border:0;box-shadow:none;flex-shrink:1}.bottomNavigation_bottomNav__TgPYC.bottomNavigation_glassNav__bcXS6 .bottomNavigation_glass__JjXRl{display:flex}.bottomNavigation_bottomNav__TgPYC.bottomNavigation_glassNav__bcXS6 .bottomNavigation_activeDonutMenuItem___11yH span{font-weight:600}.bottomNavigation_bottomNav__TgPYC .bottomNavigation_glass__JjXRl{display:none;z-index:10;position:absolute;border-radius:23px;overflow:hidden;background:hsla(0,0%,100%,.05);box-shadow:0 4px 8px rgba(0,0,0,.25),inset 0 -10px 25px rgba(0,0,0,.15),inset 0 -1px 4px 1px hsla(0,0%,100%,.74);-webkit-backdrop-filter:blur(.35px) saturate(145%);backdrop-filter:blur(.35px) saturate(145%);min-width:100%;min-height:100%}.bottomNavigation_bottomNav__TgPYC .bottomNavigation_glassPane__R4OVq{border-radius:23px;min-height:100%;min-width:100%;box-shadow:inset 10px 10px 20px rgba(153,192,255,.1),inset 2px 2px 5px rgba(195,218,255,.2),inset -10px -10px 20px rgba(229,253,190,.1),inset -2px -2px 30px rgba(247,255,226,.2)}.bottomNavigation_bottomNav__TgPYC .bottomNavigation_glassPaneContent__4oXY6{border-radius:23px;min-height:100%;min-width:100%}.bottomNavigation_navItem__9rtPP{z-index:20;position:relative;display:flex;flex:1 1;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:3px;color:#222;font-size:12px;font-weight:500;text-decoration:none;transition:color .3s ease}.bottomNavigation_navItem__9rtPP svg{opacity:.9;transition:opacity .3s ease}.bottomNavigation_navItemShell__72nfH{z-index:20;position:relative;display:flex;flex:1 1;height:100%}.bottomNavigation_navItemShellOpen__CM_Ye{z-index:30}.bottomNavigation_activeDonutMenuInteractionArea__JLOBc{position:relative;display:flex;flex:1 1;height:100%}.bottomNavigation_navButton__rMKAH{padding:0;border:0;background:none;cursor:pointer}.bottomNavigation_navButton__rMKAH:focus-visible{outline:2px solid #67a162;outline-offset:4px}.bottomNavigation_activeDonutMenuBackdrop__5hYOp{position:absolute;top:50%;left:50%;z-index:14;width:100000px;height:100000px;transform:translate(-50%,-50%)}.bottomNavigation_activeDonutMenuWrap__9MugT{--active-donut-menu-size:210px;--active-donut-menu-visible-height:148px;z-index:15;position:absolute;top:0;left:50%;width:var(--active-donut-menu-size);height:var(--active-donut-menu-visible-height);overflow:hidden;pointer-events:none;transform:translate(-50%,calc(var(--active-donut-menu-visible-height) * -1))}.bottomNavigation_navItemShellOpen__CM_Ye .bottomNavigation_activeDonutMenuWrap__9MugT{pointer-events:auto}.bottomNavigation_activeDonutMenu__yWyYJ{z-index:50;position:absolute;top:43px;left:50%;width:var(--active-donut-menu-size);height:var(--active-donut-menu-size);transform:translate(-50%) scale(0);opacity:0;pointer-events:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .2s ease}.bottomNavigation_activeDonutMenuOpen__XmGCc{transform:translate(-50%) scale(1);opacity:1;pointer-events:auto}.bottomNavigation_activeDonutMenuRing__G5J_z{position:absolute;inset:0;z-index:0;border:1px solid silver;border-radius:50%;background:hsla(0,0%,100%,.97);overflow:hidden;-webkit-mask:radial-gradient(circle at center,transparent 35px,#000 36px);mask:radial-gradient(circle at center,transparent 35px,#000 36px)}.bottomNavigation_activeDonutMenuRingGlass__l4xfC{display:flex;border:0;background:hsla(0,0%,100%,.05);box-shadow:0 4px 8px rgba(0,0,0,.25),inset 0 -10px 25px rgba(0,0,0,.15),inset 0 -1px 4px 1px hsla(0,0%,100%,.74);-webkit-backdrop-filter:blur(.35px) saturate(145%);backdrop-filter:blur(.35px) saturate(145%)}.bottomNavigation_activeDonutMenuRingGlass__l4xfC .bottomNavigation_glassPane__R4OVq{border-radius:inherit}.bottomNavigation_activeDonutMenuRingGradient__OGXG2{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;height:100%;background:radial-gradient(rgba(255,255,255,.7) 40%,rgba(255,255,255,.68) 60%,rgba(255,255,255,.35) 70%,rgba(255,255,255,.1) 90%,rgba(255,255,255,.05) 100%);pointer-events:none}.bottomNavigation_activeDonutMenuCore__GjFPl{position:absolute;top:50%;left:50%;width:70px;height:70px;transform:translate(-50%,-50%);z-index:0;border-radius:50%;background:rgba(0,0,0,.5)}.bottomNavigation_activeDonutMenuItem___11yH{position:absolute;z-index:1;top:50%;left:50%;display:flex;width:42px;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#333;font-size:10px;font-weight:500;text-align:center;text-decoration:none;white-space:nowrap;opacity:0;transform:translate(-50%,-50%) translate(var(--bottom-nav-donut-menu-item-x),var(--bottom-nav-donut-menu-item-y)) scale(.84);transition:opacity .2s ease,transform .22s ease;transition-delay:calc(var(--bottom-nav-donut-menu-item-index, 0)*.02s);-webkit-tap-highlight-color:rgba(0,0,0,0)}.bottomNavigation_activeDonutMenuOpen__XmGCc .bottomNavigation_activeDonutMenuItem___11yH{opacity:1;transform:translate(-50%,-50%) translate(var(--bottom-nav-donut-menu-item-x),var(--bottom-nav-donut-menu-item-y)) scale(1)}.bottomNavigation_activeDonutMenuItem___11yH:active{transform:translate(-50%,-50%) translate(var(--bottom-nav-donut-menu-item-x),var(--bottom-nav-donut-menu-item-y)) scale(.9)!important}.bottomNavigation_activeDonutMenuItem___11yH img{display:block;width:24px;height:24px}.bottomNavigation_activeDonutMenuItem___11yH span{display:block;line-height:1.2}.bottomNavigation_active__RrI4x{color:#67a162;font-weight:500}.bottomNavigation_active__RrI4x img{opacity:0}.bottomNavigation_active__RrI4x svg{opacity:1}.bottomNavigation_activeBadge__aisNb{position:absolute;top:-30px;left:50%;width:60px;height:60px;transform:translateX(-50%);border:4px solid #fff;border-radius:50%;box-sizing:border-box!important;background:url(/images/logo.webp) 50% no-repeat;background-size:60px 60px;box-shadow:0 2px 5px rgba(46,125,50,.7);transition:all .2s;flex-shrink:0}.bottomNavigation_active__RrI4x:hover .bottomNavigation_activeBadge__aisNb{background:url(/images/logo.webp) 50% no-repeat;background-size:70px 70px;transition:all .2s}@media screen and (max-width:454px){.bottomNavigation_bottomNav__TgPYC{width:calc(100% - 10px);border-radius:20px}.bottomNavigation_activeDonutMenuWrap__9MugT{--active-donut-menu-size:200px;--active-donut-menu-visible-height:143px}}@media screen and (max-width:375px){.bottomNavigation_bottomNav__TgPYC{width:calc(100% - 8px);border-radius:18px}.bottomNavigation_activeDonutMenuWrap__9MugT{--active-donut-menu-size:180px;--active-donut-menu-visible-height:133px}.bottomNavigation_activeDonutMenuItem___11yH{transform:translate(-50%,-50%) translate(calc(var(--bottom-nav-donut-menu-item-x) * .93),calc(var(--bottom-nav-donut-menu-item-y) * .93)) scale(.84)}.bottomNavigation_activeDonutMenuOpen__XmGCc .bottomNavigation_activeDonutMenuItem___11yH{opacity:1;transform:translate(-50%,-50%) translate(calc(var(--bottom-nav-donut-menu-item-x) * .93),calc(var(--bottom-nav-donut-menu-item-y) * .93)) scale(1)}}.userFooter_footer__sAtC2{display:block;margin-top:32px;background:#f6f6f6}.userFooter_footerWithBottomNavigation__eYyp3{border-top:1px solid #f1f1f1!important;padding-bottom:96px}.userFooter_footerWithoutBottomNavigation__RAqRR{margin-bottom:40px}.userFooter_inner__TpPqH{max-width:640px;margin:0 auto;padding:16px 16px 32px;color:#888;font-size:13px;line-height:1.7;text-align:left;word-break:keep-all}.userFooter_policyNav___gmLF{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:10px;margin-top:8px;margin-bottom:24px;color:#888;font-size:11px;font-weight:500;line-height:1.4}.userFooter_policyButton__KU1KT,.userFooter_policyLink__1h4wV{color:inherit;font:inherit;line-height:inherit;white-space:nowrap}.userFooter_policyLink__1h4wV{text-decoration:none}.userFooter_policyButton__KU1KT{padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer}.userFooter_policySeparator__ridOU{color:#b1b1b1;line-height:1}.userFooter_companyInfo__lyk14{display:grid;gap:2px;margin:0;font-size:11px;line-height:1.5;font-style:normal}.userFooter_companyName__0xfBE{font-weight:600;color:#666}.userFooter_legalNotice__mwTM1{margin-top:20px}.userFooter_legalNoticeText__8p_YT{margin:0;font-size:11px;line-height:1.5}.userFooter_legalNoticeText__8p_YT+.userFooter_legalNoticeText__8p_YT{margin-top:2px}.userFooter_copyright__y4lCB{margin:14px 0 0;font-size:11px;line-height:1.5}@keyframes userLeftArea_fadeUpIn__M_G_U{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.userLeftArea_leftArea__idgQi{display:block}.userLeftArea_leftArea__idgQi .userLeftArea_left_logo__zzgKN{animation:userLeftArea_fadeUpIn__M_G_U .5s ease forwards;opacity:0}.userLeftArea_leftArea__idgQi .userLeftArea_left_img__V4Oqs{animation:userLeftArea_fadeUpIn__M_G_U .3s ease forwards;animation-delay:.1s;opacity:0}.userLeftArea_leftArea__idgQi{display:flex;position:fixed;flex-wrap:wrap;justify-content:space-between;gap:100px;width:400px;z-index:5;left:calc(50vw - 440px);top:100px}.userLeftArea_left_logo__zzgKN{width:60px;height:auto;display:block}.userLeftArea_left_img__V4Oqs{width:345px;height:auto;min-height:0;display:block}@media screen and (max-width:1100px){.userLeftArea_leftArea__idgQi{display:none}}.counselorBottomNavigation_bottomGradient__LJDAT{position:absolute;right:0;bottom:0;left:0;height:100px;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.75));z-index:199;pointer-events:none}.counselorBottomNavigation_bottomNav__r15ng{position:relative;z-index:200;display:flex;align-items:flex-end;justify-content:space-around;margin:0 auto 10px;width:auto;max-width:472px;height:64px;background:#fff;border:1px solid silver;border-radius:23px;box-shadow:0 2px 5px rgba(0,0,0,.1);flex-shrink:0}@media screen and (max-width:502px){.counselorBottomNavigation_bottomNav__r15ng{max-width:calc(100% - 20px)}}.counselorBottomNavigation_navItem__kR0B7{position:relative;display:flex;flex:1 1;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:3px;color:#222;font-size:12px;font-weight:500;text-decoration:none;transition:color .3s ease}.counselorBottomNavigation_navItem__kR0B7 svg{opacity:.9;transition:opacity .3s ease}.counselorBottomNavigation_active__M1Xx8{color:#67a162;font-weight:500}.counselorBottomNavigation_active__M1Xx8:after{content:"";position:absolute;top:-30px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border:4px solid #fff;border-radius:50%;box-sizing:border-box!important;background:url(/images/logo.webp) 50% no-repeat;background-size:60px 60px;box-shadow:0 2px 5px rgba(46,125,50,.7);transition:all .2s;flex-shrink:0}.counselorBottomNavigation_active__M1Xx8:hover:after{background:url(/images/logo.webp) 50% no-repeat;background-size:70px 70px;transition:all .2s}.counselorBottomNavigation_active__M1Xx8 img{opacity:0}.counselorBottomNavigation_active__M1Xx8 svg{opacity:1}.counselorSubHeader_header__h6OFg{display:block;position:fixed;width:100%;max-width:502px;min-width:280px;top:0;left:calc(30px + 50vw);background:#fff;height:var(--headerHeight);border:1px solid #d0d0d0;border-top:none;padding:0 24px;z-index:50;text-align:center}.counselorSubHeader_header__h6OFg.counselorSubHeader_noBorder___nv8O{border-bottom:none!important}.counselorSubHeader_header__h6OFg .counselorSubHeader_headerLeft__7qPpI{position:absolute;display:flex;flex-wrap:wrap;align-items:center;gap:0 10px;top:0;left:24px;z-index:51;height:var(--headerHeight)}.counselorSubHeader_header__h6OFg .counselorSubHeader_headerRight__F4G1q{position:absolute;display:flex;flex-wrap:wrap;align-items:center;gap:0 10px;top:0;right:24px;z-index:51;height:var(--headerHeight)}.counselorSubHeader_header__h6OFg .counselorSubHeader_buttonHome__JbIgm{display:block;width:78px;z-index:60;line-height:0}.counselorSubHeader_header__h6OFg .counselorSubHeader_buttonHome__JbIgm>img{display:block;width:100%}.counselorSubHeader_header__h6OFg .counselorSubHeader_buttonBack__yssiQ{display:block;width:40px;height:40px;background:url(/images/btn-prev-a1.png) 50% no-repeat;background-size:10px 18px;transform:translateX(-15px)}.counselorSubHeader_header__h6OFg .counselorSubHeader_pageTitle__Yu7k4{display:block;width:100%;text-align:center;color:#000;font-size:23px;font-style:normal;font-weight:700;line-height:30px;margin:15px auto 0}.counselorSubHeader_header__h6OFg .counselorSubHeader_buttonSearch__ltlC3{display:block;width:40px;height:40px;border:1px solid #e0e0e0;border-radius:6px;background:url(/images/search.png) 50% no-repeat;background-size:18px 18px;transition:all .2s}.counselorSubHeader_header__h6OFg .counselorSubHeader_buttonSearch__ltlC3:hover{border:1px solid silver;transition:all .2s}.counselorSubHeader_header__h6OFg .counselorSubHeader_buttonHome2__3srK0{display:block;width:40px;height:40px;border:1px solid #e0e0e0;border-radius:6px;background:url(/images/home24a.svg) 50% no-repeat;background-size:20px 20px;transition:all .2s}.counselorSubHeader_header__h6OFg .counselorSubHeader_buttonHome2__3srK0:hover{border:1px solid silver;transition:all .2s}@media screen and (max-width:1100px){.counselorSubHeader_header__h6OFg{left:50%;transform:translateX(-50%)}}@media screen and (max-width:502px){.counselorSubHeader_header__h6OFg{width:100%;left:0;transform:translateX(0);border-right:none;border-left:none}.counselorSubHeader_headerLeft__7qPpI{left:18px}.counselorSubHeader_headerRight__F4G1q{right:18px}.counselorSubHeader_header__h6OFg .counselorSubHeader_pageTitle__Yu7k4{font-size:20px}}.counselorLayout_subTopLayout__HaFOu{height:var(--headerHeight)}.pageIntro_titleSection__EJxyZ{margin:24px 0;padding-top:10px}.pageIntro_mainTitle__Qdggu{margin:0 0 12px;color:#222;font-size:24px;font-weight:700;line-height:1.4}.pageIntro_description__RgyBh{margin:0;color:#666;font-size:14px;line-height:1.7}.filter_listFilterWrap__S0UJW{display:flex;justify-content:center;width:100%;margin-top:16px}.filter_roadFilterWrap__KLeh6{height:0;display:flex;justify-content:center;z-index:30}.filter_roadFilterWrap__KLeh6 .filter_filterAllBtn__j2YgD,.filter_roadFilterWrap__KLeh6 .filter_filterButton__Xvhaa{margin-top:16px;height:32px}.filter_filterButton__Xvhaa{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:24px;font-size:15px;font-weight:600;color:#fff;background:#2a4c31;box-shadow:0 2px 8px #3d9942;cursor:pointer;font-family:inherit;border:none;white-space:nowrap;-webkit-tap-highlight-color:rgba(0,0,0,0);max-width:calc(100% - 32px);justify-content:center}.filter_filterButton__Xvhaa svg{flex:none}.filter_filterAllBtn__j2YgD{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:24px;font-size:15px;font-weight:600;color:#fff;background:#3a4239;box-shadow:0 3px 12px #2e7d32;cursor:pointer;font-family:inherit;border:none;white-space:nowrap;-webkit-tap-highlight-color:rgba(0,0,0,0);width:auto;justify-content:center}.filter_filterAllBtn__j2YgD svg{flex:none}.filter_valueItem__6PH5F,.filter_valueList__NtvT5{display:inline-flex;align-items:center;min-width:0}.filter_label__SsLoR{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter_filterSep__lr076{opacity:.5;font-weight:300;margin:0 6px}.filter_ellipsis__jj9Yv,.filter_filterSep__lr076{display:inline-flex;align-items:center}.filter_filterAllBtn__j2YgD:hover,.filter_filterButton__Xvhaa:hover{box-shadow:0 3px 15px #2e7d32}@media screen and (max-width:1100px){.filter_fixedFilterWrap__BOWpA{left:50%;transform:translateX(-50%)}}.userLayout_subTopLayout___W1ei{height:var(--headerHeight)}.privacy_wrapper__7uCp7{min-height:100vh;padding-top:var(--headerHeight);background:#fff}.privacy_content__mGpWr{display:block;width:100%;padding:0 var(--contentPaddingLeftRight)}.privacy_article__Ax7m4{display:block;width:100%;padding:24px 0 120px}.privacy_policyText__hRugs{display:block;margin:0;color:#111;font-family:inherit;font-size:14px;font-weight:400;line-height:1.9;white-space:pre-wrap;word-break:keep-all;overflow-wrap:anywhere}.service_wrapper__d9ghs{min-height:100vh;padding-top:var(--headerHeight);background:#fff}.service_content__NA3ZT{display:block;width:100%;padding:0 var(--contentPaddingLeftRight)}.service_article__xtIJC{display:block;width:100%;padding:24px 0 120px}.service_termsText__iZlqI{display:block;margin:0;color:#111;font-family:inherit;font-size:14px;font-weight:400;line-height:1.9;white-space:pre-wrap;word-break:keep-all;overflow-wrap:anywhere}.benefitTitle_benefitTitle__vuYpk{margin:0 0 32px;text-align:center;color:#191919;font-size:clamp(21px,6.15vw,24px);line-height:1.35;letter-spacing:-.055em;font-weight:600;word-break:keep-all}.benefitTitle_benefitTitle__vuYpk span{color:#2f5638}.benefitTitle_benefitTitle__vuYpk:after{content:"";display:block;width:38px;height:3px;margin:16px auto 0;border-radius:99px;background:#2f5638}.emailPolicy_wrapper__ko7Tk{min-height:100vh;padding-top:var(--headerHeight);background:#fff}.emailPolicy_content__rWC3h{display:block;width:100%;padding:0 var(--contentPaddingLeftRight)}.emailPolicy_article__f97_N{display:block;width:100%;padding:24px 0 120px}.emailPolicy_policyText__vwG9o{display:block;margin:0;color:#111;font-family:inherit;font-size:14px;font-weight:400;line-height:1.9;white-space:pre-wrap;word-break:keep-all;overflow-wrap:anywhere}.userAddress_addressModalHeader__IezQF{border-bottom:0}.userAddress_addressModalBody__UZvWW{padding-top:0}.userAddress_addressModalFooter__QnoNY{position:relative;padding-top:16px}.userAddress_addressModalFooter__QnoNY:before{content:"";position:absolute;top:0;left:24px;right:24px;height:1px;background:#e5e7eb}.userAddress_addressList__pfAId{max-height:min(520px,60vh);overflow:auto}.userAddress_addressList__pfAId .userAddress_list__qOT4U{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.userAddress_addressList__pfAId .userAddress_listItem__ILdgk{padding:18px;background:#fff;border:1px solid #d8d8d8;border-radius:8px}.userAddress_addressList__pfAId .userAddress_addressInfo__iLLg6{flex:1 1 auto;min-width:0}.userAddress_addressList__pfAId .userAddress_recipientRow___bTy6{display:flex;align-items:center;gap:8px}.userAddress_addressList__pfAId .userAddress_recipient__rr23o{display:flex;align-items:center;gap:8px;margin:0;color:#111;font-size:16px;font-weight:800;line-height:1.35}.userAddress_addressList__pfAId .userAddress_addressTextGroup__ClEG6{margin-top:10px}.userAddress_addressList__pfAId .userAddress_meta__jmlCE{margin:0;color:#555;font-size:14px;font-weight:500;line-height:1.55;word-break:keep-all}.userAddress_addressList__pfAId .userAddress_defaultBadge__Jn_P8{padding:3px 9px;border:1px solid #cbdccb;border-radius:999px;background-color:#e8f5e9;color:#2f6b3f;font-size:12px;font-weight:700;line-height:1.2}.userAddress_addressList__pfAId .userAddress_selectedBadge__XO872{padding:3px 9px;border:1px solid #111;border-radius:999px;background-color:#111;color:#fff;font-size:12px;font-weight:700;line-height:1.2}.userAddress_addressList__pfAId .userAddress_addressActions__MAOAn{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.userAddress_addressList__pfAId .userAddress_cardButton__vBqdm{min-width:64px;height:34px;padding:0 12px;border-radius:8px;font-size:13px;font-weight:700;line-height:1}.userAddress_addressList__pfAId .userAddress_addressActionsSingle__FDrsL{justify-content:flex-end}.userAddress_buttonContainer__3eNMq{padding:12px 16px 0;border-top:1px solid #e5e7eb}.userAddress_registerButton__B5_uw{border-color:#000}@media(max-width:480px){.userAddress_addressList__pfAId{max-height:60vh}.userAddress_addressList__pfAId .userAddress_listItem__ILdgk{padding:16px;gap:12px}.userAddress_addressList__pfAId .userAddress_recipient__rr23o{font-size:15px}.userAddress_addressList__pfAId .userAddress_meta__jmlCE{font-size:13px}}.loadingBar_loading_box__r8FKk{margin:0;display:flex;justify-content:center;align-items:center;height:30vh;width:100%;min-height:86px}.loadingBar_global_loading_pop__6ByZ_{width:100%;height:100%;position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:2001}.loadingBar_global_loading_pop_closing__1KoPn{pointer-events:none}.loadingBar_global_loading_pop_back__0Dm4y{width:100%;height:100%;background:radial-gradient(circle at center,rgba(111,154,115,.05),transparent 38%),rgba(250,252,249,.82);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);position:absolute;left:0;top:0;animation:loadingBar_fadeInLoadingBack__t6Rlp .24s ease-out forwards}.loadingBar_global_loading_pop_closing__1KoPn .loadingBar_global_loading_pop_back__0Dm4y{animation:loadingBar_fadeOutLoadingBack__7sy6y .18s ease-in forwards}.loadingBar_global_loading_cont_pop__NvhVt{width:60%;max-height:90%;overflow-y:auto;padding:30px 20px;border-radius:10px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:all .2s;animation:loadingBar_fadeInLoadingCont__Bu7Ul .2s ease-out forwards}.loadingBar_global_loading_pop_closing__1KoPn .loadingBar_global_loading_cont_pop__NvhVt{animation:loadingBar_fadeOutLoadingCont__ckRbz .18s ease-in forwards}.loadingBar_global_loading__Fb0y8{margin:0;display:flex;justify-content:center;align-items:center;height:30vh;width:100%}.loadingBar_loading__xqyNp{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:22px}.loadingBar_leaf_loader__WCFwg{position:relative;width:86px;height:86px;display:flex;align-items:center;justify-content:center}.loadingBar_loading_title__miFpE{margin:0;font-size:17px;font-weight:700;letter-spacing:-.03em;color:#24472f}.loadingBar_core_glow__G3U_w{position:absolute;width:34px;height:34px;border-radius:50%;background:radial-gradient(circle,rgba(111,154,115,.34) 0,rgba(111,154,115,.15) 45%,rgba(111,154,115,0) 72%);filter:blur(1px);animation:loadingBar_breathe__MtaNO 1.8s ease-in-out infinite}.loadingBar_orbit__fEMKg{position:absolute;inset:0;border-radius:50%;animation:loadingBar_rotateOrbit__rdO9E 1.8s cubic-bezier(.42,0,.28,1) infinite}.loadingBar_leaf__Z6yBS{position:absolute;left:50%;top:50%;width:10px;height:16px;border-radius:50% 50% 50% 12%;background:#6f9a73;transform-origin:center;opacity:.82;box-shadow:0 4px 10px rgba(36,71,47,.12);animation:loadingBar_leafPulse__Mqj50 1.8s ease-in-out infinite}.loadingBar_leaf__Z6yBS:after{content:"";position:absolute;left:50%;top:2px;width:1px;height:11px;border-radius:99px;background:rgba(255,255,255,.38);transform:translateX(-50%) rotate(-8deg)}.loadingBar_leaf__Z6yBS:first-child{transform:translate(-50%,-50%) rotate(0deg) translateY(-34px) rotate(38deg);background:#24472f;animation-delay:0s}.loadingBar_leaf__Z6yBS:nth-child(2){transform:translate(-50%,-50%) rotate(60deg) translateY(-34px) rotate(38deg);background:#6f9a73;animation-delay:-.3s}.loadingBar_leaf__Z6yBS:nth-child(3){transform:translate(-50%,-50%) rotate(120deg) translateY(-34px) rotate(38deg);background:#9fbb9b;animation-delay:-.6s}.loadingBar_leaf__Z6yBS:nth-child(4){transform:translate(-50%,-50%) rotate(180deg) translateY(-34px) rotate(38deg);background:#c8dac3;animation-delay:-.9s}.loadingBar_leaf__Z6yBS:nth-child(5){transform:translate(-50%,-50%) rotate(240deg) translateY(-34px) rotate(38deg);background:#86a982;animation-delay:-1.2s}.loadingBar_leaf__Z6yBS:nth-child(6){transform:translate(-50%,-50%) rotate(300deg) translateY(-34px) rotate(38deg);background:#456c4d;animation-delay:-1.5s}.loadingBar_particle__g5EVt{position:absolute;width:4px;height:4px;border-radius:50%;background:#b9cfb4;opacity:0;animation:loadingBar_particleFloat__eyC5h 1.8s ease-in-out infinite}.loadingBar_p1__Ssl_J{left:18px;top:27px;animation-delay:.15s}.loadingBar_p2__nxY0M{right:17px;bottom:25px;animation-delay:.65s}.loadingBar_p3__hTCE_{left:43px;bottom:11px;animation-delay:1.05s}@keyframes loadingBar_rotateOrbit__rdO9E{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loadingBar_breathe__MtaNO{0%,to{transform:scale(.86);opacity:.52}50%{transform:scale(1.18);opacity:1}}@keyframes loadingBar_leafPulse__Mqj50{0%,to{opacity:.45;filter:blur(.2px)}35%{opacity:1;filter:blur(0)}65%{opacity:.72}}@keyframes loadingBar_particleFloat__eyC5h{0%{transform:translateY(3px) scale(.6);opacity:0}35%{opacity:.8}to{transform:translateY(-8px) scale(1);opacity:0}}@keyframes loadingBar_fadeInLoadingBack__t6Rlp{0%{opacity:0}to{opacity:1}}@keyframes loadingBar_fadeOutLoadingBack__7sy6y{0%{opacity:1}to{opacity:0}}@keyframes loadingBar_fadeInLoadingCont__Bu7Ul{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes loadingBar_fadeOutLoadingCont__ckRbz{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-48%)}}@media (prefers-reduced-motion:reduce){.loadingBar_core_glow__G3U_w,.loadingBar_global_loading_cont_pop__NvhVt,.loadingBar_global_loading_pop_back__0Dm4y,.loadingBar_leaf__Z6yBS,.loadingBar_orbit__fEMKg,.loadingBar_particle__g5EVt{animation:none}.loadingBar_leaf__Z6yBS{opacity:.75}.loadingBar_core_glow__G3U_w{opacity:.7}}.savePwaWebPushToken_iosStandalonePermissionSheetInner__Ow3Rl{align-items:flex-end}.savePwaWebPushToken_iosStandalonePermissionSheetContainer__wkuxa{padding-bottom:env(safe-area-inset-bottom)}.userAddressForm_postcodeEmbedArea__Xtg5_{width:100%}.userAddressForm_postcodeEmbedArea__Xtg5_>*{width:100%!important;height:100%!important}.address_wrapper__eybCc{width:100%;max-width:480px;margin:0 auto;padding:20px 16px 40px;font-family:Pretendard,sans-serif;background:#f5f5f5;min-height:100vh}.address_header__WTnhH{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.address_title__JqZIs{font-size:20px;font-weight:700;color:#222;margin:0}.address_subtitle__6oMi6{font-size:13px;color:#666;margin:0}.address_card__dqv8P{background:#fff;border-radius:14px;padding:14px;border:1px solid #e6e6e6;box-shadow:0 4px 12px rgba(0,0,0,.04)}.address_footer__cDInY{margin-top:12px}.registerCouponModal_form__VKRZo{display:block;margin-top:16px}.registerCouponModal_field__g2ggJ{display:flex;flex-direction:column;gap:8px}.registerCouponModal_helperText__HPnpF{margin:0;font-size:12px;line-height:1.5;color:#8b9099}.advisorCards_advisorCards__yHYlQ{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 16px;padding:24px 16px 0}.advisorCards_advisorCard__AfLXu{display:block;color:inherit;text-decoration:none;cursor:pointer;opacity:0;transform:translateY(16px);transition:opacity .45s ease,transform .45s ease;will-change:opacity,transform}.advisorCards_advisorCard__AfLXu:hover .advisorCards_img__fxmF7{transform:scale(1.05)}.advisorCards_advisorCard__AfLXu:focus-visible{outline:2px solid rgba(46,125,50,.5);outline-offset:4px;border-radius:12px}.advisorCards_scrollReveal__5bFeV{opacity:1;transform:translateY(0)}.advisorCards_listCardSkeleton__ChlXq{pointer-events:none}.advisorCards_block1__kCddI{display:block;position:relative}.advisorCards_label__WPJsL{position:absolute;top:12px;left:-6px;z-index:2;min-width:48px;border-radius:4px 4px 4px 0;padding:5px 10px;color:#fff;font-size:12px;font-weight:600;line-height:1.2;text-align:center}.advisorCards_label__WPJsL:after{position:absolute;bottom:-8px;left:0;content:"";border-color:#7c7c7c #7c7c7c rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:4px}.advisorCards_label1__0bCBB{background:#bf8c3e}.advisorCards_label1__0bCBB:after{border-top-color:#996b1f;border-right-color:#996b1f}.advisorCards_label2__IEf5j{background:#558b2f}.advisorCards_label2__IEf5j:after{border-top-color:#33691e;border-right-color:#33691e}.advisorCards_label3__vhRbe{background:#6d4c41}.advisorCards_label3__vhRbe:after{border-top-color:#4e342e;border-right-color:#4e342e}.advisorCards_imgWrap__PFdVg{position:relative;overflow:hidden;border-radius:12px;padding-bottom:63%;background:#f3f3f3}.advisorCards_imgWrap__PFdVg:before{position:absolute;inset:0;z-index:1;border:1px solid rgba(17,17,17,.06);border-radius:12px;content:"";pointer-events:none}.advisorCards_imgWrapTarot__cB9N2{background:#d8e6eb}.advisorCards_imgWrapPsychic__aa5z9{background:#d8ebdd}.advisorCards_imgWrapAstrologer__2_G9W{background:#ebe3d8}.advisorCards_imgWrapBusy__lzERg{background:#e1d8eb!important}.advisorCards_imgFallback__jZ3_N,.advisorCards_img__fxmF7{position:absolute;width:100%;height:auto;top:10px}.advisorCards_img__fxmF7{object-fit:cover;transition:transform .24s ease}.advisorCards_imgFallback__jZ3_N{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,rgba(255,255,255,.4),transparent 38%),linear-gradient(135deg,#ebe4d6,#d5c3a7)}.advisorCards_imgFallbackText__eQcN_{color:#6d5b42;font-size:18px;font-weight:700}.advisorCards_buttonFavorite__bXixp{position:absolute;top:6px;right:5px;z-index:2;display:block;width:34px;height:34px;border:none;padding:0;background:url(/images/star_none.webp) 50% no-repeat;background-size:24px 22px;filter:drop-shadow(0 0 1px rgba(0,0,0,.4))}.advisorCards_active__nkzgx{background:url(/images/star_on.webp) 50% no-repeat;background-size:24px 22px}.advisorCards_status__RgIpP{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;min-width:4.222em;height:1.556em;padding:0 .389em;border:1px solid rgba(17,17,17,.14);border-radius:.778em;background:#fff;text-align:center;line-height:0}.advisorCards_busy__hLsKj span,.advisorCards_offline__zvUCp span,.advisorCards_online__n_fRo span{display:inline-flex;align-items:center;min-height:1.444em;padding:0 0 0 1.1em;color:#111;text-align:left;background-position:0;background-repeat:no-repeat;background-size:1.1em 1.1em;font-size:.722em;font-style:normal;font-weight:500;line-height:2}.advisorCards_online__n_fRo span{background-image:url(/images/mic20a.svg)}.advisorCards_busy__hLsKj span{background-image:url(/images/phone-call20a.svg);background-position:3% 51%;padding-left:1.39em}.advisorCards_offline__zvUCp span{background-image:url(/images/away20a.svg);padding-left:1.17em}.advisorCards_block2__GfYtu{display:block;padding:8px 0 0}.advisorCards_titleRow__JGGzx{display:flex;gap:.444em;align-items:center;font-size:18px}.advisorCards_num__UeaQ7{color:#111;font-size:1em;font-weight:700;line-height:1.3}.advisorCards_line__S8OEm{width:1px;height:12px;background:#ddd5ca}.advisorCards_name__AQpTl{flex:1 1 auto;min-width:0;color:#111;font-size:1em;font-weight:600;line-height:1.3}.advisorCards_desc__UAYUP,.advisorCards_name__AQpTl{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.advisorCards_desc__UAYUP{display:block;width:100%;margin:2px 0 0;color:#555;font-size:13px;font-style:normal;font-weight:400;line-height:19px}.advisorCards_more__Hxpno{display:flex;flex-wrap:wrap;width:100%;align-items:center;justify-content:space-between;margin-top:12px}.advisorCards_price__zEN5x{display:block;padding:0 0 0 1.389em;background:url(/images/won20a.svg) 0/1.111em 1.111em no-repeat;color:#111;font-size:18px;font-style:normal;font-weight:600;line-height:30px;white-space:nowrap}.advisorCards_priceUnit__HB_9F{font-size:.75em;font-weight:400}.advisorCards_review__yNnZG{display:block;padding:0 0 0 1.769em;background:url(/images/reply20a.svg) 0/1.538em 1.538em no-repeat;color:#333!important;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:600;line-height:30px}.advisorCards_feedbackBox__Zl4Bm{margin-top:40px;width:90%}.advisorCards_skeletonBlock__3vDmV,.advisorCards_skeletonLine__di6pA{border-radius:12px;background:linear-gradient(90deg,#f0ebe3,#f8f4ee 50%,#f0ebe3);background-size:200% 100%;animation:advisorCards_shimmer__c4ngg 1.4s linear infinite}.advisorCards_skeletonBlock__3vDmV{width:100%;padding-bottom:63%}.advisorCards_skeletonLine__di6pA{height:14px}.advisorCards_skeletonLineShort__SIQCS{width:64%}@keyframes advisorCards_shimmer__c4ngg{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:480px){.advisorCards_advisorCards__yHYlQ{gap:24px 12px;padding-left:12px;padding-right:12px}.advisorCards_price__zEN5x,.advisorCards_titleRow__JGGzx{font-size:16px}.advisorCards_desc__UAYUP{min-height:36px;font-size:12px}}@media(prefers-reduced-motion:reduce){.advisorCards_advisorCard__AfLXu{transition:none;transform:none}.advisorCards_scrollReveal__5bFeV{transform:none}}.contentLayout_no_contents__ReB1m{width:100%;text-align:center;font-size:17px;display:flex;justify-content:center}.contentLayout_no_contents_card__cFfO5{padding:20px 16px 0}.contentLayout_no_contents__ReB1m img{width:100%}.counselorPreviewModal_modalContent__G6H2T{max-width:none!important;width:100vw!important;left:0!important;transform:none!important}.counselorPreviewModal_modalInner__BFzsw{width:100%!important;max-width:360px!important;max-height:none!important;height:auto!important;overflow:visible!important}@media(max-width:360px){.counselorPreviewModal_modalInner__BFzsw{max-width:340px!important}}.counselorPreviewModal_productModalRoot__IXfOp{position:relative;width:100%}.counselorPreviewModal_productModalClose__BzzhP{position:absolute;top:14px;right:14px;width:34px;height:34px;background:#fff;border-radius:50%;border:1px solid silver;cursor:pointer;z-index:2000;display:flex;align-items:center;justify-content:center;padding:0}.counselorPreviewModal_productModalClose__BzzhP:hover{opacity:.9}.counselorPreviewModal_pmInside1__X47QL{position:relative;width:100%;max-height:85vh;background:#fff;border-radius:16px;z-index:1001;display:flex;flex-direction:column;overflow:hidden}.counselorPreviewModal_productModalScroll__ZW82_{display:block;flex:1 1;overflow-y:auto;padding:0}.counselorPreviewModal_productModalScroll__ZW82_::-webkit-scrollbar{width:8px}.counselorPreviewModal_productModalScroll__ZW82_::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:4px}.counselorPreviewModal_productModalScroll__ZW82_::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.counselorPreviewModal_previewSummary__xyMGP{display:flex;width:100%;min-height:184px;flex-wrap:wrap;padding:20px var(--contentPaddingLeftRight) 4% var(--contentPaddingLeftRight);border-bottom:1px solid #e0e0e0}.counselorPreviewModal_previewSummary__xyMGP .counselorPreviewModal_block1__8J_uQ{flex:0 0 58%;padding:0}.counselorPreviewModal_previewSummary__xyMGP .counselorPreviewModal_inside1__ZIc7d{height:100%}.counselorPreviewModal_previewSummary__xyMGP .counselorPreviewModal_imgWrap__9qAqx{height:100%;padding:0;border-radius:12px}.counselorPreviewModal_previewSummary__xyMGP .counselorPreviewModal_imgWrap__9qAqx img{position:absolute;width:auto;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:cover;object-position:center}.counselorPreviewModal_previewSummary__xyMGP .counselorPreviewModal_imgWrap__9qAqx:before{border-radius:12px}.counselorPreviewModal_previewSummary__xyMGP .counselorPreviewModal_buttonFavorite__YnPtE{right:16px;top:16px}.counselorPreviewModal_previewSummary__xyMGP .counselorPreviewModal_productModalInfo__a9omT{flex:1 1;min-width:0;padding:0 4%}.counselorPreviewModal_previewSummary__xyMGP .counselorPreviewModal_titleRow__JgfD1{justify-content:flex-start}.counselorPreviewModal_previewSummary__xyMGP .counselorPreviewModal_status__Mj93Z{margin:12px 0 0}.counselorPreviewModal_block1__8J_uQ{display:block;width:100%;padding:24px 0 0}.counselorPreviewModal_inside1__ZIc7d{display:block;position:relative}.counselorPreviewModal_plainButton__lqXgc,.counselorPreviewModal_profileImageButton__Wqtvo,.counselorPreviewModal_profileInfoButton__sKR1h{display:block;width:100%;border:0;background:rgba(0,0,0,0);color:inherit;cursor:pointer;font:inherit;padding:0;text-align:left}.counselorPreviewModal_profileImageButton__Wqtvo:focus-visible,.counselorPreviewModal_profileInfoButton__sKR1h:focus-visible{outline:2px solid var(--main);outline-offset:3px}.counselorPreviewModal_profileImageButton__Wqtvo{height:100%;border-radius:12px}.counselorPreviewModal_profileInfoButton__sKR1h{border-radius:8px}.counselorPreviewModal_label___lTYw{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:43px;height:24px;line-height:24px;margin-bottom:6px;padding:0 10px;color:#fff!important;text-align:center;border-radius:3px;font-size:14px;font-style:normal;font-weight:600;background:#171717}.counselorPreviewModal_label1__yBZid{background:#bf8c3e}.counselorPreviewModal_label2__Bxopr{background:#558b2f}.counselorPreviewModal_label3__oCpTi{background:#6d4c41}.counselorPreviewModal_label4__JOPze{background:#bf8c3e}.counselorPreviewModal_label5__qmGxN{background:#8d6e63}.counselorPreviewModal_imgWrap__9qAqx{display:block;position:relative;line-height:0;padding:0 0 63%;overflow:hidden;border-radius:10px;background:#f3f3f3}.counselorPreviewModal_imgWrap__9qAqx img{display:block;position:absolute;width:auto;height:auto;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .2s;z-index:4;object-fit:cover;object-position:center}.counselorPreviewModal_imgWrap__9qAqx:before{content:"";display:block;position:absolute;width:100%;height:100%;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;border-radius:10px;border:1px solid rgba(0,0,0,.07);box-sizing:border-box}.counselorPreviewModal_imgWrapTarot__E1CF4{background:#d8e6eb}.counselorPreviewModal_imgWrapPsychic__pf93I{background:#d8ebdd}.counselorPreviewModal_imgWrapAstrologer__NDlfF{background:#ebe3d8}.counselorPreviewModal_imgWrapBusy___Cyov{background:#e1d8eb!important}.counselorPreviewModal_status__Mj93Z{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;min-width:88px;height:30px;padding:0 8px;border-radius:15px;border:1px solid silver;background:#fff;text-align:center;line-height:0;box-shadow:0 0 2px rgba(0,0,0,.07)}.counselorPreviewModal_status__Mj93Z span{display:inline-block;height:28px;text-align:left;background-position:0;background-repeat:no-repeat;background-size:18px 18px;padding:0 0 0 19px;color:#111!important;font-size:14px;font-style:normal;font-weight:500;line-height:28px}.counselorPreviewModal_online__kYK3j span{background-image:url(/images/mic20a.svg)}.counselorPreviewModal_busy__pYG4g span{background-image:url(/images/phone-call20a.svg);background-position:3% 58%;padding-left:1.6em}.counselorPreviewModal_offline__oC9T7 span{background-image:url(/images/away20a.svg);padding-left:1.3em}.counselorPreviewModal_buttonFavorite__YnPtE{display:block;position:absolute;right:20px;top:18px;width:24px;height:22px;background:url(/images/star_none.webp) 50% no-repeat;background-size:24px 22px;filter:drop-shadow(0 0 1px rgba(0,0,0,.4));border:none;padding:0;cursor:pointer;z-index:10}.counselorPreviewModal_active__2Eu_Z{background:url(/images/star_on.webp) 50% no-repeat;background-size:24px 22px}.counselorPreviewModal_productModalInfo__a9omT{display:block;padding:0 4%}.counselorPreviewModal_titleRow__JgfD1{display:flex;align-items:center;justify-content:space-between;gap:8px}.counselorPreviewModal_num__tpDDg{color:#111;font-size:18px;font-weight:600;line-height:30px}.counselorPreviewModal_line__Yn9CC{width:1px;height:12px;background:#e0e0e0}.counselorPreviewModal_name__bmoh5{color:#111;font-size:18px;font-weight:600;line-height:30px}.counselorPreviewModal_desc___mn64{display:block;color:#555;font-size:13px;font-weight:400;line-height:19px;margin:2px 0 0;white-space:pre-line}.counselorPreviewModal_more__tZwT4{display:flex;flex-wrap:wrap;width:100%;align-items:center;margin:12px 0 0;gap:0 3px}.counselorPreviewModal_price__OGG7s{display:block;background:url(/images/won20a.svg) 0 no-repeat;background-size:20px 20px;padding:0 0 0 25px;color:#111;font-size:18px;font-weight:600;line-height:30px}.counselorPreviewModal_counselorTabs__CvgVU{display:flex;width:100%;flex-wrap:wrap;border-bottom:1px solid #f0f0f0;padding:0;gap:0;background:#fff}.counselorPreviewModal_counselorTab__AoT7m{display:flex;flex:1 1;align-items:center;justify-content:center;padding:16px 0;background:none;border:none;cursor:pointer;position:relative;font-size:16px;font-weight:500;color:#888;white-space:nowrap;transition:color .2s}.counselorPreviewModal_counselorTabActive__Onbh9{color:var(--main);font-weight:700}.counselorPreviewModal_counselorTabActive__Onbh9:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:3px;background:var(--main);border-radius:3px 3px 0 0}.counselorPreviewModal_tabText__4vvvp{display:inline-block}.counselorPreviewModal_productDetailLink__KFWBR{display:flex;width:100%;align-items:center;justify-content:center;gap:2px;padding:12px 0 0;border:0;background:rgba(0,0,0,0);color:#777;font-size:13px;font-weight:400;line-height:20px;text-align:center;cursor:pointer}.counselorPreviewModal_productDetailLink__KFWBR:focus-visible,.counselorPreviewModal_productDetailLink__KFWBR:hover{color:#555;text-decoration:underline}.counselorPreviewModal_productDetailLinkIcon__qYfV1{display:inline-block;width:12px;height:13px;cursor:pointer;background:url(/images/arrow-right1a.svg) 50% no-repeat;background-size:12px 13px}.counselorPreviewModal_previewTabPanel__baJ_F{display:block;width:100%;height:24dvh;max-height:200px;overflow-y:scroll}.counselorPreviewModal_previewTabPanel__baJ_F .counselorPreviewModal_productModalReview__GFvq9{padding:16px var(--contentPaddingLeftRight) 16px}.counselorPreviewModal_previewTabPanelFade__1IA1E{position:sticky;bottom:0;z-index:1;display:block;width:100%;height:14px;margin-top:-14px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,0),#fff)}.counselorPreviewModal_counselorProfileContent__ocOzQ{display:block;width:100%;padding:24px var(--contentPaddingLeftRight);background:#fff}.counselorPreviewModal_contentText__sNIFt{display:block;width:100%}.counselorPreviewModal_cNotice1__GKukF{border:1px solid var(--main);padding:15px;border-radius:10px}.counselorPreviewModal_cNotice1__GKukF p{white-space:pre-line}.counselorPreviewModal_contentText__sNIFt p{display:block;font-size:14px;font-weight:400;color:#333;line-height:22px;margin:0 0 16px}.counselorPreviewModal_contentText__sNIFt p:last-child{margin:0}.counselorPreviewModal_productModalReview__GFvq9{display:block;padding:24px 0 0}.counselorPreviewModal_productModalReviewList__kXFTk{display:block}.counselorPreviewModal_productModalReviewItem__l_vL8{display:block;padding:14px 0;border-top:1px solid #f0f0f0}.counselorPreviewModal_productModalReviewItem__l_vL8:first-child{border-top:0}.counselorPreviewModal_reviewMeta__mAaZB{display:flex;align-items:center;gap:6px;margin:0 0 6px}.counselorPreviewModal_reviewNickname__UCpAo{font-size:13px;font-weight:600;color:#222}.counselorPreviewModal_reviewDate__JsWov{font-size:12px;font-weight:400;color:#aaa;margin-left:auto}.counselorPreviewModal_reviewText__4FqHM{font-size:13px;font-weight:400;color:#444;line-height:20px;margin:0}.counselorPreviewModal_reviewEmptyText__m3FV8{font-size:13px;font-weight:400;color:#aaa;line-height:20px;margin:0;text-align:center}.counselorPreviewModal_reviewHelpful__pRgIQ{display:inline-block;margin:8px 0 0;padding:4px 12px;font-size:12px;font-weight:500;color:#888;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:14px;cursor:pointer;transition:background .2s}.counselorPreviewModal_reviewHelpful__pRgIQ span{font-weight:600;color:#2e7d32}.counselorPreviewModal_reviewHelpful__pRgIQ:hover{background:#eee}.counselorPreviewModal_productModalFooter__dydei{display:block;padding:12px 24px;border-top:1px solid #e0e0e0;flex-shrink:0}.counselorPreviewModal_productModalBtns__ulmAV{display:flex;gap:10px}.counselorPreviewModal_productModalBtn__6kEfD{flex:1 1;display:block;padding:12px 0;font-size:15px;font-weight:600;border-radius:8px;cursor:pointer;text-align:center;border:none;line-height:22px}.counselorPreviewModal_btnCart__fqRL6{background:#fff;color:#333;border:1px solid #ccc}.counselorPreviewModal_btnCart__fqRL6:hover{background:#f5f5f5}.counselorPreviewModal_btnBuy__tveFa{background:#2e7d32;color:#fff}.counselorPreviewModal_btnBuy__tveFa:hover{background:#256b29}.counselorPreviewModal_quickActionFooter__hTnNP{display:flex;width:100%;padding:12px 24px;border-top:1px solid #e0e0e0;flex-shrink:0;gap:10px;align-items:center}.counselorPreviewModal_btnNotify__5mqVz{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;flex-shrink:0;padding:0}.counselorPreviewModal_btnNotify__5mqVz:hover{border-color:silver}.counselorPreviewModal_btnNotify__5mqVz img{display:block;width:22px;height:22px}.counselorPreviewModal_btnNotifyActive__SxBzE{border-color:var(--main);background:#f5f9f4}.counselorPreviewModal_btnWaitInquiry__Srrl3{display:block;flex:1 1;height:48px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#333;font-size:16px;font-weight:600;cursor:pointer;text-align:center}.counselorPreviewModal_btnWaitInquiry__Srrl3:hover{border:1px solid silver}.counselorPreviewModal_btnCall__7X8KY{display:block;flex:1 1;height:48px;background:var(--main);border:none;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.16);color:#fff;font-size:16px;font-weight:600;cursor:pointer;text-align:center}.counselorPreviewModal_btnCall__7X8KY:hover{background:#558b2f}.counselorPreviewModal_btnCallBusy__O3VWH{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:#ff8a00;box-shadow:none;line-height:1.1}.counselorPreviewModal_btnCallBusy__O3VWH:hover{background:#e67c00}.counselorPreviewModal_btnCallBusyMainText__rSemZ{display:block;font-size:16px;font-weight:600;line-height:18px}.counselorPreviewModal_btnCallBusySubText__OcYgQ{display:block;color:#fff;font-size:12px;font-weight:500;line-height:13px}@media(max-width:480px){.counselorPreviewModal_productModalClose__BzzhP{width:32px;height:32px}.counselorPreviewModal_pmInside1__X47QL{border-radius:12px}.counselorPreviewModal_productModalScroll__ZW82_{padding:0}.counselorPreviewModal_block1__8J_uQ{padding-top:20px}.counselorPreviewModal_productModalInfo__a9omT{padding:0 4%}.counselorPreviewModal_productModalReview__GFvq9{padding-top:20px}.counselorPreviewModal_productModalFooter__dydei,.counselorPreviewModal_quickActionFooter__hTnNP{padding:10px 18px 18px}.counselorPreviewModal_qtyTotal__c4hFN{font-size:15px}}.counselorDetail_pageRoot__55Ueg{--main:#66a061;--contentPaddingLeftRight:24px;position:relative;width:100%;max-width:502px;margin:0 auto;padding-bottom:96px;background:#fff;min-height:100vh}.counselorDetail_contents__JeV5u{display:block;width:100%}.counselorDetail_emptyCardWrapper__snaE2{padding:24px var(--contentPaddingLeftRight)}.counselorDetail_emptyCardAction__Fd5Ug{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:0 18px;border-radius:8px;background:var(--main);color:#fff;font-size:14px;font-weight:700;line-height:1.4}.counselorDetail_counselorImageArea__GeVEW{display:block;position:relative;width:100%;background:#f3f3f3;overflow:hidden}.counselorDetail_counselorImageAreaTarot__xGTdT{background:#d8e6eb}.counselorDetail_counselorImageAreaPsychic__Vdyl5{background:#d8ebdd}.counselorDetail_counselorImageAreaAstrologer__u7CEB{background:#ebe3d8}.counselorDetail_counselorImageAreaBusy__4u6PN{background:#e1d8eb!important}.counselorDetail_label__XCcMS{display:block;position:absolute;left:16px;min-width:54px;height:28px;line-height:28px;color:#fff!important;text-align:center;border-radius:4px;font-size:15px;font-style:normal;font-weight:600;background:#171717;top:16px;z-index:10;padding:0 8px}.counselorDetail_label1__bfwsn{background:#bf8c3e}.counselorDetail_label2__opcUn{background:#558b2f}.counselorDetail_label3__GGiXn{background:#6d4c41}.counselorDetail_label4__V5pfG{background:#bf8c3e}.counselorDetail_label5__nxcmr{background:#8d6e63}.counselorDetail_counselorSwiper__8UoJR{display:block;width:100%;aspect-ratio:397/271}.counselorDetail_counselorSwiper__8UoJR .swiper-wrapper{height:100%}.counselorDetail_counselorSwiper__8UoJR .swiper-slide{display:flex;align-items:center;justify-content:center;height:100%;overflow:hidden}.counselorDetail_counselorSwiper__8UoJR .swiper-slide img{display:block;width:auto;height:100%;margin:0 auto}.counselorDetail_counselorHeroSkeleton__6Z_Ay{display:block;width:100%;height:100%;background:linear-gradient(90deg,#ececec 25%,#f6f6f6 37%,#ececec 63%);background-size:400% 100%;animation:counselorDetail_counselorHeroShimmer__vcwR9 1.4s ease infinite}.counselorDetail_counselorSwiper__8UoJR .swiper-pagination{bottom:12px!important}.counselorDetail_counselorSwiper__8UoJR .swiper-pagination-bullet{width:18px;height:2px;border-radius:1px;background:#000;opacity:.2;box-shadow:0 0 3px hsla(0,0%,100%,.8)}.counselorDetail_counselorSwiper__8UoJR .swiper-pagination-bullet-active{opacity:1;background:#000}.counselorDetail_buttonFavorite__76KiA{position:absolute;top:14px;right:10px;width:34px;height:34px;border:none;background:url(/images/star_none.webp) 50% no-repeat;background-size:24px 22px;cursor:pointer;z-index:10;filter:drop-shadow(0 0 1px rgba(0,0,0,.4))}.counselorDetail_buttonFavoriteActive__pVWop{background:url(/images/star_on.webp) 50% no-repeat;background-size:24px 22px}.counselorDetail_counselorTabPanel__Uxj83{width:100%;padding:0 0 100px}.counselorDetail_counselorSummary__M3pOa{display:block;width:100%;padding:20px var(--contentPaddingLeftRight) 10px;background:#fff}.counselorDetail_titleRow__Lx77h{display:flex;align-items:center;gap:8px}.counselorDetail_num__GElxe{color:#111;font-size:20px;font-weight:700;line-height:30px}.counselorDetail_line__tnAB4{width:1px;height:12px;background:#e0e0e0}.counselorDetail_name__53zED{color:#111;font-size:20px;font-weight:700;line-height:30px}.counselorDetail_desc___LsLz{display:block;color:#555;font-size:14px;font-weight:400;line-height:22px;margin:2px 0 0;white-space:pre-line}.counselorDetail_more__qt_HQ{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin:12px 0 0}.counselorDetail_price__PtyTH{display:block;background:url(/images/won20a.svg) 0 no-repeat;background-size:20px 20px;padding:0 0 0 25px;color:#111;font-size:18px;font-weight:600;line-height:30px}.counselorDetail_review__uZUgZ{display:block;background:url(/images/reply20a.svg) 0 no-repeat;background-size:20px 20px;color:#333;font-size:13px;font-weight:600;line-height:30px;padding:0 0 0 23px;border:0;cursor:pointer}.counselorDetail_review__uZUgZ:disabled{cursor:default}.counselorDetail_summarySkeleton__7FO2t{display:inline-block;height:16px;border-radius:8px;background:linear-gradient(90deg,#ececec 25%,#f6f6f6 37%,#ececec 63%);background-size:400% 100%;animation:counselorDetail_counselorHeroShimmer__vcwR9 1.4s ease infinite;vertical-align:middle}.counselorDetail_priceSkeleton__0QaDz{width:96px}.counselorDetail_reviewSkeleton__tzEz_{width:32px}.counselorDetail_counselorTabs__qTZrX{display:flex;width:100%;flex-wrap:wrap;border-bottom:1px solid #e0e0e0;padding:0 var(--contentPaddingLeftRight);gap:20px;background:#fff}.counselorDetail_counselorTab__2t5f2{display:flex;align-items:center;padding:16px 0;background:none;border:none;cursor:pointer;position:relative;font-size:15px;font-weight:400;color:#666;white-space:nowrap}.counselorDetail_counselorTabActive__0puZ2{color:#000;font-weight:600}.counselorDetail_counselorTabActive__0puZ2:after{content:"";position:absolute;bottom:-1px;left:0;right:20px;height:2px;background:#000;width:100%}.counselorDetail_tabText__EhVl8{display:inline-block}.counselorDetail_counselorProfileContent__PktyO{display:block;width:100%;padding:24px var(--contentPaddingLeftRight);background:#fff}.counselorDetail_contentSection__Yj5kI{display:flex;align-items:center;font-size:16px;font-weight:600;color:var(--main);line-height:24px;margin:0 0 8px}.counselorDetail_contentSection__Yj5kI:before{content:"";display:inline-block;width:14px;height:16px;background:url(/images/pine-tree.svg) 50% no-repeat;background-size:14px 16px;margin-right:6px;flex-shrink:0}.counselorDetail_contentSubtitle__PLZf5{display:block;font-size:20px;font-weight:700;color:#000;line-height:28px;margin:0 0 16px}.counselorDetail_profileSkeleton__Ox9n8{display:block;border-radius:8px;background:linear-gradient(90deg,#ececec 25%,#f6f6f6 37%,#ececec 63%);background-size:400% 100%;animation:counselorDetail_counselorHeroShimmer__vcwR9 1.4s ease infinite}.counselorDetail_profileSubtitleSkeleton__ycX3x{width:min(72%,280px);height:24px;margin:2px 0 18px}.counselorDetail_profileSkeletonGroup__CTWha{display:flex;width:100%;flex-direction:column;gap:10px}.counselorDetail_profileTextSkeleton___OhQs{width:100%;height:14px}.counselorDetail_profileTextSkeletonShort__XcSCo{width:64%;height:14px}.counselorDetail_counselorTags__ak69l{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 16px}.counselorDetail_cTag__FlFxU{display:inline-block;padding:4px 12px;border:1px solid #c8dcc5;border-radius:22px;font-size:14px;font-weight:600;color:var(--main);line-height:20px;background:#f5f9f4}.counselorDetail_contentText__IMOuZ{display:block;width:100%}.counselorDetail_cIntro1__1Ki_6{white-space:pre-line}.counselorDetail_cNotice1__hb18j{overflow:hidden;border:1px solid var(--main);padding:15px;border-radius:10px}.counselorDetail_cHistory1___2oDd p{white-space:pre-line}.counselorDetail_cNotice1Content__OCBcD{padding-bottom:0!important}.counselorDetail_cNotice1__hb18j p{white-space:pre-line}.counselorDetail_btntRow1__24iwD{display:flex;width:100%;flex-wrap:wrap;justify-content:right}.counselorDetail_btnToggleNotice__jy4S3{display:flex;align-items:center;justify-content:center;gap:4px;width:75px;height:26px;margin:8px 0 0;padding:0;background:#fff;border:1px solid #e0e0e0;border-radius:3px;color:#111!important;font-size:13px;font-weight:500;cursor:pointer}.counselorDetail_btnToggleNotice__jy4S3:after{content:"";display:inline-block;width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:5px solid #888;transition:transform .2s}.counselorDetail_cNotice1Expanded__MZQGH~.counselorDetail_btntRow1__24iwD .counselorDetail_btnToggleNotice__jy4S3:after{transform:rotate(180deg)}.counselorDetail_btnToggleNotice__jy4S3:hover{border:1px solid silver}.counselorDetail_contentText__IMOuZ p{display:block;font-size:14px;font-weight:400;color:#333;line-height:22px;margin:0 0 16px}.counselorDetail_contentText__IMOuZ p:last-child{margin:0}.counselorDetail_counselorBottomBar__xqpsy{display:flex;width:100%;max-width:502px;padding:12px 24px;background:#fff;border-top:1px solid #e0e0e0;border-left:1px solid #d0d0d0;border-right:1px solid #d0d0d0;z-index:50;gap:10px;align-items:center}.counselorDetail_btnNotify__bnEah{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;flex-shrink:0}.counselorDetail_btnNotify__bnEah:hover{border-color:silver}.counselorDetail_btnNotifyActive__B9Z_N{border-color:var(--main);background:#f5f9f4}.counselorDetail_btnNotify__bnEah img{display:block;width:22px;height:22px}.counselorDetail_btnWaitInquiry__DCFrt{display:block;flex:1 1;height:48px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#333;font-size:16px;font-weight:600;cursor:pointer;text-align:center}.counselorDetail_btnWaitInquiry__DCFrt:hover{border:1px solid silver}.counselorDetail_btnCall__P7mCU{display:block;flex:1 1;height:48px;background:var(--main);border:none;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.16);color:#fff;font-size:16px;font-weight:600;cursor:pointer;text-align:center}.counselorDetail_btnCall__P7mCU:hover{background:#558b2f}.counselorDetail_btnCallBusy__qmDo8{background:#ff8a00;box-shadow:none}.counselorDetail_btnCallBusy__qmDo8:hover{background:#e67c00}.counselorDetail_benefitSection__FQq0s{display:block;width:100%;padding:0 0 18px}.counselorDetail_benefitSection__FQq0s+.counselorDetail_benefitSection__FQq0s{padding-top:18px;border-top:1px solid #eee}.counselorDetail_benefitSectionHeader__KraWG{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px}.counselorDetail_benefitSectionTitle__OQzdn{margin:0;color:#111;font-size:15px;font-weight:700;line-height:22px}.counselorDetail_benefitMileageValue__SuDfk{color:var(--main);font-size:16px;font-weight:700;line-height:24px;white-space:nowrap}.counselorDetail_benefitPointControl__TkpMj{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.counselorDetail_benefitPointInput__HVU2u{height:42px;text-align:right}.counselorDetail_benefitPointAllButton__xojRl{height:42px;white-space:nowrap}.counselorDetail_benefitCount__l7T8H{color:#666;font-size:13px;font-weight:600;line-height:20px;white-space:nowrap}.counselorDetail_benefitCouponList__hYVD3{display:flex;width:100%;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.counselorDetail_benefitCouponItem__0vnQy{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px;border:1px solid #d8e8d6;border-radius:8px;background:#f7fbf6}.counselorDetail_benefitCouponItem__0vnQy:has(input:disabled){opacity:.55}.counselorDetail_benefitCouponLabel__438If{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;cursor:pointer}.counselorDetail_benefitCouponLabel__438If input{flex-shrink:0;width:18px;height:18px;accent-color:var(--main)}.counselorDetail_benefitCouponLabel__438If input:disabled{cursor:default}.counselorDetail_benefitCouponMain__1rFkf{display:block;flex:1 1;min-width:0}.counselorDetail_benefitCouponName__KXz9F{display:block;color:#111;font-size:14px;font-weight:700;line-height:20px;word-break:keep-all}.counselorDetail_benefitCouponDesc__pj2_Q{display:block;margin:2px 0 0;color:#666;font-size:12px;font-weight:400;line-height:18px;word-break:keep-all}.counselorDetail_benefitCouponAmount__uakMa{display:flex;flex-shrink:0;flex-direction:column;align-items:flex-end;gap:2px;text-align:right}.counselorDetail_benefitCouponDiscount__1ezvW{flex-shrink:0;color:var(--main);font-size:13px;font-weight:700;line-height:20px;white-space:nowrap}.counselorDetail_benefitCouponMinAmount__cJOVK{color:#777;font-size:11px;font-weight:400;line-height:16px;white-space:nowrap}.counselorDetail_benefitEmptyText__lOU0D{margin:0;color:#777;font-size:13px;font-weight:400;line-height:20px}.counselorDetail_benefitFooterButton__BsxJ7{flex:1 1}.counselorDetail_callMethodList__tcm05{display:flex;width:100%;flex-direction:column;gap:12px}.counselorDetail_callMethodCoinSummary__pBmgI{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin:0 0 14px;padding:12px 14px;border:1px solid #e5e5e5;border-radius:8px;background:#fafafa}.counselorDetail_callMethodCoinSummaryText__ubdFq{display:inline-flex;min-width:0;align-items:center;gap:8px}.counselorDetail_callMethodCoinSummaryLabel__Q95Tl{color:#555;font-size:13px;font-weight:600;line-height:20px;white-space:nowrap}.counselorDetail_callMethodCoinSummaryValue__vLPKs{display:inline-flex;align-items:center;gap:1px;color:#111;font-size:15px;font-weight:700;line-height:20px;white-space:nowrap}.counselorDetail_callMethodChargeButton__cUwHs{flex-shrink:0;padding:6px 10px;border:1px solid #ebc76a;border-radius:6px;background:#fff8e8;color:#7a5a12;font:inherit;font-size:12px;font-weight:700;line-height:18px;cursor:pointer}.counselorDetail_callMethodChargeButton__cUwHs:hover{border-color:#d7ad3f;background:#fff2cf}.counselorDetail_callMethodItem__K3ER7{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:72px;padding:14px;border:1px solid #8fc88f;border-radius:8px;background:#f1faf3;box-shadow:0 1px 1px rgba(0,0,0,.1);color:#111;cursor:pointer;font:inherit;text-align:left}.counselorDetail_callMethodItem__K3ER7:hover{border-color:var(--main)}.counselorDetail_callMethodItemFree__0ydCY{border-color:#9b7cff;background:#f6f1ff}.counselorDetail_callMethodItemFree__0ydCY:hover{border-color:#8462f2}.counselorDetail_callMethodItemCoin__pAriD{border-color:#ebc76a;background:#fff8e8}.counselorDetail_callMethodItemCoin__pAriD:hover{border-color:#d7ad3f}.counselorDetail_callMethodItemSubtle__XN8_D{border-color:#bfd0dc;background:#f3f7fa;color:#111}.counselorDetail_callMethodItemSubtle__XN8_D:hover{border-color:#9fb4c4;opacity:1}.counselorDetail_callMethodLead__UWc4X{display:flex;width:100%;min-width:0;align-items:center;gap:10px}.counselorDetail_callMethodIcon__GojyK{display:block;width:22px;height:22px;flex-shrink:0;background:currentColor;-webkit-mask:url(/images/phone-call20a.svg) center/22px 22px no-repeat;mask:url(/images/phone-call20a.svg) center/22px 22px no-repeat}.counselorDetail_callMethodIconChat__zHvSd{-webkit-mask:url(/images/nav_chat.svg) center/22px 22px no-repeat;mask:url(/images/nav_chat.svg) center/22px 22px no-repeat}.counselorDetail_callMethodMain__WMJpg{display:block;flex:1 1;min-width:0}.counselorDetail_callMethodHeader__R5__A{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.counselorDetail_callMethodTitle__gO4aa{display:block;color:currentColor;font-size:15px;font-weight:700;line-height:22px;word-break:keep-all}.counselorDetail_callMethodDescription__FuQ4O{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:2px 0 0;color:currentColor;font-size:12px;font-weight:400;line-height:18px;word-break:keep-all;opacity:.82}.counselorDetail_callMethodDescriptionText__StuxF{min-width:0}.counselorDetail_callMethodVatText__atbjK{margin-left:auto;text-align:right;white-space:nowrap}.counselorDetail_callMethodSubNotice___rX__{margin:-4px 0 0;color:#555;font-size:12px;font-weight:400;line-height:18px;text-align:center;word-break:keep-all}.counselorDetail_callMethodSubNotice___rX__:before{content:"-";margin-right:4px}.counselorDetail_callMethodPrice__If0zW{display:inline-flex;align-items:center;gap:1px;flex-shrink:0;color:currentColor;font-size:14px;font-weight:700;line-height:20px;text-align:right;white-space:nowrap}.counselorDetail_callMethodPriceUnit__yvnqO{font-size:11px;font-weight:600}.counselorDetail_callMethodCoinIcon__XO9Nb{display:inline-block;width:14px;height:14px;flex-shrink:0;background:currentColor;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-position:center;mask-repeat:no-repeat;mask-size:contain}.counselorDetail_previewLoadingText__wUA_9{margin:0;color:#555;font-size:14px;font-weight:500;line-height:22px;text-align:center}.counselorDetail_previewPanel__mJ0fv{display:block;width:100%}.counselorDetail_previewRow__7leWW{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;color:#333;font-size:14px;font-weight:500;line-height:22px}.counselorDetail_previewRow__7leWW strong{color:#111;font-size:15px;font-weight:700;white-space:nowrap}.counselorDetail_previewDiscount___Qa9F{color:var(--main)!important}.counselorDetail_previewTotalRow__GLyt2{margin:8px 0 0;padding:14px 0 0;border-top:1px solid #eee;font-size:15px;font-weight:700}.counselorDetail_previewTotalRow__GLyt2 strong{color:var(--main);font-size:18px}.counselorDetail_previewNotice__r8RRX{margin:10px 0 0;color:#777;font-size:12px;font-weight:400;line-height:18px}.counselorDetail_previewConfirmLink__AHLBs{display:inline-flex;flex:1 1;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:0;border-radius:8px;background:var(--main);color:#fff!important;font-size:15px;font-weight:700;line-height:22px;text-align:center;text-decoration:none}.counselorDetail_btnWaitInquiryTextStack__YqeEC{display:inline-flex;flex-direction:column;align-items:center;gap:1px;line-height:19px}.counselorDetail_btnWaitInquirySubText__95gaC{font-size:12px;line-height:15px}.counselorDetail_cReviewHeader__8zL9u{display:flex;align-items:center;justify-content:space-between;padding:20px var(--contentPaddingLeftRight) 0}.counselorDetail_cReviewTitle__yO60Y{font-size:18px;font-weight:700;color:#000}.counselorDetail_cReviewCount__zC7i3{font-size:18px;font-weight:700;color:var(--main)}.counselorDetail_btnWriteReview2__9xAuZ{display:inline-flex;align-items:center;gap:5px;padding:7px 14px 7px 12px;background:#f5f9f4;border:1px solid #c8dcc5;border-radius:20px;color:var(--main);font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s}.counselorDetail_btnWriteReview2__9xAuZ img{display:block;width:13px;height:13px}.counselorDetail_btnWriteReview2__9xAuZ:hover{background:#e8f3e6;border-color:#a8c8a5}.counselorDetail_cReviewHeaderRight__49DQc{display:flex;align-items:center;gap:10px 13px}.counselorDetail_cReviewFilterLabel__11Z5Y{display:flex;align-items:center;gap:4px;font-size:13px;color:#555;cursor:pointer}.counselorDetail_cReviewFilterLabel__11Z5Y input[type=checkbox]{width:16px;height:16px;accent-color:var(--main)}.counselorDetail_cReviewList__3ANE9{display:flex;flex-wrap:wrap;width:100%;padding:10px var(--contentPaddingLeftRight) 30px;margin:14px 0 0;gap:14px}.counselorDetail_cReviewItem__lkk3l{display:block;padding:15px;border:1px solid var(--main);border-radius:10px;width:100%}.counselorDetail_cReviewItemHeader__8_pwI{display:flex;align-items:center;justify-content:space-between;margin:0 0 8px}.counselorDetail_cReviewNickname__mQxAQ{font-size:15px;font-weight:600;color:#000}.counselorDetail_cReviewDate__m9YOX{font-size:13px;font-weight:400;color:#777}.counselorDetail_cReviewBody__THEZa{margin:0 0 10px}.counselorDetail_cReviewBody__THEZa p{font-size:14px;font-weight:400;color:#111;line-height:22px;white-space:pre-line}.counselorDetail_cReviewReplyWrap__Q3Pfy{margin:12px 0 0;padding-top:12px;border-top:1px solid #e0e0e0}.counselorDetail_btnShowReply__PJjwj{display:inline-flex;align-items:center;gap:6px;padding:0;background:none;border:none;font-size:14px;font-weight:600;color:#333;cursor:pointer}.counselorDetail_replyArrow__sHYYX{display:inline-block;width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:4px solid #999;transition:transform .2s}.counselorDetail_btnShowReplyOpen__ID0JI .counselorDetail_replyArrow__sHYYX{transform:rotate(180deg)}.counselorDetail_cReplyList__98_XN{display:block;margin:10px 0 0;padding:8px 0 0 17px;background:url(/images/reply-20a.svg) left 7px no-repeat;background-size:14px 14px}.counselorDetail_cReplyItem__vVRkR{display:block;margin:0 0 12px}.counselorDetail_cReplyItem__vVRkR:last-child{margin:0}.counselorDetail_cReplyHeader__T1Z8O{display:flex;align-items:center;justify-content:space-between;margin:0 0 6px}.counselorDetail_cReplyNickname__OLEOd{font-size:14px;font-weight:600;color:#000}.counselorDetail_cReplyDate__13z_j{font-size:12px;font-weight:400;color:#777}.counselorDetail_cReplyBody__EyUNf p{font-size:13px;font-weight:400;color:#555;line-height:20px;white-space:pre-line}.counselorDetail_cReviewEmpty__vPbFb{width:100%;padding:32px 0;font-size:14px;color:#777;text-align:center}@media screen and (max-width:502px){.counselorDetail_pageRoot__55Ueg{--contentPaddingLeftRight:18px;max-width:100%}.counselorDetail_counselorBottomBar__xqpsy{left:0;transform:translateX(0);max-width:100%;border-left:none;border-right:none}}@keyframes counselorDetail_counselorHeroShimmer__vcwR9{0%{background-position:100% 0}to{background-position:0 0}}.chatFavorite_contentsWrapper__KdGT2,.counselorFavorite_contentsWrapper__G1KPW{min-height:70dvh}.productReviewCard_container__FUf_G{width:100%;display:flex;flex-direction:column;gap:20px;padding:24px 0;border-top:1px solid #f0f0f0}.productReviewCard_title__B2Vnz{font-size:18px;font-weight:700;color:#1a1a1a;margin:0;padding:0 20px}.productReviewCard_reviewList__4_8kO{display:flex;flex-direction:column}.productReviewCard_reviewCard__5S5Bo{padding:24px 20px;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:12px}.productReviewCard_reviewCard__5S5Bo:last-child{border-bottom:none}.productReviewCard_header__h0lBk{display:flex;justify-content:space-between;align-items:flex-start}.productReviewCard_actions__tZH7U{flex-shrink:0}.productReviewCard_userInfo__5KEYZ{display:flex;flex-direction:column;gap:2px}.productReviewCard_writer___f7yM{font-size:14px;font-weight:600;color:#1a1a1a}.productReviewCard_date__jeWhz{font-size:12px;color:#999}.productReviewCard_score__ChJA8{display:flex;gap:2px;color:gold;font-size:14px}.productReviewCard_content__llffr{font-size:14px;color:#333;line-height:1.5;white-space:pre-wrap}.productReviewCard_imageSection___BH3V{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.productReviewCard_imageSection___BH3V::-webkit-scrollbar{display:none}.productReviewCard_imageSection___BH3V{-ms-overflow-style:none;scrollbar-width:none}.productReviewCard_imageWrapper__DrNsW{cursor:pointer;transition:transform .2s}.productReviewCard_imageWrapper__DrNsW:hover{transform:scale(1.05)}.productReviewCard_reviewImage__pqSDp{width:80px;height:80px;border-radius:8px;object-fit:cover;border:1px solid #eee;flex-shrink:0}.productReviewCard_empty__doGCs{padding:40px 20px;text-align:center;color:#999;font-size:14px;background:#f9f9f9;border-radius:8px;margin:0 20px}.productReviewCard_loadMoreContainer__dsVyY{padding:0 20px}.productReviewCard_loadMoreButton__A6Rzr{width:100%;height:48px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;font-size:14px;font-weight:600;color:#666;cursor:pointer;transition:all .2s}.productReviewCard_loadMoreButton__A6Rzr:hover{background:#f8f9fa;color:#333;border-color:#d1d1d1}.productReviewCard_loadMoreButton__A6Rzr:disabled{opacity:.5;cursor:not-allowed}.productReviewCard_replyContainer__dyk7H{margin-top:12px;padding:16px;background-color:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;gap:8px}.productReviewCard_replyHeader__uYxgV{display:flex;justify-content:space-between;align-items:center}.productReviewCard_replyWriter__nkHPo{font-size:13px;font-weight:600;color:#333;display:flex;align-items:center;gap:6px}.productReviewCard_replyWriter__nkHPo:before{content:"↳";color:#999}.productReviewCard_replyContent__lR7Dv{font-size:13px;color:#555;line-height:1.5;padding-left:16px}.counselorFilterModal_modalInner__Beugl{max-width:90%!important;max-height:none!important;overflow:visible!important}.counselorFilterModal_modalCard__yAJyY{position:relative;width:100%;max-width:400px}.counselorFilterModal_modalContent__xuMoZ{position:relative;width:100%;max-height:85vh;background:#fff;border-radius:16px;box-shadow:0 16px 40px rgba(0,0,0,.16);display:flex;flex-direction:column;overflow:hidden}.counselorFilterModal_closeButton__C5REP{position:absolute;top:-9px;right:-9px;width:34px;height:34px;border:1px solid silver;border-radius:50%;background:#fff;color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background-color .2s ease,color .2s ease}.counselorFilterModal_closeButton__C5REP:hover{background:#f7f7f7}.counselorFilterModal_scrollArea__WOlKt{flex:1 1 auto;max-height:76dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 16px 16px 24px;background:linear-gradient(#fff 30%,rgba(255,255,255,0)) top,linear-gradient(rgba(255,255,255,0),#fff 70%) bottom,linear-gradient(180deg,rgba(0,0,0,.12),transparent) top,linear-gradient(0deg,rgba(0,0,0,.12),transparent) bottom;background-repeat:no-repeat;background-size:100% 20px,100% 20px,100% 8px,100% 8px;background-attachment:local,local,scroll,scroll}.counselorFilterModal_scrollArea__WOlKt::-webkit-scrollbar{width:8px}.counselorFilterModal_scrollArea__WOlKt::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:4px}.counselorFilterModal_scrollArea__WOlKt::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.counselorFilterModal_filterContent___OJuM{padding:0 0 30px}.counselorFilterModal_filterHeader__1QebD{display:flex;align-items:center;justify-content:space-between;padding:20px 0 16px;border-bottom:1px solid #e0e0e0;margin:0 0 4px}.counselorFilterModal_filterTitle__LDXPy{margin:0;font-size:18px;font-weight:700;color:#111;line-height:26px}.counselorFilterModal_filterSection__uTjMA{display:block;padding:18px 0;border-bottom:1px solid #f0f0f0}.counselorFilterModal_filterSection__uTjMA:last-child{border-bottom:none}.counselorFilterModal_filterSectionTitle__NzuNA{display:flex;align-items:center;margin:0 0 12px;font-size:15px;font-weight:600;color:var(--main);line-height:22px}.counselorFilterModal_filterSectionTitle__NzuNA:before{content:"";display:inline-block;width:3px;height:14px;border-radius:2px;background:var(--main);margin-right:8px;flex-shrink:0}.counselorFilterModal_filterRadioLabel__7j64n{display:flex;align-items:center;gap:8px;cursor:pointer}.counselorFilterModal_filterRadioLabel__7j64n input{width:18px;height:18px;margin:0;flex-shrink:0;cursor:pointer;accent-color:var(--main)}.counselorFilterModal_filterRadioLabel__7j64n span{font-size:14px;font-weight:400;color:#333;line-height:20px}.counselorFilterModal_filterRadioGroup__qzNlI{display:flex;flex-direction:column;gap:4px}.counselorFilterModal_inlineRadioGroup__msTaU{flex-direction:row;flex-wrap:wrap;gap:6px 16px}.counselorFilterModal_filterRadioLabel__7j64n{padding:6px 0}.counselorFilterModal_priceSlider__LZbXZ{position:relative;padding:0 10px}.counselorFilterModal_sliderTrack__tO65M{position:relative;height:36px;margin:0 0 2px}.counselorFilterModal_sliderTrack__tO65M:before{content:"";position:absolute;left:0;right:0;top:15px;height:8px;border-radius:999px;background:#e5e5e5}.counselorFilterModal_sliderActive__Nr_cO{position:absolute;top:15px;height:8px;border-radius:999px;background:var(--main)}.counselorFilterModal_rangeInput__swvGt{position:absolute;left:0;top:-9px;width:100%;height:36px;margin:0;pointer-events:none;appearance:none;background:rgba(0,0,0,0);outline:none}.counselorFilterModal_rangeInput__swvGt::-webkit-slider-thumb{width:28px;height:28px;border:4px solid var(--main);border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.18);cursor:pointer;pointer-events:auto;appearance:none}.counselorFilterModal_rangeInput__swvGt::-moz-range-thumb{width:28px;height:28px;border:4px solid var(--main);border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.18);cursor:pointer;pointer-events:auto}.counselorFilterModal_rangeInput__swvGt::-webkit-slider-runnable-track{height:8px;background:rgba(0,0,0,0)}.counselorFilterModal_rangeInput__swvGt::-moz-range-track{height:8px;background:rgba(0,0,0,0)}.counselorFilterModal_stepDots__gKw7s{display:flex;justify-content:space-between;padding:0 12px;margin:-4px 0 10px}.counselorFilterModal_stepDots__gKw7s span{width:7px;height:7px;border:2px solid #d6d6d6;border-radius:50%;background:#fff}.counselorFilterModal_sliderLabels__Qy6fi{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;font-size:13px;color:#333;line-height:18px}.counselorFilterModal_priceInfo__hg_Yl{display:flex;align-items:center;gap:8px;padding:12px;border-radius:10px;background:#f7f7f7;font-size:13px;color:#333;line-height:18px}.counselorFilterModal_infoIcon__iBY9d{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1px solid #8a8a8a;border-radius:50%;color:#666;font-size:12px;font-weight:700;line-height:1;flex-shrink:0}.counselorFilterModal_filterToggleRow__wHI8c{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}.counselorFilterModal_filterToggleRow__wHI8c+.counselorFilterModal_filterToggleRow__wHI8c{border-top:1px solid #f0f0f0}.counselorFilterModal_filterToggleText__LOeMP{font-size:14px;font-weight:500;color:#333;line-height:20px}.counselorFilterModal_filterSwitch__5gJkB{position:relative;display:inline-block;width:46px;height:26px;flex-shrink:0}.counselorFilterModal_filterSwitch__5gJkB input{width:0;height:0;opacity:0}.counselorFilterModal_filterSwitchSlider__Syp60{position:absolute;inset:0;border-radius:26px;background:#ccc;cursor:pointer;transition:background-color .3s ease}.counselorFilterModal_filterSwitchSlider__Syp60:before{content:"";position:absolute;left:3px;bottom:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.15);transition:transform .3s ease}.counselorFilterModal_filterSwitch__5gJkB input:checked+.counselorFilterModal_filterSwitchSlider__Syp60{background:var(--main)}.counselorFilterModal_filterSwitch__5gJkB input:checked+.counselorFilterModal_filterSwitchSlider__Syp60:before{transform:translateX(20px)}.counselorFilterModal_footer___NS6g{display:flex;gap:10px;padding:16px 24px 24px;border-top:1px solid #f0f0f0}.counselorFilterModal_applyButton__u9u6O,.counselorFilterModal_resetButton__YoweT{display:block;height:48px;border-radius:8px;font-size:15px;font-weight:600;text-align:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.counselorFilterModal_resetButton__YoweT{flex:1 1;border:1px solid #d0d0d0;background:#fff;color:#333}.counselorFilterModal_resetButton__YoweT:hover{background:#f5f5f5}.counselorFilterModal_applyButton__u9u6O{flex:2 1;border:none;background:var(--main);color:#fff}.counselorFilterModal_applyButton__u9u6O:hover{background:#558b2f}@media(max-width:480px){.counselorFilterModal_modalInner__Beugl{width:calc(100% - 30px)!important}.counselorFilterModal_scrollArea__WOlKt{padding:0 12px 12px 20px}.counselorFilterModal_footer___NS6g{padding:16px 20px 20px}.counselorFilterModal_inlineRadioGroup__msTaU{gap:6px 12px}}.counselorGrid_advisorList__EhZOw{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px;padding:0 16px 20px}@media(max-width:480px){.counselorGrid_advisorList__EhZOw{gap:12px;padding:0 12px 20px}}.counselorGrid_advisorCard__fnBq1{display:flex;flex-direction:column;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 3px 12px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s;cursor:pointer}.counselorGrid_advisorCard__fnBq1:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.counselorGrid_advisorCard__imageSection__RPyIP{position:relative;width:100%;aspect-ratio:1;background:#ffe5d4;overflow:hidden}.counselorGrid_advisorCard__badge__SOy4M{position:absolute;top:8px;left:8px;background:rgba(0,0,0,.6);color:#fff;font-size:11px;padding:4px 8px;border-radius:4px;z-index:10;font-weight:500}.counselorGrid_advisorCard__buttonGroup__Gt_Pq{display:flex;gap:8px;position:absolute;top:8px;right:8px;z-index:2}.counselorGrid_advisorCard__favorite__bF_vj{background:rgba(0,0,0,0);border:none;padding:0;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:transform .2s}.counselorGrid_advisorCard__favorite__bF_vj:hover{transform:scale(1.1)}.counselorGrid_advisorCard__favoriteIcon__6CKTm{font-size:1.5em;line-height:1}.counselorGrid_advisorCard__favoriteIconActive__Zomqu{color:#f36}.counselorGrid_advisorCard__favoriteIconInactive__XWOtq{color:#ccc}.counselorGrid_advisorCard__alarm__4WdLU{background:rgba(0,0,0,0);border:none;padding:0;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:transform .2s}.counselorGrid_advisorCard__alarm__4WdLU:hover{transform:scale(1.1)}.counselorGrid_advisorCard__alarmIcon__8U7SL{font-size:1.5em;line-height:1}.counselorGrid_advisorCard__alarmIconActive__nhsPe{color:#ff6b35}.counselorGrid_advisorCard__alarmIconInactive__5NNc_{color:#ccc}.counselorGrid_advisorCard__imageWrap__TIRAg{position:relative;width:100%;height:100%;overflow:hidden}.counselorGrid_advisorCard__image__HIGHE{width:100%;height:100%;object-fit:cover}.counselorGrid_advisorCard__status__in_HD{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.7);color:#fff;font-size:11px;padding:4px 8px;border-radius:12px;z-index:10;display:flex;align-items:center;gap:4px}.counselorGrid_advisorCard__statusIcon__Z6Vya{font-size:12px}.counselorGrid_advisorCard__statusText__3xExt{font-size:11px;font-weight:500}.counselorGrid_advisorCard__infoSection__Y5yF7{padding:12px;display:flex;flex-direction:column;gap:8px}.counselorGrid_advisorCard__nameRow__W3zle{display:flex;gap:6px;align-items:baseline;overflow:hidden}.counselorGrid_advisorCard__nameRow__W3zle>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.counselorGrid_advisorCard__number__gOc6s{font-size:14px;font-weight:700;color:#333}.counselorGrid_advisorCard__name__5BX8Z{font-size:14px;font-weight:600;color:#333}.counselorGrid_advisorCard__desc__QDsUX{font-size:12px;color:#666;line-height:1.4;min-height:32px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.counselorGrid_advisorCard__metrics__l_Gph{display:flex;gap:12px;align-items:center;font-size:13px;color:#333}.counselorGrid_advisorCard__coin__IQfqx{display:flex;align-items:center;gap:4px;font-weight:600}.counselorGrid_advisorCard__coinIcon__fTm8E{font-size:14px}.counselorGrid_advisorCard__reviews__GxQvy{display:flex;align-items:center;gap:4px;font-weight:600}.counselorGrid_advisorCard__reviewIcon__h9SuE{font-size:14px}.counselorGrid_advisorCard__btn__571fp{width:100%;background:#ec5d82;color:#fff;border:none;padding:10px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;margin-top:4px;transition:background .2s}.counselorGrid_advisorCard__btn__571fp:hover{background:#e33163}.counselorGrid_advisorCard__btn__571fp:active{transform:scale(.98)}.counselorGrid_advisorCardLink__uQX_E{text-decoration:none;color:inherit;display:block}.counselorGrid_mainPage__T9Um6{position:relative;padding:0 0 24px}.counselorGrid_gridNotificationButton__Vjp_3{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#333;text-decoration:none;transition:background .2s,border-color .2s;-webkit-tap-highlight-color:rgba(0,0,0,0)}.counselorGrid_gridNotificationButton__Vjp_3:hover{border-color:silver}.counselorGrid_gridNotificationIcon__uMZif{display:block;width:18px;height:18px;background:currentcolor;-webkit-mask:url(/images/bell20b.svg) center/contain no-repeat;mask:url(/images/bell20b.svg) center/contain no-repeat}.counselorGrid_gridNotificationBadge__m7VAz{position:absolute;top:4px;right:6px;display:inline-flex;width:6px;height:6px;padding:0;border-radius:50%;background:#e53935}.counselorGrid_bannerSection__Y1yoe{padding:0}.counselorGrid_bannerSwiper__WnGIE{border-radius:0;overflow:hidden}.counselorGrid_bannerSwiper__WnGIE .swiper-pagination{bottom:14px!important}.counselorGrid_bannerSwiper__WnGIE .swiper-pagination-bullet{width:16px;height:3px;border-radius:999px;background:hsla(0,0%,100%,.42);opacity:1}.counselorGrid_bannerSwiper__WnGIE .swiper-pagination-bullet-active{background:#fff}.counselorGrid_bannerCard__U_3ke{position:relative;display:block;aspect-ratio:632/421;overflow:hidden;color:inherit;text-decoration:none}.counselorGrid_bannerSkeleton__Hpxfg{display:block;aspect-ratio:632/421;overflow:hidden;background:linear-gradient(90deg,#f1eee9,#faf8f4 48%,#f1eee9);background-size:220% 100%;animation:counselorGrid_bannerSkeletonPulse__SHmGp 1.35s ease-in-out infinite}.counselorGrid_bannerImageWrap__pAK2e{position:absolute;inset:0}.counselorGrid_bannerImageFallback__OSzu4,.counselorGrid_bannerImage__EsKVV{position:absolute;inset:0;width:100%;height:100%}.counselorGrid_bannerImage__EsKVV{object-fit:cover}.counselorGrid_bannerImageFallback__OSzu4{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(85,138,74,.95),rgba(33,65,30,.92)),linear-gradient(180deg,rgba(255,255,255,.16),transparent)}.counselorGrid_bannerImageFallbackText__T6bAT{font-size:32px;font-weight:700;color:hsla(0,0%,100%,.9);letter-spacing:-.04em}.counselorGrid_bannerOverlay__rroPk{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,19,22,.82),rgba(18,19,22,.32) 54%,rgba(18,19,22,.1)),linear-gradient(180deg,rgba(18,19,22,0),rgba(18,19,22,.24))}.counselorGrid_bannerContent__OTGt6{position:relative;z-index:1;display:flex;min-height:220px;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:10px;padding:22px 20px 28px}.counselorGrid_bannerEyebrow__0Px3N{border-radius:999px;background:hsla(0,0%,100%,.18);color:#fff7ea;line-height:1;letter-spacing:.08em}.counselorGrid_bannerEyebrow__0Px3N,.counselorGrid_bannerStatus__StsQt{display:inline-flex;align-items:center;padding:6px 10px;font-size:11px;font-weight:600}.counselorGrid_bannerStatus__StsQt{gap:6px;border:1px solid rgba(0,0,0,0);border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.counselorGrid_bannerStatus__StsQt svg{width:14px;height:14px;flex:none}.counselorGrid_roadView__NUHno{position:absolute;left:16px}.counselorGrid_statusOnline__ADqRH{border-color:rgba(132,191,138,.35);background:rgba(244,252,241,.92);color:#31603a}.counselorGrid_statusBusy__3ROQv{border-color:rgba(225,172,103,.4);background:rgba(255,248,239,.94);color:#8d5a11}.counselorGrid_statusOffline__7MNql{border-color:rgba(164,141,116,.34);background:rgba(249,245,240,.92);color:#705746}.counselorGrid_bannerTitle__T3tHH{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:8px;color:#fff;font-size:28px;font-weight:700;line-height:1.15;letter-spacing:-.05em}.counselorGrid_bannerTitle__T3tHH span{color:hsla(0,0%,100%,.78);font-size:14px;font-weight:500;letter-spacing:normal}.counselorGrid_bannerDescription__823eD{width:min(76%,320px);margin:0;color:hsla(0,0%,100%,.84);font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.counselorGrid_bannerMetaRow__H5a7L{display:flex;flex-wrap:wrap;gap:8px;color:hsla(0,0%,100%,.88);font-size:12px;font-weight:500}.counselorGrid_bannerMetaBadge__3w9j1{border-radius:999px;background:hsla(0,0%,100%,.16);padding:4px 8px}.counselorGrid_bannerPlaceholder__g6QgS{display:flex;min-height:220px;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:10px;border-radius:18px;padding:22px 20px 28px;background:radial-gradient(circle at top right,rgba(255,245,218,.32),transparent 30%),linear-gradient(135deg,#2e3529,#6a7e59);box-shadow:0 18px 36px rgba(73,49,18,.16)}.counselorGrid_bannerPlaceholderTitle__J2w4W{color:#fff;font-size:24px;font-weight:700;line-height:1.2;letter-spacing:-.04em}.counselorGrid_bannerPlaceholderText__LyHrY{margin:0;color:hsla(0,0%,100%,.78);font-size:13px;line-height:1.5}@keyframes counselorGrid_bannerSkeletonPulse__SHmGp{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:480px){.counselorGrid_bannerContent__OTGt6,.counselorGrid_bannerPlaceholder__g6QgS{min-height:204px}.counselorGrid_bannerTitle__T3tHH{font-size:24px}.counselorGrid_bannerDescription__823eD{width:min(86%,280px)}}.mainAppInstallBenefitSheet_benefitContent__WAZyB{display:flex;align-items:center;justify-content:center;gap:6px}.mainAppInstallBenefitSheet_brandMark__alPGz{flex:0 0 63px;width:63px;height:63px;display:flex;align-items:center;justify-content:center}.mainAppInstallBenefitSheet_brandImage__mbusJ{display:block;width:63px;height:63px;object-fit:contain}.mainAppInstallBenefitSheet_benefitList__bi9WL{flex:0 1 auto;min-width:0;display:grid;gap:10px;padding:0;margin:0;list-style:none}.mainAppInstallBenefitSheet_benefitItem__FYQOL{display:grid;gap:3px;padding:12px 14px}.mainAppInstallBenefitSheet_benefitTitle__tqjpQ{color:#111;font-size:14px;font-weight:700;line-height:20px}.mainAppInstallBenefitSheet_benefitDescription__Ftrd5{width:186px;color:#555;font-size:13px;font-weight:400;line-height:19px}.gridMenuBtn_gridMenuBtn__W68YG{position:absolute;top:16px;left:16px;z-index:200;width:38px;height:34px;border-radius:12px;background:#fff;color:#2f6b3b;display:flex;align-items:center;justify-content:center;border:1px solid #d6e4d4;box-shadow:0 4px 10px rgba(28,45,32,.12),0 14px 26px rgba(28,45,32,.12);cursor:pointer;transition:background .2s,border-color .2s,box-shadow .2s,transform .2s;-webkit-tap-highlight-color:rgba(0,0,0,0)}.gridMenuBtn_gridMenuBtn__W68YG svg{width:16px;height:16px;flex:none}.gridMenuBtn_gridMenuBtn__W68YG:hover{background:#f8fbf7;border-color:#c9dcc6;box-shadow:0 5px 12px rgba(28,45,32,.14),0 16px 30px rgba(28,45,32,.14)}.gridMenuBtn_gridMenuBtn__W68YG:active{background:#edf5eb;transform:translateY(1px)}